[6712] | 1 | |
---|
| 2 | <!-- Health pickups --> |
---|
| 3 | |
---|
[6498] | 4 | <PickupRepresentation |
---|
[6711] | 5 | pickupName = "Small Health Boost" |
---|
| 6 | pickupDescription = "Adds a small amout of health to the ship." |
---|
| 7 | inventoryRepresentation = "SmallHealth" |
---|
[6498] | 8 | spawnerTemplate = "smallhealthpickupRepresentation" |
---|
| 9 | > |
---|
| 10 | <pickup> |
---|
| 11 | <HealthPickup template=smallhealthpickup /> |
---|
| 12 | </pickup> |
---|
| 13 | </PickupRepresentation> |
---|
| 14 | |
---|
| 15 | <PickupRepresentation |
---|
[6711] | 16 | pickupName = "Medium Health Boost" |
---|
| 17 | pickupDescription = "Adds a medium amout of health to the ship." |
---|
[6498] | 18 | spawnerTemplate = "mediumhealthpickupRepresentation" |
---|
[6711] | 19 | inventoryRepresentation = "MediumHealth" |
---|
[6498] | 20 | > |
---|
| 21 | <pickup> |
---|
| 22 | <HealthPickup template=mediumhealthpickup /> |
---|
| 23 | </pickup> |
---|
| 24 | </PickupRepresentation> |
---|
| 25 | |
---|
| 26 | <PickupRepresentation |
---|
[6711] | 27 | pickupName = "Huge Health Boost" |
---|
| 28 | pickupDescription = "Adds a huge amout of health to the ship." |
---|
[6498] | 29 | spawnerTemplate = "hugehealthpickupRepresentation" |
---|
[6711] | 30 | inventoryRepresentation = "HugeHealth" |
---|
[6498] | 31 | > |
---|
| 32 | <pickup> |
---|
| 33 | <HealthPickup template=hugehealthpickup /> |
---|
| 34 | </pickup> |
---|
| 35 | </PickupRepresentation> |
---|
| 36 | |
---|
| 37 | <PickupRepresentation |
---|
[6711] | 38 | pickupName = "Crazy Madness Health Boost" |
---|
| 39 | pickupDescription = "Adds a crazy amout of health to the ship." |
---|
[6498] | 40 | spawnerTemplate = "crazyhealthpickupRepresentation" |
---|
[6711] | 41 | inventoryRepresentation = "CrazyMadnessHealth" |
---|
[6498] | 42 | > |
---|
| 43 | <pickup> |
---|
| 44 | <HealthPickup template=crazyhealthpickup /> |
---|
| 45 | </pickup> |
---|
| 46 | </PickupRepresentation> |
---|
[6519] | 47 | |
---|
[6712] | 48 | <!-- Meta pickups --> |
---|
[6711] | 49 | |
---|
| 50 | <PickupRepresentation |
---|
| 51 | pickupName = "Use Pickup" |
---|
| 52 | pickupDescription = "Uses all pickups you have." |
---|
| 53 | spawnerTemplate = "usepickupRepresentation" |
---|
| 54 | inventoryRepresentation = "usePickup" |
---|
| 55 | > |
---|
| 56 | <pickup> |
---|
| 57 | <MetaPickup metaType="use" /> |
---|
| 58 | </pickup> |
---|
| 59 | </PickupRepresentation> |
---|
| 60 | |
---|
| 61 | <PickupRepresentation |
---|
| 62 | pickupName = "Drop Pickup" |
---|
| 63 | pickupDescription = "Drops all pickups you have." |
---|
| 64 | spawnerTemplate = "droppickupRepresentation" |
---|
| 65 | inventoryRepresentation = "dropPickup" |
---|
| 66 | > |
---|
| 67 | <pickup> |
---|
| 68 | <MetaPickup metaType="drop" /> |
---|
| 69 | </pickup> |
---|
| 70 | </PickupRepresentation> |
---|
| 71 | |
---|
[6712] | 72 | <!-- Speed pickups --> |
---|
| 73 | |
---|
[6725] | 74 | <PickupRepresentation |
---|
| 75 | name = "Small Speed Boost" |
---|
| 76 | description = "Multiplies Speed of the Ship by a small amount." |
---|
| 77 | spawnerTemplate = "smallspeedpickupRepresentation" |
---|
| 78 | > |
---|
| 79 | <pickup> |
---|
| 80 | <SpeedPickup template=smallspeedpickup /> |
---|
| 81 | </pickup> |
---|
[6712] | 82 | </PickupRepresentation> |
---|
| 83 | |
---|
[6725] | 84 | <PickupRepresentation |
---|
| 85 | name = "Medium Speed Boost" |
---|
| 86 | description = "Multiplies Speed of the Ship by a bigger amount." |
---|
| 87 | spawnerTemplate = "mediumspeedpickupRepresentation" |
---|
| 88 | > |
---|
| 89 | <pickup> |
---|
| 90 | <SpeedPickup template=mediumspeedpickup /> |
---|
| 91 | </pickup> |
---|
| 92 | </PickupRepresentation> |
---|
| 93 | |
---|
| 94 | <PickupRepresentation |
---|
| 95 | name = "Huge Speed Boost" |
---|
| 96 | description = "Multiplies Speed of the Ship by a huge amount." |
---|
| 97 | spawnerTemplate = "hugespeedpickupRepresentation" |
---|
| 98 | > |
---|
| 99 | <pickup> |
---|
| 100 | <SpeedPickup template=hugespeedpickup /> |
---|
| 101 | </pickup> |
---|
| 102 | </PickupRepresentation> |
---|
| 103 | |
---|
| 104 | <PickupRepresentation |
---|
| 105 | name = "Small Jump Boost" |
---|
| 106 | description = "Boosts the Ship with a massive amount for a very short time." |
---|
| 107 | spawnerTemplate = "smalljumppickupRepresentation" |
---|
| 108 | > |
---|
| 109 | <pickup> |
---|
| 110 | <SpeedPickup template=smalljumppickup /> |
---|
| 111 | </pickup> |
---|
| 112 | </PickupRepresentation> |
---|
| 113 | |
---|
[6712] | 114 | <!-- Invisible pickups --> |
---|
| 115 | |
---|
[6711] | 116 | <PickupRepresentation |
---|
[6712] | 117 | name = "small Invisibility" |
---|
| 118 | description = "Makes you invisible for 5 seconds." |
---|
| 119 | spawnerTemplate = "smallinvisiblepickupRepresentation" |
---|
[6711] | 120 | > |
---|
| 121 | <pickup> |
---|
[6712] | 122 | <InvisiblePickup template=smallinvisiblepickup /> |
---|
[6711] | 123 | </pickup> |
---|
[6712] | 124 | </PickupRepresentation> |
---|
| 125 | |
---|
| 126 | <PickupRepresentation |
---|
| 127 | name = "medium Invisibility" |
---|
| 128 | description = "Makes you invisible for 10 seconds." |
---|
| 129 | spawnerTemplate = "mediuminvisiblepickupRepresentation" |
---|
| 130 | > |
---|
| 131 | <pickup> |
---|
| 132 | <InvisiblePickup template=mediuminvisiblepickup /> |
---|
| 133 | </pickup> |
---|
| 134 | </PickupRepresentation> |
---|
| 135 | |
---|
| 136 | <PickupRepresentation |
---|
| 137 | name = "hunge Invisibility" |
---|
| 138 | description = "Makes you invisible for 20 seconds." |
---|
| 139 | spawnerTemplate = "hugeinvisiblepickupRepresentation" |
---|
| 140 | > |
---|
| 141 | <pickup> |
---|
| 142 | <InvisiblePickup template=hugeinvisiblepickup /> |
---|
| 143 | </pickup> |
---|
| 144 | </PickupRepresentation> |
---|
| 145 | |
---|
| 146 | <!-- Pickup Collection pickups --> |
---|
| 147 | |
---|
| 148 | <PickupRepresentation |
---|
| 149 | pickupName = "Triple Pickup" |
---|
| 150 | pickupDescription = "Adds health, speed and invisibility." |
---|
| 151 | spawnerTemplate = "triplehealthspeedinvisibilitypickupRepresentation" |
---|
| 152 | > |
---|
| 153 | <pickup> |
---|
| 154 | <PickupCollection template=triplehealthspeedinvisibilitypickup /> |
---|
| 155 | </pickup> |
---|
| 156 | </PickupRepresentation> |
---|
| 157 | |
---|