Changeset 6675 for code/branches/pickup4/data/levels/includes/pickups.oxi
- Timestamp:
- Apr 2, 2010, 5:35:14 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/pickup4/data/levels/includes/pickups.oxi
r6524 r6675 1 1 <PickupRepresentation 2 name = "Small Health Boost"3 description = "Adds a small amout of health to the ship."2 pickupName = "Small Health Boost" 3 pickupDescription = "Adds a small amout of health to the ship." 4 4 spawnerTemplate = "smallhealthpickupRepresentation" 5 5 > … … 10 10 11 11 <PickupRepresentation 12 name = "Medium Health Boost"13 description = "Adds a medium amout of health to the ship."12 pickupName = "Medium Health Boost" 13 pickupDescription = "Adds a medium amout of health to the ship." 14 14 spawnerTemplate = "mediumhealthpickupRepresentation" 15 15 > … … 20 20 21 21 <PickupRepresentation 22 name = "Huge Health Boost"23 description = "Adds a huge amout of health to the ship."22 pickupName = "Huge Health Boost" 23 pickupDescription = "Adds a huge amout of health to the ship." 24 24 spawnerTemplate = "hugehealthpickupRepresentation" 25 25 > … … 30 30 31 31 <PickupRepresentation 32 name = "Crazy Madness Health Boost"33 description = "Adds a crazy amout of health to the ship."32 pickupName = "Crazy Madness Health Boost" 33 pickupDescription = "Adds a crazy amout of health to the ship." 34 34 spawnerTemplate = "crazyhealthpickupRepresentation" 35 35 > … … 40 40 41 41 <PickupRepresentation 42 name = "Double Pickup"43 description = "Does stuff."42 pickupName = "Double Pickup" 43 pickupDescription = "Does stuff." 44 44 spawnerTemplate = "crazyhealthpickupRepresentation" 45 45 >
Note: See TracChangeset
for help on using the changeset viewer.