Last change
on this file since 6692 was
6689,
checked in by benedict, 15 years ago
|
fixed some issues with the templates
|
-
Property svn:eol-style set to
native
|
File size:
841 bytes
|
Rev | Line | |
---|
[6642] | 1 | <PickupRepresentation |
---|
[6689] | 2 | name = "small Invisibility" |
---|
| 3 | description = "Makes you invisible for 5 seconds." |
---|
| 4 | spawnerTemplate = "smallinvisiblepickupRepresentation" |
---|
[6642] | 5 | > |
---|
| 6 | <pickup> |
---|
[6689] | 7 | <InvisiblePickup template=smallinvisiblepickup /> |
---|
[6642] | 8 | </pickup> |
---|
| 9 | </PickupRepresentation> |
---|
[6689] | 10 | |
---|
| 11 | <PickupRepresentation |
---|
| 12 | name = "medium Invisibility" |
---|
| 13 | description = "Makes you invisible for 10 seconds." |
---|
| 14 | spawnerTemplate = "mediuminvisiblepickupRepresentation" |
---|
| 15 | > |
---|
| 16 | <pickup> |
---|
| 17 | <InvisiblePickup template=mediuminvisiblepickup /> |
---|
| 18 | </pickup> |
---|
| 19 | </PickupRepresentation> |
---|
| 20 | |
---|
| 21 | <PickupRepresentation |
---|
| 22 | name = "hunge Invisibility" |
---|
| 23 | description = "Makes you invisible for 20 seconds." |
---|
| 24 | spawnerTemplate = "hugeinvisiblepickupRepresentation" |
---|
| 25 | > |
---|
| 26 | <pickup> |
---|
| 27 | <InvisiblePickup template=hugeinvisiblepickup /> |
---|
| 28 | </pickup> |
---|
| 29 | </PickupRepresentation> |
---|
Note: See
TracBrowser
for help on using the repository browser.