Changeset 6711 for code/trunk/data/levels/includes
- Timestamp:
- Apr 13, 2010, 10:16:10 AM (15 years ago)
- Location:
- code/trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
code/trunk
- Property svn:mergeinfo changed
/code/branches/pickup4 (added) merged: 6632,6669,6675,6679,6700-6701,6707
- Property svn:mergeinfo changed
-
code/trunk/data/levels/includes/pickups.oxi
r6524 r6711 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 inventoryRepresentation = "SmallHealth" 4 5 spawnerTemplate = "smallhealthpickupRepresentation" 5 6 > … … 10 11 11 12 <PickupRepresentation 12 name = "Medium Health Boost"13 description = "Adds a medium amout of health to the ship."13 pickupName = "Medium Health Boost" 14 pickupDescription = "Adds a medium amout of health to the ship." 14 15 spawnerTemplate = "mediumhealthpickupRepresentation" 16 inventoryRepresentation = "MediumHealth" 15 17 > 16 18 <pickup> … … 20 22 21 23 <PickupRepresentation 22 name = "Huge Health Boost"23 description = "Adds a huge amout of health to the ship."24 pickupName = "Huge Health Boost" 25 pickupDescription = "Adds a huge amout of health to the ship." 24 26 spawnerTemplate = "hugehealthpickupRepresentation" 27 inventoryRepresentation = "HugeHealth" 25 28 > 26 29 <pickup> … … 30 33 31 34 <PickupRepresentation 32 name = "Crazy Madness Health Boost"33 description = "Adds a crazy amout of health to the ship."35 pickupName = "Crazy Madness Health Boost" 36 pickupDescription = "Adds a crazy amout of health to the ship." 34 37 spawnerTemplate = "crazyhealthpickupRepresentation" 38 inventoryRepresentation = "CrazyMadnessHealth" 35 39 > 36 40 <pickup> … … 40 44 41 45 <PickupRepresentation 42 name = "Double Pickup"43 description = "Does stuff."46 pickupName = "Double Pickup" 47 pickupDescription = "Does stuff." 44 48 spawnerTemplate = "crazyhealthpickupRepresentation" 45 49 > … … 48 52 </pickup> 49 53 </PickupRepresentation> 54 55 <PickupRepresentation 56 pickupName = "Use Pickup" 57 pickupDescription = "Uses all pickups you have." 58 spawnerTemplate = "usepickupRepresentation" 59 inventoryRepresentation = "usePickup" 60 > 61 <pickup> 62 <MetaPickup metaType="use" /> 63 </pickup> 64 </PickupRepresentation> 65 66 <PickupRepresentation 67 pickupName = "Drop Pickup" 68 pickupDescription = "Drops all pickups you have." 69 spawnerTemplate = "droppickupRepresentation" 70 inventoryRepresentation = "dropPickup" 71 > 72 <pickup> 73 <MetaPickup metaType="drop" /> 74 </pickup> 75 </PickupRepresentation> 76 77 <PickupRepresentation 78 pickupName = "Huge Health Boost" 79 pickupDescription = "Adds a huge amout of health to the ship." 80 spawnerTemplate = "hugehealthpickupRepresentation" 81 inventoryRepresentation = "HugeHealth" 82 > 83 <pickup> 84 <HealthPickup 85 health = 100 86 healthType = "limited" 87 activationType = "onUse" 88 durationType = "once" 89 /> 90 </pickup> 91 </PickupRepresentation>
Note: See TracChangeset
for help on using the changeset viewer.