Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- -----------------------------------------------------------------------------------------
- ---- items.xml
- -----------------------------------------------------------------------------------------
- <items gfxroot="gfx/items/" version="1">
- <passive cache="luck" name"Toy Skull" description="What is hidden inside?" gfx="toyskull.png" />
- </items>
- -----------------------------------------------------------------------------------------
- ---- costumes2.xml
- -----------------------------------------------------------------------------------------
- <costumes anm2root="gfx/characters/">
- <costume anm2path="toyskull.anm2" type="none" />
- </cotumes>
- -----------------------------------------------------------------------------------------
- ---- itempools.xml
- -----------------------------------------------------------------------------------------
- <ItemPools>
- <Pool Name="treasure">
- <Item Name="Toy Skull" Weight="1" DecreaseBy="0.5" RemoveOn="0.1" />
- </Pool>
- </ItemPools>
Advertisement
Add Comment
Please, Sign In to add comment