|
2 | 2 | <Defs> |
3 | 3 | <FactionDef Name="ROMCH_HiddenFaction" Abstract="True"> |
4 | 4 | <requiredCountAtGameStart>1</requiredCountAtGameStart> |
5 | | - <raidCommonalityFromPointsCurve> |
6 | | - <points> |
7 | | - <li>(0, 0)</li> |
8 | | - </points> |
9 | | - </raidCommonalityFromPointsCurve> |
10 | 5 | <raidLootValueFromPointsCurve> |
11 | 6 | <points> |
12 | 7 | <li>(35, 15)</li> |
|
16 | 11 | <li>(4000, 1000)</li> |
17 | 12 | </points> |
18 | 13 | </raidLootValueFromPointsCurve> |
| 14 | + <pawnSingular>horror</pawnSingular> |
| 15 | + <pawnsPlural>horrors</pawnsPlural> |
| 16 | + <categoryTag>Cosmic Horrors</categoryTag> |
| 17 | + <maxConfigurableAtWorldCreation>1</maxConfigurableAtWorldCreation> |
| 18 | + <canStageAttacks>true</canStageAttacks> |
| 19 | + <configurationListOrderPriority>2000</configurationListOrderPriority> |
| 20 | + <raidCommonalityFromPointsCurve> |
| 21 | + <points> |
| 22 | + <li>(300, 0)</li> |
| 23 | + <li>(700, 1)</li> |
| 24 | + <li>(1400, 1.8)</li> |
| 25 | + <li>(2800, 2.2)</li> |
| 26 | + <li>(4000, 2.6)</li> |
| 27 | + </points> |
| 28 | + </raidCommonalityFromPointsCurve> |
| 29 | + <maxPawnCostPerTotalPointsCurve> |
| 30 | + <points> |
| 31 | + <li>(500, 100)</li> |
| 32 | + <li>(1000, 150)</li> |
| 33 | + <li>(2000, 250)</li> |
| 34 | + <li>(2001, 10000)</li> |
| 35 | + </points> |
| 36 | + </maxPawnCostPerTotalPointsCurve> |
19 | 37 | <humanlikeFaction>false</humanlikeFaction> |
20 | 38 | <hidden>true</hidden> |
21 | 39 | <autoFlee>false</autoFlee> |
22 | 40 | <canUseAvoidGrid>true</canUseAvoidGrid> |
23 | 41 | <techLevel>Animal</techLevel> |
| 42 | + <permanentEnemy>true</permanentEnemy> |
| 43 | + <hostileToFactionlessHumanlikes>true</hostileToFactionlessHumanlikes> |
24 | 44 | <settlementTexturePath>World/WorldObjects/DefaultSettlement</settlementTexturePath> |
25 | | - <allowedArrivalTemperatureRange> |
26 | | - <min>-255</min> |
27 | | - <max>255</max> |
28 | | - </allowedArrivalTemperatureRange> |
| 45 | + <allowedArrivalTemperatureRange>-255~255</allowedArrivalTemperatureRange> |
29 | 46 | <raidLootMaker>ROMCH_LootMaker</raidLootMaker> |
30 | 47 | </FactionDef> |
| 48 | + |
| 49 | + |
| 50 | +<!-- Raid Factions --> |
31 | 51 | <FactionDef ParentName="ROMCH_HiddenFaction"> |
32 | | - <defName>ROM_StarSpawn</defName> |
33 | | - <label>StarSpawn of Cthulhu</label> |
34 | | - <description>A race birthed from the Old One, Cthulhu, laying dead and dreaming at the bottom of the sunken city of R'lyeh.</description> |
35 | | - <pawnsPlural>StarSpawn of Cthulhu</pawnsPlural> |
36 | | - <fixedName>Sunken city of R'lyeh</fixedName> |
| 52 | + <defName>ROM_DeepOne</defName> |
| 53 | + <label>Deep Ones</label> |
| 54 | + <description>Deep Ones are humanoid-fish-frog hybrid monstrosities that like to claw their prey before biting their heads off using massive jaws.</description> |
| 55 | + <pawnSingular>Deep One</pawnSingular> |
| 56 | + <pawnsPlural>Deep Ones</pawnsPlural> |
| 57 | + <fixedName>Devil Reef</fixedName> |
| 58 | + <earliestRaidDays>1</earliestRaidDays> |
37 | 59 | <pawnGroupMakers> |
38 | 60 | <li> |
39 | 61 | <kindDef>Combat</kindDef> |
40 | 62 | <options> |
41 | | - <ROM_StarSpawnOfCthulhu>100</ROM_StarSpawnOfCthulhu> |
| 63 | + <ROM_DeepOne>100</ROM_DeepOne> |
| 64 | + <ROM_DeepOneGreat>100</ROM_DeepOneGreat> |
42 | 65 | </options> |
43 | 66 | </li> |
44 | 67 | </pawnGroupMakers> |
45 | | - <permanentEnemy>true</permanentEnemy> |
46 | | - <maxPawnCostPerTotalPointsCurve> |
47 | | - <points> |
48 | | - <li>(400,200)</li> |
49 | | - <li>(900,300)</li> |
50 | | - <li>(100000,10000)</li> |
51 | | - </points> |
52 | | - </maxPawnCostPerTotalPointsCurve> |
53 | 68 | </FactionDef> |
54 | 69 | <FactionDef ParentName="ROMCH_HiddenFaction"> |
55 | | - <defName>ROM_Shoggoth</defName> |
56 | | - <label>Shoggoths</label> |
57 | | - <description>Shoggoths are gigantic amorphous protoplasmic entities capable of shapeshifting new limbs, organs, mouths, and tentacles at will.</description> |
58 | | - <pawnsPlural>Shoggoths</pawnsPlural> |
59 | | - <fixedName>Mountains of Madness</fixedName> |
60 | | - <canUseAvoidGrid>false</canUseAvoidGrid> |
| 70 | + <defName>ROM_MiGo</defName> |
| 71 | + <label>MiGo Outpost</label> |
| 72 | + <description>MiGo are flying headless carapace-wrapped fungoid aliens that specialize in extraterrestrial brain surgery. Beware that flying enemies will avoid traps!</description> |
| 73 | + <pawnSingular>MiGo</pawnSingular> |
| 74 | + <pawnsPlural>MiGo</pawnsPlural> |
| 75 | + <fixedName>Outpost of the MiGo</fixedName> |
| 76 | + <earliestRaidDays>10</earliestRaidDays> |
61 | 77 | <pawnGroupMakers> |
62 | 78 | <li> |
63 | 79 | <kindDef>Combat</kindDef> |
64 | 80 | <options> |
65 | | - <ROM_Shoggoth>100</ROM_Shoggoth> |
| 81 | + <ROM_MiGo>250</ROM_MiGo> |
| 82 | + <ROM_MiGoCaster>100</ROM_MiGoCaster> |
66 | 83 | </options> |
67 | 84 | </li> |
68 | 85 | </pawnGroupMakers> |
|
76 | 93 | </maxPawnCostPerTotalPointsCurve> |
77 | 94 | </FactionDef> |
78 | 95 | <FactionDef ParentName="ROMCH_HiddenFaction"> |
79 | | - <defName>ROM_MiGo</defName> |
80 | | - <label>MiGo Outpost</label> |
81 | | - <description>MiGo are flying headless carapace-wrapped fungoid aliens that specialize in extraterrestrial brain surgery. Beware that flying enemies will avoid traps!</description> |
82 | | - <pawnsPlural>MiGo</pawnsPlural> |
83 | | - <fixedName>Outpost of the MiGo</fixedName> |
| 96 | + <defName>ROM_Shoggoth</defName> |
| 97 | + <label>Shoggoths</label> |
| 98 | + <description>Shoggoths are gigantic amorphous protoplasmic entities capable of shapeshifting new limbs, organs, mouths, and tentacles at will.</description> |
| 99 | + <pawnSingular>Shoggoth</pawnSingular> |
| 100 | + <pawnsPlural>Shoggoths</pawnsPlural> |
| 101 | + <fixedName>Mountains of Madness</fixedName> |
| 102 | + <canUseAvoidGrid>false</canUseAvoidGrid> |
| 103 | + <earliestRaidDays>45</earliestRaidDays> |
84 | 104 | <pawnGroupMakers> |
85 | 105 | <li> |
86 | 106 | <kindDef>Combat</kindDef> |
87 | 107 | <options> |
88 | | - <ROM_MiGo>250</ROM_MiGo> |
89 | | - <ROM_MiGoCaster>100</ROM_MiGoCaster> |
| 108 | + <ROM_Shoggoth>100</ROM_Shoggoth> |
90 | 109 | </options> |
91 | 110 | </li> |
92 | 111 | </pawnGroupMakers> |
|
100 | 119 | </maxPawnCostPerTotalPointsCurve> |
101 | 120 | </FactionDef> |
102 | 121 | <FactionDef ParentName="ROMCH_HiddenFaction"> |
103 | | - <defName>ROM_DeepOne</defName> |
104 | | - <label>Deep Ones</label> |
105 | | - <description>Deep Ones are humanoid-fish-frog hybrid monstrosities that like to claw their prey before biting their heads off using massive jaws.</description> |
106 | | - <pawnsPlural>Deep Ones</pawnsPlural> |
107 | | - <fixedName>Devil Reef</fixedName> |
| 122 | + <defName>ROM_StarSpawn</defName> |
| 123 | + <label>StarSpawn of Cthulhu</label> |
| 124 | + <description>A race birthed from the Old One, Cthulhu, laying dead and dreaming at the bottom of the sunken city of R'lyeh.</description> |
| 125 | + <pawnSingular>StarSpawn of Cthulhu</pawnSingular> |
| 126 | + <pawnsPlural>StarSpawn of Cthulhu</pawnsPlural> |
| 127 | + <fixedName>Sunken city of R'lyeh</fixedName> |
| 128 | + <earliestRaidDays>66</earliestRaidDays> |
108 | 129 | <pawnGroupMakers> |
109 | 130 | <li> |
110 | 131 | <kindDef>Combat</kindDef> |
111 | 132 | <options> |
112 | | - <ROM_DeepOne>100</ROM_DeepOne> |
113 | | - <ROM_DeepOneGreat>100</ROM_DeepOneGreat> |
| 133 | + <ROM_StarSpawnOfCthulhu>100</ROM_StarSpawnOfCthulhu> |
114 | 134 | </options> |
115 | 135 | </li> |
116 | 136 | </pawnGroupMakers> |
|
123 | 143 | </points> |
124 | 144 | </maxPawnCostPerTotalPointsCurve> |
125 | 145 | </FactionDef> |
| 146 | + |
| 147 | + |
| 148 | + <!-- Star Vampire for incidents --> |
126 | 149 | <FactionDef ParentName="ROMCH_HiddenFaction"> |
127 | 150 | <defName>ROM_StarVampire</defName> |
128 | 151 | <label>Star Vampires</label> |
129 | 152 | <description>...</description> |
| 153 | + <pawnSingular>Star Vampire</pawnSingular> |
130 | 154 | <pawnsPlural>Star Vampires</pawnsPlural> |
131 | 155 | <fixedName>Outer Space</fixedName> |
132 | 156 | <pawnGroupMakers> |
|
146 | 170 | </points> |
147 | 171 | </maxPawnCostPerTotalPointsCurve> |
148 | 172 | </FactionDef> |
| 173 | + <!-- Chthonian for incidents --> |
149 | 174 | <FactionDef ParentName="ROMCH_HiddenFaction"> |
150 | 175 | <defName>ROM_Chthonian</defName> |
151 | 176 | <label>Chthonian</label> |
152 | 177 | <description>Chthonians are described as resembling immense squids, with elongated worm-like bodies coated with slime. Despite their squid-like appearance, chthonians are actually land-dwellers and are even harmed by water. Chthonians are powerful burrowers which can live for more than a thousand years, and are protective of their young. It is said that a chanting sound accompanies every chthonian, and that by such they can be detected while underground and unseen.\n\nThe most important individual chthonian is the gigantic Shudde M'ell, which is worshiped by the rest, the largest and most malignant of this dread race. It is featured prominently in the aforementioned novel.</description> |
| 178 | + <pawnSingular>Chthonian</pawnSingular> |
153 | 179 | <pawnsPlural>Chthonians</pawnsPlural> |
154 | 180 | <fixedName>Lost City of G'harne</fixedName> |
155 | 181 | <pawnGroupMakers> |
|
175 | 201 | <defName>ROM_CosmicHorrors</defName> |
176 | 202 | <label>Cosmic Horrors</label> |
177 | 203 | <description>Creatures out of time and space bent on purging mankind from the universe.</description> |
| 204 | + <pawnSingular>horror</pawnSingular> |
178 | 205 | <pawnsPlural>horrors</pawnsPlural> |
179 | 206 | <fixedName>Unknown</fixedName> |
180 | 207 | <pawnGroupMakers> |
|
0 commit comments