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