scripts: items, characters, materials, terrains, etc -- splitted to separate files
[k8-i-v-a-n.git] / Script / olterras / boulder.dat
blobbab7d887910416eb2b5795c7826ce099dd107d9b
1 boulder /* olterrain-> */
3 DigMessage = "You smash the boulder to tiny bits.";
4 MainMaterialConfig == GRANITE;
5 NameSingular = "boulder";
6 SitMessage = "The boulder is rather hard to sit on.";
7 CanBeDestroyed = true;
8 IsAbstract = true;
9 HPModifier = 50;
10 LeftOverItems == NaturalMaterialForm { MainMaterial = 0 { Volume = 500:1500; } Times = 1:3; }
12 Config 1;
14 BitmapPos = 64, 288;
17 Config 2;
19 BitmapPos = 64, 304;
22 Config 3;
24 BitmapPos = 64, 304; /* Should be checked */
25 HPModifier = 70;
26 Adjective = "large";
27 IsAlwaysTransparent = false;
28 Walkability = ETHEREAL;
31 Config SNOW_BOULDER;
33 MaterialColorB = rgb16(220, 220, 220);
34 BitmapPos = 80, 306;
35 Adjective = "snow-covered";