Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- var iFileName = "GriffonScout.js";
- RequiredSheetVersion("13");
- SourceList["DPM1"] = {
- name : "DeepMagic Volume 1",
- abbreviation : "DPM1",
- group : "Kobold Press",
- url : "",
- date: "2025/03/01"
- };
- AddSubClass("ranger", "Griffon Scout", {
- regExpSearch : /Griffon Scout/i,
- subname : "Griffon Scout",
- fullname : "Griffon Scout",
- source : [["DPM1", 143]],
- features : {
- "subclassfeatures3" : {
- name : "Griffon Scout Magic",
- source : [["DPM1", 144]],
- minlevel : 3,
- description : desc([
- "You learn an additional spell when you reach certain levels in this class.",
- "Each spell counts as a ranger spell for you, but it doesn't count against the number of ranger spells you know."
- ]),
- spellcastingExtra : ["feather fall", "find steed", "haste", "greater invisibility", "telepathic bond"],
- spellcastingExtraApplyNonconform : true
- },
- "subclassfeature3.1" : {
- name : "Mounted Scout",
- source : [["DPM1", 144]],
- minlevel : 3,
- description : desc([
- "You have advantage on Dexterity (Stealth) checks while mounted",
- "and your Dexterity (Stealth) checks apply to both you and your mount."
- ]),
- },
- "subclassfeature3.2" : {
- name : "Skirmisher’s Step",
- source : [["DPM1", 144]],
- minlevel : 3,
- description : desc([
- "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.",
- "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."
- ])
- },
- "subclassfeature7" : {
- name : "Coordinated Strikes",
- source : [["DPM1", 144]],
- minlevel : 7,
- description : desc([
- "you can deliver punishing flurries of attacks in perfect coordination with your allies. ",
- "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."
- ]),
- action : [["reaction", " (after ally hits)"]]
- },
- "subclassfeature11" : {
- name : "Griffon Wings",
- source : ["DPM1", 144],
- minlevel : 11,
- description : desc([
- "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.",
- "You add a Fly speed equal to the walking speed for the purposes of the spell"
- ])
- },
- "subclassfeature15" : {
- name : "Strike and Fade",
- source : ["DPM1", 144],
- minlevel : 15,
- description : desc([
- "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.",
- "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."
- ])
- },
- }
- }
- );
Advertisement
Add Comment
Please, Sign In to add comment