data dirs renamed
[k8-i-v-a-n.git] / Script / items / belt.dat
blobb2d9c7503e3879c766d1ebb5f4a21c30e73869fc
1 belt /* armor-> */
3 DefaultSize = 150;
4 Possibility = 250;
5 WeaponCategory = WHIPS;
6 Category = BELT;
7 DefaultMainVolume = 250;
8 StrengthModifier = 100;
9 BitmapPos = 32, 384;
10 NameSingular = "belt";
11 MainMaterialConfig = { 4, HARDENED_LEATHER, TROLL_HIDE, NYMPH_HAIR, OMMEL_HAIR; }
12 MaterialConfigChances = { 4, 1500, 500, 250, 100; }
13 Roundness = 10;
14 FormModifier = 5; /* this is multiplied by MainMaterial's flexibility */
15 WieldedBitmapPos = 160, 224;
16 BeltBitmapPos = 48, 432;
17 CanBeBroken = true;
18 EnchantmentPlusChance = 10;
19 DamageFlags = SLASH;
20 IsSadistWeapon = true;
22 Config BELT_OF_CARRYING;
24 Possibility = 10;
25 PostFix = "of carrying";
26 AffectsCarryingCapacity = true;
27 Price = 75;
28 BaseEnchantment = 1;
29 PriceIsProportionalToEnchantment = true;
30 AttachedGod = MELLIS;
31 MainMaterialConfig == TROLL_HIDE;
32 MaterialConfigChances == 100;
33 EnchantmentPlusChance = 2;
36 Config BROKEN|BELT_OF_CARRYING;
38 DefaultSize = 150;
39 Possibility = 20;
40 AffectsCarryingCapacity = false;
41 Price = 25;
42 BitmapPos = 80, 384;
43 EnchantmentPlusChance = 4;
44 BeltBitmapPos = 48, 512;
47 Config BELT_OF_LEVITATION;
49 DefaultMainVolume = 1; /* CLIVAN */
50 Possibility = 0;
51 PostFix = "of levitation";
52 GearStates = LEVITATION;
53 Price = 500;
54 AttachedGod = SILVA;
55 MainMaterialConfig == ANGEL_HAIR;
56 MaterialConfigChances == 100;
57 EnchantmentPlusChance = 0;
60 Config BROKEN|BELT_OF_LEVITATION;
62 DefaultMainVolume = 1; /* CLIVAN */
63 DefaultSize = 150;
64 GearStates = 0;
65 Price = 100;
66 BitmapPos = 80, 384;
67 BeltBitmapPos = 48, 512;
70 Config BROKEN;
72 DefaultSize = 150;
73 Possibility = 25;
74 MainMaterialConfig = { 5, TROLL_HIDE, NYMPH_HAIR, OMMEL_HAIR, DRAGON_HIDE, MITHRIL; }
75 MaterialConfigChances = { 5, 500, 250, 100, 25, 10; }
76 BitmapPos = 80, 384;
77 EnchantmentPlusChance = 20;
78 BeltBitmapPos = 48, 512;