3 * Iter Vehemens ad Necem (IVAN)
4 * Copyright (C) Timo Kiviluoto
5 * Released under the GNU General
8 * See LICENSING which should be included
9 * along with this file for more details
16 * This file contains SPOILERS, which might ruin your IVAN experience
17 * totally. Also, editing anything can DESTROY GAME BALANCE or CAUSE
18 * OBSCURE BUGS if you don't know what you're doing. So from here on,
19 * proceed at your own risk!
22 /* Numerical olterrain data loaded during game startup */
27 /* Obligatory: BitmapPos */
28 UsesLongArticle
= false
;
30 UsesLongAdjectiveArticle
= false
;
31 /* Obligatory: NameSingular */
32 /* NameSingular + "s" by default: NamePlural */
35 /* Obligatory: MainMaterialConfig */
36 /* Obligatory: SecondaryMaterialConfig */
37 /* Obligatory if multiple material configurations defined: MaterialConfigChances */
38 IsAbstract
= true
; /* This is false by default and does not inherit! */
39 OKVisualEffects
= NONE
;
43 SitMessage
= "You sit for some time. Nothing happens.";
44 /* Obligatory: DigMessage */
45 CanBeDestroyed
= false
;
50 CreateDivineConfigurations
= false
;
53 IsSafeToCreateDoor
= false
;
55 CreateLockConfigurations
= false
; /* Can't be overridden by Configs */
56 Walkability
= ANY_MOVE
;
57 IsAlwaysTransparent
= true
;
58 UseBorderTiles
= false
;
59 BorderTilePriority
= 0;
60 HasSecondaryMaterial
= false
;
61 CreateWindowConfigurations
= false
;
62 ShowThingsUnder
= true
;