| [6712] | 1 |  | 
|---|
| [7163] | 2 | <!-- Shield pickups --> | 
|---|
 | 3 |  | 
|---|
 | 4 | <PickupRepresentation | 
|---|
 | 5 |     pickupName = "Small Shield Pickup" | 
|---|
 | 6 |     pickupDescription = "Gives you a small-sized shield for 30 seconds." | 
|---|
 | 7 |     inventoryRepresentation = "SmallShield" | 
|---|
 | 8 |     spawnerTemplate = "smallshieldpickupRepresentation" | 
|---|
 | 9 | > | 
|---|
 | 10 |     <pickup> | 
|---|
 | 11 |         <ShieldPickup template=smallshieldpickup /> | 
|---|
 | 12 |     </pickup> | 
|---|
 | 13 | </PickupRepresentation> | 
|---|
 | 14 |  | 
|---|
 | 15 | <PickupRepresentation | 
|---|
 | 16 |     pickupName = "Medium Shield Pickup" | 
|---|
 | 17 |     pickupDescription = "Gives you a medium-sized shield for 30 seconds." | 
|---|
 | 18 |     inventoryRepresentation = "MediumShield" | 
|---|
 | 19 |     spawnerTemplate = "mediumshieldpickupRepresentation" | 
|---|
 | 20 | > | 
|---|
 | 21 |     <pickup> | 
|---|
 | 22 |         <ShieldPickup template=mediumshieldpickup /> | 
|---|
 | 23 |     </pickup> | 
|---|
 | 24 | </PickupRepresentation> | 
|---|
 | 25 |  | 
|---|
 | 26 | <PickupRepresentation | 
|---|
 | 27 |     pickupName = "Huge Shield Pickup" | 
|---|
 | 28 |     pickupDescription = "Gives you a big shield for 60 seconds." | 
|---|
 | 29 |     inventoryRepresentation = "HugeShield" | 
|---|
 | 30 |     spawnerTemplate = "hugeshieldpickupRepresentation" | 
|---|
 | 31 | > | 
|---|
 | 32 |     <pickup> | 
|---|
 | 33 |         <ShieldPickup template=hugeshieldpickup /> | 
|---|
 | 34 |     </pickup> | 
|---|
 | 35 | </PickupRepresentation> | 
|---|
 | 36 |  | 
|---|
| [6712] | 37 | <!-- Health pickups --> | 
|---|
 | 38 |  | 
|---|
| [6498] | 39 | <PickupRepresentation | 
|---|
| [6711] | 40 |     pickupName = "Small Health Boost" | 
|---|
 | 41 |     pickupDescription = "Adds a small amout of health to the ship." | 
|---|
 | 42 |     inventoryRepresentation = "SmallHealth" | 
|---|
| [6498] | 43 |     spawnerTemplate = "smallhealthpickupRepresentation" | 
|---|
 | 44 | > | 
|---|
 | 45 |     <pickup> | 
|---|
 | 46 |         <HealthPickup template=smallhealthpickup /> | 
|---|
 | 47 |     </pickup> | 
|---|
 | 48 | </PickupRepresentation> | 
|---|
 | 49 |  | 
|---|
 | 50 | <PickupRepresentation | 
|---|
| [6711] | 51 |     pickupName = "Medium Health Boost" | 
|---|
 | 52 |     pickupDescription = "Adds a medium amout of health to the ship." | 
|---|
| [6498] | 53 |     spawnerTemplate = "mediumhealthpickupRepresentation" | 
|---|
| [6711] | 54 |     inventoryRepresentation = "MediumHealth" | 
|---|
| [6498] | 55 | > | 
|---|
 | 56 |     <pickup> | 
|---|
 | 57 |         <HealthPickup template=mediumhealthpickup /> | 
|---|
 | 58 |     </pickup> | 
|---|
 | 59 | </PickupRepresentation> | 
|---|
 | 60 |  | 
|---|
 | 61 | <PickupRepresentation | 
|---|
| [6711] | 62 |     pickupName = "Huge Health Boost" | 
|---|
 | 63 |     pickupDescription = "Adds a huge amout of health to the ship." | 
|---|
| [6498] | 64 |     spawnerTemplate = "hugehealthpickupRepresentation" | 
|---|
| [6711] | 65 |     inventoryRepresentation = "HugeHealth" | 
|---|
| [6498] | 66 | > | 
|---|
 | 67 |     <pickup> | 
|---|
 | 68 |         <HealthPickup template=hugehealthpickup /> | 
|---|
 | 69 |     </pickup> | 
|---|
 | 70 | </PickupRepresentation> | 
|---|
 | 71 |  | 
|---|
 | 72 | <PickupRepresentation | 
