Skip to content

Commit

Permalink
released HSCK raid generator helper
Browse files Browse the repository at this point in the history
- would help vanilla raid generator, if storyteller fell asleep.
  • Loading branch information
skyarkhangel committed Sep 17, 2017
1 parent d0e27dc commit b0a8d1f
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 22 deletions.
Binary file modified Mods/Core_SK/Assemblies/Core_SK.dll
Binary file not shown.
37 changes: 15 additions & 22 deletions Mods/Core_SK/Defs/PawnKindDefs_Humanlikes/PawnKinds_Orassan.xml
Expand Up @@ -40,35 +40,28 @@
<li>BanditsLight</li>
</apparelTags>
<apparelAllowHeadwearChance>0.4</apparelAllowHeadwearChance>
<inventoryOptions>
<skipChance>0</skipChance>
<subOptionsChooseOne>
<li>
<choiceChance>90</choiceChance>
<thingDef>Silver</thingDef>
<countRange>
<min>25</min>
<max>70</max>
</countRange>
</li>
<li>
<choiceChance>30</choiceChance>
<thingDef>Silver</thingDef>
<countRange>
<min>700</min>
<max>1000</max>
</countRange>
</li>
</subOptionsChooseOne>
</inventoryOptions>
<weaponMoney>
<min>1500</min>
<max>2550</max>
</weaponMoney>
<weaponTags>
<li>SMG2</li>
</weaponTags>
<modExtensions>
<li Class="CombatExtended.LoadoutPropertiesExtension">
<primaryMagazineCount>
<min>34</min>
<max>35</max>
</primaryMagazineCount>
</li>
</modExtensions>
</PawnKindDef>
<!-- Windrunner -->
<PawnKindDef Name="OrassanWindrunner" ParentName="OrassanVillagerBase">
<defName>OrassanWindrunner</defName>
<label>Orassan windrunner</label>
<combatPower>110</combatPower>
<itemQuality>Poor</itemQuality>
<isFighter>false</isFighter>
<apparelMoney>
<min>1200</min>
<max>1750</max>
Expand Down

0 comments on commit b0a8d1f

Please sign in to comment.