Advertisement
pz_neko

Untitled

Feb 12th, 2018
121
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.56 KB | None | 0 0
  1. on damage:
  2. attacker is holding golden sword
  3. if attacker has pink dye:
  4. on damage:
  5. attacker is holding sword
  6. name of held item contains "コンボの実"
  7. if {combo.%attacker%} is more than 0:
  8. set damage to damage * (1+{combo.%attacker%}/4)
  9. message "<yellow>Combo!! +%{combo.%attacker%}%" to attacker
  10. message "<pink>Combo!! +%{combo.%attacker%}%" to victim
  11. set {combo.%attacker%} to {combo.%attacker%} + 1
  12. set {_combo} to {combo.%attacker%}
  13. wait 15 ticks
  14. if {_combo} is {combo.%attacker%}:
  15. set {combo.%attacker%} to 0
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement