data dirs renamed
[k8-i-v-a-n.git] / script / olterras / door.dat
blobb20eb7fe766fabbc2ac6da2006a003ca7db65eaf
1 door /* olterrain-> */
3 DigMessage = "You break the door.";
4 CanBeDestroyed = true;
5 MainMaterialConfig == FIR_WOOD;
6 NameSingular = "door";
7 BitmapPos = 0, 176;
8 OpenBitmapPos = 0, 48;
9 /* PostFix depends on LockType */
10 HPModifier = 20;
11 CreateLockConfigurations = true;
12 LeftOverItems == NaturalMaterialForm { MainMaterial = 0 { Volume = 250:750; } Times = 1:3; }
13 IsAlwaysTransparent = false;
15 Config BARDOOR;
17 BitmapPos = 16, 96;
18 IsAlwaysTransparent = true;
21 Config SECRET_DOOR;
23 BitmapPos = 16, 144;
24 NameSingular = "door";
25 Adjective = "very secret";