Changeset 1614 for branches/games/minionsofmirth/v1/experimental/new-stuff/genesis/dialog/genericepic.py
- Timestamp:
- 07/11/08 06:46:18 (6 months ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
branches/games/minionsofmirth/v1/experimental/new-stuff/genesis/dialog/genericepic.py
r409 r1614 603 603 item.bitmap = "STUFF/7" 604 604 item.flags = RPG_ITEM_SOULBOUND 605 item.stackMax = 10 606 item.stackDefault = 1 605 607 #add to Aquatic Visage 606 608 #add to Shard … … 613 615 item.bitmap = "STUFF/7" 614 616 item.flags = RPG_ITEM_SOULBOUND 617 item.stackMax = 10 618 item.stackDefault = 1 615 619 #add to Volt 616 620 #add to Vortex … … 675 679 item = DBItemProto(name = "Mortar and Pestle") 676 680 item.desc = "A well worn mortar and pestle." 677 item.bitmap = "STUFF/ 33"681 item.bitmap = "STUFF/132" 678 682 item.flags = RPG_ITEM_SOULBOUND 679 683

