unnecessary messing with code
[k8-i-v-a-n.git] / Script / olterra.dat
blobb4bbb45e6d803cd0ffefe7e74df9b1ee56fbd04a
1 /*
3 * Iter Vehemens ad Necem (IVAN)
4 * Copyright (C) Timo Kiviluoto
5 * Released under the GNU General
6 * Public License
8 * See LICENSING which should be included
9 * along with this file for more details
14 * NOTICE!!!
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 */
24 /* Default values: */
25 olterrain
27 /* Obligatory: BitmapPos */
28 UsesLongArticle = false;
29 Adjective = "";
30 UsesLongAdjectiveArticle = false;
31 /* Obligatory: NameSingular */
32 /* NameSingular + "s" by default: NamePlural */
33 PostFix = "";
34 ArticleMode = 0;
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;
40 MaterialColorB = 0;
41 MaterialColorC = 0;
42 MaterialColorD = 0;
43 SitMessage = "You sit for some time. Nothing happens.";
44 /* Obligatory: DigMessage */
45 CanBeDestroyed = false;
46 RestModifier = 1;
47 RestMessage = "";
48 ShowMaterial = true;
49 IsUpLink = false;
50 CreateDivineConfigurations = false;
51 StorageVolume = 0;
52 HPModifier = 100;
53 IsSafeToCreateDoor = false;
54 AttachedGod = NONE;
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;
63 IsWall = false;
67 Include "olterras/wall.dat";
68 Include "olterras/decoration.dat";
69 Include "olterras/door.dat";
70 Include "olterras/stairs.dat";
71 Include "olterras/portal.dat";
72 Include "olterras/altar.dat";
73 Include "olterras/throne.dat";
74 Include "olterras/olterraincontainer.dat";
75 Include "olterras/fountain.dat";
76 Include "olterras/brokendoor.dat";
77 Include "olterras/boulder.dat";
78 Include "olterras/sign.dat";
79 Include "olterras/ward.dat";
80 Include "olterras/earth.dat";
81 Include "olterras/monsterportal.dat";
82 Include "olterras/coffin.dat";
83 Include "olterras/barwall.dat";
84 Include "olterras/ironmaiden.dat";