1# Factions definition file.
2# It defines which creatures can spawn through the portal per faction.
3# Each Faction is defined with [Factions] [/Factions]
4# within a [Faction] [/Faction] tag couple.
5
6[Factions]
7[Faction]
8    Name	Keeper
9    WorkerClass	Kobold
10    [SpawnPool]
11    # Tier1
12    CaveHornet
13    Spider
14    Rat
15    # Tier2
16    Roach
17    Goblin
18    Cultist
19    # Tier3
20    LavaSpawn
21    LizardMan
22    DarkElf
23    # Tier4
24    Orc
25    PitDemon
26    Troll
27    [/SpawnPool]
28[/Faction]
29[Faction]
30    Name	Hero
31    WorkerClass	DwarfWorker
32    [SpawnPool]
33    # Tier1
34    Adventurer
35    Slime
36    Dwarf1
37    # Tier2
38    Monk
39    Dwarf2
40    Knight
41    # Tier3
42    Elf
43    RunelordDwarf
44    Wizard
45    # Tier4
46    NatureMonster
47    Defender
48    Scarab
49    [/SpawnPool]
50[/Faction]
51[/Factions]
52