more potion types and meelee weapons from comm. fork (and light frog blood)
[k8-i-v-a-n.git] / script / items / amulet.dat
blobd423d0c82d3f7590daf8f22cae86e1665d2440c9
1 amulet
3 DefaultSize = 20;
4 Category = AMULET;
5 DefaultMainVolume = 30;
6 StrengthModifier = 100;
7 BitmapPos = 32, 400;
8 FormModifier = 10;
9 UsesLongArticle = true;
10 NameSingular = "amulet";
11 MainMaterialConfig == GOLD;
12 Roundness = 10; /* it is considered here opened */
13 IsAbstract = true;
14 WieldedBitmapPos = 160, 112;
15 HasNormalPictureDirection = false;
17 Config AMULET_OF_LIFE_SAVING;
19 Possibility = 5;
20 PostFix = "of life saving";
21 MainMaterialConfig == GOLD;
22 GearStates = LIFE_SAVED;
23 CanBeCloned = false;
24 Price = 5000;
25 AttachedGod = SEGES;
26 Alias := { "AoLS", "longevity", "immortality"; }
29 Config AMULET_OF_ESP;
31 Possibility = 7;
32 PostFix = "of ESP";
33 MainMaterialConfig == ILLITHIUM;
34 GearStates = ESP;
35 Price = 1000;
36 AttachedGod = LEGIFER;
37 Alias == "ESP";
40 Config AMULET_OF_WARDING;
42 Possibility = 5;
43 PostFix = "of elemental protection";
44 MainMaterialConfig == ILLITHIUM;
45 CanBeCloned = false;
46 Price = 4000;
47 AttachedGod = LEGIFER;
48 FireResistance = 30;
49 ElectricityResistance = 30;
50 AcidResistance = 5;
51 PoisonResistance = 5;
52 Alias := { "amulet of warding", "resistance"; }
55 Config AMULET_OF_VANITY;
57 Possibility = 5;
58 PostFix = "of vanity";
59 MainMaterialConfig == FLAWLESS_DIAMOND;
60 Price = 0;
61 AttachedGod = NEFAS;
62 AffectsCharisma = true;
63 BaseEnchantment = 5;
64 EnchantmentPlusChance = 2;
67 Config AMULET_OF_UNBREATHING;
69 Possibility = 3;
70 PostFix = "of magic breath";
71 MainMaterialConfig == ARCANITE;
72 GearStates = GAS_IMMUNITY|SWIMMING;
73 Price = 2000;
74 AttachedGod = SCABIES;
75 Alias := { "amulet of unbreathing", "swimming"; }
78 Config AMULET_OF_SPEED;
80 Possibility = 5;
81 PostFix = "of speed";
82 MainMaterialConfig == PLANT_FIBER;
83 GearStates = HASTE;
84 Price = 2000;
85 AttachedGod = CLEPTIA;
86 IsMaterialChangeable = false;
87 CanBeCloned = false;
88 CanBeMirrored = true;
89 Alias == "speed";
92 Config AMULET_OF_PHASING;
94 Possibility = 2;
95 PostFix = "of phasing";
96 MainMaterialConfig == RESIDUUM;
97 GearStates = ETHEREAL_MOVING;
98 Price = 5000;
99 AttachedGod = MORTIFER;
100 IsMaterialChangeable = false;
101 CanBeCloned = false;
102 CanBeMirrored = true;
105 Config AMULET_OF_DISEASE_IMMUNITY;
107 Possibility = 3;
108 PostFix = "of disease immunity";
109 MainMaterialConfig == UNICORN_HORN;
110 GearStates = DISEASE_IMMUNITY;
111 Price = 2000;
112 AttachedGod = SEGES;
115 Config AMULET_OF_DIMENSION_ANCHOR;
117 Possibility = 3;
118 PostFix = "of dimensional protection";
119 MainMaterialConfig == SIDGURE_WOOD;
120 GearStates = TELEPORT_LOCK;
121 Price = 2000;
122 AttachedGod = SOPHOS;
123 Alias == "amulet of teleport lock";