Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Brushup beginner box NPCs #14061

Merged
merged 30 commits into from
Mar 6, 2024
Merged

Conversation

silvative
Copy link
Collaborator

No description provided.

@TikaelSol TikaelSol changed the title BB Bestiary Data Refinements Brushup beginner box NPCs Mar 4, 2024
packs/menace-under-otari-bestiary/ghost-commoner-bb.json Outdated Show resolved Hide resolved
packs/menace-under-otari-bestiary/ghoul-stalker-bb.json Outdated Show resolved Hide resolved
packs/menace-under-otari-bestiary/ghoul-stalker-bb.json Outdated Show resolved Hide resolved
packs/menace-under-otari-bestiary/basilisk-bb.json Outdated Show resolved Hide resolved
packs/menace-under-otari-bestiary/forest-troll-bb.json Outdated Show resolved Hide resolved
@@ -35,6 +35,7 @@ const ancestryTraits = {
gnoll: "PF2E.TraitGnoll",
gnome: "PF2E.TraitGnome",
goblin: "PF2E.TraitGoblin",
bugbear: "PF2E.TraitBugbear",
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Alphabetize this

src/scripts/config/traits.ts Outdated Show resolved Hide resolved
static/lang/en.json Outdated Show resolved Hide resolved
static/lang/en.json Show resolved Hide resolved
"remaster": false,
"title": ""
},
"rules": [],
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We should probably add the rules from Hurried Retreat, since it appears this is a replacement.

@@ -30,46 +31,62 @@
"showSlotlessLevels": {
"value": false
},
"showUnpreparedSpells": {
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Might not want this.

@@ -659,8 +698,8 @@
"value": "med"
},
"value": [
"bugbear",
"evil",
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Should evil be removed?

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

yes, I'm just going to script them away

@@ -22,7 +113,7 @@
},
"damageRolls": {
"xhnoig9jfy8quml6d0n7": {
"damage": "1d6+4",
"damage": "1d6+6",
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The attackEffects slug above probably needs to be changed to corrupting-spite

"remaster": false,
"title": ""
},
"rules": [],
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Consider REs for this.

},
"category": null,
"description": {
"value": "<p>If the warg has a creature @UUID[Compendium.pf2e.conditionitems.Item.Grabbed], it can spend one action to shred them with its teeth. The creature takes [[/r 1d6[slashing]]] damage and can make a @Check[type:fortitude|dc:18|basic:true] save.</p>"
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
"value": "<p>If the warg has a creature @UUID[Compendium.pf2e.conditionitems.Item.Grabbed], it can spend one action to shred them with its teeth. The creature takes [[/r 1d6[slashing]]] damage and can make a @Check[type:fortitude|dc:18|basic:true] save.</p>"
"value": "<p>If the warg has a creature @UUID[Compendium.pf2e.conditionitems.Item.Grabbed], it can spend one action to shred them with its teeth. The creature takes @Damage[1d6[slashing]] damage and can make a @Check[type:fortitude|dc:18|basic:true] save.</p>"

},
"category": null,
"description": {
"value": "<p>If the reefclaw has a creature @UUID[Compendium.pf2e.conditionitems.Item.Grabbed] or @UUID[Compendium.pf2e.conditionitems.Item.Restrained], it can spend one action to crush them in its coils. The creature takes [[/r 1d6[bludgeoning]]] damage depending on its @Check[type:fortitude|dc:17|basic:true] save.</p>"
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
"value": "<p>If the reefclaw has a creature @UUID[Compendium.pf2e.conditionitems.Item.Grabbed] or @UUID[Compendium.pf2e.conditionitems.Item.Restrained], it can spend one action to crush them in its coils. The creature takes [[/r 1d6[bludgeoning]]] damage depending on its @Check[type:fortitude|dc:17|basic:true] save.</p>"
"value": "<p>If the reefclaw has a creature @UUID[Compendium.pf2e.conditionitems.Item.Grabbed] or @UUID[Compendium.pf2e.conditionitems.Item.Restrained], it can spend one action to crush them in its coils. The creature takes @Damage[1d6[bludgeoning]] damage depending on its @Check[type:fortitude|dc:17|basic:true] save.</p>"

},
"category": null,
"description": {
"value": "<p>A target that takes slashing damage from the reefclaw's claw Strike must succeed at a @Check[type:fortitude|dc:17|traits:damaging-effect] save or take [[/r 1d6[poison]]] damage.</p>"
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
"value": "<p>A target that takes slashing damage from the reefclaw's claw Strike must succeed at a @Check[type:fortitude|dc:17|traits:damaging-effect] save or take [[/r 1d6[poison]]] damage.</p>"
"value": "<p>A target that takes slashing damage from the reefclaw's claw Strike must succeed at a @Check[type:fortitude|dc:17|traits:damaging-effect] save or take @Damage[1d6[poison]] damage.</p>"

@TikaelSol TikaelSol merged commit 6eeedd0 into foundryvtt:master Mar 6, 2024
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants