Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: code/branches/presentationHS15/data/levels/includes/pickups.oxi @ 10961

Last change on this file since 10961 was 10961, checked in by maxima, 8 years ago

Merged presentation and fabiens branch. Had to modify hoverHUD and invaderHUD, because the text of the healthbar wasn't correctly displayed and the weapon settings of the hovership.

  • Property svn:eol-style set to native
File size: 8.2 KB
RevLine 
[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
[10961]80<PickupRepresentation
81    name = "destroy"
82    pickupName = "Destroy Pickup"
83    pickupDescription = "Destroy all pickups you have."
84    spawnerTemplate = "destroypickupRepresentation"
85    inventoryRepresentation = "detroyPickup"
86/>
87
88<PickupRepresentation
89    name = "destroycarrier"
90    pickupName = "Destroy Carrier Pickup"
91    pickupDescription = "destroys you."
92    spawnerTemplate = "destroycarrierpickupRepresentation"
93    inventoryRepresentation = "destroyCarrierPickup"
94/>
95
[6712]96<!-- Speed pickups -->
97
[6725]98<PickupRepresentation
[9348]99    name = "smallspeedpickup"
[7163]100    pickupName = "Small Speed Boost"
101    pickupDescription = "Multiplies Speed of the Ship by a small amount."
[6725]102    spawnerTemplate = "smallspeedpickupRepresentation"
[7163]103    inventoryRepresentation = "SmallSpeed"
[9348]104/>
[6712]105
[6725]106<PickupRepresentation
[9348]107    name = "mediumspeedpickup"
[7163]108    pickupName = "Medium Speed Boost"
109    pickupDescription = "Multiplies Speed of the Ship by a bigger amount."
[6725]110    spawnerTemplate = "mediumspeedpickupRepresentation"
[7163]111    inventoryRepresentation = "MediumSpeed"
[9348]112/>
[6725]113
114<PickupRepresentation
[9348]115    name = "hugespeedpickup"
[7163]116    pickupName = "Huge Speed Boost"
117    pickupDescription = "Multiplies Speed of the Ship by a huge amount."
[6725]118    spawnerTemplate = "hugespeedpickupRepresentation"
[7163]119    inventoryRepresentation = "HugeSpeed"
[9348]120/>
[6725]121
122<PickupRepresentation
[9348]123    name = "smalljumppickup"
[7163]124    pickupName = "Small Jump Boost"
125    pickupDescription = "Boosts the Ship with a massive amount for a very short time."
[6725]126    spawnerTemplate = "smalljumppickupRepresentation"
[7163]127    inventoryRepresentation = "SmallSpeed"
[9348]128/>
[6725]129
[6712]130<!-- Invisible pickups -->
131
[6711]132<PickupRepresentation
[9348]133    name = "smallinvisiblepickup"
[7163]134    pickupName = "Small Invisibility"
135    pickupDescription = "Makes you invisible for 5 seconds."
[6712]136    spawnerTemplate = "smallinvisiblepickupRepresentation"
[7163]137    inventoryRepresentation = "SmallInvisible"
[9348]138/>
[6712]139
140<PickupRepresentation
[9348]141    name = "mediuminvisiblepickup"
[7163]142    pickupName = "Medium Invisibility"
143    pickupDescription = "Makes you invisible for 10 seconds."
[6712]144    spawnerTemplate = "mediuminvisiblepickupRepresentation"
[7163]145    inventoryRepresentation = "MediumInvisible"
[9348]146/>
[6712]147
148<PickupRepresentation
[9348]149    name = "hugeinvisiblepickup"
[7163]150    pickupName = "Huge Invisibility"
151    pickupDescription = "Makes you invisible for 20 seconds."
[6712]152    spawnerTemplate = "hugeinvisiblepickupRepresentation"
[7163]153    inventoryRepresentation = "HugeInvisible"
[9348]154/>
[6712]155
[10961]156<!-- Munition pickups -->
157
158<PickupRepresentation
159    name = "smallmunitionpickup"
160    pickupName = "Small munition"
161    pickupDescription = "Gives a small amount of munition."
162    spawnerTemplate = "smallmunitionpickupRepresentation"
163    inventoryRepresentation = "SmallMunition"
164/>
165
166<PickupRepresentation
167    name = "mediummunitionpickup"
168    pickupName = "Medium munition"
169    pickupDescription = "Gives a medium amount of munition."
170    spawnerTemplate = "mediummunitionpickupRepresentation"
171    inventoryRepresentation = "MediumMunition"
172/>
173
174<PickupRepresentation
175    name = "hugemunitionpickup"
176    pickupName = "Huge munition"
177    pickupDescription = "Gives a huge amount of munition."
178    spawnerTemplate = "hugemunitionpickupRepresentation"
179    inventoryRepresentation = "HugeMunition"
180/>
181
[6712]182<!-- Pickup Collection pickups -->
183
184<PickupRepresentation
[9348]185    name = "triplehealthspeedinvisibilitypickup"
[7163]186    pickupName = "Tri Pickup"
[6712]187    pickupDescription = "Adds health, speed and invisibility."
188    spawnerTemplate = "triplehealthspeedinvisibilitypickupRepresentation"
[9348]189/>
[6712]190
[7163]191<!-- Drone Pickup -->
192
193<PickupRepresentation
[9348]194    name = "dronepickup"
[7163]195    pickupName = "Drone Pickup"
[8706]196    pickupDescription = "Adds a Drone to the Player's Spaceship"
[7163]197    spawnerTemplate = "dronepickupRepresentation"
[9348]198/>
[7163]199
[9348]200<!-- DamageBoost Pickup -->
201
202<PickupRepresentation
203    name = "smalldamageboostpickup"
204    pickupName = "Small DamageBoost Pickup"
205    pickupDescription = "Multiplies the ship damage with 2."
206    spawnerTemplate = "smalldamageboostpickupRepresentation"
207    inventoryRepresentation = "SmallDamageBoost"
208/>
209
210<PickupRepresentation
211    name = "mediumdamageboostpickup"
212    pickupName = "Medium DamageBoost Pickup"
213    pickupDescription = "Multiplies the ship damage with 5."
214    spawnerTemplate = "mediumdamageboostpickupRepresentation"
215    inventoryRepresentation = "MediumDamageBoost"
216/>
217
218<PickupRepresentation
[10961]219    name = "hugedamageboostpickup"
220    pickupName = "Huge DamageBoost Pickup"
[9348]221    pickupDescription = "Multiplies the ship damage with 7."
[10961]222    spawnerTemplate = "hugedamageboostpickupRepresentation"
223    inventoryRepresentation = "HugeDamageBoost"
[9348]224/>
225
[8706]226<!-- Shrink Pickup -->
227
228<PickupRepresentation
[9348]229    name = "smallshrinkpickup"
[8706]230    pickupName = "Small Shrink"
231    pickupDescription = "Shrinks the Ship by a bit"
232    spawnerTemplate = "smallshrinkpickupRepresentation"
[8713]233    inventoryRepresentation = "SmallShrink"
[9348]234/>
[8706]235
236<PickupRepresentation
[9348]237    name = "mediumshrinkpickup"
[8706]238    pickupName = "Medium Shrink"
239    pickupDescription = "Shrinks the Ship"
240    spawnerTemplate = "mediumshrinkpickupRepresentation"
[8713]241    inventoryRepresentation = "MediumShrink"
[9348]242/>
[8706]243
244<PickupRepresentation
[9348]245    name = "hugeshrinkpickup"
[8706]246    pickupName = "Huge Shrink"
247    pickupDescription = "Shrinks the Ship considerably"
248    spawnerTemplate = "hugeshrinkpickupRepresentation"
[8713]249    inventoryRepresentation = "HugeShrink"
[9348]250/>
[10961]251
252<!-- Boost Pickup -->
253
254<PickupRepresentation
255    name = "smallboostpickup"
256    pickupName = "Small Boost"
257    pickupDescription = "Restores the boost by a bit"
258    spawnerTemplate = "smallboostpickupRepresentation"
259    inventoryRepresentation = "SmallBoost"
260/>
261
262<PickupRepresentation
263    name = "mediumboostpickup"
264    pickupName = "Medium Boost"
265    pickupDescription = "Restores the boost"
266    spawnerTemplate = "mediumboostpickupRepresentation"
267    inventoryRepresentation = "MediumBoost"
268/>
269
270<PickupRepresentation
271    name = "hugeboostpickup"
272    pickupName = "Huge Boost"
273    pickupDescription = "Restores the boost considerably"
274    spawnerTemplate = "hugeboostpickupRepresentation"
275    inventoryRepresentation = "HugeBoost"
276/>
Note: See TracBrowser for help on using the repository browser.