more potion types and meelee weapons from comm. fork (and light frog blood)
[k8-i-v-a-n.git] / script / items / itemcontainer.dat
blobebe8da89d9d38473c7e86be894be4d5e4a5713d4
1 itemcontainer
3 CanBeGeneratedInContainer = false;
4 IsTwoHanded = true;
5 FormModifier = 15;
6 MainMaterialConfig == FIR_WOOD;
7 Roundness = 60;
8 CanBePiled = false;
9 IsAbstract = true;
10 IsPolymorphSpawnable = false;
11 IsDestroyable = false;
12 AttachedGod = ATAVUS;
13 WieldedBitmapPos = 160, 144;
14 CreateLockConfigurations = true;
16 Config CHEST;
18 NameSingular = "chest";
19 StorageVolume = 100000;
20 DefaultMainVolume = 30000;
21 DefaultSize = 100;
22 Price = 150;
23 Possibility = 50;
24 MaxGeneratedContainedItems = 5;
25 BitmapPos = 48, 80;
26 DamageDivider = 3;
27 StrengthModifier = 150;
30 Config LARGE_CHEST;
32 NameSingular = "chest";
33 Adjective = "large";
34 DefaultSize = 200;
35 StorageVolume = 1000000;
36 DefaultMainVolume = 240000;
37 Price = 250;
38 Possibility = 10;
39 MaxGeneratedContainedItems = 10;
40 BitmapPos = 48, 64;
41 DamageDivider = 4;
42 StrengthModifier = 200;
45 Config SMALL_CHEST;
47 NameSingular = "chest";
48 Adjective = "small";
49 DefaultSize = 50;
50 StorageVolume = 10000;
51 DefaultMainVolume = 5000;
52 Price = 75;
53 Possibility = 100;
54 MaxGeneratedContainedItems = 3;
55 BitmapPos = 64, 48;
56 DamageDivider = 2;
57 StrengthModifier = 100;
60 Config STRONG_BOX;
62 Adjective = "small";
63 NameSingular = "strong-box";
64 DefaultSize = 30;
65 StorageVolume = 5000;
66 DefaultMainVolume = 250;
67 Price = 250;
68 Possibility = 10;
69 MaxGeneratedContainedItems = 3;
70 MainMaterialConfig == IRON;
71 BitmapPos = 48, 368;
72 DamageDivider = 5;
73 StrengthModifier = 150;
76 Config MAGIC_CHEST;
78 NameSingular = "magic chest";
79 StorageVolume = 100_000;
80 DefaultMainVolume = 3_000;
81 DefaultSize = 10;
82 Price = 15000;
83 Possibility = 0;
84 MaxGeneratedContainedItems = 0;
85 BitmapPos = 64, 48;
86 DamageDivider = 666;
87 StrengthModifier = 150;