-
Notifications
You must be signed in to change notification settings - Fork 409
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
EMP grenade can't deal extra damage to Portalguardian #15251
Comments
One reason for this seems to be that Fractalguardian_emp uses EMP (risk of self-EMP or friendly fire EMP) so it may need some additional (code) work to avoid Fractalguardian_emp, Guardianrepairbot and Portalguardian getting EMPed by Fractalguardian_emp Cyborgworm is debatable whether or not EMP should affect it, since it's not fully a machine, it's more creature than machine. Anyways, we will take this forward in the future after some discussion on what work it actually requires. |
EMP used by Fractalguardian_emp won't cause EMP affliction so it shouldn't affect themselves |
The
|
but it does not cause emp affliction <Explosion range="500" force="5" empstrength="10" applyfireeffects="false" flames="false">
<Affliction identifier="explosiondamage" strength="10" />
<Affliction identifier="stun" strength="5" />
<Affliction identifier="emp" strength="100" multiplybymaxvitality="true" />
</Explosion> |
Hmm alright, in that case you might be right, I'll need to check with the person that actually implemented the fractalguardians in that case. |
Discussed in #15247
Originally posted by A2ur3 November 24, 2024
Disclaimers
What happened?
Cyborgworm, Fractalguardian_emp, Guardianrepairbot and Portalguardian do not have
empvulnerability
(affected by Afflictionemp
)Although Fractalguardian_emp can cause emp but it does not cause emp affliction
not sure if it is intended. they also don't have
IsMachine="True"
which means they can have afflictions likeorgandamage
andpsychosis
Reproduction steps
Bug prevalence
Just once
Single player or multiplayer?
Single player
-
No response
Version
v1.6.19.1 (Unto the Breach Update Hotfix 2)
-
No response
Which operating system did you encounter this bug on?
Windows
Relevant error messages and crash reports
No response
The text was updated successfully, but these errors were encountered: