Skip to content

Commit

Permalink
Rename mild nuclear fallout GameCondtionDef name
Browse files Browse the repository at this point in the history
HSK has a mild one, compared to Rimatomics
  • Loading branch information
masakitenchi committed Jul 31, 2024
1 parent 45815b7 commit f5378b1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Mods/Core_SK/Defs/GameConditionDefs/GameConditions_SK.xml
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,7 @@ It will last anywhere between a season to several years.</description>
</GameConditionDef>

<GameConditionDef>
<defName>NuclearFallout</defName>
<defName>NuclearFallout_SK</defName>
<conditionClass>SK.Events.GameCondition_NuclearFallout</conditionClass>
<label>Nuclear fallout</label>
<description>You colony has been struck by a low-yield nuclear weapon, in addition to the explosion, it has lofted a plume of radioactive particles into the lower atmosphere, blocking sunlight and irradiating the area. Temperatures will be lowered and exposed people and animals will take radiation damage.</description>
Expand Down
4 changes: 2 additions & 2 deletions Mods/Core_SK/Defs/Storyteller/Incidents_SK_Events.xml
Original file line number Diff line number Diff line change
Expand Up @@ -846,7 +846,7 @@ Drought is devastating for plant life and will quickly destroy all the crops not
<li>Map_PlayerHome</li>
</targetTags>
<workerClass>SK.Events.IncidentWorker_NuclearIncident</workerClass>
<gameCondition>NuclearFallout</gameCondition>
<gameCondition>NuclearFallout</gameCondition> <!-- Rimefeller one -->
<letterDef>PurpleEvent</letterDef>
<baseChance>0.1</baseChance>
<category>ThreatBig</category>
Expand All @@ -862,7 +862,7 @@ Drought is devastating for plant life and will quickly destroy all the crops not
<li>Map_PlayerHome</li>
</targetTags>
<workerClass>SK.Events.IncidentWorker_NuclearFallout</workerClass>
<gameCondition>NuclearFallout</gameCondition>
<gameCondition>NuclearFallout_SK</gameCondition>
<baseChance>0.06</baseChance>
<letterDef>PurpleEvent</letterDef>
<category>ThreatBig</category>
Expand Down

0 comments on commit f5378b1

Please sign in to comment.