mirror of
https://github.com/vegapnk/RJW-Genes.git
synced 2024-08-15 00:23:31 +00:00
More food and less malnutrition for Halamyr Hive Start - less silver
This commit is contained in:
parent
4fc3f94f2a
commit
197eb076e5
1 changed files with 10 additions and 4 deletions
|
@ -65,7 +65,7 @@
|
|||
<context>PlayerStarter</context>
|
||||
<chance>0.5</chance>
|
||||
<hediff>Malnutrition</hediff>
|
||||
<severityRange>0.2~0.4</severityRange>
|
||||
<severityRange>0.1~0.2</severityRange>
|
||||
</li>
|
||||
<li Class="ScenPart_SetNeedLevel">
|
||||
<def>SetNeedLevel</def>
|
||||
|
@ -73,19 +73,19 @@
|
|||
<context>PlayerStarter</context>
|
||||
<chance>1.0</chance>
|
||||
<need>Food</need>
|
||||
<levelRange>0~0.1</levelRange>
|
||||
<levelRange>0.3~0.8</levelRange>
|
||||
</li>
|
||||
|
||||
<!-- Player starting things -->
|
||||
<li Class="ScenPart_StartingThing_Defined">
|
||||
<def>StartingThing_Defined</def>
|
||||
<thingDef>Silver</thingDef>
|
||||
<count>400</count>
|
||||
<count>300</count>
|
||||
</li>
|
||||
<li Class="ScenPart_StartingThing_Defined">
|
||||
<def>StartingThing_Defined</def>
|
||||
<thingDef>Pemmican</thingDef>
|
||||
<count>250</count>
|
||||
<count>350</count>
|
||||
</li>
|
||||
<li Class="ScenPart_StartingThing_Defined">
|
||||
<def>StartingThing_Defined</def>
|
||||
|
@ -132,6 +132,12 @@
|
|||
<thingDef>Jade</thingDef>
|
||||
<count>100</count>
|
||||
</li>
|
||||
|
||||
<li Class="ScenPart_ScatterThingsNearPlayerStart">
|
||||
<def>ScatterThingsNearPlayerStart</def>
|
||||
<thingDef>Pemmican</thingDef>
|
||||
<count>150</count>
|
||||
</li>
|
||||
<li Class="ScenPart_ScatterThingsNearPlayerStart">
|
||||
<def>ScatterThingsNearPlayerStart</def>
|
||||
<thingDef>Steel</thingDef>
|
||||
|
|
Loading…
Reference in a new issue