Advertisement
frightfulactions

Survivor Notes Loot

Jul 17th, 2015
1,139
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 0.64 KB | None | 0 0
  1. <!-- lootcontainer 15 generic zombie loot-->
  2. <lootcontainer id="15" count="0,2" size="4,3" destroy_on_close="false" sound_open="UseActions/open_corpse" sound_close="UseActions/close_corpse" loot_quality_template="baseTemplate">
  3.     <item group="junk" prob="1"/>
  4.     <item group="clothes" prob="0.19"/>
  5.     <item group="rottenFood" prob="0.062"/>
  6.     <item group="hazmatGear" count="1" prob="0.008"/>
  7.     <item group="questChallenge" count="1" prob="0.0105"/>
  8.     <item group="treasureMaps" count="1" prob="0.0105"/> <!-- total 2% for a quest thing -->
  9.     <item name="facialPiercings" prob=".008"/>
  10.     <item name="survivorNotes" count="1" prob="0.18" />
  11. </lootcontainer>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement