Advertisement
Chubblot

Dwarf wildshapes player

Oct 28th, 2020
2,308
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.89 KB | None | 0 0
  1. new entry "WILDSHAPE_WOLF_PLAYER"
  2. type "StatusData"
  3. data "StatusType" "POLYMORPHED"
  4. using "WILDSHAPE_WOLF"
  5. data "DisableInteractions" "Yes"
  6. data "Boosts" "DialogueBlock()"
  7.  
  8. new entry "WILDSHAPE_BOAR_PLAYER"
  9. type "StatusData"
  10. data "StatusType" "POLYMORPHED"
  11. using "WILDSHAPE_BOAR"
  12. data "DisableInteractions" "Yes"
  13. data "Boosts" "DialogueBlock()"
  14.  
  15. new entry "WILDSHAPE_GIANT_SPIDER_PLAYER"
  16. type "StatusData"
  17. data "StatusType" "POLYMORPHED"
  18. using "WILDSHAPE_GIANT_SPIDER"
  19. data "DisableInteractions" "Yes"
  20. data "Boosts" "DialogueBlock()"
  21.  
  22. new entry "WILDSHAPE_BEAR_PLAYER"
  23. type "StatusData"
  24. data "StatusType" "POLYMORPHED"
  25. using "WILDSHAPE_BEAR"
  26. data "DisableInteractions" "Yes"
  27. data "Boosts" "DialogueBlock()"
  28.  
  29. new entry "WILDSHAPE_RAT_PLAYER"
  30. type "StatusData"
  31. data "StatusType" "POLYMORPHED"
  32. using "WILDSHAPE_RAT"
  33. data "DisableInteractions" "Yes"
  34. data "Boosts" "DialogueBlock()"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement