Changeset 6985 for code/branches/ppspickups3/data/levels/includes
- Timestamp:
- May 27, 2010, 7:15:42 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/ppspickups3/data/levels/includes/pickups.oxi
r6980 r6985 110 110 description = "Multiplies Speed of the Ship by a small amount." 111 111 spawnerTemplate = "smallspeedpickupRepresentation" 112 inventoryRepresentation = "SmallSpeed" 112 113 > 113 114 <pickup> … … 120 121 description = "Multiplies Speed of the Ship by a bigger amount." 121 122 spawnerTemplate = "mediumspeedpickupRepresentation" 123 inventoryRepresentation = "MediumSpeed" 122 124 > 123 125 <pickup> … … 130 132 description = "Multiplies Speed of the Ship by a huge amount." 131 133 spawnerTemplate = "hugespeedpickupRepresentation" 134 inventoryRepresentation = "HugeSpeed" 132 135 > 133 136 <pickup> … … 140 143 description = "Boosts the Ship with a massive amount for a very short time." 141 144 spawnerTemplate = "smalljumppickupRepresentation" 145 inventoryRepresentation = "SmallSpeed" 142 146 > 143 147 <pickup> … … 152 156 description = "Makes you invisible for 5 seconds." 153 157 spawnerTemplate = "smallinvisiblepickupRepresentation" 158 inventoryRepresentation = "SmallInvisible" 154 159 > 155 160 <pickup> … … 162 167 description = "Makes you invisible for 10 seconds." 163 168 spawnerTemplate = "mediuminvisiblepickupRepresentation" 169 inventoryRepresentation = "MediumInvisible" 164 170 > 165 171 <pickup> … … 172 178 description = "Makes you invisible for 20 seconds." 173 179 spawnerTemplate = "hugeinvisiblepickupRepresentation" 180 inventoryRepresentation = "HugeInvisible" 174 181 > 175 182 <pickup>
Note: See TracChangeset
for help on using the changeset viewer.