scripts: items, characters, materials, terrains, etc -- splitted to separate files
[k8-i-v-a-n.git] / Script / items / whip.dat
blob169b004e0f54be991fa062350ec508bfa99a83f5
1 whip /* meleeweapon-> */
3 DefaultSize = 210;
4 Possibility = 50;
5 WeaponCategory = WHIPS;
6 DefaultMainVolume = 500;
7 DefaultSecondaryVolume = 20;
8 StrengthModifier = 10;
9 BitmapPos = 32, 0;
10 NameSingular = "whip";
11 MainMaterialConfig = { 4, LEATHER, HARDENED_LEATHER, NYMPH_HAIR, OMMEL_HAIR; }
12 SecondaryMaterialConfig == EBONY_WOOD;
13 MaterialConfigChances = { 4, 75, 50, 25, 10; }
14 Roundness = 2;
15 FormModifier = 10; /* this is multiplied by MainMaterial's flexibility */
16 CanBeBroken = false;
17 AttachedGod = NEFAS;
18 WieldedBitmapPos = 160, 224;
19 EnchantmentPlusChance = 30;
20 FlexibilityIsEssential = true;
21 DamageFlags = SLASH;
22 IsSadistWeapon = true;
24 /* k8: not in CLIVAN */
25 Config CHAIN_WHIP;
27 DefaultSize = 150;
28 Possibility = 15;
29 DefaultMainVolume = 200;
30 DefaultSecondaryVolume = 50;
31 StrengthModifier = 20;
32 MainMaterialConfig = { 4, BRONZE, IRON, STEEL, METEORIC_STEEL; }
33 MaterialConfigChances = { 4, 75, 50, 25, 10; }
34 Adjective = "chain";
35 FormModifier = 200;
36 EnchantmentPlusChance = 20;
39 Config RUNED_WHIP;
41 DefaultSize = 230;
42 Possibility = 15; /* CLIVAN; old: 25 */
43 DefaultMainVolume = 750;
44 DefaultSecondaryVolume = 50;
45 StrengthModifier = 20;
46 Adjective = "runed";
47 FormModifier = 20;
48 EnchantmentPlusChance = 20;