Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 6985


Ignore:
Timestamp:
May 27, 2010, 7:15:42 PM (14 years ago)
Author:
ebeier
Message:

added PickupInventory-definitions for existing pickups.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/ppspickups3/data/levels/includes/pickups.oxi

    r6980 r6985  
    110110    description = "Multiplies Speed of the Ship by a small amount."
    111111    spawnerTemplate = "smallspeedpickupRepresentation"
     112    inventoryRepresentation = "SmallSpeed"
    112113>
    113114    <pickup>
     
    120121    description = "Multiplies Speed of the Ship by a bigger amount."
    121122    spawnerTemplate = "mediumspeedpickupRepresentation"
     123    inventoryRepresentation = "MediumSpeed"
    122124>
    123125    <pickup>
     
    130132    description = "Multiplies Speed of the Ship by a huge amount."
    131133    spawnerTemplate = "hugespeedpickupRepresentation"
     134    inventoryRepresentation = "HugeSpeed"
    132135>
    133136    <pickup>
     
    140143    description = "Boosts the Ship with a massive amount for a very short time."
    141144    spawnerTemplate = "smalljumppickupRepresentation"
     145    inventoryRepresentation = "SmallSpeed"
    142146>
    143147    <pickup>
     
    152156    description = "Makes you invisible for 5 seconds."
    153157    spawnerTemplate = "smallinvisiblepickupRepresentation"
     158    inventoryRepresentation = "SmallInvisible"
    154159>
    155160    <pickup>
     
    162167    description = "Makes you invisible for 10 seconds."
    163168    spawnerTemplate = "mediuminvisiblepickupRepresentation"
     169    inventoryRepresentation = "MediumInvisible"
    164170>
    165171    <pickup>
     
    172178    description = "Makes you invisible for 20 seconds."
    173179    spawnerTemplate = "hugeinvisiblepickupRepresentation"
     180    inventoryRepresentation = "HugeInvisible"
    174181>
    175182    <pickup>
Note: See TracChangeset for help on using the changeset viewer.