Skip to content

Instantly share code, notes, and snippets.

@nulleqcodes
Created July 4, 2025 02:17
Show Gist options
  • Save nulleqcodes/f8d95d7c48fab66b1f59500ad85134f2 to your computer and use it in GitHub Desktop.
Save nulleqcodes/f8d95d7c48fab66b1f59500ad85134f2 to your computer and use it in GitHub Desktop.
---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