asw_queen
(Redirected from Asw queen health insane)
Jump to navigation
Jump to search
Code classes:
CASW_Queen
CASW_Alien
(NPCs)CAI_BaseNPC
(NPCs)CBaseCombatCharacter
CBaseFlex
CBaseAnimatingOverlay
CBaseAnimating
(models)CBaseEntity
(all ents)
asw_queen
is a point entity present in Alien Swarm. The queen is an unused alien that's meant to be a boss. It's extremely strong but fairly slow. Being a below-average navigator, the queen is equipped with tentacles that burrow through the ground to attack remotely, and she can shoot a volley of spit projectiles. The queen is also capable of spawning parasites on command.
ConVars/Commands[edit | edit source]
ConVar/Command | Parameters or default value | Parameter Type | Effect |
---|---|---|---|
asw_queen_health_easy | 2500 | Health amount | How much health the queen has on easy mode. |
asw_queen_health_normal | 3500 | Health amount | How much health the queen has on normal mode. |
asw_queen_health_hard | 5000 | Health amount | How much health the queen has on hard mode. |
asw_queen_health_insane | 6000 | Health amount | How much health the queen has on insane and brutal modes. |
asw_queen_slash_damage | 5 | Health amount | How much damage the slash attack does. The number will be affected by the difficulty level. |
asw_queen_slash_size | 100 | Arbitrary number | Size of the damage zone created by the slash attack. |
asw_queen_slash_debug | 0 | 0 disables, 1 enables | Shows slash zone and prints attack info to the console. |
asw_queen_slash_range | 200 | World units | How close targets must be to the queen, for the queen to attempt to slash at them. |
asw_queen_min_mslash | 160 | World units | How close targets may be to the queen in order to make it do a slash attack while moving. |
asw_queen_max_mslash | 350 | World units | How far away targets may be to the queen and still provoke it to do a slash attack while moving. Setting this number lower may help the queen with pathing around some obstacles. |
asw_queen_spit_autoaim_angle | 10 | Degrees | Normally the spit projectiles will move along set paths, but if the trajectory is within this angle from a target, the path will automatically adjust to hit them. |
asw_queen_debug | 0 | 0 disables, 1 enables | Draws lines showing what retreat spot the queen is currently going to. |
asw_queen_flame_flinch_chance | 0 | Percent decimal | Chances that the queen will flinch when damaged by fire. 0.50 means 50% of the time. |
asw_queen_force_parasite_spawn | 0 | 0 disables, 1 enables | When set to 1, the queen will spawn a large number of parasites, then automatically set the convar back to 0. |
asw_queen_force_spit | 0 | 0 disables, 1 enables | When set to 1, the queen will do her spit attack, then automatically set the convar back to 0. |
Flags[edit | edit source]
- 131072:
Use Ground Checks- Do not use. This is unintentionally in the FGD entry forasw_queen
because the entry was copied fromnpc_antlion
.
Keyvalues[edit | edit source]
Alert Radius(radius)
<integer>
- Do not use, for the same reasons as the Use Ground Checks flag.
Distance until eluded(eludedist)
<integer>
- Do not use, for the same reasons as the Use Ground Checks flag.
Outputs[edit | edit source]
- OnSummonWave1 to OnSummonWave4
- Fired once each of the queen's first four health bars are depleted. If an
asw_queen_retreat_spot
exists, these outputs will be delayed until the queen has retreated to it. These are apparently meant to correspond with the queen summoning waves of other aliens. - OnQueenKilled
- Fires when the queen dies. The
asw_queen
entity will never disappear though. It will stay there as a corpse.
See Also[edit | edit source]
asw_queen_divers
asw_queen_grabber
asw_queen_retreat_spot
asw_queen_spit
- Queen on the Alien Swarm wiki.