Guest User

Griffon Scout

a guest
Mar 1st, 2025
195
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.98 KB | Gaming | 0 0
  1. var iFileName = "GriffonScout.js";
  2.  
  3. RequiredSheetVersion("13");
  4.  
  5. SourceList["DPM1"] = {
  6. name : "DeepMagic Volume 1",
  7. abbreviation : "DPM1",
  8. group : "Kobold Press",
  9. url : "",
  10. date: "2025/03/01"
  11. };
  12.  
  13. AddSubClass("ranger", "Griffon Scout", {
  14. regExpSearch : /Griffon Scout/i,
  15. subname : "Griffon Scout",
  16. fullname : "Griffon Scout",
  17. source : [["DPM1", 143]],
  18. features : {
  19. "subclassfeatures3" : {
  20. name : "Griffon Scout Magic",
  21. source : [["DPM1", 144]],
  22. minlevel : 3,
  23. description : desc([
  24. "You learn an additional spell when you reach certain levels in this class.",
  25. "Each spell counts as a ranger spell for you, but it doesn't count against the number of ranger spells you know."
  26. ]),
  27. spellcastingExtra : ["feather fall", "find steed", "haste", "greater invisibility", "telepathic bond"],
  28. spellcastingExtraApplyNonconform : true
  29. },
  30. "subclassfeature3.1" : {
  31. name : "Mounted Scout",
  32. source : [["DPM1", 144]],
  33. minlevel : 3,
  34. description : desc([
  35. "You have advantage on Dexterity (Stealth) checks while mounted",
  36. "and your Dexterity (Stealth) checks apply to both you and your mount."
  37. ]),
  38. },
  39. "subclassfeature3.2" : {
  40. name : "Skirmisher’s Step",
  41. source : [["DPM1", 144]],
  42. minlevel : 3,
  43. description : desc([
  44. "When you move at least 20 feet straight toward a creature and hit it with a melee weapon attack in the same turn, that attack deals an extra 1d8 damage of the same type dealt by the weapon to the target.",
  45. "If you move out of the target’s reach before the end of your next turn, whether you are mounted or not, you don’t provoke an opportunity attack from the target."
  46. ])
  47. },
  48. "subclassfeature7" : {
  49. name : "Coordinated Strikes",
  50. source : [["DPM1", 144]],
  51. minlevel : 7,
  52. description : desc([
  53. "you can deliver punishing flurries of attacks in perfect coordination with your allies. ",
  54. "When one of your allies hits a target within 30 feet of you with an attack, you can use your reaction to make one weapon attack against that target."
  55. ]),
  56. action : [["reaction", " (after ally hits)"]]
  57. },
  58. "subclassfeature11" : {
  59. name : "Griffon Wings",
  60. source : ["DPM1", 144],
  61. minlevel : 11,
  62. description : desc([
  63. "At 11th level, when you cast find steed, you can choose for your steed to take the form of a griffon, though it is a fey instead of a monstrosity.",
  64. "You add a Fly speed equal to the walking speed for the purposes of the spell"
  65. ])
  66. },
  67. "subclassfeature15" : {
  68. name : "Strike and Fade",
  69. source : ["DPM1", 144],
  70. minlevel : 15,
  71. description : desc([
  72. "Starting at 15th level, when you move at least 20 feet during your turn, whether you are mounted or not, you become an evasive blur.",
  73. "Until the start of your next turn, a creature that attacks you has disadvantage on the first attack roll it makes against you or your mount."
  74. ])
  75. },
  76. }
  77. }
  78. );
Advertisement
Add Comment
Please, Sign In to add comment