ThenThereWereThings

Cleric Algorithm

May 29th, 2016
172
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.67 KB | None | 0 0
  1. Q1: Is anyone down?
  2. If yes, heal closest downed person
  3. If no, continue on algorithm
  4.  
  5. Q2: Am I below 1/3rd HP?
  6. If yes, heal self
  7. If no, continue on algorithm
  8.  
  9. Q3: Can I tell if anyone is seriously injured?
  10. If yes, continue on algorithm
  11. If no, make Perception/Medicine check to gain info
  12.  
  13. Q4: Is the most seriously injured person the tank?
  14. If yes, go to Q5a
  15. If no, go to Q5b
  16.  
  17. Q5a: Does the tank seem to be below 1/3rd HP?
  18. If yes, heal tank
  19. If no, go to Q6
  20.  
  21. Q5b: Does the most injured person seem to be below 1/4th HP?
  22. If yes, heal them
  23. If no, continue on algorithm
  24.  
  25. Q6: Is the enemy dead yet?
  26. If yes, you're done
  27. If no, attack enemy with combat cantrip
Advertisement
Add Comment
Please, Sign In to add comment