Skip to content

Instantly share code, notes, and snippets.

@SanguumRides
Created January 4, 2017 23:28
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save SanguumRides/533e8b6f211588fc64c6a1673296debf to your computer and use it in GitHub Desktop.
Save SanguumRides/533e8b6f211588fc64c6a1673296debf to your computer and use it in GitHub Desktop.
<!-- lootcontainer 87 ZombieBandit -->
<lootcontainer id="87" count="0,3" size="4,3" destroy_on_close="false" sound_open="UseActions/open_corpse" sound_close="UseActions/close_corpse" loot_quality_template="baseTemplate">
<item group="banditArmor" prob="0.2"/>
<item name="painkillers"/>
<item name="scrapPlastics" count="2" prob=".3"/>
<item name="oldCash" count="4,45" prob="2"/>
<item name="casinoCoin" count="10,30"/>
<item name="clubIron"/>
<item name="clubBarbed" prob="0.1"/>
<item name="clubSpiked" prob="0.05"/>
<item name="huntingKnife" prob="0.05"/>
<item name="machete" prob="0.3"/>
</lootcontainer>
<!-- lootcontainer 88 ZombieCannibal -->
<lootcontainer id="88" count="0,3" size="4,3" destroy_on_close="false" sound_open="UseActions/open_corpse" sound_close="UseActions/close_corpse" loot_quality_template="baseTemplate">
<item name="clubIron" prob="0.6"/>
<item name="clubBarbed" prob="0.1"/>
<item name="clubSpiked" prob="0.05"/>
<item name="huntingKnife" prob="0.05"/>
<item name="machete" prob="0.3"/>
<item name="rawMeat" count="3,4"/>
<item name="boneShiv" prob="1"/>
</lootcontainer>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment