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
|
Line | |
---|
1 | <PickupRepresentation |
---|
2 | name = "small Invisibility" |
---|
3 | description = "Makes you invisible for 5 seconds." |
---|
4 | spawnerTemplate = "smallinvisiblepickupRepresentation" |
---|
5 | > |
---|
6 | <pickup> |
---|
7 | <InvisiblePickup template=smallinvisiblepickup /> |
---|
8 | </pickup> |
---|
9 | </PickupRepresentation> |
---|
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.