unnecessary messing with code
[k8-i-v-a-n.git] / Script / olterras / olterraincontainer.dat
blob7e96c3d88ce1b9613f03516dc694fcff3e5edc7f
1 olterraincontainer /* olterrain->decoration-> */
3 IsAbstract = true;
4 Walkability = ETHEREAL;
5 DigMessage = "You smash this piece of furniture into pieces.";
7 Config BOOK_CASE;
9 CanBeDestroyed = true;
10 MainMaterialConfig == FIR_WOOD;
11 NameSingular = "bookcase";
12 BitmapPos = 16, 272;
13 SitMessage = "The bookcase is very unconfortable to sit on.";
14 StorageVolume = 100000;
15 // CLIVAN; old -- HPModifier = 20;
16 HPModifier = 5;
17 AttachedGod = SOPHOS;
18 LeftOverItems == NaturalMaterialForm { MainMaterial = 0 { Volume = 250:750; } Times = 1:2; }
21 Config CHEST_OF_DRAWERS;
23 CanBeDestroyed = true;
24 MainMaterialConfig == FIR_WOOD;
25 NameSingular = "chest of drawers";
26 BitmapPos = 0, 224;
27 SitMessage = "The chest of drawers is very unconfortable to sit on.";
28 StorageVolume = 50000;
29 HPModifier = 40;
30 AttachedGod = SOPHOS;
31 LeftOverItems == NaturalMaterialForm { MainMaterial = 0 { Volume = 500:1000; } Times = 1:2; }
34 Config SHELF;
36 CanBeDestroyed = true;
37 MainMaterialConfig == FIR_WOOD;
38 NameSingular = "";
39 BitmapPos = 16, 128;
40 SitMessage = "The shelf is very unconfortable to sit on.";
41 StorageVolume = 80000;
42 HPModifier = 20;
43 AttachedGod = ATAVUS;
44 LeftOverItems == NaturalMaterialForm { MainMaterial = 0 { Volume = 250:750; } Times = 1:2; }
45 MaterialColorB = rgb16(200,200,200);