From 72da9d4cb2d3fbf4c2d9d042f9835c6adf7dcdc2 Mon Sep 17 00:00:00 2001 From: bones_was_here Date: Fri, 19 May 2023 00:56:24 +1000 Subject: [PATCH] entities.ent: Add item_speed and item_invisibility powerups These currently have no model. --- scripts/entities.ent | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) diff --git a/scripts/entities.ent b/scripts/entities.ent index fe48b0a5..1d554a3b 100644 --- a/scripts/entities.ent +++ b/scripts/entities.ent @@ -670,6 +670,32 @@ In Instagib, this randomly turns into either an invisibility, an extra lives or modeldisabled="models/items/g_invincible.md3" + +Faster movement and shooting +-------- KEYS -------- +time till it respawns (default: 120) +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 +-------- MODEL FOR RADIANT ONLY - DO NOT SET THIS AS A KEY -------- +modeldisabled="models/items/g_invincible.md3" + + + +Low visibility +-------- KEYS -------- +time till it respawns (default: 120) +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 +-------- MODEL FOR RADIANT ONLY - DO NOT SET THIS AS A KEY -------- +modeldisabled="models/items/g_invincible.md3" + + A key entity. The itemkeys should contain one of the following key IDs: -- 2.39.2