Skip to content

Commit

Permalink
Item pools added
Browse files Browse the repository at this point in the history
  • Loading branch information
DanAmador committed Jan 24, 2017
1 parent 3a7647d commit e5208e5
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions content/itempools.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
<ItemPools>
<Pool Name="devil">
<Item Name="Gravity Gun" Weight="1" DecreaseBy="0.5" RemoveOn="0.1"/>
</Pool>
<Pool Name="greedTreasure">
<Item Name="Gravity Gun" Weight="1" DecreaseBy="0.5" RemoveOn="0.1"/>
</Pool>
</ItemPools>
2 changes: 1 addition & 1 deletion content/items.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<items gfxroot="gfx/items/" version="1">
<active description="Wubba lubba dub dub" gfx="grav_gun_gimp.png" max_charges="1" name="Gravity Gun" id="101234"/>
<active description="Keep your friends close and your enemies closer" gfx="grav_gun_gimp.png" max_charges="1" name="Gravity Gun" id="101234"/>
</items>


0 comments on commit e5208e5

Please sign in to comment.