RadiantStrike.lua 530 B

1234567891011121314151617
  1. --[[
  2. Script Name : Spells/Priest/Cleric/RadiantStrike.lua
  3. Script Author : neatz09
  4. Script Date : 2020.11.10 10:11:00
  5. Script Purpose :
  6. :
  7. --]]
  8. -- Info from spell_display_effects (remove from script when done)
  9. -- Inflicts 37 - 45 divine damage on target
  10. -- Inflicts 37 - 45 divine damage on target
  11. -- If target is undead
  12. function cast(Caster, Target, DmgType, MinVal, MaxVal)
  13. SpellDamage(Target, DmgType, MinVal, MaxVal)
  14. Say(Caster, "Missing undead feature")
  15. end