Skip to content

Commit

Permalink
FIx missing category for some BB NPCs (#14198)
Browse files Browse the repository at this point in the history
  • Loading branch information
simonward committed Mar 12, 2024
1 parent a7a31a5 commit a323d7b
Show file tree
Hide file tree
Showing 2 changed files with 37 additions and 37 deletions.
2 changes: 1 addition & 1 deletion packs/menace-under-otari-bestiary/caligni-hunter-bb.json
Original file line number Diff line number Diff line change
Expand Up @@ -511,7 +511,7 @@
"actions": {
"value": 1
},
"category": null,
"category": "offensive",
"description": {
"value": "<p>The next time the hunter deals damage with a shortsword Strike, the target must succeed at a @Check[type:fortitude|dc:16|traits:damaging-effect] save or take @Damage[1d8[poison]] damage and treat all creatures as @UUID[Compendium.pf2e.conditionitems.Item.Concealed] for 1 round.</p>"
},
Expand Down
72 changes: 36 additions & 36 deletions packs/menace-under-otari-bestiary/forest-troll-bb.json
Original file line number Diff line number Diff line change
Expand Up @@ -138,74 +138,74 @@
"type": "action"
},
{
"_id": "scw9HnbCVwAyFzok",
"flags": {
"core": {
"sourceId": "Compendium.pf2e.bestiary-ability-glossary-srd.Item.3JOi2cMcGhT3eze1"
}
},
"img": "systems/pf2e/icons/actions/OneAction.webp",
"name": "Rend",
"_id": "zWd0ku7gg194xCer",
"img": "systems/pf2e/icons/default-icons/action.svg",
"name": "Easily Misled",
"sort": 400000,
"system": {
"actionType": {
"value": "action"
"value": "passive"
},
"actions": {
"value": 1
"value": null
},
"category": "offensive",
"category": "defensive",
"description": {
"value": "<p>If the troll succeeds at two claw Strikes against the same creature in the same turn, they can use this ability to automatically deal claw Strike damage to that creature.</p>"
"value": "<p>The forest troll gets a -4 circumstance penalty to their Perception DC against deception checks.</p>"
},
"publication": {
"license": "OGL",
"remaster": false,
"title": "Pathfinder Bestiary"
"title": ""
},
"rules": [],
"slug": "rend",
"rules": [
{
"key": "FlatModifier",
"predicate": [
"check:statistic:deception"
],
"selector": "perception-dc",
"type": "circumstance",
"value": -4
}
],
"slug": null,
"traits": {
"rarity": "common",
"value": []
}
},
"type": "action"
},
{
"_id": "zWd0ku7gg194xCer",
"img": "systems/pf2e/icons/default-icons/action.svg",
"name": "Easily Misled",
"_id": "scw9HnbCVwAyFzok",
"flags": {
"core": {
"sourceId": "Compendium.pf2e.bestiary-ability-glossary-srd.Item.3JOi2cMcGhT3eze1"
}
},
"img": "systems/pf2e/icons/actions/OneAction.webp",
"name": "Rend",
"sort": 500000,
"system": {
"actionType": {
"value": "passive"
"value": "action"
},
"actions": {
"value": null
"value": 1
},
"category": null,
"category": "offensive",
"description": {
"value": "<p>The forest troll gets a -4 circumstance penalty to their Perception DC against deception checks.</p>"
"value": "<p>If the troll succeeds at two claw Strikes against the same creature in the same turn, they can use this ability to automatically deal claw Strike damage to that creature.</p>"
},
"publication": {
"license": "OGL",
"remaster": false,
"title": ""
"title": "Pathfinder Bestiary"
},
"rules": [
{
"key": "FlatModifier",
"predicate": [
"check:statistic:deception"
],
"selector": "perception-dc",
"type": "circumstance",
"value": -4
}
],
"slug": null,
"rules": [],
"slug": "rend",
"traits": {
"rarity": "common",
"value": []
}
},
Expand Down

0 comments on commit a323d7b

Please sign in to comment.