Created
July 4, 2025 02:17
-
-
Save nulleqcodes/f8d95d7c48fab66b1f59500ad85134f2 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
---bulletdef_medicalspa--- | |
sprite GreenPool 2 | |
potency -180 | |
fire 0 relative 0 | |
aoedot | |
nododge | |
damageFriendly | |
radius 2 | |
damageEvery 20 | |
wait 81 | |
vanish | |
---ability_Medical Spa--- | |
Cooldown :: -1 | |
Auras :: [[Medical Resistance]] | |
Lock Time :: 0.0 | |
Cast Time :: 0.0 | |
---aura_Medical Resistance--- | |
Type :: Buff | |
Duration :: 60.0 | |
Max Stacks :: 1 | |
Time Per Tick :: 1.0 | |
Icon :: statusicons_1 | |
Existing :: DontApply | |
Definitions :: [[Custom:MedicalResistance]] | |
---script_MedicalResistance_IncomingHealing--- | |
//While active, we cannot receive Medical Spa healing. | |
if getAbilityName(auraAbilityId) == "Medical Spa" { | |
additionalDamage = -damage | |
} | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment