Guest User

blessfrey skill phases - old

a guest
Nov 27th, 2020
90
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. skill.gd (extends Node)
  2.  
  3. func functionality(user, action_target):
  4.     skill_penalties(user)
  5.     initial_effect(user, action_target)
  6.  
  7.  
  8. AloeDrop.gd (extends skill script)
  9.  
  10. func functionality(user, action_target):
  11.     .functionality(user, action_target)
  12.     if action_target.status_effects.has(0):
  13.         action_target.health += heal
  14.     end_effect(user, action_target)
  15.  
Advertisement
Add Comment
Please, Sign In to add comment