From 6b539358ee0104cc59556d72df7dc4cb0a753c91 Mon Sep 17 00:00:00 2001 From: Mattia Basaglia Date: Thu, 16 Mar 2017 18:08:05 +0000 Subject: [PATCH] Add Arc and Tuba --- scripts/entities.ent | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) diff --git a/scripts/entities.ent b/scripts/entities.ent index 8efea5d4..7d03e618 100644 --- a/scripts/entities.ent +++ b/scripts/entities.ent @@ -1388,6 +1388,29 @@ the Machine Gun the item will float in air, instead of aligning to the floor by falling + +the Arc +-------- KEYS -------- +initial bullets of the weapon (if unset, g_pickup_nails is used) +time till it respawns (default: 15) +respawn time randomization +/- seconds (default: 0) +out of items with the same value here, only one (random one) will spawn. Useful to put multiple items on one spot. +weight of this item for random selection using "team". Set to a lower value for items you want to see less likely. +-------- SPAWNFLAGS -------- +the item will float in air, instead of aligning to the floor by falling + + + +the @!#%'n Tuba +-------- KEYS -------- +time till it respawns (default: 15) +respawn time randomization +/- seconds (default: 0) +out of items with the same value here, only one (random one) will spawn. Useful to put multiple items on one spot. +weight of this item for random selection using "team". Set to a lower value for items you want to see less likely. +-------- SPAWNFLAGS -------- +the item will float in air, instead of aligning to the floor by falling + + The world. If you see this, the currently selected brush is not of an entity. -- 2.39.2