|---|
| [6711] | 73 |     pickupName = "Crazy Madness Health Boost" | 
|---|
 | 74 |     pickupDescription = "Adds a crazy amout of health to the ship." | 
|---|
| [6498] | 75 |     spawnerTemplate = "crazyhealthpickupRepresentation" | 
|---|
| [6711] | 76 |     inventoryRepresentation = "CrazyMadnessHealth" | 
|---|
| [6498] | 77 | > | 
|---|
 | 78 |     <pickup> | 
|---|
 | 79 |         <HealthPickup template=crazyhealthpickup /> | 
|---|
 | 80 |     </pickup> | 
|---|
 | 81 | </PickupRepresentation> | 
|---|
| [6519] | 82 |  | 
|---|
| [6712] | 83 | <!-- Meta pickups --> | 
|---|
| [6711] | 84 |  | 
|---|
 | 85 | <PickupRepresentation | 
|---|
 | 86 |     pickupName = "Use Pickup" | 
|---|
 | 87 |     pickupDescription = "Uses all pickups you have." | 
|---|
 | 88 |     spawnerTemplate = "usepickupRepresentation" | 
|---|
 | 89 |     inventoryRepresentation = "usePickup" | 
|---|
 | 90 | > | 
|---|
 | 91 |     <pickup> | 
|---|
 | 92 |         <MetaPickup metaType="use" /> | 
|---|
 | 93 |     </pickup> | 
|---|
 | 94 | </PickupRepresentation> | 
|---|
 | 95 |  | 
|---|
 | 96 | <PickupRepresentation | 
|---|
 | 97 |     pickupName = "Drop Pickup" | 
|---|
 | 98 |     pickupDescription = "Drops all pickups you have." | 
|---|
 | 99 |     spawnerTemplate = "droppickupRepresentation" | 
|---|
 | 100 |     inventoryRepresentation = "dropPickup" | 
|---|
 | 101 | > | 
|---|
 | 102 |     <pickup> | 
|---|
 | 103 |         <MetaPickup metaType="drop" /> | 
|---|
 | 104 |     </pickup> | 
|---|
 | 105 | </PickupRepresentation> | 
|---|
 | 106 |  | 
|---|
| [6712] | 107 | <!-- Speed pickups --> | 
|---|
 | 108 |  | 
|---|
| [6725] | 109 | <PickupRepresentation | 
|---|
| [7163] | 110 |     pickupName = "Small Speed Boost" | 
|---|
 | 111 |     pickupDescription = "Multiplies Speed of the Ship by a small amount." | 
|---|
| [6725] | 112 |     spawnerTemplate = "smallspeedpickupRepresentation" | 
|---|
| [7163] | 113 |     inventoryRepresentation = "SmallSpeed" | 
|---|
| [6725] | 114 | > | 
|---|
 | 115 |     <pickup> | 
|---|
 | 116 |         <SpeedPickup template=smallspeedpickup /> | 
|---|
 | 117 |     </pickup> | 
|---|
| [6712] | 118 | </PickupRepresentation> | 
|---|
 | 119 |  | 
|---|
| [6725] | 120 | <PickupRepresentation | 
|---|
| [7163] | 121 |     pickupName = "Medium Speed Boost" | 
|---|
 | 122 |     pickupDescription = "Multiplies Speed of the Ship by a bigger amount." | 
|---|
| [6725] | 123 |     spawnerTemplate = "mediumspeedpickupRepresentation" | 
|---|
| [7163] | 124 |     inventoryRepresentation = "MediumSpeed" | 
|---|
| [6725] | 125 | > | 
|---|
 | 126 |     <pickup> | 
|---|
 | 127 |         <SpeedPickup template=mediumspeedpickup /> | 
|---|
 | 128 |     </pickup> | 
|---|
 | 129 | </PickupRepresentation> | 
|---|
 | 130 |  | 
|---|
 | 131 | <PickupRepresentation | 
|---|
| [7163] | 132 |     pickupName = "Huge Speed Boost" | 
|---|
 | 133 |     pickupDescription = "Multiplies Speed of the Ship by a huge amount." | 
|---|
| [6725] | 134 |     spawnerTemplate = "hugespeedpickupRepresentation" | 
|---|
| [7163] | 135 |     inventoryRepresentation = "HugeSpeed" | 
|---|
| [6725] | 136 | > | 
|---|
 | 137 |     <pickup> | 
|---|
 | 138 |         <SpeedPickup template=hugespeedpickup /> | 
|---|
 | 139 |     </pickup> | 
|---|
 | 140 | </PickupRepresentation> | 
|---|
 | 141 |  | 
|---|
 | 142 | <PickupRepresentation | 
