Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Apr 12, 2010, 4:08:15 PM (15 years ago)
Author:
ebeier
Message:

added some speedpickup templates

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/ppspickups1/data/levels/includes/pickups_speed.oxi

    r6575 r6694  
    11<PickupRepresentation
    22    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
     4amount."
    45    spawnerTemplate = "smallspeedpickupRepresentation"
    56>
     
    89    </pickup>
    910</PickupRepresentation>
     11
     12<PickupRepresentation
     13    name = "Medium Speed Boost"
     14    description = "Multiplies Speed of the Ship with a bigger
     15amount."
     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
     26amount."
     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.