replaced old numbered script file system with new "modules" system; "Include" is...
[k8-i-v-a-n.git] / script / items / unused / flamingsword.dat.old
blobb05fb36eb7dbb085d89726d661d40a118bd932c2
1 flamingsword /* meleeweapon-> */
3   DefaultSize = 120;
4   Possibility = 15;
5   WeaponCategory = LARGE_SWORDS;
6   DefaultMainVolume = 130;
7   DefaultSecondaryVolume = 45;
8   BitmapPos = 16, 336;
9   FormModifier = 110;
10   StrengthModifier = 100;
11   NameSingular = "sword";
12   Adjective = "flaming";
13   MainMaterialConfig = { 5, BRONZE, IRON, STEEL, METEORIC_STEEL, MITHRIL; }
14   SecondaryMaterialConfig = { 5, BRONZE, IRON, STEEL, METEORIC_STEEL, MITHRIL; }
15   MaterialConfigChances = { 5, 1000, 750, 100, 25, 25; }
16   Roundness = 10;
17   BaseEmitation = rgb24(150, 120, 90);
18   Price = 250;
19   AttachedGod = LORICATUS;
20   WieldedBitmapPos = 160, 16;
21   EnchantmentPlusChance = 2;
22   DamageFlags = SLASH|PIERCE;
23   CanFlame = true;
25   Config BROKEN;
26   {
27     Possibility = 10;
28     BitmapPos = 32, 208;
29     WieldedBitmapPos = 176, 80;
30     MainMaterialConfig = { 4, STEEL, METEORIC_STEEL, MITHRIL, ADAMANT; }
31     SecondaryMaterialConfig = { 4, STEEL, METEORIC_STEEL, MITHRIL, ADAMANT; }
32     MaterialConfigChances = { 4, 250, 25, 25, 5; }
33     EnchantmentPlusChance = 4;
34   }