From dbb303f3acdc422f000f8e8ff9ac7420bad0a314 Mon Sep 17 00:00:00 2001 From: Freddy Date: Fri, 4 Nov 2016 18:19:37 +0100 Subject: [PATCH] Rename item_armor_large to item_armor_mega also fix some descriptions for armor_mega and armor_big --- scripts/entities.ent | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/scripts/entities.ent b/scripts/entities.ent index c27c2ec3..2c0dd3d1 100644 --- a/scripts/entities.ent +++ b/scripts/entities.ent @@ -431,13 +431,13 @@ Pink team's player spawning location, but there is no game mode to use this yet. when 1, only bots can spawn here; when 2, only humans can spawn here (be careful with these, or the game will crash because someone cannot spawn) - + Large Armor (default 100 armor points) -------- KEYS -------- time till it respawns (default: 30) respawn time randomization +/- seconds (default: 0) -amount of armor it gives (default: 100 (g_pickup_armorlarge)) -max of armor it increases to (default: 999 (g_pickup_armorlarge_max)) +amount of armor it gives (default: 100 (g_pickup_armormega)) +max of armor it increases to (default: 999 (g_pickup_armormega_max)) 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 -------- @@ -451,8 +451,8 @@ Big Armor (default 50 armor points) -------- KEYS -------- time till it respawns (default: 20) respawn time randomization +/- seconds (default: 0) -amount of armor it gives (default: 50 (g_pickup_armorlarge)) -max of armor it increases to (default: 999 (g_pickup_armorlarge_max)) +amount of armor it gives (default: 50 (g_pickup_armorbig)) +max of armor it increases to (default: 999 (g_pickup_armorbig_max)) 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 -------- -- 2.39.2