[nexuiz-commits] r8320 - trunk/data/scripts

DONOTREPLY at icculus.org DONOTREPLY at icculus.org
Tue Nov 24 02:46:59 EST 2009


Author: div0
Date: 2009-11-24 02:46:59 -0500 (Tue, 24 Nov 2009)
New Revision: 8320

Modified:
   trunk/data/scripts/entities.def
Log:
add missing weapon_fireball ent


Modified: trunk/data/scripts/entities.def
===================================================================
--- trunk/data/scripts/entities.def	2009-11-23 20:46:22 UTC (rev 8319)
+++ trunk/data/scripts/entities.def	2009-11-24 07:46:59 UTC (rev 8320)
@@ -1726,3 +1726,16 @@
 CONTINUE: even if this magic ear matched, continue looking for further matches/replacements (useful for swear word filters)
 NODECOLORIZE: do not decolorize the input string before matching
 */
+
+/*QUAKED weapon_fireball (1 0 .5) (-30 -30 0) (30 30 32) FLOATING
+the Fireball
+-------- KEYS --------
+ammo_rockets: initial rockets of the weapon (if unset, g_pickup_rockets is used)
+respawntime: time till it respawns (default: 15)
+team: out of items with the same value here, only one (random one) will spawn. Useful to put multiple items on one spot.
+cnt: weight of this item for random selection using "team". Set to a lower value for items you want to see less likely.
+-------- SPAWNFLAGS --------
+FLOATING: the item will float in air, instead of aligning to the floor by falling
+-------- MODEL FOR RADIANT ONLY - DO NOT SET THIS AS A KEY --------
+model="models/weapons/g_fireball.md3"
+*/



More information about the nexuiz-commits mailing list