]> de.git.xonotic.org Git - xonotic/xonotic-maps.pk3dir.git/commitdiff
update the .ent too
authorRudolf Polzer <divverent@alientrap.org>
Sat, 22 Jan 2011 20:14:43 +0000 (21:14 +0100)
committerRudolf Polzer <divverent@alientrap.org>
Sat, 22 Jan 2011 20:14:43 +0000 (21:14 +0100)
scripts/entities.ent

index 6d7349b36898bbf916646119b80cd6d112b01e95..b3ebda1eddc6869908224c4d5f64ffd7103c4907 100644 (file)
@@ -1554,6 +1554,19 @@ the Heavy Laser Assault Cannon.
 modeldisabled=&quot;models/weapons/g_hlac.md3&quot;
 </point>
 
+<point name="weapon_minelayer" color="1 0 .5" box="-30 -30 0 30 30 32">
+the Mine Layer.
+-------- KEYS --------
+<real key="ammo_rockets" name="ammo_rockets">initial rockets of the weapon (if unset, g_pickup_rockets is used)</real>
+<real key="respawntime" name="respawntime">time till it respawns (default: 30)</real>
+<integer key="team" name="team">out of items with the same value here, only one (random one) will spawn. Useful to put multiple items on one spot.</integer>
+<real key="cnt" name="cnt">weight of this item for random selection using &quot;team&quot;. Set to a lower value for items you want to see less likely.</real>
+-------- SPAWNFLAGS --------
+<flag key="FLOATING" name="FLOATING" bit="0">the item will float in air, instead of aligning to the floor by falling</flag>
+-------- MODEL FOR RADIANT ONLY - DO NOT SET THIS AS A KEY --------
+modeldisabled=&quot;models/weapons/g_minelayer.md3&quot;
+</point>
+
 <point name="weapon_seeker" color="1 0 .5" box="-30 -30 0 30 30 32">
 Placing this entity on a map kills your dog, voids the warranty on your car, and makes your map an unenjoyable noobs' paradise.
 the T.A.G. Seeker.
@@ -1589,8 +1602,8 @@ Any object touching this will be healed.
 <sound key="noise" name="noise">sound file to play (use misc/null.wav to make it silent), default = item_health_medium sound</sound>
 </group>
 
-<point name="weapon_campingrifle" color="1 0 .5" box="-30 -30 0 30 30 32">
-the Camping Rifle.
+<point name="weapon_sniperrifle" color="1 0 .5" box="-30 -30 0 30 30 32">
+the Sniper Rifle.
 -------- KEYS --------
 <real key="ammo_nails" name="ammo_nails">initial bullets of the weapon (if unset, g_pickup_nails is used)</real>
 <real key="respawntime" name="respawntime">time till it respawns (default: 30)</real>