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