Trigger super armor: Difference between revisions
Jump to navigation
Jump to search
Deprecated (talk | contribs) m (Changed obsolete template) |
(Answered a simple question) |
||
| Line 1: | Line 1: | ||
{{ent not in fgd}} | {{ent not in fgd}} | ||
{{obsolete|entity=1}} | {{obsolete|entity=1}} | ||
{{hl2 brush|trigger_super_armor}} This entity may have been an early version of the suit chargers used inside the Citadel, which recharge health and suit power faster than regular. Instead of recharging the suit to 200 however, this entity would recharge it to the value of the <code>sk_max_super_armor</code> [[ConVar]] (default 500). The engine does not recognize this entity. | {{hl2 brush|trigger_super_armor}} This entity may have been an early version of the suit chargers used inside the Citadel, which recharge health and suit power faster than regular. Instead of recharging the suit to 200 however, this entity would recharge it to the value of the <code>sk_max_super_armor</code> [[ConVar]] (default 500). The engine does not recognize this entity because the CPP file is not in the solution.<br />{{code class|CTriggerSuperArmor|trigger_super_armor.cpp}} | ||
{{code class|CTriggerSuperArmor|trigger_super_armor.cpp}} | |||
Revision as of 13:22, 26 April 2020
This entity is obsolete. Its use is discouraged. It may only exist/function in older engine branches.
Template:Hl2 brush This entity may have been an early version of the suit chargers used inside the Citadel, which recharge health and suit power faster than regular. Instead of recharging the suit to 200 however, this entity would recharge it to the value of the sk_max_super_armor ConVar (default 500). The engine does not recognize this entity because the CPP file is not in the solution.