|---|
| [7163] | 143 |     pickupName = "Small Jump Boost" | 
|---|
 | 144 |     pickupDescription = "Boosts the Ship with a massive amount for a very short time." | 
|---|
| [6725] | 145 |     spawnerTemplate = "smalljumppickupRepresentation" | 
|---|
| [7163] | 146 |     inventoryRepresentation = "SmallSpeed" | 
|---|
| [6725] | 147 | > | 
|---|
 | 148 |     <pickup> | 
|---|
 | 149 |         <SpeedPickup template=smalljumppickup /> | 
|---|
 | 150 |     </pickup> | 
|---|
 | 151 | </PickupRepresentation> | 
|---|
 | 152 |  | 
|---|
| [6712] | 153 | <!-- Invisible pickups --> | 
|---|
 | 154 |  | 
|---|
| [6711] | 155 | <PickupRepresentation | 
|---|
| [7163] | 156 |     pickupName = "Small Invisibility" | 
|---|
 | 157 |     pickupDescription = "Makes you invisible for 5 seconds." | 
|---|
| [6712] | 158 |     spawnerTemplate = "smallinvisiblepickupRepresentation" | 
|---|
| [7163] | 159 |     inventoryRepresentation = "SmallInvisible" | 
|---|
| [6711] | 160 | > | 
|---|
 | 161 |     <pickup> | 
|---|
| [6712] | 162 |         <InvisiblePickup template=smallinvisiblepickup /> | 
|---|
| [6711] | 163 |     </pickup> | 
|---|
| [6712] | 164 | </PickupRepresentation> | 
|---|
 | 165 |  | 
|---|
 | 166 | <PickupRepresentation | 
|---|
| [7163] | 167 |     pickupName = "Medium Invisibility" | 
|---|
 | 168 |     pickupDescription = "Makes you invisible for 10 seconds." | 
|---|
| [6712] | 169 |     spawnerTemplate = "mediuminvisiblepickupRepresentation" | 
|---|
| [7163] | 170 |     inventoryRepresentation = "MediumInvisible" | 
|---|
| [6712] | 171 | > | 
|---|
 | 172 |     <pickup> | 
|---|
 | 173 |         <InvisiblePickup template=mediuminvisiblepickup /> | 
|---|
 | 174 |     </pickup> | 
|---|
 | 175 | </PickupRepresentation> | 
|---|
 | 176 |  | 
|---|
 | 177 | <PickupRepresentation | 
|---|
| [7163] | 178 |     pickupName = "Huge Invisibility" | 
|---|
 | 179 |     pickupDescription = "Makes you invisible for 20 seconds." | 
|---|
| [6712] | 180 |     spawnerTemplate = "hugeinvisiblepickupRepresentation" | 
|---|
| [7163] | 181 |     inventoryRepresentation = "HugeInvisible" | 
|---|
| [6712] | 182 | > | 
|---|
 | 183 |     <pickup> | 
|---|
 | 184 |         <InvisiblePickup template=hugeinvisiblepickup /> | 
|---|
 | 185 |     </pickup> | 
|---|
 | 186 | </PickupRepresentation> | 
|---|
 | 187 |  | 
|---|
 | 188 | <!-- Pickup Collection pickups --> | 
|---|
 | 189 |  | 
|---|
 | 190 | <PickupRepresentation | 
|---|
| [7163] | 191 |     pickupName = "Tri Pickup" | 
|---|
| [6712] | 192 |     pickupDescription = "Adds health, speed and invisibility." | 
|---|
 | 193 |     spawnerTemplate = "triplehealthspeedinvisibilitypickupRepresentation" | 
|---|
 | 194 | > | 
|---|
 | 195 |     <pickup> | 
|---|
 | 196 |         <PickupCollection template=triplehealthspeedinvisibilitypickup /> | 
|---|
 | 197 |     </pickup> | 
|---|
 | 198 | </PickupRepresentation> | 
|---|
 | 199 |  | 
|---|
| [7163] | 200 | <!-- Drone Pickup --> | 
|---|
 | 201 |  | 
|---|
 | 202 | <PickupRepresentation | 
|---|
 | 203 |     pickupName = "Drone Pickup" | 
|---|
 | 204 |     pickupDescription = "Adds a Drone to the Players Spaceship" | 
|---|
 | 205 |     spawnerTemplate = "dronepickupRepresentation" | 
|---|
 | 206 | > | 
|---|
 | 207 |     <pickup> | 
|---|
 | 208 |         <DronePickup template=dronepickup /> | 
|---|
 | 209 |     </pickup> | 
|---|
 | 210 | </PickupRepresentation> | 
|---|
 | 211 |  | 
|---|