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