finished adding content from CLIVAN; not tested yet
[k8-i-v-a-n.git] / Script / dungeon.dat
blob8706417079a80d5de12379bafa76d0ea025cc841
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 /* Team and dungeon data for the game */
24 Dungeons = 9;
25 Teams = 17;
28 * Description of hard-coded teams:
29 * 0 == PLAYER_TEAM == Player and pets
30 * 1 == MONSTER_TEAM == Monsters, default relation to other teams == hostile
31 * 2 == ATTNAM_TEAM == Residents of Attnam
32 * 3 == SUMO_TEAM == Huang Ming Pong during an arena figth
33 * 4 == UNUSED_FOUR_TEAM == unused yet
34 * 5 == GC_SHOPKEEPER_TEAM == shopkeeper in GC
35 * 6 == IVAN_TEAM == Ivan the Communist team
36 * 7 == NEW_ATTNAM_TEAM == natives and ostriches of New Attnam
37 * 8 == COLONIST_TEAM == colonists of New Attnam
38 * 9 == TOURIST_GUIDE_TEAM == dummy team which holds the village elder, who tourists follow
39 * 10 == TOURIST_TEAM == tourists of New Attnam
40 * 11 == BETRAYED_TEAM == pets which the player has angered
41 * 12 == MONDEDR_TEAM
42 * 13 == KHARAZ_ARAD_TEAM
43 * 14 == FORESTMAN_TEAM
44 * 15 == SOLICITUS_TEAM
45 * 16 == MORBE_TEAM
48 Team ATTNAM_TEAM;
50 Relation 0, UNCARING;
51 KillEvilness = 50;
54 Team SUMO_TEAM;
56 Relation 0, HOSTILE;
59 Team 4; /* Spawned hostile angels */
61 Relation 0, HOSTILE;
62 Relation 1, UNCARING;
65 Team 5; /* Dungeon shopkeepers */
67 Relation 1, UNCARING;
68 KillEvilness = 100;
71 Team IVAN_TEAM;
73 KillEvilness = 100;
76 Team NEW_ATTNAM_TEAM;
78 KillEvilness = 50;
81 Team COLONIST_TEAM;
83 Relation 7, FRIEND;
86 Team TOURIST_GUIDE_TEAM;
88 Relation 7, FRIEND;
89 Relation 8, FRIEND;
90 KillEvilness = 50;
93 Team TOURIST_TEAM;
95 Relation 7, FRIEND;
96 Relation 8, FRIEND;
97 KillEvilness = 10;
100 Team BETRAYED_TEAM;
102 Relation 0, HOSTILE;
103 KillEvilness = 10;
106 Team KHARAZ_ARAD_TEAM;
108 Relation 0, FRIEND;
109 KillEvilness = 50;
112 Team MONDEDR_TEAM;
114 Relation 0, FRIEND;
115 KillEvilness = 50;
118 Team FORESTMAN_TEAM;
120 Relation 1, UNCARING;
121 KillEvilness = 50;
124 Team SOLICITUS_TEAM;
126 Relation 1, UNCARING;
127 KillEvilness = 50;
130 Team MORBE_TEAM;
132 Relation 1, UNCARING;
133 KillEvilness = 50;
137 Include "dungeons/new_attnam.dat";
138 Include "dungeons/attnam.dat";
139 Include "dungeons/UT.dat";
140 Include "dungeons/GC.dat";
141 Include "dungeons/mondedr.dat";
142 Include "dungeons/muntuo.dat";
143 Include "dungeons/xinrochtomb.dat";
144 Include "dungeons/dragontower.dat";
145 Include "dungeons/darkforest.dat";