Changeset 6675 for code/branches/pickup4/data/levels
- Timestamp:
- Apr 2, 2010, 5:35:14 PM (15 years ago)
- Location:
- code/branches/pickup4/data/levels
- Files:
-
- 2 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 > -
code/branches/pickup4/data/levels/pickup.oxw
r6524 r6675 37 37 <PickupSpawner position="-50,0,-100" triggerDistance="10" respawnTime="30" maxSpawnedItems="10"> 38 38 <pickup> 39 <HealthPickup health=50 healthRate=5 durationType=continuous activationType=immediate healthType=permanent /> 39 <HealthPickup health=50 healthRate=5 durationType=continuous activationType=onUse healthType=permanent /> 40 </pickup> 41 </PickupSpawner> 42 43 <PickupSpawner position="-50,0,-125" triggerDistance="10" respawnTime="30" maxSpawnedItems="10"> 44 <pickup> 45 <HealthPickup health=50 healthRate=5 durationType=continuous activationType=onUse healthType=permanent /> 40 46 </pickup> 41 47 </PickupSpawner>
Note: See TracChangeset
for help on using the changeset viewer.