r3613 - trunk/data

DONOTREPLY at icculus.org DONOTREPLY at icculus.org
Thu May 8 11:47:04 EDT 2008


Author: m0rfar
Date: 2008-05-08 11:47:04 -0400 (Thu, 08 May 2008)
New Revision: 3613

Modified:
   trunk/data/entities.def
Log:
Renamed health/armor entities to make more sense (these are the real Nexuiz entities).
Added 25 point armor.

Modified: trunk/data/entities.def
===================================================================
--- trunk/data/entities.def	2008-05-08 15:21:28 UTC (rev 3612)
+++ trunk/data/entities.def	2008-05-08 15:47:04 UTC (rev 3613)
@@ -391,49 +391,67 @@
 
 //===================================================================                    
 
-/*QUAKED item_health1 (.3 .3 1) (-16 -16 -16) (16 16 16)
-i dunno
+/*QUAKED item_health_small (.3 .3 1) (-16 -16 -16) (16 16 16)
+Small Health
 -----------KEYS------------
 -----------SPAWNFLAGS-----------
 ---------NOTES----------
-health small*/
+health 5 points*/
 
-//===================================================================                            
+//===================================================================
 
-/*QUAKED item_health25 (.3 .3 1) (-16 -16 -16) (16 16 16)
-i dunno
+/*QUAKED item_health_medium (.3 .3 1) (-16 -16 -16) (16 16 16)
+Medium Health
 -----------KEYS------------
 -----------SPAWNFLAGS-----------
 ---------NOTES----------
 health 25 points*/
 
-//===================================================================     
+//===================================================================    
 
-/*QUAKED item_health100 (.3 .3 1) (-16 -16 -16) (16 16 16)
-i dunno
+/*QUAKED item_health_large (.3 .3 1) (-16 -16 -16) (16 16 16)
+Large Health
 -----------KEYS------------
 -----------SPAWNFLAGS-----------
 ---------NOTES----------
+health 50 points*/
+
+//===================================================================
+
+/*QUAKED item_health_mega (.3 .3 1) (-16 -16 -16) (16 16 16)
+Mega Health
+-----------KEYS------------
+-----------SPAWNFLAGS-----------
+---------NOTES----------
 health 100 points*/
 
 //===================================================================     
 
-/*QUAKED item_armor1 (.3 .3 1) (-16 -16 -16) (16 16 16)
-i dunno
+/*QUAKED item_armor_small (.3 .3 1) (-16 -16 -16) (16 16 16)
+Small Armor
 -----------KEYS------------
 -----------SPAWNFLAGS-----------
 ---------NOTES----------
-armor ? points*/
+armor 5 points*/
 
-//===================================================================   
+//===================================================================
 
-/*QUAKED item_armor25  (.3 .3 1) (-16 -16 -16) (16 16 16)
-i dunno
+/*QUAKED item_armor_medium (.3 .3 1) (-16 -16 -16) (16 16 16)
+Medium Armor
 -----------KEYS------------
 -----------SPAWNFLAGS-----------
 ---------NOTES----------
-armor ? points*/
+armor 25 points*/
 
+///===================================================================
+
+/*QUAKED item_armor_large (.3 .3 1) (-16 -16 -16) (16 16 16)
+Large Armor
+-----------KEYS------------
+-----------SPAWNFLAGS-----------
+---------NOTES----------
+armor 100 points*/
+
 //=================================================================== 
   
 /*QUAKED item_flag_team1 (.3 .3 1) (-16 -16 -16) (16 16 16)
@@ -937,4 +955,4 @@
 // trigger_delay
 // trigger_once
 // trigger_swamp
-// waypoint
\ No newline at end of file
+// waypoint




More information about the nexuiz-commits mailing list