Changeset 6694 for code/branches/ppspickups1/data/levels/includes
- Timestamp:
- Apr 12, 2010, 4:08:15 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/ppspickups1/data/levels/includes/pickups_speed.oxi
r6575 r6694 1 1 <PickupRepresentation 2 2 name = "Small Speed Boost" 3 description = "Adds a small amout of speed (?) to the ship." 3 description = "Multiplies Speed of the Ship with a small 4 amount." 4 5 spawnerTemplate = "smallspeedpickupRepresentation" 5 6 > … … 8 9 </pickup> 9 10 </PickupRepresentation> 11 12 <PickupRepresentation 13 name = "Medium Speed Boost" 14 description = "Multiplies Speed of the Ship with a bigger 15 amount." 16 spawnerTemplate = "mediumspeedpickupRepresentation" 17 > 18 <pickup> 19 <SpeedPickup template=mediumspeedpickup /> 20 </pickup> 21 </PickupRepresentation> 22 23 <PickupRepresentation 24 name = "Huge Speed Boost" 25 description = "Multiplies Speed of the Ship with a huge 26 amount." 27 spawnerTemplate = "hugespeedpickupRepresentation" 28 > 29 <pickup> 30 <SpeedPickup template=hugespeedpickup /> 31 </pickup> 32 </PickupRepresentation> 33 34 <PickupRepresentation 35 name = "Small Jump Boost" 36 description = "Boosts the Ship with a massive amount for a very short time." 37 spawnerTemplate = "smalljumppickupRepresentation" 38 > 39 <pickup> 40 <SpeedPickup template=smalljumppickup /> 41 </pickup> 42 </PickupRepresentation>
Note: See TracChangeset
for help on using the changeset viewer.