Skip to content

Commit 35f77dd

Browse files
committed
Hotfixes
1 parent 3e0766a commit 35f77dd

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

51 files changed

+3334
-133
lines changed

1.3/Assemblies/CosmicHorror.dll

-86 KB
Binary file not shown.

1.3/Assemblies/CosmicHorrors.dll

78.5 KB
Binary file not shown.

1.3/Defs/FactionDefs/CH_Factions.xml

Lines changed: 71 additions & 44 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,6 @@
22
<Defs>
33
<FactionDef Name="ROMCH_HiddenFaction" Abstract="True">
44
<requiredCountAtGameStart>1</requiredCountAtGameStart>
5-
<raidCommonalityFromPointsCurve>
6-
<points>
7-
<li>(0, 0)</li>
8-
</points>
9-
</raidCommonalityFromPointsCurve>
105
<raidLootValueFromPointsCurve>
116
<points>
127
<li>(35, 15)</li>
@@ -16,53 +11,75 @@
1611
<li>(4000, 1000)</li>
1712
</points>
1813
</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>
1937
<humanlikeFaction>false</humanlikeFaction>
2038
<hidden>true</hidden>
2139
<autoFlee>false</autoFlee>
2240
<canUseAvoidGrid>true</canUseAvoidGrid>
2341
<techLevel>Animal</techLevel>
42+
<permanentEnemy>true</permanentEnemy>
43+
<hostileToFactionlessHumanlikes>true</hostileToFactionlessHumanlikes>
2444
<settlementTexturePath>World/WorldObjects/DefaultSettlement</settlementTexturePath>
25-
<allowedArrivalTemperatureRange>
26-
<min>-255</min>
27-
<max>255</max>
28-
</allowedArrivalTemperatureRange>
45+
<allowedArrivalTemperatureRange>-255~255</allowedArrivalTemperatureRange>
2946
<raidLootMaker>ROMCH_LootMaker</raidLootMaker>
3047
</FactionDef>
48+
49+
50+
<!-- Raid Factions -->
3151
<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>
3759
<pawnGroupMakers>
3860
<li>
3961
<kindDef>Combat</kindDef>
4062
<options>
41-
<ROM_StarSpawnOfCthulhu>100</ROM_StarSpawnOfCthulhu>
63+
<ROM_DeepOne>100</ROM_DeepOne>
64+
<ROM_DeepOneGreat>100</ROM_DeepOneGreat>
4265
</options>
4366
</li>
4467
</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>
5368
</FactionDef>
5469
<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>
6177
<pawnGroupMakers>
6278
<li>
6379
<kindDef>Combat</kindDef>
6480
<options>
65-
<ROM_Shoggoth>100</ROM_Shoggoth>
81+
<ROM_MiGo>250</ROM_MiGo>
82+
<ROM_MiGoCaster>100</ROM_MiGoCaster>
6683
</options>
6784
</li>
6885
</pawnGroupMakers>
@@ -76,17 +93,19 @@
7693
</maxPawnCostPerTotalPointsCurve>
7794
</FactionDef>
7895
<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>
84104
<pawnGroupMakers>
85105
<li>
86106
<kindDef>Combat</kindDef>
87107
<options>
88-
<ROM_MiGo>250</ROM_MiGo>
89-
<ROM_MiGoCaster>100</ROM_MiGoCaster>
108+
<ROM_Shoggoth>100</ROM_Shoggoth>
90109
</options>
91110
</li>
92111
</pawnGroupMakers>
@@ -100,17 +119,18 @@
100119
</maxPawnCostPerTotalPointsCurve>
101120
</FactionDef>
102121
<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>
108129
<pawnGroupMakers>
109130
<li>
110131
<kindDef>Combat</kindDef>
111132
<options>
112-
<ROM_DeepOne>100</ROM_DeepOne>
113-
<ROM_DeepOneGreat>100</ROM_DeepOneGreat>
133+
<ROM_StarSpawnOfCthulhu>100</ROM_StarSpawnOfCthulhu>
114134
</options>
115135
</li>
116136
</pawnGroupMakers>
@@ -123,10 +143,14 @@
123143
</points>
124144
</maxPawnCostPerTotalPointsCurve>
125145
</FactionDef>
146+
147+
148+
<!-- Star Vampire for incidents -->
126149
<FactionDef ParentName="ROMCH_HiddenFaction">
127150
<defName>ROM_StarVampire</defName>
128151
<label>Star Vampires</label>
129152
<description>...</description>
153+
<pawnSingular>Star Vampire</pawnSingular>
130154
<pawnsPlural>Star Vampires</pawnsPlural>
131155
<fixedName>Outer Space</fixedName>
132156
<pawnGroupMakers>
@@ -146,10 +170,12 @@
146170
</points>
147171
</maxPawnCostPerTotalPointsCurve>
148172
</FactionDef>
173+
<!-- Chthonian for incidents -->
149174
<FactionDef ParentName="ROMCH_HiddenFaction">
150175
<defName>ROM_Chthonian</defName>
151176
<label>Chthonian</label>
152177
<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>
153179
<pawnsPlural>Chthonians</pawnsPlural>
154180
<fixedName>Lost City of G'harne</fixedName>
155181
<pawnGroupMakers>
@@ -175,6 +201,7 @@
175201
<defName>ROM_CosmicHorrors</defName>
176202
<label>Cosmic Horrors</label>
177203
<description>Creatures out of time and space bent on purging mankind from the universe.</description>
204+
<pawnSingular>horror</pawnSingular>
178205
<pawnsPlural>horrors</pawnsPlural>
179206
<fixedName>Unknown</fixedName>
180207
<pawnGroupMakers>

0 commit comments

Comments
 (0)