Template:PatchDiff/December 22, 2014 Patch/bin/tf.fgd

From Team Fortress Wiki
Jump to: navigation, search
212212 "info_player_start"
213213 "info_player_teamspawn"
214214 "info_teleport_destination"
N/A215 "info_powerup_spawn"
N/A216 "item_powerup_temp"
215217 "item_ammopack_full"
216218 "item_ammopack_medium"
217219 "item_ammopack_small"
295297 "tf_logic_arena"
296298 "tf_logic_hybrid_ctf_cp"
297299 "tf_logic_koth"
298N/A "tf_logic_gasworks"
299300 "tf_logic_medieval"
300301 "tf_logic_multiple_escort"
301302 "tf_logic_training_mode"
827828 output OnBluePickup(void) : "Sent when Blue picks-up the item."
828829]
829830 
N/A831@PointClass base(Targetname, EnableDisable) studio("models/pickups/pickup_powerup_regen.mdl") sphere(fademindist) sphere(fademaxdist) = info_powerup_spawn : "Powerup spawn location. Only one of each type of Powerup will spawn in a game, so some Powerup spawn locations may not be used in some rounds. Locations and Powerup types are chosen at random. Will only spawn if tf_powerup_mode is set" []
N/A832@PointClass base(Targetname, EnableDisable) studio("models/pickups/pickup_powerup_crit.mdl") sphere(fademindist) sphere(fademaxdist) = item_powerup_temp : "Temporary Powerup. Powerup effect wears off. Powerup respawns automatically" []
N/A833 
830834//
831835// Filters
832836//
17151719 output OnPointsEndStealing(void) : "Send when points stop being stolen."
17161720]
17171721 
1718N/A@PointClass base(Targetname) = tf_logic_gasworks : "Gasworks Entity. This is used to detect a gasworks map."
1719N/A[
1720N/A]
1721N/A 
17221722@PointClass base(Targetname) = tf_logic_medieval : "Medieval Mode Entity. This is used to detect a Medieval map."
17231723[
17241724]