Josh64

Items, itempool and costumes2

Apr 3rd, 2018
115
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.98 KB | None | 0 0
  1. -----------------------------------------------------------------------------------------
  2. ---- items.xml
  3. -----------------------------------------------------------------------------------------
  4.  
  5.  
  6. <items gfxroot="gfx/items/" version="1">
  7. <passive cache="luck" name"Toy Skull" description="What is hidden inside?" gfx="toyskull.png" />
  8. </items>
  9.  
  10.  
  11. -----------------------------------------------------------------------------------------
  12. ---- costumes2.xml
  13. -----------------------------------------------------------------------------------------
  14.  
  15.  
  16. <costumes anm2root="gfx/characters/">
  17. <costume anm2path="toyskull.anm2" type="none" />
  18. </cotumes>
  19.  
  20.  
  21. -----------------------------------------------------------------------------------------
  22. ---- itempools.xml
  23. -----------------------------------------------------------------------------------------
  24.  
  25.  
  26. <ItemPools>
  27. <Pool Name="treasure">
  28. <Item Name="Toy Skull" Weight="1" DecreaseBy="0.5" RemoveOn="0.1" />
  29. </Pool>
  30. </ItemPools>
Advertisement
Add Comment
Please, Sign In to add comment