1<?xml version="1.0"?>
2<!--
3INSTRUCTIONS
4This document contains the editor descriptions for all the new entities in
5use in Quake III: Team Arena (some are also included in OpenArena and all is included in missionpack).
6
7OpenArena keys added by sago007 (2009-01-14)
8Version: 1.0
9Last updated: 2009-01-14
10-->
11
12<classes>
13
14<point name="ammo_nails" color=".3 .3 1" box="16 -16 -16 16 16 16" model="models/powerups/ammo/nailgunam.md3">
15Nailgun ammo. Gives the player 25 by default.
16-------- KEYS --------
17<real key="wait" name="Respawn Delay">time in seconds before item respawns after being picked up (default 40, -1 = never respawn).</real>
18<real key="random" name="Respawn Delay Variance">random time variance in seconds added or subtracted from "wait" delay (default 0 - see Notes).</real>
19<integer key="count" name="Ammo Given">sets the amount of ammo given to the player when picked up (default 10).</integer>
20<string key="team" name="Team Name">set this to team items. Teamed items will respawn randomly after team master is picked up (see Notes).</string>
21<target key="target" name="Target">picking up the item will trigger the entity this points to.</target>
22<targetname key="targetname" name="Target Name">a target_give entity can point to this for respawn freebies.</targetname>
23<boolean key="notbot" name="Invisible To Bots">used to make an item invisible for bot attraction.</boolean>
24<boolean key="notfree" name="Hidden For FFA">when set to 1, entity will not spawn in "Free for all" and "Tournament" modes.</boolean>
25<boolean key="notteam" name="Hidden For Teamplay">when set to 1, entity will not spawn in "Teamplay" and "CTF" modes.</boolean>
26<boolean key="notsingle" name="Hidden For SP">when set to 1, entity will not spawn in Single Player mode (bot play mode).</boolean>
27<string key="gametype" name="Game Type">the valid values are ffa, tournament, single, team, ctf, oneflag, obelisk, harvester, elimination, ctfelimination, lms, dd, dom. Once a value for this key is set, it will ONLY appear in the listed gametype(s). Separate gametypes by commas.</string>
28-------- SPAWNFLAGS --------
29<flag key="SUSPENDED" name="No Drop To Floor" bit="0">item will spawn where it was placed in map and won't drop to the floor.</flag>
30-------- NOTES --------
31The amount of time it takes for an item in the team to respawn is determined by the "wait" value of the item that was picked up previously. So if one of the items in the team has it's "wait" key set to -1 (never respawn), the random respawning cycle of the teamed items will stop after that item is picked up.
32
33When the random key is set, its value is used to calculate a minimum and a maximum delay. The final time delay will be a random value anywhere between the minimum and maximum values: (min delay = wait - random) (max delay = wait + random).
34</point>
35
36<point name="ammo_mines" color=".3 .3 1" box="16 -16 -16 16 16 16" model="models/powerups/ammo/proxmineam.md3">
37Prox Launcher ammo. Gives the player 5 by default.
38-------- KEYS --------
39<real key="wait" name="Respawn Delay">time in seconds before the item respawns after being picked up (default 40, -1 = never respawn).</real>
40<real key="random" name="Respawn Delay Variance">random time variance in seconds added or subtracted from "wait" delay (default 0 - see Notes).</real>
41<integer key="count" name="Ammo Given">sets the amount of ammo given to the player when picked up (default 10).</integer>
42<string key="team" name="Team Name">set this to team items. Teamed items will respawn randomly after team master is picked up (see Notes).</string> Any teamed item with the same value will be part of this team.
43<target key="target" name="Target">picking up the item will trigger the entity this points to.</target>
44<targetname key="targetname" name="Target Name">a target_give entity can point to this for respawn freebies.</targetname>
45<boolean key="notbot" name="Invisible To Bots">used to make an item invisible for bot attraction.</boolean>
46<boolean key="notfree" name="Hidden For FFA">when set to 1, entity will not spawn in "Free for all" and "Tournament" modes.</boolean>
47<boolean key="notteam" name="Hidden For Teamplay">when set to 1, entity will not spawn in "Teamplay" and "CTF" modes.</boolean>
48<boolean key="notsingle" name="Hidden For SP">when set to 1, entity will not spawn in Single Player mode (bot play mode).</boolean>
49<string key="gametype" name="Game Type">the valid values are ffa, tournament, single, team, ctf, oneflag, obelisk, harvester, elimination, ctfelimination, lms, dd, dom. Once a value for this key is set, it will ONLY appear in the listed gametype(s). Separate gametypes by commas.</string>
50-------- SPAWNFLAGS --------
51<flag key="SUSPENDED" name="No Drop To Floor" bit="0">item will spawn where it was placed in map and won't drop to the floor.</flag>
52-------- NOTES --------
53The amount of time it takes for an item in the team to respawn is determined by the "wait" value of the item that was picked up previously. So if one of the items in the team has it's "wait" key set to -1 (never respawn), the random respawning cycle of the teamed items will stop after that item is picked up.
54
55When the random key is set, its value is used to calculate a minimum and a maximum delay. The final time delay will be a random value anywhere between the minimum and maximum values: (min delay = wait - random) (max delay = wait + random).
56</point>
57
58<point name="ammo_belt" color=".3 .3 1" box="16 -16 -16 16 16 16" model="models/powerups/ammo/chaingunam.md3">
59Chaingun ammo. Gives the player 100 by default.
60-------- KEYS --------
61<real key="wait" name="Respawn Delay">time in seconds before the item respawns after being picked up (default 40, -1 = never respawn).</real>
62<real key="random" name="Respawn Delay Variance">random time variance in seconds added or subtracted from "wait" delay (default 0 - see Notes).</real>
63<integer key="count" name="Ammo Given">sets the amount of ammo given to the player when picked up (default 10).</integer>
64<string key="team" name="Team Name">set this to team items. Teamed items will respawn randomly after team master is picked up (see Notes).</string>
65<target key="target" name="Target">picking up the item will trigger the entity this points to.</target>
66<targetname key="targetname" name="Target Name">a target_give entity can point to this for respawn freebies.</targetname>
67<boolean key="notbot" name="Invisible To Bots">used to make an item invisible for bot attraction.</boolean>
68<boolean key="notfree" name="Hidden For FFA">when set to 1, entity will not spawn in "Free for all" and "Tournament" modes.</boolean>
69<boolean key="notteam" name="Hidden For Teamplay">when set to 1, entity will not spawn in "Teamplay" and "CTF" modes.</boolean>
70<boolean key="notsingle" name="Hidden For SP">when set to 1, entity will not spawn in Single Player mode (bot play mode).</boolean>
71<string key="gametype" name="Game Type">the valid values are ffa, tournament, single, team, ctf, oneflag, obelisk, harvester, elimination, ctfelimination, lms, dd, dom. Once a value for this key is set, it will ONLY appear in the listed gametype(s). Separate gametypes by commas.</string>
72-------- SPAWNFLAGS --------
73<flag key="SUSPENDED" name="No Drop To Floor" bit="0">item will spawn where it was placed in map and won't drop to the floor.</flag>
74-------- NOTES --------
75The amount of time it takes for an item in the team to respawn is determined by the "wait" value of the item that was picked up previously. So if one of the items in the team has it's "wait" key set to -1 (never respawn), the random respawning cycle of the teamed items will stop after that item is picked up.
76
77When the random key is set, its value is used to calculate a minimum and a maximum delay. The final time delay will be a random value anywhere between the minimum and maximum values: (min delay = wait - random) (max delay = wait + random).
78</point>
79
80<!--
81===========================================================================
82
83HOLDABLE_* ENTITIES
84
85===========================================================================
86-->
87
88<point name="holdable_kamikaze" color=".3 .3 1" box="16 -16 -16 16 16 16" model="models/powerups/kamikazi.md3">
89One use kamikaze item that can be picked up and used later. Does an initial wave of shock damage, knockback, then 200 damage to everything in a 256 radius. It kills the using player when used. Player can only carry one holdable item at a time.
90-------- KEYS --------
91<real key="wait" name="Respawn Delay">time in seconds before the item respawns after being picked up (default 60, -1 = never respawn).</real>
92<real key="random" name="Respawn Delay Variance">random time variance in seconds added or subtracted from "wait" delay (default 0 - see Notes).</real>
93<string key="team" name="Team Name">set this to team items. Teamed items will respawn randomly after team master is picked up (see Notes).</string>
94<target key="target" name="Target">picking up the item will trigger the entity this points to.</target>
95<targetname key="targetname" name="Target Name">a target_give entity can point to this for respawn freebies.</targetname>
96<boolean key="notbot" name="Invisible To Bots">used to make an item invisible for bot attraction.</boolean>
97<boolean key="notfree" name="Hidden For FFA">when set to 1, entity will not spawn in "Free for all" and "Tournament" modes.</boolean>
98<boolean key="notteam" name="Hidden For Teamplay">when set to 1, entity will not spawn in "Teamplay" and "CTF" modes.</boolean>
99<boolean key="notsingle" name="Hidden For SP">when set to 1, entity will not spawn in Single Player mode (bot play mode).</boolean>
100<string key="gametype" name="Game Type">the valid values are ffa, tournament, single, team, ctf, oneflag, obelisk, harvester, elimination, ctfelimination, lms, dd, dom. Once a value for this key is set, it will ONLY appear in the listed gametype(s). Separate gametypes by commas.</string>
101-------- SPAWNFLAGS --------
102<flag key="SUSPENDED" name="No Drop To Floor" bit="0">item will spawn where it was placed in map and won't drop to the floor.</flag>
103-------- NOTES --------
104The amount of time it takes for an item in the team to respawn is determined by the "wait" value of the item that was picked up previously. So if one of the items in the team has it's "wait" key set to -1 (never respawn), the random respawning cycle of the teamed items will stop after that item is picked up.
105
106When the random key is set, its value is used to calculate a minimum and a maximum delay. The final time delay will be a random value anywhere between the minimum and maximum values: (min delay = wait - random) (max delay = wait + random).
107</point>
108
109<point name="holdable_invulnerability" color=".3 .3 1" box="16 -16 -16 16 16 16" model="models/powerups/holdable/invulnerability.md3">
110Invulnerability. Creates an energy shield that protects the player against all weapons except proximity mines. Effect lasts XX seconds.
111-------- KEYS --------
112<real key="wait" name="Respawn Delay">time in seconds before the item respawns after being picked up (default 60, -1 = never respawn).</real>
113<real key="random" name="Respawn Delay Variance">random time variance in seconds added or subtracted from "wait" delay (default 0 - see Notes).</real>
114<string key="team" name="Team Name">set this to team items. Teamed items will respawn randomly after team master is picked up (see Notes).</string>
115<target key="target" name="Target">picking up the item will trigger the entity this points to.</target>
116<targetname key="targetname" name="Target Name">a target_give entity can point to this for respawn freebies.</targetname>
117<boolean key="notbot" name="Invisible To Bots">used to make an item invisible for bot attraction.</boolean>
118<boolean key="notfree" name="Hidden For FFA">when set to 1, entity will not spawn in "Free for all" and "Tournament" modes.</boolean>
119<boolean key="notteam" name="Hidden For Teamplay">when set to 1, entity will not spawn in "Teamplay" and "CTF" modes.</boolean>
120<boolean key="notsingle" name="Hidden For SP">when set to 1, entity will not spawn in Single Player mode (bot play mode).</boolean>
121<string key="gametype" name="Game Type">the valid values are ffa, tournament, single, team, ctf, oneflag, obelisk, harvester, elimination, ctfelimination, lms, dd, dom. Once a value for this key is set, it will ONLY appear in the listed gametype(s). Separate gametypes by commas.</string>
122-------- SPAWNFLAGS --------
123<flag key="SUSPENDED" name="No Drop To Floor" bit="0">item will spawn where it was placed in map and won't drop to the floor.</flag>
124-------- NOTES --------
125The amount of time it takes for an item in the team to respawn is determined by the "wait" value of the item that was picked up previously. So if one of the items in the team has it's "wait" key set to -1 (never respawn), the random respawning cycle of the teamed items will stop after that item is picked up.
126
127When the random key is set, its value is used to calculate a minimum and a maximum delay. The final time delay will be a random value anywhere between the minimum and maximum values: (min delay = wait - random) (max delay = wait + random).
128</point>
129
130<!--
131===========================================================================
132
133PERSISTANT POWERUPS (instant use, last until death)
134
135===========================================================================
136-->
137
138<point name="item_scout" color="0.3 0.3 1" box="16 -16 -16 16 16 16" model="models/powerups/scout.md3">
139Scout power-up.  Player moves at 2/3 haste speed.  Increases rate of fire. Lasts until death.
140-------- KEYS --------
141<real key="wait" name="Respawn Delay">time in seconds before the item respawns after being picked up (default 0, -1 = never respawn).</real>
142<real key="random" name="Respawn Delay Variance">random time variance in seconds added or subtracted from "wait" delay (default 0 - see Notes).</real>
143<real key="count" name="Powerup Duration">time in seconds power-up will last when picked up (default 30).</real>
144<string key="team" name="Team Name">set this to team items. Teamed items will respawn randomly after team master is picked up (see Notes).</string>
145<target key="target" name="Target">picking up the item will trigger the entity this points to.</target>
146<targetname key="targetname" name="Target Name">a target_give entity can point to this for respawn freebies.</targetname>
147<boolean key="notbot" name="Invisible To Bots">used to make an item invisible for bot attraction.</boolean>
148<boolean key="notfree" name="Hidden For FFA">when set to 1, entity will not spawn in "Free for all" and "Tournament" modes.</boolean>
149<boolean key="notteam" name="Hidden For Teamplay">when set to 1, entity will not spawn in "Teamplay" and "CTF" modes.</boolean>
150<boolean key="notsingle" name="Hidden For SP">when set to 1, entity will not spawn in Single Player mode (bot play mode).</boolean>
151<boolean key="notfree" name="Hidden For FFA">when set to 1, entity will not spawn in "Free for all" and "Tournament" modes.</boolean>
152<boolean key="notteam" name="Hidden For Teamplay">when set to 1, entity will not spawn in "Teamplay" and "CTF" modes.</boolean>
153<boolean key="notsingle" name="Hidden For SP">when set to 1, entity will not spawn in Single Player mode (bot play mode).</boolean>
154<string key="gametype" name="Game Type">the valid values are ffa, tournament, single, team, ctf, oneflag, obelisk, harvester, elimination, ctfelimination, lms, dd, dom. Once a value for this key is set, it will ONLY appear in the listed gametype(s). Separate gametypes by commas.</string>
155-------- SPAWNFLAGS --------
156<flag key="SUSPENDED" name="No Drop To Floor" bit="0">item will spawn where it was placed in map and won't drop to the floor.</flag>
157<flag key="REDTEAM" name="Red Team Only" bit="1">only players on the red team may pick up this item.</flag>
158<flag key="BLUETEAM" name="Blue Team Only" bit="2">only players on the blue team may pick up this item.</flag>
159-------- NOTES --------
160These team entities are intended to respawn instantly.  The amount of time it takes for an item in the team to respawn is determined by the "wait" value of the item that was picked up previously. So if one of the items in the team has it's "wait" key set to -1 (never respawn), the random respawning cycle of the teamed items will stop after that item is picked up.
161
162When the random key is set, its value is used to calculate a minimum and a maximum delay. The final time delay will be a random value anywhere between the minimum and maximum values: (min delay = wait - random) (max delay = wait + random).
163</point>
164
165<point name="item_guard" color="0.3 0.3 1" box="16 -16 -16 16 16 16" model="models/powerups/guard.md3">
166Guard power-up.  Gives player 200 regenerating health and 200 armor (without decay over time).  Lasts until death.
167-------- KEYS --------
168<real key="wait" name="Respawn Delay">time in seconds before the item respawns after being picked up (default 0, -1 = never respawn).</real>
169<real key="random" name="Respawn Delay Variance">random time variance in seconds added or subtracted from "wait" delay (default 0 - see Notes).</real>
170<real key="count" name="Powerup Duration">time in seconds power-up will last when picked up (default 30).</real>
171<string key="team" name="Team Name">set this to team items. Teamed items will respawn randomly after team master is picked up (see Notes).</string>
172<target key="target" name="Target">picking up the item will trigger the entity this points to.</target>
173<targetname key="targetname" name="Target Name">a target_give entity can point to this for respawn freebies.</targetname>
174<boolean key="notbot" name="Invisible To Bots">used to make an item invisible for bot attraction.</boolean>
175<boolean key="notfree" name="Hidden For FFA">when set to 1, entity will not spawn in "Free for all" and "Tournament" modes.</boolean>
176<boolean key="notteam" name="Hidden For Teamplay">when set to 1, entity will not spawn in "Teamplay" and "CTF" modes.</boolean>
177<boolean key="notsingle" name="Hidden For SP">when set to 1, entity will not spawn in Single Player mode (bot play mode).</boolean>
178<string key="gametype" name="Game Type">the valid values are ffa, tournament, single, team, ctf, oneflag, obelisk, harvester, elimination, ctfelimination, lms, dd, dom. Once a value for this key is set, it will ONLY appear in the listed gametype(s). Separate gametypes by commas.</string>
179-------- SPAWNFLAGS --------
180<flag key="SUSPENDED" name="No Drop To Floor" bit="0">item will spawn where it was placed in map and won't drop to the floor.</flag>
181<flag key="REDTEAM" name="Red Team Only" bit="1">only players on the red team may pick up this item.</flag>
182<flag key="BLUETEAM" name="Blue Team Only" bit="2">only players on the blue team may pick up this item.</flag>
183-------- NOTES --------
184These team entities are intended to respawn instantly. The amount of time it takes for an item in the team to respawn is determined by the "wait" value of the item that was picked up previously. So if one of the items in the team has it's "wait" key set to -1 (never respawn), the random respawning cycle of the teamed items will stop after that item is picked up.
185
186When the random key is set, its value is used to calculate a minimum and a maximum delay. The final time delay will be a random value anywhere between the minimum and maximum values: (min delay = wait - random) (max delay = wait + random).
187</point>
188
189<point name="item_doubler" color="0.3 0.3 1" box="16 -16 -16 16 16 16" model="models/powerups/doubler.md3">
190Doubler power-up.  Doubles the damage of player's weapons.  Lasts until death.
191-------- KEYS --------
192<real key="wait" name="Respawn Delay">time in seconds before the item respawns after being picked up (default 0, -1 = never respawn).</real>
193<real key="random" name="Respawn Delay Variance">random time variance in seconds added or subtracted from "wait" delay (default 0 - see Notes).</real>
194<real key="count" name="Powerup Duration">time in seconds power-up will last when picked up (default 30).</real>
195<string key="team" name="Team Name">set this to team items. Teamed items will respawn randomly after team master is picked up (see Notes).</string>
196<target key="target" name="Target">picking up the item will trigger the entity this points to.</target>
197<targetname key="targetname" name="Target Name">a target_give entity can point to this for respawn freebies.</targetname>
198<boolean key="notbot" name="Invisible To Bots">used to make an item invisible for bot attraction.</boolean>
199<boolean key="notfree" name="Hidden For FFA">when set to 1, entity will not spawn in "Free for all" and "Tournament" modes.</boolean>
200<boolean key="notteam" name="Hidden For Teamplay">when set to 1, entity will not spawn in "Teamplay" and "CTF" modes.</boolean>
201<boolean key="notsingle" name="Hidden For SP">when set to 1, entity will not spawn in Single Player mode (bot play mode).</boolean>
202<string key="gametype" name="Game Type">the valid values are ffa, tournament, single, team, ctf, oneflag, obelisk, harvester, elimination, ctfelimination, lms, dd, dom. Once a value for this key is set, it will ONLY appear in the listed gametype(s). Separate gametypes by commas.</string>
203-------- SPAWNFLAGS --------
204<flag key="SUSPENDED" name="No Drop To Floor" bit="0">item will spawn where it was placed in map and won't drop to the floor.</flag>
205<flag key="REDTEAM" name="Red Team Only" bit="1">only players on the red team may pick up this item.</flag>
206<flag key="BLUETEAM" name="Blue Team Only" bit="2">only players on the blue team may pick up this item.</flag>
207-------- NOTES --------
208These team entities are intended to respawn instantly. The amount of time it takes for an item in the team to respawn is determined by the "wait" value of the item that was picked up previously. So if one of the items in the team has it's "wait" key set to -1 (never respawn), the random respawning cycle of the teamed items will stop after that item is picked up.
209
210When the random key is set, its value is used to calculate a minimum and a maximum delay. The final time delay will be a random value anywhere between the minimum and maximum values: (min delay = wait - random) (max delay = wait + random).
211</point>
212
213<point name="item_ammoregen" color="0.3 0.3 1" box="16 -16 -16 16 16 16" model="models/powerups/ammo.md3">
214Ammo Regen power-up. Slowly regenerates ammo count for all weapons currently possessed by the player.
215-------- KEYS --------
216<string key="gametype" name="Game Type">the valid values are ffa, tournament, single, team, ctf, oneflag, obelisk, harvester. Once a value for this key is set, it will ONLY appear in the listed gametype(s). Separate gametypes by commas.</string>
217<real key="wait" name="Respawn Delay">time in seconds before the item respawns after being picked up (default 0, -1 = never respawn).</real>
218<real key="random" name="Respawn Delay Variance">random time variance in seconds added or subtracted from "wait" delay (default 0 - see Notes).</real>
219<string key="team" name="Team Name">set this to team items. Teamed items will respawn randomly after team master is picked up (see Notes).</string>
220<target key="target" name="Target">picking up the item will trigger the entity this points to.</target>
221<targetname key="targetname" name="Target Name">a target_give entity can point to this for respawn freebies.</targetname>
222<boolean key="notbot" name="Invisible To Bots">used to make an item invisible for bot attraction.</boolean>
223<boolean key="notfree" name="Hidden For FFA">when set to 1, entity will not spawn in "Free for all" and "Tournament" modes.</boolean>
224<boolean key="notteam" name="Hidden For Teamplay">when set to 1, entity will not spawn in "Teamplay" and "CTF" modes.</boolean>
225<boolean key="notsingle" name="Hidden For SP">when set to 1, entity will not spawn in Single Player mode (bot play mode).</boolean>
226<string key="gametype" name="Game Type">the valid values are ffa, tournament, single, team, ctf, oneflag, obelisk, harvester, elimination, ctfelimination, lms, dd, dom. Once a value for this key is set, it will ONLY appear in the listed gametype(s). Separate gametypes by commas.</string>
227-------- SPAWNFLAGS --------
228<flag key="SUSPENDED" name="No Drop To Floor" bit="0">item will spawn where it was placed in map and won't drop to the floor.</flag>
229<flag key="REDTEAM" name="Red Team Only" bit="1">only players on the red team may pick up this item.</flag>
230<flag key="BLUETEAM" name="Blue Team Only" bit="2">only players on the blue team may pick up this item.</flag>
231-------- NOTES --------
232These team entities are intended to respawn instantly. The amount of time it takes for an item in the team to respawn is determined by the "wait" value of the item that was picked up previously. So if one of the items in the team has it's "wait" key set to -1 (never respawn), the random respawning cycle of the teamed items will stop after that item is picked up.
233
234When the random key is set, its value is used to calculate a minimum and a maximum delay. The final time delay will be a random value anywhere between the minimum and maximum values: (min delay = wait - random) (max delay = wait + random).
235</point>
236
237<!--
238===========================================================================
239TEAM ARENA TEAMPLAY ENTITIES [NEW]
240
241=============================================================================
242-->
243
244<point name="team_CTF_neutralflag" color="1 .2 1" box="16 -16 -24 16 16 32" model="models/flags/n_flag.md3">
245Neutral flag (One Flag CTF only).
246-------- KEYS --------
247<angle key="angle" name="Facing Angle">an angle facing needs to be set for this entity. This item has a specific facing.</angle>
248<string key="gametype" name="Game Type">the valid values are ffa, tournament, single, team, ctf, oneflag, obelisk, harvester, elimination, ctfelimination, lms, dd, dom. Once a value for this key is set, it will ONLY appear in the listed gametype(s). Separate gametypes by commas.</string>
249-------- SPAWNFLAGS --------
250<flag key="SUSPENDED" name="No Drop To Floor" bit="0">item will spawn where it was placed in map and won't drop to the floor.</flag>
251</point>
252
253<point name="team_redobelisk" color="1 .2 0" box="16 -16 0 16 16 88" model="models/powerups/overload_base.md3">
254Red team Obelisk. Used for Overload, CTF, Oneflag, and Harvester game types for various functions. Facing needs to be set.
255-------- KEYS --------
256<angle key="angle" name="Facing Angle">an angle facing needs to be set for this entity. This item has a specific facing.</angle>
257<string key="gametype" name="Game Type">the valid values are ffa, tournament, single, team, ctf, oneflag, obelisk, harvester, elimination, ctfelimination, lms, dd, dom. Once a value for this key is set, it will ONLY appear in the listed gametype(s). Separate gametypes by commas.</string>
258-------- NOTES --------
259Do not assign a gametype to this item unless the location of your CTF flags and your Overload obelisk will be different. It is used in all four team game types. The game will call for it as needed.
260-------- SPAWNFLAGS --------
261<flag key="SUSPENDED" name="No Drop To Floor" bit="0">item will spawn where it was placed in map and won't drop to the floor.</flag>
262</point>
263
264<point name="team_blueobelisk" color="0 .2 1" box="16 -16 0 16 16 88" model="models/powerups/overload_base.md3">
265Blue team Obelisk. Used for Overload and Harvester game types. Facing needs to be set.
266-------- KEYS --------
267<angle key="angle" name="Facing Angle">an angle facing needs to be set for this entity. This item has a specific facing.</angle>
268<string key="gametype" name="Game Type">the valid values are ffa, tournament, single, team, ctf, oneflag, obelisk, harvester, elimination, ctfelimination, lms, dd, dom. Once a value for this key is set, it will ONLY appear in the listed gametype(s). Separate gametypes by commas.</string>
269-------- NOTES --------
270Do not assign a gametype to this item. It is used in all four team game types. the The game will call for it as needed.
271</point>
272
273<point name="team_neutralobelisk" color="1 .2 1" box="16 -16 0 16 16 88" model="models/powerups/obelisk/obelisk.md3">
274Neutral Obelisk (Harvester only).
275-------- KEYS --------
276<string key="gametype" name="Game Type">the valid values are ffa, tournament, single, team, ctf, oneflag, obelisk, harvester, elimination, ctfelimination, lms, dd, dom. Once a value for this key is set, it will ONLY appear in the listed gametype(s). Separate gametypes by commas.</string>
277</point>
278
279
280
281<!--
282===========================================================================
283TEAM ARENA WEAPONS
284
285===========================================================================
286-->
287
288<point name="weapon_chaingun" color="0 0 1" box="16 -16 -16 16 16 16" model="models/weapons/vulcan/vulcan.md3">
289Chaingun. A rapid fire instant hit weapon.
290-------- KEYS --------
291<real key="wait" name="Respawn Delay">time in seconds before the item respawns after being picked up (default 5, -1 = never respawn).</real>
292<real key="random" name="Respawn Delay Variance">random time variance in seconds added or subtracted from "wait" delay (default 0 - see Notes).</real>
293<integer key="count" name="Ammo Given">sets the amount of ammo given to the player when weapon is picked up (default 10).</integer>
294<string key="team" name="Team Name">set this to team items. Teamed items will respawn randomly after team master is picked up (see Notes).</string>
295<target key="target" name="Target">picking up the item will trigger the entity this points to.</target>
296<targetname key="targetname" name="Target Name">a target_give entity can point to this for respawn freebies.</targetname>
297<boolean key="notbot" name="Invisible To Bots">used to make an item invisible for bot attraction.</boolean>
298<boolean key="notfree" name="Hidden For FFA">when set to 1, entity will not spawn in "Free for all" and "Tournament" modes.</boolean>
299<boolean key="notteam" name="Hidden For Teamplay">when set to 1, entity will not spawn in "Teamplay" and "CTF" modes.</boolean>
300<boolean key="notsingle" name="Hidden For SP">when set to 1, entity will not spawn in Single Player mode (bot play mode).</boolean>
301<string key="gametype" name="Game Type">the valid values are ffa, tournament, single, team, ctf, oneflag, obelisk, harvester, elimination, ctfelimination, lms, dd, dom. Once a value for this key is set, it will ONLY appear in the listed gametype(s). Separate gametypes by commas.</string>
302-------- SPAWNFLAGS --------
303<flag key="SUSPENDED" name="No Drop To Floor" bit="0">item will spawn where it was placed in map and won't drop to the floor.</flag>
304-------- NOTES --------
305The amount of time it takes for an item in the team to respawn is determined by the "wait" value of the item that was picked up previously. So if one of the items in the team has it's "wait" key set to -1 (never respawn), the random respawning cycle of the teamed items will stop after that item is picked up.
306
307When the random key is set, its value is used to calculate a minimum and a maximum delay. The final time delay will be a random value anywhere between the minimum and maximum values: (min delay = wait - random) (max delay = wait + random).
308</point>
309
310<point name="weapon_nailgun" color="0 0 1" box="16 -16 -16 16 16 16" model="models/weapons/nailgun/nailgun.md3">
311Nailgun.
312-------- KEYS --------
313<real key="wait" name="Respawn Delay">time in seconds before the item respawns after being picked up (default 5, -1 = never respawn).</real>
314<real key="random" name="Respawn Delay Variance">random time variance in seconds added or subtracted from "wait" delay (default 0 - see Notes).</real>
315<integer key="count" name="Ammo Given">sets the amount of ammo given to the player when weapon is picked up (default 10).</integer>
316<string key="team" name="Team Name">set this to team items. Teamed items will respawn randomly after team master is picked up (see Notes).</string>
317<target key="target" name="Target">picking up the item will trigger the entity this points to.</target>
318<targetname key="targetname" name="Target Name">a target_give entity can point to this for respawn freebies.</targetname>
319<boolean key="notbot" name="Invisible To Bots">used to make an item invisible for bot attraction.</boolean>
320<boolean key="notfree" name="Hidden For FFA">when set to 1, entity will not spawn in "Free for all" and "Tournament" modes.</boolean>
321<boolean key="notteam" name="Hidden For Teamplay">when set to 1, entity will not spawn in "Teamplay" and "CTF" modes.</boolean>
322<boolean key="notsingle" name="Hidden For SP">when set to 1, entity will not spawn in Single Player mode (bot play mode).</boolean>
323<string key="gametype" name="Game Type">the valid values are ffa, tournament, single, team, ctf, oneflag, obelisk, harvester, elimination, ctfelimination, lms, dd, dom. Once a value for this key is set, it will ONLY appear in the listed gametype(s). Separate gametypes by commas.</string>
324-------- SPAWNFLAGS --------
325<flag key="SUSPENDED" name="No Drop To Floor" bit="0">item will spawn where it was placed in map and won't drop to the floor.</flag>
326-------- NOTES --------
327The amount of time it takes for an item in the team to respawn is determined by the "wait" value of the item that was picked up previously. So if one of the items in the team has it's "wait" key set to -1 (never respawn), the random respawning cycle of the teamed items will stop after that item is picked up.
328
329When the random key is set, its value is used to calculate a minimum and a maximum delay. The final time delay will be a random value anywhere between the minimum and maximum values: (min delay = wait - random) (max delay = wait + random).
330</point>
331
332<point name="weapon_prox_launcher" color="0 0 1" box="16 -16 -16 16 16 16" model="models/weapons/proxmine/proxmine.md3">
333Proximity Mine Launcher. Lobs a mine which checks for proximity of a player or a time out. In team play, the mines are differentiated by teams.
334-------- KEYS --------
335<real key="wait" name="Respawn Delay">time in seconds before the item respawns after being picked up (default 5, -1 = never respawn).</real>
336<real key="random" name="Respawn Delay Variance">random time variance in seconds added or subtracted from "wait" delay (default 0 - see Notes).</real>
337<integer key="count" name="Ammo Given">sets the amount of ammo given to the player when weapon is picked up (default 10).</integer>
338<string key="team" name="Team Name">set this to team items. Teamed items will respawn randomly after team master is picked up (see Notes).</string>
339<target key="target" name="Target">picking up the item will trigger the entity this points to.</target>
340<targetname key="targetname" name="Target Name">a target_give entity can point to this for respawn freebies.</targetname>
341<boolean key="notbot" name="Invisible To Bots">used to make an item invisible for bot attraction.</boolean>
342<boolean key="notfree" name="Hidden For FFA">when set to 1, entity will not spawn in "Free for all" and "Tournament" modes.</boolean>
343<boolean key="notteam" name="Hidden For Teamplay">when set to 1, entity will not spawn in "Teamplay" and "CTF" modes.</boolean>
344<boolean key="notsingle" name="Hidden For SP">when set to 1, entity will not spawn in Single Player mode (bot play mode).</boolean>
345<string key="gametype" name="Game Type">the valid values are ffa, tournament, single, team, ctf, oneflag, obelisk, harvester, elimination, ctfelimination, lms, dd, dom. Once a value for this key is set, it will ONLY appear in the listed gametype(s). Separate gametypes by commas.</string>
346-------- SPAWNFLAGS --------
347<flag key="SUSPENDED" name="No Drop To Floor" bit="0">item will spawn where it was placed in map and won't drop to the floor.</flag>
348-------- NOTES --------
349The amount of time it takes for an item in the team to respawn is determined by the "wait" value of the item that was picked up previously. So if one of the items in the team has it's "wait" key set to -1 (never respawn), the random respawning cycle of the teamed items will stop after that item is picked up.
350
351When the random key is set, its value is used to calculate a minimum and a maximum delay. The final time delay will be a random value anywhere between the minimum and maximum values: (min delay = wait - random) (max delay = wait + random).
352</point>
353
354</classes>
355