Changeset 1589
- Timestamp:
- 06/17/08 10:46:27 (4 months ago)
- Files:
-
- branches/games/minionsofmirth/v1/testing/genesis/item/eventitems.py (modified) (1 diff)
- branches/games/minionsofmirth/v1/testing/minions.of.mirth/data/shapes/character/textures/body/body107.jpg (added)
- branches/games/minionsofmirth/v1/testing/minions.of.mirth/data/ui/items/equipment/chest/46 (added)
- branches/games/minionsofmirth/v1/testing/minions.of.mirth/data/ui/items/equipment/chest/46/0_0_0.alpha.jpg (added)
- branches/games/minionsofmirth/v1/testing/minions.of.mirth/data/ui/items/equipment/chest/46/0_0_0.jpg (added)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
branches/games/minionsofmirth/v1/testing/genesis/item/eventitems.py
r1487 r1589 24 24 item.desc = "This shirt commemorates the first Naked Halfling Run and was given to all who completed the event." 25 25 26 #--- Naked Halfling Run - 2nd Annual - Reward for completion 27 item = DBItemProto() 28 item.name = "2nd Annual NHR Completion Shirt" 29 item.slots = (RPG_SLOT_CHEST,) 30 item.flags = RPG_ITEM_INDESTRUCTIBLE|RPG_ITEM_ARTIFACT|RPG_ITEM_SOULBOUND 31 item.itemType = ['EVENT'] 32 item.addStat("move",.2) 33 item.bitmap = "EQUIPMENT/CHEST/46" 34 item.material = "BODY/BODY107" 35 item.desc = "This shirt commemorates the 2nd Annual Naked Halfling Run and was given to all who completed the event." 36 37 26 38 #--- Naked Halfling Run - Event helpers 27 39 item = DBItemProto()

