From 37c8345fd5811f7f051fb4ee2477f6ba8722c49e Mon Sep 17 00:00:00 2001 From: TikaelSol <80183198+TikaelSol@users.noreply.github.com> Date: Sat, 30 Nov 2024 23:18:32 -0500 Subject: [PATCH] Fix NPC Destructive Vengeance effect (#17565) --- .../effect-destructive-vengeance.json | 23 +- .../effect-field-of-slaughter-bleed.json | 45 + .../effect-field-of-slaughter-keen.json | 43 + .../effect-ironblood-stance.json | 65 + .../effect-stubborn-skin.json | 48 + .../amulet-of-kinships-strength.json | 68 + packs/equipment/aurochs-hide-armor.json | 77 + packs/equipment/bracers-of-pain.json | 58 + packs/equipment/dirt-sea-in-a-jar.json | 50 + packs/equipment/gorums-tear.json | 59 + .../equipment/mat-of-resilience-greater.json | 50 + packs/equipment/mat-of-resilience.json | 50 + packs/equipment/needle-of-undeath.json | 66 + .../spell-effect-strength-of-mind.json | 63 + packs/spells/ancestral-winds.json | 86 + packs/spells/entreat-thunderbird.json | 55 + packs/spells/mutilate.json | 76 + packs/spells/strength-of-mind.json | 53 + packs/spells/utter-destruction.json | 92 + .../army-of-mist.json | 141 + .../bloodwing.json | 477 +++ .../triumph-of-the-tusk-bestiary/bugark.json | 684 ++++ .../bull-of-zagresh.json | 341 ++ .../bull-stampede.json | 95 + .../collapsing-cliff-stairs.json | 93 + .../death-tower-necromancer.json | 2916 ++++++++++++++++ .../deathless-zealot-of-zagresh.json | 2275 +++++++++++++ .../graveknight-umbra.json | 917 +++++ .../great-ironbill.json | 275 ++ .../locus-of-death.json | 166 + .../locus-of-destruction.json | 231 ++ .../locus-of-pain.json | 166 + packs/triumph-of-the-tusk-bestiary/molog.json | 765 +++++ .../triumph-of-the-tusk-bestiary/nakasha.json | 527 +++ .../nighttime-conflagration.json | 95 + .../old-herok.json | 393 +++ .../orc-hunter.json | 998 ++++++ .../orc-raider.json | 662 ++++ .../orc-spinecracker.json | 675 ++++ .../palpares.json | 394 +++ .../paskis-nine-knives.json | 1315 +++++++ .../tar-baphons-shadow.json | 127 + .../the-carcass-man.json | 1408 ++++++++ .../trampling-livestock.json | 97 + .../tusk-mountains-avalanche.json | 95 + .../tyrants-orders.json | 96 + .../umbras-rage.json | 98 + .../ungukk-fleshdredge.json | 3026 +++++++++++++++++ .../verthok-the-reaper.json | 1205 +++++++ .../war-auroch.json | 280 ++ .../warcat-of-rull.json | 347 ++ .../wingripper-wyvern-rider.json | 642 ++++ .../wraithwell.json | 163 + .../yagrekash.json | 810 +++++ static/lang/re-en.json | 5 + 55 files changed, 24125 insertions(+), 2 deletions(-) create mode 100644 packs/bestiary-effects/effect-field-of-slaughter-bleed.json create mode 100644 packs/bestiary-effects/effect-field-of-slaughter-keen.json create mode 100644 packs/bestiary-effects/effect-ironblood-stance.json create mode 100644 packs/equipment-effects/effect-stubborn-skin.json create mode 100644 packs/equipment/amulet-of-kinships-strength.json create mode 100644 packs/equipment/aurochs-hide-armor.json create mode 100644 packs/equipment/bracers-of-pain.json create mode 100644 packs/equipment/dirt-sea-in-a-jar.json create mode 100644 packs/equipment/gorums-tear.json create mode 100644 packs/equipment/mat-of-resilience-greater.json create mode 100644 packs/equipment/mat-of-resilience.json create mode 100644 packs/equipment/needle-of-undeath.json create mode 100644 packs/spell-effects/spell-effect-strength-of-mind.json create mode 100644 packs/spells/ancestral-winds.json create mode 100644 packs/spells/entreat-thunderbird.json create mode 100644 packs/spells/mutilate.json create mode 100644 packs/spells/strength-of-mind.json create mode 100644 packs/spells/utter-destruction.json create mode 100644 packs/triumph-of-the-tusk-bestiary/army-of-mist.json create mode 100644 packs/triumph-of-the-tusk-bestiary/bloodwing.json create mode 100644 packs/triumph-of-the-tusk-bestiary/bugark.json create mode 100644 packs/triumph-of-the-tusk-bestiary/bull-of-zagresh.json create mode 100644 packs/triumph-of-the-tusk-bestiary/bull-stampede.json create mode 100644 packs/triumph-of-the-tusk-bestiary/collapsing-cliff-stairs.json create mode 100644 packs/triumph-of-the-tusk-bestiary/death-tower-necromancer.json create mode 100644 packs/triumph-of-the-tusk-bestiary/deathless-zealot-of-zagresh.json create mode 100644 packs/triumph-of-the-tusk-bestiary/graveknight-umbra.json create mode 100644 packs/triumph-of-the-tusk-bestiary/great-ironbill.json create mode 100644 packs/triumph-of-the-tusk-bestiary/locus-of-death.json create mode 100644 packs/triumph-of-the-tusk-bestiary/locus-of-destruction.json create mode 100644 packs/triumph-of-the-tusk-bestiary/locus-of-pain.json create mode 100644 packs/triumph-of-the-tusk-bestiary/molog.json create mode 100644 packs/triumph-of-the-tusk-bestiary/nakasha.json create mode 100644 packs/triumph-of-the-tusk-bestiary/nighttime-conflagration.json create mode 100644 packs/triumph-of-the-tusk-bestiary/old-herok.json create mode 100644 packs/triumph-of-the-tusk-bestiary/orc-hunter.json create mode 100644 packs/triumph-of-the-tusk-bestiary/orc-raider.json create mode 100644 packs/triumph-of-the-tusk-bestiary/orc-spinecracker.json create mode 100644 packs/triumph-of-the-tusk-bestiary/palpares.json create mode 100644 packs/triumph-of-the-tusk-bestiary/paskis-nine-knives.json create mode 100644 packs/triumph-of-the-tusk-bestiary/tar-baphons-shadow.json create mode 100644 packs/triumph-of-the-tusk-bestiary/the-carcass-man.json create mode 100644 packs/triumph-of-the-tusk-bestiary/trampling-livestock.json create mode 100644 packs/triumph-of-the-tusk-bestiary/tusk-mountains-avalanche.json create mode 100644 packs/triumph-of-the-tusk-bestiary/tyrants-orders.json create mode 100644 packs/triumph-of-the-tusk-bestiary/umbras-rage.json create mode 100644 packs/triumph-of-the-tusk-bestiary/ungukk-fleshdredge.json create mode 100644 packs/triumph-of-the-tusk-bestiary/verthok-the-reaper.json create mode 100644 packs/triumph-of-the-tusk-bestiary/war-auroch.json create mode 100644 packs/triumph-of-the-tusk-bestiary/warcat-of-rull.json create mode 100644 packs/triumph-of-the-tusk-bestiary/wingripper-wyvern-rider.json create mode 100644 packs/triumph-of-the-tusk-bestiary/wraithwell.json create mode 100644 packs/triumph-of-the-tusk-bestiary/yagrekash.json diff --git a/packs/bestiary-effects/effect-destructive-vengeance.json b/packs/bestiary-effects/effect-destructive-vengeance.json index ed09d5a258e..8b9b4aadb47 100644 --- a/packs/bestiary-effects/effect-destructive-vengeance.json +++ b/packs/bestiary-effects/effect-destructive-vengeance.json @@ -4,7 +4,7 @@ "name": "Effect: Destructive Vengeance", "system": { "description": { - "value": "
The champion deals 2 extra void damage with their Strikes against the triggering creature.
" + "value": "The champion deals 2 extra spirit or void damage with their Strikes against the triggering creature.
" }, "duration": { "expiry": "turn-end", @@ -22,7 +22,26 @@ }, "rules": [ { - "damageType": "void", + "adjustName": false, + "choices": [ + { + "label": "PF2E.TraitSpirit", + "predicate": [ + "destructive-vengeance-spirit" + ], + "value": "spirit" + }, + { + "label": "PF2E.TraitVoid", + "value": "bludgeoning" + } + ], + "flag": "damageType", + "key": "ChoiceSet", + "prompt": "PF2E.SpecificRule.Prompt.DamageType" + }, + { + "damageType": "{item|flags.pf2e.rulesSelections.damageType}", "key": "FlatModifier", "selector": [ "strike-damage" diff --git a/packs/bestiary-effects/effect-field-of-slaughter-bleed.json b/packs/bestiary-effects/effect-field-of-slaughter-bleed.json new file mode 100644 index 00000000000..6ac6aa85eaa --- /dev/null +++ b/packs/bestiary-effects/effect-field-of-slaughter-bleed.json @@ -0,0 +1,45 @@ +{ + "_id": "EhEXb0arrl2tc1HB", + "img": "icons/creatures/abilities/fang-tooth-blood-red.webp", + "name": "Effect: Field of Slaughter (Bleed)", + "system": { + "description": { + "value": "Critical hits within the aura deal 3d6 persistent bleed damage.
" + }, + "duration": { + "expiry": null, + "sustained": false, + "unit": "unlimited", + "value": -1 + }, + "level": { + "value": 1 + }, + "publication": { + "license": "ORC", + "remaster": true, + "title": "Pathfinder Adventure Path #209: Destroyer's Doom" + }, + "rules": [ + { + "critical": true, + "damageType": "bleed", + "diceNumber": 3, + "dieSize": "d6", + "key": "DamageDice", + "selector": "strike-damage" + } + ], + "start": { + "initiative": null, + "value": 0 + }, + "tokenIcon": { + "show": true + }, + "traits": { + "value": [] + } + }, + "type": "effect" +} diff --git a/packs/bestiary-effects/effect-field-of-slaughter-keen.json b/packs/bestiary-effects/effect-field-of-slaughter-keen.json new file mode 100644 index 00000000000..c6a121ba8a7 --- /dev/null +++ b/packs/bestiary-effects/effect-field-of-slaughter-keen.json @@ -0,0 +1,43 @@ +{ + "_id": "LFJppLCe4JAWrzPs", + "img": "icons/weapons/sickles/sickle-hooked-silver.webp", + "name": "Effect: Field of Slaughter (Keen)", + "system": { + "description": { + "value": "Your weapons and unarmed strikes gain the keen rune.
" + }, + "duration": { + "expiry": null, + "sustained": false, + "unit": "unlimited", + "value": -1 + }, + "level": { + "value": 1 + }, + "publication": { + "license": "ORC", + "remaster": true, + "title": "Pathfinder Adventure Path #209: Destroyer's Doom" + }, + "rules": [ + { + "key": "AdjustStrike", + "mode": "add", + "property": "property-runes", + "value": "keen" + } + ], + "start": { + "initiative": null, + "value": 0 + }, + "tokenIcon": { + "show": true + }, + "traits": { + "value": [] + } + }, + "type": "effect" +} diff --git a/packs/bestiary-effects/effect-ironblood-stance.json b/packs/bestiary-effects/effect-ironblood-stance.json new file mode 100644 index 00000000000..ba623463e67 --- /dev/null +++ b/packs/bestiary-effects/effect-ironblood-stance.json @@ -0,0 +1,65 @@ +{ + "_id": "nAHRwy8agswzdgFh", + "img": "systems/pf2e/icons/features/feats/ironblood-stance.webp", + "name": "Effect: Ironblood Stance", + "system": { + "description": { + "value": "Nakasha enters a stance of impenetrable iron. As long as she's in this stance, Nakasha can make iron sweep Strikes with her fists and gains resistance 2 to all damage.
" + }, + "duration": { + "expiry": "turn-start", + "sustained": false, + "unit": "encounter", + "value": -1 + }, + "level": { + "value": 1 + }, + "publication": { + "license": "ORC", + "remaster": true, + "title": "Pathfinder Adventure Path #209: Destroyer's Doom" + }, + "rules": [ + { + "attackModifier": 19, + "category": "unarmed", + "damage": { + "base": { + "damageType": "bludgeoning", + "dice": 3, + "die": "d8", + "modifier": 6 + } + }, + "group": "brawling", + "img": "systems/pf2e/icons/features/feats/ironblood-stance.webp", + "key": "Strike", + "label": "PF2E.SpecificRule.Stance.Attack.IronSweep", + "range": null, + "traits": [ + "sweep", + "unarmed", + "nonlethal" + ] + }, + { + "key": "Resistance", + "type": "all-damage", + "value": 2 + } + ], + "start": { + "initiative": null, + "value": 0 + }, + "tokenIcon": { + "show": true + }, + "traits": { + "rarity": "common", + "value": [] + } + }, + "type": "effect" +} diff --git a/packs/equipment-effects/effect-stubborn-skin.json b/packs/equipment-effects/effect-stubborn-skin.json new file mode 100644 index 00000000000..ac6bfa70655 --- /dev/null +++ b/packs/equipment-effects/effect-stubborn-skin.json @@ -0,0 +1,48 @@ +{ + "_id": "bbZkyKT6MzaX4FHI", + "img": "icons/equipment/chest/vest-leather-tattered-white.webp", + "name": "Effect: Stubborn Skin", + "system": { + "description": { + "value": "Granted by @UUID[Compendium.pf2e.equipment-srd.Item.Aurochs Hide Armor]
\nYou have a –1 penalty to Reflex saves and a +2 item bonus to Fortitude saves.
" + }, + "duration": { + "expiry": "turn-end", + "sustained": false, + "unit": "minutes", + "value": 1 + }, + "level": { + "value": 1 + }, + "publication": { + "license": "ORC", + "remaster": true, + "title": "Pathfinder Adventure Path #209: Destroyer's Doom" + }, + "rules": [ + { + "key": "FlatModifier", + "selector": "reflex", + "value": -1 + }, + { + "key": "FlatModifier", + "selector": "fortitude", + "type": "item", + "value": 2 + } + ], + "start": { + "initiative": null, + "value": 0 + }, + "tokenIcon": { + "show": true + }, + "traits": { + "value": [] + } + }, + "type": "effect" +} diff --git a/packs/equipment/amulet-of-kinships-strength.json b/packs/equipment/amulet-of-kinships-strength.json new file mode 100644 index 00000000000..63408bf7586 --- /dev/null +++ b/packs/equipment/amulet-of-kinships-strength.json @@ -0,0 +1,68 @@ +{ + "_id": "P9v4lpVpLlL7AGnw", + "img": "icons/equipment/neck/amulet-round-engraved-gold.webp", + "name": "Amulet of Kinship's Strength", + "system": { + "baseItem": null, + "bulk": { + "value": 0.1 + }, + "containerId": null, + "description": { + "value": "This weighty brass disk is inscribed with the ancestral names of its previous owners and now includes your own. When worn, it rests against your chest with a heavy warmth, a reminder of the strength of those who came before you. While worn and invested, you gain a +2 item bonus to Will saves. This bonus increases to +3 if the effect has the fear trait.
\nActivate—Strengthen Resolve 1
\nFrequency once per day
Effect You extend your resolve to your allies, casting @UUID[Compendium.pf2e.spells-srd.Item.Strength of Mind] on up to three willing targets.
" + }, + "hardness": 0, + "hp": { + "max": 0, + "value": 0 + }, + "level": { + "value": 12 + }, + "material": { + "grade": null, + "type": null + }, + "price": { + "value": { + "gp": 2000 + } + }, + "publication": { + "license": "ORC", + "remaster": true, + "title": "Pathfinder Adventure Path #209: Destroyer's Doom" + }, + "quantity": 1, + "rules": [ + { + "key": "FlatModifier", + "selector": "will", + "type": "item", + "value": 2 + }, + { + "key": "AdjustModifier", + "mode": "add", + "predicate": [ + "item:trait:fear" + ], + "selector": "will", + "slug": "amulet-of-kinships-strength", + "value": 1 + } + ], + "size": "med", + "traits": { + "rarity": "uncommon", + "value": [ + "invested", + "magical" + ] + }, + "usage": { + "value": "worn" + } + }, + "type": "equipment" +} diff --git a/packs/equipment/aurochs-hide-armor.json b/packs/equipment/aurochs-hide-armor.json new file mode 100644 index 00000000000..3221edcf13c --- /dev/null +++ b/packs/equipment/aurochs-hide-armor.json @@ -0,0 +1,77 @@ +{ + "_id": "hCutQISjPJaKGYtj", + "img": "icons/equipment/chest/vest-leather-tattered-white.webp", + "name": "Aurochs Hide Armor", + "system": { + "acBonus": 3, + "baseItem": "hide-armor", + "bulk": { + "value": 2 + }, + "category": "medium", + "checkPenalty": -2, + "containerId": null, + "description": { + "value": "Made of the sturdy, thick hide of the aurochs and tempered to be both flexible and durable, this +1 resilient hide armor is imbued with the aurochs' natural defenses against venomous predators. You gain resistance 5 to poison damage.
\nActivate—Stubborn Skin 1
\nYou pull the layers of the armor taut, stiffening your body against incoming forces for 1 minute. While the armor is taut, you have a –1 penalty to Reflex saves and a +2 item bonus to Fortitude saves.
\n@UUID[Compendium.pf2e.equipment-effects.Item.Effect: Stubborn Skin]
" + }, + "dexCap": 2, + "group": "leather", + "hardness": 0, + "hp": { + "max": 0, + "value": 0 + }, + "level": { + "value": 10 + }, + "material": { + "grade": null, + "type": null + }, + "price": { + "value": { + "gp": 1000 + } + }, + "publication": { + "license": "ORC", + "remaster": true, + "title": "Pathfinder Adventure Path #209: Destroyer's Doom" + }, + "quantity": 1, + "rules": [ + { + "key": "Resistance", + "type": "poison", + "value": 5 + } + ], + "runes": { + "potency": 1, + "property": [], + "resilient": 1 + }, + "size": "med", + "specific": { + "material": { + "grade": null, + "type": null + }, + "runes": { + "potency": 1, + "property": [], + "resilient": 1 + } + }, + "speedPenalty": -5, + "strength": 2, + "traits": { + "rarity": "uncommon", + "value": [ + "invested", + "magical" + ] + } + }, + "type": "armor" +} diff --git a/packs/equipment/bracers-of-pain.json b/packs/equipment/bracers-of-pain.json new file mode 100644 index 00000000000..1e46fe3c377 --- /dev/null +++ b/packs/equipment/bracers-of-pain.json @@ -0,0 +1,58 @@ +{ + "_id": "Difes7udDkLfkzvb", + "img": "icons/equipment/wrist/bracer-banded-leather.webp", + "name": "Bracers of Pain", + "system": { + "baseItem": null, + "bulk": { + "value": 0.1 + }, + "containerId": null, + "description": { + "value": "These simple bracers look plain on the exterior, but a series of small, sharp studs line the interior like rows of shark teeth. While these bracers are worn and invested, you gain a +2 item bonus to Will saves.
\nActivate—Sharp Focus f (concentrate)
\nTrigger You gain an effect that makes you @UUID[Compendium.pf2e.conditionitems.Item.Immobilized], @UUID[Compendium.pf2e.conditionitems.Item.Slowed], @UUID[Compendium.pf2e.conditionitems.Item.Stupefied], or @UUID[Compendium.pf2e.conditionitems.Item.Paralyzed]
Effect Your bracers snap tight onto your wrists, driving the studs into your skin to shock you into focus. You can attempt to counteract the effect causing your condition, with a counteract rank of 6th and a counteract modifier of [[/r 1d20+22 #Counteract]]{+22}. On a success, you lose the condition. If you have more than one condition from the same source, you only need one counteract check against them.
" + }, + "hardness": 0, + "hp": { + "max": 0, + "value": 0 + }, + "level": { + "value": 12 + }, + "material": { + "grade": null, + "type": null + }, + "price": { + "value": { + "gp": 2200 + } + }, + "publication": { + "license": "ORC", + "remaster": true, + "title": "Pathfinder Adventure Path #209: Destroyer's Doom" + }, + "quantity": 1, + "rules": [ + { + "key": "FlatModifier", + "selector": "will", + "type": "item", + "value": 2 + } + ], + "size": "med", + "traits": { + "rarity": "uncommon", + "value": [ + "invested", + "magical" + ] + }, + "usage": { + "value": "wornbracers" + } + }, + "type": "equipment" +} diff --git a/packs/equipment/dirt-sea-in-a-jar.json b/packs/equipment/dirt-sea-in-a-jar.json new file mode 100644 index 00000000000..43ddca1676c --- /dev/null +++ b/packs/equipment/dirt-sea-in-a-jar.json @@ -0,0 +1,50 @@ +{ + "_id": "3Un39La3zogviHgZ", + "img": "icons/containers/kitchenware/vase-clay-painted-blue-gold.webp", + "name": "Dirt Sea in a Jar", + "system": { + "baseItem": null, + "bulk": { + "value": 0.1 + }, + "containerId": null, + "description": { + "value": "This small jar of dark sand swirls intensely as you peer into it, evoking the dangerous beauty of the Dirt Sea.
\nActivate 1 or 2 (manipulate)
\nFrequency once per day
Effect You pour the contents of the jar onto unworked ground. If you activate this item with one action, you pour the sand into one or two @Template[line|distance:5]{5-foot squares} adjacent to you. If you activate this item with two actions, the sand spreads across a @Template[type:cone|distance:15]. The affected space turns into @UUID[Compendium.pf2e.hazards.Actor.Quicksand]. Creatures already in the area can Step out of the area as a reaction. The quicksand doesn't inflict lasting damage to most surfaces or nearby architecture, though a feature surrounded by the quicksand might sink or settle naturally. This terrain lasts for 1 day or until the effect is Dismissed, causing the sand to reappear in the jar.
" + }, + "hardness": 0, + "hp": { + "max": 0, + "value": 0 + }, + "level": { + "value": 9 + }, + "material": { + "grade": null, + "type": null + }, + "price": { + "value": { + "gp": 880 + } + }, + "publication": { + "license": "ORC", + "remaster": true, + "title": "Pathfinder Adventure Path #209: Destroyer's Doom" + }, + "quantity": 1, + "rules": [], + "size": "med", + "traits": { + "rarity": "uncommon", + "value": [ + "magical" + ] + }, + "usage": { + "value": "held-in-one-hand" + } + }, + "type": "equipment" +} diff --git a/packs/equipment/gorums-tear.json b/packs/equipment/gorums-tear.json new file mode 100644 index 00000000000..5f61cb31a55 --- /dev/null +++ b/packs/equipment/gorums-tear.json @@ -0,0 +1,59 @@ +{ + "_id": "fqFOdsUJdvgZCs1U", + "img": "icons/commodities/stone/geode-raw-grey.webp", + "name": "Gorum's Tear", + "system": { + "baseItem": null, + "bulk": { + "value": 0 + }, + "category": "talisman", + "containerId": null, + "damage": null, + "description": { + "value": "Activate f (concentrate, fortune)
\nTrigger You make an attack with the affixed weapon.
This teardrop-shaped piece of iron is a naturally occurring mineral, said to be a solidified tear of bellicose joy shed by Gorum during his battles. When you activate the Gorum's tear, you roll your next attack roll twice and take the better result, ignoring any circumstance penalties. You then become @UUID[Compendium.pf2e.conditionitems.Item.Off-Guard] to the creature you targeted until the beginning of your next turn.
" + }, + "hardness": 0, + "hp": { + "max": 0, + "value": 0 + }, + "level": { + "value": 8 + }, + "material": { + "grade": null, + "type": null + }, + "price": { + "value": { + "gp": 80 + } + }, + "publication": { + "license": "ORC", + "remaster": true, + "title": "Pathfinder Adventure Path #209: Destroyer's Doom" + }, + "quantity": 1, + "rules": [], + "size": "med", + "traits": { + "rarity": "uncommon", + "value": [ + "consumable", + "magical", + "talisman" + ] + }, + "usage": { + "value": "affixed-to-weapon" + }, + "uses": { + "autoDestroy": true, + "max": 1, + "value": 1 + } + }, + "type": "consumable" +} diff --git a/packs/equipment/mat-of-resilience-greater.json b/packs/equipment/mat-of-resilience-greater.json new file mode 100644 index 00000000000..56a3a95effb --- /dev/null +++ b/packs/equipment/mat-of-resilience-greater.json @@ -0,0 +1,50 @@ +{ + "_id": "nlbNhDcFrU8KIuGT", + "img": "icons/commodities/cloth/cloth-patterned-orange.webp", + "name": "Mat of Resilience (Greater)", + "system": { + "baseItem": null, + "bulk": { + "value": 1 + }, + "containerId": null, + "description": { + "value": "This light but sturdy woven mat, a miniature version of the floating foundations used in villages of the Dirt Sea, is carried tied in a tight roll. When you use an action to unfurl the mat onto an unoccupied horizontal space, the mat covers the existing terrain to create a smooth surface that can be walked on as if it were solid ground. Difficult or hazardous terrain in that square may be treated as normal while the mat of resilience covers it. The mat can be rolled back up or moved to an adjacent square using an Interact action, but it cannot be moved or put away while a creature is atop it.
Activate—Steady Ground 1 (envision)
\nYou unfurl the mat and choose which shape it takes, either a @Template[line|distance:20|width:20]{20-foot square} or a @Template[line|distance:40]{40-foot by 5-foot line}.
Activate—Sturdy Foundation 1 (manipulate)
\nRequirements A creature is atop the mat
\nEffect The creature enters a simple stance that makes the most of the mat's stabilizing magic. While in this stance, if at least half of the creature's space is atop the mat, it cannot gain the @UUID[Compendium.pf2e.conditionitems.Item.Off-Guard] condition.
" + }, + "hardness": 0, + "hp": { + "max": 0, + "value": 0 + }, + "level": { + "value": 12 + }, + "material": { + "grade": null, + "type": null + }, + "price": { + "value": { + "gp": 1800 + } + }, + "publication": { + "license": "ORC", + "remaster": true, + "title": "Pathfinder Adventure Path #209: Destroyer's Doom" + }, + "quantity": 1, + "rules": [], + "size": "med", + "traits": { + "rarity": "uncommon", + "value": [ + "magical" + ] + }, + "usage": { + "value": "other" + } + }, + "type": "equipment" +} diff --git a/packs/equipment/mat-of-resilience.json b/packs/equipment/mat-of-resilience.json new file mode 100644 index 00000000000..791d5530114 --- /dev/null +++ b/packs/equipment/mat-of-resilience.json @@ -0,0 +1,50 @@ +{ + "_id": "Bh0coFwyMiKf8H78", + "img": "icons/commodities/cloth/cloth-patterned-orange.webp", + "name": "Mat of Resilience", + "system": { + "baseItem": null, + "bulk": { + "value": 1 + }, + "containerId": null, + "description": { + "value": "This light but sturdy woven mat, a miniature version of the floating foundations used in villages of the Dirt Sea, is carried tied in a tight roll. When you use an action to unfurl the mat onto an unoccupied horizontal space, the mat covers the existing terrain to create a smooth surface that can be walked on as if it were solid ground. Difficult or hazardous terrain in that square may be treated as normal while the mat of resilience covers it. The mat can be rolled back up or moved to an adjacent square using an Interact action, but it cannot be moved or put away while a creature is atop it.
Activate—Steady Ground 1 (envision)
\nYou unfurl the mat and choose which shape it takes, either a @Template[line|distance:10|width:10]{10-foot square} or a @Template[line|distance:20]{20-foot by 5-foot line}.
Activate—Sturdy Foundation 1 (manipulate)
\nRequirements A creature is atop the mat
\nEffect The creature enters a simple stance that makes the most of the mat's stabilizing magic. While in this stance, if at least half of the creature's space is atop the mat, it cannot gain the @UUID[Compendium.pf2e.conditionitems.Item.Off-Guard] condition.
" + }, + "hardness": 0, + "hp": { + "max": 0, + "value": 0 + }, + "level": { + "value": 7 + }, + "material": { + "grade": null, + "type": null + }, + "price": { + "value": { + "gp": 330 + } + }, + "publication": { + "license": "ORC", + "remaster": true, + "title": "Pathfinder Adventure Path #209: Destroyer's Doom" + }, + "quantity": 1, + "rules": [], + "size": "med", + "traits": { + "rarity": "uncommon", + "value": [ + "magical" + ] + }, + "usage": { + "value": "other" + } + }, + "type": "equipment" +} diff --git a/packs/equipment/needle-of-undeath.json b/packs/equipment/needle-of-undeath.json new file mode 100644 index 00000000000..cf2c63ea354 --- /dev/null +++ b/packs/equipment/needle-of-undeath.json @@ -0,0 +1,66 @@ +{ + "_id": "AavhMzpW5KBIB2DV", + "img": "icons/commodities/bones/tooth-spiked-brown.webp", + "name": "Needle of Undeath", + "system": { + "baseItem": null, + "bulk": { + "value": 0.1 + }, + "containerId": null, + "description": { + "value": "This thin, wand-like implement is carved from bone and scrimshawed with depictions of battle. While holding the needle of undeath, mindless undead creatures see you as one of their own and are indifferent to you until you take hostile actions against them, and you have a +2 item bonus to Deception and Diplomacy checks against intelligent undead. This does not affect a summoned undead's attitude.
\nActivate—Speak with Undead 1
\nFrequency once per hour
Effect You can use Diplomacy to @UUID[Compendium.pf2e.actionspf2e.Item.Make an Impression] on mindless undead or make simple requests of them with a +2 item bonus. You cannot make this request of someone else's summoned undead.
" + }, + "hardness": 0, + "hp": { + "max": 0, + "value": 0 + }, + "level": { + "value": 10 + }, + "material": { + "grade": null, + "type": null + }, + "price": { + "value": { + "gp": 1150 + } + }, + "publication": { + "license": "ORC", + "remaster": true, + "title": "Pathfinder Adventure Path #209: Destroyer's Doom" + }, + "quantity": 1, + "rules": [ + { + "key": "FlatModifier", + "predicate": [ + "target:trait:undead", + { + "not": "target:trait:mindless" + } + ], + "selector": [ + "deception", + "diplomacy" + ], + "type": "item", + "value": 2 + } + ], + "size": "med", + "traits": { + "rarity": "rare", + "value": [ + "magical" + ] + }, + "usage": { + "value": "held-in-one-hand" + } + }, + "type": "equipment" +} diff --git a/packs/spell-effects/spell-effect-strength-of-mind.json b/packs/spell-effects/spell-effect-strength-of-mind.json new file mode 100644 index 00000000000..8383bd4f2f4 --- /dev/null +++ b/packs/spell-effects/spell-effect-strength-of-mind.json @@ -0,0 +1,63 @@ +{ + "_id": "pW1jauNjZ1owaciQ", + "img": "icons/magic/perception/eye-ringed-green.webp", + "name": "Spell Effect: Strength of Mind", + "system": { + "description": { + "value": "Granted by @UUID[Compendium.pf2e.spells-srd.Item.Strength of Mind]
\nYou gain a +1 status bonus to saving throws against mental effects and against effects that hinder movement (including those that reduce Speed or apply the @UUID[Compendium.pf2e.conditionitems.Item.Grabbed], @UUID[Compendium.pf2e.conditionitems.Item.Immobilized], or @UUID[Compendium.pf2e.conditionitems.Item.Restrained] conditions). This bonus increases to +2 if the source of the effect has the fear trait.
" + }, + "duration": { + "expiry": "turn-end", + "sustained": false, + "unit": "minutes", + "value": 10 + }, + "level": { + "value": 1 + }, + "publication": { + "license": "ORC", + "remaster": true, + "title": "Pathfinder Adventure Path #209: Destroyer's Doom" + }, + "rules": [ + { + "key": "FlatModifier", + "predicate": [ + { + "or": [ + "itemtrait:mental", + "inflicts:grabbed", + "inflicts:immobilized", + "inflicts:restrained" + ] + } + ], + "selector": "saving-throw", + "type": "status", + "value": 1 + }, + { + "key": "AdjustModifier", + "mode": "add", + "predicate": [ + "item:trait:fear" + ], + "selector": "saving-throw", + "slug": "spell-effect-strength-of-mind", + "value": 1 + } + ], + "start": { + "initiative": null, + "value": 0 + }, + "tokenIcon": { + "show": true + }, + "traits": { + "value": [] + } + }, + "type": "effect" +} diff --git a/packs/spells/ancestral-winds.json b/packs/spells/ancestral-winds.json new file mode 100644 index 00000000000..df1acd2e2f0 --- /dev/null +++ b/packs/spells/ancestral-winds.json @@ -0,0 +1,86 @@ +{ + "_id": "Z4X5whSqSvgiiJ05", + "img": "icons/magic/air/wind-vortex-swirl-blue.webp", + "name": "Ancestral Winds", + "system": { + "area": { + "type": "burst", + "value": 20 + }, + "cost": { + "value": "" + }, + "counteraction": false, + "damage": { + "A3N9TKOvgQh5OhDM": { + "applyMod": false, + "category": null, + "formula": "1d6", + "kinds": [ + "damage" + ], + "materials": [], + "type": "mental" + }, + "NPg0qU7objU0x4LJ": { + "applyMod": false, + "category": null, + "formula": "5d6", + "kinds": [ + "damage" + ], + "materials": [], + "type": "void" + } + }, + "defense": { + "save": { + "basic": false, + "statistic": "will" + } + }, + "description": { + "value": "You call on the same energies that manifest ancestor storms, summoning wailing spirits to terrorize your foes. Living creatures in the area take 5d6 void damage and 1d6 mental damage and must attempt a Will save. Nonliving creatures are immune to this spell's effects.
Critical Success The creature is unaffected.
\nSuccess The creature takes half damage and is @UUID[Compendium.pf2e.conditionitems.Item.Frightened]{Frightened 1}.
\nFailure The creature takes full damage and is @UUID[Compendium.pf2e.conditionitems.Item.Frightened]{Frightened 2}.
\nCritical Failure As failure, but the creature takes double damage and is @UUID[Compendium.pf2e.conditionitems.Item.Stunned]{Stunned 1}.
\nThe first time each round you Sustain the spell, you can move the area up to 30 feet within the range of the spell. Living creatures in the new area must attempt saves with the same effects as above.
" + }, + "duration": { + "sustained": true, + "value": "1 minute" + }, + "level": { + "value": 5 + }, + "publication": { + "license": "ORC", + "remaster": true, + "title": "Pathfinder Adventure Path #209: Destroyer's Doom" + }, + "range": { + "value": "120 feet" + }, + "requirements": "", + "rules": [], + "target": { + "value": "" + }, + "time": { + "value": "2" + }, + "traits": { + "rarity": "uncommon", + "traditions": [ + "arcane", + "divine", + "occult" + ], + "value": [ + "concentrate", + "emotion", + "fear", + "manipulate", + "mental", + "void" + ] + } + }, + "type": "spell" +} diff --git a/packs/spells/entreat-thunderbird.json b/packs/spells/entreat-thunderbird.json new file mode 100644 index 00000000000..f71b6e7e647 --- /dev/null +++ b/packs/spells/entreat-thunderbird.json @@ -0,0 +1,55 @@ +{ + "_id": "Do0pe0gn8OFdCOnN", + "img": "icons/magic/lightning/bolt-strike-beam-purple.webp", + "name": "Entreat Thunderbird", + "system": { + "area": null, + "cost": { + "value": "rare incense and offerings worth 300 gp" + }, + "counteraction": false, + "damage": {}, + "defense": null, + "description": { + "value": "You entreat the thunderbird in the Tusk Mountains to come to your aid. While performing this ritual, the secondary casters can appeal to the thunderbird's pride or tempestuous nature to gain a +2 circumstance bonus to their checks.
Critical Success The thunderbird is helpful to the casters for the duration.
\nSuccess The thunderbird is friendly to the casters for the duration.
\nFailure The thunderbird ignores the entreaty and remains indifferent.
\nCritical Failure The thunderbird takes offense and permanently departs the area.
" + }, + "duration": { + "sustained": false, + "value": "1 month" + }, + "level": { + "value": 5 + }, + "publication": { + "license": "ORC", + "remaster": true, + "title": "Pathfinder Adventure Path #209: Destroyer's Doom" + }, + "range": { + "value": "" + }, + "requirements": "", + "ritual": { + "primary": { + "check": "DC 29 Nature or Religion" + }, + "secondary": { + "casters": 3, + "checks": "Diplomacy, Mountain Lore, Nature, or Survival" + } + }, + "rules": [], + "target": { + "value": "" + }, + "time": { + "value": "1 hour" + }, + "traits": { + "rarity": "rare", + "traditions": [], + "value": [] + } + }, + "type": "spell" +} diff --git a/packs/spells/mutilate.json b/packs/spells/mutilate.json new file mode 100644 index 00000000000..0b9260d039c --- /dev/null +++ b/packs/spells/mutilate.json @@ -0,0 +1,76 @@ +{ + "_id": "BWvGBx51RevizICD", + "img": "icons/magic/unholy/strike-body-explode-disintegrate.webp", + "name": "Mutilate", + "system": { + "area": null, + "cost": { + "value": "" + }, + "counteraction": false, + "damage": { + "SXOGI7BFM0mUsAPF": { + "applyMod": false, + "category": null, + "formula": "5d8", + "kinds": [ + "damage" + ], + "materials": [], + "type": "slashing" + } + }, + "defense": { + "save": { + "basic": true, + "statistic": "fortitude" + } + }, + "description": { + "value": "You cut your own body in a ritualistic manner, causing similar damage to a creature in your line of sight. These cuts are superficial and cause 1d4 slashing damage to you; however, the wounds that open up on our target's body are far deeper. The targeted creature takes 5d8 slashing damage; a creature that critically fails this saving throw also takes @Damage[(1d8 + @item.level -4)[bleed]] damage. If you cast this as a three-action spell, the spell instead affects a 5-foot burst.
Heightened (+1) Increase the damage dealt to the target by 1d8, and increase the persistent bleed damage by 1.
" + }, + "duration": { + "sustained": false, + "value": "" + }, + "heightening": { + "area": 0, + "damage": { + "SXOGI7BFM0mUsAPF": "1d8" + }, + "interval": 1, + "type": "interval" + }, + "level": { + "value": 4 + }, + "publication": { + "license": "ORC", + "remaster": true, + "title": "Pathfinder Adventure Path #209: Destroyer's Doom" + }, + "range": { + "value": "40 feet" + }, + "requirements": "", + "rules": [], + "target": { + "value": "1 creature in line of sight" + }, + "time": { + "value": "2 or 3" + }, + "traits": { + "rarity": "uncommon", + "traditions": [ + "arcane", + "occult", + "primal" + ], + "value": [ + "manipulate" + ] + } + }, + "type": "spell" +} diff --git a/packs/spells/strength-of-mind.json b/packs/spells/strength-of-mind.json new file mode 100644 index 00000000000..f40cd631832 --- /dev/null +++ b/packs/spells/strength-of-mind.json @@ -0,0 +1,53 @@ +{ + "_id": "aMvjaIuPIWN7pbc3", + "img": "icons/magic/perception/eye-ringed-green.webp", + "name": "Strength of Mind", + "system": { + "area": null, + "cost": { + "value": "" + }, + "counteraction": false, + "damage": {}, + "defense": null, + "description": { + "value": "You bolster your ally with reminders of their physical prowess, granting them additional defenses against harmful mental effects. The target gains a +1 status bonus to saving throws against mental effects and against effects that hinder movement (including those that reduce Speed or apply the @UUID[Compendium.pf2e.conditionitems.Item.Grabbed], @UUID[Compendium.pf2e.conditionitems.Item.Immobilized], or @UUID[Compendium.pf2e.conditionitems.Item.Restrained] conditions). This bonus increases to +2 if the source of the effect has the fear trait.
\n@UUID[Compendium.pf2e.spell-effects.Item.Spell Effect: Strength of Mind]
" + }, + "duration": { + "sustained": false, + "value": "10 minutes" + }, + "level": { + "value": 3 + }, + "publication": { + "license": "ORC", + "remaster": true, + "title": "Pathfinder Adventure Path #209: Destroyer's Doom" + }, + "range": { + "value": "touch" + }, + "requirements": "", + "rules": [], + "target": { + "value": "1 willing creature" + }, + "time": { + "value": "1" + }, + "traits": { + "rarity": "uncommon", + "traditions": [ + "divine", + "occult", + "primal" + ], + "value": [ + "concentrate", + "mental" + ] + } + }, + "type": "spell" +} diff --git a/packs/spells/utter-destruction.json b/packs/spells/utter-destruction.json new file mode 100644 index 00000000000..e42b56c770a --- /dev/null +++ b/packs/spells/utter-destruction.json @@ -0,0 +1,92 @@ +{ + "_id": "XGB77j7m0SLky8U1", + "img": "icons/magic/sonic/scream-wail-shout-teal.webp", + "name": "Utter Destruction", + "system": { + "area": { + "type": "cone", + "value": 30 + }, + "cost": { + "value": "" + }, + "counteraction": false, + "damage": { + "0yIRszQ4ZAlq14gX": { + "applyMod": false, + "category": null, + "formula": "4d8", + "kinds": [ + "damage" + ], + "materials": [], + "type": "sonic" + }, + "1tttVaJo3TXKF7uK": { + "applyMod": false, + "category": null, + "formula": "4d8", + "kinds": [ + "damage" + ], + "materials": [], + "type": "void" + } + }, + "defense": { + "save": { + "basic": false, + "statistic": "fortitude" + } + }, + "description": { + "value": "You screech with an unearthly voice made of destructive energy, smashing everything that lies before you. Creatures in the area take 4d8 sonic damage and 4d8 void damage. Each creature must attempt a Fortitude save. Unattended objects of Hardness 5 or less in the area of effect are destroyed.
Critical Success The creature takes half damage.
\nSuccess The creature takes half damage and is @UUID[Compendium.pf2e.conditionitems.Item.Deafened] for 1 round.
\nFailure The creature takes full damage and is deafened for 1 minute.
\nCritical Failure The creature takes double damage and is permanently deafened.
Heightened (+1) The sonic and void damage each increase by 1d8. The Hardness threshold of items destroyed by the spell increases by 1.
" + }, + "duration": { + "sustained": false, + "value": "" + }, + "heightening": { + "area": 0, + "damage": { + "0yIRszQ4ZAlq14gX": "1d8", + "1tttVaJo3TXKF7uK": "1d8" + }, + "interval": 1, + "type": "interval" + }, + "level": { + "value": 6 + }, + "publication": { + "license": "ORC", + "remaster": true, + "title": "Pathfinder Adventure Path #209: Destroyer's Doom" + }, + "range": { + "value": "120 feet" + }, + "requirements": "", + "rules": [], + "target": { + "value": "" + }, + "time": { + "value": "2" + }, + "traits": { + "rarity": "uncommon", + "traditions": [ + "arcane", + "occult", + "primal" + ], + "value": [ + "death", + "sonic", + "void" + ] + } + }, + "type": "spell" +} diff --git a/packs/triumph-of-the-tusk-bestiary/army-of-mist.json b/packs/triumph-of-the-tusk-bestiary/army-of-mist.json new file mode 100644 index 00000000000..8bedab03dee --- /dev/null +++ b/packs/triumph-of-the-tusk-bestiary/army-of-mist.json @@ -0,0 +1,141 @@ +{ + "_id": "m0QKcE7scGy5f77t", + "img": "systems/pf2e/icons/default-icons/hazard.svg", + "items": [ + { + "_id": "tN4hthC7AnzxZkbs", + "img": "systems/pf2e/icons/default-icons/action.svg", + "name": "Battle Roar", + "sort": 0, + "system": { + "actionType": { + "value": "reaction" + }, + "actions": { + "value": null + }, + "category": "offensive", + "description": { + "value": "Trigger A creature enters the haunt's area
Effect The orc warriors roar in fury, dealing @Damage[(2d10+13)[sonic]] damage (@Check[fortitude|dc:28|basic] save) to all living creatures within the haunt, then rolls initiative. Creatures that critically fail their saves are @UUID[Compendium.pf2e.conditionitems.Item.Frightened]{Frightened 1} until Umbra's Last Stand is quelled.
" + }, + "publication": { + "license": "OGL", + "remaster": false, + "title": "" + }, + "rules": [], + "slug": null, + "traits": { + "value": [ + "auditory", + "sonic" + ] + } + }, + "type": "action" + }, + { + "_id": "TDqUXVMCmZEW0QxI", + "img": "systems/pf2e/icons/default-icons/melee.svg", + "name": "Frozen Fists", + "sort": 0, + "system": { + "attackEffects": { + "value": [] + }, + "bonus": { + "value": 21 + }, + "damageRolls": { + "hQkr6ePVOWB1y096": { + "damage": "11", + "damageType": "cold" + }, + "qPuVCcuSYvSqnI1N": { + "damage": "2d10", + "damageType": "bludgeoning" + } + }, + "description": { + "value": "" + }, + "publication": { + "license": "OGL", + "remaster": false, + "title": "" + }, + "rules": [], + "slug": null, + "traits": { + "value": [ + "cold", + "range-increment-60" + ] + } + }, + "type": "melee" + } + ], + "name": "Army of Mist", + "system": { + "attributes": { + "ac": { + "value": 0 + }, + "emitsSound": "encounter", + "hardness": 0, + "hp": { + "details": "", + "max": 0, + "temp": 0, + "value": 0 + }, + "stealth": { + "details": "(expert) or @UUID[Compendium.pf2e.spells-srd.Item.Detect Magic]
", + "value": 20 + } + }, + "details": { + "description": "The wind intensifies and the seeping fog rushes forward in a stampede of ghostly orcs screaming wordless battle cries, weapons raised to slaughter their foes.
", + "disable": "@Check[occultism|dc:28] (expert) to funnel the magic powering the mist back into itself, or @Check[religion|dc:30] (expert) to exorcise some of the trapped souls and weaken the storm; three total successes in any combination are required to disable the haunt
", + "isComplex": true, + "level": { + "value": 9 + }, + "publication": { + "license": "ORC", + "remaster": true, + "title": "Pathfinder Adventure Path #209: Destroyer's Doom" + }, + "reset": "The haunt deactivates 1 minute after all creatures leave the area of Fort Whiteskull but resets immediately. The army of mist resets 1 day after being disabled if the ancestor storm isn't put to rest.
", + "routine": "(3 actions) The army of mist uses 3 actions to make frozen fists Strikes against three random creatures, favoring non-orcs or anyone who attempted to Disable it within the past round.
" + }, + "saves": { + "fortitude": { + "saveDetail": "", + "value": 0 + }, + "reflex": { + "saveDetail": "", + "value": 0 + }, + "will": { + "saveDetail": "", + "value": 0 + } + }, + "statusEffects": [], + "traits": { + "rarity": "unique", + "size": { + "value": "med" + }, + "value": [ + "environmental", + "haunt", + "occult" + ] + } + }, + "type": "hazard" +} diff --git a/packs/triumph-of-the-tusk-bestiary/bloodwing.json b/packs/triumph-of-the-tusk-bestiary/bloodwing.json new file mode 100644 index 00000000000..47ac5b7e841 --- /dev/null +++ b/packs/triumph-of-the-tusk-bestiary/bloodwing.json @@ -0,0 +1,477 @@ +{ + "_id": "rpYUkuc0J2go6YnL", + "img": "systems/pf2e/icons/default-icons/npc.svg", + "items": [ + { + "_id": "j9fLzVIJylgSa6e1", + "img": "systems/pf2e/icons/default-icons/melee.svg", + "name": "Fangs", + "sort": 100000, + "system": { + "attackEffects": { + "value": [] + }, + "bonus": { + "value": 21 + }, + "damageRolls": { + "Sla8JDXJTRer5Gf6": { + "damage": "2d12+9", + "damageType": "piercing" + } + }, + "description": { + "value": "" + }, + "publication": { + "license": "OGL", + "remaster": false, + "title": "" + }, + "rules": [], + "slug": null, + "traits": { + "value": [] + } + }, + "type": "melee" + }, + { + "_id": "eubHlNEPWNH4b3sL", + "img": "systems/pf2e/icons/default-icons/melee.svg", + "name": "Claw", + "sort": 200000, + "system": { + "attackEffects": { + "value": [ + "grab" + ] + }, + "bonus": { + "value": 21 + }, + "damageRolls": { + "7EHN7O3rUPkHQwQZ": { + "damage": "2d10+9", + "damageType": "slashing" + } + }, + "description": { + "value": "" + }, + "publication": { + "license": "OGL", + "remaster": false, + "title": "" + }, + "rules": [], + "slug": null, + "traits": { + "value": [] + } + }, + "type": "melee" + }, + { + "_id": "LOUbkrNBfr3oqy4t", + "img": "systems/pf2e/icons/default-icons/melee.svg", + "name": "Stinger", + "sort": 300000, + "system": { + "attackEffects": { + "value": [ + "wyvern-poison" + ] + }, + "bonus": { + "value": 20 + }, + "damageRolls": { + "UkM1LL5peGfMZTIb": { + "damage": "2d6+9", + "damageType": "piercing" + } + }, + "description": { + "value": "" + }, + "publication": { + "license": "OGL", + "remaster": false, + "title": "" + }, + "rules": [], + "slug": null, + "traits": { + "value": [ + "agile", + "reach-10" + ] + } + }, + "type": "melee" + }, + { + "_id": "SUfRGoXllZvqJK78", + "_stats": { + "compendiumSource": "Compendium.pf2e.bestiary-ability-glossary-srd.Item.W7SbTykXrNwxDzJc" + }, + "img": "systems/pf2e/icons/actions/Reaction.webp", + "name": "Reactive Strike", + "sort": 400000, + "system": { + "actionType": { + "value": "reaction" + }, + "actions": { + "value": null + }, + "category": "defensive", + "description": { + "value": "@Localize[PF2E.NPC.Abilities.Glossary.ReactiveStrike]
" + }, + "publication": { + "license": "ORC", + "remaster": true, + "title": "Pathfinder Monster Core" + }, + "rules": [], + "slug": "reactive-strike", + "traits": { + "value": [] + } + }, + "type": "action" + }, + { + "_id": "LDnxbEGRy6rb9rWP", + "img": "systems/pf2e/icons/default-icons/action.svg", + "name": "Rider's Bond", + "sort": 500000, + "system": { + "actionType": { + "value": "passive" + }, + "actions": { + "value": null + }, + "category": "defensive", + "description": { + "value": "Bloodwing acts on Molog's initiative while Molog is mounted. Molog automatically succeeds at attempts to Command her and doesn't need to spend actions to do so, but Bloodwing only has two actions per turn as long as Molog is mounted.
" + }, + "publication": { + "license": "OGL", + "remaster": false, + "title": "" + }, + "rules": [], + "slug": null, + "traits": { + "value": [] + } + }, + "type": "action" + }, + { + "_id": "LQggiCduXuZArOqI", + "img": "systems/pf2e/icons/default-icons/action.svg", + "name": "Savage", + "sort": 600000, + "system": { + "actionType": { + "value": "reaction" + }, + "actions": { + "value": null + }, + "category": "defensive", + "description": { + "value": "Trigger A creature @UUID[Compendium.pf2e.conditionitems.Item.Grabbed] by Bloodwing critically fails a skill check to @UUID[Compendium.pf2e.actionspf2e.Item.Escape]
Effect Bloodwing makes a stinger Strike against the triggering creature.
" + }, + "publication": { + "license": "OGL", + "remaster": false, + "title": "" + }, + "rules": [], + "slug": null, + "traits": { + "value": [] + } + }, + "type": "action" + }, + { + "_id": "c0jjeoMPwVCRnwZt", + "img": "systems/pf2e/icons/default-icons/action.svg", + "name": "Powerful Dive", + "sort": 700000, + "system": { + "actionType": { + "value": "action" + }, + "actions": { + "value": 2 + }, + "category": "offensive", + "description": { + "value": "Bloodwing Flies up to her fly Speed and must both move forward at least 20 feet and descend at least 10 feet. If she ends the movement within melee reach of at least one enemy her size or smaller, she can make a claw Strike against that enemy. If the claw hits, as a free action Bloodwing can either automatically Grab the target or knock it @UUID[Compendium.pf2e.conditionitems.Item.Prone].
" + }, + "publication": { + "license": "OGL", + "remaster": false, + "title": "" + }, + "rules": [], + "slug": null, + "traits": { + "value": [ + "move" + ] + } + }, + "type": "action" + }, + { + "_id": "FQlnN49aPne5m5Rl", + "img": "systems/pf2e/icons/default-icons/action.svg", + "name": "Punishing Momentum", + "sort": 800000, + "system": { + "actionType": { + "value": "action" + }, + "actions": { + "value": 1 + }, + "category": "offensive", + "description": { + "value": "Requirements Bloodwing @UUID[Compendium.pf2e.conditionitems.Item.Grabbed] a creature this turn using Powerful Dive
Effect Bloodwing can Fly at half Speed while holding the creature in her claws, carrying that creature along with her and dropping it at the end of her movement. Alternatively, Bloodwing can Strike the creature with her stinger with a +2 circumstance bonus.
" + }, + "publication": { + "license": "OGL", + "remaster": false, + "title": "" + }, + "rules": [ + { + "domain": "all", + "key": "RollOption", + "option": "punishing-momentum", + "toggleable": true + }, + { + "key": "FlatModifier", + "predicate": [ + "punishing-momentum" + ], + "selector": "stinger-attack-roll", + "type": "circumstance", + "value": 2 + } + ], + "slug": null, + "traits": { + "value": [] + } + }, + "type": "action" + }, + { + "_id": "7Y88cfDc4vT6fEC7", + "img": "systems/pf2e/icons/default-icons/action.svg", + "name": "Wyvern Poison", + "sort": 900000, + "system": { + "actionType": { + "value": "passive" + }, + "actions": { + "value": null + }, + "category": "offensive", + "description": { + "value": "Saving Throw @Check[fortitude|dc:25]
\nMaximum Duration 6 rounds
\nStage 1 @Damage[3d6[poison]] damage plus @UUID[Compendium.pf2e.conditionitems.Item.Sickened]{Sickened 1} (1 round)
\nStage 2 @Damage[3d8[poison]] damage plus @UUID[Compendium.pf2e.conditionitems.Item.Sickened]{Sickened 2} (1 round)
\nStage 3 @Damage[3d10[poison]] damage plus @UUID[Compendium.pf2e.conditionitems.Item.Sickened]{Sickened 3} (1 round)
" + }, + "publication": { + "license": "OGL", + "remaster": false, + "title": "" + }, + "rules": [], + "slug": null, + "traits": { + "value": [ + "poison" + ] + } + }, + "type": "action" + }, + { + "_id": "7TDGxOs01ohNFoGr", + "_stats": { + "compendiumSource": "Compendium.pf2e.bestiary-ability-glossary-srd.Item.Tkd8sH4pwFIPzqTr" + }, + "img": "systems/pf2e/icons/actions/OneAction.webp", + "name": "Grab", + "sort": 1000000, + "system": { + "actionType": { + "value": "action" + }, + "actions": { + "value": 1 + }, + "category": "offensive", + "description": { + "value": "@Localize[PF2E.NPC.Abilities.Glossary.Grab]
" + }, + "publication": { + "license": "ORC", + "remaster": true, + "title": "Pathfinder Monster Core" + }, + "rules": [], + "slug": "grab", + "traits": { + "value": [] + } + }, + "type": "action" + } + ], + "name": "Bloodwing", + "system": { + "abilities": { + "cha": { + "mod": 0 + }, + "con": { + "mod": 4 + }, + "dex": { + "mod": 5 + }, + "int": { + "mod": -2 + }, + "str": { + "mod": 6 + }, + "wis": { + "mod": 4 + } + }, + "attributes": { + "ac": { + "details": "", + "value": 27 + }, + "allSaves": { + "value": "" + }, + "hp": { + "details": "", + "max": 155, + "temp": 0, + "value": 155 + }, + "immunities": [ + { + "exceptions": [], + "type": "paralyzed" + }, + { + "exceptions": [], + "type": "unconscious" + } + ], + "speed": { + "otherSpeeds": [ + { + "type": "fly", + "value": 60 + } + ], + "value": 20 + } + }, + "details": { + "blurb": "", + "languages": { + "details": "", + "value": [ + "draconic", + "orcish" + ] + }, + "level": { + "value": 9 + }, + "privateNotes": "", + "publicNotes": "", + "publication": { + "license": "ORC", + "remaster": true, + "title": "Pathfinder Adventure Path #209: Destroyer's Doom" + } + }, + "initiative": { + "statistic": "perception" + }, + "perception": { + "details": "", + "mod": 18, + "senses": [ + { + "type": "darkvision" + }, + { + "acuity": "imprecise", + "range": 30, + "type": "scent" + } + ] + }, + "resources": {}, + "saves": { + "fortitude": { + "saveDetail": "", + "value": 18 + }, + "reflex": { + "saveDetail": "", + "value": 20 + }, + "will": { + "saveDetail": "", + "value": 17 + } + }, + "skills": { + "acrobatics": { + "base": 19 + }, + "athletics": { + "base": 21 + }, + "stealth": { + "base": 18 + }, + "survival": { + "base": 16 + } + }, + "traits": { + "rarity": "unique", + "size": { + "value": "huge" + }, + "value": [ + "dragon" + ] + } + }, + "type": "npc" +} diff --git a/packs/triumph-of-the-tusk-bestiary/bugark.json b/packs/triumph-of-the-tusk-bestiary/bugark.json new file mode 100644 index 00000000000..307f659651a --- /dev/null +++ b/packs/triumph-of-the-tusk-bestiary/bugark.json @@ -0,0 +1,684 @@ +{ + "_id": "rMY7Ga6VM1sWXgDv", + "img": "systems/pf2e/icons/default-icons/npc.svg", + "items": [ + { + "_id": "MvF55sSSlDl0fUwx", + "_stats": { + "compendiumSource": "Compendium.pf2e.equipment-srd.Item.mlrmkpOlwpnGkw4I" + }, + "img": "icons/weapons/hammers/hammer-double-steel-embossed.webp", + "name": "Maul", + "sort": 100000, + "system": { + "baseItem": "maul", + "bonus": { + "value": 0 + }, + "bonusDamage": { + "value": 0 + }, + "bulk": { + "value": 2 + }, + "category": "martial", + "containerId": null, + "damage": { + "damageType": "bludgeoning", + "dice": 1, + "die": "d12" + }, + "description": { + "value": "Mauls are massive warhammers that must be swung with two hands.
" + }, + "equipped": { + "carryType": "worn", + "handsHeld": 0, + "invested": null + }, + "group": "hammer", + "hardness": 0, + "hp": { + "max": 0, + "value": 0 + }, + "level": { + "value": 0 + }, + "material": { + "grade": null, + "type": null + }, + "price": { + "value": { + "gp": 3 + } + }, + "publication": { + "license": "ORC", + "remaster": true, + "title": "Pathfinder Player Core" + }, + "quantity": 1, + "range": null, + "reload": { + "value": "" + }, + "rules": [], + "runes": { + "potency": 1, + "property": [], + "striking": 1 + }, + "size": "med", + "slug": "maul", + "splashDamage": { + "value": 0 + }, + "traits": { + "rarity": "common", + "value": [ + "shove" + ] + }, + "usage": { + "value": "held-in-two-hands" + } + }, + "type": "weapon" + }, + { + "_id": "MVS0uKRpEC9REjDM", + "_stats": { + "compendiumSource": "Compendium.pf2e.equipment-srd.Item.6AhDKX1dwRwFpQsU" + }, + "img": "icons/equipment/chest/breastplate-layered-leather-studded-black.webp", + "name": "Splint Mail", + "sort": 200000, + "system": { + "acBonus": 5, + "baseItem": "splint-mail", + "bulk": { + "value": 3 + }, + "category": "heavy", + "checkPenalty": -3, + "containerId": null, + "description": { + "value": "This type of armor is chain mail reinforced with flexible, interlocking metal plates, typically located on the wearer's torso, upper arms, and legs. A suit of this armor comes with an undercoat of @UUID[Compendium.pf2e.equipment-srd.Item.Padded Armor] and a pair of @UUID[Compendium.pf2e.equipment-srd.Item.Gauntlet]{gauntlets}.
" + }, + "dexCap": 1, + "equipped": { + "carryType": "worn", + "invested": null + }, + "group": "composite", + "hardness": 0, + "hp": { + "max": 0, + "value": 0 + }, + "level": { + "value": 1 + }, + "material": { + "grade": null, + "type": null + }, + "price": { + "value": { + "gp": 13 + } + }, + "publication": { + "license": "ORC", + "remaster": true, + "title": "Pathfinder Player Core" + }, + "quantity": 1, + "rules": [], + "runes": { + "potency": 1, + "property": [], + "resilient": 1 + }, + "size": "med", + "slug": "splint-mail", + "speedPenalty": -10, + "strength": 3, + "traits": { + "rarity": "common", + "value": [] + } + }, + "type": "armor" + }, + { + "_id": "dltWPvCKnp8fFQsK", + "_stats": { + "compendiumSource": "Compendium.pf2e.equipment-srd.Item.upzjwQ96cZG0Xlmx" + }, + "img": "systems/pf2e/icons/equipment/adventuring-gear/religious-symbol-silver.webp", + "name": "Religious Symbol of Zagresh", + "sort": 300000, + "system": { + "baseItem": null, + "bulk": { + "value": 0.1 + }, + "containerId": null, + "description": { + "value": "This piece of wood or silver is emblazoned with an image representing a deity. Some divine spellcasters, such as clerics, can use a religious symbol of their deity to use certain abilities and cast some spells. A religious symbol can be worn on the body on a chain or pin, or can be held.
" + }, + "equipped": { + "carryType": "worn", + "invested": null + }, + "hardness": 0, + "hp": { + "max": 0, + "value": 0 + }, + "level": { + "value": 0 + }, + "material": { + "grade": null, + "type": null + }, + "price": { + "value": { + "gp": 100 + } + }, + "publication": { + "license": "ORC", + "remaster": true, + "title": "Pathfinder Player Core" + }, + "quantity": 1, + "rules": [ + { + "domain": "all", + "key": "RollOption", + "option": "has-religious-symbol", + "requiresEquipped": false + } + ], + "size": "med", + "slug": "religious-symbol-silver", + "traits": { + "rarity": "common", + "value": [] + }, + "usage": { + "value": "other" + } + }, + "type": "equipment" + }, + { + "_id": "0IMUNIs5DpWAfBJm", + "flags": { + "pf2e": { + "linkedWeapon": "MvF55sSSlDl0fUwx" + } + }, + "img": "systems/pf2e/icons/default-icons/melee.svg", + "name": "Maul", + "sort": 400000, + "system": { + "attackEffects": { + "value": [] + }, + "bonus": { + "value": 27 + }, + "damageRolls": { + "Zhk4H5anRccmtJxr": { + "damage": "2d12+5", + "damageType": "bludgeoning" + }, + "rJvnnPHhuSlVYSMt": { + "damage": "2d6", + "damageType": "cold" + } + }, + "description": { + "value": "" + }, + "publication": { + "license": "OGL", + "remaster": false, + "title": "" + }, + "rules": [], + "slug": "maul", + "traits": { + "value": [ + "magical", + "shove" + ] + } + }, + "type": "melee" + }, + { + "_id": "hwaotumpsuaLJ4OT", + "img": "systems/pf2e/icons/default-icons/melee.svg", + "name": "Fist", + "sort": 500000, + "system": { + "attackEffects": { + "value": [] + }, + "bonus": { + "value": 27 + }, + "damageRolls": { + "Upjz51UDrLOukz6k": { + "damage": "2d12", + "damageType": "bludgeoning" + }, + "zkUw6k60K3UKYD0H": { + "damage": "2d6", + "damageType": "cold" + } + }, + "description": { + "value": "" + }, + "publication": { + "license": "OGL", + "remaster": false, + "title": "" + }, + "rules": [], + "slug": null, + "traits": { + "value": [ + "agile", + "magical" + ] + } + }, + "type": "melee" + }, + { + "_id": "DzQlOLMzWqaG9rqN", + "img": "systems/pf2e/icons/default-icons/action.svg", + "name": "Snow Vision", + "sort": 600000, + "system": { + "actionType": { + "value": "passive" + }, + "actions": { + "value": null + }, + "category": "interaction", + "description": { + "value": "Bugark ignores the @UUID[Compendium.pf2e.conditionitems.Item.Concealed] condition from falling snow.
" + }, + "publication": { + "license": "OGL", + "remaster": false, + "title": "" + }, + "rules": [], + "slug": null, + "traits": { + "value": [] + } + }, + "type": "action" + }, + { + "_id": "fCK1BkELbUShygBd", + "_stats": { + "compendiumSource": "Compendium.pf2e.bestiary-ability-glossary-srd.Item.W7SbTykXrNwxDzJc" + }, + "img": "systems/pf2e/icons/actions/Reaction.webp", + "name": "Reactive Strike", + "sort": 700000, + "system": { + "actionType": { + "value": "reaction" + }, + "actions": { + "value": null + }, + "category": "defensive", + "description": { + "value": "Bugark can use Reactive Strike when a creature within his reach uses a concentrate action, in addition to its normal trigger. He can disrupt triggering concentrate actions, and it disrupts actions on any hit, not just a critical hit.
@Localize[PF2E.NPC.Abilities.Glossary.ReactiveStrike]
" + }, + "publication": { + "license": "ORC", + "remaster": true, + "title": "Pathfinder Monster Core" + }, + "rules": [], + "slug": "reactive-strike", + "traits": { + "value": [] + } + }, + "type": "action" + }, + { + "_id": "l4oIiFiBTfQz195B", + "_stats": { + "compendiumSource": "Compendium.pf2e.bestiary-ability-glossary-srd.Item.TTCw5NusiSSkJU1x" + }, + "img": "systems/pf2e/icons/actions/Passive.webp", + "name": "Void Healing", + "sort": 800000, + "system": { + "actionType": { + "value": "passive" + }, + "actions": { + "value": null + }, + "category": "defensive", + "description": { + "value": "@Localize[PF2E.NPC.Abilities.Glossary.NegativeHealing]
" + }, + "publication": { + "license": "ORC", + "remaster": true, + "title": "Pathfinder Monster Core" + }, + "rules": [ + { + "key": "ActiveEffectLike", + "mode": "override", + "path": "system.attributes.hp.negativeHealing", + "value": true + } + ], + "slug": "void-healing", + "traits": { + "value": [] + } + }, + "type": "action" + }, + { + "_id": "aX0RZ1SQFsuHepnx", + "img": "systems/pf2e/icons/default-icons/action.svg", + "name": "Frozen Breath", + "sort": 900000, + "system": { + "actionType": { + "value": "action" + }, + "actions": { + "value": 2 + }, + "category": "offensive", + "description": { + "value": "Bugark exhales a @Template[type:cone|distance:60] of razor-sharp ice that deals @Damage[6d6[cold],5d6[slashing]]{6d6 cold damage and 5d6 slashing} damage (@Check[reflex|dc:30|basic] save). Bugark can't use Frozen Breath again for [[/gmr 1d4 #Recharge Frozen Breath]]{1d4 rounds}.
" + }, + "publication": { + "license": "OGL", + "remaster": false, + "title": "" + }, + "rules": [], + "slug": null, + "traits": { + "value": [ + "cold", + "concentrate", + "divine" + ] + } + }, + "type": "action" + }, + { + "_id": "TKjnYjBBS9iVXhJ0", + "img": "systems/pf2e/icons/default-icons/action.svg", + "name": "Intimidating Strike", + "sort": 1000000, + "system": { + "actionType": { + "value": "action" + }, + "actions": { + "value": 2 + }, + "category": "offensive", + "description": { + "value": "Bugark makes a melee Strike. If he hits and deals damage, the target is @UUID[Compendium.pf2e.conditionitems.Item.Frightened]{Frightened 1}, or @UUID[Compendium.pf2e.conditionitems.Item.Frightened]{Frightened 2} on a critical hit.
" + }, + "publication": { + "license": "OGL", + "remaster": false, + "title": "" + }, + "rules": [], + "slug": null, + "traits": { + "value": [] + } + }, + "type": "action" + }, + { + "_id": "cZQ9JwgpD2mGMfu4", + "img": "systems/pf2e/icons/default-icons/action.svg", + "name": "Smite", + "sort": 1100000, + "system": { + "actionType": { + "value": "action" + }, + "actions": { + "value": 1 + }, + "category": "offensive", + "description": { + "value": "Bugark chooses one enemy he can see. Until the start of his next turn, his Strikes against that foe using his maul deal an extra 6 spirit damage with the unholy trait. If the chosen enemy attacks him before the start of his next turn, the duration extends to the end of that enemy's next turn. If the enemy continues to attack him, the duration continues to extend.
" + }, + "publication": { + "license": "OGL", + "remaster": false, + "title": "" + }, + "rules": [ + { + "domain": "all", + "key": "RollOption", + "option": "smite", + "toggleable": true + }, + { + "damageType": "spirit", + "key": "FlatModifier", + "predicate": [ + "smite" + ], + "selector": "maul-damage", + "value": 6 + }, + { + "definition": [ + "item:slug:maul" + ], + "key": "AdjustStrike", + "mode": "add", + "predicate": [ + "smite" + ], + "property": "traits", + "value": "unholy" + } + ], + "slug": "smite", + "traits": { + "value": [] + } + }, + "type": "action" + } + ], + "name": "Bugark", + "system": { + "abilities": { + "cha": { + "mod": 6 + }, + "con": { + "mod": 5 + }, + "dex": { + "mod": 3 + }, + "int": { + "mod": 3 + }, + "str": { + "mod": 7 + }, + "wis": { + "mod": 5 + } + }, + "attributes": { + "ac": { + "details": "", + "value": 32 + }, + "allSaves": { + "value": "" + }, + "hp": { + "details": "void healing", + "max": 211, + "temp": 0, + "value": 211 + }, + "immunities": [ + { + "exceptions": [], + "type": "death-effects" + }, + { + "exceptions": [], + "type": "disease" + }, + { + "exceptions": [], + "type": "paralyzed" + }, + { + "exceptions": [], + "type": "poison" + }, + { + "exceptions": [], + "type": "unconscious" + } + ], + "resistances": [ + { + "doubleVs": [], + "exceptions": [], + "type": "cold", + "value": 10 + } + ], + "speed": { + "otherSpeeds": [], + "value": 20 + }, + "weaknesses": [ + { + "exceptions": [], + "type": "fire", + "value": 10 + } + ] + }, + "details": { + "blurb": "", + "languages": { + "details": "", + "value": [ + "chthonian", + "common", + "necril", + "orcish" + ] + }, + "level": { + "value": 12 + }, + "privateNotes": "", + "publicNotes": "", + "publication": { + "license": "ORC", + "remaster": true, + "title": "Pathfinder Adventure Path #209: Destroyer's Doom" + } + }, + "initiative": { + "statistic": "perception" + }, + "perception": { + "details": "snow vision", + "mod": 22, + "senses": [ + { + "type": "darkvision" + } + ] + }, + "resources": {}, + "saves": { + "fortitude": { + "saveDetail": "", + "value": 21 + }, + "reflex": { + "saveDetail": "", + "value": 18 + }, + "will": { + "saveDetail": "", + "value": 22 + } + }, + "skills": { + "deception": { + "base": 22 + }, + "intimidation": { + "base": 23 + }, + "occultism": { + "base": 21 + }, + "religion": { + "base": 23 + }, + "stealth": { + "base": 20 + } + }, + "traits": { + "rarity": "unique", + "size": { + "value": "med" + }, + "value": [ + "cold", + "mummy", + "undead" + ] + } + }, + "type": "npc" +} diff --git a/packs/triumph-of-the-tusk-bestiary/bull-of-zagresh.json b/packs/triumph-of-the-tusk-bestiary/bull-of-zagresh.json new file mode 100644 index 00000000000..96066c8171c --- /dev/null +++ b/packs/triumph-of-the-tusk-bestiary/bull-of-zagresh.json @@ -0,0 +1,341 @@ +{ + "_id": "z6pDCpT7WDIWTaKn", + "img": "systems/pf2e/icons/default-icons/npc.svg", + "items": [ + { + "_id": "4EgCoeYHivSfYdFw", + "img": "systems/pf2e/icons/default-icons/melee.svg", + "name": "Hoof", + "sort": 100000, + "system": { + "attackEffects": { + "value": [] + }, + "bonus": { + "value": 18 + }, + "damageRolls": { + "oToD6lGYv7Lw7pb0": { + "damage": "2d8+8", + "damageType": "bludgeoning" + } + }, + "description": { + "value": "" + }, + "publication": { + "license": "OGL", + "remaster": false, + "title": "" + }, + "rules": [], + "slug": null, + "traits": { + "value": [] + } + }, + "type": "melee" + }, + { + "_id": "urLiPDgVbq981u3t", + "img": "systems/pf2e/icons/default-icons/melee.svg", + "name": "Horn", + "sort": 200000, + "system": { + "attackEffects": { + "value": [] + }, + "bonus": { + "value": 18 + }, + "damageRolls": { + "BCXLP3e04BpFi8Qu": { + "damage": "2d10+9", + "damageType": "piercing" + } + }, + "description": { + "value": "" + }, + "publication": { + "license": "OGL", + "remaster": false, + "title": "" + }, + "rules": [], + "slug": "horn", + "traits": { + "value": [] + } + }, + "type": "melee" + }, + { + "_id": "0VV0ivIavKGijO24", + "img": "systems/pf2e/icons/default-icons/action.svg", + "name": "Running of the Bulls", + "sort": 300000, + "system": { + "actionType": { + "value": "passive" + }, + "actions": { + "value": null + }, + "category": "interaction", + "description": { + "value": "When a bull of Zagresh starts its turn adjacent to another bull of Zagresh, it gains a +10-foot circumstance bonus to its Speed.
" + }, + "publication": { + "license": "OGL", + "remaster": false, + "title": "" + }, + "rules": [ + { + "domain": "all", + "key": "RollOption", + "option": "running-of-the-bulls", + "toggleable": true + }, + { + "key": "FlatModifier", + "predicate": [ + "running-of-the-bulls" + ], + "selector": "land-speed", + "type": "circumstance", + "value": 10 + } + ], + "slug": null, + "traits": { + "value": [] + } + }, + "type": "action" + }, + { + "_id": "LfWWO2KmF4aab6wG", + "img": "systems/pf2e/icons/default-icons/action.svg", + "name": "Berserk", + "sort": 400000, + "system": { + "actionType": { + "value": "passive" + }, + "actions": { + "value": null + }, + "category": "defensive", + "description": { + "value": "If the bull has 40 or fewer HP at the start of its turn, it must succeed at a @Check[flat|dc:5] or go berserk. A berserk bull of Zagresh wildly attacks the nearest living creature, or the nearest object if no creatures are nearby.
" + }, + "publication": { + "license": "OGL", + "remaster": false, + "title": "" + }, + "rules": [], + "slug": null, + "traits": { + "value": [] + } + }, + "type": "action" + }, + { + "_id": "7AfmI4qgxER0hrdF", + "_stats": { + "compendiumSource": "Compendium.pf2e.bestiary-ability-glossary-srd.Item.nZMQh4AaBr291TUf" + }, + "img": "systems/pf2e/icons/actions/Reaction.webp", + "name": "Buck", + "sort": 500000, + "system": { + "actionType": { + "value": "reaction" + }, + "actions": { + "value": null + }, + "category": "defensive", + "description": { + "value": "@Check[reflex|dc:25]
\n@Localize[PF2E.NPC.Abilities.Glossary.Buck]
" + }, + "publication": { + "license": "ORC", + "remaster": true, + "title": "Pathfinder Monster Core" + }, + "rules": [], + "slug": "buck", + "traits": { + "value": [] + } + }, + "type": "action" + }, + { + "_id": "zOanBQkgTPxa9yXI", + "img": "systems/pf2e/icons/default-icons/action.svg", + "name": "Berserk Stampede", + "sort": 600000, + "system": { + "actionType": { + "value": "action" + }, + "actions": { + "value": 2 + }, + "category": "offensive", + "description": { + "value": "Requirements The bull of Zagresh is berserk
Effect The bull of Zagresh Strides up to double its Speed and makes a horn Strike against up to three creatures with a –1 circumstance penalty. If it hits, it deals 1d6 extra damage and knocks the target @UUID[Compendium.pf2e.conditionitems.Item.Prone].
" + }, + "publication": { + "license": "OGL", + "remaster": false, + "title": "" + }, + "rules": [ + { + "domain": "all", + "key": "RollOption", + "option": "berserk-stampede", + "toggleable": true + }, + { + "key": "FlatModifier", + "predicate": [ + "berserk-stampede" + ], + "selector": "horn-attack-roll", + "type": "circumstance", + "value": -1 + }, + { + "diceNumber": 1, + "dieSize": "d6", + "key": "DamageDice", + "predicate": [ + "berserk-stampede" + ], + "selector": "horn-damage" + } + ], + "slug": null, + "traits": { + "value": [] + } + }, + "type": "action" + } + ], + "name": "Bull of Zagresh", + "system": { + "abilities": { + "cha": { + "mod": 2 + }, + "con": { + "mod": 6 + }, + "dex": { + "mod": 2 + }, + "int": { + "mod": -5 + }, + "str": { + "mod": 7 + }, + "wis": { + "mod": 4 + } + }, + "attributes": { + "ac": { + "details": "", + "value": 23 + }, + "allSaves": { + "value": "" + }, + "hp": { + "details": "", + "max": 140, + "temp": 0, + "value": 140 + }, + "speed": { + "otherSpeeds": [], + "value": 30 + } + }, + "details": { + "blurb": "", + "languages": { + "details": "", + "value": [] + }, + "level": { + "value": 7 + }, + "privateNotes": "", + "publicNotes": "The fierce bull of Zagresh is an enormous, easily riled bovine with sharp horns like a stag's. The bulls are bred and raised for sport as well as war.
Belkzen's megafauna husbandry is a source of orc pride, with many species bred for everyday life. In battle, they provide an edge against foes.
", + "publication": { + "license": "ORC", + "remaster": true, + "title": "Pathfinder Adventure Path #209: Destroyer's Doom" + } + }, + "initiative": { + "statistic": "perception" + }, + "perception": { + "details": "", + "mod": 15, + "senses": [ + { + "type": "low-light-vision" + } + ] + }, + "resources": {}, + "saves": { + "fortitude": { + "saveDetail": "", + "value": 18 + }, + "reflex": { + "saveDetail": "", + "value": 12 + }, + "will": { + "saveDetail": "", + "value": 15 + } + }, + "skills": { + "athletics": { + "base": 20 + }, + "intimidation": { + "base": 13 + }, + "survival": { + "base": 15 + } + }, + "traits": { + "rarity": "common", + "size": { + "value": "huge" + }, + "value": [ + "animal" + ] + } + }, + "type": "npc" +} diff --git a/packs/triumph-of-the-tusk-bestiary/bull-stampede.json b/packs/triumph-of-the-tusk-bestiary/bull-stampede.json new file mode 100644 index 00000000000..e41af63adaf --- /dev/null +++ b/packs/triumph-of-the-tusk-bestiary/bull-stampede.json @@ -0,0 +1,95 @@ +{ + "_id": "BIq6Vez1MnD0znQ9", + "img": "systems/pf2e/icons/default-icons/hazard.svg", + "items": [ + { + "_id": "jianEhjd95GJByCV", + "img": "systems/pf2e/icons/default-icons/action.svg", + "name": "Rampage", + "sort": 0, + "system": { + "actionType": { + "value": "reaction" + }, + "actions": { + "value": null + }, + "category": "offensive", + "description": { + "value": "Trigger A creature frees the bulls from the stable
Effect The hazard rolls initiative as the bulls stampede.
" + }, + "publication": { + "license": "OGL", + "remaster": false, + "title": "" + }, + "rules": [], + "slug": null, + "traits": { + "value": [] + } + }, + "type": "action" + } + ], + "name": "Bull Stampede", + "system": { + "attributes": { + "ac": { + "value": 0 + }, + "emitsSound": "encounter", + "hardness": 0, + "hp": { + "details": "", + "max": 0, + "temp": 0, + "value": 0 + }, + "stealth": { + "details": "(trained) to anticipate the herd's movements
", + "value": 23 + } + }, + "details": { + "description": "Agitated aurochs trample through the streets.
", + "disable": "Four @Check[athletics|dc:27], @Check[intimidation|dc:27], @Check[nature|dc:27] (expert), or @Check[survival|dc:27] (expert) checks to guide the herd, find it paths through Stockside, or keep it in line.
", + "isComplex": true, + "level": { + "value": 11 + }, + "publication": { + "license": "ORC", + "remaster": true, + "title": "Pathfinder Adventure Path #209: Destroyer's Doom" + }, + "reset": "", + "routine": "(1 action) The stampede advances, trampling everything in its path. Each creature attempting to control the stampede must attempt a @Check[reflex|dc:30] save or be caught up in the stampede, taking @Damage[(2d12+15)[bludgeoning]] damage; a creature who succeeded at a skill check to disable the hazard this round has a +1 circumstance bonus to the Reflex save.
Critical Success The creature takes no damage.
Success The creature takes half damage.
Failure The creature takes full damage.
Critical Failure The creature takes double damage and cannot attempt to disable the hazard next round, as they must spend it extricating themselves from the stampede.
" + }, + "saves": { + "fortitude": { + "saveDetail": "", + "value": 0 + }, + "reflex": { + "saveDetail": "", + "value": 0 + }, + "will": { + "saveDetail": "", + "value": 0 + } + }, + "statusEffects": [], + "traits": { + "rarity": "common", + "size": { + "value": "med" + }, + "value": [ + "environmental" + ] + } + }, + "type": "hazard" +} diff --git a/packs/triumph-of-the-tusk-bestiary/collapsing-cliff-stairs.json b/packs/triumph-of-the-tusk-bestiary/collapsing-cliff-stairs.json new file mode 100644 index 00000000000..2cb3f9fbfb0 --- /dev/null +++ b/packs/triumph-of-the-tusk-bestiary/collapsing-cliff-stairs.json @@ -0,0 +1,93 @@ +{ + "_id": "UFwO14miSwL1KuHI", + "img": "systems/pf2e/icons/default-icons/hazard.svg", + "items": [ + { + "_id": "RNwQL7fbKWkS9FdB", + "img": "systems/pf2e/icons/default-icons/action.svg", + "name": "Structural Collapse", + "sort": 0, + "system": { + "actionType": { + "value": "reaction" + }, + "actions": { + "value": null + }, + "category": "offensive", + "description": { + "value": "Trigger The trip wires are pulled or severed
Effect The wires pull away the mechanisms supporting the stairs, causing them to collapse. Each creature standing on the affected area must attempt a @Check[reflex|dc:29] save.
Critical Success The creature jumps safely to the cliff and is unaffected.
\nSuccess The creature jumps to the cliff, but takes @Damage[10[bludgeoning]] damage from the leap.
\nFailure The creature falls to the next section of stairs, 100 feet down the cliff, and takes @Damage[50[bludgeoning]] damage. They can @UUID[Compendium.pf2e.actionspf2e.Item.Grab an Edge] to avoid falling.
\nCritical Failure As failure, but the fall distance is 200 feet, all the way down the cliff, dealing @Damage[100[bludgeoning]] damage.
" + }, + "publication": { + "license": "OGL", + "remaster": false, + "title": "" + }, + "rules": [], + "slug": null, + "traits": { + "value": [] + } + }, + "type": "action" + } + ], + "name": "Collapsing Cliff Stairs", + "system": { + "attributes": { + "ac": { + "value": 0 + }, + "emitsSound": "encounter", + "hardness": 0, + "hp": { + "details": "", + "max": 0, + "temp": 0, + "value": 0 + }, + "stealth": { + "details": "(trained)
", + "value": 22 + } + }, + "details": { + "description": "The stairs' supports are rigged to collapse if the trip wires are triggered, sending a 10-foot section of stairs tumbling down the cliff.
", + "disable": "@Check[crafting|dc:25] or Engineering Lore to shore up the supports, @Check[perception|dc:27] to notice the @UUID[Compendium.pf2e.conditionitems.Item.Hidden] bypass lever in the stair railing, or @Check[thievery|dc:29] to disrupt the connecting mechanism
", + "isComplex": false, + "level": { + "value": 10 + }, + "publication": { + "license": "ORC", + "remaster": true, + "title": "Pathfinder Adventure Path #209: Destroyer's Doom" + }, + "reset": "", + "routine": "" + }, + "saves": { + "fortitude": { + "saveDetail": "", + "value": 0 + }, + "reflex": { + "saveDetail": "", + "value": 0 + }, + "will": { + "saveDetail": "", + "value": 0 + } + }, + "statusEffects": [], + "traits": { + "rarity": "common", + "size": { + "value": "med" + }, + "value": [] + } + }, + "type": "hazard" +} diff --git a/packs/triumph-of-the-tusk-bestiary/death-tower-necromancer.json b/packs/triumph-of-the-tusk-bestiary/death-tower-necromancer.json new file mode 100644 index 00000000000..77d509e0742 --- /dev/null +++ b/packs/triumph-of-the-tusk-bestiary/death-tower-necromancer.json @@ -0,0 +1,2916 @@ +{ + "_id": "wqtgtNDhc3by8WBD", + "img": "systems/pf2e/icons/default-icons/npc.svg", + "items": [ + { + "_id": "uEmzoTrbNI2akuq4", + "img": "systems/pf2e/icons/default-icons/spellcastingEntry.svg", + "name": "Arcane Prepared Spells", + "sort": 100000, + "system": { + "autoHeightenLevel": { + "value": null + }, + "description": { + "value": "" + }, + "prepared": { + "flexible": false, + "value": "prepared" + }, + "proficiency": { + "value": 1 + }, + "publication": { + "license": "OGL", + "remaster": false, + "title": "" + }, + "rules": [], + "slots": { + "slot0": { + "max": 5, + "prepared": [ + { + "id": "FB8XcuQraVMGnWtz" + }, + { + "id": "nBiXqhZnLXwgEnIy" + }, + { + "id": "NIRdeKRTVtLhprvf" + }, + { + "id": "JM31EaaiwFW7EWAW" + }, + { + "id": "xH7X2T8tvGM3hURC" + } + ] + }, + "slot1": { + "max": 4, + "prepared": [ + { + "id": "5NFsfA8MvW1jhrWX" + }, + { + "id": "mOZ9he7rgJNb4IqK" + }, + { + "id": "wgtpSVXSG2AMnoiZ" + }, + { + "id": "k5JAgTOHLuhGsp6d" + } + ] + }, + "slot2": { + "max": 4, + "prepared": [ + { + "id": "w8jyVGOlZpHoyR72" + }, + { + "id": "9iexCQsHIC7tyV7w" + }, + { + "id": "wb3A7TaoxSE0xt3O" + }, + { + "id": "g5vebKVLaaC9wZS3" + } + ] + }, + "slot3": { + "max": 4, + "prepared": [ + { + "id": "t62fjJx3YcygiBKd" + }, + { + "id": "d5RT04BUXhFEi0Os" + }, + { + "id": "7tavW23xLC9qIq4y" + }, + { + "id": "QuFFHv8Fy6ztj09z" + } + ] + }, + "slot4": { + "max": 4, + "prepared": [ + { + "id": "oIScrIdftfiEkDHZ" + }, + { + "id": "yFrHxijcwOCF9iWR" + }, + { + "id": "FpiasMDxfVZ3RQBt" + }, + { + "id": "KzdbqE2ZcXjp352i" + } + ] + }, + "slot5": { + "max": 4, + "prepared": [ + { + "id": "rM7M71IgxmWsnh32" + }, + { + "id": "iblrCW0qOVhwhg6N" + }, + { + "id": "ip7Zg5F1Ih5Wtc1x" + }, + { + "id": "QuFFHv8Fy6ztj09z" + } + ] + } + }, + "slug": null, + "spelldc": { + "dc": 29, + "value": 21 + }, + "tradition": { + "value": "arcane" + }, + "traits": {} + }, + "type": "spellcastingEntry" + }, + { + "_id": "0WXtpjhORSGx5l9E", + "img": "systems/pf2e/icons/default-icons/spellcastingEntry.svg", + "name": "Wizard School Spells", + "sort": 200000, + "system": { + "autoHeightenLevel": { + "value": null + }, + "description": { + "value": "" + }, + "prepared": { + "value": "focus" + }, + "proficiency": { + "value": 1 + }, + "publication": { + "license": "OGL", + "remaster": false, + "title": "" + }, + "rules": [], + "slots": {}, + "slug": null, + "spelldc": { + "dc": 29, + "value": 21 + }, + "tradition": { + "value": "arcane" + }, + "traits": {} + }, + "type": "spellcastingEntry" + }, + { + "_id": "iblrCW0qOVhwhg6N", + "_stats": { + "compendiumSource": "Compendium.pf2e.spells-srd.Item.hghGRzOSzEl4UXdS" + }, + "img": "icons/magic/death/undead-ghosts-trio-blue.webp", + "name": "Invoke Spirits", + "sort": 300000, + "system": { + "area": { + "type": "burst", + "value": 10 + }, + "cost": { + "value": "" + }, + "counteraction": false, + "damage": { + "0": { + "applyMod": false, + "category": null, + "formula": "2d4", + "kinds": [ + "damage" + ], + "type": "mental" + }, + "1": { + "applyMod": false, + "category": null, + "formula": "2d4", + "kinds": [ + "damage" + ], + "type": "void" + } + }, + "defense": { + "save": { + "basic": true, + "statistic": "will" + } + }, + "description": { + "value": "Ragged apparitions of the dead rise to stalk the living. They deal 2d4 mental damage and 2d4 void damage to each living creature in the area, with a basic Will save. Additionally, creatures that critically fail the save are @UUID[Compendium.pf2e.conditionitems.Item.Frightened]{Frightened 2} and are @UUID[Compendium.pf2e.conditionitems.Item.Fleeing] for 1 round.
\nOn subsequent rounds, the first time you Sustain the Spell each round, you can move the area up to 30 feet within the range of the spell. Living creatures in the new area must attempt saves with the same effects as above, except that critically failing doesn't make them flee.
\nHeightened (+2) The mental damage and void damage each increase by 1d4.
" + }, + "duration": { + "sustained": true, + "value": "1 minute" + }, + "heightening": { + "damage": { + "0": "1d4", + "1": "1d4" + }, + "interval": 2, + "type": "interval" + }, + "level": { + "value": 5 + }, + "location": { + "value": "uEmzoTrbNI2akuq4" + }, + "publication": { + "license": "ORC", + "remaster": true, + "title": "Pathfinder Player Core" + }, + "range": { + "value": "120 feet" + }, + "requirements": "", + "rules": [], + "slug": "invoke-spirits", + "target": { + "value": "" + }, + "time": { + "value": "2" + }, + "traits": { + "rarity": "common", + "traditions": [ + "arcane", + "divine", + "occult" + ], + "value": [ + "concentrate", + "emotion", + "fear", + "manipulate", + "mental", + "void" + ] + } + }, + "type": "spell" + }, + { + "_id": "rM7M71IgxmWsnh32", + "_stats": { + "compendiumSource": "Compendium.pf2e.spells-srd.Item.IqJ9URobmJ9L9UBG" + }, + "img": "icons/magic/unholy/beam-impact-purple.webp", + "name": "Shadow Blast", + "sort": 400000, + "system": { + "area": null, + "cost": { + "value": "" + }, + "counteraction": false, + "damage": { + "0": { + "applyMod": false, + "category": null, + "formula": "6d8", + "kinds": [ + "damage" + ], + "materials": [], + "type": "untyped" + } + }, + "defense": null, + "description": { + "value": "You shape the shadow substance of the Netherworld into a blast. Choose acid, bludgeoning, cold, electricity, fire, force, piercing, slashing, sonic, or spirit damage; and choose a @Template[cone|distance:30], a @Template[burst|distance:15] within 120 feet, or a @Template[line|distance:50]. The blast deals 6d8 damage of the type you chose to each creature in the area.
\nHeightened (+1) The damage increases by 1d8.
" + }, + "duration": { + "sustained": false, + "value": "" + }, + "heightening": { + "damage": { + "0": "1d8" + }, + "interval": 1, + "type": "interval" + }, + "level": { + "value": 5 + }, + "location": { + "value": "uEmzoTrbNI2akuq4" + }, + "overlays": { + "UTMlHk0o5FXLlwwM": { + "_id": "UTMlHk0o5FXLlwwM", + "name": "Shadow Blast (Will)", + "overlayType": "override", + "sort": 2, + "system": { + "defense": { + "save": { + "basic": false, + "statistic": "will" + } + } + } + }, + "zjyfdrWBaUVi4O7b": { + "_id": "zjyfdrWBaUVi4O7b", + "name": "Shadow Blast (Reflex)", + "overlayType": "override", + "sort": 1, + "system": { + "defense": { + "save": { + "basic": false, + "statistic": "reflex" + } + } + } + } + }, + "publication": { + "license": "ORC", + "remaster": true, + "title": "Pathfinder Player Core" + }, + "range": { + "value": "varies" + }, + "requirements": "", + "rules": [], + "slug": "shadow-blast", + "target": { + "value": "" + }, + "time": { + "value": "2" + }, + "traits": { + "rarity": "common", + "traditions": [ + "divine", + "occult" + ], + "value": [ + "concentrate", + "manipulate", + "shadow" + ] + } + }, + "type": "spell" + }, + { + "_id": "oIScrIdftfiEkDHZ", + "_stats": { + "compendiumSource": "Compendium.pf2e.spells-srd.Item.zR67Rt3UMHKC5evy" + }, + "img": "systems/pf2e/icons/spells/blink.webp", + "name": "Flicker", + "sort": 500000, + "system": { + "area": null, + "cost": { + "value": "" + }, + "counteraction": false, + "damage": {}, + "defense": null, + "description": { + "value": "You flicker quickly between your current plane and another. You gain resistance 5 to all damage, except force. At the end of each of your turns, you automatically teleport 10 feet in a random direction, as determined by the GM. You can Sustain the spell to teleport in this way.
\n@UUID[Compendium.pf2e.spell-effects.Item.Spell Effect: Flicker]
\nHeightened (+2) The resistance increases by 3.
" + }, + "duration": { + "sustained": false, + "value": "1 minute" + }, + "level": { + "value": 4 + }, + "location": { + "value": "uEmzoTrbNI2akuq4" + }, + "publication": { + "license": "ORC", + "remaster": true, + "title": "Pathfinder Player Core" + }, + "range": { + "value": "" + }, + "requirements": "", + "rules": [], + "slug": "flicker", + "target": { + "value": "" + }, + "time": { + "value": "2" + }, + "traits": { + "rarity": "common", + "traditions": [ + "arcane", + "occult" + ], + "value": [ + "concentrate", + "manipulate", + "teleportation" + ] + } + }, + "type": "spell" + }, + { + "_id": "yFrHxijcwOCF9iWR", + "_stats": { + "compendiumSource": "Compendium.pf2e.spells-srd.Item.BWvGBx51RevizICD" + }, + "img": "icons/magic/unholy/strike-body-explode-disintegrate.webp", + "name": "Mutilate", + "sort": 600000, + "system": { + "area": null, + "cost": { + "value": "" + }, + "counteraction": false, + "damage": { + "SXOGI7BFM0mUsAPF": { + "applyMod": false, + "category": null, + "formula": "5d8", + "kinds": [ + "damage" + ], + "materials": [], + "type": "slashing" + } + }, + "defense": { + "save": { + "basic": true, + "statistic": "fortitude" + } + }, + "description": { + "value": "You cut your own body in a ritualistic manner, causing similar damage to a creature in your line of sight. These cuts are superficial and cause 1d4 slashing damage to you; however, the wounds that open up on our target's body are far deeper. The targeted creature takes 5d8 slashing damage; a creature that critically fails this saving throw also takes @Damage[(1d8 + @item.level -4)[bleed]] damage. If you cast this as a three-action spell, the spell instead affects a 5-foot burst.
Heightened (+1) Increase the damage dealt to the target by 1d8, and increase the persistent bleed damage by 1.
" + }, + "duration": { + "sustained": false, + "value": "" + }, + "heightening": { + "area": 0, + "damage": { + "SXOGI7BFM0mUsAPF": "1d8" + }, + "interval": 1, + "type": "interval" + }, + "level": { + "value": 4 + }, + "location": { + "value": "uEmzoTrbNI2akuq4" + }, + "publication": { + "license": "ORC", + "remaster": true, + "title": "Pathfinder Adventure Path #209: Destroyer's Doom" + }, + "range": { + "value": "40 feet" + }, + "requirements": "", + "rules": [], + "slug": null, + "target": { + "value": "1 creature in line of sight" + }, + "time": { + "value": "2 or 3" + }, + "traits": { + "rarity": "uncommon", + "traditions": [ + "arcane", + "occult", + "primal" + ], + "value": [ + "manipulate" + ] + } + }, + "type": "spell" + }, + { + "_id": "JolvqA1e8D25FJx8", + "_stats": { + "compendiumSource": "Compendium.pf2e.spells-srd.Item.KPGGkyBFbKse7KpK" + }, + "img": "systems/pf2e/icons/spells/dread-aura.webp", + "name": "Spiral of Horrors", + "sort": 700000, + "system": { + "area": { + "type": "emanation", + "value": 30 + }, + "cost": { + "value": "" + }, + "counteraction": false, + "damage": {}, + "defense": null, + "description": { + "value": "Shades and spirits howl and whirl around you in a display that strikes fear into the hearts of all who witness it. Enemies in the area are @UUID[Compendium.pf2e.conditionitems.Item.Frightened]{Frightened 1} and can't reduce their frightened value below 1 for the spell's duration.
\n@UUID[Compendium.pf2e.spell-effects.Item.Aura: Spiral of Horrors]
" + }, + "duration": { + "sustained": true, + "value": "1 minute" + }, + "level": { + "value": 4 + }, + "location": { + "value": "0WXtpjhORSGx5l9E" + }, + "publication": { + "license": "ORC", + "remaster": true, + "title": "Pathfinder Player Core" + }, + "range": { + "value": "" + }, + "requirements": "", + "rules": [], + "slug": "spiral-of-horrors", + "target": { + "value": "" + }, + "time": { + "value": "2" + }, + "traits": { + "rarity": "uncommon", + "traditions": [], + "value": [ + "aura", + "concentrate", + "emotion", + "fear", + "focus", + "manipulate", + "mental", + "wizard" + ] + } + }, + "type": "spell" + }, + { + "_id": "FpiasMDxfVZ3RQBt", + "_stats": { + "compendiumSource": "Compendium.pf2e.spells-srd.Item.Jmxru8zMdYMRuO5n" + }, + "img": "systems/pf2e/icons/spells/phantasmal-killer.webp", + "name": "Vision of Death", + "sort": 800000, + "system": { + "area": null, + "cost": { + "value": "" + }, + "counteraction": false, + "damage": { + "0": { + "applyMod": false, + "category": null, + "formula": "8d6", + "kinds": [ + "damage" + ], + "materials": [], + "type": "mental" + } + }, + "defense": { + "save": { + "basic": false, + "statistic": "will" + } + }, + "description": { + "value": "You force the target to see a vision of its own death. It takes @Damage[8d6[mental]] damage with a Will save. If the target is reduced to 0 HP by this spell, its vision becomes reality and kills it instantly.
\nCritical Success The target is unaffected.
\nSuccess The target takes half damage and is @UUID[Compendium.pf2e.conditionitems.Item.Frightened]{Frightened 1}.
\nFailure The target takes full damage and is @UUID[Compendium.pf2e.conditionitems.Item.Frightened]{Frightened 2}.
\nCritical Failure The target takes double damage, is @UUID[Compendium.pf2e.conditionitems.Item.Frightened]{Frightened 4} and is @UUID[Compendium.pf2e.conditionitems.Item.Fleeing] for as long as it's frightened.
\nHeightened (+1) The damage increases by 2d6.
" + }, + "duration": { + "sustained": false, + "value": "" + }, + "heightening": { + "damage": { + "0": "2d6" + }, + "interval": 1, + "type": "interval" + }, + "level": { + "value": 4 + }, + "location": { + "value": "uEmzoTrbNI2akuq4" + }, + "publication": { + "license": "ORC", + "remaster": true, + "title": "Pathfinder Player Core" + }, + "range": { + "value": "120 feet" + }, + "requirements": "", + "rules": [], + "slug": "vision-of-death", + "target": { + "value": "1 living creature" + }, + "time": { + "value": "2" + }, + "traits": { + "rarity": "common", + "traditions": [ + "arcane", + "occult" + ], + "value": [ + "concentrate", + "death", + "emotion", + "fear", + "manipulate", + "mental" + ] + } + }, + "type": "spell" + }, + { + "_id": "KzdbqE2ZcXjp352i", + "_stats": { + "compendiumSource": "Compendium.pf2e.spells-srd.Item.8M03UxGXjYyDFAoy" + }, + "img": "icons/skills/melee/spear-tips-three-purple.webp", + "name": "Weapon Storm", + "sort": 900000, + "system": { + "area": null, + "cost": { + "value": "" + }, + "counteraction": false, + "damage": {}, + "defense": { + "save": { + "basic": false, + "statistic": "reflex" + } + }, + "description": { + "value": "Area 30-foot cone or 10-foot emanation
You swing a weapon you're holding, and the weapon magically multiplies into duplicates that swipe at all creatures in either a cone or an emanation. This flurry deals four dice of damage to creatures in the area. This damage has the same type as the weapon and uses the same die size. Determine the die size as if you were attacking with the weapon; for instance, if you were wielding a two-hand weapon in both hands, you'd use its two-hand damage die.
Critical Success The creature is unaffected.
\nSuccess The target takes half damage.
\nFailure The target takes full damage.
\nCritical Failure The target takes double damage and is subject to the weapon's critical specialization effect.
Heightened (+1) Add another damage die.
" + }, + "duration": { + "sustained": false, + "value": "" + }, + "level": { + "value": 4 + }, + "location": { + "value": "uEmzoTrbNI2akuq4" + }, + "overlays": { + "9Ly51UbFomNFSkwE": { + "name": "Weapon Storm (Emanation)", + "overlayType": "override", + "sort": 2, + "system": { + "area": { + "type": "emanation", + "value": 10 + } + } + }, + "mAZRhujP3gA9tb4m": { + "name": "Weapon Storm (Cone)", + "overlayType": "override", + "sort": 1, + "system": { + "area": { + "type": "cone", + "value": 30 + } + } + } + }, + "publication": { + "license": "ORC", + "remaster": true, + "title": "Pathfinder Player Core" + }, + "range": { + "value": "" + }, + "requirements": "", + "rules": [], + "slug": "weapon-storm", + "target": { + "value": "" + }, + "time": { + "value": "2" + }, + "traits": { + "rarity": "common", + "traditions": [ + "arcane", + "primal" + ], + "value": [ + "concentrate", + "manipulate" + ] + } + }, + "type": "spell" + }, + { + "_id": "t62fjJx3YcygiBKd", + "_stats": { + "compendiumSource": "Compendium.pf2e.spells-srd.Item.VosLNn2M8S7JH67D" + }, + "img": "icons/skills/wounds/injury-eyes-blood-red.webp", + "name": "Blindness", + "sort": 1000000, + "system": { + "area": null, + "cost": { + "value": "" + }, + "counteraction": false, + "damage": {}, + "defense": { + "save": { + "basic": false, + "statistic": "fortitude" + } + }, + "description": { + "value": "You blind the target. The effect is determined by the target's Fortitude save. The target then becomes temporarily immune for 1 minute.
\nCritical Success The target is unaffected.
\nSuccess The target is @UUID[Compendium.pf2e.conditionitems.Item.Blinded] until its next turn begins.
\nFailure The target is Blinded for 1 minute.
\nCritical Failure The target is Blinded permanently.
" + }, + "duration": { + "sustained": false, + "value": "" + }, + "level": { + "value": 3 + }, + "location": { + "value": "uEmzoTrbNI2akuq4" + }, + "publication": { + "license": "ORC", + "remaster": true, + "title": "Pathfinder Player Core" + }, + "range": { + "value": "30 feet" + }, + "requirements": "", + "rules": [], + "slug": "blindness", + "target": { + "value": "1 creature" + }, + "time": { + "value": "2" + }, + "traits": { + "rarity": "common", + "traditions": [ + "arcane", + "divine", + "occult", + "primal" + ], + "value": [ + "concentrate", + "incapacitation", + "manipulate" + ] + } + }, + "type": "spell" + }, + { + "_id": "7tavW23xLC9qIq4y", + "_stats": { + "compendiumSource": "Compendium.pf2e.spells-srd.Item.9AAkVUCwF6WVNNY2" + }, + "img": "icons/magic/lightning/bolt-strike-sparks-blue.webp", + "name": "Lightning Bolt", + "sort": 1100000, + "system": { + "area": { + "type": "line", + "value": 120 + }, + "cost": { + "value": "" + }, + "counteraction": false, + "damage": { + "0": { + "applyMod": false, + "category": null, + "formula": "4d12", + "kinds": [ + "damage" + ], + "materials": [], + "type": "electricity" + } + }, + "defense": { + "save": { + "basic": true, + "statistic": "reflex" + } + }, + "description": { + "value": "A bolt of lightning strikes outward from your hand, dealing 4d12 electricity damage.
\nHeightened (+1) The damage increases by 1d12.
" + }, + "duration": { + "sustained": false, + "value": "" + }, + "heightening": { + "damage": { + "0": "1d12" + }, + "interval": 1, + "type": "interval" + }, + "level": { + "value": 3 + }, + "location": { + "value": "uEmzoTrbNI2akuq4" + }, + "publication": { + "license": "ORC", + "remaster": true, + "title": "Pathfinder Player Core" + }, + "range": { + "value": "" + }, + "requirements": "", + "rules": [], + "slug": "lightning-bolt", + "target": { + "value": "" + }, + "time": { + "value": "2" + }, + "traits": { + "rarity": "common", + "traditions": [ + "arcane", + "primal" + ], + "value": [ + "concentrate", + "electricity", + "manipulate" + ] + } + }, + "type": "spell" + }, + { + "_id": "QuFFHv8Fy6ztj09z", + "_stats": { + "compendiumSource": "Compendium.pf2e.spells-srd.Item.N1Z1oLPdBxaSgrEE" + }, + "img": "systems/pf2e/icons/spells/vampiric-touch.webp", + "name": "Vampiric Feast", + "sort": 1200000, + "system": { + "area": null, + "cost": { + "value": "" + }, + "counteraction": false, + "damage": { + "0": { + "applyMod": false, + "category": null, + "formula": "6d6", + "kinds": [ + "damage" + ], + "materials": [], + "type": "void" + } + }, + "defense": { + "save": { + "basic": true, + "statistic": "fortitude" + } + }, + "description": { + "value": "Your touch leeches the lifeblood out of a target to empower yourself. You deal 6d6 void damage to the target. You gain temporary Hit Points equal to half the void damage the target takes (after applying resistances and the like). You lose any remaining temporary Hit Points after 1 minute.
\nHeightened (+1) The damage increases by 2d6.
" + }, + "duration": { + "sustained": false, + "value": "" + }, + "heightening": { + "damage": { + "0": "2d6" + }, + "interval": 1, + "type": "interval" + }, + "level": { + "value": 3 + }, + "location": { + "value": "uEmzoTrbNI2akuq4" + }, + "publication": { + "license": "ORC", + "remaster": true, + "title": "Pathfinder Player Core" + }, + "range": { + "value": "touch" + }, + "requirements": "", + "rules": [], + "slug": "vampiric-feast", + "target": { + "value": "1 living creature" + }, + "time": { + "value": "2" + }, + "traits": { + "rarity": "common", + "traditions": [ + "arcane", + "divine", + "occult" + ], + "value": [ + "concentrate", + "death", + "manipulate", + "void" + ] + } + }, + "type": "spell" + }, + { + "_id": "w8jyVGOlZpHoyR72", + "_stats": { + "compendiumSource": "Compendium.pf2e.spells-srd.Item.TaaMEYdZXQXF0Sks" + }, + "img": "systems/pf2e/icons/spells/blood-vendetta.webp", + "name": "Blood Vendetta", + "sort": 1300000, + "system": { + "area": null, + "cost": { + "value": "" + }, + "counteraction": false, + "damage": { + "0": { + "applyMod": false, + "category": "persistent", + "formula": "2d6", + "kinds": [ + "damage" + ], + "materials": [], + "type": "bleed" + } + }, + "defense": { + "save": { + "basic": false, + "statistic": "will" + } + }, + "description": { + "value": "Requirements You can bleed.
\nTrigger A creature deals piercing, slashing, or persistent bleed damage to you.
\nYou curse the target, punishing it for having the audacity to spill your blood. The target takes 2d6 persistent bleed damage and must attempt a Will save.
\nCritical Success The target is unaffected.
\nSuccess The target takes half the persistent bleed damage.
\nFailure The target takes the full persistent bleed damage. Until the bleeding stops, the target has weakness 1 to piercing and slashing damage. @UUID[Compendium.pf2e.spell-effects.Item.Spell Effect: Blood Vendetta (Failure)]
\nCritical Failure As failure, but the target takes double the persistent bleed damage.
\nHeightened (+2) The persistent bleed damage increases by 2d6.
" + }, + "duration": { + "sustained": false, + "value": "varies" + }, + "heightening": { + "damage": { + "0": "2d6" + }, + "interval": 2, + "type": "interval" + }, + "level": { + "value": 2 + }, + "location": { + "value": "uEmzoTrbNI2akuq4" + }, + "publication": { + "license": "ORC", + "remaster": true, + "title": "Pathfinder Player Core" + }, + "range": { + "value": "30 feet" + }, + "requirements": "You can bleed", + "rules": [], + "slug": "blood-vendetta", + "target": { + "value": "The triggering creature" + }, + "time": { + "value": "reaction" + }, + "traits": { + "rarity": "common", + "traditions": [ + "arcane", + "divine", + "occult" + ], + "value": [ + "concentrate", + "curse" + ] + } + }, + "type": "spell" + }, + { + "_id": "Mr3e9eIZUkyd85KJ", + "_stats": { + "compendiumSource": "Compendium.pf2e.spells-srd.Item.c3b6LdLlQDPngNIb" + }, + "img": "systems/pf2e/icons/spells/create-undead.webp", + "name": "Create Undead", + "sort": 1400000, + "system": { + "area": null, + "cost": { + "value": "black onyx, see Creature Creation Rituals table" + }, + "counteraction": false, + "damage": {}, + "defense": null, + "description": { + "value": "You transform the target into an undead creature with a level up to that allowed in the Creature Creation Rituals table. There are many versions of this ritual, each specific to a particular type of undead (one ritual for all zombies, one for skeletons, one for ghouls, and so on), and the rituals that create rare undead are also rare. Some forms of undead, such as liches, form using their own unique methods and can't be created with a version of create undead.
\nCritical Success The target becomes an undead creature of the appropriate type. If it's at least 4 levels lower than you, you can make it a minion. This gives it the minion trait, meaning it can use 2 actions when you command it, and commanding it is a single action that has the auditory and concentrate traits. You can have a maximum of four minions under your control. If it's intelligent and doesn't become a minion, the undead is helpful to you for awakening it, though it's still a horrid and evil creature. If it's unintelligent and doesn't become a minion, you can give it one simple command. It pursues that goal single-mindedly, ignoring any of your subsequent commands.
\nSuccess As critical success, except an intelligent undead that doesn't become your minion is only friendly to you, and an unintelligent undead that doesn't become your minion leaves you alone unless you attack it. It marauds the local area rather than following your command.
\nFailure You fail to create the undead.
\nCritical Failure You create the undead, but its soul, tortured by your foul necromancy, is full of nothing but hatred for you. It attempts to destroy you.
\nCreature Level | \nSpell Rank Required | \nCost | \n
---|---|---|
-1 or 0 | \n2 | \n15 gp | \n
1 | \n2 | \n60 gp | \n
2 | \n3 | \n105 gp | \n
3 | \n3 | \n180 gp | \n
4 | \n4 | \n300 gp | \n
5 | \n4 | \n480 gp | \n
6 | \n5 | \n750 gp | \n
7 | \n5 | \n1,080 gp | \n
8 | \n6 | \n1,500 gp | \n
9 | \n6 | \n2,100 gp | \n
10 | \n7 | \n3,000 gp | \n
11 | \n7 | \n4,200 gp | \n
12 | \n8 | \n6,000 gp | \n
13 | \n8 | \n9,000 gp | \n
14 | \n9 | \n13,500 gp | \n
15 | \n9 | \n19,500 gp | \n
16 | \n10 | \n30,000 gp | \n
17 | \n10 | \n45,000 gp | \n
You create a shroud of darkness that prevents light from penetrating or emanating within the area. Light does not enter the area and any non-magical light sources, such as a torch or lantern, do not emanate any light while inside the area, even if their light radius would extend beyond the darkness. This also suppresses magical light of your darkness spell's rank or lower. Light can't pass through, so creatures in the area can't see outside. From outside, it appears as a globe of pure darkness.
\nHeightened (4th) Even creatures with darkvision (but not greater darkvision) can barely see through the darkness. They treat targets seen through the darkness as @UUID[Compendium.pf2e.conditionitems.Item.Concealed].
" + }, + "duration": { + "sustained": false, + "value": "1 minute" + }, + "level": { + "value": 2 + }, + "location": { + "value": "uEmzoTrbNI2akuq4" + }, + "publication": { + "license": "ORC", + "remaster": true, + "title": "Pathfinder Player Core" + }, + "range": { + "value": "120 feet" + }, + "requirements": "", + "rules": [], + "slug": "darkness", + "target": { + "value": "" + }, + "time": { + "value": "3" + }, + "traits": { + "rarity": "common", + "traditions": [ + "arcane", + "divine", + "occult", + "primal" + ], + "value": [ + "concentrate", + "darkness", + "manipulate" + ] + } + }, + "type": "spell" + }, + { + "_id": "wb3A7TaoxSE0xt3O", + "_stats": { + "compendiumSource": "Compendium.pf2e.spells-srd.Item.jwK43yKsHTkJQvQ9" + }, + "img": "systems/pf2e/icons/spells/see-invisibility.webp", + "name": "See the Unseen", + "sort": 1600000, + "system": { + "area": null, + "cost": { + "value": "" + }, + "counteraction": false, + "damage": {}, + "defense": null, + "description": { + "value": "Your gaze pierces through illusions and finds @UUID[Compendium.pf2e.conditionitems.Item.Invisible] creatures and spirits. You can see invisible creatures as though they weren't invisible, although their features are blurred, making them @UUID[Compendium.pf2e.conditionitems.Item.Concealed] and difficult to identify. You can also see incorporeal creatures, like ghosts, phased through an object from within 10 feet of an object's surface as blurry shapes seen through those objects. Subtler clues also grant you a +2 status bonus to checks you make to disbelieve illusions.
\nHeightened (5th) This spell has a duration of 8 hours.
\n@UUID[Compendium.pf2e.spell-effects.Item.Spell Effect: See the Unseen]
" + }, + "duration": { + "sustained": false, + "value": "10 minutes" + }, + "level": { + "value": 2 + }, + "location": { + "value": "uEmzoTrbNI2akuq4" + }, + "publication": { + "license": "ORC", + "remaster": true, + "title": "Pathfinder Player Core" + }, + "range": { + "value": "" + }, + "requirements": "", + "rules": [], + "slug": "see-the-unseen", + "target": { + "value": "" + }, + "time": { + "value": "2" + }, + "traits": { + "rarity": "common", + "traditions": [ + "arcane", + "divine", + "occult" + ], + "value": [ + "concentrate", + "manipulate", + "revelation" + ] + } + }, + "type": "spell" + }, + { + "_id": "g5vebKVLaaC9wZS3", + "_stats": { + "compendiumSource": "Compendium.pf2e.spells-srd.Item.CQb8HtQ1BPeZmu9h" + }, + "img": "systems/pf2e/icons/spells/feeblemind.webp", + "name": "Stupefy", + "sort": 1700000, + "system": { + "area": null, + "cost": { + "value": "" + }, + "counteraction": false, + "damage": {}, + "defense": { + "save": { + "basic": false, + "statistic": "will" + } + }, + "description": { + "value": "You dull the target's mind, depending on its Will save.
\nCritical Success The target is unaffected.
\nSuccess The target is @UUID[Compendium.pf2e.conditionitems.Item.Stupefied]{Stupefied 1} until the start of your next turn.
\nFailure The target is @UUID[Compendium.pf2e.conditionitems.Item.Stupefied]{Stupefied 2} for 1 minute.
\nCritical Failure The target is @UUID[Compendium.pf2e.conditionitems.Item.Stupefied]{Stupefied 3} for 1 minute.
" + }, + "duration": { + "sustained": false, + "value": "1 minute" + }, + "level": { + "value": 2 + }, + "location": { + "value": "uEmzoTrbNI2akuq4" + }, + "publication": { + "license": "ORC", + "remaster": true, + "title": "Pathfinder Player Core" + }, + "range": { + "value": "30 feet" + }, + "requirements": "", + "rules": [], + "slug": "stupefy", + "target": { + "value": "1 living creature" + }, + "time": { + "value": "2" + }, + "traits": { + "rarity": "common", + "traditions": [ + "arcane", + "occult" + ], + "value": [ + "concentrate", + "manipulate", + "mental" + ] + } + }, + "type": "spell" + }, + { + "_id": "FB8XcuQraVMGnWtz", + "_stats": { + "compendiumSource": "Compendium.pf2e.spells-srd.Item.gpzpAAAJ1Lza2JVl" + }, + "img": "systems/pf2e/icons/spells/detect-magic.webp", + "name": "Detect Magic", + "sort": 1800000, + "system": { + "area": { + "type": "emanation", + "value": 30 + }, + "cost": { + "value": "" + }, + "counteraction": false, + "damage": {}, + "defense": null, + "description": { + "value": "You send out a pulse that registers the presence of magic. You receive no information beyond the presence or absence of magic. You can choose to ignore magic you're fully aware of, such as the magic items and ongoing spells of you and your allies. You detect illusion magic only if that magic's effect has a lower rank than the rank of your detect magic spell. However, items that have an illusion aura but aren't deceptive in appearance (such as an @UUID[Compendium.pf2e.equipment-srd.Item.Invisibility Potion]) typically are detected normally.
\nHeightened (3rd) You learn the rank or level of the most powerful magical effect the spell detects, as determined by the GM.
\nHeightened (4th) As 3rd rank, but you also pinpoint the source of the highest-rank magic. Like for an imprecise sense, you don't learn the exact location, but can narrow down the source to within a 5-foot cube (or the nearest if larger than that).
" + }, + "duration": { + "sustained": false, + "value": "" + }, + "level": { + "value": 1 + }, + "location": { + "value": "uEmzoTrbNI2akuq4" + }, + "publication": { + "license": "ORC", + "remaster": true, + "title": "Pathfinder Player Core" + }, + "range": { + "value": "" + }, + "requirements": "", + "rules": [], + "slug": "detect-magic", + "target": { + "value": "" + }, + "time": { + "value": "2" + }, + "traits": { + "rarity": "common", + "traditions": [ + "arcane", + "divine", + "occult", + "primal" + ], + "value": [ + "cantrip", + "concentrate", + "detection", + "manipulate" + ] + } + }, + "type": "spell" + }, + { + "_id": "5NFsfA8MvW1jhrWX", + "_stats": { + "compendiumSource": "Compendium.pf2e.spells-srd.Item.J7Y7tl0bbdz7TcCc" + }, + "img": "systems/pf2e/icons/spells/ray-of-enfeeblement.webp", + "name": "Enfeeble", + "sort": 1900000, + "system": { + "area": null, + "cost": { + "value": "" + }, + "counteraction": false, + "damage": {}, + "defense": { + "save": { + "basic": false, + "statistic": "fortitude" + } + }, + "description": { + "value": "You sap the target's strength, depending on its Fortitude save.
\nCritical Success The target is unaffected.
\nSuccess The target is @UUID[Compendium.pf2e.conditionitems.Item.Enfeebled]{Enfeebled 1} until the start of your next turn.
\nFailure The target is @UUID[Compendium.pf2e.conditionitems.Item.Enfeebled]{Enfeebled 2} for 1 minute.
\nCritical Failure The target is @UUID[Compendium.pf2e.conditionitems.Item.Enfeebled]{Enfeebled 3} for 1 minute.
" + }, + "duration": { + "sustained": false, + "value": "varies" + }, + "level": { + "value": 1 + }, + "location": { + "value": "uEmzoTrbNI2akuq4" + }, + "publication": { + "license": "ORC", + "remaster": true, + "title": "Pathfinder Player Core" + }, + "range": { + "value": "30 feet" + }, + "requirements": "", + "rules": [], + "slug": "enfeeble", + "target": { + "value": "1 creature" + }, + "time": { + "value": "2" + }, + "traits": { + "rarity": "common", + "traditions": [ + "arcane", + "divine", + "occult" + ], + "value": [ + "concentrate", + "manipulate" + ] + } + }, + "type": "spell" + }, + { + "_id": "d5RT04BUXhFEi0Os", + "_stats": { + "compendiumSource": "Compendium.pf2e.spells-srd.Item.4koZzrnMXhhosn0D" + }, + "img": "systems/pf2e/icons/spells/fear.webp", + "name": "Fear", + "sort": 2000000, + "system": { + "area": null, + "cost": { + "value": "" + }, + "counteraction": false, + "damage": {}, + "defense": { + "save": { + "basic": false, + "statistic": "will" + } + }, + "description": { + "value": "You plant fear in the target; it must attempt a Will save.
\nCritical Success The target is unaffected.
\nSuccess The target is @UUID[Compendium.pf2e.conditionitems.Item.Frightened]{Frightened 1}.
\nFailure The target is @UUID[Compendium.pf2e.conditionitems.Item.Frightened]{Frightened 2}.
\nCritical Failure The target is @UUID[Compendium.pf2e.conditionitems.Item.Frightened]{Frightened 3} and @UUID[Compendium.pf2e.conditionitems.Item.Fleeing] for 1 round.
\nHeightened (3rd) You can target up to five creatures.
" + }, + "duration": { + "sustained": false, + "value": "varies" + }, + "heightening": { + "levels": { + "3": { + "target": { + "value": "5 creatures" + } + } + }, + "type": "fixed" + }, + "level": { + "value": 1 + }, + "location": { + "value": "uEmzoTrbNI2akuq4" + }, + "publication": { + "license": "ORC", + "remaster": true, + "title": "Pathfinder Player Core" + }, + "range": { + "value": "30 feet" + }, + "requirements": "", + "rules": [], + "slug": "fear", + "target": { + "value": "1 creature" + }, + "time": { + "value": "2" + }, + "traits": { + "rarity": "common", + "traditions": [ + "arcane", + "divine", + "occult", + "primal" + ], + "value": [ + "concentrate", + "emotion", + "fear", + "manipulate", + "mental" + ] + } + }, + "type": "spell" + }, + { + "_id": "mOZ9he7rgJNb4IqK", + "_stats": { + "compendiumSource": "Compendium.pf2e.spells-srd.Item.gKKqvLohtrSJj3BM" + }, + "img": "systems/pf2e/icons/spells/magic-missile.webp", + "name": "Force Barrage", + "sort": 2100000, + "system": { + "area": null, + "cost": { + "value": "" + }, + "counteraction": false, + "damage": { + "0": { + "applyMod": false, + "category": null, + "formula": "1d4+1", + "kinds": [ + "damage" + ], + "materials": [], + "type": "force" + } + }, + "defense": null, + "description": { + "value": "You fire a shard of solidified magic toward a creature that you can see. It automatically hits and deals 1d4+1 force damage. For each additional action you use when Casting the Spell, increase the number of shards you shoot by one, to a maximum of three shards for 3 actions. You choose the target for each shard individually. If you shoot more than one shard at the same target, combine the damage before applying bonuses or penalties to damage, resistances, weaknesses, and so forth.
\nHeightened (+2) You fire one additional shard with each action you spend.
" + }, + "duration": { + "sustained": false, + "value": "" + }, + "level": { + "value": 1 + }, + "location": { + "value": "uEmzoTrbNI2akuq4" + }, + "overlays": {}, + "publication": { + "license": "ORC", + "remaster": true, + "title": "Pathfinder Player Core" + }, + "range": { + "value": "120 feet" + }, + "requirements": "", + "rules": [], + "slug": "force-barrage", + "target": { + "value": "1 creature" + }, + "time": { + "value": "1 to 3" + }, + "traits": { + "rarity": "common", + "traditions": [ + "arcane", + "occult" + ], + "value": [ + "concentrate", + "force", + "manipulate" + ] + } + }, + "type": "spell" + }, + { + "_id": "tK78A3WRyERpJq9Q", + "_stats": { + "compendiumSource": "Compendium.pf2e.spells-srd.Item.tWzxuJdbXqvskdIo" + }, + "img": "icons/commodities/biological/pustules-red.webp", + "name": "Fortify Summoning", + "sort": 2200000, + "system": { + "area": null, + "cost": { + "value": "" + }, + "counteraction": false, + "damage": {}, + "defense": null, + "description": { + "value": "As you call a creature to your side, your magic transforms its body, heightening its ferocity and fortifying its resilience. The target gains a +1 status bonus to all checks and DCs (including its AC) for the duration of its summoning, up to 1 minute.
\n@UUID[Compendium.pf2e.spell-effects.Item.Spell Effect: Fortify Summoning]
" + }, + "duration": { + "sustained": false, + "value": "" + }, + "level": { + "value": 1 + }, + "location": { + "value": "0WXtpjhORSGx5l9E" + }, + "publication": { + "license": "ORC", + "remaster": true, + "title": "Pathfinder Player Core" + }, + "range": { + "value": "30 feet" + }, + "requirements": "", + "rules": [], + "slug": "fortify-summoning", + "target": { + "value": "1 creature you summoned" + }, + "time": { + "value": "1" + }, + "traits": { + "rarity": "uncommon", + "traditions": [], + "value": [ + "concentrate", + "focus", + "wizard" + ] + } + }, + "type": "spell" + }, + { + "_id": "wgtpSVXSG2AMnoiZ", + "_stats": { + "compendiumSource": "Compendium.pf2e.spells-srd.Item.k34hDOfIIMAxNL4a" + }, + "img": "systems/pf2e/icons/spells/grim-tendrils.webp", + "name": "Grim Tendrils", + "sort": 2300000, + "system": { + "area": { + "type": "line", + "value": 30 + }, + "cost": { + "value": "" + }, + "counteraction": false, + "damage": { + "0": { + "applyMod": false, + "category": null, + "formula": "2d4", + "kinds": [ + "damage" + ], + "materials": [], + "type": "void" + } + }, + "defense": { + "save": { + "basic": false, + "statistic": "fortitude" + } + }, + "description": { + "value": "Tendrils of darkness curl out from your fingertips and race through the air. You deal 2d4 void damage and @Damage[(@item.level)[bleed]] damage to living creatures in the line. Each living creature in the line must attempt a Fortitude save.
\nCritical Success The creature is unaffected.
\nSuccess The creature takes half the void damage and no persistent bleed damage.
\nFailure The creature takes full damage.
\nCritical Failure The creature takes double void damage and double persistent bleed damage.
\nHeightened (+1) The void damage increases by 2d4, and the persistent bleed damage increases by 1.
" + }, + "duration": { + "sustained": false, + "value": "" + }, + "heightening": { + "damage": { + "0": "2d4" + }, + "interval": 1, + "type": "interval" + }, + "level": { + "value": 1 + }, + "location": { + "value": "uEmzoTrbNI2akuq4" + }, + "publication": { + "license": "ORC", + "remaster": true, + "title": "Pathfinder Player Core" + }, + "range": { + "value": "" + }, + "requirements": "", + "rules": [], + "slug": "grim-tendrils", + "target": { + "value": "" + }, + "time": { + "value": "2" + }, + "traits": { + "rarity": "common", + "traditions": [ + "arcane", + "occult" + ], + "value": [ + "concentrate", + "manipulate", + "void" + ] + } + }, + "type": "spell" + }, + { + "_id": "nBiXqhZnLXwgEnIy", + "_stats": { + "compendiumSource": "Compendium.pf2e.spells-srd.Item.6DfLZBl8wKIV03Iq" + }, + "img": "icons/magic/fire/explosion-embers-evade-silhouette.webp", + "name": "Ignition", + "sort": 2400000, + "system": { + "area": null, + "cost": { + "value": "" + }, + "counteraction": false, + "damage": { + "cQDyW0QpjJ38MlSi": { + "applyMod": false, + "category": null, + "formula": "2d4", + "kinds": [ + "damage" + ], + "materials": [], + "type": "fire" + } + }, + "defense": null, + "description": { + "value": "You snap your fingers and point at a target, which begins to smolder. Make a spell attack roll against the target's AC, dealing 2d4 fire damage on a hit. If the target is within your melee reach, you can choose to make a melee spell attack with the flame instead of a ranged spell attack, which increases all the spell's damage dice to d6s.
Critical Success The target takes double damage and 1d4 persistent fire damage.
\nSuccess The target takes full damage.
Heightened (+1) The initial damage increases by 1d4 and the persistent fire damage on a critical hit increases by 1d4.
\n@Damage[(@item.rank)d4[persistent,fire]]{Scaling Persistent Fire Damage}
\n@Damage[(@item.rank)d6[persistent,fire]]{Scaling Fire Damage (Melee)}
" + }, + "duration": { + "sustained": false, + "value": "" + }, + "heightening": { + "damage": { + "cQDyW0QpjJ38MlSi": "1d4" + }, + "interval": 1, + "type": "interval" + }, + "level": { + "value": 1 + }, + "location": { + "value": "uEmzoTrbNI2akuq4" + }, + "overlays": { + "eOCNn2ohYAvsYZjn": { + "_id": "eOCNn2ohYAvsYZjn", + "overlayType": "override", + "sort": 1, + "system": {} + }, + "xYyA7CV1GaFTRjBQ": { + "_id": "xYyA7CV1GaFTRjBQ", + "name": "Ignition (Melee)", + "overlayType": "override", + "sort": 2, + "system": { + "damage": { + "cQDyW0QpjJ38MlSi": { + "formula": "2d6" + } + }, + "heightening": { + "damage": { + "cQDyW0QpjJ38MlSi": "1d6" + } + }, + "range": { + "value": "touch" + } + } + } + }, + "publication": { + "license": "ORC", + "remaster": true, + "title": "Pathfinder Player Core" + }, + "range": { + "value": "30 feet" + }, + "requirements": "", + "rules": [], + "slug": "ignition", + "target": { + "value": "1 creature" + }, + "time": { + "value": "2" + }, + "traits": { + "rarity": "common", + "traditions": [ + "arcane", + "primal" + ], + "value": [ + "attack", + "cantrip", + "concentrate", + "fire", + "manipulate" + ] + } + }, + "type": "spell" + }, + { + "_id": "k5JAgTOHLuhGsp6d", + "_stats": { + "compendiumSource": "Compendium.pf2e.spells-srd.Item.aAbfKn8maGjJjk2W" + }, + "img": "systems/pf2e/icons/spells/mage-armor.webp", + "name": "Mystic Armor", + "sort": 2500000, + "system": { + "area": null, + "cost": { + "value": "" + }, + "counteraction": false, + "damage": {}, + "defense": null, + "description": { + "value": "You ward yourself with shimmering magical energy, gaining a +1 item bonus to AC and a maximum Dexterity modifier of +5. While wearing mystic armor, you use your unarmored proficiency to calculate your AC.
\n@UUID[Compendium.pf2e.spell-effects.Item.Spell Effect: Mystic Armor]
\nHeightened (4th) You gain a +1 item bonus to saving throws.
\nHeightened (6th) The item bonus to AC increases to +2, and you gain a +1 item bonus to saving throws.
\nHeightened (8th) The item bonus to AC increases to +2, and you gain a +2 item bonus to saving throws.
\nHeightened (10th) The item bonus to AC increases to +3, and you gain a +3 item bonus to saving throws.
" + }, + "duration": { + "sustained": false, + "value": "until your next daily preparations" + }, + "level": { + "value": 1 + }, + "location": { + "value": "uEmzoTrbNI2akuq4" + }, + "publication": { + "license": "ORC", + "remaster": true, + "title": "Pathfinder Player Core" + }, + "range": { + "value": "" + }, + "requirements": "", + "rules": [], + "slug": "mystic-armor", + "target": { + "value": "" + }, + "time": { + "value": "2" + }, + "traits": { + "rarity": "common", + "traditions": [ + "arcane", + "divine", + "occult", + "primal" + ], + "value": [ + "concentrate", + "manipulate" + ] + } + }, + "type": "spell" + }, + { + "_id": "NIRdeKRTVtLhprvf", + "_stats": { + "compendiumSource": "Compendium.pf2e.spells-srd.Item.TVKNbcgTee19PXZR" + }, + "img": "systems/pf2e/icons/spells/shield.webp", + "name": "Shield", + "sort": 2600000, + "system": { + "area": null, + "cost": { + "value": "" + }, + "counteraction": false, + "damage": {}, + "defense": null, + "description": { + "value": "You raise a magical shield of force. This counts as using the Raise a Shield action, giving you a +1 circumstance bonus to AC until the start of your next turn, but it doesn't require a hand to use.
\nWhile the spell is in effect, you can use the @UUID[Compendium.pf2e.feats-srd.Item.Shield Block] reaction with your magic shield. The shield has Hardness 5. You can use the spell's reaction to reduce damage from any spell or magical effect, even if it doesn't deal physical damage. After you use Shield Block, the spell ends and you can't cast it again for 10 minutes.
\n@UUID[Compendium.pf2e.spell-effects.Item.Spell Effect: Shield]
\n@UUID[Compendium.pf2e.spell-effects.Item.Effect: Shield Immunity]
\nHeightened (+2) The shield's Hardness increases by 5.
" + }, + "duration": { + "sustained": false, + "value": "until the start of your next turn" + }, + "level": { + "value": 1 + }, + "location": { + "value": "uEmzoTrbNI2akuq4" + }, + "publication": { + "license": "ORC", + "remaster": true, + "title": "Pathfinder Player Core" + }, + "range": { + "value": "" + }, + "requirements": "", + "rules": [], + "slug": "shield", + "target": { + "value": "" + }, + "time": { + "value": "1" + }, + "traits": { + "rarity": "common", + "traditions": [ + "arcane", + "divine", + "occult" + ], + "value": [ + "cantrip", + "concentrate", + "force" + ] + } + }, + "type": "spell" + }, + { + "_id": "ip7Zg5F1Ih5Wtc1x", + "_stats": { + "compendiumSource": "Compendium.pf2e.spells-srd.Item.9WGeBwIIbbUuWKq0" + }, + "img": "systems/pf2e/icons/spells/animate-dead.webp", + "name": "Summon Undead", + "sort": 2700000, + "system": { + "area": null, + "cost": { + "value": "" + }, + "counteraction": false, + "damage": {}, + "defense": null, + "description": { + "value": "You summon a creature that has the undead trait and whose level is -1 to fight for you.
\nHeightened As listed in the @UUID[Compendium.pf2e.journals.JournalEntry.S55aqwWIzpQRFhcq.JournalEntryPage.8gcp880pEWZ9VPnF]{summon} trait.
" + }, + "duration": { + "sustained": true, + "value": "1 minute" + }, + "level": { + "value": 1 + }, + "location": { + "value": "uEmzoTrbNI2akuq4" + }, + "publication": { + "license": "ORC", + "remaster": true, + "title": "Pathfinder Player Core" + }, + "range": { + "value": "30 feet" + }, + "requirements": "", + "rules": [], + "slug": "summon-undead", + "target": { + "value": "" + }, + "time": { + "value": "3" + }, + "traits": { + "rarity": "common", + "traditions": [ + "arcane", + "divine", + "occult" + ], + "value": [ + "concentrate", + "manipulate", + "summon" + ] + } + }, + "type": "spell" + }, + { + "_id": "JM31EaaiwFW7EWAW", + "_stats": { + "compendiumSource": "Compendium.pf2e.spells-srd.Item.pwzdSlJgYqN7bs2w" + }, + "img": "systems/pf2e/icons/spells/mage-hand.webp", + "name": "Telekinetic Hand", + "sort": 2800000, + "system": { + "area": null, + "cost": { + "value": "" + }, + "counteraction": false, + "damage": {}, + "defense": null, + "description": { + "value": "You create a floating, magical hand, either invisible or ghostlike, that grasps the target object and levitates it slowly up to 20 feet in any direction. When you Sustain the spell, you can move the object an additional 20 feet. If the object is in the air when the spell ends, the object falls.
\nHeightened (3rd) You can target an unattended object with a Bulk of 1 or less.
\nHeightened (5th) The range increases to 60 feet, and you can target an unattended object with a Bulk of 1 or less.
\nHeightened (7th) The range increases to 60 feet, and you can target an unattended object with a Bulk of 2 or less.
" + }, + "duration": { + "sustained": true, + "value": "" + }, + "heightening": { + "levels": { + "3": { + "target": { + "value": "1 unattended object with a Bulk of 1 or less" + } + }, + "5": { + "range": { + "value": "60 feet" + } + }, + "7": { + "target": { + "value": "1 unattended object with a Bulk of 2 or less" + } + } + }, + "type": "fixed" + }, + "level": { + "value": 1 + }, + "location": { + "value": "uEmzoTrbNI2akuq4" + }, + "publication": { + "license": "ORC", + "remaster": true, + "title": "Pathfinder Player Core" + }, + "range": { + "value": "30 feet" + }, + "requirements": "", + "rules": [], + "slug": "telekinetic-hand", + "target": { + "value": "1 unattended object of light Bulk or less" + }, + "time": { + "value": "2" + }, + "traits": { + "rarity": "common", + "traditions": [ + "arcane", + "occult" + ], + "value": [ + "cantrip", + "concentrate", + "manipulate" + ] + } + }, + "type": "spell" + }, + { + "_id": "xH7X2T8tvGM3hURC", + "_stats": { + "compendiumSource": "Compendium.pf2e.spells-srd.Item.mAMEt4FFbdqoRnkN" + }, + "img": "systems/pf2e/icons/spells/chill-touch.webp", + "name": "Void Warp", + "sort": 2900000, + "system": { + "area": null, + "cost": { + "value": "" + }, + "counteraction": false, + "damage": { + "0": { + "applyMod": false, + "category": null, + "formula": "2d4", + "kinds": [ + "damage" + ], + "materials": [], + "type": "void" + } + }, + "defense": { + "save": { + "basic": true, + "statistic": "fortitude" + } + }, + "description": { + "value": "You call upon the Void to harm life force. The target takes 2d4 void damage with a basic Fortitude save. On a critical failure, the target is also @UUID[Compendium.pf2e.conditionitems.Item.Enfeebled]{Enfeebled 1} until the start of your next turn.
\nHeightened (+1) The damage increases by 1d4.
" + }, + "duration": { + "sustained": false, + "value": "" + }, + "heightening": { + "damage": { + "0": "1d4" + }, + "interval": 1, + "type": "interval" + }, + "level": { + "value": 1 + }, + "location": { + "value": "uEmzoTrbNI2akuq4" + }, + "publication": { + "license": "ORC", + "remaster": true, + "title": "Pathfinder Player Core" + }, + "range": { + "value": "30 feet" + }, + "requirements": "", + "rules": [], + "slug": "void-warp", + "target": { + "value": "1 living creature" + }, + "time": { + "value": "2" + }, + "traits": { + "rarity": "common", + "traditions": [ + "arcane", + "divine", + "occult" + ], + "value": [ + "cantrip", + "concentrate", + "manipulate", + "void" + ] + } + }, + "type": "spell" + }, + { + "_id": "By0RfnUdNulClFWN", + "_stats": { + "compendiumSource": "Compendium.pf2e.equipment-srd.Item.9iDqOLNFKxiTcFKE" + }, + "img": "icons/weapons/maces/mace-flanged-steel.webp", + "name": "Mace", + "sort": 3000000, + "system": { + "baseItem": "mace", + "bonus": { + "value": 0 + }, + "bonusDamage": { + "value": 0 + }, + "bulk": { + "value": 1 + }, + "category": "simple", + "containerId": null, + "damage": { + "damageType": "bludgeoning", + "dice": 1, + "die": "d6" + }, + "description": { + "value": "With a stout haft and a heavy metal head, a mace is sturdy and allows its wielder to deliver powerful blows and dent armor.
" + }, + "equipped": { + "carryType": "worn", + "handsHeld": 0, + "invested": null + }, + "group": "club", + "hardness": 0, + "hp": { + "max": 0, + "value": 0 + }, + "level": { + "value": 0 + }, + "material": { + "grade": null, + "type": null + }, + "price": { + "value": { + "gp": 1 + } + }, + "publication": { + "license": "ORC", + "remaster": true, + "title": "Pathfinder Player Core" + }, + "quantity": 1, + "range": null, + "reload": { + "value": "" + }, + "rules": [], + "runes": { + "potency": 1, + "property": [], + "striking": 1 + }, + "size": "med", + "slug": "mace", + "splashDamage": { + "value": 0 + }, + "traits": { + "rarity": "common", + "value": [ + "shove" + ] + }, + "usage": { + "value": "held-in-one-hand" + } + }, + "type": "weapon" + }, + { + "_id": "AobkciAAPw6J35zx", + "_stats": { + "compendiumSource": "Compendium.pf2e.equipment-srd.Item.EkZVXMdtqTTgahiJ" + }, + "img": "icons/equipment/neck/amulet-round-engraved-spiral-gold.webp", + "name": "Charm of Cold Resistance", + "sort": 3100000, + "system": { + "baseItem": null, + "bulk": { + "value": 0 + }, + "containerId": null, + "description": { + "value": "This charm, normally hung from the belt or worn around the neck, grants you resistance 5 against one type of energy damage: acid, cold, electricity, fire, or sonic. Each charm is crafted to protect against a particular type of energy damage, and its design usually embodies the type of energy it protects the wearer from in some way. For instance, a charm of cold resistance could be carved in the shape of a yeti, whereas a charm of fire resistance would be made from volcanic glass.
" + }, + "equipped": { + "carryType": "worn", + "invested": null + }, + "hardness": 0, + "hp": { + "max": 0, + "value": 0 + }, + "level": { + "value": 6 + }, + "material": { + "grade": null, + "type": null + }, + "price": { + "value": { + "gp": 245 + } + }, + "publication": { + "license": "ORC", + "remaster": true, + "title": "Pathfinder GM Core" + }, + "quantity": 1, + "rules": [ + { + "adjustName": "PF2E.SpecificRule.CharmOfResistance.Standard", + "choices": [ + { + "label": "PF2E.TraitAcid", + "value": "acid" + }, + { + "label": "PF2E.TraitCold", + "value": "cold" + }, + { + "label": "PF2E.TraitElectricity", + "value": "electricity" + }, + { + "label": "PF2E.TraitFire", + "value": "fire" + }, + { + "label": "PF2E.TraitSonic", + "value": "sonic" + } + ], + "flag": "damageType", + "key": "ChoiceSet", + "prompt": "PF2E.SpecificRule.Prompt.DamageType", + "selection": "cold" + }, + { + "key": "Resistance", + "type": "{item|flags.pf2e.rulesSelections.damageType}", + "value": 5 + } + ], + "size": "med", + "slug": "charm-of-resistance", + "traits": { + "rarity": "common", + "value": [ + "invested", + "magical" + ] + }, + "usage": { + "value": "worn" + } + }, + "type": "equipment" + }, + { + "_id": "U1wwudVvqPEjMMCF", + "_stats": { + "compendiumSource": "Compendium.pf2e.equipment-srd.Item.FOWF5f0tCaApv9RE" + }, + "img": "icons/sundries/books/book-symbol-spiral-silver-blue.webp", + "name": "Spellbook", + "sort": 3200000, + "system": { + "baseItem": null, + "bulk": { + "value": 0.1 + }, + "containerId": null, + "description": { + "value": "A spellbook holds the written knowledge necessary to learn and prepare various spells, a necessity for wizards (who typically get one for free) and a useful luxury for other spellcasters looking to learn additional spells. Each spellbook can hold up to 100 spells. The Price listed is for a blank spellbook.
" + }, + "equipped": { + "carryType": "worn", + "invested": null + }, + "hardness": 0, + "hp": { + "max": 0, + "value": 0 + }, + "level": { + "value": 0 + }, + "material": { + "grade": null, + "type": null + }, + "price": { + "value": { + "gp": 1 + } + }, + "publication": { + "license": "ORC", + "remaster": true, + "title": "Pathfinder Player Core" + }, + "quantity": 1, + "rules": [], + "size": "med", + "slug": "spellbook-blank", + "traits": { + "rarity": "common", + "value": [] + }, + "usage": { + "value": "held-in-one-hand" + } + }, + "type": "equipment" + }, + { + "_id": "Cj5oLpfYuqGsFyXL", + "_stats": { + "compendiumSource": "Compendium.pf2e.equipment-srd.Item.yWlQQOs0A3ApEc1J" + }, + "img": "systems/pf2e/icons/equipment/wands/specialty-wands/wand-of-teeming-ghosts.webp", + "name": "Wand of Teeming Ghosts (2nd-Rank Spell, Bonded Item)", + "sort": 3300000, + "system": { + "baseItem": null, + "bulk": { + "value": 0.1 + }, + "containerId": null, + "description": { + "value": "This pale wooden wand is carved to resemble a thigh bone with metal caps at each end. Ghostly tendrils seem to swirl around it every so often.
\nActivate @UUID[Compendium.pf2e.actionspf2e.Item.Cast a Spell]
\nFrequency once per day, plus overcharge
\nEffect You cast @UUID[Compendium.pf2e.spells-srd.Item.False Vitality] at 2nd rank. During the duration of the spell, wisps that resemble spirits flit around you as long as you have any temporary Hit Points from false life, and you can use the following action.
\nActivation F envision
\nTrigger You successfully impart the @UUID[Compendium.pf2e.conditionitems.Item.Frightened]{Frightened 1} condition to a creature
\nRequirements You have at least 1 temporary Hit Point from false life
\nEffect You end false life and increase the creature's frightened condition value to 2.
\nCraft Requirements Supply a casting of False Life at 2nd level
" + }, + "equipped": { + "carryType": "worn", + "invested": null + }, + "hardness": 0, + "hp": { + "max": 0, + "value": 0 + }, + "level": { + "value": 6 + }, + "material": { + "grade": null, + "type": null + }, + "price": { + "value": { + "gp": 250 + } + }, + "publication": { + "license": "OGL", + "remaster": false, + "title": "Pathfinder Treasure Vault" + }, + "quantity": 1, + "rules": [], + "size": "med", + "slug": "wand-of-teeming-ghosts-2nd-rank-spell", + "traits": { + "rarity": "uncommon", + "value": [ + "magical", + "wand" + ] + }, + "usage": { + "value": "held-in-one-hand" + } + }, + "type": "equipment" + }, + { + "_id": "2QIdsD023SogHX9n", + "flags": { + "pf2e": { + "linkedWeapon": "By0RfnUdNulClFWN" + } + }, + "img": "systems/pf2e/icons/default-icons/melee.svg", + "name": "Mace", + "sort": 3400000, + "system": { + "attackEffects": { + "value": [] + }, + "bonus": { + "value": 17 + }, + "damageRolls": { + "pzzMhlVpHVQMeRqE": { + "damage": "2d6+10", + "damageType": "bludgeoning" + } + }, + "description": { + "value": "" + }, + "publication": { + "license": "OGL", + "remaster": false, + "title": "" + }, + "rules": [], + "slug": "mace", + "traits": { + "value": [ + "magical", + "shove" + ] + } + }, + "type": "melee" + }, + { + "_id": "tEH7zB7ZVf4aRdD4", + "_stats": { + "compendiumSource": "Compendium.pf2e.bestiary-ability-glossary-srd.Item.N1kstYbHScxgUQtN" + }, + "img": "systems/pf2e/icons/actions/Reaction.webp", + "name": "Ferocity", + "sort": 3500000, + "system": { + "actionType": { + "value": "reaction" + }, + "actions": { + "value": null + }, + "category": "defensive", + "deathNote": true, + "description": { + "value": "@Localize[PF2E.NPC.Abilities.Glossary.Ferocity]
" + }, + "publication": { + "license": "ORC", + "remaster": true, + "title": "Pathfinder Monster Core" + }, + "rules": [], + "slug": "ferocity", + "traits": { + "value": [] + } + }, + "type": "action" + }, + { + "_id": "uK4RTRExDL77DS14", + "img": "systems/pf2e/icons/default-icons/action.svg", + "name": "Deadhand Spell", + "sort": 3600000, + "system": { + "actionType": { + "value": "passive" + }, + "actions": { + "value": null + }, + "category": "offensive", + "description": { + "value": "Death Tower necromancers have crawling hand familiars. They can cast a spell with a range of touch and command the hands to deliver the spell; the crawling hand uses its 2 actions for the round to move to a target of the necromancer's choice and touch that target.
" + }, + "publication": { + "license": "OGL", + "remaster": false, + "title": "" + }, + "rules": [], + "slug": null, + "traits": { + "value": [] + } + }, + "type": "action" + }, + { + "_id": "TniGKf4bdUpyy8fZ", + "img": "systems/pf2e/icons/default-icons/action.svg", + "name": "Drain Bonded Item", + "sort": 3700000, + "system": { + "actionType": { + "value": "free" + }, + "actions": { + "value": null + }, + "category": "offensive", + "description": { + "value": "Frequency once per day
\nRequirements The necromancer hasn't acted yet on this turn
Effect The necromancer expends the power stored in their bonded staff. During the current turn, they cast one spell they prepared today and already cast, without spending a spell slot. They must still Cast the Spell and meet the spell's other requirements.
" + }, + "publication": { + "license": "OGL", + "remaster": false, + "title": "" + }, + "rules": [], + "slug": null, + "traits": { + "value": [] + } + }, + "type": "action" + }, + { + "_id": "YuQaMM6D9RM9UuG3", + "img": "systems/pf2e/icons/default-icons/action.svg", + "name": "Give a Hand", + "sort": 3800000, + "system": { + "actionType": { + "value": "passive" + }, + "actions": { + "value": null + }, + "category": "offensive", + "description": { + "value": "A Death Tower necromancer's familiar can use its actions to retrieve an item of light or negligible Bulk they're wearing and place it into one of their free hands.
" + }, + "publication": { + "license": "OGL", + "remaster": false, + "title": "" + }, + "rules": [], + "slug": null, + "traits": { + "value": [] + } + }, + "type": "action" + }, + { + "_id": "YNrMQLelTgdM0TvG", + "img": "systems/pf2e/icons/default-icons/action.svg", + "name": "Quickened Casting", + "sort": 3900000, + "system": { + "actionType": { + "value": "action" + }, + "actions": { + "value": 1 + }, + "category": "offensive", + "description": { + "value": "If the necromancer's next action is to cast a spell or cantrip of 3rd rank or lower, they reduce the number of actions to cast it by 1 (minimum 1 action).
" + }, + "publication": { + "license": "OGL", + "remaster": false, + "title": "" + }, + "rules": [], + "slug": null, + "traits": { + "value": [ + "concentrate", + "spellshape" + ] + } + }, + "type": "action" + }, + { + "_id": "G99LZlVcDkOjKDFi", + "img": "systems/pf2e/icons/default-icons/lore.svg", + "name": "Necromancy Lore", + "sort": 4000000, + "system": { + "description": { + "value": "" + }, + "mod": { + "value": 22 + }, + "proficient": { + "value": 0 + }, + "publication": { + "license": "OGL", + "remaster": false, + "title": "" + }, + "rules": [], + "slug": null, + "traits": {} + }, + "type": "lore" + } + ], + "name": "Death Tower Necromancer", + "system": { + "abilities": { + "cha": { + "mod": 0 + }, + "con": { + "mod": 3 + }, + "dex": { + "mod": 4 + }, + "int": { + "mod": 7 + }, + "str": { + "mod": 1 + }, + "wis": { + "mod": 5 + } + }, + "attributes": { + "ac": { + "details": "(29 with mystic armor)", + "value": 28 + }, + "allSaves": { + "value": "" + }, + "hp": { + "details": "", + "max": 135, + "temp": 0, + "value": 135 + }, + "resistances": [ + { + "doubleVs": [], + "exceptions": [], + "type": "cold", + "value": 5 + } + ], + "speed": { + "otherSpeeds": [], + "value": 25 + } + }, + "details": { + "blurb": "", + "languages": { + "details": "", + "value": [ + "chthonian", + "common", + "draconic", + "hallit", + "jotun", + "necril", + "orcish" + ] + }, + "level": { + "value": 10 + }, + "privateNotes": "", + "publicNotes": "", + "publication": { + "license": "ORC", + "remaster": true, + "title": "Pathfinder Adventure Path #209: Destroyer's Doom" + } + }, + "initiative": { + "statistic": "perception" + }, + "perception": { + "details": "", + "mod": 19, + "senses": [ + { + "type": "darkvision" + } + ] + }, + "resources": { + "focus": { + "max": 2, + "value": 2 + } + }, + "saves": { + "fortitude": { + "saveDetail": "", + "value": 16 + }, + "reflex": { + "saveDetail": "", + "value": 17 + }, + "will": { + "saveDetail": "", + "value": 19 + } + }, + "skills": { + "arcana": { + "base": 23 + }, + "crafting": { + "base": 19 + }, + "occultism": { + "base": 22 + }, + "religion": { + "base": 19 + }, + "society": { + "base": 20 + }, + "survival": { + "base": 19 + } + }, + "traits": { + "rarity": "rare", + "size": { + "value": "med" + }, + "value": [ + "humanoid", + "orc" + ] + } + }, + "type": "npc" +} diff --git a/packs/triumph-of-the-tusk-bestiary/deathless-zealot-of-zagresh.json b/packs/triumph-of-the-tusk-bestiary/deathless-zealot-of-zagresh.json new file mode 100644 index 00000000000..6dbda3cb9f8 --- /dev/null +++ b/packs/triumph-of-the-tusk-bestiary/deathless-zealot-of-zagresh.json @@ -0,0 +1,2275 @@ +{ + "_id": "ZAUOoAMR8IfO57jp", + "img": "systems/pf2e/icons/default-icons/npc.svg", + "items": [ + { + "_id": "FchPhanFztd2bYl7", + "img": "systems/pf2e/icons/default-icons/spellcastingEntry.svg", + "name": "Divine Prepared Spells", + "sort": 100000, + "system": { + "autoHeightenLevel": { + "value": null + }, + "description": { + "value": "" + }, + "prepared": { + "flexible": false, + "value": "prepared" + }, + "proficiency": { + "value": 1 + }, + "publication": { + "license": "OGL", + "remaster": false, + "title": "" + }, + "rules": [], + "showSlotlessLevels": { + "value": false + }, + "slots": { + "slot0": { + "max": 3, + "prepared": [ + { + "id": "2tyqrUOtafz2UOpp" + }, + { + "id": "M1NJfcIJIOrs3NXs" + }, + { + "id": "ovWzDPafnVcPid5R" + }, + { + "id": null + }, + { + "id": null + } + ] + }, + "slot1": { + "max": 3, + "prepared": [ + { + "id": "MHgvIY7W6GdcNtl6" + }, + { + "id": "16QcKu9Cmx6L13Fk" + }, + { + "id": "YFlDSGfmylPGJ5Vq" + } + ] + }, + "slot2": { + "max": 3, + "prepared": [ + { + "id": "3lxRt09Q7K2CMORj" + }, + { + "id": "3lxRt09Q7K2CMORj" + }, + { + "id": "pH66KlMTw1I2qjle" + } + ] + }, + "slot3": { + "max": 3, + "prepared": [ + { + "id": "BQjs0F84JDasUuDu" + }, + { + "id": "SbpqVRqduVRl9EtL" + }, + { + "id": "8tFB53uy0iPJkcpk" + } + ] + }, + "slot4": { + "max": 3, + "prepared": [ + { + "id": "839vI3F2KPDbQkCR" + }, + { + "id": "839vI3F2KPDbQkCR" + }, + { + "id": "Q5aoDO5degLKuB5P" + } + ] + }, + "slot5": { + "max": 7, + "prepared": [ + { + "id": "BQjs0F84JDasUuDu" + }, + { + "id": "JUTqDljFRV1z1cz2" + }, + { + "id": "VMGhO8QBQXiooOp8" + }, + { + "id": "VMGhO8QBQXiooOp8" + }, + { + "id": "VMGhO8QBQXiooOp8" + }, + { + "id": "VMGhO8QBQXiooOp8" + }, + { + "id": "VMGhO8QBQXiooOp8" + } + ] + } + }, + "slug": null, + "spelldc": { + "dc": 28, + "value": 20 + }, + "tradition": { + "value": "divine" + }, + "traits": {} + }, + "type": "spellcastingEntry" + }, + { + "_id": "qp9jk41sSqrwpu7W", + "img": "systems/pf2e/icons/default-icons/spellcastingEntry.svg", + "name": "Divine Focus Spells", + "sort": 200000, + "system": { + "autoHeightenLevel": { + "value": null + }, + "description": { + "value": "" + }, + "prepared": { + "value": "focus" + }, + "proficiency": { + "value": 1 + }, + "publication": { + "license": "OGL", + "remaster": false, + "title": "" + }, + "rules": [], + "slots": {}, + "slug": null, + "spelldc": { + "dc": 28, + "value": 20 + }, + "tradition": { + "value": "divine" + }, + "traits": {} + }, + "type": "spellcastingEntry" + }, + { + "_id": "JUTqDljFRV1z1cz2", + "_stats": { + "compendiumSource": "Compendium.pf2e.spells-srd.Item.A16eFTRh82xIjMu8" + }, + "img": "icons/magic/fire/explosion-embers-orange.webp", + "name": "Divine Immolation", + "sort": 300000, + "system": { + "area": { + "type": "burst", + "value": 20 + }, + "cost": { + "value": "" + }, + "counteraction": false, + "damage": { + "b9dAiWfV57lyCWpP": { + "applyMod": false, + "category": null, + "formula": "6d6", + "kinds": [ + "damage" + ], + "materials": [], + "type": "fire" + } + }, + "defense": { + "save": { + "basic": true, + "statistic": "reflex" + } + }, + "description": { + "value": "Divine flames scour creatures within the area. Creatures take 6d6 fire damage and @Damage[(@item.level -3)d6[persistent,fire]] damage. The divine power within the flames scorches the spirit as well; a creature takes spirit damage instead of fire damage from divine immolation if that would be more detrimental to the creature (as determined by the GM).
\nCritical Success The creature is unaffected.
\nSuccess The creature takes half damage and no persistent damage.
\nFailure The creature takes full damage and persistent damage.
\nCritical Failure The creature takes double damage and double persistent damage.
\nHeightened (+1) The damage increases by 1d6 and persistent damage increases by 1d6.
" + }, + "duration": { + "sustained": false, + "value": "" + }, + "heightening": { + "damage": { + "b9dAiWfV57lyCWpP": "1d6" + }, + "interval": 1, + "type": "interval" + }, + "level": { + "value": 5 + }, + "location": { + "value": "FchPhanFztd2bYl7" + }, + "publication": { + "license": "ORC", + "remaster": true, + "title": "Pathfinder Player Core" + }, + "range": { + "value": "120 feet" + }, + "requirements": "", + "rules": [], + "slug": "divine-immolation", + "target": { + "value": "" + }, + "time": { + "value": "2" + }, + "traits": { + "rarity": "common", + "traditions": [ + "divine" + ], + "value": [ + "concentrate", + "fire", + "manipulate", + "sanctified", + "spirit" + ] + } + }, + "type": "spell" + }, + { + "_id": "zJEDX6IRG3kamLHD", + "_stats": { + "compendiumSource": "Compendium.pf2e.spells-srd.Item.7d4DUTDIlzDa8OvX" + }, + "img": "systems/pf2e/icons/spells/destructive-aura.webp", + "name": "Destructive Aura", + "sort": 400000, + "system": { + "area": { + "type": "emanation", + "value": 15 + }, + "cost": { + "value": "" + }, + "counteraction": false, + "damage": {}, + "defense": null, + "description": { + "value": "Swirling sands of divine devastation surround you, weakening the defenses of all they touch. Reduce the resistances of yourself and creatures in the area by 2.
\nHeightened (+2) Reduce the resistances by an additional 2.
" + }, + "duration": { + "sustained": false, + "value": "1 minute" + }, + "level": { + "value": 4 + }, + "location": { + "value": "qp9jk41sSqrwpu7W" + }, + "publication": { + "license": "ORC", + "remaster": true, + "title": "Pathfinder Player Core" + }, + "range": { + "value": "" + }, + "requirements": "", + "rules": [], + "slug": "destructive-aura", + "target": { + "value": "" + }, + "time": { + "value": "2" + }, + "traits": { + "rarity": "uncommon", + "traditions": [], + "value": [ + "aura", + "cleric", + "concentrate", + "focus", + "manipulate" + ] + } + }, + "type": "spell" + }, + { + "_id": "839vI3F2KPDbQkCR", + "_stats": { + "compendiumSource": "Compendium.pf2e.spells-srd.Item.hVU9msO9yGkxKZ3J" + }, + "img": "icons/magic/light/projectile-beam-yellow.webp", + "name": "Divine Wrath", + "sort": 500000, + "system": { + "area": { + "type": "burst", + "value": 20 + }, + "cost": { + "value": "" + }, + "counteraction": false, + "damage": { + "0": { + "applyMod": false, + "category": null, + "formula": "4d10", + "kinds": [ + "damage" + ], + "materials": [], + "type": "spirit" + } + }, + "defense": { + "save": { + "basic": false, + "statistic": "fortitude" + } + }, + "description": { + "value": "You channel the fury of divinity against your foes. You deal 4d10 spirit damage to enemies in the area, depending on their Fortitude save.
\nCritical Success The creature is unaffected.
\nSuccess The creature takes half damage.
\nFailure The creature takes full damage and is @UUID[Compendium.pf2e.conditionitems.Item.Sickened]{Sickened 1}.
\nCritical Failure The creature takes full damage and is @UUID[Compendium.pf2e.conditionitems.Item.Sickened]{Sickened 2}; while it's sickened, it's also @UUID[Compendium.pf2e.conditionitems.Item.Slowed]{Slowed 1}.
\nHeightened (+1) The damage increases by 1d10.
" + }, + "duration": { + "sustained": false, + "value": "" + }, + "heightening": { + "damage": { + "0": "1d10" + }, + "interval": 1, + "type": "interval" + }, + "level": { + "value": 4 + }, + "location": { + "value": "FchPhanFztd2bYl7" + }, + "overlays": {}, + "publication": { + "license": "ORC", + "remaster": true, + "title": "Pathfinder Player Core" + }, + "range": { + "value": "120 feet" + }, + "requirements": "", + "rules": [], + "slug": "divine-wrath", + "target": { + "value": "" + }, + "time": { + "value": "2" + }, + "traits": { + "rarity": "common", + "traditions": [ + "divine" + ], + "value": [ + "concentrate", + "manipulate", + "sanctified", + "spirit" + ] + } + }, + "type": "spell" + }, + { + "_id": "Q5aoDO5degLKuB5P", + "_stats": { + "compendiumSource": "Compendium.pf2e.spells-srd.Item.sUvTGELaggrBSgGm" + }, + "img": "systems/pf2e/icons/spells/implement-of-destruction.webp", + "name": "Implement of Destruction", + "sort": 600000, + "system": { + "area": null, + "cost": { + "value": "" + }, + "counteraction": false, + "damage": {}, + "defense": { + "save": { + "basic": false, + "statistic": "will" + } + }, + "description": { + "value": "You solemnly declare that the target weapon will bring death to a foe, implanting an irrational fear of the weapon into the target enemy. This link echoes at the forefront of the enemy's mind, forming a looming sense of omnipresent dread. The effect is based on the target enemy's Will save.
\nCritical Success The target enemy is unaffected.
\nSuccess The target weapon deals an additional @Damage[2d6[mental]] damage the first time it hits the target enemy before the end of the spell's duration.
\nFailure The target weapon deals an additional @Damage[2d6[persistent,mental]] damage to the target enemy. If the enemy is critically hit by the weapon, the enemy is @UUID[Compendium.pf2e.conditionitems.Item.Doomed]{Doomed 1} for as long as it takes this persistent mental damage.
\nCritical Failure The target weapon deals an additional @Damage[4d6[persistent,mental]] damage to the target enemy. If the enemy is critically hit by the weapon, the enemy is doomed 1.
\nHeightened (+2) Increase the mental damage by 1d6 on a success, and increase the persistent mental damage by 1d6 on a failure or by 2d6 on a critical failure.
" + }, + "duration": { + "sustained": false, + "value": "1 minute" + }, + "level": { + "value": 4 + }, + "location": { + "value": "FchPhanFztd2bYl7" + }, + "publication": { + "license": "OGL", + "remaster": false, + "title": "Pathfinder Dark Archive" + }, + "range": { + "value": "30 feet" + }, + "requirements": "", + "rules": [], + "slug": "implement-of-destruction", + "target": { + "value": "1 enemy, and 1 weapon that is either unattended or wielded by you or a willing ally" + }, + "time": { + "value": "2" + }, + "traits": { + "rarity": "common", + "traditions": [ + "divine", + "occult" + ], + "value": [ + "concentrate", + "emotion", + "fear", + "manipulate", + "mental" + ] + } + }, + "type": "spell" + }, + { + "_id": "BQjs0F84JDasUuDu", + "_stats": { + "compendiumSource": "Compendium.pf2e.spells-srd.Item.sRfSBHWHdbIa0aGc" + }, + "img": "icons/magic/light/beam-explosion-pink-purple.webp", + "name": "Chilling Darkness", + "sort": 700000, + "system": { + "area": null, + "cost": { + "value": "" + }, + "counteraction": true, + "damage": { + "0": { + "applyMod": false, + "category": null, + "formula": "5d6", + "kinds": [ + "damage" + ], + "materials": [], + "type": "cold" + } + }, + "defense": null, + "description": { + "value": "You shoot an utterly cold ray of darkness tinged with unholy energy. Make a ranged spell attack. The ray deals 5d6 cold damage. If the target has the holy trait, you deal an extra 5d6 spirit damage.
Critical Success The target takes double damage.
\nSuccess The target takes full damage.
\nIf the ray passes through an area of magical light or targets a creature affected by magical light, chilling darkness attempts to counteract the light. If you need to determine whether the ray passes through an area of light, draw a line between yourself and the spell's target.
Heightened (+1) The cold damage increases by 2d6, and the spirit damage against holy creatures increases by 2d6.
" + }, + "duration": { + "sustained": false, + "value": "" + }, + "heightening": { + "damage": { + "0": "2d6" + }, + "interval": 1, + "type": "interval" + }, + "level": { + "value": 3 + }, + "location": { + "value": "FchPhanFztd2bYl7" + }, + "publication": { + "license": "ORC", + "remaster": true, + "title": "Pathfinder Player Core" + }, + "range": { + "value": "120 feet" + }, + "requirements": "", + "rules": [ + { + "damageType": "spirit", + "diceNumber": "(@spell.level*2)-1", + "dieSize": "d6", + "key": "DamageDice", + "predicate": [ + "target:trait:holy" + ], + "selector": "{item|_id}-damage" + } + ], + "slug": "chilling-darkness", + "target": { + "value": "1 creature" + }, + "time": { + "value": "2" + }, + "traits": { + "rarity": "common", + "traditions": [ + "divine" + ], + "value": [ + "attack", + "cold", + "concentrate", + "darkness", + "manipulate", + "unholy" + ] + } + }, + "type": "spell" + }, + { + "_id": "SbpqVRqduVRl9EtL", + "_stats": { + "compendiumSource": "Compendium.pf2e.spells-srd.Item.3x6eUCm17n6ROzUa" + }, + "img": "icons/magic/holy/prayer-hands-glowing-yellow-white.webp", + "name": "Crisis of Faith", + "sort": 800000, + "system": { + "area": null, + "cost": { + "value": "" + }, + "counteraction": false, + "damage": { + "0": { + "applyMod": false, + "category": null, + "formula": "6d6", + "kinds": [ + "damage" + ], + "materials": [], + "type": "mental" + } + }, + "defense": { + "save": { + "basic": false, + "statistic": "will" + } + }, + "description": { + "value": "You assault the target's faith, riddling the creature with doubt and mental turmoil that deal 6d6 mental damage, or 6d8 mental damage if it can cast divine spells. The effects are determined by its Will save.
\nTo many deities, casting this spell on a follower of your own deity without significant cause is anathema.
\nCritical Success The target is unaffected.
\nSuccess The target takes half damage.
\nFailure The target takes full damage; if the target can cast divine spells, it's @UUID[Compendium.pf2e.conditionitems.Item.Stupefied]{Stupefied 1} for 1 round.
\nCritical Failure The target takes double damage, is @UUID[Compendium.pf2e.conditionitems.Item.Stupefied]{Stupefied 1} for 1 round, and can't cast divine spells for 1 round.
\nHeightened (+1) The damage increases by 2d6 (or by 2d8 if the target is a divine spellcaster).
" + }, + "duration": { + "sustained": false, + "value": "" + }, + "heightening": { + "damage": { + "0": "2d6" + }, + "interval": 1, + "type": "interval" + }, + "level": { + "value": 3 + }, + "location": { + "value": "FchPhanFztd2bYl7" + }, + "overlays": { + "Fs08rHTZAfROKKzu": { + "_id": "Fs08rHTZAfROKKzu", + "name": "Crisis of Faith (Vs. Divine)", + "overlayType": "override", + "sort": 2, + "system": { + "damage": { + "0": { + "formula": "6d8" + } + }, + "heightening": { + "damage": { + "0": "2d8" + } + } + } + }, + "noPVUX8Ocln52MKm": { + "_id": "noPVUX8Ocln52MKm", + "overlayType": "override", + "sort": 1, + "system": {} + } + }, + "publication": { + "license": "ORC", + "remaster": true, + "title": "Pathfinder Player Core" + }, + "range": { + "value": "30 feet" + }, + "requirements": "", + "rules": [], + "slug": "crisis-of-faith", + "target": { + "value": "1 creature" + }, + "time": { + "value": "2" + }, + "traits": { + "rarity": "common", + "traditions": [ + "divine" + ], + "value": [ + "concentrate", + "manipulate", + "mental" + ] + } + }, + "type": "spell" + }, + { + "_id": "8tFB53uy0iPJkcpk", + "_stats": { + "compendiumSource": "Compendium.pf2e.spells-srd.Item.N1Z1oLPdBxaSgrEE" + }, + "img": "systems/pf2e/icons/spells/vampiric-touch.webp", + "name": "Vampiric Feast", + "sort": 900000, + "system": { + "area": null, + "cost": { + "value": "" + }, + "counteraction": false, + "damage": { + "0": { + "applyMod": false, + "category": null, + "formula": "6d6", + "kinds": [ + "damage" + ], + "materials": [], + "type": "void" + } + }, + "defense": { + "save": { + "basic": true, + "statistic": "fortitude" + } + }, + "description": { + "value": "Your touch leeches the lifeblood out of a target to empower yourself. You deal 6d6 void damage to the target. You gain temporary Hit Points equal to half the void damage the target takes (after applying resistances and the like). You lose any remaining temporary Hit Points after 1 minute.
\nHeightened (+1) The damage increases by 2d6.
" + }, + "duration": { + "sustained": false, + "value": "" + }, + "heightening": { + "damage": { + "0": "2d6" + }, + "interval": 1, + "type": "interval" + }, + "level": { + "value": 3 + }, + "location": { + "value": "FchPhanFztd2bYl7" + }, + "publication": { + "license": "ORC", + "remaster": true, + "title": "Pathfinder Player Core" + }, + "range": { + "value": "touch" + }, + "requirements": "", + "rules": [], + "slug": "vampiric-feast", + "target": { + "value": "1 living creature" + }, + "time": { + "value": "2" + }, + "traits": { + "rarity": "common", + "traditions": [ + "arcane", + "divine", + "occult" + ], + "value": [ + "concentrate", + "death", + "manipulate", + "void" + ] + } + }, + "type": "spell" + }, + { + "_id": "3lxRt09Q7K2CMORj", + "_stats": { + "compendiumSource": "Compendium.pf2e.spells-srd.Item.TaaMEYdZXQXF0Sks" + }, + "img": "systems/pf2e/icons/spells/blood-vendetta.webp", + "name": "Blood Vendetta", + "sort": 1000000, + "system": { + "area": null, + "cost": { + "value": "" + }, + "counteraction": false, + "damage": { + "0": { + "applyMod": false, + "category": "persistent", + "formula": "2d6", + "kinds": [ + "damage" + ], + "materials": [], + "type": "bleed" + } + }, + "defense": { + "save": { + "basic": false, + "statistic": "will" + } + }, + "description": { + "value": "Requirements You can bleed.
\nTrigger A creature deals piercing, slashing, or persistent bleed damage to you.
\nYou curse the target, punishing it for having the audacity to spill your blood. The target takes 2d6 persistent bleed damage and must attempt a Will save.
\nCritical Success The target is unaffected.
\nSuccess The target takes half the persistent bleed damage.
\nFailure The target takes the full persistent bleed damage. Until the bleeding stops, the target has weakness 1 to piercing and slashing damage. @UUID[Compendium.pf2e.spell-effects.Item.Spell Effect: Blood Vendetta (Failure)]
\nCritical Failure As failure, but the target takes double the persistent bleed damage.
\nHeightened (+2) The persistent bleed damage increases by 2d6.
" + }, + "duration": { + "sustained": false, + "value": "varies" + }, + "heightening": { + "damage": { + "0": "2d6" + }, + "interval": 2, + "type": "interval" + }, + "level": { + "value": 2 + }, + "location": { + "value": "FchPhanFztd2bYl7" + }, + "publication": { + "license": "ORC", + "remaster": true, + "title": "Pathfinder Player Core" + }, + "range": { + "value": "30 feet" + }, + "requirements": "You can bleed", + "rules": [], + "slug": "blood-vendetta", + "target": { + "value": "The triggering creature" + }, + "time": { + "value": "reaction" + }, + "traits": { + "rarity": "common", + "traditions": [ + "arcane", + "divine", + "occult" + ], + "value": [ + "concentrate", + "curse" + ] + } + }, + "type": "spell" + }, + { + "_id": "pH66KlMTw1I2qjle", + "_stats": { + "compendiumSource": "Compendium.pf2e.spells-srd.Item.WPu3UE3kTXSLqO40" + }, + "img": "icons/skills/melee/strike-sword-slashing-red.webp", + "name": "Spiritual Armament", + "sort": 1100000, + "system": { + "area": null, + "cost": { + "value": "" + }, + "counteraction": false, + "damage": { + "0Uok2pip94aNbBFd": { + "applyMod": false, + "category": null, + "formula": "2d8", + "kinds": [ + "damage" + ], + "materials": [], + "type": "untyped" + } + }, + "defense": null, + "description": { + "value": "You create a ghostly, magical echo of one weapon you're wielding or wearing and fling it. Attempt a spell attack roll against the target's AC, dealing 2d8 damage on a hit (or double damage on a critical hit). The damage type is the same as the chosen weapon (or any of its types for a versatile weapon). The attack deals spirit damage instead if that would be more detrimental to the creature (as determined by the GM). This attack uses and contributes to your multiple attack penalty. After the attack, the weapon returns to your side. If you sanctify the spell, the attacks are sanctified as well. Each time you Sustain the spell, you can repeat the attack against any creature within 120 feet.
\nHeightened (+2) The damage increases by 1d8.
" + }, + "duration": { + "sustained": true, + "value": "1 minute" + }, + "heightening": { + "damage": { + "0Uok2pip94aNbBFd": "1d8" + }, + "interval": 2, + "type": "interval" + }, + "level": { + "value": 2 + }, + "location": { + "value": "FchPhanFztd2bYl7" + }, + "overlays": { + "NYYzPXYkV0V917XF": { + "name": "Spiritual Armament (Spirit)", + "overlayType": "override", + "sort": 4, + "system": { + "damage": { + "0Uok2pip94aNbBFd": { + "category": null, + "kinds": [ + "damage" + ], + "type": "spirit" + } + }, + "defense": null + } + }, + "OTj254xSoTgGQJlU": { + "name": "Spiritual Armament (Slashing)", + "overlayType": "override", + "sort": 3, + "system": { + "damage": { + "0Uok2pip94aNbBFd": { + "category": null, + "kinds": [ + "damage" + ], + "type": "slashing" + } + }, + "defense": null + } + }, + "TqI3B4hFxajOSIm3": { + "name": "Spiritual Armament (Bludgeoning)", + "overlayType": "override", + "sort": 1, + "system": { + "damage": { + "0Uok2pip94aNbBFd": { + "category": null, + "kinds": [ + "damage" + ], + "type": "bludgeoning" + } + }, + "defense": null + } + }, + "WIvpqh0pSKKC4t0F": { + "name": "Spiritual Armament (Piercing)", + "overlayType": "override", + "sort": 2, + "system": { + "damage": { + "0Uok2pip94aNbBFd": { + "category": null, + "kinds": [ + "damage" + ], + "type": "piercing" + } + }, + "defense": null + } + } + }, + "publication": { + "license": "ORC", + "remaster": true, + "title": "Pathfinder Player Core" + }, + "range": { + "value": "120 feet" + }, + "requirements": "", + "rules": [], + "slug": "spiritual-armament", + "target": { + "value": "1 creature" + }, + "time": { + "value": "2" + }, + "traits": { + "rarity": "common", + "traditions": [ + "divine", + "occult" + ], + "value": [ + "attack", + "concentrate", + "manipulate", + "sanctified", + "spirit" + ] + } + }, + "type": "spell" + }, + { + "_id": "MHgvIY7W6GdcNtl6", + "_stats": { + "compendiumSource": "Compendium.pf2e.spells-srd.Item.7ZinJNzxq0XF0oMx" + }, + "img": "systems/pf2e/icons/spells/bane.webp", + "name": "Bane", + "sort": 1200000, + "system": { + "area": { + "type": "emanation", + "value": 10 + }, + "cost": { + "value": "" + }, + "counteraction": true, + "damage": {}, + "defense": { + "save": { + "basic": false, + "statistic": "will" + } + }, + "description": { + "value": "You fill the minds of your enemies with doubt. Enemies in the area must succeed at a Will save or take a –1 status penalty to attack rolls as long as they are in the area. Once per round on subsequent turns, you can Sustain the spell to increase the emanation's radius by 10 feet and force enemies in the area that weren't yet affected to attempt another saving throw.
\nBane can counteract @UUID[Compendium.pf2e.spells-srd.Item.Bless].
\n@UUID[Compendium.pf2e.spell-effects.Item.Spell Effect: Bane]
" + }, + "duration": { + "sustained": false, + "value": "1 minute" + }, + "level": { + "value": 1 + }, + "location": { + "value": "FchPhanFztd2bYl7" + }, + "publication": { + "license": "ORC", + "remaster": true, + "title": "Pathfinder Player Core" + }, + "range": { + "value": "" + }, + "requirements": "", + "rules": [], + "slug": "bane", + "target": { + "value": "enemies in the area" + }, + "time": { + "value": "2" + }, + "traits": { + "rarity": "common", + "traditions": [ + "divine", + "occult" + ], + "value": [ + "aura", + "concentrate", + "manipulate", + "mental" + ] + } + }, + "type": "spell" + }, + { + "_id": "D4XstswzsTsD7ueC", + "_stats": { + "compendiumSource": "Compendium.pf2e.spells-srd.Item.0H1ozccQGGFLUwFI" + }, + "img": "icons/magic/sonic/scream-wail-shout-teal.webp", + "name": "Cry of Destruction", + "sort": 1300000, + "system": { + "area": { + "type": "cone", + "value": 15 + }, + "cost": { + "value": "" + }, + "counteraction": false, + "damage": { + "0": { + "applyMod": false, + "category": null, + "formula": "1d8", + "kinds": [ + "damage" + ], + "materials": [], + "type": "sonic" + } + }, + "defense": { + "save": { + "basic": true, + "statistic": "fortitude" + } + }, + "description": { + "value": "Your voice booms, smashing what's in front of you. Each creature and unattended object in the area takes 1d8 sonic damage. If you already dealt damage to an enemy this turn with a Strike or spell, increase the damage dice from this spell to d12s.
\nHeightened (+1) The damage increases by 1d8.
" + }, + "duration": { + "sustained": false, + "value": "" + }, + "heightening": { + "damage": { + "0": "1d8" + }, + "interval": 1, + "type": "interval" + }, + "level": { + "value": 1 + }, + "location": { + "value": "qp9jk41sSqrwpu7W" + }, + "overlays": { + "CEq1pMKvvGCeb0XM": { + "overlayType": "override", + "sort": 1, + "system": {} + }, + "azfSYp1fUjbQR6RN": { + "name": "Cry of Destruction (Dealt Damage)", + "overlayType": "override", + "sort": 2, + "system": { + "damage": { + "0": { + "category": null, + "formula": "1d12" + } + }, + "heightening": { + "damage": { + "0": "1d12" + } + } + } + } + }, + "publication": { + "license": "ORC", + "remaster": true, + "title": "Pathfinder Player Core" + }, + "range": { + "value": "" + }, + "requirements": "", + "rules": [], + "slug": "cry-of-destruction", + "target": { + "value": "" + }, + "time": { + "value": "2" + }, + "traits": { + "rarity": "uncommon", + "traditions": [], + "value": [ + "cleric", + "concentrate", + "focus", + "manipulate", + "sonic" + ] + } + }, + "type": "spell" + }, + { + "_id": "2tyqrUOtafz2UOpp", + "_stats": { + "compendiumSource": "Compendium.pf2e.spells-srd.Item.gpzpAAAJ1Lza2JVl" + }, + "img": "systems/pf2e/icons/spells/detect-magic.webp", + "name": "Detect Magic", + "sort": 1400000, + "system": { + "area": { + "type": "emanation", + "value": 30 + }, + "cost": { + "value": "" + }, + "counteraction": false, + "damage": {}, + "defense": null, + "description": { + "value": "You send out a pulse that registers the presence of magic. You receive no information beyond the presence or absence of magic. You can choose to ignore magic you're fully aware of, such as the magic items and ongoing spells of you and your allies. You detect illusion magic only if that magic's effect has a lower rank than the rank of your detect magic spell. However, items that have an illusion aura but aren't deceptive in appearance (such as an @UUID[Compendium.pf2e.equipment-srd.Item.Invisibility Potion]) typically are detected normally.
\nHeightened (3rd) You learn the rank or level of the most powerful magical effect the spell detects, as determined by the GM.
\nHeightened (4th) As 3rd rank, but you also pinpoint the source of the highest-rank magic. Like for an imprecise sense, you don't learn the exact location, but can narrow down the source to within a 5-foot cube (or the nearest if larger than that).
" + }, + "duration": { + "sustained": false, + "value": "" + }, + "level": { + "value": 1 + }, + "location": { + "value": "FchPhanFztd2bYl7" + }, + "publication": { + "license": "ORC", + "remaster": true, + "title": "Pathfinder Player Core" + }, + "range": { + "value": "" + }, + "requirements": "", + "rules": [], + "slug": "detect-magic", + "target": { + "value": "" + }, + "time": { + "value": "2" + }, + "traits": { + "rarity": "common", + "traditions": [ + "arcane", + "divine", + "occult", + "primal" + ], + "value": [ + "cantrip", + "concentrate", + "detection", + "manipulate" + ] + } + }, + "type": "spell" + }, + { + "_id": "M1NJfcIJIOrs3NXs", + "_stats": { + "compendiumSource": "Compendium.pf2e.spells-srd.Item.qwZBXN6zBoB9BHXE" + }, + "img": "systems/pf2e/icons/spells/divine-lance.webp", + "name": "Divine Lance", + "sort": 1500000, + "system": { + "area": null, + "cost": { + "value": "" + }, + "counteraction": false, + "damage": { + "0": { + "applyMod": false, + "category": null, + "formula": "2d4", + "kinds": [ + "damage" + ], + "materials": [], + "type": "spirit" + } + }, + "defense": null, + "description": { + "value": "You unleash a beam of divine energy. Make a ranged spell attack against the target's AC. On a hit, the target takes 2d4 spirit damage (double damage on a critical hit).
\nHeightened (+1) The damage increases by 1d4.
" + }, + "duration": { + "sustained": false, + "value": "" + }, + "heightening": { + "damage": { + "0": "1d4" + }, + "interval": 1, + "type": "interval" + }, + "level": { + "value": 1 + }, + "location": { + "value": "FchPhanFztd2bYl7" + }, + "overlays": {}, + "publication": { + "license": "ORC", + "remaster": true, + "title": "Pathfinder Player Core" + }, + "range": { + "value": "60 feet" + }, + "requirements": "", + "rules": [], + "slug": "divine-lance", + "target": { + "value": "1 creature" + }, + "time": { + "value": "2" + }, + "traits": { + "rarity": "common", + "traditions": [ + "divine" + ], + "value": [ + "attack", + "cantrip", + "concentrate", + "manipulate", + "sanctified", + "spirit" + ] + } + }, + "type": "spell" + }, + { + "_id": "16QcKu9Cmx6L13Fk", + "_stats": { + "compendiumSource": "Compendium.pf2e.spells-srd.Item.4koZzrnMXhhosn0D" + }, + "img": "systems/pf2e/icons/spells/fear.webp", + "name": "Fear", + "sort": 1600000, + "system": { + "area": null, + "cost": { + "value": "" + }, + "counteraction": false, + "damage": {}, + "defense": { + "save": { + "basic": false, + "statistic": "will" + } + }, + "description": { + "value": "You plant fear in the target; it must attempt a Will save.
\nCritical Success The target is unaffected.
\nSuccess The target is @UUID[Compendium.pf2e.conditionitems.Item.Frightened]{Frightened 1}.
\nFailure The target is @UUID[Compendium.pf2e.conditionitems.Item.Frightened]{Frightened 2}.
\nCritical Failure The target is @UUID[Compendium.pf2e.conditionitems.Item.Frightened]{Frightened 3} and @UUID[Compendium.pf2e.conditionitems.Item.Fleeing] for 1 round.
\nHeightened (3rd) You can target up to five creatures.
" + }, + "duration": { + "sustained": false, + "value": "varies" + }, + "heightening": { + "levels": { + "3": { + "target": { + "value": "5 creatures" + } + } + }, + "type": "fixed" + }, + "level": { + "value": 1 + }, + "location": { + "value": "FchPhanFztd2bYl7" + }, + "publication": { + "license": "ORC", + "remaster": true, + "title": "Pathfinder Player Core" + }, + "range": { + "value": "30 feet" + }, + "requirements": "", + "rules": [], + "slug": "fear", + "target": { + "value": "1 creature" + }, + "time": { + "value": "2" + }, + "traits": { + "rarity": "common", + "traditions": [ + "arcane", + "divine", + "occult", + "primal" + ], + "value": [ + "concentrate", + "emotion", + "fear", + "manipulate", + "mental" + ] + } + }, + "type": "spell" + }, + { + "_id": "YFlDSGfmylPGJ5Vq", + "_stats": { + "compendiumSource": "Compendium.pf2e.spells-srd.Item.k34hDOfIIMAxNL4a" + }, + "img": "systems/pf2e/icons/spells/grim-tendrils.webp", + "name": "Grim Tendrils", + "sort": 1700000, + "system": { + "area": { + "type": "line", + "value": 30 + }, + "cost": { + "value": "" + }, + "counteraction": false, + "damage": { + "0": { + "applyMod": false, + "category": null, + "formula": "2d4", + "kinds": [ + "damage" + ], + "materials": [], + "type": "void" + } + }, + "defense": { + "save": { + "basic": false, + "statistic": "fortitude" + } + }, + "description": { + "value": "Tendrils of darkness curl out from your fingertips and race through the air. You deal 2d4 void damage and @Damage[(@item.level)[bleed]] damage to living creatures in the line. Each living creature in the line must attempt a Fortitude save.
\nCritical Success The creature is unaffected.
\nSuccess The creature takes half the void damage and no persistent bleed damage.
\nFailure The creature takes full damage.
\nCritical Failure The creature takes double void damage and double persistent bleed damage.
\nHeightened (+1) The void damage increases by 2d4, and the persistent bleed damage increases by 1.
" + }, + "duration": { + "sustained": false, + "value": "" + }, + "heightening": { + "damage": { + "0": "2d4" + }, + "interval": 1, + "type": "interval" + }, + "level": { + "value": 1 + }, + "location": { + "value": "FchPhanFztd2bYl7" + }, + "publication": { + "license": "ORC", + "remaster": true, + "title": "Pathfinder Player Core" + }, + "range": { + "value": "" + }, + "requirements": "", + "rules": [], + "slug": "grim-tendrils", + "target": { + "value": "" + }, + "time": { + "value": "2" + }, + "traits": { + "rarity": "common", + "traditions": [ + "arcane", + "occult" + ], + "value": [ + "concentrate", + "manipulate", + "void" + ] + } + }, + "type": "spell" + }, + { + "_id": "VMGhO8QBQXiooOp8", + "_stats": { + "compendiumSource": "Compendium.pf2e.spells-srd.Item.wdA52JJnsuQWeyqz" + }, + "img": "systems/pf2e/icons/spells/harm.webp", + "name": "Harm", + "sort": 1800000, + "system": { + "area": null, + "cost": { + "value": "" + }, + "counteraction": false, + "damage": { + "0": { + "applyMod": false, + "category": null, + "formula": "1d8", + "kinds": [ + "damage", + "healing" + ], + "materials": [], + "type": "void" + } + }, + "defense": { + "save": { + "basic": true, + "statistic": "fortitude" + } + }, + "description": { + "value": "You channel void energy to harm the living or heal the undead. If the target is a living creature, you deal 1d8 void damage to it, and it gets a basic Fortitude save. If the target is a willing undead creature, you restore that amount of Hit Points. The number of actions you spend when Casting this Spell determines its targets, range, area, and other parameters.
\n1 The spell has a range of touch.
\n2 (concentrate) The spell has a range of 30 feet. If you're healing an undead creature, increase the Hit Points restored by 8.
\n3 (concentrate) You disperse void energy in a @Template[emanation|distance:30]. This targets all living and undead creatures in the area.
\nHeightened (+1) The amount of healing or damage increases by 1d8, and the extra healing for the 2-action version increases by 8.
" + }, + "duration": { + "sustained": false, + "value": "" + }, + "heightening": { + "damage": { + "0": "1d8" + }, + "interval": 1, + "type": "interval" + }, + "level": { + "value": 1 + }, + "location": { + "value": "FchPhanFztd2bYl7" + }, + "overlays": { + "4gyp3qlsv5ywdyjq": { + "_id": "4gyp3qlsv5ywdyjq", + "name": "Harm (vs. Undead)", + "overlayType": "override", + "sort": 3, + "system": { + "damage": { + "0": { + "formula": "1d8+8", + "kinds": [ + "healing" + ] + } + }, + "defense": null, + "heightening": { + "damage": { + "0": "1d8+8" + } + }, + "range": { + "value": "30 feet" + }, + "target": { + "value": "1 willing undead creature" + }, + "time": { + "value": "2" + }, + "traits": { + "value": [ + "concentrate", + "manipulate", + "void" + ] + } + } + }, + "pq7cxntbz4s8g5ik": { + "_id": "pq7cxntbz4s8g5ik", + "overlayType": "override", + "sort": 1, + "system": { + "range": { + "value": "touch" + }, + "time": { + "value": "1" + } + } + }, + "rvhoa43rqqqp8izn": { + "_id": "rvhoa43rqqqp8izn", + "overlayType": "override", + "sort": 4, + "system": { + "area": { + "type": "emanation", + "value": 30 + }, + "range": { + "value": "" + }, + "target": { + "value": "all living and undead creatures" + }, + "time": { + "value": "3" + }, + "traits": { + "value": [ + "concentrate", + "manipulate", + "void" + ] + } + } + }, + "z04svm1cvfcxtplb": { + "_id": "z04svm1cvfcxtplb", + "name": "Harm (vs. Living)", + "overlayType": "override", + "sort": 2, + "system": { + "damage": { + "0": { + "kinds": [ + "damage" + ] + } + }, + "range": { + "value": "30 feet" + }, + "target": { + "value": "1 living creature" + }, + "time": { + "value": "2" + }, + "traits": { + "value": [ + "concentrate", + "manipulate", + "void" + ] + } + } + } + }, + "publication": { + "license": "ORC", + "remaster": true, + "title": "Pathfinder Player Core" + }, + "range": { + "value": "varies" + }, + "requirements": "", + "rules": [], + "slug": "harm", + "target": { + "value": "1 living creature or 1 willing undead creature" + }, + "time": { + "value": "1 to 3" + }, + "traits": { + "rarity": "common", + "traditions": [ + "divine" + ], + "value": [ + "manipulate", + "void" + ] + } + }, + "type": "spell" + }, + { + "_id": "ovWzDPafnVcPid5R", + "_stats": { + "compendiumSource": "Compendium.pf2e.spells-srd.Item.mAMEt4FFbdqoRnkN" + }, + "img": "systems/pf2e/icons/spells/chill-touch.webp", + "name": "Void Warp", + "sort": 1900000, + "system": { + "area": null, + "cost": { + "value": "" + }, + "counteraction": false, + "damage": { + "0": { + "applyMod": false, + "category": null, + "formula": "2d4", + "kinds": [ + "damage" + ], + "materials": [], + "type": "void" + } + }, + "defense": { + "save": { + "basic": true, + "statistic": "fortitude" + } + }, + "description": { + "value": "You call upon the Void to harm life force. The target takes 2d4 void damage with a basic Fortitude save. On a critical failure, the target is also @UUID[Compendium.pf2e.conditionitems.Item.Enfeebled]{Enfeebled 1} until the start of your next turn.
\nHeightened (+1) The damage increases by 1d4.
" + }, + "duration": { + "sustained": false, + "value": "" + }, + "heightening": { + "damage": { + "0": "1d4" + }, + "interval": 1, + "type": "interval" + }, + "level": { + "value": 1 + }, + "location": { + "value": "FchPhanFztd2bYl7" + }, + "publication": { + "license": "ORC", + "remaster": true, + "title": "Pathfinder Player Core" + }, + "range": { + "value": "30 feet" + }, + "requirements": "", + "rules": [], + "slug": "void-warp", + "target": { + "value": "1 living creature" + }, + "time": { + "value": "2" + }, + "traits": { + "rarity": "common", + "traditions": [ + "arcane", + "divine", + "occult" + ], + "value": [ + "cantrip", + "concentrate", + "manipulate", + "void" + ] + } + }, + "type": "spell" + }, + { + "_id": "fHOAD9IMTPFYYUNp", + "_stats": { + "compendiumSource": "Compendium.pf2e.equipment-srd.Item.kdGqnqbrwPzQfTsm" + }, + "img": "systems/pf2e/icons/equipment/weapons/greatclub.webp", + "name": "Greatclub", + "sort": 2000000, + "system": { + "baseItem": "greatclub", + "bonus": { + "value": 0 + }, + "bonusDamage": { + "value": 0 + }, + "bulk": { + "value": 2 + }, + "category": "martial", + "containerId": null, + "damage": { + "damageType": "bludgeoning", + "dice": 1, + "die": "d10" + }, + "description": { + "value": "While many greatclubs are intricately carved, others are little more than a sturdy tree branch. These massive clubs are too heavy to wield with only one hand.
" + }, + "equipped": { + "carryType": "worn", + "handsHeld": 0, + "invested": null + }, + "group": "club", + "hardness": 0, + "hp": { + "max": 0, + "value": 0 + }, + "level": { + "value": 0 + }, + "material": { + "grade": null, + "type": null + }, + "price": { + "value": { + "gp": 1 + } + }, + "publication": { + "license": "ORC", + "remaster": true, + "title": "Pathfinder Player Core" + }, + "quantity": 1, + "range": null, + "reload": { + "value": "" + }, + "rules": [], + "runes": { + "potency": 1, + "property": [], + "striking": 1 + }, + "size": "med", + "slug": "greatclub", + "splashDamage": { + "value": 0 + }, + "traits": { + "rarity": "common", + "value": [ + "backswing", + "shove" + ] + }, + "usage": { + "value": "held-in-two-hands" + } + }, + "type": "weapon" + }, + { + "_id": "sbNmZScdwfw1iIkf", + "_stats": { + "compendiumSource": "Compendium.pf2e.equipment-srd.Item.plplsXJsqrdqNQVI" + }, + "img": "icons/commodities/treasure/broach-jeweled-green.webp", + "name": "Religious Symbol of Zagresh", + "sort": 2100000, + "system": { + "baseItem": null, + "bulk": { + "value": 0.1 + }, + "containerId": null, + "description": { + "value": "This piece of wood or silver is emblazoned with an image representing a deity. Some divine spellcasters, such as clerics, can use a religious symbol of their deity to use certain abilities and cast some spells. A religious symbol can be worn on the body on a chain or pin, or can be held.
" + }, + "equipped": { + "carryType": "worn", + "invested": null + }, + "hardness": 0, + "hp": { + "max": 0, + "value": 0 + }, + "level": { + "value": 0 + }, + "material": { + "grade": null, + "type": null + }, + "price": { + "value": { + "sp": 1 + } + }, + "publication": { + "license": "ORC", + "remaster": true, + "title": "Pathfinder Player Core" + }, + "quantity": 1, + "rules": [ + { + "domain": "all", + "key": "RollOption", + "option": "has-religious-symbol", + "requiresEquipped": false + } + ], + "size": "med", + "slug": "religious-symbol-wooden", + "traits": { + "rarity": "common", + "value": [] + }, + "usage": { + "value": "other" + } + }, + "type": "equipment" + }, + { + "_id": "sVf9FeYMKGKW7p3o", + "flags": { + "pf2e": { + "linkedWeapon": "fHOAD9IMTPFYYUNp" + } + }, + "img": "systems/pf2e/icons/default-icons/melee.svg", + "name": "Greatclub", + "sort": 2200000, + "system": { + "attackEffects": { + "value": [] + }, + "bonus": { + "value": 21 + }, + "damageRolls": { + "t8n2HvM0pfe0S8jW": { + "damage": "2d10+11", + "damageType": "bludgeoning" + } + }, + "description": { + "value": "" + }, + "publication": { + "license": "OGL", + "remaster": false, + "title": "" + }, + "rules": [], + "slug": "greatclub", + "traits": { + "value": [ + "backswing", + "magical", + "shove" + ] + } + }, + "type": "melee" + }, + { + "_id": "9mVvJzUmzQMKmUQ3", + "img": "systems/pf2e/icons/default-icons/action.svg", + "name": "Field of Slaughter", + "sort": 2300000, + "system": { + "actionType": { + "value": "passive" + }, + "actions": { + "value": null + }, + "category": "defensive", + "description": { + "value": "40 feet. Allies within the aura treat their weapons and unarmed attacks as keen, even if the weapons don't meet the requirements. Critical hits within the aura deal 3d6 persistent bleed damage, in addition to any other critical hit effects. If the critical hit would already deal persistent bleed damage, increase the damage to 3d6+3.
" + }, + "publication": { + "license": "OGL", + "remaster": false, + "title": "" + }, + "rules": [ + { + "effects": [ + { + "uuid": "Compendium.pf2e.bestiary-effects.Item.Effect: Field of Slaughter (Bleed)" + }, + { + "affects": "allies", + "includesSelf": false, + "uuid": "Compendium.pf2e.bestiary-effects.Item.Effect: Field of Slaughter (Keen)" + } + ], + "key": "Aura", + "radius": 40 + } + ], + "slug": null, + "traits": { + "value": [ + "aura", + "divine" + ] + } + }, + "type": "action" + }, + { + "_id": "Aq22NNbltXf4zrCi", + "img": "systems/pf2e/icons/default-icons/action.svg", + "name": "Ravage Heretic", + "sort": 2400000, + "system": { + "actionType": { + "value": "reaction" + }, + "actions": { + "value": null + }, + "category": "defensive", + "description": { + "value": "Trigger A creature within 60 feet who the deathless zealot can see and who doesn't worship Zagresh casts a divine spell
Effect The deathless zealot attempts to counteract the triggering spell using their spell attack modifier and a counteract rank of 5. If the spell is counteracted, the caster is @UUID[Compendium.pf2e.conditionitems.Item.Stunned]{Stunned 3} from the pain of the backlash. If the deathless zealot fails to counteract the spell, the caster is temporarily immune to further uses of this ability for 24 hours.
" + }, + "publication": { + "license": "OGL", + "remaster": false, + "title": "" + }, + "rules": [], + "slug": null, + "traits": { + "value": [ + "divine" + ] + } + }, + "type": "action" + }, + { + "_id": "VwB6lLYfJspUk74r", + "_stats": { + "compendiumSource": "Compendium.pf2e.bestiary-ability-glossary-srd.Item.TTCw5NusiSSkJU1x" + }, + "img": "systems/pf2e/icons/actions/Passive.webp", + "name": "Void Healing", + "sort": 2500000, + "system": { + "actionType": { + "value": "passive" + }, + "actions": { + "value": null + }, + "category": "defensive", + "description": { + "value": "@Localize[PF2E.NPC.Abilities.Glossary.NegativeHealing]
" + }, + "publication": { + "license": "ORC", + "remaster": true, + "title": "Pathfinder Monster Core" + }, + "rules": [ + { + "key": "ActiveEffectLike", + "mode": "override", + "path": "system.attributes.hp.negativeHealing", + "value": true + } + ], + "slug": "void-healing", + "traits": { + "value": [] + } + }, + "type": "action" + }, + { + "_id": "LEF9Ye3m3E1sgKjQ", + "img": "systems/pf2e/icons/default-icons/action.svg", + "name": "Spellsmash", + "sort": 2600000, + "system": { + "actionType": { + "value": "action" + }, + "actions": { + "value": 2 + }, + "category": "offensive", + "description": { + "value": "The zealot Casts a Spell that requires a spell attack roll or has a range of touch, channeling it into their greatclub, then makes a melee Strike. This attack roll determines the effects of both the Strike and the spell. This counts as two attacks for their multiple attack penalty, but the penalty isn't applied until after the Spellsmash. The zealot can't use Spellsmash again until they recharge it with a single action, which has the concentrate trait.
" + }, + "publication": { + "license": "OGL", + "remaster": false, + "title": "" + }, + "rules": [], + "slug": null, + "traits": { + "value": [ + "divine" + ] + } + }, + "type": "action" + } + ], + "name": "Deathless Zealot of Zagresh", + "system": { + "abilities": { + "cha": { + "mod": 2 + }, + "con": { + "mod": 3 + }, + "dex": { + "mod": 3 + }, + "int": { + "mod": 1 + }, + "str": { + "mod": 7 + }, + "wis": { + "mod": 6 + } + }, + "attributes": { + "ac": { + "details": "", + "value": 26 + }, + "allSaves": { + "value": "" + }, + "hp": { + "details": "void healing", + "max": 120, + "temp": 0, + "value": 120 + }, + "immunities": [ + { + "exceptions": [], + "type": "death-effects" + }, + { + "exceptions": [], + "type": "disease" + }, + { + "exceptions": [], + "type": "paralyzed" + }, + { + "exceptions": [], + "type": "poison" + }, + { + "exceptions": [], + "type": "unconscious" + } + ], + "speed": { + "otherSpeeds": [], + "value": 25 + } + }, + "details": { + "blurb": "", + "languages": { + "details": "", + "value": [ + "common", + "necril", + "orcish" + ] + }, + "level": { + "value": 9 + }, + "privateNotes": "", + "publicNotes": "Deathless zealots are powerful variants of deathless acolytes. They're as ambitious as deathless hierophants but more martially oriented, seeking out and slaying alleged heretics and enemies of their faith in pursuit of completing their divine missions. This zealot is dedicated to Zagresh, but any deity of warfare could create a deathless zealot. Due to their focus on battle and conflict, orc deities are especially likely to create deathless zealots in preference to other forms of deathless acolytes.
In the wake of the War of Immortals, deathless acolytes of all types have grown in number, especially deathless zealots, as both deities and their followers fell in battle without completing divine mandates. Curiously, deathless zealots of slain deities retain their power and continue to roam, still striving to ca rry out missions granted to them by their lost patrons.
", + "publication": { + "license": "ORC", + "remaster": true, + "title": "Pathfinder Adventure Path #209: Destroyer's Doom" + } + }, + "initiative": { + "statistic": "perception" + }, + "perception": { + "details": "", + "mod": 21, + "senses": [ + { + "type": "darkvision" + } + ] + }, + "resources": { + "focus": { + "max": 2, + "value": 2 + } + }, + "saves": { + "fortitude": { + "saveDetail": "", + "value": 16 + }, + "reflex": { + "saveDetail": "", + "value": 16 + }, + "will": { + "saveDetail": "", + "value": 21 + } + }, + "skills": { + "athletics": { + "base": 22 + }, + "intimidation": { + "base": 17 + }, + "occultism": { + "base": 14 + }, + "religion": { + "base": 20 + } + }, + "traits": { + "rarity": "uncommon", + "size": { + "value": "med" + }, + "value": [ + "undead" + ] + } + }, + "type": "npc" +} diff --git a/packs/triumph-of-the-tusk-bestiary/graveknight-umbra.json b/packs/triumph-of-the-tusk-bestiary/graveknight-umbra.json new file mode 100644 index 00000000000..1ca4d9dc4c9 --- /dev/null +++ b/packs/triumph-of-the-tusk-bestiary/graveknight-umbra.json @@ -0,0 +1,917 @@ +{ + "_id": "2IFaNuCUbLvWB2QU", + "img": "systems/pf2e/icons/default-icons/npc.svg", + "items": [ + { + "_id": "Usuq1lTFnGGNGmOW", + "_stats": { + "compendiumSource": "Compendium.pf2e.equipment-srd.Item.dUC8Fsa6FZtVikS3" + }, + "img": "icons/weapons/bows/longbow-recurve-brown.webp", + "name": "Composite Longbow", + "sort": 100000, + "system": { + "baseItem": "composite-longbow", + "bonus": { + "value": 0 + }, + "bonusDamage": { + "value": 0 + }, + "bulk": { + "value": 2 + }, + "category": "martial", + "containerId": null, + "damage": { + "damageType": "piercing", + "dice": 1, + "die": "d8" + }, + "description": { + "value": "This projectile weapon is made from horn, wood, and sinew laminated together to increase the power of its pull and the force of its projectile. Like all longbows, its great size also increases the bow's range and power. You must use two hands to fire it, and it cannot be used while mounted. Any time an ability is specifically restricted to a longbow, such as Erastil's favored weapon, it also applies to composite longbows unless otherwise stated.
" + }, + "equipped": { + "carryType": "worn", + "handsHeld": 0, + "invested": null + }, + "group": "bow", + "hardness": 0, + "hp": { + "max": 0, + "value": 0 + }, + "level": { + "value": 0 + }, + "material": { + "grade": null, + "type": null + }, + "price": { + "value": { + "gp": 20 + } + }, + "publication": { + "license": "ORC", + "remaster": true, + "title": "Pathfinder Player Core" + }, + "quantity": 1, + "range": 100, + "reload": { + "value": "0" + }, + "rules": [], + "runes": { + "potency": 0, + "property": [], + "striking": 0 + }, + "size": "med", + "slug": "composite-longbow", + "splashDamage": { + "value": 0 + }, + "traits": { + "rarity": "common", + "value": [ + "deadly-d10", + "propulsive", + "volley-30" + ] + }, + "usage": { + "value": "held-in-one-plus-hands" + } + }, + "type": "weapon" + }, + { + "_id": "8uhwAeJv0kOiwjW0", + "_stats": { + "compendiumSource": "Compendium.pf2e.equipment-srd.Item.8COlYvHe6hKCXY8x" + }, + "img": "icons/weapons/axes/axe-double-engraved.webp", + "name": "Greataxe", + "sort": 200000, + "system": { + "baseItem": "greataxe", + "bonus": { + "value": 0 + }, + "bonusDamage": { + "value": 0 + }, + "bulk": { + "value": 2 + }, + "category": "martial", + "containerId": null, + "damage": { + "damageType": "slashing", + "dice": 1, + "die": "d12" + }, + "description": { + "value": "This large battle axe is too heavy to wield with only one hand. Many greataxes incorporate two blades, and they are often \"bearded,\" having a hook at the bottom to increase the strength of their chopping power.
" + }, + "equipped": { + "carryType": "worn", + "handsHeld": 0, + "invested": null + }, + "group": "axe", + "hardness": 0, + "hp": { + "max": 0, + "value": 0 + }, + "level": { + "value": 0 + }, + "material": { + "grade": null, + "type": null + }, + "price": { + "value": { + "gp": 2 + } + }, + "publication": { + "license": "ORC", + "remaster": true, + "title": "Pathfinder Player Core" + }, + "quantity": 1, + "range": null, + "reload": { + "value": "" + }, + "rules": [], + "runes": { + "potency": 0, + "property": [], + "striking": 0 + }, + "size": "med", + "slug": "greataxe", + "splashDamage": { + "value": 0 + }, + "traits": { + "rarity": "common", + "value": [ + "sweep" + ] + }, + "usage": { + "value": "held-in-two-hands" + } + }, + "type": "weapon" + }, + { + "_id": "vYamsmUJUWGVxqsL", + "_stats": { + "compendiumSource": "Compendium.pf2e.equipment-srd.Item.Gq1cZWSKOtJhKd2p" + }, + "img": "icons/equipment/chest/breastplate-layered-steel-green.webp", + "name": "Full Plate", + "sort": 300000, + "system": { + "acBonus": 6, + "baseItem": "full-plate", + "bulk": { + "value": 4 + }, + "category": "heavy", + "checkPenalty": -3, + "containerId": null, + "description": { + "value": "Plate mail consists of interlocking plates that encase nearly the entire body in a carapace of steel. It is costly and heavy, and the wearer often requires help to don it correctly, but it provides some of the best defense armor can supply. A suit of this armor comes with an undercoat of @UUID[Compendium.pf2e.equipment-srd.Item.Padded Armor] and a pair of @UUID[Compendium.pf2e.equipment-srd.Item.Gauntlet]{gauntlets}.
" + }, + "dexCap": 0, + "equipped": { + "carryType": "worn", + "handsHeld": 0, + "inSlot": true, + "invested": false + }, + "group": "plate", + "hardness": 0, + "hp": { + "max": 0, + "value": 0 + }, + "level": { + "value": 2 + }, + "material": { + "grade": null, + "type": null + }, + "price": { + "value": { + "gp": 30 + } + }, + "publication": { + "license": "ORC", + "remaster": true, + "title": "Pathfinder Player Core" + }, + "quantity": 1, + "rules": [], + "runes": { + "potency": 1, + "property": [], + "resilient": 1 + }, + "size": "med", + "slug": "full-plate", + "speedPenalty": -10, + "strength": 4, + "traits": { + "rarity": "common", + "value": [ + "bulwark" + ] + } + }, + "type": "armor" + }, + { + "_id": "DSpF3QNsGXCQO5Re", + "_stats": { + "compendiumSource": "Compendium.pf2e.equipment-srd.Item.w2ENw2VMPcsbif8g" + }, + "img": "icons/weapons/ammunition/arrows-broadhead-white.webp", + "name": "Arrows", + "sort": 400000, + "system": { + "baseItem": null, + "bulk": { + "value": 0.1 + }, + "category": "ammo", + "containerId": null, + "damage": null, + "description": { + "value": "These projectiles are the ammunition for bows. The shaft of an arrow is made of wood. It is stabilized in flight by fletching at one end and bears a metal head on the other.
" + }, + "equipped": { + "carryType": "worn", + "handsHeld": 0 + }, + "hardness": 0, + "hp": { + "max": 0, + "value": 0 + }, + "level": { + "value": 0 + }, + "material": { + "grade": null, + "type": null + }, + "price": { + "per": 10, + "value": { + "sp": 1 + } + }, + "publication": { + "license": "ORC", + "remaster": true, + "title": "Pathfinder Player Core" + }, + "quantity": 20, + "rules": [], + "size": "med", + "slug": "arrows", + "stackGroup": "arrows", + "traits": { + "rarity": "common", + "value": [] + }, + "usage": { + "value": "held-in-one-hand" + }, + "uses": { + "autoDestroy": true, + "max": 1, + "value": 1 + } + }, + "type": "consumable" + }, + { + "_id": "4adEu2Sh2OYsvkLV", + "img": "systems/pf2e/icons/default-icons/melee.svg", + "name": "Fist", + "sort": 500000, + "system": { + "attackEffects": { + "value": [] + }, + "bonus": { + "value": 23 + }, + "damageRolls": { + "mgs4izgeqgvoi3r4d3r2": { + "damage": "2d6+10", + "damageType": "bludgeoning" + }, + "eu9brchkzus9k057651g": { + "damage": "1d6", + "damageType": "cold" + } + }, + "description": { + "value": "" + }, + "publication": { + "license": "ORC", + "remaster": true, + "title": "" + }, + "rules": [], + "slug": null, + "traits": { + "value": [ + "agile", + "cold" + ] + } + }, + "type": "melee" + }, + { + "_id": "RLt5Eu95zKBMhQgX", + "flags": { + "pf2e": { + "linkedWeapon": "8uhwAeJv0kOiwjW0" + } + }, + "img": "systems/pf2e/icons/default-icons/melee.svg", + "name": "Frost Greataxe", + "sort": 600000, + "system": { + "attackEffects": { + "value": [] + }, + "bonus": { + "value": 24 + }, + "damageRolls": { + "k3LISPw5keNPDlm2": { + "damage": "2d12+10", + "damageType": "slashing" + }, + "vZgPWZD9bjqWnxoZ": { + "damage": "1d6", + "damageType": "cold" + } + }, + "description": { + "value": "" + }, + "publication": { + "license": "OGL", + "remaster": false, + "title": "" + }, + "rules": [], + "slug": "greataxe", + "traits": { + "value": [ + "cold", + "magical", + "sweep" + ] + } + }, + "type": "melee" + }, + { + "_id": "XCfMmPXvB7LJznlU", + "flags": { + "pf2e": { + "linkedWeapon": "Usuq1lTFnGGNGmOW" + } + }, + "img": "systems/pf2e/icons/default-icons/melee.svg", + "name": "Frost Composite Longbow", + "sort": 700000, + "system": { + "attackEffects": { + "value": [] + }, + "bonus": { + "value": 21 + }, + "damageRolls": { + "ykeryqhp11mn21lxueou": { + "damage": "2d8+6", + "damageType": "piercing" + }, + "xrpg5ubgqwg6hoeo84gu": { + "damage": "1d6", + "damageType": "cold" + } + }, + "description": { + "value": "" + }, + "publication": { + "license": "ORC", + "remaster": true, + "title": "" + }, + "rules": [], + "slug": null, + "traits": { + "value": [ + "cold", + "deadly-d10", + "magical", + "propulsive", + "range-increment-100", + "reload-0", + "volley-30" + ] + } + }, + "type": "melee" + }, + { + "_id": "eYkcQHOoOkQpf2rb", + "_stats": { + "compendiumSource": "Compendium.pf2e.bestiary-ability-glossary-srd.Item.W7SbTykXrNwxDzJc" + }, + "img": "systems/pf2e/icons/actions/Reaction.webp", + "name": "Reactive Strike", + "sort": 800000, + "system": { + "actionType": { + "value": "reaction" + }, + "actions": { + "value": null + }, + "category": "defensive", + "description": { + "value": "@Localize[PF2E.NPC.Abilities.Glossary.ReactiveStrike]
" + }, + "publication": { + "license": "ORC", + "remaster": true, + "title": "Pathfinder Monster Core" + }, + "rules": [], + "slug": "reactive-strike", + "traits": { + "value": [] + } + }, + "type": "action" + }, + { + "_id": "oKuYToU9Nv9ALIIv", + "_stats": { + "compendiumSource": "Compendium.pf2e.bestiary-family-ability-glossary.Item.ZIFaA4jDQjM0vq8q" + }, + "img": "systems/pf2e/icons/actions/Passive.webp", + "name": "Rejuvenation", + "sort": 900000, + "system": { + "actionType": { + "value": "passive" + }, + "actions": { + "value": null + }, + "category": "defensive", + "deathNote": true, + "description": { + "value": "When a graveknight is destroyed, their armor rebuilds their body over the course of [[/br 1d10]] days—or more quickly if the armor is worn by a living host. If the body is destroyed before then, the process restarts.
\nA graveknight can only be permanently destroyed by obliterating their armor (such as with @UUID[Compendium.pf2e.spells-srd.Item.Disintegrate]), transporting it to the Forge of Creation, or throwing it into the heart of a volcano.
" + }, + "publication": { + "license": "ORC", + "remaster": true, + "title": "Pathfinder Monster Core" + }, + "rules": [], + "slug": "graveknight-rejuvenation", + "traits": { + "value": [ + "divine" + ] + } + }, + "type": "action" + }, + { + "_id": "xH6NrBw4bYEHU7e3", + "_stats": { + "compendiumSource": "Compendium.pf2e.bestiary-family-ability-glossary.Item.bTJnxBQjr7G8yr30" + }, + "img": "systems/pf2e/icons/actions/Passive.webp", + "name": "Sacrilegious Aura", + "sort": 1000000, + "system": { + "actionType": { + "value": "passive" + }, + "actions": { + "value": null + }, + "category": "defensive", + "description": { + "value": "30 feet.
\nWhen a creature in the aura uses a vitality spell or ability, the graveknight automatically attempts to counteract it, with a counteract modifier of [[/r 1d20+17 #Counteract]]{+17}.
" + }, + "publication": { + "license": "ORC", + "remaster": true, + "title": "Pathfinder Monster Core" + }, + "rules": [ + { + "key": "Aura", + "radius": 30, + "slug": "sacrilegious-aura", + "traits": [ + "divine" + ] + } + ], + "slug": "graveknight-sacrilegious-aura", + "traits": { + "value": [ + "aura", + "divine", + "void" + ] + } + }, + "type": "action" + }, + { + "_id": "8R3jmOcyIfgNNdKr", + "_stats": { + "compendiumSource": "Compendium.pf2e.bestiary-ability-glossary-srd.Item.TTCw5NusiSSkJU1x" + }, + "img": "systems/pf2e/icons/actions/Passive.webp", + "name": "Void Healing", + "sort": 1100000, + "system": { + "actionType": { + "value": "passive" + }, + "actions": { + "value": null + }, + "category": "defensive", + "description": { + "value": "@Localize[PF2E.NPC.Abilities.Glossary.NegativeHealing]
" + }, + "publication": { + "license": "ORC", + "remaster": true, + "title": "Pathfinder Monster Core" + }, + "rules": [ + { + "key": "ActiveEffectLike", + "mode": "override", + "path": "system.attributes.hp.negativeHealing", + "value": true + } + ], + "slug": "void-healing", + "traits": { + "value": [] + } + }, + "type": "action" + }, + { + "_id": "1UmNfowZ4HWxS9rx", + "_stats": { + "compendiumSource": "Compendium.pf2e.bestiary-family-ability-glossary.Item.IxJbFJ8dG5RbZWBD" + }, + "img": "systems/pf2e/icons/actions/TwoActions.webp", + "name": "Devastating Blast", + "sort": 1200000, + "system": { + "actionType": { + "value": "action" + }, + "actions": { + "value": 2 + }, + "category": "offensive", + "description": { + "value": "The graveknight unleashes a @Template[cone|distance:30] of energy. Creatures in the area take @Damage[11d6[cold]] with a @Check[reflex|dc:29|basic].
\nThe graveknight can use this ability once every [[/br 1d4 #Rounds]] rounds.
" + }, + "publication": { + "license": "ORC", + "remaster": true, + "title": "Pathfinder Monster Core" + }, + "rules": [], + "slug": "graveknight-devastating-blast", + "traits": { + "value": [ + "arcane", + "cold" + ] + } + }, + "type": "action" + }, + { + "_id": "snOrUVs5f8v8gtuP", + "_stats": { + "compendiumSource": "Compendium.pf2e.bestiary-family-ability-glossary.Item.5dbzWZbiTyPKgwKS" + }, + "img": "systems/pf2e/icons/actions/Passive.webp", + "name": "Graveknight's Curse", + "sort": 1300000, + "system": { + "actionType": { + "value": "passive" + }, + "actions": { + "value": null + }, + "category": "offensive", + "description": { + "value": "This curse affects anyone who wears a graveknight's armor for at least 1 hour
\nSaving Throw @Check[will|dc:33] save
\nOnset 1 hour
\nStage 1 @UUID[Compendium.pf2e.conditionitems.Item.Doomed]{Doomed 1} and can't remove armor (1 day)
\nStage 2 @UUID[Compendium.pf2e.conditionitems.Item.Doomed]{Doomed 2}, –10-foot status penalty to Speeds, and can't remove armor (1 day)
\nStage 3 dies and transforms into the armor's graveknight.
" + }, + "publication": { + "license": "ORC", + "remaster": true, + "title": "Pathfinder Monster Core" + }, + "rules": [], + "slug": "graveknight-graveknights-curse", + "traits": { + "value": [ + "arcane", + "curse" + ] + } + }, + "type": "action" + }, + { + "_id": "cYzNZC3Tju4useHD", + "_stats": { + "compendiumSource": "Compendium.pf2e.bestiary-family-ability-glossary.Item.BgbSHRdkGH7raOgA" + }, + "img": "systems/pf2e/icons/actions/ThreeActions.webp", + "name": "Phantom Mount", + "sort": 1400000, + "system": { + "actionType": { + "value": "action" + }, + "actions": { + "value": 3 + }, + "category": "offensive", + "description": { + "value": "HP 58; AC 27, Fort +17, Ref +15, Will +14
\nThe graveknight summons a supernatural mount, as @UUID[Compendium.pf2e.spells-srd.Item.Marvelous Mount] heightened to a rank equal to half the graveknight's level. Unlike marvelous mount, the steed's AC and saving throw bonuses are all 4 lower than the graveknight's, and the steed has one-third the graveknight's Hit Points (rounded down).
\nIf the steed is destroyed, the graveknight must wait 1 hour before using this ability again.
" + }, + "publication": { + "license": "ORC", + "remaster": true, + "title": "Pathfinder Monster Core" + }, + "rules": [], + "slug": "graveknight-phantom-mount", + "traits": { + "value": [ + "arcane", + "summon" + ] + } + }, + "type": "action" + }, + { + "_id": "t6KHJCiZXdNJnqxB", + "_stats": { + "compendiumSource": "Compendium.pf2e.bestiary-family-ability-glossary.Item.6isn9nqnvfRrC1wW" + }, + "img": "systems/pf2e/icons/actions/Passive.webp", + "name": "Weapon Master", + "sort": 1500000, + "system": { + "actionType": { + "value": "passive" + }, + "actions": { + "value": null + }, + "category": "offensive", + "description": { + "value": "The graveknight has access to the critical specialization effects of any weapons it wields.
" + }, + "publication": { + "license": "ORC", + "remaster": true, + "title": "Pathfinder Monster Core" + }, + "rules": [ + { + "key": "CriticalSpecialization" + } + ], + "slug": "graveknight-weapon-master", + "traits": { + "value": [] + } + }, + "type": "action" + }, + { + "_id": "8CznKBBokxBMcUVf", + "img": "systems/pf2e/icons/default-icons/lore.svg", + "name": "Warfare Lore", + "sort": 1600000, + "system": { + "description": { + "value": "" + }, + "mod": { + "value": 20 + }, + "proficient": { + "value": 0 + }, + "publication": { + "license": "ORC", + "remaster": true, + "title": "" + }, + "rules": [], + "slug": null, + "traits": {} + }, + "type": "lore" + } + ], + "name": "Graveknight (Umbra)", + "prototypeToken": { + "name": "Graveknight" + }, + "system": { + "abilities": { + "cha": { + "mod": 5 + }, + "con": { + "mod": 4 + }, + "dex": { + "mod": 4 + }, + "int": { + "mod": 2 + }, + "str": { + "mod": 7 + }, + "wis": { + "mod": 3 + } + }, + "attributes": { + "ac": { + "details": "", + "value": 31 + }, + "adjustment": "weak", + "allSaves": { + "value": "" + }, + "hp": { + "details": "rejuvenation, void healing", + "max": 175, + "temp": 0, + "value": 155 + }, + "immunities": [ + { + "exceptions": [], + "type": "cold" + }, + { + "exceptions": [], + "type": "death-effects" + }, + { + "exceptions": [], + "type": "disease" + }, + { + "exceptions": [], + "type": "paralyzed" + }, + { + "exceptions": [], + "type": "poison" + }, + { + "exceptions": [], + "type": "unconscious" + }, + { + "exceptions": [], + "type": "bleed" + } + ], + "speed": { + "otherSpeeds": [], + "value": 25 + } + }, + "details": { + "blurb": "", + "languages": { + "details": "", + "value": [ + "common", + "necril" + ] + }, + "level": { + "value": 10 + }, + "privateNotes": "", + "publicNotes": "Graveknights are undead warriors granted unlife by a cursed suit of armor.
", + "publication": { + "license": "ORC", + "remaster": true, + "title": "Pathfinder Adventure Path #209: Destroyer's Doom" + } + }, + "initiative": { + "statistic": "perception" + }, + "perception": { + "details": "", + "mod": 19, + "senses": [ + { + "type": "darkvision" + } + ] + }, + "resources": {}, + "saves": { + "fortitude": { + "saveDetail": "", + "value": 21 + }, + "reflex": { + "saveDetail": "", + "value": 19 + }, + "will": { + "saveDetail": "", + "value": 18 + } + }, + "skills": { + "athletics": { + "base": 23 + }, + "intimidation": { + "base": 22 + }, + "religion": { + "base": 19 + } + }, + "traits": { + "rarity": "common", + "size": { + "value": "med" + }, + "value": [ + "graveknight", + "undead", + "unholy" + ] + } + }, + "type": "npc" +} diff --git a/packs/triumph-of-the-tusk-bestiary/great-ironbill.json b/packs/triumph-of-the-tusk-bestiary/great-ironbill.json new file mode 100644 index 00000000000..b40d670462e --- /dev/null +++ b/packs/triumph-of-the-tusk-bestiary/great-ironbill.json @@ -0,0 +1,275 @@ +{ + "_id": "79GS1x0EcQ8CKfoE", + "img": "systems/pf2e/icons/default-icons/npc.svg", + "items": [ + { + "_id": "KAV4I3tyUgq2jdBR", + "img": "systems/pf2e/icons/default-icons/melee.svg", + "name": "Beak", + "sort": 100000, + "system": { + "attackEffects": { + "value": [] + }, + "bonus": { + "value": 15 + }, + "damageRolls": { + "8FyQvU6skwxHEewm": { + "damage": "2d6+6", + "damageType": "bludgeoning" + } + }, + "description": { + "value": "" + }, + "publication": { + "license": "OGL", + "remaster": false, + "title": "" + }, + "rules": [], + "slug": null, + "traits": { + "value": [ + "agile" + ] + } + }, + "type": "melee" + }, + { + "_id": "eGrZRXQSFl6Moqoq", + "img": "systems/pf2e/icons/default-icons/melee.svg", + "name": "Talon", + "sort": 200000, + "system": { + "attackEffects": { + "value": [] + }, + "bonus": { + "value": 15 + }, + "damageRolls": { + "opPBJZXNPwbJobyl": { + "damage": "2d6+6", + "damageType": "slashing" + } + }, + "description": { + "value": "" + }, + "publication": { + "license": "OGL", + "remaster": false, + "title": "" + }, + "rules": [], + "slug": null, + "traits": { + "value": [ + "agile", + "reach-10" + ] + } + }, + "type": "melee" + }, + { + "_id": "icBZdOrWFrrLWlUV", + "img": "systems/pf2e/icons/default-icons/action.svg", + "name": "Clatter", + "sort": 300000, + "system": { + "actionType": { + "value": "action" + }, + "actions": { + "value": 2 + }, + "category": "offensive", + "description": { + "value": "The ironbill snaps its beak together. Creatures within 30 feet take @Damage[2d10[sonic]] damage (@Check[will|dc:22|basic] save). On a failure, the creature is also @UUID[Compendium.pf2e.conditionitems.Item.Frightened]{Frightened 1} (@UUID[Compendium.pf2e.conditionitems.Item.Frightened]{Frightened 2} on a critical failure).
" + }, + "publication": { + "license": "OGL", + "remaster": false, + "title": "" + }, + "rules": [], + "slug": null, + "traits": { + "value": [] + } + }, + "type": "action" + }, + { + "_id": "ko7yyPv1Xn8XImpI", + "img": "systems/pf2e/icons/default-icons/action.svg", + "name": "Flyby Attack", + "sort": 400000, + "system": { + "actionType": { + "value": "action" + }, + "actions": { + "value": 2 + }, + "category": "offensive", + "description": { + "value": "The ironbill Flies and makes a talon Strike at any point along the way.
" + }, + "publication": { + "license": "OGL", + "remaster": false, + "title": "" + }, + "rules": [], + "slug": null, + "traits": { + "value": [] + } + }, + "type": "action" + }, + { + "_id": "zTAidUT1pTpQFXC2", + "img": "systems/pf2e/icons/default-icons/action.svg", + "name": "Standstill", + "sort": 500000, + "system": { + "actionType": { + "value": "action" + }, + "actions": { + "value": 1 + }, + "category": "offensive", + "description": { + "value": "The great ironbill becomes unnervingly still. The next creature the ironbill makes a Strike against is @UUID[Compendium.pf2e.conditionitems.Item.Off-Guard] to the ironbill.
" + }, + "publication": { + "license": "OGL", + "remaster": false, + "title": "" + }, + "rules": [], + "slug": null, + "traits": { + "value": [] + } + }, + "type": "action" + } + ], + "name": "Great Ironbill", + "system": { + "abilities": { + "cha": { + "mod": 4 + }, + "con": { + "mod": 2 + }, + "dex": { + "mod": 5 + }, + "int": { + "mod": -4 + }, + "str": { + "mod": 5 + }, + "wis": { + "mod": 2 + } + }, + "attributes": { + "ac": { + "details": "", + "value": 22 + }, + "allSaves": { + "value": "" + }, + "hp": { + "details": "", + "max": 58, + "temp": 0, + "value": 58 + }, + "speed": { + "otherSpeeds": [ + { + "type": "fly", + "value": 40 + } + ], + "value": 20 + } + }, + "details": { + "blurb": "", + "languages": { + "details": "", + "value": [] + }, + "level": { + "value": 5 + }, + "privateNotes": "", + "publicNotes": "The great ironbill, a stork-like creature native to Dirt Sea shores, is known for clapping its fearsome beak to create incredibly loud and unnerving sounds.
Belkzen's megafauna husbandry is a source of orc pride, with many species bred for everyday life. In battle, they provide an edge against foes.
The great ironbill tends to remain eerily still, making it hard to spot when it stands amongst trees or shadows. Combined with their deafeningly loud calls, properly trained ironbills make excellent guards.
", + "publication": { + "license": "ORC", + "remaster": true, + "title": "Pathfinder Adventure Path #209: Destroyer's Doom" + } + }, + "initiative": { + "statistic": "perception" + }, + "perception": { + "details": "", + "mod": 10, + "senses": [ + { + "type": "low-light-vision" + } + ] + }, + "resources": {}, + "saves": { + "fortitude": { + "saveDetail": "", + "value": 9 + }, + "reflex": { + "saveDetail": "", + "value": 15 + }, + "will": { + "saveDetail": "", + "value": 10 + } + }, + "skills": { + "acrobatics": { + "base": 13 + }, + "intimidation": { + "base": 13 + } + }, + "traits": { + "rarity": "common", + "size": { + "value": "lg" + }, + "value": [ + "animal" + ] + } + }, + "type": "npc" +} diff --git a/packs/triumph-of-the-tusk-bestiary/locus-of-death.json b/packs/triumph-of-the-tusk-bestiary/locus-of-death.json new file mode 100644 index 00000000000..db84b8ba5fa --- /dev/null +++ b/packs/triumph-of-the-tusk-bestiary/locus-of-death.json @@ -0,0 +1,166 @@ +{ + "_id": "R2T7hEzM791ex1U2", + "img": "systems/pf2e/icons/default-icons/hazard.svg", + "items": [ + { + "_id": "oZNFYSsl2AKnOY9H", + "img": "systems/pf2e/icons/default-icons/action.svg", + "name": "Death Grip", + "sort": 0, + "system": { + "actionType": { + "value": "reaction" + }, + "actions": { + "value": null + }, + "category": "offensive", + "description": { + "value": "Trigger A creature touches the orb or attempts to disable the haunt
Effect Necromantic energy lashes out from the orb and the triggering creature must succeed at a @Check[will|dc:32] save or be @UUID[Compendium.pf2e.conditionitems.Item.Frightened]{Frightened 1} (@UUID[Compendium.pf2e.conditionitems.Item.Frightened]{Frightened 2} on a critical failure). The haunt then rolls initiative.
" + }, + "publication": { + "license": "OGL", + "remaster": false, + "title": "" + }, + "rules": [], + "slug": null, + "traits": { + "value": [ + "emotion", + "mental" + ] + } + }, + "type": "action" + }, + { + "_id": "s0TKqHUbv93Yln0c", + "img": "systems/pf2e/icons/default-icons/action.svg", + "name": "Death Manifest", + "sort": 0, + "system": { + "actionType": { + "value": "passive" + }, + "actions": { + "value": null + }, + "category": "offensive", + "description": { + "value": "Casting @UUID[Compendium.pf2e.spells-srd.Item.Breath of Life], @UUID[Compendium.pf2e.spells-srd.Item.Death Ward], or @UUID[Compendium.pf2e.spells-srd.Item.Raise Dead] in the orb's presence automatically destroys the locus; other spells or abilities that restore the dead to life might also do so, at GM discretion.
" + }, + "publication": { + "license": "OGL", + "remaster": false, + "title": "" + }, + "rules": [], + "slug": null, + "traits": { + "value": [] + } + }, + "type": "action" + }, + { + "_id": "kyuspH7V0pjRwFKh", + "img": "systems/pf2e/icons/default-icons/action.svg", + "name": "Unholy Repair", + "sort": 0, + "system": { + "actionType": { + "value": "passive" + }, + "actions": { + "value": null + }, + "category": "offensive", + "description": { + "value": "The locus is sustained by the power of Tar-Baphon. The orb regains 10 Hit Points at the beginning of every round and is repaired by void damage.
" + }, + "publication": { + "license": "OGL", + "remaster": false, + "title": "" + }, + "rules": [], + "slug": null, + "traits": { + "value": [] + } + }, + "type": "action" + } + ], + "name": "Locus of Death", + "system": { + "attributes": { + "ac": { + "value": 30 + }, + "emitsSound": "encounter", + "hardness": 20, + "hp": { + "details": "", + "max": 82, + "temp": 0, + "value": 82 + }, + "immunities": [ + { + "exceptions": [], + "type": "critical-hits" + }, + { + "exceptions": [], + "type": "precision" + } + ], + "stealth": { + "details": "(expert)
", + "value": 27 + } + }, + "details": { + "description": "A magical orb inflicts terrible visions of gruesome ends on anyone who approaches.
", + "disable": "@Check[nature|dc:27] (master) to infuse the locus with life force, @Check[occultism|dc:30] or @Check[religion|dc:30] (expert) to counteract the locus's energies, @Check[thievery|dc:35] (master) to extricate the orb from the altar
", + "isComplex": true, + "level": { + "value": 12 + }, + "publication": { + "license": "ORC", + "remaster": true, + "title": "Pathfinder Adventure Path #209: Destroyer's Doom" + }, + "reset": "The haunt deactivates 1 minute after all living creatures leave the area. After 1 hour, the haunt reactivates.
", + "routine": "(1 action; death, emotion, fear, mental) One living creature in the haunt's location (determined randomly) is targeted by a 4th-rank @UUID[Compendium.pf2e.spells-srd.Item.Vision of Death] (@Check[will|dc:32|traits:death,emotion,fear,mental]). A creature that critically fails their save doesn't physically flee but instead can't attempt to disable the hazard until they're no longer frightened. Once all creatures have been affected, the haunt deactivates.
" + }, + "saves": { + "fortitude": { + "saveDetail": "", + "value": 25 + }, + "reflex": { + "saveDetail": "", + "value": 19 + }, + "will": { + "saveDetail": "", + "value": 0 + } + }, + "statusEffects": [], + "traits": { + "rarity": "unique", + "size": { + "value": "med" + }, + "value": [ + "haunt" + ] + } + }, + "type": "hazard" +} diff --git a/packs/triumph-of-the-tusk-bestiary/locus-of-destruction.json b/packs/triumph-of-the-tusk-bestiary/locus-of-destruction.json new file mode 100644 index 00000000000..cb3e6826b44 --- /dev/null +++ b/packs/triumph-of-the-tusk-bestiary/locus-of-destruction.json @@ -0,0 +1,231 @@ +{ + "_id": "vREAP0AmJnONXzKo", + "img": "systems/pf2e/icons/default-icons/hazard.svg", + "items": [ + { + "_id": "taRE7RsSPFMV7D9P", + "img": "systems/pf2e/icons/default-icons/action.svg", + "name": "Destruction's Fury", + "sort": 0, + "system": { + "actionType": { + "value": "reaction" + }, + "actions": { + "value": null + }, + "category": "offensive", + "description": { + "value": "Trigger A creature touches the orb or attempts to disable the haunt
Effect A destructive fury fills the minds of all living creatures in the area, who must succeed at a @Check[will|dc:32] save or be @UUID[Compendium.pf2e.conditionitems.Item.Stupefied]{Stupefied 1} (@UUID[Compendium.pf2e.conditionitems.Item.Stupefied]{Stupefied 2} on a critical failure) for 1 minute. The haunt then rolls initiative.
" + }, + "publication": { + "license": "OGL", + "remaster": false, + "title": "" + }, + "rules": [], + "slug": null, + "traits": { + "value": [ + "emotion", + "mental" + ] + } + }, + "type": "action" + }, + { + "_id": "ugs1W3hxM3YCt7Ry", + "img": "systems/pf2e/icons/default-icons/action.svg", + "name": "Destruction Manifest", + "sort": 0, + "system": { + "actionType": { + "value": "passive" + }, + "actions": { + "value": null + }, + "category": "offensive", + "description": { + "value": "Casting @UUID[Compendium.pf2e.spells-srd.Item.Creation] or a creation domain spell (@UUID[Compendium.pf2e.spells-srd.Item.Creative Splash] or @UUID[Compendium.pf2e.spells-srd.Item.Artistic Flourish]) in the orb's presence automatically destroys the locus; other spells or abilities that create things might also do so at GM discretion.
" + }, + "publication": { + "license": "OGL", + "remaster": false, + "title": "" + }, + "rules": [], + "slug": null, + "traits": { + "value": [] + } + }, + "type": "action" + }, + { + "_id": "WlgR2KJJA2Ec6nyV", + "img": "systems/pf2e/icons/default-icons/action.svg", + "name": "Unholy Repair", + "sort": 0, + "system": { + "actionType": { + "value": "passive" + }, + "actions": { + "value": null + }, + "category": "offensive", + "description": { + "value": "The locus is sustained by the power of Tar-Baphon. The orb regains 10 Hit Points at the beginning of every round and is repaired by void damage.
" + }, + "publication": { + "license": "OGL", + "remaster": false, + "title": "" + }, + "rules": [], + "slug": null, + "traits": { + "value": [] + } + }, + "type": "action" + }, + { + "_id": "HnBzh9swoJILxv6W", + "img": "systems/pf2e/icons/default-icons/melee.svg", + "name": "Destructive Lash", + "sort": 0, + "system": { + "attackEffects": { + "value": [] + }, + "bonus": { + "value": 26 + }, + "damageRolls": { + "gSwnbi7H2LFm0DCD": { + "damage": "3d10", + "damageType": "force" + } + }, + "description": { + "value": "no multiple attack penalty
" + }, + "publication": { + "license": "OGL", + "remaster": false, + "title": "" + }, + "rules": [], + "slug": null, + "traits": { + "value": [] + } + }, + "type": "melee" + }, + { + "_id": "EiJRz6yJ3Te5iqNj", + "img": "systems/pf2e/icons/default-icons/action.svg", + "name": "Destructive Backlash", + "sort": 0, + "system": { + "actionType": { + "value": "free" + }, + "actions": { + "value": null + }, + "category": "offensive", + "description": { + "value": "Trigger The orb is damaged by an attack
Effect The locus makes a destructive lash Strike against the triggering creature.
" + }, + "publication": { + "license": "OGL", + "remaster": false, + "title": "" + }, + "rules": [], + "slug": null, + "traits": { + "value": [ + "void" + ] + } + }, + "type": "action" + } + ], + "name": "Locus of Destruction", + "system": { + "attributes": { + "ac": { + "value": 30 + }, + "emitsSound": "encounter", + "hardness": 20, + "hp": { + "details": "", + "max": 82, + "temp": 0, + "value": 82 + }, + "immunities": [ + { + "exceptions": [], + "type": "critical-hits" + }, + { + "exceptions": [], + "type": "precision" + } + ], + "stealth": { + "details": "(expert)
", + "value": 27 + } + }, + "details": { + "description": "A magical orb drives intruders to commit acts of mindless destruction.
", + "disable": "@Check[crafting|dc:27] (master) to reconfigure the locus, @Check[occultism|dc:30] or @Check[religion|dc:30] (expert) to counteract the locus's energies, @Check[thievery|dc:35] (master) to extricate the orb from the altar
", + "isComplex": true, + "level": { + "value": 12 + }, + "publication": { + "license": "ORC", + "remaster": true, + "title": "Pathfinder Adventure Path #209: Destroyer's Doom" + }, + "reset": "The haunt deactivates 1 minute after all living creatures leave the area. After 1 hour, the haunt reactivates.
", + "routine": "(1 action; mental) The destructive impulses grow stronger. Affected creatures must attempt a @Check[will|dc:32|traits:mental] save; creatures who fail or critically fail can't attempt to disable the haunt that turn.
Critical Success The creature is unaffected and temporarily immune for 1 minute.
Success The creature is unaffected this round.
Failure The creature becomes @UUID[Compendium.pf2e.conditionitems.Item.Confused] for 1 round, targeting both creatures and objects.
Critical Failure As failure but the confusion lasts for 1 minute.
" + }, + "saves": { + "fortitude": { + "saveDetail": "", + "value": 25 + }, + "reflex": { + "saveDetail": "", + "value": 19 + }, + "will": { + "saveDetail": "", + "value": 0 + } + }, + "statusEffects": [], + "traits": { + "rarity": "unique", + "size": { + "value": "med" + }, + "value": [ + "haunt" + ] + } + }, + "type": "hazard" +} diff --git a/packs/triumph-of-the-tusk-bestiary/locus-of-pain.json b/packs/triumph-of-the-tusk-bestiary/locus-of-pain.json new file mode 100644 index 00000000000..025387e41ee --- /dev/null +++ b/packs/triumph-of-the-tusk-bestiary/locus-of-pain.json @@ -0,0 +1,166 @@ +{ + "_id": "wA6006Kc9ig401r6", + "img": "systems/pf2e/icons/default-icons/hazard.svg", + "items": [ + { + "_id": "2PC0MWRiBZUVNniI", + "img": "systems/pf2e/icons/default-icons/action.svg", + "name": "Agony Lash", + "sort": 0, + "system": { + "actionType": { + "value": "reaction" + }, + "actions": { + "value": null + }, + "category": "offensive", + "description": { + "value": "Trigger A creature touches the orb or attempts to disable the haunt
Effect All living creatures within 60 feet are overwhelmed by pain and must succeed at a @Check[fortitude|dc:32] save or be @UUID[Compendium.pf2e.conditionitems.Item.Sickened]{Sickened 1} (@UUID[Compendium.pf2e.conditionitems.Item.Sickened]{Sickened 2} on a critical failure). The haunt then rolls initiative.
" + }, + "publication": { + "license": "OGL", + "remaster": false, + "title": "" + }, + "rules": [], + "slug": null, + "traits": { + "value": [ + "emotion", + "mental" + ] + } + }, + "type": "action" + }, + { + "_id": "OP1OdZVCQLwL71wG", + "img": "systems/pf2e/icons/default-icons/action.svg", + "name": "Pain Manifest", + "sort": 0, + "system": { + "actionType": { + "value": "passive" + }, + "actions": { + "value": null + }, + "category": "offensive", + "description": { + "value": "Casting @UUID[Compendium.pf2e.spells-srd.Item.Calm] or @UUID[Compendium.pf2e.spells-srd.Item.Soothe] in the orb's presence automatically destroys the locus; other spells or abilities that ease pain might also do so, at GM discretion.
" + }, + "publication": { + "license": "OGL", + "remaster": false, + "title": "" + }, + "rules": [], + "slug": null, + "traits": { + "value": [] + } + }, + "type": "action" + }, + { + "_id": "TIlhb8GWzry8wFBb", + "img": "systems/pf2e/icons/default-icons/action.svg", + "name": "Unholy Repair", + "sort": 0, + "system": { + "actionType": { + "value": "passive" + }, + "actions": { + "value": null + }, + "category": "offensive", + "description": { + "value": "The locus is sustained by the power of Tar-Baphon. The orb regains 10 Hit Points at the beginning of every round and is repaired by void damage.
" + }, + "publication": { + "license": "OGL", + "remaster": false, + "title": "" + }, + "rules": [], + "slug": null, + "traits": { + "value": [] + } + }, + "type": "action" + } + ], + "name": "Locus of Pain", + "system": { + "attributes": { + "ac": { + "value": 30 + }, + "emitsSound": "encounter", + "hardness": 20, + "hp": { + "details": "", + "max": 82, + "temp": 0, + "value": 82 + }, + "immunities": [ + { + "exceptions": [], + "type": "critical-hits" + }, + { + "exceptions": [], + "type": "precision" + } + ], + "stealth": { + "details": "(expert)
", + "value": 27 + } + }, + "details": { + "description": "An arcane orb sits upon a sinister altar, filling creatures in the area with unimaginable pain.
", + "disable": "@Check[medicine|dc:27] (master) to soothe the locus's pain, @Check[occultism|dc:30] or @Check[religion|dc:30] to counteract the locus's energies, @Check[thievery|dc:35] (master) to extricate the orb from the altar
", + "isComplex": true, + "level": { + "value": 12 + }, + "publication": { + "license": "ORC", + "remaster": true, + "title": "Pathfinder Adventure Path #209: Destroyer's Doom" + }, + "reset": "The haunt deactivates 1 minute after all living creatures leave the area. After 1 hour, the haunt reactivates.
", + "routine": "(1 action; mental, nonlethal) Creatures affected by the haunt's agony lash are wracked with pain, as 4th-rank @UUID[Compendium.pf2e.spells-srd.Item.Phantom Pain] (@Check[will|dc:32|traits:mental,nonlethal]). If a creature falls @UUID[Compendium.pf2e.conditionitems.Item.Unconscious] due to the haunt, they don't continue taking damage.
" + }, + "saves": { + "fortitude": { + "saveDetail": "", + "value": 25 + }, + "reflex": { + "saveDetail": "", + "value": 19 + }, + "will": { + "saveDetail": "", + "value": 0 + } + }, + "statusEffects": [], + "traits": { + "rarity": "unique", + "size": { + "value": "med" + }, + "value": [ + "haunt" + ] + } + }, + "type": "hazard" +} diff --git a/packs/triumph-of-the-tusk-bestiary/molog.json b/packs/triumph-of-the-tusk-bestiary/molog.json new file mode 100644 index 00000000000..2d07f7e6579 --- /dev/null +++ b/packs/triumph-of-the-tusk-bestiary/molog.json @@ -0,0 +1,765 @@ +{ + "_id": "7UR30qeUnnBwY9XE", + "img": "systems/pf2e/icons/default-icons/npc.svg", + "items": [ + { + "_id": "APOv9lpoZ22mYprg", + "_stats": { + "compendiumSource": "Compendium.pf2e.equipment-srd.Item.vlnzTSsRmWeSkt9O" + }, + "img": "icons/weapons/polearms/glaive-simple.webp", + "name": "Glaive", + "sort": 100000, + "system": { + "baseItem": "glaive", + "bonus": { + "value": 0 + }, + "bonusDamage": { + "value": 0 + }, + "bulk": { + "value": 2 + }, + "category": "martial", + "containerId": null, + "damage": { + "damageType": "slashing", + "dice": 1, + "die": "d8" + }, + "description": { + "value": "This polearm consists of a long, single-edged blade on the end of a 7-foot pole. It is extremely effective at delivering lethal cuts at a distance.
" + }, + "equipped": { + "carryType": "worn", + "handsHeld": 0, + "invested": null + }, + "group": "polearm", + "hardness": 0, + "hp": { + "max": 0, + "value": 0 + }, + "level": { + "value": 0 + }, + "material": { + "grade": null, + "type": null + }, + "price": { + "value": { + "gp": 1 + } + }, + "publication": { + "license": "ORC", + "remaster": true, + "title": "Pathfinder Player Core" + }, + "quantity": 1, + "range": null, + "reload": { + "value": "" + }, + "rules": [], + "runes": { + "potency": 1, + "property": [], + "striking": 1 + }, + "size": "med", + "slug": "glaive", + "splashDamage": { + "value": 0 + }, + "traits": { + "rarity": "common", + "value": [ + "deadly-d8", + "forceful", + "reach" + ] + }, + "usage": { + "value": "held-in-two-hands" + } + }, + "type": "weapon" + }, + { + "_id": "rNnqppsw1GJn52zl", + "_stats": { + "compendiumSource": "Compendium.pf2e.equipment-srd.Item.e4NwsnPnpQKbDZ9F" + }, + "img": "icons/weapons/bows/shortbow-recurve-bone.webp", + "name": "Composite Shortbow", + "sort": 200000, + "system": { + "baseItem": "composite-shortbow", + "bonus": { + "value": 0 + }, + "bonusDamage": { + "value": 0 + }, + "bulk": { + "value": 1 + }, + "category": "martial", + "containerId": null, + "damage": { + "damageType": "piercing", + "dice": 1, + "die": "d6" + }, + "description": { + "value": "This shortbow is made from horn, wood, and sinew laminated together to increase the power of its pull and the force of its projectile. Its compact size and power make it a favorite of mounted archers. Any time an ability is specifically restricted to a shortbow, it also applies to composite shortbows unless otherwise stated.
" + }, + "equipped": { + "carryType": "worn", + "handsHeld": 0, + "invested": null + }, + "group": "bow", + "hardness": 0, + "hp": { + "max": 0, + "value": 0 + }, + "level": { + "value": 0 + }, + "material": { + "grade": null, + "type": null + }, + "price": { + "value": { + "gp": 14 + } + }, + "publication": { + "license": "ORC", + "remaster": true, + "title": "Pathfinder Player Core" + }, + "quantity": 1, + "range": 60, + "reload": { + "value": "0" + }, + "rules": [], + "runes": { + "potency": 1, + "property": [], + "striking": 0 + }, + "size": "med", + "slug": "composite-shortbow", + "splashDamage": { + "value": 0 + }, + "traits": { + "rarity": "common", + "value": [ + "deadly-d10", + "propulsive" + ] + }, + "usage": { + "value": "held-in-one-plus-hands" + } + }, + "type": "weapon" + }, + { + "_id": "KVbeHyyNGUEiOjO6", + "_stats": { + "compendiumSource": "Compendium.pf2e.equipment-srd.Item.pRoikbRo5HFW6YUB" + }, + "img": "icons/equipment/chest/breastplate-gorget-steel-white.webp", + "name": "Half Plate", + "sort": 300000, + "system": { + "acBonus": 5, + "baseItem": "half-plate", + "bulk": { + "value": 3 + }, + "category": "heavy", + "checkPenalty": -3, + "containerId": null, + "description": { + "value": "Half plate consists of most of the upper body plates used in full plate, with lighter or sparser steel plate protection for the arms and legs. This provides some of the protection of full plate with greater flexibility and speed. A suit of this armor comes with an undercoat of @UUID[Compendium.pf2e.equipment-srd.Item.Padded Armor] and a pair of @UUID[Compendium.pf2e.equipment-srd.Item.Gauntlet]{gauntlets}.
" + }, + "dexCap": 1, + "equipped": { + "carryType": "worn", + "invested": null + }, + "group": "plate", + "hardness": 0, + "hp": { + "max": 0, + "value": 0 + }, + "level": { + "value": 1 + }, + "material": { + "grade": null, + "type": null + }, + "price": { + "value": { + "gp": 18 + } + }, + "publication": { + "license": "ORC", + "remaster": true, + "title": "Pathfinder Player Core" + }, + "quantity": 1, + "rules": [], + "runes": { + "potency": 1, + "property": [], + "resilient": 0 + }, + "size": "med", + "slug": "half-plate", + "speedPenalty": -10, + "strength": 3, + "traits": { + "rarity": "common", + "value": [] + } + }, + "type": "armor" + }, + { + "_id": "BRAZStPrlfw0cXMH", + "_stats": { + "compendiumSource": "Compendium.pf2e.equipment-srd.Item.isWSWeuJR2cYVdfi" + }, + "img": "icons/sundries/flags/banner-standard-brown.webp", + "name": "Standard of the Primeval Howl", + "sort": 400000, + "system": { + "baseItem": null, + "bulk": { + "value": 1 + }, + "containerId": null, + "description": { + "value": "These standards are always constructed from uncut wood and a leather banner painted with the visage of a wyvern. And while it might become lost on a battlefield scattered with gaudier standards, its effect bolsters those around a competent leader. When carrying this banner, you gain a +1 item bonus to Intimidation checks and initiative rolls, and creatures in a @Template[emanation|distance:20] also gain a +1 item bonus to initiative checks.
\n@UUID[Compendium.pf2e.equipment-effects.Item.Effect: Standard of the Primeval Howl]
Activate R command
\nFrequency once per hour
\nTrigger An ally within 20 feet of you critically hits with a Strike
\nRequirements You have the @UUID[Compendium.pf2e.feats-srd.Item.Battle Cry] skill feat
\nEffect You attempt to @UUID[Compendium.pf2e.actionspf2e.Item.Demoralize] the foe the Strike hit.
" + }, + "equipped": { + "carryType": "worn", + "invested": null + }, + "hardness": 0, + "hp": { + "max": 0, + "value": 0 + }, + "level": { + "value": 10 + }, + "material": { + "grade": null, + "type": null + }, + "price": { + "value": { + "gp": 900 + } + }, + "publication": { + "license": "OGL", + "remaster": false, + "title": "Pathfinder Treasure Vault" + }, + "quantity": 1, + "rules": [ + { + "key": "FlatModifier", + "selector": [ + "intimidation", + "initiative" + ], + "type": "item", + "value": 1 + }, + { + "effects": [ + { + "affects": "all", + "events": [ + "enter" + ], + "includesSelf": false, + "uuid": "Compendium.pf2e.equipment-effects.Item.Effect: Standard of the Primeval Howl" + } + ], + "key": "Aura", + "radius": 20, + "slug": "standard-of-the-primeval-howl", + "traits": [] + } + ], + "size": "med", + "slug": "standard-of-the-primeval-howl", + "traits": { + "rarity": "common", + "value": [ + "magical", + "mental" + ] + }, + "usage": { + "value": "held-in-one-hand" + } + }, + "type": "equipment" + }, + { + "_id": "re8s5BdVm2aDUmpQ", + "flags": { + "pf2e": { + "linkedWeapon": "APOv9lpoZ22mYprg" + } + }, + "img": "systems/pf2e/icons/default-icons/melee.svg", + "name": "Glaive", + "sort": 500000, + "system": { + "attackEffects": { + "value": [] + }, + "bonus": { + "value": 28 + }, + "damageRolls": { + "gbUVJIj4YVmTUIUz": { + "damage": "2d12+11", + "damageType": "slashing" + } + }, + "description": { + "value": "" + }, + "publication": { + "license": "OGL", + "remaster": false, + "title": "" + }, + "rules": [], + "slug": "glaive", + "traits": { + "value": [ + "deadly-d8", + "forceful", + "magical", + "reach-10" + ] + } + }, + "type": "melee" + }, + { + "_id": "mLz9jTyTSAjsRSTp", + "flags": { + "pf2e": { + "linkedWeapon": "rNnqppsw1GJn52zl" + } + }, + "img": "systems/pf2e/icons/default-icons/melee.svg", + "name": "Composite Shortbow", + "sort": 600000, + "system": { + "attackEffects": { + "value": [] + }, + "bonus": { + "value": 22 + }, + "damageRolls": { + "x7eaHKqpsU1qQINZ": { + "damage": "4d6+5", + "damageType": "piercing" + } + }, + "description": { + "value": "" + }, + "publication": { + "license": "OGL", + "remaster": false, + "title": "" + }, + "rules": [], + "slug": "composite-shortbow", + "traits": { + "value": [ + "deadly-d10", + "magical", + "propulsive", + "range-increment-60", + "reload-0" + ] + } + }, + "type": "melee" + }, + { + "_id": "jvxSRcPBHtsNMKY3", + "_stats": { + "compendiumSource": "Compendium.pf2e.bestiary-ability-glossary-srd.Item.N1kstYbHScxgUQtN" + }, + "img": "systems/pf2e/icons/actions/Reaction.webp", + "name": "Ferocity", + "sort": 700000, + "system": { + "actionType": { + "value": "reaction" + }, + "actions": { + "value": null + }, + "category": "defensive", + "deathNote": true, + "description": { + "value": "@Localize[PF2E.NPC.Abilities.Glossary.Ferocity]
" + }, + "publication": { + "license": "ORC", + "remaster": true, + "title": "Pathfinder Monster Core" + }, + "rules": [], + "slug": "ferocity", + "traits": { + "value": [] + } + }, + "type": "action" + }, + { + "_id": "J7bwpSXZBsmomQmg", + "img": "systems/pf2e/icons/default-icons/action.svg", + "name": "Frightful Standard", + "sort": 800000, + "system": { + "actionType": { + "value": "passive" + }, + "actions": { + "value": null + }, + "category": "defensive", + "description": { + "value": "30 feet, @Check[will|dc:27].
\nAs long as Molog remains mounted and his standard is intact, he has frightful presence against enemies within the aura.
@Localize[PF2E.NPC.Abilities.Glossary.FrightfulPresence]
" + }, + "publication": { + "license": "OGL", + "remaster": false, + "title": "" + }, + "rules": [ + { + "key": "Aura", + "radius": 30 + } + ], + "slug": null, + "traits": { + "value": [ + "aura", + "emotion", + "fear", + "mental" + ] + } + }, + "type": "action" + }, + { + "_id": "XEMEJZ2ipdMwVu5S", + "img": "systems/pf2e/icons/default-icons/action.svg", + "name": "Battle Cry", + "sort": 900000, + "system": { + "actionType": { + "value": "free" + }, + "actions": { + "value": null + }, + "category": "offensive", + "description": { + "value": "Trigger Molog rolls initiative
Effect Molog attempts to @UUID[Compendium.pf2e.actionspf2e.Item.Demoralize] an observed foe.
" + }, + "publication": { + "license": "OGL", + "remaster": false, + "title": "" + }, + "rules": [], + "slug": null, + "traits": { + "value": [] + } + }, + "type": "action" + }, + { + "_id": "dhpIKD9jrHC3cMOf", + "img": "systems/pf2e/icons/default-icons/action.svg", + "name": "Trampling Charge", + "sort": 1000000, + "system": { + "actionType": { + "value": "action" + }, + "actions": { + "value": 3 + }, + "category": "offensive", + "description": { + "value": "Molog urges Bloodwing forward, trampling enemies in their path. He commands her to Stride or Fly up to her Speed, moving through the spaces of any foes in his path up to Large size. Bloodwing deals damage equal to her claw melee Strike to each creature whose space they move through, subject to a @Check[reflex|dc:31|basic] save. On a critical failure, the creature also becomes @UUID[Compendium.pf2e.conditionitems.Item.Off-Guard] until the end of Molog's next turn. He can damage a given creature only once during this movement.
" + }, + "publication": { + "license": "OGL", + "remaster": false, + "title": "" + }, + "rules": [], + "slug": null, + "traits": { + "value": [ + "flourish" + ] + } + }, + "type": "action" + }, + { + "_id": "2z6CmFr0DNZwUBT7", + "img": "systems/pf2e/icons/default-icons/action.svg", + "name": "Weapon Adept", + "sort": 1100000, + "system": { + "actionType": { + "value": "action" + }, + "actions": { + "value": 1 + }, + "category": "offensive", + "description": { + "value": "Moloch can Swap between his glaive and composite shortbow, then Strike with the weapon he switched to.
" + }, + "publication": { + "license": "OGL", + "remaster": false, + "title": "" + }, + "rules": [], + "slug": null, + "traits": { + "value": [] + } + }, + "type": "action" + }, + { + "_id": "IrP94ne43PcN81Nn", + "_stats": { + "compendiumSource": "Actor.K4RHacsVSD3J8i2f.Item.tDR4IjM9uRaPIdd3" + }, + "img": "systems/pf2e/icons/default-icons/action.svg", + "name": "Wyvern's Swoop", + "sort": 1200000, + "system": { + "actionType": { + "value": "action" + }, + "actions": { + "value": 2 + }, + "category": "offensive", + "description": { + "value": "Requirements Molog is mounting his wyvern
Effect Molog Commands his mount to Stride twice. At any point during this movement, he can Strike one enemy within reach or within the first range increment of his ranged weapon, with a +1 circumstance bonus to his attack roll. If he began this movement at a higher point than his target, he deals an additional die of damage with this Strike.
" + }, + "publication": { + "license": "OGL", + "remaster": false, + "title": "" + }, + "rules": [ + { + "domain": "all", + "key": "RollOption", + "option": "wyverns-swoop", + "toggleable": true + }, + { + "key": "FlatModifier", + "predicate": [ + "wyverns-swoop" + ], + "selector": "strike-attack-roll", + "type": "circumstance", + "value": 1 + }, + { + "domain": "all", + "key": "RollOption", + "label": "PF2E.NPCAbility.WyvernRider.WyvernsSwoop.HigherElevation", + "option": "swooping-down", + "predicate": [ + "wyverns-swoop" + ], + "toggleable": true + }, + { + "diceNumber": 1, + "key": "DamageDice", + "predicate": [ + "wyverns-swoop", + "swooping-down" + ], + "selector": "strike-damage" + } + ], + "slug": null, + "traits": { + "value": [ + "flourish" + ] + } + }, + "type": "action" + } + ], + "name": "Molog", + "system": { + "abilities": { + "cha": { + "mod": 3 + }, + "con": { + "mod": 5 + }, + "dex": { + "mod": 4 + }, + "int": { + "mod": 0 + }, + "str": { + "mod": 8 + }, + "wis": { + "mod": 1 + } + }, + "attributes": { + "ac": { + "details": "", + "value": 32 + }, + "allSaves": { + "value": "" + }, + "hp": { + "details": "", + "max": 225, + "temp": 0, + "value": 225 + }, + "speed": { + "otherSpeeds": [], + "value": 25 + } + }, + "details": { + "blurb": "", + "languages": { + "details": "", + "value": [ + "common", + "draconic", + "orcish" + ] + }, + "level": { + "value": 11 + }, + "privateNotes": "", + "publicNotes": "", + "publication": { + "license": "ORC", + "remaster": true, + "title": "Pathfinder Adventure Path #209: Destroyer's Doom" + } + }, + "initiative": { + "statistic": "perception" + }, + "perception": { + "details": "", + "mod": 18, + "senses": [ + { + "type": "darkvision" + } + ] + }, + "resources": {}, + "saves": { + "fortitude": { + "saveDetail": "", + "value": 21 + }, + "reflex": { + "saveDetail": "", + "value": 19 + }, + "will": { + "saveDetail": "", + "value": 16 + } + }, + "skills": { + "acrobatics": { + "base": 20 + }, + "athletics": { + "base": 26 + }, + "intimidation": { + "base": 20 + }, + "nature": { + "base": 17 + } + }, + "traits": { + "rarity": "unique", + "size": { + "value": "med" + }, + "value": [ + "humanoid", + "orc" + ] + } + }, + "type": "npc" +} diff --git a/packs/triumph-of-the-tusk-bestiary/nakasha.json b/packs/triumph-of-the-tusk-bestiary/nakasha.json new file mode 100644 index 00000000000..c9cbe3bc58a --- /dev/null +++ b/packs/triumph-of-the-tusk-bestiary/nakasha.json @@ -0,0 +1,527 @@ +{ + "_id": "JCI80JSSHICBMi22", + "img": "systems/pf2e/icons/default-icons/npc.svg", + "items": [ + { + "_id": "6lquvbNwCRcjj0Kd", + "_stats": { + "compendiumSource": "Compendium.pf2e.equipment-srd.Item.FNDq4NFSN0g2HKWO" + }, + "img": "icons/equipment/hand/gauntlet-simple-leather-brown-gold.webp", + "name": "Handwraps of Mighty Blows", + "sort": 100000, + "system": { + "baseItem": null, + "bonus": { + "value": 1 + }, + "bonusDamage": { + "value": 0 + }, + "bulk": { + "value": 0 + }, + "category": "unarmed", + "containerId": null, + "damage": { + "damageType": "bludgeoning", + "dice": 1, + "die": "d4" + }, + "description": { + "value": "As you invest these embroidered strips of cloth, you must meditate and slowly wrap them around your hands. These handwraps have weapon runes etched into them to give your unarmed attacks the benefits of those runes, making your unarmed attacks work like magic weapons. For example, +1 striking handwraps of mighty blows would give you a +1 item bonus to attack rolls with your unarmed attacks and increase the damage of your unarmed attacks from one weapon die to two (normally 2d4 instead of 1d4, but if your fists have a different weapon damage die or you have other unarmed attacks, use two of that die size instead).
\nYou can upgrade, add, and transfer runes to and from the handwraps just as you would for a weapon, and you can attach talismans to the handwraps. Treat the handwraps as melee weapons of the brawling group with light Bulk for these purposes. Property runes apply only when they would be applicable to the unarmed attack you're using. For example, a property that must be applied to a slashing weapon wouldn't function when you attacked with a fist, but you would gain its benefits if you attacked with a claw or some other slashing unarmed attack.
" + }, + "equipped": { + "carryType": "worn", + "handsHeld": 0, + "invested": null + }, + "group": "brawling", + "hardness": 0, + "hp": { + "max": 0, + "value": 0 + }, + "level": { + "value": 2 + }, + "material": { + "grade": null, + "type": null + }, + "price": { + "value": { + "gp": 35 + } + }, + "publication": { + "license": "ORC", + "remaster": true, + "title": "Pathfinder GM Core" + }, + "quantity": 1, + "range": null, + "reload": { + "value": "" + }, + "rules": [], + "runes": { + "potency": 1, + "property": [], + "striking": 1 + }, + "size": "med", + "slug": "handwraps-of-mighty-blows", + "splashDamage": { + "value": 0 + }, + "traits": { + "otherTags": [ + "handwraps-of-mighty-blows" + ], + "rarity": "common", + "value": [ + "invested", + "magical" + ] + }, + "usage": { + "value": "worngloves" + } + }, + "type": "weapon" + }, + { + "_id": "olqtZ6EDOVsRTXaj", + "_stats": { + "compendiumSource": "Compendium.pf2e.equipment-srd.Item.AnwzlOs0njF9Jqnr" + }, + "img": "icons/equipment/chest/vest-leather-tattered-white.webp", + "name": "Hide Armor", + "sort": 200000, + "system": { + "acBonus": 3, + "baseItem": "hide-armor", + "bulk": { + "value": 2 + }, + "category": "medium", + "checkPenalty": -2, + "containerId": null, + "description": { + "value": "A mix of furs, sturdy hide, and sometimes molded boiled leather, this armor provides protection due to its layers of leather, though its bulkiness slows the wearer down and decreases mobility.
" + }, + "dexCap": 2, + "equipped": { + "carryType": "worn", + "invested": null + }, + "group": "leather", + "hardness": 0, + "hp": { + "max": 0, + "value": 0 + }, + "level": { + "value": 0 + }, + "material": { + "grade": null, + "type": null + }, + "price": { + "value": { + "gp": 2 + } + }, + "publication": { + "license": "ORC", + "remaster": true, + "title": "Pathfinder Player Core" + }, + "quantity": 1, + "rules": [], + "runes": { + "potency": 0, + "property": [], + "resilient": 0 + }, + "size": "med", + "slug": "hide-armor", + "speedPenalty": -5, + "strength": 2, + "traits": { + "rarity": "common", + "value": [] + } + }, + "type": "armor" + }, + { + "_id": "IhX89v5TLqiI4wEg", + "img": "systems/pf2e/icons/default-icons/melee.svg", + "name": "Fist", + "sort": 300000, + "system": { + "attackEffects": { + "value": [] + }, + "bonus": { + "value": 19 + }, + "damageRolls": { + "lVxcxWODYClgwryF": { + "damage": "2d10+6", + "damageType": "bludgeoning" + } + }, + "description": { + "value": "" + }, + "publication": { + "license": "OGL", + "remaster": false, + "title": "" + }, + "rules": [], + "slug": null, + "traits": { + "value": [ + "agile", + "finesse", + "nonlethal" + ] + } + }, + "type": "melee" + }, + { + "_id": "dkwHdgoPiBJC5YoQ", + "_stats": { + "compendiumSource": "Compendium.pf2e.bestiary-ability-glossary-srd.Item.N1kstYbHScxgUQtN" + }, + "img": "systems/pf2e/icons/actions/Reaction.webp", + "name": "Ferocity", + "sort": 400000, + "system": { + "actionType": { + "value": "reaction" + }, + "actions": { + "value": null + }, + "category": "defensive", + "deathNote": true, + "description": { + "value": "@Localize[PF2E.NPC.Abilities.Glossary.Ferocity]
" + }, + "publication": { + "license": "ORC", + "remaster": true, + "title": "Pathfinder Monster Core" + }, + "rules": [], + "slug": "ferocity", + "traits": { + "value": [] + } + }, + "type": "action" + }, + { + "_id": "qmunXYZFVlgCD1Pj", + "img": "systems/pf2e/icons/default-icons/action.svg", + "name": "Flurry of Blows", + "sort": 500000, + "system": { + "actionType": { + "value": "action" + }, + "actions": { + "value": 1 + }, + "category": "offensive", + "description": { + "value": "Nakasha makes two unarmed Strikes. If both hit the same creature, combine their damage for the purpose of resistances and weaknesses.
" + }, + "publication": { + "license": "OGL", + "remaster": false, + "title": "" + }, + "rules": [], + "slug": null, + "traits": { + "value": [ + "flourish" + ] + } + }, + "type": "action" + }, + { + "_id": "OMU1iQbtfqTX2JmL", + "img": "systems/pf2e/icons/default-icons/action.svg", + "name": "Flurry of Maneuvers", + "sort": 600000, + "system": { + "actionType": { + "value": "passive" + }, + "actions": { + "value": null + }, + "category": "offensive", + "description": { + "value": "Nakasha can replace one or both of her attacks during a Flurry of Blows with @UUID[Compendium.pf2e.actionspf2e.Item.Grapple]{Grapples}, @UUID[Compendium.pf2e.actionspf2e.Item.Shove]{Shoves}, or @UUID[Compendium.pf2e.actionspf2e.Item.Trip]{Trips}.
" + }, + "publication": { + "license": "OGL", + "remaster": false, + "title": "" + }, + "rules": [], + "slug": null, + "traits": { + "value": [] + } + }, + "type": "action" + }, + { + "_id": "YJp2pyuMleCsNqYD", + "img": "systems/pf2e/icons/default-icons/action.svg", + "name": "Ironblood Stance", + "sort": 700000, + "system": { + "actionType": { + "value": "action" + }, + "actions": { + "value": 1 + }, + "category": "offensive", + "description": { + "value": "Nakasha enters a stance of impenetrable iron. As long as she's in this stance, Nakasha can make iron sweep Strikes with her fists and gains resistance 2 to all damage.
" + }, + "publication": { + "license": "OGL", + "remaster": false, + "title": "" + }, + "rules": [], + "selfEffect": { + "name": "Effect: Ironblood Stance", + "uuid": "Compendium.pf2e.bestiary-effects.Item.Effect: Ironblood Stance" + }, + "slug": null, + "traits": { + "value": [ + "stance" + ] + } + }, + "type": "action" + }, + { + "_id": "0E5mFLjaTNdGDY5E", + "img": "systems/pf2e/icons/default-icons/action.svg", + "name": "Powerful Fist", + "sort": 800000, + "system": { + "actionType": { + "value": "passive" + }, + "actions": { + "value": null + }, + "category": "offensive", + "description": { + "value": "Nakasha's fist Strikes don't take penalties when making lethal attacks.
" + }, + "publication": { + "license": "OGL", + "remaster": false, + "title": "" + }, + "rules": [], + "slug": null, + "traits": { + "value": [] + } + }, + "type": "action" + }, + { + "_id": "AXkQ8crB3GivPvvf", + "img": "systems/pf2e/icons/default-icons/action.svg", + "name": "Stunning Fist", + "sort": 900000, + "system": { + "actionType": { + "value": "passive" + }, + "actions": { + "value": null + }, + "category": "offensive", + "description": { + "value": "When Nakasha targets the same creature with two Strikes from her Flurry of Blows, she can try to stun the creature. If either Strike hits and deals damage, the target must succeed at a @Check[fortitude|dc:23] save or be @UUID[Compendium.pf2e.conditionitems.Item.Stunned]{Stunned 1} (or @UUID[Compendium.pf2e.conditionitems.Item.Stunned]{Stunned 3} on a critical failure).
" + }, + "publication": { + "license": "OGL", + "remaster": false, + "title": "" + }, + "rules": [], + "slug": null, + "traits": { + "value": [ + "incapacitation" + ] + } + }, + "type": "action" + }, + { + "_id": "4cRVtsVKdyTnHPiF", + "img": "systems/pf2e/icons/default-icons/lore.svg", + "name": "Gorum Lore", + "sort": 1000000, + "system": { + "description": { + "value": "" + }, + "mod": { + "value": 11 + }, + "proficient": { + "value": 0 + }, + "publication": { + "license": "OGL", + "remaster": false, + "title": "" + }, + "rules": [], + "slug": null, + "traits": {} + }, + "type": "lore" + } + ], + "name": "Nakasha", + "system": { + "abilities": { + "cha": { + "mod": 3 + }, + "con": { + "mod": 4 + }, + "dex": { + "mod": 4 + }, + "int": { + "mod": 1 + }, + "str": { + "mod": 6 + }, + "wis": { + "mod": 1 + } + }, + "attributes": { + "ac": { + "details": "", + "value": 26 + }, + "allSaves": { + "value": "" + }, + "hp": { + "details": "", + "max": 135, + "temp": 0, + "value": 135 + }, + "speed": { + "otherSpeeds": [], + "value": 25 + } + }, + "details": { + "blurb": "", + "languages": { + "details": "", + "value": [ + "common", + "orcish" + ] + }, + "level": { + "value": 8 + }, + "privateNotes": "", + "publicNotes": "", + "publication": { + "license": "ORC", + "remaster": true, + "title": "Pathfinder Adventure Path #209: Destroyer's Doom" + } + }, + "initiative": { + "statistic": "perception" + }, + "perception": { + "details": "", + "mod": 11, + "senses": [ + { + "type": "darkvision" + } + ] + }, + "resources": {}, + "saves": { + "fortitude": { + "saveDetail": "", + "value": 17 + }, + "reflex": { + "saveDetail": "", + "value": 16 + }, + "will": { + "saveDetail": "", + "value": 11 + } + }, + "skills": { + "acrobatics": { + "base": 16 + }, + "athletics": { + "base": 18 + }, + "deception": { + "base": 15 + }, + "intimidation": { + "base": 15 + } + }, + "traits": { + "rarity": "unique", + "size": { + "value": "med" + }, + "value": [ + "humanoid", + "orc" + ] + } + }, + "type": "npc" +} diff --git a/packs/triumph-of-the-tusk-bestiary/nighttime-conflagration.json b/packs/triumph-of-the-tusk-bestiary/nighttime-conflagration.json new file mode 100644 index 00000000000..575623944e0 --- /dev/null +++ b/packs/triumph-of-the-tusk-bestiary/nighttime-conflagration.json @@ -0,0 +1,95 @@ +{ + "_id": "OeA83Siggvi88A93", + "img": "systems/pf2e/icons/default-icons/hazard.svg", + "items": [ + { + "_id": "X2Qrb9Hu2xtZhT6J", + "img": "systems/pf2e/icons/default-icons/action.svg", + "name": "Growing Blaze", + "sort": 0, + "system": { + "actionType": { + "value": "reaction" + }, + "actions": { + "value": null + }, + "category": "offensive", + "description": { + "value": "Trigger The arsonists set the fire
Effect The hay around the initial flames catches, setting two 5-foot squares in the affected room on fire. The hazard rolls initiative.
" + }, + "publication": { + "license": "OGL", + "remaster": false, + "title": "" + }, + "rules": [], + "slug": null, + "traits": { + "value": [] + } + }, + "type": "action" + } + ], + "name": "Nighttime Conflagration", + "system": { + "attributes": { + "ac": { + "value": 0 + }, + "emitsSound": "encounter", + "hardness": 0, + "hp": { + "details": "", + "max": 0, + "temp": 0, + "value": 0 + }, + "stealth": { + "details": "(trained) (decreases by 2 each round the hazard is active) to smell the smoke and hear the crackling flames
", + "value": 23 + } + }, + "details": { + "description": "", + "disable": "@Check[athletics|dc:27] to beat out the flames, @Check[crafting|dc:27] to rig up a firefighting device, or @Check[nature|dc:27] to cut off avenues of the fire's spread. On a success, one square of the fire is extinguished (two squares on a critical success). Dousing a square in water, such as with create water, automatically extinguishes that square. When all squares are extinguished, the hazard ends.
", + "isComplex": true, + "level": { + "value": 11 + }, + "publication": { + "license": "ORC", + "remaster": true, + "title": "Pathfinder Adventure Path #209: Destroyer's Doom" + }, + "reset": "", + "routine": "(1+ actions) Each square of flames spreads to an adjacent square, taking one action per square. Creatures adjacent to the fire take @Damage[3d6[fire]] damage each round from the heat (@Check[fortitude|dc:30|basic] save); a creature who fails their save is @UUID[Compendium.pf2e.conditionitems.Item.Sickened]{Sickened 1} by the smoke (@UUID[Compendium.pf2e.conditionitems.Item.Sickened]{Sickened 2} on a critical failure). If there are more than 10 active squares of flames, creatures adjacent to the fire instead take @Damage[6d6[fire]] damage each round (@Check[fortitude|dc:30|basic] save), and a creature who fails their save is sickened 2 (@UUID[Compendium.pf2e.conditionitems.Item.Sickened]{Sickened 3} on a critical failure). A creature standing in the flames takes @Damage[12d6[fire]] damage each round (@Check[reflex|dc:30|basic] save); a creature who fails their save also takes @Damage[4d6[persistent,fire]] damage.
" + }, + "saves": { + "fortitude": { + "saveDetail": "", + "value": 0 + }, + "reflex": { + "saveDetail": "", + "value": 0 + }, + "will": { + "saveDetail": "", + "value": 0 + } + }, + "statusEffects": [], + "traits": { + "rarity": "common", + "size": { + "value": "med" + }, + "value": [ + "environmental" + ] + } + }, + "type": "hazard" +} diff --git a/packs/triumph-of-the-tusk-bestiary/old-herok.json b/packs/triumph-of-the-tusk-bestiary/old-herok.json new file mode 100644 index 00000000000..1cbec63f5fb --- /dev/null +++ b/packs/triumph-of-the-tusk-bestiary/old-herok.json @@ -0,0 +1,393 @@ +{ + "_id": "cZ3wMHWjWpUwZTQb", + "img": "systems/pf2e/icons/default-icons/npc.svg", + "items": [ + { + "_id": "h9Ugyirm1B1g6pt6", + "img": "systems/pf2e/icons/default-icons/melee.svg", + "name": "Jaws", + "sort": 100000, + "system": { + "attackEffects": { + "value": [ + "grab" + ] + }, + "bonus": { + "value": 24 + }, + "damageRolls": { + "urspp1xr5ctj7j7m9lj8": { + "damage": "2d10+11", + "damageType": "piercing" + } + }, + "description": { + "value": "" + }, + "publication": { + "license": "OGL", + "remaster": false, + "title": "" + }, + "rules": [], + "slug": null, + "traits": { + "value": [ + "reach-15" + ] + } + }, + "type": "melee" + }, + { + "_id": "J2LUtQlsnbpMEQ1r", + "img": "systems/pf2e/icons/default-icons/melee.svg", + "name": "Tail", + "sort": 200000, + "system": { + "attackEffects": { + "value": [] + }, + "bonus": { + "value": 24 + }, + "damageRolls": { + "2isctdhpycdwpd59z4nx": { + "damage": "2d6+11", + "damageType": "bludgeoning" + } + }, + "description": { + "value": "" + }, + "publication": { + "license": "OGL", + "remaster": false, + "title": "" + }, + "rules": [], + "slug": "tail", + "traits": { + "value": [ + "agile", + "reach-15" + ] + } + }, + "type": "melee" + }, + { + "_id": "fakAfk3puTMpw1vT", + "img": "systems/pf2e/icons/actions/Passive.webp", + "name": "Slow Metabolism", + "sort": 300000, + "system": { + "actionType": { + "value": "passive" + }, + "actions": { + "value": null + }, + "category": "interaction", + "description": { + "value": "A water orm can go for 10 years without feeding. Beyond this limit, the water orm's hunger causes it to become @UUID[Compendium.pf2e.conditionitems.Item.Slowed]{Slowed 1}, but doesn't otherwise impact its lifespan. A water orm that's slowed as a result of starvation can remove this condition by using Swallow Whole to gulp down a meal.
" + }, + "publication": { + "license": "OGL", + "remaster": false, + "title": "" + }, + "rules": [], + "slug": null, + "traits": { + "value": [] + } + }, + "type": "action" + }, + { + "_id": "qpAN2omg7HvCwOzk", + "img": "systems/pf2e/icons/actions/Passive.webp", + "name": "Undetectable", + "sort": 400000, + "system": { + "actionType": { + "value": "passive" + }, + "actions": { + "value": null + }, + "category": "interaction", + "description": { + "value": "A water orm automatically tries to counteract any detection, revelation, or scrying divination attempted against it, using its Stealth modifier for the counteract check.
" + }, + "publication": { + "license": "OGL", + "remaster": false, + "title": "" + }, + "rules": [], + "slug": null, + "traits": { + "value": [ + "detection", + "primal", + "revelation", + "scrying" + ] + } + }, + "type": "action" + }, + { + "_id": "nCJqB5gdVkMOPoAr", + "img": "systems/pf2e/icons/default-icons/action.svg", + "name": "Quicksand Adaptation", + "sort": 500000, + "system": { + "actionType": { + "value": "passive" + }, + "actions": { + "value": null + }, + "category": "offensive", + "description": { + "value": "Old Herok is immune to the effects of quicksand.
" + }, + "publication": { + "license": "OGL", + "remaster": false, + "title": "" + }, + "rules": [], + "slug": null, + "traits": { + "value": [] + } + }, + "type": "action" + }, + { + "_id": "OsjXTgcX2YmiqcdB", + "img": "systems/pf2e/icons/default-icons/action.svg", + "name": "Sand Skim", + "sort": 600000, + "system": { + "actionType": { + "value": "action" + }, + "actions": { + "value": 3 + }, + "category": "offensive", + "description": { + "value": "Old Herok can disintegrate into a coiled mass of sand rippling beneath the surface of quicksand. While in this form, he automatically succeeds at Athletics checks to swim and gains a +4 circumstance bonus to Stealth checks in quicksand. If a creature enters his space while in this form, he can revert to his normal form and attempt to Grab the creature as a reaction. Old Herok can remain in this form for 8 hours and can return to his normal form using a single action which has the concentrate trait.
" + }, + "publication": { + "license": "OGL", + "remaster": false, + "title": "" + }, + "rules": [], + "slug": null, + "traits": { + "value": [ + "primal" + ] + } + }, + "type": "action" + }, + { + "_id": "Us7BcRckPUy5WuaZ", + "_stats": { + "compendiumSource": "Compendium.pf2e.bestiary-ability-glossary-srd.Item.uJSseLa57HZYSMUu" + }, + "img": "systems/pf2e/icons/actions/OneAction.webp", + "name": "Swallow Whole", + "sort": 700000, + "system": { + "actionType": { + "value": "action" + }, + "actions": { + "value": 1 + }, + "category": "offensive", + "description": { + "value": "Large, @Damage[(2d8+8)[bludgeoning]] damage, Rupture 22
\n@Localize[PF2E.NPC.Abilities.Glossary.SwallowWhole]
" + }, + "publication": { + "license": "OGL", + "remaster": false, + "title": "Pathfinder Bestiary" + }, + "rules": [], + "slug": "swallow-whole", + "traits": { + "value": [ + "attack" + ] + } + }, + "type": "action" + }, + { + "_id": "YBRIxpMXUrxJfeV1", + "_stats": { + "compendiumSource": "Compendium.pf2e.bestiary-ability-glossary-srd.Item.Tkd8sH4pwFIPzqTr" + }, + "img": "systems/pf2e/icons/actions/OneAction.webp", + "name": "Grab", + "sort": 800000, + "system": { + "actionType": { + "value": "action" + }, + "actions": { + "value": 1 + }, + "category": "offensive", + "description": { + "value": "@Localize[PF2E.NPC.Abilities.Glossary.Grab]
" + }, + "publication": { + "license": "OGL", + "remaster": false, + "title": "Pathfinder Bestiary" + }, + "rules": [], + "slug": "grab", + "traits": { + "value": [] + } + }, + "type": "action" + } + ], + "name": "Old Herok", + "system": { + "abilities": { + "cha": { + "mod": 0 + }, + "con": { + "mod": 5 + }, + "dex": { + "mod": 5 + }, + "int": { + "mod": -3 + }, + "str": { + "mod": 8 + }, + "wis": { + "mod": 5 + } + }, + "attributes": { + "ac": { + "details": "", + "value": 30 + }, + "allSaves": { + "value": "" + }, + "hp": { + "details": "", + "max": 170, + "temp": 0, + "value": 170 + }, + "resistances": [ + { + "type": "cold", + "value": 10 + }, + { + "type": "fire", + "value": 10 + } + ], + "speed": { + "otherSpeeds": [ + { + "type": "swim", + "value": 50 + } + ], + "value": 20 + } + }, + "details": { + "blurb": "Variant water orm", + "languages": { + "details": "", + "value": [ + "thalassic" + ] + }, + "level": { + "value": 10 + }, + "privateNotes": "", + "publicNotes": "Legendary creatures lurking in remote lakes, water orms always find their way into the tavern tales of lakeside communities. To some travelers, every lake of respectable size seems to be surrounded by towns full of fishers claiming to have spotted a water orm. These elusive creatures inhabit lakes mainly in cool and gloomy regions. Some claim that water orms are an offshoot of sea serpents and linnorms, but no credible link between these creatures has been found.
\nWater orms have many features that sea serpents do not, such as the ability to understand the rudiments of language. Their natural inclination to avoid contact and remain hidden often remains at odds with their equally compelling curiosity about those they might spy upon the shores of their lakes. Water orm sightings usually occur when they can't help but to rise up to the surface to take a peek at someone particularly unusual on the beach or floating on the water's surface.
\nThese creatures are extremely long-lived and can go for decades, or even centuries, with very little to eat. This allows water orms to subsist in lakes without surfacing for many years, even in bodies of fresh water without ample food sources. Water orms might lie in a silty lake bed for years, their elusiveness only contributing to their mythical reputation. When a pet or child goes missing near a lake, rumors might hold that the local water orm is responsible, leading to folk tales that caution residents against venturing out alone near the water.
\nWhile most water orms are described as serpentine or long-necked reptiles, others look similar to bizarrely elongated seals or whales, impossibly large sea horses, or long-necked creatures with paddles resembling those of elasmosauruses.
", + "publication": { + "license": "ORC", + "remaster": true, + "title": "Pathfinder Adventure Path #209: Destroyer's Doom" + } + }, + "initiative": { + "statistic": "perception" + }, + "perception": { + "details": "", + "mod": 21, + "senses": [ + { + "type": "darkvision" + } + ] + }, + "resources": {}, + "saves": { + "fortitude": { + "saveDetail": "", + "value": 21 + }, + "reflex": { + "saveDetail": "", + "value": 19 + }, + "will": { + "saveDetail": "", + "value": 17 + } + }, + "skills": { + "athletics": { + "base": 22 + }, + "stealth": { + "base": 23 + } + }, + "traits": { + "rarity": "unique", + "size": { + "value": "huge" + }, + "value": [ + "aquatic", + "beast", + "water" + ] + } + }, + "type": "npc" +} diff --git a/packs/triumph-of-the-tusk-bestiary/orc-hunter.json b/packs/triumph-of-the-tusk-bestiary/orc-hunter.json new file mode 100644 index 00000000000..6ed8d4c320c --- /dev/null +++ b/packs/triumph-of-the-tusk-bestiary/orc-hunter.json @@ -0,0 +1,998 @@ +{ + "_id": "xd35No1x2n1MDVCm", + "img": "systems/pf2e/icons/default-icons/npc.svg", + "items": [ + { + "_id": "kKDRVG4pWSZsH6Qh", + "img": "systems/pf2e/icons/default-icons/spellcastingEntry.svg", + "name": "Ranger Warden Spells", + "sort": 100000, + "system": { + "autoHeightenLevel": { + "value": 3 + }, + "description": { + "value": "" + }, + "prepared": { + "value": "focus" + }, + "proficiency": { + "value": 1 + }, + "publication": { + "license": "OGL", + "remaster": false, + "title": "" + }, + "rules": [], + "slots": {}, + "slug": null, + "spelldc": { + "dc": 27, + "value": 19 + }, + "tradition": { + "value": "primal" + }, + "traits": {} + }, + "type": "spellcastingEntry" + }, + { + "_id": "htEyxQrElLY3Ro6l", + "_stats": { + "compendiumSource": "Compendium.pf2e.spells-srd.Item.QpjHqxwTGdILLvjD" + }, + "img": "icons/commodities/flowers/dandelion-pod-white.webp", + "name": "Ephemeral Tracking", + "sort": 200000, + "system": { + "area": null, + "cost": { + "value": "" + }, + "counteraction": false, + "damage": {}, + "defense": null, + "description": { + "value": "You can look at currents in the air and water and see tracks that you can follow just as you would on land. You can use Survival to @UUID[Compendium.pf2e.actionspf2e.Item.Track] through both air and water, noticing aerial or aquatic \"tracks\" of all creatures who passed nearby in the last hour. It's more difficult to Track in this way: the DC to Track through air or water is always at least 30, or higher after precipitation or wind (in the air) or heavy tides or currents (in the water). It's possible to @UUID[Compendium.pf2e.actionspf2e.Item.Cover Tracks] against this spell, but creatures might not realize they need to do so.
" + }, + "duration": { + "sustained": false, + "value": "1 hour" + }, + "level": { + "value": 3 + }, + "location": { + "value": "kKDRVG4pWSZsH6Qh" + }, + "publication": { + "license": "ORC", + "remaster": true, + "title": "Pathfinder Player Core" + }, + "range": { + "value": "" + }, + "requirements": "", + "rules": [], + "slug": "ephemeral-tracking", + "target": { + "value": "" + }, + "time": { + "value": "2" + }, + "traits": { + "rarity": "uncommon", + "traditions": [], + "value": [ + "concentrate", + "focus", + "manipulate", + "ranger" + ] + } + }, + "type": "spell" + }, + { + "_id": "HqQg42Aq53nQ3kuL", + "_stats": { + "compendiumSource": "Compendium.pf2e.spells-srd.Item.IWUe32Y5k2QFd7YQ" + }, + "img": "icons/weapons/ammunition/arrowhead-glowing-blue.webp", + "name": "Gravity Weapon", + "sort": 300000, + "system": { + "area": null, + "cost": { + "value": "" + }, + "counteraction": false, + "damage": {}, + "defense": null, + "description": { + "value": "You build up gravitational force and funnel it into your blows, leading to more powerful attacks with blade and bow alike. On your first weapon Strike each round, you gain a status bonus to damage equal to twice the number of weapon damage dice.
\n@UUID[Compendium.pf2e.spell-effects.Item.Spell Effect: Gravity Weapon]
" + }, + "duration": { + "sustained": false, + "value": "1 minute" + }, + "level": { + "value": 1 + }, + "location": { + "value": "kKDRVG4pWSZsH6Qh" + }, + "publication": { + "license": "ORC", + "remaster": true, + "title": "Pathfinder Player Core" + }, + "range": { + "value": "" + }, + "requirements": "", + "rules": [], + "slug": "gravity-weapon", + "target": { + "value": "" + }, + "time": { + "value": "1" + }, + "traits": { + "rarity": "uncommon", + "traditions": [], + "value": [ + "focus", + "ranger" + ] + } + }, + "type": "spell" + }, + { + "_id": "xcV8zOx1jXeOt0M1", + "_stats": { + "compendiumSource": "Compendium.pf2e.equipment-srd.Item.dUC8Fsa6FZtVikS3" + }, + "img": "icons/weapons/bows/longbow-recurve-brown.webp", + "name": "Composite Longbow", + "sort": 400000, + "system": { + "baseItem": "composite-longbow", + "bonus": { + "value": 0 + }, + "bonusDamage": { + "value": 0 + }, + "bulk": { + "value": 2 + }, + "category": "martial", + "containerId": null, + "damage": { + "damageType": "piercing", + "dice": 1, + "die": "d8" + }, + "description": { + "value": "This projectile weapon is made from horn, wood, and sinew laminated together to increase the power of its pull and the force of its projectile. Like all longbows, its great size also increases the bow's range and power. You must use two hands to fire it, and it cannot be used while mounted. Any time an ability is specifically restricted to a longbow, such as Erastil's favored weapon, it also applies to composite longbows unless otherwise stated.
" + }, + "equipped": { + "carryType": "worn", + "handsHeld": 0, + "invested": null + }, + "group": "bow", + "hardness": 0, + "hp": { + "max": 0, + "value": 0 + }, + "level": { + "value": 0 + }, + "material": { + "grade": null, + "type": null + }, + "price": { + "value": { + "gp": 20 + } + }, + "publication": { + "license": "ORC", + "remaster": true, + "title": "Pathfinder Player Core" + }, + "quantity": 1, + "range": 100, + "reload": { + "value": "0" + }, + "rules": [], + "runes": { + "potency": 0, + "property": [], + "striking": 0 + }, + "size": "med", + "slug": "composite-longbow", + "splashDamage": { + "value": 0 + }, + "traits": { + "rarity": "common", + "value": [ + "deadly-d10", + "propulsive", + "volley-30" + ] + }, + "usage": { + "value": "held-in-one-plus-hands" + } + }, + "type": "weapon" + }, + { + "_id": "dqQITKLi8F14LXip", + "_stats": { + "compendiumSource": "Compendium.pf2e.equipment-srd.Item.7tKkkF8eZ4iCLJtp" + }, + "img": "icons/weapons/swords/sword-guard-purple.webp", + "name": "Shortsword", + "sort": 500000, + "system": { + "baseItem": "shortsword", + "bonus": { + "value": 0 + }, + "bonusDamage": { + "value": 0 + }, + "bulk": { + "value": 0.1 + }, + "category": "martial", + "containerId": null, + "damage": { + "damageType": "piercing", + "dice": 1, + "die": "d6" + }, + "description": { + "value": "These blades come in a variety of shapes and styles, but they are typically 2 feet long.
" + }, + "equipped": { + "carryType": "worn", + "handsHeld": 0, + "invested": null + }, + "group": "sword", + "hardness": 0, + "hp": { + "max": 0, + "value": 0 + }, + "level": { + "value": 0 + }, + "material": { + "grade": null, + "type": null + }, + "price": { + "value": { + "sp": 9 + } + }, + "publication": { + "license": "ORC", + "remaster": true, + "title": "Pathfinder Player Core" + }, + "quantity": 1, + "range": null, + "reload": { + "value": "" + }, + "rules": [], + "runes": { + "potency": 1, + "property": [], + "striking": 1 + }, + "size": "med", + "slug": "shortsword", + "splashDamage": { + "value": 0 + }, + "traits": { + "rarity": "common", + "value": [ + "agile", + "finesse", + "versatile-s" + ] + }, + "usage": { + "value": "held-in-one-hand" + } + }, + "type": "weapon" + }, + { + "_id": "PBl5lr9zjIe4XJqP", + "_stats": { + "compendiumSource": "Compendium.pf2e.equipment-srd.Item.f1gwoTkf3Nn0v3PN" + }, + "img": "systems/pf2e/icons/equipment/weapons/whip.webp", + "name": "Whip", + "sort": 600000, + "system": { + "baseItem": "whip", + "bonus": { + "value": 0 + }, + "bonusDamage": { + "value": 0 + }, + "bulk": { + "value": 1 + }, + "category": "martial", + "containerId": null, + "damage": { + "damageType": "slashing", + "dice": 1, + "die": "d4" + }, + "description": { + "value": "This long strand of thick leather, often braided, delivers a painful but nonlethal slash at a distance, usually accompanied by a distinctive cracking sound.
" + }, + "equipped": { + "carryType": "worn", + "handsHeld": 0, + "invested": null + }, + "group": "flail", + "hardness": 0, + "hp": { + "max": 0, + "value": 0 + }, + "level": { + "value": 0 + }, + "material": { + "grade": null, + "type": null + }, + "price": { + "value": { + "sp": 1 + } + }, + "publication": { + "license": "ORC", + "remaster": true, + "title": "Pathfinder Player Core" + }, + "quantity": 1, + "range": null, + "reload": { + "value": "" + }, + "rules": [], + "runes": { + "potency": 1, + "property": [], + "striking": 0 + }, + "size": "med", + "slug": "whip", + "splashDamage": { + "value": 0 + }, + "traits": { + "rarity": "common", + "value": [ + "disarm", + "finesse", + "nonlethal", + "reach", + "trip" + ] + }, + "usage": { + "value": "held-in-one-hand" + } + }, + "type": "weapon" + }, + { + "_id": "2axfoco7smcFIwJq", + "_stats": { + "compendiumSource": "Compendium.pf2e.equipment-srd.Item.MPcM4Wt6KmWE2kGL" + }, + "img": "systems/pf2e/icons/equipment/armor/chainshirt.webp", + "name": "Chain Shirt", + "sort": 700000, + "system": { + "acBonus": 2, + "baseItem": "chain-shirt", + "bulk": { + "value": 1 + }, + "category": "light", + "checkPenalty": -1, + "containerId": null, + "description": { + "value": "Sometimes called a hauberk, this is a long shirt constructed of the same metal rings as chainmail. However, it is much lighter than chainmail and protects only the torso, upper arms, and upper legs of its wearer.
" + }, + "dexCap": 3, + "equipped": { + "carryType": "worn", + "invested": null + }, + "group": "chain", + "hardness": 0, + "hp": { + "max": 0, + "value": 0 + }, + "level": { + "value": 0 + }, + "material": { + "grade": null, + "type": null + }, + "price": { + "value": { + "gp": 5 + } + }, + "publication": { + "license": "ORC", + "remaster": true, + "title": "Pathfinder Player Core" + }, + "quantity": 1, + "rules": [], + "runes": { + "potency": 0, + "property": [], + "resilient": 0 + }, + "size": "med", + "slug": "chain-shirt", + "speedPenalty": 0, + "strength": 1, + "traits": { + "rarity": "common", + "value": [ + "flexible", + "noisy" + ] + } + }, + "type": "armor" + }, + { + "_id": "975RipXtXqWX8r3P", + "_stats": { + "compendiumSource": "Compendium.pf2e.equipment-srd.Item.T8EopYZLT137CsdW" + }, + "img": "systems/pf2e/icons/equipment/adventuring-gear/net.webp", + "name": "Net", + "sort": 800000, + "system": { + "baseItem": null, + "bulk": { + "value": 1 + }, + "containerId": null, + "description": { + "value": "You can use a net either on its own or attached to a rope. When attached to a rope, you can use the net to @UUID[Compendium.pf2e.actionspf2e.Item.Grapple] a Medium or smaller creature up to 10 feet away (instead of only adjacent creatures). You can continue to Grapple to keep your hold on the target so long as the target remains within 10 feet and you continue to hold the net. The grabbed creature gains a +2 circumstance bonus to Escape unless you are adjacent to them, and it can attempt a @Check[athletics|dc:16|traits:action:force-open] check to Force Open the net entirely. Once the target is no longer grabbed, the net is unwieldy until refolded with an Interact action with the concentrate trait that requires two hands; if used without being refolded, Grapple checks made with the net take a -2 penalty.
\nWhen the net is unattached, you can attempt a ranged attack roll using your simple weapon proficiency against a Medium or smaller creature within 20 feet. On a hit, the target is off-guard and takes a -10- foot circumstance penalty to its Speeds until it Escapes, and on a critical hit, it's also immobilized until it Escapes. The Escape DC is 16. A creature adjacent to the target can Interact to remove the net.
" + }, + "equipped": { + "carryType": "worn", + "invested": null + }, + "hardness": 0, + "hp": { + "max": 0, + "value": 0 + }, + "level": { + "value": 0 + }, + "material": { + "grade": null, + "type": null + }, + "price": { + "value": { + "gp": 1 + } + }, + "publication": { + "license": "ORC", + "remaster": true, + "title": "Pathfinder Player Core" + }, + "quantity": 1, + "rules": [], + "size": "med", + "slug": "net", + "traits": { + "rarity": "common", + "value": [] + }, + "usage": { + "value": "held-in-two-hands" + } + }, + "type": "equipment" + }, + { + "_id": "TR1xijjTjO107J9n", + "flags": { + "pf2e": { + "linkedWeapon": "PBl5lr9zjIe4XJqP" + } + }, + "img": "systems/pf2e/icons/default-icons/melee.svg", + "name": "Whip", + "sort": 900000, + "system": { + "attackEffects": { + "value": [] + }, + "bonus": { + "value": 22 + }, + "damageRolls": { + "VbTea79fWsO8ohGB": { + "damage": "2d6+9", + "damageType": "slashing" + } + }, + "description": { + "value": "" + }, + "publication": { + "license": "OGL", + "remaster": false, + "title": "" + }, + "rules": [], + "slug": "whip", + "traits": { + "value": [ + "disarm", + "finesse", + "magical", + "nonlethal", + "reach-10", + "trip" + ] + } + }, + "type": "melee" + }, + { + "_id": "XMefejaBwIAg4oiw", + "flags": { + "pf2e": { + "linkedWeapon": "dqQITKLi8F14LXip" + } + }, + "img": "systems/pf2e/icons/default-icons/melee.svg", + "name": "Shortsword", + "sort": 1000000, + "system": { + "attackEffects": { + "value": [] + }, + "bonus": { + "value": 21 + }, + "damageRolls": { + "TKq7Zpgf94Jh9cND": { + "damage": "2d10+13", + "damageType": "piercing" + } + }, + "description": { + "value": "" + }, + "publication": { + "license": "OGL", + "remaster": false, + "title": "" + }, + "rules": [], + "slug": "shortsword", + "traits": { + "value": [ + "agile", + "finesse", + "magical", + "versatile-s" + ] + } + }, + "type": "melee" + }, + { + "_id": "IQ3Ulj1C893R9ZAL", + "flags": { + "pf2e": { + "linkedWeapon": "xcV8zOx1jXeOt0M1" + } + }, + "img": "systems/pf2e/icons/default-icons/melee.svg", + "name": "Composite Longbow", + "sort": 1100000, + "system": { + "attackEffects": { + "value": [] + }, + "bonus": { + "value": 21 + }, + "damageRolls": { + "5dRCZJmhmhpZu1mr": { + "damage": "2d8+11", + "damageType": "piercing" + } + }, + "description": { + "value": "" + }, + "publication": { + "license": "OGL", + "remaster": false, + "title": "" + }, + "rules": [], + "slug": "composite-longbow", + "traits": { + "value": [ + "deadly-d10", + "propulsive", + "range-increment-100", + "reload-0", + "volley-30" + ] + } + }, + "type": "melee" + }, + { + "_id": "CMYb8VL0AkT5eua7", + "img": "systems/pf2e/icons/default-icons/action.svg", + "name": "Experienced Tracker", + "sort": 1200000, + "system": { + "actionType": { + "value": "passive" + }, + "actions": { + "value": null + }, + "category": "interaction", + "description": { + "value": "An orc hunter can @UUID[Compendium.pf2e.actionspf2e.Item.Track] while moving at full Speed.
" + }, + "publication": { + "license": "OGL", + "remaster": false, + "title": "" + }, + "rules": [], + "slug": null, + "traits": { + "value": [] + } + }, + "type": "action" + }, + { + "_id": "QIWrD8OX4N57ip7G", + "_stats": { + "compendiumSource": "Compendium.pf2e.bestiary-ability-glossary-srd.Item.N1kstYbHScxgUQtN" + }, + "img": "systems/pf2e/icons/actions/Reaction.webp", + "name": "Ferocity", + "sort": 1300000, + "system": { + "actionType": { + "value": "reaction" + }, + "actions": { + "value": null + }, + "category": "defensive", + "deathNote": true, + "description": { + "value": "@Localize[PF2E.NPC.Abilities.Glossary.Ferocity]
" + }, + "publication": { + "license": "ORC", + "remaster": true, + "title": "Pathfinder Monster Core" + }, + "rules": [], + "slug": "ferocity", + "traits": { + "value": [] + } + }, + "type": "action" + }, + { + "_id": "uyyZTSoosQcN5Afb", + "img": "systems/pf2e/icons/default-icons/action.svg", + "name": "Hunt Prey", + "sort": 1400000, + "system": { + "actionType": { + "value": "action" + }, + "actions": { + "value": 1 + }, + "category": "offensive", + "description": { + "value": "The orc hunter designates a single creature as their prey. They must be able to see or hear the prey, or must be tracking the prey during exploration. They gain a +2 circumstance bonus to Perception checks to @UUID[Compendium.pf2e.actionspf2e.Item.Seek] their prey and a +2 circumstance bonus to Survival checks to @UUID[Compendium.pf2e.actionspf2e.Item.Track] their prey. They also ignore the penalty for making ranged attacks within their second range increment against the prey. They can only have one creature designated as their prey at a time. If they use Hunt Prey against another creature, the prior creature loses the designation and the new prey gains the designation.
" + }, + "publication": { + "license": "OGL", + "remaster": false, + "title": "" + }, + "rules": [ + { + "domain": "all", + "key": "RollOption", + "option": "hunt-prey", + "toggleable": true + }, + { + "key": "FlatModifier", + "predicate": [ + "hunt-prey", + { + "or": [ + "action:seek", + "action:track" + ] + } + ], + "selector": [ + "perception", + "survival" + ], + "value": 2 + } + ], + "slug": null, + "traits": { + "value": [ + "concentrate" + ] + } + }, + "type": "action" + }, + { + "_id": "dSSjCCFpeTuJJfMZ", + "img": "systems/pf2e/icons/default-icons/action.svg", + "name": "Hunter's Edge", + "sort": 1500000, + "system": { + "actionType": { + "value": "passive" + }, + "actions": { + "value": null + }, + "category": "offensive", + "description": { + "value": "The orc hunter deals an additional 1d8 precision damage the first time they hit their hunted prey in a round.
" + }, + "publication": { + "license": "OGL", + "remaster": false, + "title": "" + }, + "rules": [ + { + "domain": "all", + "key": "RollOption", + "option": "hunters-edge", + "predicate": [ + "hunt-prey" + ], + "toggleable": true + }, + { + "category": "precision", + "diceNumber": 1, + "dieSize": "d8", + "key": "DamageDice", + "predicate": [ + "hunters-edge" + ], + "selector": "strike-damage" + } + ], + "slug": null, + "traits": { + "value": [] + } + }, + "type": "action" + }, + { + "_id": "7EPJt6cslnsRQEyg", + "img": "systems/pf2e/icons/default-icons/lore.svg", + "name": "Hunting Lore", + "sort": 1600000, + "system": { + "description": { + "value": "" + }, + "mod": { + "value": 17 + }, + "proficient": { + "value": 0 + }, + "publication": { + "license": "OGL", + "remaster": false, + "title": "" + }, + "rules": [], + "slug": null, + "traits": {} + }, + "type": "lore" + } + ], + "name": "Orc Hunter", + "system": { + "abilities": { + "cha": { + "mod": 0 + }, + "con": { + "mod": 4 + }, + "dex": { + "mod": 7 + }, + "int": { + "mod": 3 + }, + "str": { + "mod": 4 + }, + "wis": { + "mod": 6 + } + }, + "attributes": { + "ac": { + "details": "", + "value": 29 + }, + "allSaves": { + "value": "" + }, + "hp": { + "details": "", + "max": 155, + "temp": 0, + "value": 155 + }, + "speed": { + "otherSpeeds": [], + "value": 25 + } + }, + "details": { + "blurb": "", + "languages": { + "details": "", + "value": [ + "common", + "fey", + "orcish" + ] + }, + "level": { + "value": 9 + }, + "privateNotes": "", + "publicNotes": "The elite hunters of an orc hold often operate alone, venturing into the wilderness of Belkzen for weeks at a time to track and bring down dangerous wildlife. They don't necessarily limit themselves to hunting animals, making them excellent bounty hunters, as their skills are just as useful against humanoids.
While some orc warriors specialize in a technique of their hold, others synthesize styles from all over into a unified yet versatile technique.
Orc hunters frequently take bone fragments from megafauna or powerful opponents they slay as trophies. To show off their combat skill, they display these bones by inlaying them in armor or weapons, forming intricate patterns that provide an account of that orc's triumphs in battle for those who know how to read them.
Dueling is a frequent practice among many cultures of Golarion, and orcs are no exception. The lethality of these duels varies based on the duel's impetus—a friendly bout goes to first blood or until a combatant is knocked out, while a fight in response to a vendetta or insult is more likely to the death. Unlike in many dueling traditions, spectators are encouraged to verbally aid combatants, shouting out encouragement to one's preferred fighter and invectives to their opponent.
", + "publication": { + "license": "ORC", + "remaster": true, + "title": "Pathfinder Adventure Path #209: Destroyer's Doom" + } + }, + "initiative": { + "statistic": "perception" + }, + "perception": { + "details": "", + "mod": 19, + "senses": [ + { + "type": "darkvision" + } + ] + }, + "resources": { + "focus": { + "max": 2, + "value": 2 + } + }, + "saves": { + "fortitude": { + "saveDetail": "", + "value": 18 + }, + "reflex": { + "saveDetail": "", + "value": 23 + }, + "will": { + "saveDetail": "", + "value": 21 + } + }, + "skills": { + "athletics": { + "base": 18 + }, + "medicine": { + "base": 18 + }, + "nature": { + "base": 19 + }, + "stealth": { + "base": 22 + }, + "survival": { + "base": 21 + } + }, + "traits": { + "rarity": "common", + "size": { + "value": "med" + }, + "value": [ + "humanoid", + "orc" + ] + } + }, + "type": "npc" +} diff --git a/packs/triumph-of-the-tusk-bestiary/orc-raider.json b/packs/triumph-of-the-tusk-bestiary/orc-raider.json new file mode 100644 index 00000000000..0b27503a162 --- /dev/null +++ b/packs/triumph-of-the-tusk-bestiary/orc-raider.json @@ -0,0 +1,662 @@ +{ + "_id": "K4NtIq73z5X8geQp", + "img": "systems/pf2e/icons/default-icons/npc.svg", + "items": [ + { + "_id": "7ZTuwuuNGzPbKZCi", + "_stats": { + "compendiumSource": "Compendium.pf2e.equipment-srd.Item.YUzPv0i8d8p2J9yx" + }, + "img": "icons/weapons/thrown/bolas-stone.webp", + "name": "Bola", + "sort": 100000, + "system": { + "baseItem": "bola", + "bonus": { + "value": 0 + }, + "bonusDamage": { + "value": 0 + }, + "bulk": { + "value": 0.1 + }, + "category": "martial", + "containerId": null, + "damage": { + "damageType": "bludgeoning", + "dice": 1, + "die": "d6" + }, + "description": { + "value": "This throwing weapon consists of weights tied to the end of long cords, which can be used to bludgeon foes or entangle their legs.
" + }, + "equipped": { + "carryType": "worn", + "handsHeld": 0, + "invested": null + }, + "group": "sling", + "hardness": 0, + "hp": { + "max": 0, + "value": 0 + }, + "level": { + "value": 0 + }, + "material": { + "grade": null, + "type": null + }, + "price": { + "value": { + "sp": 5 + } + }, + "publication": { + "license": "ORC", + "remaster": true, + "title": "Pathfinder Player Core" + }, + "quantity": 3, + "range": 20, + "reload": { + "value": "-" + }, + "rules": [], + "runes": { + "potency": 0, + "property": [], + "striking": 0 + }, + "size": "med", + "slug": "bola", + "splashDamage": { + "value": 0 + }, + "traits": { + "rarity": "common", + "value": [ + "nonlethal", + "ranged-trip", + "thrown" + ] + }, + "usage": { + "canBeAmmo": false, + "value": "held-in-one-hand" + } + }, + "type": "weapon" + }, + { + "_id": "5KSsufrfvQSBj4RO", + "_stats": { + "compendiumSource": "Compendium.pf2e.equipment-srd.Item.UX71GkWBL9g41VwM" + }, + "img": "icons/weapons/swords/greatsword-crossguard-silver.webp", + "name": "Greatsword", + "sort": 200000, + "system": { + "baseItem": "greatsword", + "bonus": { + "value": 0 + }, + "bonusDamage": { + "value": 0 + }, + "bulk": { + "value": 2 + }, + "category": "martial", + "containerId": null, + "damage": { + "damageType": "slashing", + "dice": 1, + "die": "d12" + }, + "description": { + "value": "This immense two-handed sword is nearly as tall as its wielder. Its lower blade is often somewhat dulled to allow it to be gripped for extra leverage in close-quarter fights.
" + }, + "equipped": { + "carryType": "worn", + "handsHeld": 0, + "invested": null + }, + "group": "sword", + "hardness": 0, + "hp": { + "max": 0, + "value": 0 + }, + "level": { + "value": 0 + }, + "material": { + "grade": null, + "type": null + }, + "price": { + "value": { + "gp": 2 + } + }, + "publication": { + "license": "ORC", + "remaster": true, + "title": "Pathfinder Player Core" + }, + "quantity": 1, + "range": null, + "reload": { + "value": "" + }, + "rules": [], + "runes": { + "potency": 1, + "property": [], + "striking": 1 + }, + "size": "med", + "slug": "greatsword", + "splashDamage": { + "value": 0 + }, + "traits": { + "rarity": "common", + "value": [ + "versatile-p" + ] + }, + "usage": { + "value": "held-in-two-hands" + } + }, + "type": "weapon" + }, + { + "_id": "1NepE7TJ2mDUFaZD", + "_stats": { + "compendiumSource": "Compendium.pf2e.equipment-srd.Item.4tIVTg9wj56RrveA" + }, + "img": "icons/equipment/chest/breastplate-banded-simple-leather-brown.webp", + "name": "Leather Armor", + "sort": 300000, + "system": { + "acBonus": 1, + "baseItem": "leather-armor", + "bulk": { + "value": 1 + }, + "category": "light", + "checkPenalty": -1, + "containerId": null, + "description": { + "value": "A mix of flexible and molded boiled leather, a suit of this type of armor provides some protection with maximum flexibility.
" + }, + "dexCap": 4, + "equipped": { + "carryType": "worn", + "invested": null + }, + "group": "leather", + "hardness": 0, + "hp": { + "max": 0, + "value": 0 + }, + "level": { + "value": 0 + }, + "material": { + "grade": null, + "type": null + }, + "price": { + "value": { + "gp": 2 + } + }, + "publication": { + "license": "ORC", + "remaster": true, + "title": "Pathfinder Player Core" + }, + "quantity": 1, + "rules": [], + "runes": { + "potency": 0, + "property": [], + "resilient": 0 + }, + "size": "med", + "slug": "leather-armor", + "speedPenalty": 0, + "strength": 0, + "traits": { + "rarity": "common", + "value": [] + } + }, + "type": "armor" + }, + { + "_id": "G9OwAGH5VYHzkx4c", + "flags": { + "pf2e": { + "linkedWeapon": "5KSsufrfvQSBj4RO" + } + }, + "img": "systems/pf2e/icons/default-icons/melee.svg", + "name": "Greatsword", + "sort": 400000, + "system": { + "attackEffects": { + "value": [] + }, + "bonus": { + "value": 20 + }, + "damageRolls": { + "WRCp8NKJ6cx9fEwL": { + "damage": "2d10+11", + "damageType": "slashing" + } + }, + "description": { + "value": "" + }, + "publication": { + "license": "OGL", + "remaster": false, + "title": "" + }, + "rules": [], + "slug": "greatsword", + "traits": { + "value": [ + "magical", + "versatile-p" + ] + } + }, + "type": "melee" + }, + { + "_id": "o1h0tnitDTSDYsAG", + "flags": { + "pf2e": { + "linkedWeapon": "7ZTuwuuNGzPbKZCi" + } + }, + "img": "systems/pf2e/icons/default-icons/melee.svg", + "name": "Bola", + "sort": 500000, + "system": { + "attackEffects": { + "value": [] + }, + "bonus": { + "value": 18 + }, + "damageRolls": { + "Q4Oy89Rd5z7Airso": { + "damage": "2d8+9", + "damageType": "bludgeoning" + } + }, + "description": { + "value": "" + }, + "publication": { + "license": "OGL", + "remaster": false, + "title": "" + }, + "rules": [], + "slug": "bola", + "traits": { + "value": [ + "nonlethal", + "ranged-trip", + "thrown-20" + ] + } + }, + "type": "melee" + }, + { + "_id": "DTklLipqDKdSdtOp", + "img": "systems/pf2e/icons/default-icons/action.svg", + "name": "Deny Advantage", + "sort": 600000, + "system": { + "actionType": { + "value": "passive" + }, + "actions": { + "value": null + }, + "category": "defensive", + "description": { + "value": "An orc raider isn't @UUID[Compendium.pf2e.conditionitems.Item.Off-Guard] to flanking, @UUID[Compendium.pf2e.conditionitems.Item.Hidden], or undetected creatures of 8th level or lower, or creatures of 8th level or lower using surprise attack. However, they can still help their allies flank.
" + }, + "publication": { + "license": "OGL", + "remaster": false, + "title": "" + }, + "rules": [ + { + "key": "ActiveEffectLike", + "mode": "override", + "path": "system.attributes.flanking.offGuardable", + "value": 8 + } + ], + "slug": null, + "traits": { + "value": [] + } + }, + "type": "action" + }, + { + "_id": "N6kVxVQcDZ0c4Gs9", + "img": "systems/pf2e/icons/default-icons/action.svg", + "name": "Elemental Rage", + "sort": 700000, + "system": { + "actionType": { + "value": "passive" + }, + "actions": { + "value": null + }, + "category": "defensive", + "description": { + "value": "While raging, an orc raider is cloaked in a vortex of fire, granting their weapons the versatile fire trait and granting them @UUID[Compendium.pf2e.conditionitems.Item.Concealed]{Concealment} from ranged attacks. They can't use this concealment to @UUID[Compendium.pf2e.actionspf2e.Item.Hide] or @UUID[Compendium.pf2e.actionspf2e.Item.Sneak].
" + }, + "publication": { + "license": "OGL", + "remaster": false, + "title": "" + }, + "rules": [ + { + "key": "AdjustStrike", + "mode": "add", + "predicate": [ + "self:effect:rage" + ], + "property": "weapon-traits", + "value": "versatile-fire" + } + ], + "slug": null, + "traits": { + "value": [] + } + }, + "type": "action" + }, + { + "_id": "jFCmAG6maBkXqcZt", + "_stats": { + "compendiumSource": "Compendium.pf2e.bestiary-ability-glossary-srd.Item.N1kstYbHScxgUQtN" + }, + "img": "systems/pf2e/icons/actions/Reaction.webp", + "name": "Ferocity", + "sort": 800000, + "system": { + "actionType": { + "value": "reaction" + }, + "actions": { + "value": null + }, + "category": "defensive", + "deathNote": true, + "description": { + "value": "@Localize[PF2E.NPC.Abilities.Glossary.Ferocity]
" + }, + "publication": { + "license": "ORC", + "remaster": true, + "title": "Pathfinder Monster Core" + }, + "rules": [], + "slug": "ferocity", + "traits": { + "value": [] + } + }, + "type": "action" + }, + { + "_id": "1opssJ1W3f4Ge36v", + "img": "systems/pf2e/icons/default-icons/action.svg", + "name": "Destructive Inferno", + "sort": 900000, + "system": { + "actionType": { + "value": "action" + }, + "actions": { + "value": 2 + }, + "category": "offensive", + "description": { + "value": "While raging, an orc raider can channel their destructive energy into an explosion of flame. Creatures in a @Template[emanation|distance:10]{10-foot radius} around the raider take @Damage[9d6[fire]] damage (@Check[reflex|dc:23|basic] save). The raider can't use Destructive Inferno again for [[/gmr 1d4 #Recharge Destructive Inferno]]{1d4 rounds}.
" + }, + "publication": { + "license": "OGL", + "remaster": false, + "title": "" + }, + "rules": [], + "slug": null, + "traits": { + "value": [] + } + }, + "type": "action" + }, + { + "_id": "HlFb40uZ9CQ7OMCo", + "img": "systems/pf2e/icons/default-icons/action.svg", + "name": "Rage", + "sort": 1000000, + "system": { + "actionType": { + "value": "action" + }, + "actions": { + "value": 1 + }, + "category": "offensive", + "description": { + "value": "Requirements You aren't @UUID[Compendium.pf2e.conditionitems.Item.Fatigued] or raging.
You tap into your inner fury and begin raging. You gain a number of temporary Hit Points equal to your level plus your Constitution modifier. While you are raging:
You can't use actions with the concentrate trait unless they also have the rage trait. You can @UUID[Compendium.pf2e.actionspf2e.Item.Seek] while raging.
Rage lasts for 1 minute, until you fall @UUID[Compendium.pf2e.conditionitems.Item.Unconscious], or until the encounter ends, whichever comes first. You can't voluntarily stop raging. When you stop raging, you lose any remaining temporary Hit Points from Rage, and can't gain temporary Hit Points from using the Rage action again for 1 minute.
\n@UUID[Compendium.pf2e.feat-effects.Item.Effect: Rage Temporary Hit Points Immunity]
" + }, + "publication": { + "license": "OGL", + "remaster": false, + "title": "" + }, + "rules": [ + { + "hideIfDisabled": true, + "key": "FlatModifier", + "predicate": [ + "self:effect:rage", + { + "not": "item:ranged" + } + ], + "selector": "strike-damage", + "slug": "rage", + "value": 2 + }, + { + "key": "AdjustModifier", + "mode": "multiply", + "predicate": [ + "item:trait:agile" + ], + "priority": 95, + "selector": "strike-damage", + "slug": "rage", + "value": 0.5 + } + ], + "selfEffect": { + "name": "Effect: Rage", + "uuid": "Compendium.pf2e.feat-effects.Item.Effect: Rage" + }, + "slug": null, + "traits": { + "value": [] + } + }, + "type": "action" + }, + { + "_id": "3tx88u2LYwEgBqxt", + "img": "systems/pf2e/icons/default-icons/lore.svg", + "name": "Warfare Lore", + "sort": 1100000, + "system": { + "description": { + "value": "" + }, + "mod": { + "value": 11 + }, + "proficient": { + "value": 0 + }, + "publication": { + "license": "OGL", + "remaster": false, + "title": "" + }, + "rules": [], + "slug": null, + "traits": {} + }, + "type": "lore" + } + ], + "name": "Orc Raider", + "system": { + "abilities": { + "cha": { + "mod": 1 + }, + "con": { + "mod": 6 + }, + "dex": { + "mod": 5 + }, + "int": { + "mod": -1 + }, + "str": { + "mod": 7 + }, + "wis": { + "mod": 2 + } + }, + "attributes": { + "ac": { + "details": "", + "value": 26 + }, + "allSaves": { + "value": "" + }, + "hp": { + "details": "", + "max": 165, + "temp": 0, + "value": 165 + }, + "speed": { + "otherSpeeds": [], + "value": 25 + } + }, + "details": { + "blurb": "", + "languages": { + "details": "", + "value": [ + "common", + "orcish" + ] + }, + "level": { + "value": 8 + }, + "privateNotes": "", + "publicNotes": "", + "publication": { + "license": "ORC", + "remaster": true, + "title": "Pathfinder Adventure Path #209: Destroyer's Doom" + } + }, + "initiative": { + "statistic": "perception" + }, + "perception": { + "details": "", + "mod": 14, + "senses": [ + { + "type": "darkvision" + } + ] + }, + "resources": {}, + "saves": { + "fortitude": { + "saveDetail": "", + "value": 18 + }, + "reflex": { + "saveDetail": "", + "value": 15 + }, + "will": { + "saveDetail": "", + "value": 13 + } + }, + "skills": { + "athletics": { + "base": 21 + }, + "intimidation": { + "base": 13 + }, + "stealth": { + "base": 16 + } + }, + "traits": { + "rarity": "common", + "size": { + "value": "med" + }, + "value": [ + "humanoid", + "orc" + ] + } + }, + "type": "npc" +} diff --git a/packs/triumph-of-the-tusk-bestiary/orc-spinecracker.json b/packs/triumph-of-the-tusk-bestiary/orc-spinecracker.json new file mode 100644 index 00000000000..c8e24c50303 --- /dev/null +++ b/packs/triumph-of-the-tusk-bestiary/orc-spinecracker.json @@ -0,0 +1,675 @@ +{ + "_id": "pDKT31HwKQLU6tJl", + "img": "systems/pf2e/icons/default-icons/npc.svg", + "items": [ + { + "_id": "0jhizyG84Dtfp4No", + "_stats": { + "compendiumSource": "Compendium.pf2e.equipment-srd.Item.hIgqLgH3YcLZBeoT" + }, + "img": "icons/weapons/bows/shortbow-leather.webp", + "name": "Shortbow", + "sort": 100000, + "system": { + "baseItem": "shortbow", + "bonus": { + "value": 0 + }, + "bonusDamage": { + "value": 0 + }, + "bulk": { + "value": 1 + }, + "category": "martial", + "containerId": null, + "damage": { + "damageType": "piercing", + "dice": 1, + "die": "d6" + }, + "description": { + "value": "This smaller bow is made of a single piece of wood and favored by skirmishers and cavalry.
" + }, + "equipped": { + "carryType": "worn", + "handsHeld": 0, + "invested": null + }, + "group": "bow", + "hardness": 0, + "hp": { + "max": 0, + "value": 0 + }, + "level": { + "value": 0 + }, + "material": { + "grade": null, + "type": null + }, + "price": { + "value": { + "gp": 3 + } + }, + "publication": { + "license": "ORC", + "remaster": true, + "title": "Pathfinder Player Core" + }, + "quantity": 1, + "range": 60, + "reload": { + "value": "0" + }, + "rules": [], + "runes": { + "potency": 0, + "property": [], + "striking": 0 + }, + "size": "med", + "slug": "shortbow", + "splashDamage": { + "value": 0 + }, + "traits": { + "rarity": "common", + "value": [ + "deadly-d10" + ] + }, + "usage": { + "value": "held-in-one-plus-hands" + } + }, + "type": "weapon" + }, + { + "_id": "sYwSkSeByJ6BNh5r", + "_stats": { + "compendiumSource": "Compendium.pf2e.equipment-srd.Item.YFfG2fMyaIAXkmtr" + }, + "img": "systems/pf2e/icons/equipment/weapons/spiked-gauntlet.webp", + "name": "Spiked Gauntlet", + "sort": 200000, + "system": { + "baseItem": "spiked-gauntlet", + "bonus": { + "value": 0 + }, + "bonusDamage": { + "value": 0 + }, + "bulk": { + "value": 0.1 + }, + "category": "simple", + "containerId": null, + "damage": { + "damageType": "piercing", + "dice": 1, + "die": "d4" + }, + "description": { + "value": "Providing the same defensive function as a standard gauntlet, this version has a group of spikes protruding from the knuckles.
" + }, + "equipped": { + "carryType": "worn", + "handsHeld": 0, + "invested": null + }, + "group": "brawling", + "hardness": 0, + "hp": { + "max": 0, + "value": 0 + }, + "level": { + "value": 0 + }, + "material": { + "grade": null, + "type": null + }, + "price": { + "value": { + "sp": 3 + } + }, + "publication": { + "license": "ORC", + "remaster": true, + "title": "Pathfinder Player Core" + }, + "quantity": 1, + "range": null, + "reload": { + "value": "" + }, + "rules": [], + "runes": { + "potency": 1, + "property": [], + "striking": 1 + }, + "size": "med", + "slug": "spiked-gauntlet", + "splashDamage": { + "value": 0 + }, + "traits": { + "rarity": "common", + "value": [ + "agile", + "free-hand" + ] + }, + "usage": { + "value": "held-in-one-hand" + } + }, + "type": "weapon" + }, + { + "_id": "9eoBRpy1lvs37HV4", + "_stats": { + "compendiumSource": "Compendium.pf2e.equipment-srd.Item.AnwzlOs0njF9Jqnr" + }, + "img": "icons/equipment/chest/vest-leather-tattered-white.webp", + "name": "Hide Armor", + "sort": 300000, + "system": { + "acBonus": 3, + "baseItem": "hide-armor", + "bulk": { + "value": 2 + }, + "category": "medium", + "checkPenalty": -2, + "containerId": null, + "description": { + "value": "A mix of furs, sturdy hide, and sometimes molded boiled leather, this armor provides protection due to its layers of leather, though its bulkiness slows the wearer down and decreases mobility.
" + }, + "dexCap": 2, + "equipped": { + "carryType": "worn", + "invested": null + }, + "group": "leather", + "hardness": 0, + "hp": { + "max": 0, + "value": 0 + }, + "level": { + "value": 0 + }, + "material": { + "grade": null, + "type": null + }, + "price": { + "value": { + "gp": 2 + } + }, + "publication": { + "license": "ORC", + "remaster": true, + "title": "Pathfinder Player Core" + }, + "quantity": 1, + "rules": [], + "runes": { + "potency": 0, + "property": [], + "resilient": 0 + }, + "size": "med", + "slug": "hide-armor", + "speedPenalty": -5, + "strength": 2, + "traits": { + "rarity": "common", + "value": [] + } + }, + "type": "armor" + }, + { + "_id": "c4erNNvwHbAViyKJ", + "_stats": { + "compendiumSource": "Compendium.pf2e.equipment-srd.Item.w2ENw2VMPcsbif8g" + }, + "img": "icons/weapons/ammunition/arrows-broadhead-white.webp", + "name": "Arrows", + "sort": 400000, + "system": { + "baseItem": null, + "bulk": { + "value": 0.1 + }, + "category": "ammo", + "containerId": null, + "damage": null, + "description": { + "value": "These projectiles are the ammunition for bows. The shaft of an arrow is made of wood. It is stabilized in flight by fletching at one end and bears a metal head on the other.
" + }, + "equipped": { + "carryType": "worn" + }, + "hardness": 0, + "hp": { + "max": 0, + "value": 0 + }, + "level": { + "value": 0 + }, + "material": { + "grade": null, + "type": null + }, + "price": { + "per": 10, + "value": { + "sp": 1 + } + }, + "publication": { + "license": "ORC", + "remaster": true, + "title": "Pathfinder Player Core" + }, + "quantity": 20, + "rules": [], + "size": "med", + "slug": "arrows", + "stackGroup": "arrows", + "traits": { + "rarity": "common", + "value": [] + }, + "usage": { + "value": "held-in-one-hand" + }, + "uses": { + "autoDestroy": true, + "max": 1, + "value": 1 + } + }, + "type": "consumable" + }, + { + "_id": "ePgJPn2VnI1OlmaC", + "flags": { + "pf2e": { + "linkedWeapon": "sYwSkSeByJ6BNh5r" + } + }, + "img": "systems/pf2e/icons/default-icons/melee.svg", + "name": "Spiked Gauntlet", + "sort": 500000, + "system": { + "attackEffects": { + "value": [] + }, + "bonus": { + "value": 20 + }, + "damageRolls": { + "110NLaES81kfG6YR": { + "damage": "2d8+8", + "damageType": "piercing" + } + }, + "description": { + "value": "" + }, + "publication": { + "license": "OGL", + "remaster": false, + "title": "" + }, + "rules": [], + "slug": "spiked-gauntlet", + "traits": { + "value": [ + "agile", + "free-hand", + "magical" + ] + } + }, + "type": "melee" + }, + { + "_id": "S4ieX1wFsiVmdS9n", + "flags": { + "pf2e": { + "linkedWeapon": "0jhizyG84Dtfp4No" + } + }, + "img": "systems/pf2e/icons/default-icons/melee.svg", + "name": "Shortbow", + "sort": 600000, + "system": { + "attackEffects": { + "value": [] + }, + "bonus": { + "value": 15 + }, + "damageRolls": { + "Er36Hql4ZchPYinh": { + "damage": "2d6+6", + "damageType": "piercing" + } + }, + "description": { + "value": "" + }, + "publication": { + "license": "OGL", + "remaster": false, + "title": "" + }, + "rules": [], + "slug": "shortbow", + "traits": { + "value": [ + "deadly-d10", + "range-increment-60", + "reload-0" + ] + } + }, + "type": "melee" + }, + { + "_id": "Q6HbfM6o3CYygUcU", + "_stats": { + "compendiumSource": "Compendium.pf2e.bestiary-ability-glossary-srd.Item.N1kstYbHScxgUQtN" + }, + "img": "systems/pf2e/icons/actions/Reaction.webp", + "name": "Ferocity", + "sort": 700000, + "system": { + "actionType": { + "value": "reaction" + }, + "actions": { + "value": null + }, + "category": "defensive", + "deathNote": true, + "description": { + "value": "@Localize[PF2E.NPC.Abilities.Glossary.Ferocity]
" + }, + "publication": { + "license": "ORC", + "remaster": true, + "title": "Pathfinder Monster Core" + }, + "rules": [], + "slug": "ferocity", + "traits": { + "value": [] + } + }, + "type": "action" + }, + { + "_id": "hdpBezZWlqMOSzcQ", + "_stats": { + "compendiumSource": "Compendium.pf2e.bestiary-ability-glossary-srd.Item.W7SbTykXrNwxDzJc" + }, + "img": "systems/pf2e/icons/actions/Reaction.webp", + "name": "Reactive Strike", + "sort": 800000, + "system": { + "actionType": { + "value": "reaction" + }, + "actions": { + "value": null + }, + "category": "defensive", + "description": { + "value": "@Localize[PF2E.NPC.Abilities.Glossary.ReactiveStrike]
" + }, + "publication": { + "license": "ORC", + "remaster": true, + "title": "Pathfinder Monster Core" + }, + "rules": [], + "slug": "reactive-strike", + "traits": { + "value": [] + } + }, + "type": "action" + }, + { + "_id": "gsgHQiornEg8k0NK", + "img": "systems/pf2e/icons/default-icons/action.svg", + "name": "Brawler Critical Specialization", + "sort": 900000, + "system": { + "actionType": { + "value": "passive" + }, + "actions": { + "value": null + }, + "category": "offensive", + "description": { + "value": "When the orc spinecracker gets a critical hit with a brawling weapon, the target must succeed at a @Check[fortitude|dc:22] save or be @UUID[Compendium.pf2e.conditionitems.Item.Slowed]{Slowed 1} until the end of the spinecracker's next turn.
" + }, + "publication": { + "license": "OGL", + "remaster": false, + "title": "" + }, + "rules": [ + { + "key": "Note", + "outcome": [ + "criticalSuccess" + ], + "selector": "spiked-gauntlet-damage", + "text": "{item|system.description.value}", + "title": "{item|name}", + "visibility": "owner" + } + ], + "slug": null, + "traits": { + "value": [] + } + }, + "type": "action" + }, + { + "_id": "0mGPHHVeCU4hPXfK", + "img": "systems/pf2e/icons/default-icons/action.svg", + "name": "Combat Grab", + "sort": 1000000, + "system": { + "actionType": { + "value": "action" + }, + "actions": { + "value": 1 + }, + "category": "offensive", + "description": { + "value": "Requirements The spinecracker has one hand free, and their target is within reach of that hand
Effect Using their prior attack to shift their opponent's guard, the spinecracker makes a melee Strike with one hand. If it hits, they grab the target using their other hand. The creature remains @UUID[Compendium.pf2e.conditionitems.Item.Grabbed] until the end of the spinecracker's next turn or until it Escapes, whichever comes first.
" + }, + "publication": { + "license": "OGL", + "remaster": false, + "title": "" + }, + "rules": [], + "slug": null, + "traits": { + "value": [ + "press" + ] + } + }, + "type": "action" + }, + { + "_id": "yS8qBaxaXccw0V8A", + "img": "systems/pf2e/icons/default-icons/action.svg", + "name": "Crushing Pin", + "sort": 1100000, + "system": { + "actionType": { + "value": "action" + }, + "actions": { + "value": 2 + }, + "category": "offensive", + "description": { + "value": "Requirements The spinecracker has a creature Grappled
Effect The spinecracker crushes the creature in their grip, dealing @Damage[(2d6+6)[bludgeoning]] damage and giving the target the @UUID[Compendium.pf2e.conditionitems.Item.Restrained] condition until the end of the spinecracker's next turn.
" + }, + "publication": { + "license": "OGL", + "remaster": false, + "title": "" + }, + "rules": [], + "slug": null, + "traits": { + "value": [ + "attack" + ] + } + }, + "type": "action" + } + ], + "name": "Orc Spinecracker", + "system": { + "abilities": { + "cha": { + "mod": 3 + }, + "con": { + "mod": 4 + }, + "dex": { + "mod": 3 + }, + "int": { + "mod": 0 + }, + "str": { + "mod": 7 + }, + "wis": { + "mod": 0 + } + }, + "attributes": { + "ac": { + "details": "", + "value": 23 + }, + "allSaves": { + "value": "" + }, + "hp": { + "details": "", + "max": 130, + "temp": 0, + "value": 130 + }, + "speed": { + "otherSpeeds": [], + "value": 25 + } + }, + "details": { + "blurb": "", + "languages": { + "details": "", + "value": [ + "common", + "orcish" + ] + }, + "level": { + "value": 7 + }, + "privateNotes": "", + "publicNotes": "Orc spinecrackers are skilled in the art of hand-to-hand combat, forgoing weapons in favor of gauntlets or bare knuckles.
While some orc warriors specialize in a technique of their hold, others synthesize styles from all over into a unified yet versatile technique.
Dueling is a frequent practice among many cultures of Golarion, and orcs are no exception. The lethality of these duels varies based on the duel's impetus—a friendly bout goes to first blood or until a combatant is knocked out, while a fight in response to a vendetta or insult is more likely to the death. Unlike in many dueling traditions, spectators are encouraged to verbally aid combatants, shouting out encouragement to one's preferred fighter and invectives to their opponent.
", + "publication": { + "license": "ORC", + "remaster": true, + "title": "Pathfinder Adventure Path #209: Destroyer's Doom" + } + }, + "initiative": { + "statistic": "perception" + }, + "perception": { + "details": "", + "mod": 12, + "senses": [ + { + "type": "darkvision" + } + ] + }, + "resources": {}, + "saves": { + "fortitude": { + "saveDetail": "", + "value": 15 + }, + "reflex": { + "saveDetail": "", + "value": 12 + }, + "will": { + "saveDetail": "", + "value": 10 + } + }, + "skills": { + "acrobatics": { + "base": 14 + }, + "athletics": { + "base": 20 + }, + "deception": { + "base": 14 + }, + "intimidation": { + "base": 14 + } + }, + "traits": { + "rarity": "common", + "size": { + "value": "med" + }, + "value": [ + "humanoid", + "orc" + ] + } + }, + "type": "npc" +} diff --git a/packs/triumph-of-the-tusk-bestiary/palpares.json b/packs/triumph-of-the-tusk-bestiary/palpares.json new file mode 100644 index 00000000000..0cf924d126b --- /dev/null +++ b/packs/triumph-of-the-tusk-bestiary/palpares.json @@ -0,0 +1,394 @@ +{ + "_id": "7TdImfQS3LkCvKyK", + "img": "systems/pf2e/icons/default-icons/npc.svg", + "items": [ + { + "_id": "YiuxiCewKk8lbNCt", + "img": "systems/pf2e/icons/default-icons/melee.svg", + "name": "Pincers", + "sort": 100000, + "system": { + "attackEffects": { + "value": [ + "grab", + "palpares-venom" + ] + }, + "bonus": { + "value": 24 + }, + "damageRolls": { + "JrJ68qHduNhdkgiw": { + "damage": "2d8+10", + "damageType": "piercing" + } + }, + "description": { + "value": "" + }, + "publication": { + "license": "OGL", + "remaster": false, + "title": "" + }, + "rules": [], + "slug": null, + "traits": { + "value": [ + "agile", + "reach-15" + ] + } + }, + "type": "melee" + }, + { + "_id": "KG9HKqfGO6nji0ON", + "img": "systems/pf2e/icons/default-icons/melee.svg", + "name": "Body", + "sort": 200000, + "system": { + "attackEffects": { + "value": [] + }, + "bonus": { + "value": 24 + }, + "damageRolls": { + "T78j51vn6qGV7tso": { + "damage": "2d8+12", + "damageType": "bludgeoning" + } + }, + "description": { + "value": "" + }, + "publication": { + "license": "OGL", + "remaster": false, + "title": "" + }, + "rules": [], + "slug": null, + "traits": { + "value": [ + "reach-15" + ] + } + }, + "type": "melee" + }, + { + "_id": "uwYbvlEm723BX5S9", + "img": "systems/pf2e/icons/default-icons/action.svg", + "name": "Dig In", + "sort": 300000, + "system": { + "actionType": { + "value": "reaction" + }, + "actions": { + "value": null + }, + "category": "defensive", + "description": { + "value": "Trigger The palpares is aboveground and would take damage
Effect The palpares Burrows up to its Speed, throwing up a shield of dirt that reduces the damage by 11.
" + }, + "publication": { + "license": "OGL", + "remaster": false, + "title": "" + }, + "rules": [], + "slug": null, + "traits": { + "value": [] + } + }, + "type": "action" + }, + { + "_id": "E5wLxAWIlEmFTNoA", + "img": "systems/pf2e/icons/default-icons/action.svg", + "name": "Breaching Ambush", + "sort": 400000, + "system": { + "actionType": { + "value": "action" + }, + "actions": { + "value": 2 + }, + "category": "offensive", + "description": { + "value": "Requirements The palpares is underground
Effect The palpares Burrows up to twice its Speed underneath a creature, then Strikes upward with its pincers, ending aboveground.
" + }, + "publication": { + "license": "OGL", + "remaster": false, + "title": "" + }, + "rules": [], + "slug": null, + "traits": { + "value": [] + } + }, + "type": "action" + }, + { + "_id": "4yyaRiAYCD9AIqH3", + "img": "systems/pf2e/icons/default-icons/action.svg", + "name": "Palpares Venom", + "sort": 500000, + "system": { + "actionType": { + "value": "passive" + }, + "actions": { + "value": null + }, + "category": "offensive", + "description": { + "value": "Saving Throw @Check[fortitude|dc:30]
\nMaximum Duration 6 rounds
\nStage 1 @Damage[3d6[poison]] damage and @UUID[Compendium.pf2e.conditionitems.Item.Stunned]{Stunned 1} (1 round)
\nStage 2 @Damage[3d8[poison]] damage and @UUID[Compendium.pf2e.conditionitems.Item.Stunned]{Stunned 2} (1 round)
\nStage 3 @Damage[3d10[poison]] damage and @UUID[Compendium.pf2e.conditionitems.Item.Paralyzed] (1 minute)
" + }, + "publication": { + "license": "OGL", + "remaster": false, + "title": "" + }, + "rules": [], + "slug": null, + "traits": { + "value": [ + "incapacitation", + "poison" + ] + } + }, + "type": "action" + }, + { + "_id": "kE9m7tz6Q4IYJMQB", + "img": "systems/pf2e/icons/default-icons/action.svg", + "name": "Pit Trap", + "sort": 600000, + "system": { + "actionType": { + "value": "action" + }, + "actions": { + "value": 3 + }, + "category": "offensive", + "description": { + "value": "The palpares Burrows to create a @Template[emanation|distance:30]{30-foot radius} sloping pit centered on itself that's 10 feet deep at the center. All creatures in the area must attempt a @Check[reflex|dc:30] save.
Critical Success The creature is moved by tremors to a square outside the edge of the pit.
\nSuccess As critical success, but the creature is also @UUID[Compendium.pf2e.conditionitems.Item.Clumsy]{Clumsy 1} for 1 round.
\nFailure The creature falls 10 feet into the pit and is knocked @UUID[Compendium.pf2e.conditionitems.Item.Prone].
\nCritical Failure As failure, and the creature is @UUID[Compendium.pf2e.conditionitems.Item.Stunned]{Stunned 1}.
" + }, + "publication": { + "license": "OGL", + "remaster": false, + "title": "" + }, + "rules": [], + "slug": null, + "traits": { + "value": [] + } + }, + "type": "action" + }, + { + "_id": "FhYbX75YNf0P8pgI", + "img": "systems/pf2e/icons/default-icons/action.svg", + "name": "Venomous Bite", + "sort": 700000, + "system": { + "actionType": { + "value": "action" + }, + "actions": { + "value": 1 + }, + "category": "offensive", + "description": { + "value": "Requirements The palpares has a creature @UUID[Compendium.pf2e.conditionitems.Item.Grabbed]
Effect The palpares uses its mandibles to inject venom, dealing @Damage[3d8[acid]] damage and exposes the creature to palpares venom.
" + }, + "publication": { + "license": "OGL", + "remaster": false, + "title": "" + }, + "rules": [], + "slug": null, + "traits": { + "value": [] + } + }, + "type": "action" + }, + { + "_id": "f1cREB2JWNA9HOcc", + "_stats": { + "compendiumSource": "Compendium.pf2e.bestiary-ability-glossary-srd.Item.Tkd8sH4pwFIPzqTr" + }, + "img": "systems/pf2e/icons/actions/OneAction.webp", + "name": "Grab", + "sort": 800000, + "system": { + "actionType": { + "value": "action" + }, + "actions": { + "value": 1 + }, + "category": "offensive", + "description": { + "value": "@Localize[PF2E.NPC.Abilities.Glossary.Grab]
" + }, + "publication": { + "license": "ORC", + "remaster": true, + "title": "Pathfinder Monster Core" + }, + "rules": [], + "slug": "grab", + "traits": { + "value": [] + } + }, + "type": "action" + } + ], + "name": "Palpares", + "system": { + "abilities": { + "cha": { + "mod": 2 + }, + "con": { + "mod": 5 + }, + "dex": { + "mod": 7 + }, + "int": { + "mod": -4 + }, + "str": { + "mod": 8 + }, + "wis": { + "mod": 3 + } + }, + "attributes": { + "ac": { + "details": "", + "value": 31 + }, + "allSaves": { + "value": "" + }, + "hp": { + "details": "", + "max": 195, + "temp": 0, + "value": 195 + }, + "speed": { + "otherSpeeds": [ + { + "type": "burrow", + "value": 35 + } + ], + "value": 25 + } + }, + "details": { + "blurb": "", + "languages": { + "details": "", + "value": [] + }, + "level": { + "value": 11 + }, + "privateNotes": "", + "publicNotes": "Ancient dwarves paid little attention to the Sea of Dirt, seeing little worth harvesting from its muck. Orcs were considerably braver, yet even they're wary of monsters swimming through the silt. To an outsider, palpares might seem like a cautionary tale to keep children from sinking into the quicksand, and the large pits found dotting the Sea of Dirt's shores are just geological phenomena that appear in the wet season. Those who have stumbled across these traps know the dangerous reality.
\nFew know much about palpares, an enormous insect whose plated, hulking abdomen takes up most of its size. They seem to be solitary ambush hunters that hibernate during the dry season, then awaken during the Flood to create their enormous pit traps. These traps capture prey of all sizes, even the occasional herd of migrating aurochs, as they wait buried in the center. Though usually very patient, when disturbed, a palpares can move through its native sandy soil surprisingly quick, greeting intruders who enter its domain with its shovellike head and vicious pincers.
Research suggests palpares aren't yet in its final form of life, as large caverns on the shores have been discovered to hold traces of chitin and the rotting remains of palpares partially transformed. Though nobody has encountered an adult and lived to tell the tale, rumors abound that the fully fledged insect form resembles Rovagug. Communities are quick to locate and dispose of any pupae they find in large, sand-encrusted mounds in the dirt. Some towns hold large barbecues to harvest tons of \"mud bacon.\"
", + "publication": { + "license": "ORC", + "remaster": true, + "title": "Pathfinder Adventure Path #209: Destroyer's Doom" + } + }, + "initiative": { + "statistic": "perception" + }, + "perception": { + "details": "", + "mod": 19, + "senses": [ + { + "type": "darkvision" + }, + { + "acuity": "imprecise", + "range": 90, + "type": "tremorsense" + } + ] + }, + "resources": {}, + "saves": { + "fortitude": { + "saveDetail": "", + "value": 21 + }, + "reflex": { + "saveDetail": "", + "value": 24 + }, + "will": { + "saveDetail": "", + "value": 18 + } + }, + "skills": { + "acrobatics": { + "base": 23, + "special": [] + }, + "athletics": { + "base": 26, + "special": [] + }, + "stealth": { + "base": 22, + "special": [ + { + "base": 24, + "label": "in sand", + "predicate": [ + "terrain:sand" + ] + } + ] + }, + "survival": { + "base": 19, + "special": [] + } + }, + "traits": { + "rarity": "uncommon", + "size": { + "value": "grg" + }, + "value": [ + "animal" + ] + } + }, + "type": "npc" +} diff --git a/packs/triumph-of-the-tusk-bestiary/paskis-nine-knives.json b/packs/triumph-of-the-tusk-bestiary/paskis-nine-knives.json new file mode 100644 index 00000000000..b6857a07b49 --- /dev/null +++ b/packs/triumph-of-the-tusk-bestiary/paskis-nine-knives.json @@ -0,0 +1,1315 @@ +{ + "_id": "mysIREGVTa57nQHF", + "img": "systems/pf2e/icons/default-icons/npc.svg", + "items": [ + { + "_id": "5ZYmd6iNMGrWsJPv", + "_stats": { + "compendiumSource": "Compendium.pf2e.equipment-srd.Item.rQWaJhI5Bko5x14Z" + }, + "img": "icons/weapons/daggers/dagger-straight-blue.webp", + "name": "Dagger", + "sort": 100000, + "system": { + "baseItem": "dagger", + "bonus": { + "value": 0 + }, + "bonusDamage": { + "value": 0 + }, + "bulk": { + "value": 0.1 + }, + "category": "simple", + "containerId": null, + "damage": { + "damageType": "piercing", + "dice": 1, + "die": "d4" + }, + "description": { + "value": "This small, bladed weapon is held in one hand and used to stab a creature in close combat. It can also be thrown.
" + }, + "equipped": { + "carryType": "worn", + "handsHeld": 0, + "invested": null + }, + "group": "knife", + "hardness": 0, + "hp": { + "max": 0, + "value": 0 + }, + "level": { + "value": 0 + }, + "material": { + "grade": null, + "type": null + }, + "price": { + "value": { + "sp": 2 + } + }, + "publication": { + "license": "ORC", + "remaster": true, + "title": "Pathfinder Player Core" + }, + "quantity": 2, + "range": null, + "reload": { + "value": "-" + }, + "rules": [], + "runes": { + "potency": 1, + "property": [], + "striking": 0 + }, + "size": "med", + "slug": "dagger", + "splashDamage": { + "value": 0 + }, + "traits": { + "rarity": "common", + "value": [ + "agile", + "finesse", + "thrown-10", + "versatile-s" + ] + }, + "usage": { + "canBeAmmo": false, + "value": "held-in-one-hand" + } + }, + "type": "weapon" + }, + { + "_id": "ac616YohrQQRPVQN", + "_stats": { + "compendiumSource": "Compendium.pf2e.equipment-srd.Item.rQWaJhI5Bko5x14Z" + }, + "img": "icons/weapons/daggers/dagger-straight-blue.webp", + "name": "Dagger", + "sort": 200000, + "system": { + "baseItem": "dagger", + "bonus": { + "value": 0 + }, + "bonusDamage": { + "value": 0 + }, + "bulk": { + "value": 0.1 + }, + "category": "simple", + "containerId": null, + "damage": { + "damageType": "piercing", + "dice": 1, + "die": "d4" + }, + "description": { + "value": "This small, bladed weapon is held in one hand and used to stab a creature in close combat. It can also be thrown.
" + }, + "equipped": { + "carryType": "worn", + "handsHeld": 0, + "invested": null + }, + "group": "knife", + "hardness": 0, + "hp": { + "max": 0, + "value": 0 + }, + "level": { + "value": 0 + }, + "material": { + "grade": null, + "type": null + }, + "price": { + "value": { + "sp": 2 + } + }, + "publication": { + "license": "ORC", + "remaster": true, + "title": "Pathfinder Player Core" + }, + "quantity": 5, + "range": null, + "reload": { + "value": "-" + }, + "rules": [], + "runes": { + "potency": 0, + "property": [], + "striking": 0 + }, + "size": "med", + "slug": "dagger", + "splashDamage": { + "value": 0 + }, + "traits": { + "rarity": "common", + "value": [ + "agile", + "finesse", + "thrown-10", + "versatile-s" + ] + }, + "usage": { + "canBeAmmo": false, + "value": "held-in-one-hand" + } + }, + "type": "weapon" + }, + { + "_id": "Xp1dKybQcZ1zpv5y", + "_stats": { + "compendiumSource": "Compendium.pf2e.equipment-srd.Item.sAjzLXgA2LnIwpBM" + }, + "img": "systems/pf2e/icons/equipment/weapons/orc-knuckle-dagger.webp", + "name": "Orc Knuckle Dagger", + "sort": 300000, + "system": { + "baseItem": "orc-knuckle-dagger", + "bonus": { + "value": 0 + }, + "bonusDamage": { + "value": 0 + }, + "bulk": { + "value": 0.1 + }, + "category": "martial", + "containerId": null, + "damage": { + "damageType": "piercing", + "dice": 1, + "die": "d6" + }, + "description": { + "value": "This stout, metal blade of orc design has a horizontal basket hilt with blades jutting from each end, or sometimes one blade like that of a katar.
" + }, + "equipped": { + "carryType": "worn", + "handsHeld": 0, + "invested": null + }, + "group": "knife", + "hardness": 0, + "hp": { + "max": 0, + "value": 0 + }, + "level": { + "value": 0 + }, + "material": { + "grade": null, + "type": null + }, + "price": { + "value": { + "sp": 7 + } + }, + "publication": { + "license": "ORC", + "remaster": true, + "title": "Pathfinder Player Core" + }, + "quantity": 1, + "range": null, + "reload": { + "value": "" + }, + "rules": [], + "runes": { + "potency": 1, + "property": [], + "striking": 1 + }, + "size": "med", + "slug": "orc-knuckle-dagger", + "splashDamage": { + "value": 0 + }, + "traits": { + "rarity": "uncommon", + "value": [ + "agile", + "disarm", + "orc" + ] + }, + "usage": { + "value": "held-in-one-hand" + } + }, + "type": "weapon" + }, + { + "_id": "j3BDJkRlgH9MrDis", + "_stats": { + "compendiumSource": "Compendium.pf2e.equipment-srd.Item.sAjzLXgA2LnIwpBM" + }, + "img": "systems/pf2e/icons/equipment/weapons/orc-knuckle-dagger.webp", + "name": "Orc Knuckle Dagger", + "sort": 400000, + "system": { + "baseItem": "orc-knuckle-dagger", + "bonus": { + "value": 0 + }, + "bonusDamage": { + "value": 0 + }, + "bulk": { + "value": 0.1 + }, + "category": "martial", + "containerId": null, + "damage": { + "damageType": "piercing", + "dice": 1, + "die": "d6" + }, + "description": { + "value": "This stout, metal blade of orc design has a horizontal basket hilt with blades jutting from each end, or sometimes one blade like that of a katar.
" + }, + "equipped": { + "carryType": "worn", + "handsHeld": 0, + "invested": null + }, + "group": "knife", + "hardness": 0, + "hp": { + "max": 0, + "value": 0 + }, + "level": { + "value": 0 + }, + "material": { + "grade": null, + "type": null + }, + "price": { + "value": { + "sp": 7 + } + }, + "publication": { + "license": "ORC", + "remaster": true, + "title": "Pathfinder Player Core" + }, + "quantity": 1, + "range": null, + "reload": { + "value": "" + }, + "rules": [], + "runes": { + "potency": 0, + "property": [], + "striking": 0 + }, + "size": "med", + "slug": "orc-knuckle-dagger", + "splashDamage": { + "value": 0 + }, + "traits": { + "rarity": "uncommon", + "value": [ + "agile", + "disarm", + "orc" + ] + }, + "usage": { + "value": "held-in-one-hand" + } + }, + "type": "weapon" + }, + { + "_id": "MGWLO4rhkMtnW5aa", + "_stats": { + "compendiumSource": "Compendium.pf2e.equipment-srd.Item.4tIVTg9wj56RrveA" + }, + "img": "icons/equipment/chest/breastplate-banded-simple-leather-brown.webp", + "name": "Leather Armor", + "sort": 500000, + "system": { + "acBonus": 1, + "baseItem": "leather-armor", + "bulk": { + "value": 1 + }, + "category": "light", + "checkPenalty": -1, + "containerId": null, + "description": { + "value": "A mix of flexible and molded boiled leather, a suit of this type of armor provides some protection with maximum flexibility.
" + }, + "dexCap": 4, + "equipped": { + "carryType": "worn", + "invested": null + }, + "group": "leather", + "hardness": 0, + "hp": { + "max": 0, + "value": 0 + }, + "level": { + "value": 0 + }, + "material": { + "grade": null, + "type": null + }, + "price": { + "value": { + "gp": 2 + } + }, + "publication": { + "license": "ORC", + "remaster": true, + "title": "Pathfinder Player Core" + }, + "quantity": 1, + "rules": [], + "runes": { + "potency": 1, + "property": [], + "resilient": 0 + }, + "size": "med", + "slug": "leather-armor", + "speedPenalty": 0, + "strength": 0, + "traits": { + "rarity": "common", + "value": [] + } + }, + "type": "armor" + }, + { + "_id": "v2ra7AyyNybD7ams", + "_stats": { + "compendiumSource": "Compendium.pf2e.equipment-srd.Item.upzjwQ96cZG0Xlmx" + }, + "img": "systems/pf2e/icons/equipment/adventuring-gear/religious-symbol-silver.webp", + "name": "Religious Symbol of Verex", + "sort": 600000, + "system": { + "baseItem": null, + "bulk": { + "value": 0.1 + }, + "containerId": null, + "description": { + "value": "This piece of wood or silver is emblazoned with an image representing a deity. Some divine spellcasters, such as clerics, can use a religious symbol of their deity to use certain abilities and cast some spells. A religious symbol can be worn on the body on a chain or pin, or can be held.
" + }, + "equipped": { + "carryType": "worn", + "invested": null + }, + "hardness": 0, + "hp": { + "max": 0, + "value": 0 + }, + "level": { + "value": 0 + }, + "material": { + "grade": null, + "type": null + }, + "price": { + "value": { + "gp": 100 + } + }, + "publication": { + "license": "ORC", + "remaster": true, + "title": "Pathfinder Player Core" + }, + "quantity": 1, + "rules": [ + { + "domain": "all", + "key": "RollOption", + "option": "has-religious-symbol", + "requiresEquipped": false + } + ], + "size": "med", + "slug": "religious-symbol-silver", + "traits": { + "rarity": "common", + "value": [] + }, + "usage": { + "value": "other" + } + }, + "type": "equipment" + }, + { + "_id": "Vu5VeqfVHd9D7RkI", + "_stats": { + "compendiumSource": "Compendium.pf2e.equipment-srd.Item.DwMXEqy7Ws8NYQQh" + }, + "img": "systems/pf2e/icons/equipment/worn-items/other-worn-items/doubling-rings.webp", + "name": "Doubling Rings", + "sort": 700000, + "system": { + "baseItem": null, + "bulk": { + "value": 0 + }, + "containerId": null, + "description": { + "value": "This item consists of two magically linked rings: an intricate, gleaming golden ring with a square-cut ruby, and a thick, plain iron ring. When you wield a melee weapon in the hand wearing the golden ring, the weapon's fundamental runes are replicated onto any melee weapon you wield in the hand wearing the iron ring. (The fundamental runes are weapon potency and striking, which add an item bonus to attack rolls and extra weapon damage dice, respectively.) Any fundamental runes on the weapon in the hand wearing the iron ring are suppressed.
\nThe replication functions only if you wear both rings, and it ends as soon as you cease wielding a melee weapon in one of your hands. Consequently, the benefit doesn't apply to thrown attacks or if you're holding a weapon but not wielding it (such as holding in one hand a weapon that requires two hands to wield).
" + }, + "equipped": { + "carryType": "worn", + "invested": null + }, + "hardness": 0, + "hp": { + "max": 0, + "value": 0 + }, + "level": { + "value": 3 + }, + "material": { + "grade": null, + "type": null + }, + "price": { + "value": { + "gp": 50 + } + }, + "publication": { + "license": "ORC", + "remaster": true, + "title": "Pathfinder GM Core" + }, + "quantity": 1, + "rules": [], + "size": "med", + "slug": "doubling-rings", + "traits": { + "rarity": "common", + "value": [ + "invested", + "magical" + ] + }, + "usage": { + "value": "worn" + } + }, + "type": "equipment" + }, + { + "_id": "7OmQgt8jiR4rXMg4", + "_stats": { + "compendiumSource": "Compendium.pf2e.equipment-srd.Item.oOXvk18K4izaJzG7" + }, + "img": "icons/commodities/materials/slime-purple.webp", + "name": "Spider Root", + "sort": 800000, + "system": { + "baseItem": null, + "bulk": { + "value": 0.1 + }, + "category": "poison", + "containerId": null, + "damage": null, + "description": { + "value": "A paste made by mashing the fine, threadlike roots of a certain creeper vine, spider root renders a victim clumsy and maladroit.
\nActivate A (manipulate)
\nSaving Throw @Check[fortitude|dc:28]
\nOnset 1 minute
\nMaximum Duration 6 minutes
\nStage 1 @Damage[3d6[poison]] damage and @UUID[Compendium.pf2e.conditionitems.Item.Clumsy]{Clumsy 1} (1 minute)
\nStage 2 @Damage[4d6[poison]] damage and @UUID[Compendium.pf2e.conditionitems.Item.Clumsy]{Clumsy 2} (1 minute)
\nStage 3 @Damage[6d6[poison]] damage and @UUID[Compendium.pf2e.conditionitems.Item.Clumsy]{Clumsy 3} (1 minute)
" + }, + "equipped": { + "carryType": "worn" + }, + "hardness": 0, + "hp": { + "max": 0, + "value": 0 + }, + "level": { + "value": 9 + }, + "material": { + "grade": null, + "type": null + }, + "price": { + "value": { + "gp": 110 + } + }, + "publication": { + "license": "ORC", + "remaster": true, + "title": "Pathfinder GM Core" + }, + "quantity": 2, + "rules": [], + "size": "med", + "slug": "spider-root", + "traits": { + "rarity": "common", + "value": [ + "alchemical", + "consumable", + "contact", + "poison" + ] + }, + "usage": { + "value": "held-in-one-hand" + }, + "uses": { + "autoDestroy": true, + "max": 1, + "value": 1 + } + }, + "type": "consumable" + }, + { + "_id": "YmnpRzV349SEoeJI", + "_stats": { + "compendiumSource": "Compendium.pf2e.equipment-srd.Item.WL4O32qFifxnMj0H" + }, + "img": "icons/commodities/materials/liquid-blue.webp", + "name": "Wyvern Poison", + "sort": 900000, + "system": { + "baseItem": null, + "bulk": { + "value": 0.1 + }, + "category": "poison", + "containerId": null, + "damage": null, + "description": { + "value": "Properly harvested and preserved, the poison from a wyvern's sting is effective and direct.
\nActivate 2 (manipulate)
\nSaving Throw @Check[fortitude|dc:26]
\nMaximum Duration 6 rounds
\nStage 1 @Damage[3d6[poison]] damage (1 round)
\nStage 2 @Damage[3d8[poison]] damage (1 round)
\nStage 3 @Damage[3d10[poison]] damage (1 round)
" + }, + "equipped": { + "carryType": "worn" + }, + "hardness": 0, + "hp": { + "max": 0, + "value": 0 + }, + "level": { + "value": 8 + }, + "material": { + "grade": null, + "type": null + }, + "price": { + "value": { + "gp": 80 + } + }, + "publication": { + "license": "ORC", + "remaster": true, + "title": "Pathfinder GM Core" + }, + "quantity": 2, + "rules": [], + "size": "med", + "slug": "wyvern-poison", + "traits": { + "rarity": "common", + "value": [ + "alchemical", + "consumable", + "injury", + "poison" + ] + }, + "usage": { + "value": "held-in-two-hands" + }, + "uses": { + "autoDestroy": true, + "max": 1, + "value": 1 + } + }, + "type": "consumable" + }, + { + "_id": "qcTac0LvLkTkm5ab", + "flags": { + "pf2e": { + "linkedWeapon": "Xp1dKybQcZ1zpv5y" + } + }, + "img": "systems/pf2e/icons/default-icons/melee.svg", + "name": "Orc Knuckle Dagger", + "sort": 1000000, + "system": { + "attackEffects": { + "value": [] + }, + "bonus": { + "value": 25 + }, + "damageRolls": { + "kUJCmfHRPNxHhEnZ": { + "damage": "2d6+11", + "damageType": "piercing" + } + }, + "description": { + "value": "" + }, + "publication": { + "license": "OGL", + "remaster": false, + "title": "" + }, + "rules": [], + "slug": "orc-knuckle-dagger", + "traits": { + "value": [ + "agile", + "disarm", + "magical", + "orc" + ] + } + }, + "type": "melee" + }, + { + "_id": "UIA4WUVch6Wk53mD", + "flags": { + "pf2e": { + "linkedWeapon": "5ZYmd6iNMGrWsJPv" + } + }, + "img": "systems/pf2e/icons/default-icons/melee.svg", + "name": "Dagger", + "sort": 1100000, + "system": { + "attackEffects": { + "value": [] + }, + "bonus": { + "value": 25 + }, + "damageRolls": { + "aVFA0MIT7i93dUwa": { + "damage": "2d4+11", + "damageType": "piercing" + } + }, + "description": { + "value": "" + }, + "publication": { + "license": "OGL", + "remaster": false, + "title": "" + }, + "rules": [], + "slug": "dagger", + "traits": { + "value": [ + "agile", + "finesse", + "magical", + "versatile-s" + ] + } + }, + "type": "melee" + }, + { + "_id": "M8cm2sSZxWYZ2Jr7", + "flags": { + "pf2e": { + "linkedWeapon": "5ZYmd6iNMGrWsJPv" + } + }, + "img": "systems/pf2e/icons/default-icons/melee.svg", + "name": "Dagger", + "sort": 1200000, + "system": { + "attackEffects": { + "value": [] + }, + "bonus": { + "value": 25 + }, + "damageRolls": { + "fh3vXidMQMIO7vef": { + "damage": "2d4+11", + "damageType": "piercing" + } + }, + "description": { + "value": "" + }, + "publication": { + "license": "OGL", + "remaster": false, + "title": "" + }, + "rules": [], + "slug": "dagger", + "traits": { + "value": [ + "agile", + "magical", + "thrown-10", + "versatile-s" + ] + } + }, + "type": "melee" + }, + { + "_id": "jheMZW5AHua03M7K", + "img": "systems/pf2e/icons/default-icons/action.svg", + "name": "Dance Between the Blades", + "sort": 1300000, + "system": { + "actionType": { + "value": "reaction" + }, + "actions": { + "value": null + }, + "category": "defensive", + "description": { + "value": "Trigger A foe within Paskis's reach critically fails a Strike against her
Effect Paskis can Step; she must end her movement within reach of the triggering foe. Paskis then makes a melee Strike against the triggering creature, treating them as @UUID[Compendium.pf2e.conditionitems.Item.Off-Guard] for the attack. This Strike uses the triggering Strike's damage rather than that of Paskis's weapon. If the weapon has the agile or finesse train, Paskis also applies her @UUID[Compendium.pf2e.actionspf2e.Item.Sneak] Attack to this damage.
" + }, + "publication": { + "license": "OGL", + "remaster": false, + "title": "" + }, + "rules": [], + "slug": null, + "traits": { + "value": [] + } + }, + "type": "action" + }, + { + "_id": "z9IRoeaZJZNCpMOQ", + "img": "systems/pf2e/icons/default-icons/action.svg", + "name": "Deny Advantage", + "sort": 1400000, + "system": { + "actionType": { + "value": "passive" + }, + "actions": { + "value": null + }, + "category": "defensive", + "description": { + "value": "Paskis isn't @UUID[Compendium.pf2e.conditionitems.Item.Off-Guard] to creatures of 11th level or lower that are @UUID[Compendium.pf2e.conditionitems.Item.Hidden], undetected, flanking, or using surprise attack. However, she can help allies flank.
" + }, + "publication": { + "license": "OGL", + "remaster": false, + "title": "" + }, + "rules": [ + { + "key": "ActiveEffectLike", + "mode": "override", + "path": "system.attributes.flanking.offGuardable", + "value": 11 + } + ], + "slug": null, + "traits": { + "value": [] + } + }, + "type": "action" + }, + { + "_id": "A3lqmY9skuEEpzJE", + "_stats": { + "compendiumSource": "Compendium.pf2e.bestiary-ability-glossary-srd.Item.N1kstYbHScxgUQtN" + }, + "img": "systems/pf2e/icons/actions/Reaction.webp", + "name": "Ferocity", + "sort": 1500000, + "system": { + "actionType": { + "value": "reaction" + }, + "actions": { + "value": null + }, + "category": "defensive", + "deathNote": true, + "description": { + "value": "@Localize[PF2E.NPC.Abilities.Glossary.Ferocity]
" + }, + "publication": { + "license": "ORC", + "remaster": true, + "title": "Pathfinder Monster Core" + }, + "rules": [], + "slug": "ferocity", + "traits": { + "value": [] + } + }, + "type": "action" + }, + { + "_id": "cZFvICqHxszg3rBe", + "img": "systems/pf2e/icons/default-icons/action.svg", + "name": "Enfeebling Strike", + "sort": 1600000, + "system": { + "actionType": { + "value": "free" + }, + "actions": { + "value": null + }, + "category": "offensive", + "description": { + "value": "Trigger Paskis's Strike hits an @UUID[Compendium.pf2e.conditionitems.Item.Off-Guard] creature and deals damage
Effect The target is @UUID[Compendium.pf2e.conditionitems.Item.Enfeebled]{Enfeebled 1} until the end of Paskis's next turn.
" + }, + "publication": { + "license": "OGL", + "remaster": false, + "title": "" + }, + "rules": [], + "slug": null, + "traits": { + "value": [] + } + }, + "type": "action" + }, + { + "_id": "GgGCbgvdM6GVVh9n", + "img": "systems/pf2e/icons/default-icons/action.svg", + "name": "Knife Training", + "sort": 1700000, + "system": { + "actionType": { + "value": "passive" + }, + "actions": { + "value": null + }, + "category": "offensive", + "description": { + "value": "Paskis treats all weapons in the knife group as finesse weapons.
" + }, + "publication": { + "license": "OGL", + "remaster": false, + "title": "" + }, + "rules": [], + "slug": null, + "traits": { + "value": [] + } + }, + "type": "action" + }, + { + "_id": "LVripsU6ZqE1Xgkt", + "img": "systems/pf2e/icons/default-icons/action.svg", + "name": "Lightning Blades", + "sort": 1800000, + "system": { + "actionType": { + "value": "action" + }, + "actions": { + "value": 2 + }, + "category": "offensive", + "description": { + "value": "Requirements Paskis is wielding two knives and targets an @UUID[Compendium.pf2e.conditionitems.Item.Off-Guard] creature
Effect Paskis attempts two knife Strikes against the creature; these attacks increase her multiple attack penalty, but the penalty doesn't increase until after both attacks. This counts as a single melee attack for the purposes of Feinting.
" + }, + "publication": { + "license": "OGL", + "remaster": false, + "title": "" + }, + "rules": [], + "slug": null, + "traits": { + "value": [ + "manipulate" + ] + } + }, + "type": "action" + }, + { + "_id": "PKh7b4QFN8U6A3Mq", + "img": "systems/pf2e/icons/default-icons/action.svg", + "name": "Mark for Death", + "sort": 1900000, + "system": { + "actionType": { + "value": "action" + }, + "actions": { + "value": 3 + }, + "category": "offensive", + "description": { + "value": "Requirements Paskis can observe the creature she intends to mark
Effect Paskis designates a single creature as her mark. This lasts until the mark dies or she uses Mark for Death again. She gains a +2 circumstance bonus to Perception checks to @UUID[Compendium.pf2e.actionspf2e.Item.Seek] the mark and on Deception checks to @UUID[Compendium.pf2e.actionspf2e.Item.Feint] against the mark. In addition, her sneak attacks against her mark deal an additional 2 precision damage.
" + }, + "publication": { + "license": "OGL", + "remaster": false, + "title": "" + }, + "rules": [ + { + "domain": "all", + "key": "RollOption", + "option": "mark-for-death", + "toggleable": true + }, + { + "key": "FlatModifier", + "predicate": [ + "mark-for-death", + { + "or": [ + "action:seek", + "action:feint" + ] + } + ], + "selector": [ + "perception", + "deception" + ], + "type": "circumstance", + "value": 2 + }, + { + "key": "FlatModifier", + "predicate": [ + "mark-for-death", + "target:condition:off-guard" + ], + "selector": "strike-damage", + "value": 2 + } + ], + "slug": null, + "traits": { + "value": [] + } + }, + "type": "action" + }, + { + "_id": "JDOtHb3GOdzLRPe7", + "img": "systems/pf2e/icons/default-icons/action.svg", + "name": "Poison Weapon", + "sort": 2000000, + "system": { + "actionType": { + "value": "action" + }, + "actions": { + "value": 1 + }, + "category": "offensive", + "description": { + "value": "Paskis draws a poison and applies it to a weapon. If her next attack with that weapon before the end of her next turn hits and deals damage, it applies the effects of the poison.
" + }, + "publication": { + "license": "OGL", + "remaster": false, + "title": "" + }, + "rules": [], + "slug": null, + "traits": { + "value": [ + "manipulate" + ] + } + }, + "type": "action" + }, + { + "_id": "VuWi6ubE1WA1ENMR", + "_stats": { + "compendiumSource": "Compendium.pf2e.bestiary-ability-glossary-srd.Item.AWvNPE4U0kEJSL1T" + }, + "img": "systems/pf2e/icons/actions/Passive.webp", + "name": "Sneak Attack", + "sort": 2100000, + "system": { + "actionType": { + "value": "passive" + }, + "actions": { + "value": null + }, + "category": "offensive", + "description": { + "value": "Paskis deals an extra 3d6 precision damage to @UUID[Compendium.pf2e.conditionitems.Item.Off-Guard] creatures.
" + }, + "publication": { + "license": "OGL", + "remaster": false, + "title": "Pathfinder Bestiary" + }, + "rules": [ + { + "category": "precision", + "diceNumber": 3, + "dieSize": "d6", + "key": "DamageDice", + "predicate": [ + "target:condition:off-guard" + ], + "selector": "strike-damage" + }, + { + "domain": "all", + "key": "RollOption", + "label": "PF2E.SpecificRule.TOTMToggle.OffGuard", + "option": "target:condition:off-guard", + "toggleable": "totm" + } + ], + "slug": "sneak-attack", + "traits": { + "value": [] + } + }, + "type": "action" + }, + { + "_id": "yMfEFrdraDHuaYBL", + "img": "systems/pf2e/icons/default-icons/action.svg", + "name": "Surprise Attack", + "sort": 2200000, + "system": { + "actionType": { + "value": "passive" + }, + "actions": { + "value": null + }, + "category": "offensive", + "description": { + "value": "On the first round of combat, creatures that haven't acted yet are @UUID[Compendium.pf2e.conditionitems.Item.Off-Guard] to Paskis.
" + }, + "publication": { + "license": "OGL", + "remaster": false, + "title": "" + }, + "rules": [ + { + "key": "EphemeralEffect", + "predicate": [ + "encounter:round:1", + { + "lt": [ + "self:participant:initiative:rank", + "target:participant:initiative:rank" + ] + } + ], + "selectors": [ + "strike-attack-roll", + "spell-attack-roll", + "strike-damage", + "attack-spell-damage" + ], + "uuid": "Compendium.pf2e.conditionitems.Item.Off-Guard" + } + ], + "slug": null, + "traits": { + "value": [] + } + }, + "type": "action" + } + ], + "name": "Paskis Nine-Knives", + "system": { + "abilities": { + "cha": { + "mod": 2 + }, + "con": { + "mod": 5 + }, + "dex": { + "mod": 8 + }, + "int": { + "mod": 1 + }, + "str": { + "mod": 5 + }, + "wis": { + "mod": 4 + } + }, + "attributes": { + "ac": { + "details": "", + "value": 31 + }, + "allSaves": { + "value": "" + }, + "hp": { + "details": "", + "max": 195, + "temp": 0, + "value": 195 + }, + "speed": { + "otherSpeeds": [], + "value": 30 + } + }, + "details": { + "blurb": "", + "languages": { + "details": "", + "value": [ + "chthonian", + "common", + "jotun", + "orcish" + ] + }, + "level": { + "value": 11 + }, + "privateNotes": "", + "publicNotes": "", + "publication": { + "license": "ORC", + "remaster": true, + "title": "Pathfinder Adventure Path #209: Destroyer's Doom" + } + }, + "initiative": { + "statistic": "perception" + }, + "perception": { + "details": "", + "mod": 23, + "senses": [ + { + "type": "darkvision" + } + ] + }, + "resources": {}, + "saves": { + "fortitude": { + "saveDetail": "", + "value": 20 + }, + "reflex": { + "saveDetail": "", + "value": 25 + }, + "will": { + "saveDetail": "", + "value": 19 + } + }, + "skills": { + "acrobatics": { + "base": 23 + }, + "deception": { + "base": 22 + }, + "intimidation": { + "base": 20 + }, + "stealth": { + "base": 25 + }, + "thievery": { + "base": 23 + } + }, + "traits": { + "rarity": "unique", + "size": { + "value": "med" + }, + "value": [ + "humanoid", + "orc" + ] + } + }, + "type": "npc" +} diff --git a/packs/triumph-of-the-tusk-bestiary/tar-baphons-shadow.json b/packs/triumph-of-the-tusk-bestiary/tar-baphons-shadow.json new file mode 100644 index 00000000000..70408519fb5 --- /dev/null +++ b/packs/triumph-of-the-tusk-bestiary/tar-baphons-shadow.json @@ -0,0 +1,127 @@ +{ + "_id": "1tIWR9h3650FOW9Y", + "img": "systems/pf2e/icons/default-icons/hazard.svg", + "items": [ + { + "_id": "coFjx9xdGwcQnavh", + "img": "systems/pf2e/icons/default-icons/action.svg", + "name": "Unholy Leech", + "sort": 0, + "system": { + "actionType": { + "value": "reaction" + }, + "actions": { + "value": null + }, + "category": "offensive", + "description": { + "value": "Trigger A creature enters the cavern
Effect The shadow latches onto the Carcass Man, unleashing a @Template[type:emanation|distance:30] of necromantic energy. Creatures in the area except the Carcass Man must make a @Check[fortitude|dc:30] save or take @Damage[2d12[void]] damage. The haunt then rolls initiative.
Critical Success The creature is unaffected.
\nSuccess The creature takes half damage and is pushed back 5 feet.
\nFailure The creature takes full damage and is pushed back 15 feet.
\nCritical Failure As failure and the creature is @UUID[Compendium.pf2e.conditionitems.Item.Stunned]{Stunned 1} and knocked @UUID[Compendium.pf2e.conditionitems.Item.Prone].
" + }, + "publication": { + "license": "OGL", + "remaster": false, + "title": "" + }, + "rules": [], + "slug": null, + "traits": { + "value": [ + "emotion", + "mental" + ] + } + }, + "type": "action" + }, + { + "_id": "7lBHzLahLzNkrGPW", + "img": "systems/pf2e/icons/default-icons/action.svg", + "name": "Unholy Presence", + "sort": 0, + "system": { + "actionType": { + "value": "passive" + }, + "actions": { + "value": null + }, + "category": "offensive", + "description": { + "value": "The shadow is sustained by the power of Tar-Baphon, regaining 10 Hit Points at the beginning of every round, and is repaired by void damage.
" + }, + "publication": { + "license": "OGL", + "remaster": false, + "title": "" + }, + "rules": [], + "slug": null, + "traits": { + "value": [] + } + }, + "type": "action" + } + ], + "name": "Tar-Baphon's Shadow", + "system": { + "attributes": { + "ac": { + "value": 0 + }, + "emitsSound": "encounter", + "hardness": 0, + "hp": { + "details": "", + "max": 0, + "temp": 0, + "value": 0 + }, + "stealth": { + "details": "", + "value": 30 + } + }, + "details": { + "description": "A manifestation of Tar-Baphon drains the essence of its divine target.
", + "disable": "@Check[arcana|dc:33] (expert) to disrupt Tar-Baphon's magic, @Check[occultism|dc:30] or @Check[religion|dc:30] (master) to suppress the shadow's energy; three total successes in any combination are required to disable the haunt unless the Carcass Man is destroyed, in which case it's automatically destroyed
", + "isComplex": true, + "level": { + "value": 11 + }, + "publication": { + "license": "ORC", + "remaster": true, + "title": "Pathfinder Adventure Path #209: Destroyer's Doom" + }, + "reset": "", + "routine": "(1 action; death) The haunt drains Zagresh's divine energies, dealing @Damage[5d10[void]] damage.
" + }, + "saves": { + "fortitude": { + "saveDetail": "", + "value": 0 + }, + "reflex": { + "saveDetail": "", + "value": 0 + }, + "will": { + "saveDetail": "", + "value": 0 + } + }, + "statusEffects": [], + "traits": { + "rarity": "unique", + "size": { + "value": "med" + }, + "value": [ + "haunt" + ] + } + }, + "type": "hazard" +} diff --git a/packs/triumph-of-the-tusk-bestiary/the-carcass-man.json b/packs/triumph-of-the-tusk-bestiary/the-carcass-man.json new file mode 100644 index 00000000000..a57204a7012 --- /dev/null +++ b/packs/triumph-of-the-tusk-bestiary/the-carcass-man.json @@ -0,0 +1,1408 @@ +{ + "_id": "m7jh421DG0ArTQMh", + "img": "systems/pf2e/icons/default-icons/npc.svg", + "items": [ + { + "_id": "4GNjyuT5B3t46R75", + "img": "systems/pf2e/icons/default-icons/spellcastingEntry.svg", + "name": "Divine Innate Spells", + "sort": 100000, + "system": { + "autoHeightenLevel": { + "value": null + }, + "description": { + "value": "" + }, + "prepared": { + "value": "innate" + }, + "proficiency": { + "value": 1 + }, + "publication": { + "license": "OGL", + "remaster": false, + "title": "" + }, + "rules": [], + "showSlotlessLevels": { + "value": false + }, + "slots": {}, + "slug": null, + "spelldc": { + "dc": 31, + "value": 21 + }, + "tradition": { + "value": "divine" + }, + "traits": {} + }, + "type": "spellcastingEntry" + }, + { + "_id": "otJuBxfADb6ImU7k", + "_stats": { + "compendiumSource": "Compendium.pf2e.spells-srd.Item.sX2o0HH4RjJDAZ8C" + }, + "img": "icons/sundries/documents/document-sealed-signatures-red.webp", + "name": "Divine Decree", + "sort": 200000, + "system": { + "area": { + "type": "emanation", + "value": 40 + }, + "cost": { + "value": "" + }, + "counteraction": false, + "damage": { + "0": { + "applyMod": false, + "category": null, + "formula": "7d10", + "kinds": [ + "damage" + ], + "materials": [], + "type": "spirit" + } + }, + "defense": { + "save": { + "basic": false, + "statistic": "fortitude" + } + }, + "description": { + "value": "You utter a potent litany from your faith, a mandate that harms those who oppose your ideals. You deal 7d10 spirit damage to your enemies in the area; each enemy must attempt a Fortitude save.
\nCritical Success The creature is unaffected.
\nSuccess The creature takes half damage.
\nFailure The creature takes full damage and is @UUID[Compendium.pf2e.conditionitems.Item.Enfeebled]{Enfeebled 2} for 1 minute.
\nCritical Failure The creature takes double damage and is enfeebled 2 for 1 minute. If you're on your home plane and the creature is not, the creature is sent back to its home plane. A creature of 10th level or lower must also succeed at a Will save or be @UUID[Compendium.pf2e.conditionitems.Item.Paralyzed] for 1 minute; if it critically fails, it dies (this is a death effect).
\nHeightened (+1) The damage increases by 1d10, and the level of creatures that must attempt a second save on a critical failure increases by 2.
" + }, + "duration": { + "sustained": false, + "value": "varies" + }, + "heightening": { + "damage": { + "0": "1d10" + }, + "interval": 1, + "type": "interval" + }, + "level": { + "value": 7 + }, + "location": { + "heightenedLevel": 7, + "value": "4GNjyuT5B3t46R75" + }, + "publication": { + "license": "ORC", + "remaster": true, + "title": "Pathfinder Player Core" + }, + "range": { + "value": "40 feet" + }, + "requirements": "", + "rules": [], + "slug": "divine-decree", + "target": { + "value": "" + }, + "time": { + "value": "2" + }, + "traits": { + "rarity": "common", + "traditions": [ + "divine" + ], + "value": [ + "concentrate", + "manipulate", + "sanctified", + "spirit" + ] + } + }, + "type": "spell" + }, + { + "_id": "ful5HnJwn4I6klfe", + "_stats": { + "compendiumSource": "Compendium.pf2e.spells-srd.Item.Z9OrRXKgAPv6Hn5l" + }, + "img": "icons/magic/unholy/hand-claw-fog-green.webp", + "name": "Execute", + "sort": 300000, + "system": { + "area": null, + "cost": { + "value": "" + }, + "counteraction": false, + "damage": { + "0": { + "applyMod": false, + "category": null, + "formula": "70", + "kinds": [ + "damage" + ], + "materials": [], + "type": "void" + } + }, + "defense": { + "save": { + "basic": true, + "statistic": "fortitude" + } + }, + "description": { + "value": "You point at a creature and invoke the demise of all things. The target takes 70 void damage with a basic Fortitude save. If the target is undead or otherwise has void healing, the spell loses the death and void traits and gains the vitality trait, and the target takes 70 vitality damage with a basic Fortitude save.
\nHeightened (+1) The damage increases by 10.
" + }, + "duration": { + "sustained": false, + "value": "" + }, + "heightening": { + "damage": { + "0": "10" + }, + "interval": 1, + "type": "interval" + }, + "level": { + "value": 7 + }, + "location": { + "heightenedLevel": 7, + "value": "4GNjyuT5B3t46R75" + }, + "overlays": { + "WTeek6DuuUC5uXiv": { + "_id": "WTeek6DuuUC5uXiv", + "name": "Execute (Void)", + "overlayType": "override", + "sort": 1, + "system": {} + }, + "rZUgF7LFHu7N5MFK": { + "_id": "rZUgF7LFHu7N5MFK", + "name": "Execute (Vitality)", + "overlayType": "override", + "sort": 2, + "system": { + "damage": { + "0": { + "category": null, + "type": "vitality" + } + }, + "traits": { + "value": [ + "concentrate", + "manipulate", + "vitality" + ] + } + } + } + }, + "publication": { + "license": "ORC", + "remaster": true, + "title": "Pathfinder Player Core" + }, + "range": { + "value": "30 feet" + }, + "requirements": "", + "rules": [], + "slug": "execute", + "target": { + "value": "1 creature" + }, + "time": { + "value": "2" + }, + "traits": { + "rarity": "common", + "traditions": [ + "divine", + "primal" + ], + "value": [ + "concentrate", + "death", + "manipulate", + "void" + ] + } + }, + "type": "spell" + }, + { + "_id": "j0G0URqtKUzmvaRi", + "_stats": { + "compendiumSource": "Compendium.pf2e.spells-srd.Item.6lO6uMQxbqmYho0e" + }, + "img": "icons/magic/unholy/hand-fire-skeleton-pink.webp", + "name": "Necrotize", + "sort": 400000, + "system": { + "area": null, + "cost": { + "value": "" + }, + "counteraction": false, + "damage": { + "0": { + "applyMod": false, + "category": null, + "formula": "12d6", + "kinds": [ + "damage" + ], + "type": "void" + } + }, + "defense": { + "save": { + "basic": false, + "statistic": "fortitude" + } + }, + "description": { + "value": "You necrotize part of a creature's body, harming it and debilitating it as its body putrefies, mimicking the natural process of decay. The target takes 12d6 void damage and one of the following debilitations; roll [[/r 1d4]] to randomly determine which. The effects depend on its Fortitude save.
\nCritical Success The target is unaffected.
\nSuccess The target takes half damage and the debilitation lasts until the end of your next turn.
\nFailure The target takes full damage and the debilitation lasts for 1 minute.
\nCritical Failure The target takes double damage, and you can pick a second debilitation to apply, in addition to the one you rolled randomly. Both debilitations last for 1 minute.
\nHeightened (+1) The damage increases by 2d6.
" + }, + "duration": { + "sustained": false, + "value": "" + }, + "heightening": { + "damage": { + "0": "2d6" + }, + "interval": 1, + "type": "interval" + }, + "level": { + "value": 6 + }, + "location": { + "heightenedLevel": 6, + "value": "4GNjyuT5B3t46R75" + }, + "publication": { + "license": "OGL", + "remaster": false, + "title": "Pathfinder Secrets of Magic" + }, + "range": { + "value": "60 feet" + }, + "requirements": "", + "rules": [], + "slug": "necrotize", + "target": { + "value": "1 living creature" + }, + "time": { + "value": "2" + }, + "traits": { + "rarity": "common", + "traditions": [ + "arcane", + "divine", + "primal" + ], + "value": [ + "concentrate", + "manipulate", + "void" + ] + } + }, + "type": "spell" + }, + { + "_id": "bZsRHgaufLBZUsSY", + "_stats": { + "compendiumSource": "Compendium.pf2e.spells-srd.Item.XGB77j7m0SLky8U1" + }, + "img": "icons/magic/sonic/scream-wail-shout-teal.webp", + "name": "Utter Destruction", + "sort": 500000, + "system": { + "area": { + "type": "cone", + "value": 30 + }, + "cost": { + "value": "" + }, + "counteraction": false, + "damage": { + "0yIRszQ4ZAlq14gX": { + "applyMod": false, + "category": null, + "formula": "4d8", + "kinds": [ + "damage" + ], + "materials": [], + "type": "sonic" + }, + "1tttVaJo3TXKF7uK": { + "applyMod": false, + "category": null, + "formula": "4d8", + "kinds": [ + "damage" + ], + "materials": [], + "type": "void" + } + }, + "defense": { + "save": { + "basic": false, + "statistic": "fortitude" + } + }, + "description": { + "value": "You screech with an unearthly voice made of destructive energy, smashing everything that lies before you. Creatures in the area take 4d8 sonic damage and 4d8 void damage. Each creature must attempt a Fortitude save. Unattended objects of Hardness 5 or less in the area of effect are destroyed.
Critical Success The creature takes half damage.
\nSuccess The creature takes half damage and is @UUID[Compendium.pf2e.conditionitems.Item.Deafened] for 1 round.
\nFailure The creature takes full damage and is deafened for 1 minute.
\nCritical Failure The creature takes double damage and is permanently deafened.
Heightened (+1) The sonic and void damage each increase by 1d8. The Hardness threshold of items destroyed by the spell increases by 1.
" + }, + "duration": { + "sustained": false, + "value": "" + }, + "heightening": { + "area": 0, + "damage": { + "0yIRszQ4ZAlq14gX": "1d8", + "1tttVaJo3TXKF7uK": "1d8" + }, + "interval": 1, + "type": "interval" + }, + "level": { + "value": 6 + }, + "location": { + "heightenedLevel": 6, + "value": "4GNjyuT5B3t46R75" + }, + "publication": { + "license": "ORC", + "remaster": true, + "title": "Pathfinder Adventure Path #209: Destroyer's Doom" + }, + "range": { + "value": "120 feet" + }, + "requirements": "", + "rules": [], + "slug": null, + "target": { + "value": "" + }, + "time": { + "value": "2" + }, + "traits": { + "rarity": "uncommon", + "traditions": [ + "arcane", + "occult", + "primal" + ], + "value": [ + "death", + "sonic", + "void" + ] + } + }, + "type": "spell" + }, + { + "_id": "NjuWIE05DE96ghMM", + "_stats": { + "compendiumSource": "Compendium.pf2e.spells-srd.Item.A16eFTRh82xIjMu8" + }, + "img": "icons/magic/fire/explosion-embers-orange.webp", + "name": "Divine Immolation", + "sort": 600000, + "system": { + "area": { + "type": "burst", + "value": 20 + }, + "cost": { + "value": "" + }, + "counteraction": false, + "damage": { + "b9dAiWfV57lyCWpP": { + "applyMod": false, + "category": null, + "formula": "6d6", + "kinds": [ + "damage" + ], + "materials": [], + "type": "fire" + } + }, + "defense": { + "save": { + "basic": true, + "statistic": "reflex" + } + }, + "description": { + "value": "Divine flames scour creatures within the area. Creatures take 6d6 fire damage and @Damage[(@item.level -3)d6[persistent,fire]] damage. The divine power within the flames scorches the spirit as well; a creature takes spirit damage instead of fire damage from divine immolation if that would be more detrimental to the creature (as determined by the GM).
\nCritical Success The creature is unaffected.
\nSuccess The creature takes half damage and no persistent damage.
\nFailure The creature takes full damage and persistent damage.
\nCritical Failure The creature takes double damage and double persistent damage.
\nHeightened (+1) The damage increases by 1d6 and persistent damage increases by 1d6.
" + }, + "duration": { + "sustained": false, + "value": "" + }, + "heightening": { + "damage": { + "b9dAiWfV57lyCWpP": "1d6" + }, + "interval": 1, + "type": "interval" + }, + "level": { + "value": 5 + }, + "location": { + "heightenedLevel": 5, + "value": "4GNjyuT5B3t46R75" + }, + "publication": { + "license": "ORC", + "remaster": true, + "title": "Pathfinder Player Core" + }, + "range": { + "value": "120 feet" + }, + "requirements": "", + "rules": [], + "slug": "divine-immolation", + "target": { + "value": "" + }, + "time": { + "value": "2" + }, + "traits": { + "rarity": "common", + "traditions": [ + "divine" + ], + "value": [ + "concentrate", + "fire", + "manipulate", + "sanctified", + "spirit" + ] + } + }, + "type": "spell" + }, + { + "_id": "npDOWuzjcaMPnG9S", + "_stats": { + "compendiumSource": "Compendium.pf2e.spells-srd.Item.VXUrO8TwRqBpNzdU" + }, + "img": "icons/skills/melee/strike-sword-blood-red.webp", + "name": "Bloodspray Curse", + "sort": 700000, + "system": { + "area": null, + "cost": { + "value": "" + }, + "counteraction": false, + "damage": {}, + "defense": { + "save": { + "basic": false, + "statistic": "fortitude" + } + }, + "description": { + "value": "You inflict a curse upon the target that causes any wound to gush blood. The target must attempt a Fortitude save.
\nCritical Success The target is unaffected.
\nSuccess For 1 minute, the first time each round that the target takes at least 10 @Damage[(floor(@item.rank/2))d6[piercing]]{piercing} or @Damage[(floor(@item.rank/2))d6[slashing]]{slashing} damage from a single Strike, it takes 2d6 additional damage of the same type.
\nFailure As success, but when it takes the additional damage, it also takes @Damage[(floor(@item.rank/2))d6[bleed]].
\nHeightened (+2) The additional damage increases by 1d6 and the persistent bleed damage increases by 1d6.
" + }, + "duration": { + "sustained": false, + "value": "varies" + }, + "level": { + "value": 4 + }, + "location": { + "heightenedLevel": 4, + "value": "4GNjyuT5B3t46R75" + }, + "publication": { + "license": "OGL", + "remaster": false, + "title": "Pathfinder Secrets of Magic" + }, + "range": { + "value": "30 feet" + }, + "requirements": "", + "rules": [], + "slug": "bloodspray-curse", + "target": { + "value": "1 creature" + }, + "time": { + "value": "2" + }, + "traits": { + "rarity": "common", + "traditions": [ + "divine", + "occult", + "primal" + ], + "value": [ + "concentrate", + "curse", + "manipulate" + ] + } + }, + "type": "spell" + }, + { + "_id": "J4yp2EJHneVLHbNO", + "_stats": { + "compendiumSource": "Compendium.pf2e.spells-srd.Item.hVU9msO9yGkxKZ3J" + }, + "img": "icons/magic/light/projectile-beam-yellow.webp", + "name": "Divine Wrath", + "sort": 800000, + "system": { + "area": { + "type": "burst", + "value": 20 + }, + "cost": { + "value": "" + }, + "counteraction": false, + "damage": { + "0": { + "applyMod": false, + "category": null, + "formula": "4d10", + "kinds": [ + "damage" + ], + "materials": [], + "type": "spirit" + } + }, + "defense": { + "save": { + "basic": false, + "statistic": "fortitude" + } + }, + "description": { + "value": "You channel the fury of divinity against your foes. You deal 4d10 spirit damage to enemies in the area, depending on their Fortitude save.
\nCritical Success The creature is unaffected.
\nSuccess The creature takes half damage.
\nFailure The creature takes full damage and is @UUID[Compendium.pf2e.conditionitems.Item.Sickened]{Sickened 1}.
\nCritical Failure The creature takes full damage and is @UUID[Compendium.pf2e.conditionitems.Item.Sickened]{Sickened 2}; while it's sickened, it's also @UUID[Compendium.pf2e.conditionitems.Item.Slowed]{Slowed 1}.
\nHeightened (+1) The damage increases by 1d10.
" + }, + "duration": { + "sustained": false, + "value": "" + }, + "heightening": { + "damage": { + "0": "1d10" + }, + "interval": 1, + "type": "interval" + }, + "level": { + "value": 4 + }, + "location": { + "heightenedLevel": 4, + "value": "4GNjyuT5B3t46R75" + }, + "overlays": {}, + "publication": { + "license": "ORC", + "remaster": true, + "title": "Pathfinder Player Core" + }, + "range": { + "value": "120 feet" + }, + "requirements": "", + "rules": [], + "slug": "divine-wrath", + "target": { + "value": "" + }, + "time": { + "value": "2" + }, + "traits": { + "rarity": "common", + "traditions": [ + "divine" + ], + "value": [ + "concentrate", + "manipulate", + "sanctified", + "spirit" + ] + } + }, + "type": "spell" + }, + { + "_id": "iZKwoIKWf10WOXJx", + "_stats": { + "compendiumSource": "Compendium.pf2e.spells-srd.Item.GUeRTriJkMlMlVrk" + }, + "img": "systems/pf2e/icons/spells/bind-undead.webp", + "name": "Bind Undead", + "sort": 900000, + "system": { + "area": null, + "cost": { + "value": "" + }, + "counteraction": false, + "damage": {}, + "defense": null, + "description": { + "value": "With a word of power, you seize control of the target. It gains the minion trait. If you or an ally uses any hostile actions against the target, the spell ends.
\n@UUID[Compendium.pf2e.spell-effects.Item.Spell Effect: Bind Undead]
" + }, + "duration": { + "sustained": false, + "value": "1 day" + }, + "level": { + "value": 3 + }, + "location": { + "heightenedLevel": 3, + "value": "4GNjyuT5B3t46R75" + }, + "publication": { + "license": "ORC", + "remaster": true, + "title": "Pathfinder Player Core" + }, + "range": { + "value": "30 feet" + }, + "requirements": "", + "rules": [], + "slug": "bind-undead", + "target": { + "value": "1 mindless undead creature with a level no greater than bind undead's spell rank" + }, + "time": { + "value": "2" + }, + "traits": { + "rarity": "common", + "traditions": [ + "arcane", + "divine", + "occult" + ], + "value": [ + "concentrate", + "manipulate" + ] + } + }, + "type": "spell" + }, + { + "_id": "Q9SgUGrdkwsSiXKe", + "_stats": { + "compendiumSource": "Compendium.pf2e.spells-srd.Item.sRfSBHWHdbIa0aGc" + }, + "img": "icons/magic/light/beam-explosion-pink-purple.webp", + "name": "Chilling Darkness", + "sort": 1000000, + "system": { + "area": null, + "cost": { + "value": "" + }, + "counteraction": true, + "damage": { + "0": { + "applyMod": false, + "category": null, + "formula": "5d6", + "kinds": [ + "damage" + ], + "materials": [], + "type": "cold" + } + }, + "defense": null, + "description": { + "value": "You shoot an utterly cold ray of darkness tinged with unholy energy. Make a ranged spell attack. The ray deals 5d6 cold damage. If the target has the holy trait, you deal an extra 5d6 spirit damage.
Critical Success The target takes double damage.
\nSuccess The target takes full damage.
\nIf the ray passes through an area of magical light or targets a creature affected by magical light, chilling darkness attempts to counteract the light. If you need to determine whether the ray passes through an area of light, draw a line between yourself and the spell's target.
Heightened (+1) The cold damage increases by 2d6, and the spirit damage against holy creatures increases by 2d6.
" + }, + "duration": { + "sustained": false, + "value": "" + }, + "heightening": { + "damage": { + "0": "2d6" + }, + "interval": 1, + "type": "interval" + }, + "level": { + "value": 3 + }, + "location": { + "heightenedLevel": 3, + "value": "4GNjyuT5B3t46R75" + }, + "publication": { + "license": "ORC", + "remaster": true, + "title": "Pathfinder Player Core" + }, + "range": { + "value": "120 feet" + }, + "requirements": "", + "rules": [ + { + "damageType": "spirit", + "diceNumber": "(@spell.level*2)-1", + "dieSize": "d6", + "key": "DamageDice", + "predicate": [ + "target:trait:holy" + ], + "selector": "{item|_id}-damage" + } + ], + "slug": "chilling-darkness", + "target": { + "value": "1 creature" + }, + "time": { + "value": "2" + }, + "traits": { + "rarity": "common", + "traditions": [ + "divine" + ], + "value": [ + "attack", + "cold", + "concentrate", + "darkness", + "manipulate", + "unholy" + ] + } + }, + "type": "spell" + }, + { + "_id": "CA6aIQg8pMzf13gq", + "_stats": { + "compendiumSource": "Compendium.pf2e.spells-srd.Item.9WGeBwIIbbUuWKq0" + }, + "img": "systems/pf2e/icons/spells/animate-dead.webp", + "name": "Summon Undead", + "sort": 1100000, + "system": { + "area": null, + "cost": { + "value": "" + }, + "counteraction": false, + "damage": {}, + "defense": null, + "description": { + "value": "You summon a creature that has the undead trait and whose level is -1 to fight for you.
\nHeightened As listed in the @UUID[Compendium.pf2e.journals.JournalEntry.S55aqwWIzpQRFhcq.JournalEntryPage.8gcp880pEWZ9VPnF]{summon} trait.
" + }, + "duration": { + "sustained": true, + "value": "1 minute" + }, + "level": { + "value": 1 + }, + "location": { + "heightenedLevel": 5, + "value": "4GNjyuT5B3t46R75" + }, + "publication": { + "license": "ORC", + "remaster": true, + "title": "Pathfinder Player Core" + }, + "range": { + "value": "30 feet" + }, + "requirements": "", + "rules": [], + "slug": "summon-undead", + "target": { + "value": "" + }, + "time": { + "value": "3" + }, + "traits": { + "rarity": "common", + "traditions": [ + "arcane", + "divine", + "occult" + ], + "value": [ + "concentrate", + "manipulate", + "summon" + ] + } + }, + "type": "spell" + }, + { + "_id": "VDLpVPLsBOKvrTJ1", + "img": "systems/pf2e/icons/default-icons/melee.svg", + "name": "Fist", + "sort": 1200000, + "system": { + "attackEffects": { + "value": [ + "grab" + ] + }, + "bonus": { + "value": 28 + }, + "damageRolls": { + "noGJYjevQTuS2QFa": { + "damage": "3d8+14", + "damageType": "bludgeoning" + } + }, + "description": { + "value": "" + }, + "publication": { + "license": "OGL", + "remaster": false, + "title": "" + }, + "rules": [], + "slug": null, + "traits": { + "value": [ + "agile", + "finesse" + ] + } + }, + "type": "melee" + }, + { + "_id": "BKQy9dPbhIEeZwCE", + "img": "systems/pf2e/icons/default-icons/melee.svg", + "name": "Tusks", + "sort": 1300000, + "system": { + "attackEffects": { + "value": [] + }, + "bonus": { + "value": 28 + }, + "damageRolls": { + "5wu6ukCXEIfCddSA": { + "category": "persistent", + "damage": "1d6", + "damageType": "bleed" + }, + "UBas71Ycn5Dvs0IB": { + "damage": "3d6+11", + "damageType": "piercing" + } + }, + "description": { + "value": "" + }, + "publication": { + "license": "OGL", + "remaster": false, + "title": "" + }, + "rules": [], + "slug": null, + "traits": { + "value": [ + "deadly-d10", + "sweep" + ] + } + }, + "type": "melee" + }, + { + "_id": "Gtmu8QoUMFpfUyTS", + "_stats": { + "compendiumSource": "Compendium.pf2e.bestiary-ability-glossary-srd.Item.9qV49KjZujZnSp6w" + }, + "img": "systems/pf2e/icons/actions/Passive.webp", + "name": "All-Around Vision", + "sort": 1400000, + "system": { + "actionType": { + "value": "passive" + }, + "actions": { + "value": null + }, + "category": "defensive", + "description": { + "value": "@Localize[PF2E.NPC.Abilities.Glossary.AllAroundVision]
" + }, + "publication": { + "license": "ORC", + "remaster": true, + "title": "Pathfinder Monster Core" + }, + "rules": [ + { + "key": "ActiveEffectLike", + "mode": "override", + "path": "system.attributes.flanking.flankable", + "value": false + } + ], + "slug": "all-around-vision", + "traits": { + "value": [] + } + }, + "type": "action" + }, + { + "_id": "zx9vHHFnQEkh7gIz", + "_stats": { + "compendiumSource": "Compendium.pf2e.bestiary-ability-glossary-srd.Item.kquBnQ0kObZztnBc" + }, + "img": "systems/pf2e/icons/actions/Passive.webp", + "name": "+2 Status to All Saves vs. Fear and Magic", + "sort": 1500000, + "system": { + "actionType": { + "value": "passive" + }, + "actions": { + "value": null + }, + "category": "defensive", + "description": { + "value": "" + }, + "publication": { + "license": "ORC", + "remaster": true, + "title": "Pathfinder Monster Core" + }, + "rules": [ + { + "key": "FlatModifier", + "predicate": [ + { + "or": [ + "item:magical", + "item:trait:fear" + ] + } + ], + "selector": "saving-throw", + "type": "status", + "value": 2 + } + ], + "slug": "2-status-to-all-saves-vs-fear-and-magic", + "traits": { + "value": [] + } + }, + "type": "action" + }, + { + "_id": "DTkEzYky4XxIBBGW", + "img": "systems/pf2e/icons/default-icons/action.svg", + "name": "Annihilation Aura", + "sort": 1600000, + "system": { + "actionType": { + "value": "passive" + }, + "actions": { + "value": null + }, + "category": "defensive", + "description": { + "value": "20 feet. The Carcass Man's form exudes the impulse to destroy. Upon entering the aura, creatures must attempt a @Check[will|dc:31] save. Regardless of the results, creatures are temporarily immune for 1 minute.
Critical Success The creature is unaffected.
\nSuccess Urges to attack cloud the creature's mind and if they do not deal damage to another creature on their turn, they become @UUID[Compendium.pf2e.conditionitems.Item.Stupefied]{Stupefied 1} until the end of their next turn.
\nFailure The creature is @UUID[Compendium.pf2e.conditionitems.Item.Confused] until the end of their next turn.
\nCritical Failure The creature is confused for 1 minute.
" + }, + "publication": { + "license": "OGL", + "remaster": false, + "title": "" + }, + "rules": [ + { + "key": "Aura", + "radius": 20 + } + ], + "slug": null, + "traits": { + "value": [ + "aura", + "emotion", + "mental" + ] + } + }, + "type": "action" + }, + { + "_id": "NiafVcQocWynV41f", + "_stats": { + "compendiumSource": "Compendium.pf2e.bestiary-ability-glossary-srd.Item.W7SbTykXrNwxDzJc" + }, + "img": "systems/pf2e/icons/actions/Reaction.webp", + "name": "Reactive Strike", + "sort": 1700000, + "system": { + "actionType": { + "value": "reaction" + }, + "actions": { + "value": null + }, + "category": "defensive", + "description": { + "value": "@Localize[PF2E.NPC.Abilities.Glossary.ReactiveStrike]
" + }, + "publication": { + "license": "ORC", + "remaster": true, + "title": "Pathfinder Monster Core" + }, + "rules": [], + "slug": "reactive-strike", + "traits": { + "value": [] + } + }, + "type": "action" + }, + { + "_id": "FqL4EexfmHssEkTL", + "img": "systems/pf2e/icons/default-icons/action.svg", + "name": "Neck Snap", + "sort": 1800000, + "system": { + "actionType": { + "value": "action" + }, + "actions": { + "value": 1 + }, + "category": "offensive", + "description": { + "value": "Requirements The Carcass Man has a creature Grabbed
Effect The creature takes @Damage[6d6[bludgeoning]] damage (@Check[fortitude|dc:31|basic] save); a creature that critically fails their save is @UUID[Compendium.pf2e.conditionitems.Item.Paralyzed] until they heal at least 30 HP. The Carcass Man then releases the creature.
" + }, + "publication": { + "license": "OGL", + "remaster": false, + "title": "" + }, + "rules": [], + "slug": null, + "traits": { + "value": [] + } + }, + "type": "action" + }, + { + "_id": "d0cBM4eNSHg14efM", + "img": "systems/pf2e/icons/default-icons/action.svg", + "name": "Revel in Destruction", + "sort": 1900000, + "system": { + "actionType": { + "value": "free" + }, + "actions": { + "value": null + }, + "category": "offensive", + "description": { + "value": "Requirements The Carcass Man's last action reduced a creature to 0 HP
Effect The Carcass Man exults in his victory, painting his face in the creature's blood. He is @UUID[Compendium.pf2e.conditionitems.Item.Quickened] until the end of his next turn but can use this extra action only to Strike. Non-worshippers of Zagresh who witness the display must succeed at a @Check[will|dc:31] save or be @UUID[Compendium.pf2e.conditionitems.Item.Frightened]{Frightened 1} (@UUID[Compendium.pf2e.conditionitems.Item.Frightened]{Frightened 2} on a critical failure).
" + }, + "publication": { + "license": "OGL", + "remaster": false, + "title": "" + }, + "rules": [], + "slug": null, + "traits": { + "value": [ + "divine", + "emotion", + "fear", + "mental", + "visual" + ] + } + }, + "type": "action" + }, + { + "_id": "a42j87wC6Wu6TGgj", + "img": "systems/pf2e/icons/default-icons/action.svg", + "name": "Three-Arm Devastation", + "sort": 2000000, + "system": { + "actionType": { + "value": "action" + }, + "actions": { + "value": 3 + }, + "category": "offensive", + "description": { + "value": "The Carcass Man attempts a melee Strike against a creature within his reach. If the Strike hits and deals damage, he can attempt two additional melee Strikes with his other arms against two other creatures within his reach; each of the three Strikes must target a different creature. These attacks increase his multiple attack penalty, but the penalty doesn't increase until all three attacks have been made.
" + }, + "publication": { + "license": "OGL", + "remaster": false, + "title": "" + }, + "rules": [], + "slug": null, + "traits": { + "value": [] + } + }, + "type": "action" + }, + { + "_id": "w5UFCu8cN6q3dBPv", + "_stats": { + "compendiumSource": "Compendium.pf2e.bestiary-ability-glossary-srd.Item.Tkd8sH4pwFIPzqTr" + }, + "img": "systems/pf2e/icons/actions/OneAction.webp", + "name": "Grab", + "sort": 2100000, + "system": { + "actionType": { + "value": "action" + }, + "actions": { + "value": 1 + }, + "category": "offensive", + "description": { + "value": "@Localize[PF2E.NPC.Abilities.Glossary.Grab]
" + }, + "publication": { + "license": "ORC", + "remaster": true, + "title": "Pathfinder Monster Core" + }, + "rules": [], + "slug": "grab", + "traits": { + "value": [] + } + }, + "type": "action" + }, + { + "_id": "TMxMj79zx16SWnxb", + "img": "systems/pf2e/icons/default-icons/lore.svg", + "name": "Warfare Lore", + "sort": 2200000, + "system": { + "description": { + "value": "" + }, + "mod": { + "value": 22 + }, + "proficient": { + "value": 0 + }, + "publication": { + "license": "OGL", + "remaster": false, + "title": "" + }, + "rules": [], + "slug": null, + "traits": {} + }, + "type": "lore" + } + ], + "name": "The Carcass Man", + "system": { + "abilities": { + "cha": { + "mod": 6 + }, + "con": { + "mod": 7 + }, + "dex": { + "mod": 4 + }, + "int": { + "mod": -1 + }, + "str": { + "mod": 9 + }, + "wis": { + "mod": 0 + } + }, + "attributes": { + "ac": { + "details": "all-around vision", + "value": 34 + }, + "allSaves": { + "value": "+2 status to all saves vs. fear and magic" + }, + "hp": { + "details": "", + "max": 295, + "temp": 0, + "value": 295 + }, + "resistances": [ + { + "doubleVs": [], + "exceptions": [ + "adamantine" + ], + "type": "physical", + "value": 10 + } + ], + "speed": { + "otherSpeeds": [], + "value": 25 + } + }, + "details": { + "blurb": "", + "languages": { + "details": "", + "value": [ + "common", + "orcish" + ] + }, + "level": { + "value": 13 + }, + "privateNotes": "", + "publicNotes": "", + "publication": { + "license": "ORC", + "remaster": true, + "title": "Pathfinder Adventure Path #209: Destroyer's Doom" + } + }, + "initiative": { + "statistic": "perception" + }, + "perception": { + "details": "", + "mod": 19, + "senses": [ + { + "type": "darkvision" + } + ] + }, + "resources": {}, + "saves": { + "fortitude": { + "saveDetail": "", + "value": 27 + }, + "reflex": { + "saveDetail": "", + "value": 21 + }, + "will": { + "saveDetail": "", + "value": 18 + } + }, + "skills": { + "athletics": { + "base": 30 + }, + "intimidation": { + "base": 25 + }, + "religion": { + "base": 19 + } + }, + "traits": { + "rarity": "unique", + "size": { + "value": "lg" + }, + "value": [ + "construct" + ] + } + }, + "type": "npc" +} diff --git a/packs/triumph-of-the-tusk-bestiary/trampling-livestock.json b/packs/triumph-of-the-tusk-bestiary/trampling-livestock.json new file mode 100644 index 00000000000..bdeef49136c --- /dev/null +++ b/packs/triumph-of-the-tusk-bestiary/trampling-livestock.json @@ -0,0 +1,97 @@ +{ + "_id": "AteURENKIt5Zg2sS", + "img": "systems/pf2e/icons/default-icons/hazard.svg", + "items": [ + { + "_id": "3ZE6GQNFQbxh3KKT", + "img": "systems/pf2e/icons/default-icons/action.svg", + "name": "Sudden Stampede", + "sort": 0, + "system": { + "actionType": { + "value": "reaction" + }, + "actions": { + "value": null + }, + "category": null, + "description": { + "value": "Trigger The door to the stable opens
Effect The mammoth spirits activate in panic, materializing into physical forms as they stampede toward the door to escape. All creatures standing within 20 feet of the door take @Damage[(4d10+26)[force]] damage (@Check[reflex|dc:28|basic] save).
" + }, + "publication": { + "license": "OGL", + "remaster": false, + "title": "" + }, + "rules": [], + "slug": null, + "traits": { + "value": [ + "occult" + ] + } + }, + "type": "action" + } + ], + "name": "Trampling Livestock", + "system": { + "attributes": { + "ac": { + "value": 0 + }, + "emitsSound": "encounter", + "hardness": 0, + "hp": { + "details": "", + "max": 0, + "temp": 0, + "value": 0 + }, + "stealth": { + "details": "(trained)
", + "value": 10 + } + }, + "details": { + "description": "Several ghostly mammoths arise from the floorboards, pawing at the ground in terror before stampeding toward the door.
", + "disable": "@Check[religion|dc:28] to exorcise the animals' spirits, or @Check[nature|dc:26] or @Check[Stabling Lore|dc:24] to soothe them
", + "isComplex": false, + "level": { + "value": 9 + }, + "publication": { + "license": "ORC", + "remaster": true, + "title": "Pathfinder Adventure Path #209: Destroyer's Doom" + }, + "reset": "1 day
", + "routine": "" + }, + "saves": { + "fortitude": { + "saveDetail": "", + "value": 0 + }, + "reflex": { + "saveDetail": "", + "value": 0 + }, + "will": { + "saveDetail": "", + "value": 0 + } + }, + "statusEffects": [], + "traits": { + "rarity": "common", + "size": { + "value": "med" + }, + "value": [ + "haunt" + ] + } + }, + "type": "hazard" +} diff --git a/packs/triumph-of-the-tusk-bestiary/tusk-mountains-avalanche.json b/packs/triumph-of-the-tusk-bestiary/tusk-mountains-avalanche.json new file mode 100644 index 00000000000..58ead911094 --- /dev/null +++ b/packs/triumph-of-the-tusk-bestiary/tusk-mountains-avalanche.json @@ -0,0 +1,95 @@ +{ + "_id": "kd5JpNES6fIhqZaf", + "img": "systems/pf2e/icons/default-icons/hazard.svg", + "items": [ + { + "_id": "mhmLB3poGguT40xc", + "img": "systems/pf2e/icons/default-icons/action.svg", + "name": "Cascade", + "sort": 0, + "system": { + "actionType": { + "value": "reaction" + }, + "actions": { + "value": null + }, + "category": "offensive", + "description": { + "value": "Trigger The zombie mammoth horde moves beneath the peaks
Effect An avalanche of snow and ice cascades down the mountainside at astonishing speed. All creatures on the ground within a 200-foot radius must attempt @Check[reflex|dc:30] saves.
Critical Success The creature takes no damage.
\nSuccess The creature takes @Damage[4d6[bludgeoning]] damage and @Damage[4d6[cold]] damage.
\nFailure The creature is swept away, moving 200 feet down the mountainside, and takes @Damage[8d6[bludgeoning]] damage and @Damage[8d6[cold]] damage.
\nCritical Failure As failure, but the creature is also buried, taking an additional @Damage[2d6[bludgeoning]] damage and then @Damage[1d6[cold]] damage per minute of burial. Locating a buried creature requires a @Check[perception|dc:28] or @Check[survival|dc:28] check; once located, a buried creature can be extricated with a @Check[athletics|dc:28] check in one round or dug out with a @Check[athletics|dc:23] check with 4 minutes of work.
" + }, + "publication": { + "license": "OGL", + "remaster": false, + "title": "" + }, + "rules": [], + "slug": null, + "traits": { + "value": [] + } + }, + "type": "action" + } + ], + "name": "Tusk Mountains Avalanche", + "system": { + "attributes": { + "ac": { + "value": 0 + }, + "emitsSound": "encounter", + "hardness": 0, + "hp": { + "details": "", + "max": 0, + "temp": 0, + "value": 0 + }, + "stealth": { + "details": "(trained)
", + "value": 16 + } + }, + "details": { + "description": "Snow and ice gathered at the peaks of the mountain come crashing down in an explosive wave.
", + "disable": "Three @Check[crafting|dc:34] or @Check[Engineering Lore|dc:34] (expert) to create cover for a 10-foot square area and shelter from the avalanche; a flying creature can attempt a @Check[acrobatics|dc:29] check to @UUID[Compendium.pf2e.actionspf2e.Item.Maneuver in Flight] to avoid the avalanche
", + "isComplex": false, + "level": { + "value": 11 + }, + "publication": { + "license": "ORC", + "remaster": true, + "title": "Pathfinder Adventure Path #209: Destroyer's Doom" + }, + "reset": "", + "routine": "" + }, + "saves": { + "fortitude": { + "saveDetail": "", + "value": 0 + }, + "reflex": { + "saveDetail": "", + "value": 0 + }, + "will": { + "saveDetail": "", + "value": 0 + } + }, + "statusEffects": [], + "traits": { + "rarity": "common", + "size": { + "value": "med" + }, + "value": [ + "environmental" + ] + } + }, + "type": "hazard" +} diff --git a/packs/triumph-of-the-tusk-bestiary/tyrants-orders.json b/packs/triumph-of-the-tusk-bestiary/tyrants-orders.json new file mode 100644 index 00000000000..6c7bcf3d43f --- /dev/null +++ b/packs/triumph-of-the-tusk-bestiary/tyrants-orders.json @@ -0,0 +1,96 @@ +{ + "_id": "chigtRMAJbtysmjL", + "img": "systems/pf2e/icons/default-icons/hazard.svg", + "items": [ + { + "_id": "3G7YdTC1YI6MwmQc", + "img": "systems/pf2e/icons/default-icons/action.svg", + "name": "Command of the Legion", + "sort": 0, + "system": { + "actionType": { + "value": "reaction" + }, + "actions": { + "value": null + }, + "category": "offensive", + "description": { + "value": "Trigger A PC critically fails a skill check to navigate the ancestor storm
Effect Yagrekash barks orders at the PCs to join the battle. All PCs must attempt a @Check[will|dc:27] save; orc and dromaar PCs take a –1 penalty.
Critical Success The creature is unaffected.
\nSuccess The creature is @UUID[Compendium.pf2e.conditionitems.Item.Frightened]{Frightened 1} for 1 minute.
\nFailure The creature is compelled to join the Umbra Legion in battle, taking @Damage[(2d12+13)[mental]] damage.
\nCritical Failure As failure, but the damage is doubled.
" + }, + "publication": { + "license": "OGL", + "remaster": false, + "title": "" + }, + "rules": [], + "slug": null, + "traits": { + "value": [] + } + }, + "type": "action" + } + ], + "name": "Tyrant's Orders", + "system": { + "attributes": { + "ac": { + "value": 0 + }, + "emitsSound": "encounter", + "hardness": 0, + "hp": { + "details": "", + "max": 0, + "temp": 0, + "value": 0 + }, + "stealth": { + "details": "(expert) or @UUID[Compendium.pf2e.spells-srd.Item.Detect Magic]
", + "value": 20 + } + }, + "details": { + "description": "Yagrekash appears to berate weak soldiers for not doing their part.
", + "disable": "@Check[deception|dc:28] (expert) or @Check[performance|dc:28] (expert) to feign joining the fray, or @Check[religion|dc:30] (master) to ward Yagrekash away; three total successes in any combination are required to disable the haunt
", + "isComplex": false, + "level": { + "value": 10 + }, + "publication": { + "license": "ORC", + "remaster": true, + "title": "Pathfinder Adventure Path #209: Destroyer's Doom" + }, + "reset": "The haunt deactivates 1 minute after all creatures leave the area of Fort Whiteskull but resets immediately. Tyrant's orders resets 1 day after being disabled if the ancestor storm isn't put to rest.
", + "routine": "" + }, + "saves": { + "fortitude": { + "saveDetail": "", + "value": 0 + }, + "reflex": { + "saveDetail": "", + "value": 0 + }, + "will": { + "saveDetail": "", + "value": 0 + } + }, + "statusEffects": [], + "traits": { + "rarity": "common", + "size": { + "value": "med" + }, + "value": [ + "haunt", + "occult" + ] + } + }, + "type": "hazard" +} diff --git a/packs/triumph-of-the-tusk-bestiary/umbras-rage.json b/packs/triumph-of-the-tusk-bestiary/umbras-rage.json new file mode 100644 index 00000000000..5e42157f33a --- /dev/null +++ b/packs/triumph-of-the-tusk-bestiary/umbras-rage.json @@ -0,0 +1,98 @@ +{ + "_id": "RYEAipiZlj8IWLAx", + "img": "systems/pf2e/icons/default-icons/hazard.svg", + "items": [ + { + "_id": "wxOrPlWRoRmNPuB8", + "img": "systems/pf2e/icons/default-icons/action.svg", + "name": "Curse of Eternal Battle", + "sort": 0, + "system": { + "actionType": { + "value": "reaction" + }, + "actions": { + "value": null + }, + "category": "offensive", + "description": { + "value": "Trigger A creature enters combat while in Umbra's Last Stand
Effect The creature must attempt a @Check[will|dc:26] save as the rage of the surrounding orcs threatens to overwhelm them.
Critical Success The creature is unaffected.
\nSuccess The creature is @UUID[Compendium.pf2e.conditionitems.Item.Stupefied]{Stupefied 1} for 1 round.
\nFailure The creature is @UUID[Compendium.pf2e.conditionitems.Item.Confused] for 1 round.
\nCritical Failure As failure, but the creature is confused for 1 minute.
" + }, + "publication": { + "license": "OGL", + "remaster": false, + "title": "" + }, + "rules": [], + "slug": null, + "traits": { + "value": [ + "mental", + "occult" + ] + } + }, + "type": "action" + } + ], + "name": "Umbra's Rage", + "system": { + "attributes": { + "ac": { + "value": 0 + }, + "emitsSound": "encounter", + "hardness": 0, + "hp": { + "details": "", + "max": 0, + "temp": 0, + "value": 0 + }, + "stealth": { + "details": "(expert) or @UUID[Compendium.pf2e.spells-srd.Item.Detect Magic]
", + "value": 20 + } + }, + "details": { + "description": "The anger of the fallen Umbra Legion seeps into any creature entering combat.
", + "disable": "@Check[religion|dc:26] (expert) to exorcise the closest spirits or @Check[diplomacy|dc:30] (expert) to calm them down
", + "isComplex": false, + "level": { + "value": 9 + }, + "publication": { + "license": "ORC", + "remaster": true, + "title": "Pathfinder Adventure Path #209: Destroyer's Doom" + }, + "reset": "", + "routine": "" + }, + "saves": { + "fortitude": { + "saveDetail": "", + "value": 0 + }, + "reflex": { + "saveDetail": "", + "value": 0 + }, + "will": { + "saveDetail": "", + "value": 0 + } + }, + "statusEffects": [], + "traits": { + "rarity": "unique", + "size": { + "value": "med" + }, + "value": [ + "haunt" + ] + } + }, + "type": "hazard" +} diff --git a/packs/triumph-of-the-tusk-bestiary/ungukk-fleshdredge.json b/packs/triumph-of-the-tusk-bestiary/ungukk-fleshdredge.json new file mode 100644 index 00000000000..99829394d80 --- /dev/null +++ b/packs/triumph-of-the-tusk-bestiary/ungukk-fleshdredge.json @@ -0,0 +1,3026 @@ +{ + "_id": "hHNljlTtIhwNgY5q", + "img": "systems/pf2e/icons/default-icons/npc.svg", + "items": [ + { + "_id": "WIQ7UcqgaMAVh5pU", + "img": "systems/pf2e/icons/default-icons/spellcastingEntry.svg", + "name": "Divine Spontaneous Spells", + "sort": 100000, + "system": { + "autoHeightenLevel": { + "value": null + }, + "description": { + "value": "" + }, + "prepared": { + "value": "spontaneous" + }, + "proficiency": { + "value": 1 + }, + "publication": { + "license": "OGL", + "remaster": false, + "title": "" + }, + "rules": [], + "slots": { + "slot1": { + "max": 4, + "value": 4 + }, + "slot2": { + "max": 4, + "value": 4 + }, + "slot3": { + "max": 4, + "value": 4 + }, + "slot4": { + "max": 3, + "value": 3 + }, + "slot5": { + "max": 3, + "value": 3 + }, + "slot6": { + "max": 3, + "value": 3 + } + }, + "slug": null, + "spelldc": { + "dc": 30, + "value": 22 + }, + "tradition": { + "value": "divine" + }, + "traits": {} + }, + "type": "spellcastingEntry" + }, + { + "_id": "NReUf3t4wo1vgUpY", + "_stats": { + "compendiumSource": "Compendium.pf2e.spells-srd.Item.PHVHBbdHeQRfjLmE" + }, + "img": "systems/pf2e/icons/spells/spiritual-blast.webp", + "name": "Spirit Blast", + "sort": 200000, + "system": { + "area": null, + "cost": { + "value": "" + }, + "counteraction": false, + "damage": { + "0": { + "applyMod": false, + "category": null, + "formula": "16d6", + "kinds": [ + "damage" + ], + "materials": [], + "type": "spirit" + } + }, + "defense": { + "save": { + "basic": true, + "statistic": "fortitude" + } + }, + "description": { + "value": "You concentrate ethereal energy and attack a creature's spirit, dealing 16d6 spirit damage with a basic Fortitude save.
\nHeightened (+1) The damage increases by 2d6.
" + }, + "duration": { + "sustained": false, + "value": "" + }, + "heightening": { + "damage": { + "0": "2d6" + }, + "interval": 1, + "type": "interval" + }, + "level": { + "value": 6 + }, + "location": { + "heightenedLevel": 6, + "value": "WIQ7UcqgaMAVh5pU" + }, + "publication": { + "license": "ORC", + "remaster": true, + "title": "Pathfinder Player Core" + }, + "range": { + "value": "30 feet" + }, + "requirements": "", + "rules": [], + "slug": "spirit-blast", + "target": { + "value": "1 creature" + }, + "time": { + "value": "2" + }, + "traits": { + "rarity": "common", + "traditions": [ + "divine", + "occult" + ], + "value": [ + "concentrate", + "manipulate", + "spirit" + ] + } + }, + "type": "spell" + }, + { + "_id": "3RS5rvIinKmQuDTI", + "_stats": { + "compendiumSource": "Compendium.pf2e.spells-srd.Item.fd31tAHSSGXyOxW6" + }, + "img": "systems/pf2e/icons/spells/vampiric-exsanguination.webp", + "name": "Vampiric Exsanguination", + "sort": 300000, + "system": { + "area": { + "type": "cone", + "value": 30 + }, + "cost": { + "value": "" + }, + "counteraction": false, + "damage": { + "0": { + "applyMod": false, + "category": null, + "formula": "12d6", + "kinds": [ + "damage" + ], + "materials": [], + "type": "void" + } + }, + "defense": { + "save": { + "basic": true, + "statistic": "fortitude" + } + }, + "description": { + "value": "You draw in the blood and life force of other creatures through your outstretched arms. You deal 12d6 void damage to living creatures in the area with a basic Fortitude save.
\nYou gain temporary Hit Points equal to half the damage a single creature takes from this spell; calculate these temporary Hit Points using the creature that took the most damage. You lose any remaining temporary Hit Points after 1 minute.
\nHeightened (+1) The damage increases by 2d6.
" + }, + "duration": { + "sustained": false, + "value": "" + }, + "heightening": { + "damage": { + "0": "2d6" + }, + "interval": 1, + "type": "interval" + }, + "level": { + "value": 6 + }, + "location": { + "heightenedLevel": 6, + "value": "WIQ7UcqgaMAVh5pU" + }, + "publication": { + "license": "ORC", + "remaster": true, + "title": "Pathfinder Player Core" + }, + "range": { + "value": "" + }, + "requirements": "", + "rules": [], + "slug": "vampiric-exsanguination", + "target": { + "value": "" + }, + "time": { + "value": "2" + }, + "traits": { + "rarity": "common", + "traditions": [ + "arcane", + "divine", + "occult" + ], + "value": [ + "concentrate", + "death", + "manipulate", + "void" + ] + } + }, + "type": "spell" + }, + { + "_id": "VdTep32qnRaz2lPw", + "_stats": { + "compendiumSource": "Compendium.pf2e.spells-srd.Item.gsYEuWv04XTDxe91" + }, + "img": "icons/magic/death/undead-ghost-scream-teal.webp", + "name": "Call Spirit", + "sort": 400000, + "system": { + "area": null, + "cost": { + "value": "rare candles and incense worth a total value of 50 gp" + }, + "counteraction": false, + "damage": {}, + "defense": null, + "description": { + "value": "You tear the veil to the afterlife and call a spirit from its final resting place. You must call the spirit by name, and you must provide a connection to the spirit, such as a possession, a garment, or a piece of its corpse. A spirit unwilling to heed your call can attempt a Will save to avoid it; on a critical success, a trickster spirit Impersonates the spirit you meant to call. The DC of the Will save is 2 lower if you haven't met the spirit in life. Either way, the spirit appears as a wispy form of the creature you meant to call. Each minute of the duration, you can ask the spirit a question. It can answer how it pleases or even refuse to answer. If the spirit isn't in the afterlife (such as if it's an undead), all results other than critical failures use the failure effect.
\nCritical Success The spirit is particularly cooperative, and even if it has strong reasons to deceive you, it takes a -2 circumstance penalty to its Deception checks.
\nSuccess You call the spirit.
\nFailure You fail to call a spirit.
\nCritical Failure One or more evil spirits appear and attack.
" + }, + "duration": { + "sustained": false, + "value": "up to 10 minutes" + }, + "level": { + "value": 5 + }, + "location": { + "value": null + }, + "publication": { + "license": "ORC", + "remaster": true, + "title": "Pathfinder Player Core" + }, + "range": { + "value": "" + }, + "requirements": "", + "ritual": { + "primary": { + "check": "Occultism (expert) or Religion (expert)" + }, + "secondary": { + "casters": 1, + "checks": "Occultism or Religion (whichever isn't used for the primary check)" + } + }, + "rules": [], + "slug": "call-spirit", + "target": { + "value": "" + }, + "time": { + "value": "1 hour" + }, + "traits": { + "rarity": "uncommon", + "traditions": [], + "value": [] + } + }, + "type": "spell" + }, + { + "_id": "BPgAKrNZz96V7Tz8", + "_stats": { + "compendiumSource": "Compendium.pf2e.spells-srd.Item.IqJ9URobmJ9L9UBG" + }, + "img": "icons/magic/unholy/beam-impact-purple.webp", + "name": "Shadow Blast", + "sort": 500000, + "system": { + "area": null, + "cost": { + "value": "" + }, + "counteraction": false, + "damage": { + "0": { + "applyMod": false, + "category": null, + "formula": "6d8", + "kinds": [ + "damage" + ], + "materials": [], + "type": "untyped" + } + }, + "defense": null, + "description": { + "value": "You shape the shadow substance of the Netherworld into a blast. Choose acid, bludgeoning, cold, electricity, fire, force, piercing, slashing, sonic, or spirit damage; and choose a @Template[cone|distance:30], a @Template[burst|distance:15] within 120 feet, or a @Template[line|distance:50]. The blast deals 6d8 damage of the type you chose to each creature in the area.
\nHeightened (+1) The damage increases by 1d8.
" + }, + "duration": { + "sustained": false, + "value": "" + }, + "heightening": { + "damage": { + "0": "1d8" + }, + "interval": 1, + "type": "interval" + }, + "level": { + "value": 5 + }, + "location": { + "heightenedLevel": 5, + "value": "WIQ7UcqgaMAVh5pU" + }, + "overlays": { + "UTMlHk0o5FXLlwwM": { + "_id": "UTMlHk0o5FXLlwwM", + "name": "Shadow Blast (Will)", + "overlayType": "override", + "sort": 2, + "system": { + "defense": { + "save": { + "basic": false, + "statistic": "will" + } + } + } + }, + "zjyfdrWBaUVi4O7b": { + "_id": "zjyfdrWBaUVi4O7b", + "name": "Shadow Blast (Reflex)", + "overlayType": "override", + "sort": 1, + "system": { + "defense": { + "save": { + "basic": false, + "statistic": "reflex" + } + } + } + } + }, + "publication": { + "license": "ORC", + "remaster": true, + "title": "Pathfinder Player Core" + }, + "range": { + "value": "varies" + }, + "requirements": "", + "rules": [], + "slug": "shadow-blast", + "target": { + "value": "" + }, + "time": { + "value": "2" + }, + "traits": { + "rarity": "common", + "traditions": [ + "divine", + "occult" + ], + "value": [ + "concentrate", + "manipulate", + "shadow" + ] + } + }, + "type": "spell" + }, + { + "_id": "n7nED9RKT5yVIUGo", + "_stats": { + "compendiumSource": "Compendium.pf2e.spells-srd.Item.jQdm301h6e8hIY4U" + }, + "img": "systems/pf2e/icons/spells/spiritual-guardian.webp", + "name": "Spiritual Guardian", + "sort": 600000, + "system": { + "area": null, + "cost": { + "value": "" + }, + "counteraction": false, + "damage": { + "0": { + "applyMod": false, + "category": null, + "formula": "3d8", + "kinds": [ + "damage" + ], + "materials": [], + "type": "spirit" + } + }, + "defense": null, + "description": { + "value": "A Medium guardian made of magical force appears in an unoccupied space in range. The spiritual guardian is translucent and wields a ghostly echo of one weapon you're wielding or wearing. If you have a deity, the guardian takes the form of one of your deity's attendants or servitors. If you sanctify the spell, the guardian's attacks are sanctified as well.
\nCreatures can move through the guardian's space but can't end their movement in it. You and your allies can flank with the guardian. The guardian doesn't have any other attributes a creature would normally have, aside from 50 Hit Points that it can't recover by any means and that it can lose only when protecting a creature (see below).
\nWhen you Cast the Spell and each time you Sustain it, you can have the guardian move to any unoccupied space within 120 feet of you and either attack or protect.
\nHeightened (+2) The guardian's damage increases by 1d8, and its Hit Points increase by 20.
" + }, + "duration": { + "sustained": true, + "value": "1 minute" + }, + "heightening": { + "damage": { + "0": "1d8" + }, + "interval": 2, + "type": "interval" + }, + "level": { + "value": 5 + }, + "location": { + "heightenedLevel": 5, + "value": "WIQ7UcqgaMAVh5pU" + }, + "publication": { + "license": "ORC", + "remaster": true, + "title": "Pathfinder Player Core" + }, + "range": { + "value": "120 feet" + }, + "requirements": "", + "rules": [], + "slug": "spiritual-guardian", + "target": { + "value": "" + }, + "time": { + "value": "2" + }, + "traits": { + "rarity": "common", + "traditions": [ + "divine" + ], + "value": [ + "concentrate", + "manipulate", + "sanctified", + "spirit" + ] + } + }, + "type": "spell" + }, + { + "_id": "F69u3sSO80OgTJh7", + "_stats": { + "compendiumSource": "Compendium.pf2e.spells-srd.Item.hVU9msO9yGkxKZ3J" + }, + "img": "icons/magic/light/projectile-beam-yellow.webp", + "name": "Divine Wrath", + "sort": 700000, + "system": { + "area": { + "type": "burst", + "value": 20 + }, + "cost": { + "value": "" + }, + "counteraction": false, + "damage": { + "0": { + "applyMod": false, + "category": null, + "formula": "4d10", + "kinds": [ + "damage" + ], + "materials": [], + "type": "spirit" + } + }, + "defense": { + "save": { + "basic": false, + "statistic": "fortitude" + } + }, + "description": { + "value": "You channel the fury of divinity against your foes. You deal 4d10 spirit damage to enemies in the area, depending on their Fortitude save.
\nCritical Success The creature is unaffected.
\nSuccess The creature takes half damage.
\nFailure The creature takes full damage and is @UUID[Compendium.pf2e.conditionitems.Item.Sickened]{Sickened 1}.
\nCritical Failure The creature takes full damage and is @UUID[Compendium.pf2e.conditionitems.Item.Sickened]{Sickened 2}; while it's sickened, it's also @UUID[Compendium.pf2e.conditionitems.Item.Slowed]{Slowed 1}.
\nHeightened (+1) The damage increases by 1d10.
" + }, + "duration": { + "sustained": false, + "value": "" + }, + "heightening": { + "damage": { + "0": "1d10" + }, + "interval": 1, + "type": "interval" + }, + "level": { + "value": 4 + }, + "location": { + "heightenedLevel": 4, + "value": "WIQ7UcqgaMAVh5pU" + }, + "overlays": {}, + "publication": { + "license": "ORC", + "remaster": true, + "title": "Pathfinder Player Core" + }, + "range": { + "value": "120 feet" + }, + "requirements": "", + "rules": [], + "slug": "divine-wrath", + "target": { + "value": "" + }, + "time": { + "value": "2" + }, + "traits": { + "rarity": "common", + "traditions": [ + "divine" + ], + "value": [ + "concentrate", + "manipulate", + "sanctified", + "spirit" + ] + } + }, + "type": "spell" + }, + { + "_id": "raifQOAEypzYFGJ5", + "_stats": { + "compendiumSource": "Compendium.pf2e.spells-srd.Item.FM3SmEW8N1FCRjqt" + }, + "img": "systems/pf2e/icons/spells/talking-corpse.webp", + "name": "Talking Corpse", + "sort": 800000, + "system": { + "area": null, + "cost": { + "value": "" + }, + "counteraction": false, + "damage": {}, + "defense": { + "save": { + "basic": false, + "statistic": "will" + } + }, + "description": { + "value": "You grant the target corpse a semblance of life, which it uses to speak the answers to three questions posed to it. This spell calls on the physical body's latent memories rather than summoning back the deceased's spirit, so the corpse must be mostly intact for the spell to function. The more damage the corpse has taken, the more inaccurate or patchwork its answers are, and it must have a throat and mouth to speak at all. If anyone has previously cast this spell on the corpse in the last week, the spell automatically fails. The corpse can attempt a Will save to resist answering the questions using the statistics of the original creature at its time of death, with the following effects.
\nCritical Success The target can lie or refuse to answer your questions, and the target's spirit haunts you for 24 hours, bothering you and causing you to be unable to gain any rest for that time.
\nSuccess The target can provide false information or refuse to answer your questions.
\nFailure The target must answer truthfully, but its answers can be brief, cryptic, and repetitive. It can still mislead you or attempt to stall so that the spell's duration runs out before you can ask all your questions.
\nCritical Failure As failure, but the target's answers are more direct and less repetitive, though still cryptic. It takes a -2 status penalty to Deception checks to deceive or mislead you.
" + }, + "duration": { + "sustained": false, + "value": "10 minutes" + }, + "level": { + "value": 4 + }, + "location": { + "heightenedLevel": 4, + "value": "WIQ7UcqgaMAVh5pU" + }, + "publication": { + "license": "ORC", + "remaster": true, + "title": "Pathfinder Player Core" + }, + "range": { + "value": "touch" + }, + "requirements": "", + "rules": [], + "slug": "talking-corpse", + "target": { + "value": "1 corpse" + }, + "time": { + "value": "10 minutes" + }, + "traits": { + "rarity": "uncommon", + "traditions": [ + "divine", + "occult" + ], + "value": [ + "concentrate", + "manipulate" + ] + } + }, + "type": "spell" + }, + { + "_id": "7dJLjKRPbPA3Q01Y", + "_stats": { + "compendiumSource": "Compendium.pf2e.spells-srd.Item.GUeRTriJkMlMlVrk" + }, + "img": "systems/pf2e/icons/spells/bind-undead.webp", + "name": "Bind Undead", + "sort": 900000, + "system": { + "area": null, + "cost": { + "value": "" + }, + "counteraction": false, + "damage": {}, + "defense": null, + "description": { + "value": "With a word of power, you seize control of the target. It gains the minion trait. If you or an ally uses any hostile actions against the target, the spell ends.
\n@UUID[Compendium.pf2e.spell-effects.Item.Spell Effect: Bind Undead]
" + }, + "duration": { + "sustained": false, + "value": "1 day" + }, + "level": { + "value": 3 + }, + "location": { + "heightenedLevel": 3, + "value": "WIQ7UcqgaMAVh5pU" + }, + "publication": { + "license": "ORC", + "remaster": true, + "title": "Pathfinder Player Core" + }, + "range": { + "value": "30 feet" + }, + "requirements": "", + "rules": [], + "slug": "bind-undead", + "target": { + "value": "1 mindless undead creature with a level no greater than bind undead's spell rank" + }, + "time": { + "value": "2" + }, + "traits": { + "rarity": "common", + "traditions": [ + "arcane", + "divine", + "occult" + ], + "value": [ + "concentrate", + "manipulate" + ] + } + }, + "type": "spell" + }, + { + "_id": "AbdLNmOCYvB9vAfc", + "_stats": { + "compendiumSource": "Compendium.pf2e.spells-srd.Item.3x6eUCm17n6ROzUa" + }, + "img": "icons/magic/holy/prayer-hands-glowing-yellow-white.webp", + "name": "Crisis of Faith", + "sort": 1000000, + "system": { + "area": null, + "cost": { + "value": "" + }, + "counteraction": false, + "damage": { + "0": { + "applyMod": false, + "category": null, + "formula": "6d6", + "kinds": [ + "damage" + ], + "materials": [], + "type": "mental" + } + }, + "defense": { + "save": { + "basic": false, + "statistic": "will" + } + }, + "description": { + "value": "You assault the target's faith, riddling the creature with doubt and mental turmoil that deal 6d6 mental damage, or 6d8 mental damage if it can cast divine spells. The effects are determined by its Will save.
\nTo many deities, casting this spell on a follower of your own deity without significant cause is anathema.
\nCritical Success The target is unaffected.
\nSuccess The target takes half damage.
\nFailure The target takes full damage; if the target can cast divine spells, it's @UUID[Compendium.pf2e.conditionitems.Item.Stupefied]{Stupefied 1} for 1 round.
\nCritical Failure The target takes double damage, is @UUID[Compendium.pf2e.conditionitems.Item.Stupefied]{Stupefied 1} for 1 round, and can't cast divine spells for 1 round.
\nHeightened (+1) The damage increases by 2d6 (or by 2d8 if the target is a divine spellcaster).
" + }, + "duration": { + "sustained": false, + "value": "" + }, + "heightening": { + "damage": { + "0": "2d6" + }, + "interval": 1, + "type": "interval" + }, + "level": { + "value": 3 + }, + "location": { + "heightenedLevel": 3, + "value": "WIQ7UcqgaMAVh5pU" + }, + "overlays": { + "Fs08rHTZAfROKKzu": { + "_id": "Fs08rHTZAfROKKzu", + "name": "Crisis of Faith (Vs. Divine)", + "overlayType": "override", + "sort": 2, + "system": { + "damage": { + "0": { + "formula": "6d8" + } + }, + "heightening": { + "damage": { + "0": "2d8" + } + } + } + }, + "noPVUX8Ocln52MKm": { + "_id": "noPVUX8Ocln52MKm", + "overlayType": "override", + "sort": 1, + "system": {} + } + }, + "publication": { + "license": "ORC", + "remaster": true, + "title": "Pathfinder Player Core" + }, + "range": { + "value": "30 feet" + }, + "requirements": "", + "rules": [], + "slug": "crisis-of-faith", + "target": { + "value": "1 creature" + }, + "time": { + "value": "2" + }, + "traits": { + "rarity": "common", + "traditions": [ + "divine" + ], + "value": [ + "concentrate", + "manipulate", + "mental" + ] + } + }, + "type": "spell" + }, + { + "_id": "cbksNkC9pUl8du7d", + "_stats": { + "compendiumSource": "Compendium.pf2e.spells-srd.Item.AMEu5zzLN7uCX645" + }, + "img": "systems/pf2e/icons/spells/ghostly-weapon.webp", + "name": "Ghostly Weapon", + "sort": 1100000, + "system": { + "area": null, + "cost": { + "value": "" + }, + "counteraction": false, + "damage": {}, + "defense": null, + "description": { + "value": "The target weapon becomes translucent and ghostly, and it can affect material and incorporeal creatures and objects. It gains the effects of the @UUID[Compendium.pf2e.equipment-srd.Item.Ghost Touch] property rune, meaning it is magical if it wasn't already, is especially effective against incorporeal creatures, and can be wielded by a corporeal or incorporeal creature.
\n@UUID[Compendium.pf2e.spell-effects.Item.Spell Effect: Ghostly Weapon]
" + }, + "duration": { + "sustained": false, + "value": "5 minutes" + }, + "level": { + "value": 3 + }, + "location": { + "heightenedLevel": 3, + "value": "WIQ7UcqgaMAVh5pU" + }, + "publication": { + "license": "ORC", + "remaster": true, + "title": "Pathfinder Player Core" + }, + "range": { + "value": "touch" + }, + "requirements": "", + "rules": [], + "slug": "ghostly-weapon", + "target": { + "value": "1 weapon that is either unattended or wielded by you or a willing ally" + }, + "time": { + "value": "2" + }, + "traits": { + "rarity": "common", + "traditions": [ + "arcane", + "occult" + ], + "value": [ + "concentrate", + "manipulate" + ] + } + }, + "type": "spell" + }, + { + "_id": "092MYApOHTlWvrlT", + "_stats": { + "compendiumSource": "Compendium.pf2e.spells-srd.Item.aMvjaIuPIWN7pbc3" + }, + "img": "icons/magic/perception/eye-ringed-green.webp", + "name": "Strength of Mind", + "sort": 1200000, + "system": { + "area": null, + "cost": { + "value": "" + }, + "counteraction": false, + "damage": {}, + "defense": null, + "description": { + "value": "You bolster your ally with reminders of their physical prowess, granting them additional defenses against harmful mental effects. The target gains a +1 status bonus to saving throws against mental effects and against effects that hinder movement (including those that reduce Speed or apply the @UUID[Compendium.pf2e.conditionitems.Item.Grabbed], @UUID[Compendium.pf2e.conditionitems.Item.Immobilized], or @UUID[Compendium.pf2e.conditionitems.Item.Restrained] conditions). This bonus increases to +2 if the source of the effect has the fear trait.
\n@UUID[Compendium.pf2e.spell-effects.Item.Spell Effect: Strength of Mind]
" + }, + "duration": { + "sustained": false, + "value": "10 minutes" + }, + "level": { + "value": 3 + }, + "location": { + "heightenedLevel": 3, + "value": "WIQ7UcqgaMAVh5pU" + }, + "publication": { + "license": "ORC", + "remaster": true, + "title": "Pathfinder Adventure Path #209: Destroyer's Doom" + }, + "range": { + "value": "touch" + }, + "requirements": "", + "rules": [], + "slug": null, + "target": { + "value": "1 willing creature" + }, + "time": { + "value": "1" + }, + "traits": { + "rarity": "uncommon", + "traditions": [ + "divine", + "occult", + "primal" + ], + "value": [ + "concentrate", + "mental" + ] + } + }, + "type": "spell" + }, + { + "_id": "qtuixH45gPZhnL5j", + "_stats": { + "compendiumSource": "Compendium.pf2e.spells-srd.Item.TaaMEYdZXQXF0Sks" + }, + "img": "systems/pf2e/icons/spells/blood-vendetta.webp", + "name": "Blood Vendetta", + "sort": 1300000, + "system": { + "area": null, + "cost": { + "value": "" + }, + "counteraction": false, + "damage": { + "0": { + "applyMod": false, + "category": "persistent", + "formula": "2d6", + "kinds": [ + "damage" + ], + "materials": [], + "type": "bleed" + } + }, + "defense": { + "save": { + "basic": false, + "statistic": "will" + } + }, + "description": { + "value": "Requirements You can bleed.
\nTrigger A creature deals piercing, slashing, or persistent bleed damage to you.
\nYou curse the target, punishing it for having the audacity to spill your blood. The target takes 2d6 persistent bleed damage and must attempt a Will save.
\nCritical Success The target is unaffected.
\nSuccess The target takes half the persistent bleed damage.
\nFailure The target takes the full persistent bleed damage. Until the bleeding stops, the target has weakness 1 to piercing and slashing damage. @UUID[Compendium.pf2e.spell-effects.Item.Spell Effect: Blood Vendetta (Failure)]
\nCritical Failure As failure, but the target takes double the persistent bleed damage.
\nHeightened (+2) The persistent bleed damage increases by 2d6.
" + }, + "duration": { + "sustained": false, + "value": "varies" + }, + "heightening": { + "damage": { + "0": "2d6" + }, + "interval": 2, + "type": "interval" + }, + "level": { + "value": 2 + }, + "location": { + "heightenedLevel": 2, + "value": "WIQ7UcqgaMAVh5pU" + }, + "publication": { + "license": "ORC", + "remaster": true, + "title": "Pathfinder Player Core" + }, + "range": { + "value": "30 feet" + }, + "requirements": "You can bleed", + "rules": [], + "slug": "blood-vendetta", + "target": { + "value": "The triggering creature" + }, + "time": { + "value": "reaction" + }, + "traits": { + "rarity": "common", + "traditions": [ + "arcane", + "divine", + "occult" + ], + "value": [ + "concentrate", + "curse" + ] + } + }, + "type": "spell" + }, + { + "_id": "fOeVCVbC2swaLOz8", + "_stats": { + "compendiumSource": "Compendium.pf2e.spells-srd.Item.c3b6LdLlQDPngNIb" + }, + "img": "systems/pf2e/icons/spells/create-undead.webp", + "name": "Create Undead", + "sort": 1400000, + "system": { + "area": null, + "cost": { + "value": "black onyx, see Creature Creation Rituals table" + }, + "counteraction": false, + "damage": {}, + "defense": null, + "description": { + "value": "You transform the target into an undead creature with a level up to that allowed in the Creature Creation Rituals table. There are many versions of this ritual, each specific to a particular type of undead (one ritual for all zombies, one for skeletons, one for ghouls, and so on), and the rituals that create rare undead are also rare. Some forms of undead, such as liches, form using their own unique methods and can't be created with a version of create undead.
\nCritical Success The target becomes an undead creature of the appropriate type. If it's at least 4 levels lower than you, you can make it a minion. This gives it the minion trait, meaning it can use 2 actions when you command it, and commanding it is a single action that has the auditory and concentrate traits. You can have a maximum of four minions under your control. If it's intelligent and doesn't become a minion, the undead is helpful to you for awakening it, though it's still a horrid and evil creature. If it's unintelligent and doesn't become a minion, you can give it one simple command. It pursues that goal single-mindedly, ignoring any of your subsequent commands.
\nSuccess As critical success, except an intelligent undead that doesn't become your minion is only friendly to you, and an unintelligent undead that doesn't become your minion leaves you alone unless you attack it. It marauds the local area rather than following your command.
\nFailure You fail to create the undead.
\nCritical Failure You create the undead, but its soul, tortured by your foul necromancy, is full of nothing but hatred for you. It attempts to destroy you.
\nCreature Level | \nSpell Rank Required | \nCost | \n
---|---|---|
-1 or 0 | \n2 | \n15 gp | \n
1 | \n2 | \n60 gp | \n
2 | \n3 | \n105 gp | \n
3 | \n3 | \n180 gp | \n
4 | \n4 | \n300 gp | \n
5 | \n4 | \n480 gp | \n
6 | \n5 | \n750 gp | \n
7 | \n5 | \n1,080 gp | \n
8 | \n6 | \n1,500 gp | \n
9 | \n6 | \n2,100 gp | \n
10 | \n7 | \n3,000 gp | \n
11 | \n7 | \n4,200 gp | \n
12 | \n8 | \n6,000 gp | \n
13 | \n8 | \n9,000 gp | \n
14 | \n9 | \n13,500 gp | \n
15 | \n9 | \n19,500 gp | \n
16 | \n10 | \n30,000 gp | \n
17 | \n10 | \n45,000 gp | \n
You create a shroud of darkness that prevents light from penetrating or emanating within the area. Light does not enter the area and any non-magical light sources, such as a torch or lantern, do not emanate any light while inside the area, even if their light radius would extend beyond the darkness. This also suppresses magical light of your darkness spell's rank or lower. Light can't pass through, so creatures in the area can't see outside. From outside, it appears as a globe of pure darkness.
\nHeightened (4th) Even creatures with darkvision (but not greater darkvision) can barely see through the darkness. They treat targets seen through the darkness as @UUID[Compendium.pf2e.conditionitems.Item.Concealed].
" + }, + "duration": { + "sustained": false, + "value": "1 minute" + }, + "level": { + "value": 2 + }, + "location": { + "heightenedLevel": 2, + "value": "WIQ7UcqgaMAVh5pU" + }, + "publication": { + "license": "ORC", + "remaster": true, + "title": "Pathfinder Player Core" + }, + "range": { + "value": "120 feet" + }, + "requirements": "", + "rules": [], + "slug": "darkness", + "target": { + "value": "" + }, + "time": { + "value": "3" + }, + "traits": { + "rarity": "common", + "traditions": [ + "arcane", + "divine", + "occult", + "primal" + ], + "value": [ + "concentrate", + "darkness", + "manipulate" + ] + } + }, + "type": "spell" + }, + { + "_id": "ODcfoDWmFVoIlef6", + "_stats": { + "compendiumSource": "Compendium.pf2e.spells-srd.Item.8ViwItUgwT4lOvvb" + }, + "img": "systems/pf2e/icons/spells/false-life.webp", + "name": "False Vitality", + "sort": 1600000, + "system": { + "area": null, + "cost": { + "value": "" + }, + "counteraction": false, + "damage": {}, + "defense": null, + "description": { + "value": "You augment your flesh with the energies typically used to manipulate the undead. You gain 10 temporary Hit Points.
\nHeightened (+1) The temporary Hit Points increase by 3.
\n@UUID[Compendium.pf2e.spell-effects.Item.Spell Effect: False Vitality]
" + }, + "duration": { + "sustained": false, + "value": "8 hours" + }, + "level": { + "value": 2 + }, + "location": { + "heightenedLevel": 2, + "value": "WIQ7UcqgaMAVh5pU" + }, + "publication": { + "license": "ORC", + "remaster": true, + "title": "Pathfinder Player Core" + }, + "range": { + "value": "" + }, + "requirements": "", + "rules": [], + "slug": "false-vitality", + "target": { + "value": "" + }, + "time": { + "value": "2" + }, + "traits": { + "rarity": "common", + "traditions": [ + "arcane", + "occult" + ], + "value": [ + "concentrate", + "manipulate" + ] + } + }, + "type": "spell" + }, + { + "_id": "Ma44oX67XkSiYleo", + "_stats": { + "compendiumSource": "Compendium.pf2e.spells-srd.Item.jwK43yKsHTkJQvQ9" + }, + "img": "systems/pf2e/icons/spells/see-invisibility.webp", + "name": "See the Unseen", + "sort": 1700000, + "system": { + "area": null, + "cost": { + "value": "" + }, + "counteraction": false, + "damage": {}, + "defense": null, + "description": { + "value": "Your gaze pierces through illusions and finds @UUID[Compendium.pf2e.conditionitems.Item.Invisible] creatures and spirits. You can see invisible creatures as though they weren't invisible, although their features are blurred, making them @UUID[Compendium.pf2e.conditionitems.Item.Concealed] and difficult to identify. You can also see incorporeal creatures, like ghosts, phased through an object from within 10 feet of an object's surface as blurry shapes seen through those objects. Subtler clues also grant you a +2 status bonus to checks you make to disbelieve illusions.
\nHeightened (5th) This spell has a duration of 8 hours.
\n@UUID[Compendium.pf2e.spell-effects.Item.Spell Effect: See the Unseen]
" + }, + "duration": { + "sustained": false, + "value": "10 minutes" + }, + "level": { + "value": 2 + }, + "location": { + "heightenedLevel": 2, + "value": "WIQ7UcqgaMAVh5pU" + }, + "publication": { + "license": "ORC", + "remaster": true, + "title": "Pathfinder Player Core" + }, + "range": { + "value": "" + }, + "requirements": "", + "rules": [], + "slug": "see-the-unseen", + "target": { + "value": "" + }, + "time": { + "value": "2" + }, + "traits": { + "rarity": "common", + "traditions": [ + "arcane", + "divine", + "occult" + ], + "value": [ + "concentrate", + "manipulate", + "revelation" + ] + } + }, + "type": "spell" + }, + { + "_id": "kc5aM7iyc3BzM85B", + "_stats": { + "compendiumSource": "Compendium.pf2e.spells-srd.Item.7ZinJNzxq0XF0oMx" + }, + "img": "systems/pf2e/icons/spells/bane.webp", + "name": "Bane", + "sort": 1800000, + "system": { + "area": { + "type": "emanation", + "value": 10 + }, + "cost": { + "value": "" + }, + "counteraction": true, + "damage": {}, + "defense": { + "save": { + "basic": false, + "statistic": "will" + } + }, + "description": { + "value": "You fill the minds of your enemies with doubt. Enemies in the area must succeed at a Will save or take a –1 status penalty to attack rolls as long as they are in the area. Once per round on subsequent turns, you can Sustain the spell to increase the emanation's radius by 10 feet and force enemies in the area that weren't yet affected to attempt another saving throw.
\nBane can counteract @UUID[Compendium.pf2e.spells-srd.Item.Bless].
\n@UUID[Compendium.pf2e.spell-effects.Item.Spell Effect: Bane]
" + }, + "duration": { + "sustained": false, + "value": "1 minute" + }, + "level": { + "value": 1 + }, + "location": { + "heightenedLevel": 1, + "value": "WIQ7UcqgaMAVh5pU" + }, + "publication": { + "license": "ORC", + "remaster": true, + "title": "Pathfinder Player Core" + }, + "range": { + "value": "" + }, + "requirements": "", + "rules": [], + "slug": "bane", + "target": { + "value": "enemies in the area" + }, + "time": { + "value": "2" + }, + "traits": { + "rarity": "common", + "traditions": [ + "divine", + "occult" + ], + "value": [ + "aura", + "concentrate", + "manipulate", + "mental" + ] + } + }, + "type": "spell" + }, + { + "_id": "zlwzesHn50wTWnk8", + "_stats": { + "compendiumSource": "Compendium.pf2e.spells-srd.Item.gpzpAAAJ1Lza2JVl" + }, + "img": "systems/pf2e/icons/spells/detect-magic.webp", + "name": "Detect Magic", + "sort": 1900000, + "system": { + "area": { + "type": "emanation", + "value": 30 + }, + "cost": { + "value": "" + }, + "counteraction": false, + "damage": {}, + "defense": null, + "description": { + "value": "You send out a pulse that registers the presence of magic. You receive no information beyond the presence or absence of magic. You can choose to ignore magic you're fully aware of, such as the magic items and ongoing spells of you and your allies. You detect illusion magic only if that magic's effect has a lower rank than the rank of your detect magic spell. However, items that have an illusion aura but aren't deceptive in appearance (such as an @UUID[Compendium.pf2e.equipment-srd.Item.Invisibility Potion]) typically are detected normally.
\nHeightened (3rd) You learn the rank or level of the most powerful magical effect the spell detects, as determined by the GM.
\nHeightened (4th) As 3rd rank, but you also pinpoint the source of the highest-rank magic. Like for an imprecise sense, you don't learn the exact location, but can narrow down the source to within a 5-foot cube (or the nearest if larger than that).
" + }, + "duration": { + "sustained": false, + "value": "" + }, + "level": { + "value": 1 + }, + "location": { + "value": "WIQ7UcqgaMAVh5pU" + }, + "publication": { + "license": "ORC", + "remaster": true, + "title": "Pathfinder Player Core" + }, + "range": { + "value": "" + }, + "requirements": "", + "rules": [], + "slug": "detect-magic", + "target": { + "value": "" + }, + "time": { + "value": "2" + }, + "traits": { + "rarity": "common", + "traditions": [ + "arcane", + "divine", + "occult", + "primal" + ], + "value": [ + "cantrip", + "concentrate", + "detection", + "manipulate" + ] + } + }, + "type": "spell" + }, + { + "_id": "6nxvAADso6qWzq0s", + "_stats": { + "compendiumSource": "Compendium.pf2e.spells-srd.Item.qwZBXN6zBoB9BHXE" + }, + "img": "systems/pf2e/icons/spells/divine-lance.webp", + "name": "Divine Lance", + "sort": 2000000, + "system": { + "area": null, + "cost": { + "value": "" + }, + "counteraction": false, + "damage": { + "0": { + "applyMod": false, + "category": null, + "formula": "2d4", + "kinds": [ + "damage" + ], + "materials": [], + "type": "spirit" + } + }, + "defense": null, + "description": { + "value": "You unleash a beam of divine energy. Make a ranged spell attack against the target's AC. On a hit, the target takes 2d4 spirit damage (double damage on a critical hit).
\nHeightened (+1) The damage increases by 1d4.
" + }, + "duration": { + "sustained": false, + "value": "" + }, + "heightening": { + "damage": { + "0": "1d4" + }, + "interval": 1, + "type": "interval" + }, + "level": { + "value": 1 + }, + "location": { + "value": "WIQ7UcqgaMAVh5pU" + }, + "overlays": {}, + "publication": { + "license": "ORC", + "remaster": true, + "title": "Pathfinder Player Core" + }, + "range": { + "value": "60 feet" + }, + "requirements": "", + "rules": [], + "slug": "divine-lance", + "target": { + "value": "1 creature" + }, + "time": { + "value": "2" + }, + "traits": { + "rarity": "common", + "traditions": [ + "divine" + ], + "value": [ + "attack", + "cantrip", + "concentrate", + "manipulate", + "sanctified", + "spirit" + ] + } + }, + "type": "spell" + }, + { + "_id": "3fOWE1GYEx6LU8zO", + "_stats": { + "compendiumSource": "Compendium.pf2e.spells-srd.Item.J7Y7tl0bbdz7TcCc" + }, + "img": "systems/pf2e/icons/spells/ray-of-enfeeblement.webp", + "name": "Enfeeble", + "sort": 2100000, + "system": { + "area": null, + "cost": { + "value": "" + }, + "counteraction": false, + "damage": {}, + "defense": { + "save": { + "basic": false, + "statistic": "fortitude" + } + }, + "description": { + "value": "You sap the target's strength, depending on its Fortitude save.
\nCritical Success The target is unaffected.
\nSuccess The target is @UUID[Compendium.pf2e.conditionitems.Item.Enfeebled]{Enfeebled 1} until the start of your next turn.
\nFailure The target is @UUID[Compendium.pf2e.conditionitems.Item.Enfeebled]{Enfeebled 2} for 1 minute.
\nCritical Failure The target is @UUID[Compendium.pf2e.conditionitems.Item.Enfeebled]{Enfeebled 3} for 1 minute.
" + }, + "duration": { + "sustained": false, + "value": "varies" + }, + "level": { + "value": 1 + }, + "location": { + "heightenedLevel": 1, + "value": "WIQ7UcqgaMAVh5pU" + }, + "publication": { + "license": "ORC", + "remaster": true, + "title": "Pathfinder Player Core" + }, + "range": { + "value": "30 feet" + }, + "requirements": "", + "rules": [], + "slug": "enfeeble", + "target": { + "value": "1 creature" + }, + "time": { + "value": "2" + }, + "traits": { + "rarity": "common", + "traditions": [ + "arcane", + "divine", + "occult" + ], + "value": [ + "concentrate", + "manipulate" + ] + } + }, + "type": "spell" + }, + { + "_id": "03mN1cUtZEV1ijg1", + "_stats": { + "compendiumSource": "Compendium.pf2e.spells-srd.Item.4koZzrnMXhhosn0D" + }, + "img": "systems/pf2e/icons/spells/fear.webp", + "name": "Fear", + "sort": 2200000, + "system": { + "area": null, + "cost": { + "value": "" + }, + "counteraction": false, + "damage": {}, + "defense": { + "save": { + "basic": false, + "statistic": "will" + } + }, + "description": { + "value": "You plant fear in the target; it must attempt a Will save.
\nCritical Success The target is unaffected.
\nSuccess The target is @UUID[Compendium.pf2e.conditionitems.Item.Frightened]{Frightened 1}.
\nFailure The target is @UUID[Compendium.pf2e.conditionitems.Item.Frightened]{Frightened 2}.
\nCritical Failure The target is @UUID[Compendium.pf2e.conditionitems.Item.Frightened]{Frightened 3} and @UUID[Compendium.pf2e.conditionitems.Item.Fleeing] for 1 round.
\nHeightened (3rd) You can target up to five creatures.
" + }, + "duration": { + "sustained": false, + "value": "varies" + }, + "heightening": { + "levels": { + "3": { + "target": { + "value": "5 creatures" + } + } + }, + "type": "fixed" + }, + "level": { + "value": 1 + }, + "location": { + "heightenedLevel": 1, + "value": "WIQ7UcqgaMAVh5pU" + }, + "publication": { + "license": "ORC", + "remaster": true, + "title": "Pathfinder Player Core" + }, + "range": { + "value": "30 feet" + }, + "requirements": "", + "rules": [], + "slug": "fear", + "target": { + "value": "1 creature" + }, + "time": { + "value": "2" + }, + "traits": { + "rarity": "common", + "traditions": [ + "arcane", + "divine", + "occult", + "primal" + ], + "value": [ + "concentrate", + "emotion", + "fear", + "manipulate", + "mental" + ] + } + }, + "type": "spell" + }, + { + "_id": "sGaomqYu6f1Vvvj7", + "_stats": { + "compendiumSource": "Compendium.pf2e.spells-srd.Item.RA7VKcen3p56rVyZ" + }, + "img": "systems/pf2e/icons/spells/forbidding-ward.webp", + "name": "Forbidding Ward", + "sort": 2300000, + "system": { + "area": null, + "cost": { + "value": "" + }, + "counteraction": false, + "damage": {}, + "defense": null, + "description": { + "value": "You ward an ally against the attacks and hostile spells from the target enemy. The target ally gains a +1 status bonus to Armor Class and saving throws against the target enemy's attacks, spells, and other effects.
\n@UUID[Compendium.pf2e.spell-effects.Item.Spell Effect: Forbidding Ward]
\nHeightened (6th) The status bonus increases to +2.
" + }, + "duration": { + "sustained": true, + "value": "1 minute" + }, + "level": { + "value": 1 + }, + "location": { + "value": "WIQ7UcqgaMAVh5pU" + }, + "publication": { + "license": "ORC", + "remaster": true, + "title": "Pathfinder Player Core" + }, + "range": { + "value": "30 feet" + }, + "requirements": "", + "rules": [], + "slug": "forbidding-ward", + "target": { + "value": "1 ally and 1 enemy" + }, + "time": { + "value": "2" + }, + "traits": { + "rarity": "common", + "traditions": [ + "divine", + "occult" + ], + "value": [ + "cantrip", + "concentrate", + "manipulate" + ] + } + }, + "type": "spell" + }, + { + "_id": "I8t1w6hmt2uAVLCF", + "_stats": { + "compendiumSource": "Compendium.pf2e.spells-srd.Item.k34hDOfIIMAxNL4a" + }, + "img": "systems/pf2e/icons/spells/grim-tendrils.webp", + "name": "Grim Tendrils", + "sort": 2400000, + "system": { + "area": { + "type": "line", + "value": 30 + }, + "cost": { + "value": "" + }, + "counteraction": false, + "damage": { + "0": { + "applyMod": false, + "category": null, + "formula": "2d4", + "kinds": [ + "damage" + ], + "materials": [], + "type": "void" + } + }, + "defense": { + "save": { + "basic": false, + "statistic": "fortitude" + } + }, + "description": { + "value": "Tendrils of darkness curl out from your fingertips and race through the air. You deal 2d4 void damage and @Damage[(@item.level)[bleed]] damage to living creatures in the line. Each living creature in the line must attempt a Fortitude save.
\nCritical Success The creature is unaffected.
\nSuccess The creature takes half the void damage and no persistent bleed damage.
\nFailure The creature takes full damage.
\nCritical Failure The creature takes double void damage and double persistent bleed damage.
\nHeightened (+1) The void damage increases by 2d4, and the persistent bleed damage increases by 1.
" + }, + "duration": { + "sustained": false, + "value": "" + }, + "heightening": { + "damage": { + "0": "2d4" + }, + "interval": 1, + "type": "interval" + }, + "level": { + "value": 1 + }, + "location": { + "heightenedLevel": 1, + "value": "WIQ7UcqgaMAVh5pU" + }, + "publication": { + "license": "ORC", + "remaster": true, + "title": "Pathfinder Player Core" + }, + "range": { + "value": "" + }, + "requirements": "", + "rules": [], + "slug": "grim-tendrils", + "target": { + "value": "" + }, + "time": { + "value": "2" + }, + "traits": { + "rarity": "common", + "traditions": [ + "arcane", + "occult" + ], + "value": [ + "concentrate", + "manipulate", + "void" + ] + } + }, + "type": "spell" + }, + { + "_id": "mfGFqgisEwbu5fQd", + "_stats": { + "compendiumSource": "Compendium.pf2e.spells-srd.Item.wdA52JJnsuQWeyqz" + }, + "img": "systems/pf2e/icons/spells/harm.webp", + "name": "Harm", + "sort": 2500000, + "system": { + "area": null, + "cost": { + "value": "" + }, + "counteraction": false, + "damage": { + "0": { + "applyMod": false, + "category": null, + "formula": "1d8", + "kinds": [ + "damage", + "healing" + ], + "materials": [], + "type": "void" + } + }, + "defense": { + "save": { + "basic": true, + "statistic": "fortitude" + } + }, + "description": { + "value": "You channel void energy to harm the living or heal the undead. If the target is a living creature, you deal 1d8 void damage to it, and it gets a basic Fortitude save. If the target is a willing undead creature, you restore that amount of Hit Points. The number of actions you spend when Casting this Spell determines its targets, range, area, and other parameters.
\n1 The spell has a range of touch.
\n2 (concentrate) The spell has a range of 30 feet. If you're healing an undead creature, increase the Hit Points restored by 8.
\n3 (concentrate) You disperse void energy in a @Template[emanation|distance:30]. This targets all living and undead creatures in the area.
\nHeightened (+1) The amount of healing or damage increases by 1d8, and the extra healing for the 2-action version increases by 8.
" + }, + "duration": { + "sustained": false, + "value": "" + }, + "heightening": { + "damage": { + "0": "1d8" + }, + "interval": 1, + "type": "interval" + }, + "level": { + "value": 1 + }, + "location": { + "heightenedLevel": 4, + "value": "WIQ7UcqgaMAVh5pU" + }, + "overlays": { + "4gyp3qlsv5ywdyjq": { + "_id": "4gyp3qlsv5ywdyjq", + "name": "Harm (vs. Undead)", + "overlayType": "override", + "sort": 3, + "system": { + "damage": { + "0": { + "formula": "1d8+8", + "kinds": [ + "healing" + ] + } + }, + "defense": null, + "heightening": { + "damage": { + "0": "1d8+8" + } + }, + "range": { + "value": "30 feet" + }, + "target": { + "value": "1 willing undead creature" + }, + "time": { + "value": "2" + }, + "traits": { + "value": [ + "concentrate", + "manipulate", + "void" + ] + } + } + }, + "pq7cxntbz4s8g5ik": { + "_id": "pq7cxntbz4s8g5ik", + "overlayType": "override", + "sort": 1, + "system": { + "range": { + "value": "touch" + }, + "time": { + "value": "1" + } + } + }, + "rvhoa43rqqqp8izn": { + "_id": "rvhoa43rqqqp8izn", + "overlayType": "override", + "sort": 4, + "system": { + "area": { + "type": "emanation", + "value": 30 + }, + "range": { + "value": "" + }, + "target": { + "value": "all living and undead creatures" + }, + "time": { + "value": "3" + }, + "traits": { + "value": [ + "concentrate", + "manipulate", + "void" + ] + } + } + }, + "z04svm1cvfcxtplb": { + "_id": "z04svm1cvfcxtplb", + "name": "Harm (vs. Living)", + "overlayType": "override", + "sort": 2, + "system": { + "damage": { + "0": { + "kinds": [ + "damage" + ] + } + }, + "range": { + "value": "30 feet" + }, + "target": { + "value": "1 living creature" + }, + "time": { + "value": "2" + }, + "traits": { + "value": [ + "concentrate", + "manipulate", + "void" + ] + } + } + } + }, + "publication": { + "license": "ORC", + "remaster": true, + "title": "Pathfinder Player Core" + }, + "range": { + "value": "varies" + }, + "requirements": "", + "rules": [], + "slug": "harm", + "target": { + "value": "1 living creature or 1 willing undead creature" + }, + "time": { + "value": "1 to 3" + }, + "traits": { + "rarity": "common", + "traditions": [ + "divine" + ], + "value": [ + "manipulate", + "void" + ] + } + }, + "type": "spell" + }, + { + "_id": "uWKNxjjLr9cLQMgz", + "_stats": { + "compendiumSource": "Compendium.pf2e.spells-srd.Item.TVKNbcgTee19PXZR" + }, + "img": "systems/pf2e/icons/spells/shield.webp", + "name": "Shield", + "sort": 2600000, + "system": { + "area": null, + "cost": { + "value": "" + }, + "counteraction": false, + "damage": {}, + "defense": null, + "description": { + "value": "You raise a magical shield of force. This counts as using the Raise a Shield action, giving you a +1 circumstance bonus to AC until the start of your next turn, but it doesn't require a hand to use.
\nWhile the spell is in effect, you can use the @UUID[Compendium.pf2e.feats-srd.Item.Shield Block] reaction with your magic shield. The shield has Hardness 5. You can use the spell's reaction to reduce damage from any spell or magical effect, even if it doesn't deal physical damage. After you use Shield Block, the spell ends and you can't cast it again for 10 minutes.
\n@UUID[Compendium.pf2e.spell-effects.Item.Spell Effect: Shield]
\n@UUID[Compendium.pf2e.spell-effects.Item.Effect: Shield Immunity]
\nHeightened (+2) The shield's Hardness increases by 5.
" + }, + "duration": { + "sustained": false, + "value": "until the start of your next turn" + }, + "level": { + "value": 1 + }, + "location": { + "value": "WIQ7UcqgaMAVh5pU" + }, + "publication": { + "license": "ORC", + "remaster": true, + "title": "Pathfinder Player Core" + }, + "range": { + "value": "" + }, + "requirements": "", + "rules": [], + "slug": "shield", + "target": { + "value": "" + }, + "time": { + "value": "1" + }, + "traits": { + "rarity": "common", + "traditions": [ + "arcane", + "divine", + "occult" + ], + "value": [ + "cantrip", + "concentrate", + "force" + ] + } + }, + "type": "spell" + }, + { + "_id": "LAqCl2vjucXt1Rfe", + "_stats": { + "compendiumSource": "Compendium.pf2e.spells-srd.Item.9WGeBwIIbbUuWKq0" + }, + "img": "systems/pf2e/icons/spells/animate-dead.webp", + "name": "Summon Undead", + "sort": 2700000, + "system": { + "area": null, + "cost": { + "value": "" + }, + "counteraction": false, + "damage": {}, + "defense": null, + "description": { + "value": "You summon a creature that has the undead trait and whose level is -1 to fight for you.
\nHeightened As listed in the @UUID[Compendium.pf2e.journals.JournalEntry.S55aqwWIzpQRFhcq.JournalEntryPage.8gcp880pEWZ9VPnF]{summon} trait.
" + }, + "duration": { + "sustained": true, + "value": "1 minute" + }, + "level": { + "value": 1 + }, + "location": { + "heightenedLevel": 5, + "value": "WIQ7UcqgaMAVh5pU" + }, + "publication": { + "license": "ORC", + "remaster": true, + "title": "Pathfinder Player Core" + }, + "range": { + "value": "30 feet" + }, + "requirements": "", + "rules": [], + "slug": "summon-undead", + "target": { + "value": "" + }, + "time": { + "value": "3" + }, + "traits": { + "rarity": "common", + "traditions": [ + "arcane", + "divine", + "occult" + ], + "value": [ + "concentrate", + "manipulate", + "summon" + ] + } + }, + "type": "spell" + }, + { + "_id": "Vw3LFFVsQesNIuOX", + "_stats": { + "compendiumSource": "Compendium.pf2e.spells-srd.Item.mAMEt4FFbdqoRnkN" + }, + "img": "systems/pf2e/icons/spells/chill-touch.webp", + "name": "Void Warp", + "sort": 2800000, + "system": { + "area": null, + "cost": { + "value": "" + }, + "counteraction": false, + "damage": { + "0": { + "applyMod": false, + "category": null, + "formula": "2d4", + "kinds": [ + "damage" + ], + "materials": [], + "type": "void" + } + }, + "defense": { + "save": { + "basic": true, + "statistic": "fortitude" + } + }, + "description": { + "value": "You call upon the Void to harm life force. The target takes 2d4 void damage with a basic Fortitude save. On a critical failure, the target is also @UUID[Compendium.pf2e.conditionitems.Item.Enfeebled]{Enfeebled 1} until the start of your next turn.
\nHeightened (+1) The damage increases by 1d4.
" + }, + "duration": { + "sustained": false, + "value": "" + }, + "heightening": { + "damage": { + "0": "1d4" + }, + "interval": 1, + "type": "interval" + }, + "level": { + "value": 1 + }, + "location": { + "value": "WIQ7UcqgaMAVh5pU" + }, + "publication": { + "license": "ORC", + "remaster": true, + "title": "Pathfinder Player Core" + }, + "range": { + "value": "30 feet" + }, + "requirements": "", + "rules": [], + "slug": "void-warp", + "target": { + "value": "1 living creature" + }, + "time": { + "value": "2" + }, + "traits": { + "rarity": "common", + "traditions": [ + "arcane", + "divine", + "occult" + ], + "value": [ + "cantrip", + "concentrate", + "manipulate", + "void" + ] + } + }, + "type": "spell" + }, + { + "_id": "KnANAcuCc6EAbsY0", + "_stats": { + "compendiumSource": "Compendium.pf2e.equipment-srd.Item.1uWytZ76MwVQYIO9" + }, + "img": "icons/weapons/staves/staff-skull-feathers-brown.webp", + "name": "Staff of the Dead", + "sort": 2900000, + "system": { + "baseItem": "staff", + "bonus": { + "value": 0 + }, + "bonusDamage": { + "value": 0 + }, + "bulk": { + "value": 1 + }, + "category": "simple", + "containerId": null, + "damage": { + "damageType": "bludgeoning", + "dice": 1, + "die": "d4" + }, + "description": { + "value": "This twisted and grim-looking staff is adorned with hideous skull and bone motifs. Creatures summoned using this staff gain a number of temporary Hit Points equal to the rank of the spell used to summon them.
\nActivate Cast a Spell
\nEffect You expend a number of charges from the staff to cast a spell from its list.
\nCraft Requirements Supply one casting of all listed ranks of all listed spells.
" + }, + "equipped": { + "carryType": "worn", + "handsHeld": 0, + "invested": null + }, + "group": "club", + "hardness": 0, + "hp": { + "max": 0, + "value": 0 + }, + "level": { + "value": 6 + }, + "material": { + "grade": null, + "type": null + }, + "price": { + "value": { + "gp": 230 + } + }, + "publication": { + "license": "ORC", + "remaster": true, + "title": "Pathfinder GM Core" + }, + "quantity": 1, + "range": null, + "reload": { + "value": "" + }, + "rules": [], + "runes": { + "potency": 0, + "property": [], + "striking": 0 + }, + "size": "med", + "slug": "staff-of-the-dead", + "splashDamage": { + "value": 0 + }, + "traits": { + "rarity": "common", + "value": [ + "magical", + "staff", + "two-hand-d8" + ] + }, + "usage": { + "value": "held-in-one-hand" + } + }, + "type": "weapon" + }, + { + "_id": "GgMoGoXFt6PpDlHV", + "_stats": { + "compendiumSource": "Compendium.pf2e.equipment-srd.Item.c58wczIzH2gzeXQL" + }, + "img": "icons/weapons/clubs/club-banded-brown.webp", + "name": "Club", + "sort": 3000000, + "system": { + "baseItem": "club", + "bonus": { + "value": 0 + }, + "bonusDamage": { + "value": 0 + }, + "bulk": { + "value": 1 + }, + "category": "simple", + "containerId": null, + "damage": { + "damageType": "bludgeoning", + "dice": 1, + "die": "d6" + }, + "description": { + "value": "This is a piece of stout wood shaped or repurposed to bludgeon an enemy. Clubs can be intricately carved pieces of martial art or as simple as a tree branch or piece of wood.
" + }, + "equipped": { + "carryType": "worn", + "handsHeld": 0, + "invested": null + }, + "group": "club", + "hardness": 0, + "hp": { + "max": 0, + "value": 0 + }, + "level": { + "value": 0 + }, + "material": { + "grade": null, + "type": null + }, + "price": { + "value": {} + }, + "publication": { + "license": "ORC", + "remaster": true, + "title": "Pathfinder Player Core" + }, + "quantity": 1, + "range": null, + "reload": { + "value": "-" + }, + "rules": [], + "runes": { + "potency": 1, + "property": [], + "striking": 1 + }, + "size": "med", + "slug": "club", + "splashDamage": { + "value": 0 + }, + "traits": { + "rarity": "common", + "value": [ + "thrown-10" + ] + }, + "usage": { + "canBeAmmo": false, + "value": "held-in-one-hand" + } + }, + "type": "weapon" + }, + { + "_id": "LA7nA82oy2KXPQlw", + "_stats": { + "compendiumSource": "Compendium.pf2e.equipment-srd.Item.ewQZ0VeL38v3qFnN" + }, + "img": "icons/equipment/chest/breastplate-layered-leather-studded-brown.webp", + "name": "Studded Leather Armor", + "sort": 3100000, + "system": { + "acBonus": 2, + "baseItem": "studded-leather-armor", + "bulk": { + "value": 1 + }, + "category": "light", + "checkPenalty": -1, + "containerId": null, + "description": { + "value": "This leather armor is reinforced with metal studs and sometimes small metal plates, providing most of the flexibility of leather armor with more robust protection.
" + }, + "dexCap": 3, + "equipped": { + "carryType": "worn", + "invested": null + }, + "group": "leather", + "hardness": 0, + "hp": { + "max": 0, + "value": 0 + }, + "level": { + "value": 0 + }, + "material": { + "grade": null, + "type": null + }, + "price": { + "value": { + "gp": 3 + } + }, + "publication": { + "license": "ORC", + "remaster": true, + "title": "Pathfinder Player Core" + }, + "quantity": 1, + "rules": [], + "runes": { + "potency": 1, + "property": [], + "resilient": 0 + }, + "size": "med", + "slug": "studded-leather-armor", + "speedPenalty": 0, + "strength": 1, + "traits": { + "rarity": "common", + "value": [] + } + }, + "type": "armor" + }, + { + "_id": "mGGPDCkXqYj71u7C", + "_stats": { + "compendiumSource": "Compendium.pf2e.equipment-srd.Item.P9v4lpVpLlL7AGnw" + }, + "img": "icons/equipment/neck/amulet-round-engraved-gold.webp", + "name": "Amulet of Kinship's Strength", + "sort": 3200000, + "system": { + "baseItem": null, + "bulk": { + "value": 0.1 + }, + "containerId": null, + "description": { + "value": "This weighty brass disk is inscribed with the ancestral names of its previous owners and now includes your own. When worn, it rests against your chest with a heavy warmth, a reminder of the strength of those who came before you. While worn and invested, you gain a +2 item bonus to Will saves. This bonus increases to +3 if the effect has the fear trait.
\nActivate—Strengthen Resolve 1
\nFrequency once per day
Effect You extend your resolve to your allies, casting @UUID[Compendium.pf2e.spells-srd.Item.Strength of Mind] on up to three willing targets.
" + }, + "equipped": { + "carryType": "worn", + "invested": null + }, + "hardness": 0, + "hp": { + "max": 0, + "value": 0 + }, + "level": { + "value": 12 + }, + "material": { + "grade": null, + "type": null + }, + "price": { + "value": { + "gp": 2000 + } + }, + "publication": { + "license": "ORC", + "remaster": true, + "title": "Pathfinder Adventure Path #209: Destroyer's Doom" + }, + "quantity": 1, + "rules": [ + { + "key": "FlatModifier", + "selector": "will", + "type": "item", + "value": 2 + }, + { + "key": "AdjustModifier", + "mode": "add", + "predicate": [ + "item:trait:fear" + ], + "selector": "will", + "slug": "amulet-of-kinships-strength", + "value": 1 + } + ], + "size": "med", + "slug": null, + "traits": { + "rarity": "uncommon", + "value": [ + "invested", + "magical" + ] + }, + "usage": { + "value": "worn" + } + }, + "type": "equipment" + }, + { + "_id": "L36hQ2bWzDXrdg82", + "flags": { + "pf2e": { + "linkedWeapon": "GgMoGoXFt6PpDlHV" + } + }, + "img": "systems/pf2e/icons/default-icons/melee.svg", + "name": "Club", + "sort": 3300000, + "system": { + "attackEffects": { + "value": [] + }, + "bonus": { + "value": 19 + }, + "damageRolls": { + "5zc81tz9Av5b89YP": { + "damage": "2d10+12", + "damageType": "bludgeoning" + } + }, + "description": { + "value": "" + }, + "publication": { + "license": "OGL", + "remaster": false, + "title": "" + }, + "rules": [], + "slug": "club", + "traits": { + "value": [] + } + }, + "type": "melee" + }, + { + "_id": "5wqiF8GHxfZ4Ztv1", + "flags": { + "pf2e": { + "linkedWeapon": "GgMoGoXFt6PpDlHV" + } + }, + "img": "systems/pf2e/icons/default-icons/melee.svg", + "name": "Club", + "sort": 3400000, + "system": { + "attackEffects": { + "value": [] + }, + "bonus": { + "value": 19 + }, + "damageRolls": { + "z5SL8hwbbHFG1aMW": { + "damage": "2d10+12", + "damageType": "bludgeoning" + } + }, + "description": { + "value": "" + }, + "publication": { + "license": "OGL", + "remaster": false, + "title": "" + }, + "rules": [], + "slug": "club", + "traits": { + "value": [ + "thrown-10" + ] + } + }, + "type": "melee" + }, + { + "_id": "hpoWK7VWQoK7tfgG", + "_stats": { + "compendiumSource": "Compendium.pf2e.bestiary-ability-glossary-srd.Item.kquBnQ0kObZztnBc" + }, + "img": "systems/pf2e/icons/actions/Passive.webp", + "name": "+1 Vs. Fear", + "sort": 3500000, + "system": { + "actionType": { + "value": "passive" + }, + "actions": { + "value": null + }, + "category": "defensive", + "description": { + "value": "" + }, + "publication": { + "license": "ORC", + "remaster": true, + "title": "Pathfinder Monster Core" + }, + "rules": [ + { + "key": "FlatModifier", + "predicate": [ + "item:trait:fear" + ], + "selector": "saving-throw", + "type": "status", + "value": 1 + } + ], + "slug": "1-vs-fear", + "traits": { + "value": [] + } + }, + "type": "action" + }, + { + "_id": "l60UlN4ucU0iTvSN", + "img": "systems/pf2e/icons/default-icons/action.svg", + "name": "Cursebound", + "sort": 3600000, + "system": { + "actionType": { + "value": "passive" + }, + "actions": { + "value": null + }, + "category": "defensive", + "description": { + "value": "Using a cursebound ability makes Ungukk @UUID[Compendium.pf2e.conditionitems.Item.Enfeebled]{Enfeebled 1} or increases his enfeebled value by 1, to a maximum of 3. If he reaches @UUID[Compendium.pf2e.conditionitems.Item.Enfeebled]{Enfeebled 3}, he also becomes @UUID[Compendium.pf2e.conditionitems.Item.Drained]{Drained 1}.
" + }, + "publication": { + "license": "OGL", + "remaster": false, + "title": "" + }, + "rules": [], + "slug": null, + "traits": { + "value": [] + } + }, + "type": "action" + }, + { + "_id": "6mP28IGRPsZoqvnS", + "_stats": { + "compendiumSource": "Compendium.pf2e.bestiary-ability-glossary-srd.Item.N1kstYbHScxgUQtN" + }, + "img": "systems/pf2e/icons/actions/Reaction.webp", + "name": "Ferocity", + "sort": 3700000, + "system": { + "actionType": { + "value": "reaction" + }, + "actions": { + "value": null + }, + "category": "defensive", + "deathNote": true, + "description": { + "value": "@Localize[PF2E.NPC.Abilities.Glossary.Ferocity]
" + }, + "publication": { + "license": "ORC", + "remaster": true, + "title": "Pathfinder Monster Core" + }, + "rules": [], + "slug": "ferocity", + "traits": { + "value": [] + } + }, + "type": "action" + }, + { + "_id": "HOhuY3rHTg3XUCD4", + "_stats": { + "compendiumSource": "Compendium.pf2e.bestiary-ability-glossary-srd.Item.TTCw5NusiSSkJU1x" + }, + "img": "systems/pf2e/icons/actions/Passive.webp", + "name": "Void Healing", + "sort": 3800000, + "system": { + "actionType": { + "value": "passive" + }, + "actions": { + "value": null + }, + "category": "defensive", + "description": { + "value": "@Localize[PF2E.NPC.Abilities.Glossary.NegativeHealing]
" + }, + "publication": { + "license": "ORC", + "remaster": true, + "title": "Pathfinder Monster Core" + }, + "rules": [ + { + "key": "ActiveEffectLike", + "mode": "override", + "path": "system.attributes.hp.negativeHealing", + "value": true + } + ], + "slug": "void-healing", + "traits": { + "value": [] + } + }, + "type": "action" + }, + { + "_id": "jZkagxvTiXhLytVE", + "img": "systems/pf2e/icons/default-icons/action.svg", + "name": "Curse of the Fallen Divine", + "sort": 3900000, + "system": { + "actionType": { + "value": "free" + }, + "actions": { + "value": null + }, + "category": "offensive", + "description": { + "value": "Ungukk increases the damage of a spell he casts by 1 die.
" + }, + "publication": { + "license": "OGL", + "remaster": false, + "title": "" + }, + "rules": [ + { + "domain": "all", + "key": "RollOption", + "option": "curse-of-the-fallen-divine", + "placement": "spellcasting", + "toggleable": true + }, + { + "diceNumber": 1, + "key": "DamageDice", + "predicate": [ + "curse-of-the-fallen-divine" + ], + "selector": "spell-damage" + } + ], + "slug": null, + "traits": { + "value": [ + "cursebound", + "divine", + "spellshape" + ] + } + }, + "type": "action" + }, + { + "_id": "iQFhvPOV85xEBpPW", + "img": "systems/pf2e/icons/default-icons/action.svg", + "name": "Quickened Casting", + "sort": 4000000, + "system": { + "actionType": { + "value": "free" + }, + "actions": { + "value": null + }, + "category": "offensive", + "description": { + "value": "Frequency once per day
Effect If Ungukk's next action is to cast a cantrip or a spell of 4th rank or lower, reduce the number of actions to cast it by 1 (minimum of 1 action).
" + }, + "publication": { + "license": "OGL", + "remaster": false, + "title": "" + }, + "rules": [], + "slug": null, + "traits": { + "value": [ + "concentrate", + "spellshape" + ] + } + }, + "type": "action" + }, + { + "_id": "BpbGQqXrwJAgvWOX", + "img": "systems/pf2e/icons/default-icons/action.svg", + "name": "Roar of Zagresh", + "sort": 4100000, + "system": { + "actionType": { + "value": "action" + }, + "actions": { + "value": 2 + }, + "category": "offensive", + "description": { + "value": "With a mighty roar, Ungukk unleashes void energy in a @Template[type:emanation|distance:30]. Creatures in the area must make a @Check[fortitude|dc:30] save or take @Damage[6d6[void]] damage and become @UUID[Compendium.pf2e.conditionitems.Item.Doomed]{Doomed 1} (@UUID[Compendium.pf2e.conditionitems.Item.Doomed]{Doomed 2} on a critical failure).
" + }, + "publication": { + "license": "OGL", + "remaster": false, + "title": "" + }, + "rules": [], + "slug": null, + "traits": { + "value": [ + "cursebound", + "divine", + "void" + ] + } + }, + "type": "action" + }, + { + "_id": "WACHCeQrOEEQlZU3", + "img": "systems/pf2e/icons/default-icons/action.svg", + "name": "Undying Conviction", + "sort": 4200000, + "system": { + "actionType": { + "value": "passive" + }, + "actions": { + "value": null + }, + "category": "offensive", + "description": { + "value": "30 feet. Ungukk's undead allies within his aura gain a +2 status bonus to saving throws to resist vitality damage and to Will saving throws to resist effects that would make them @UUID[Compendium.pf2e.conditionitems.Item.Controlled].
" + }, + "publication": { + "license": "OGL", + "remaster": false, + "title": "" + }, + "rules": [ + { + "effects": [ + { + "affects": "allies", + "includesSelf": false, + "uuid": "Compendium.pf2e.feat-effects.Item.Effect: Undying Conviction" + } + ], + "key": "Aura", + "radius": 30 + } + ], + "slug": null, + "traits": { + "value": [ + "aura" + ] + } + }, + "type": "action" + } + ], + "name": "Ungukk Fleshdredge", + "system": { + "abilities": { + "cha": { + "mod": 7 + }, + "con": { + "mod": 0 + }, + "dex": { + "mod": 4 + }, + "int": { + "mod": 2 + }, + "str": { + "mod": 2 + }, + "wis": { + "mod": 5 + } + }, + "attributes": { + "ac": { + "details": "", + "value": 29 + }, + "allSaves": { + "value": "+1 vs. fear" + }, + "hp": { + "details": "void healing", + "max": 146, + "temp": 0, + "value": 146 + }, + "speed": { + "otherSpeeds": [], + "value": 25 + } + }, + "details": { + "blurb": "", + "languages": { + "details": "", + "value": [ + "chthonian", + "common", + "necril", + "orcish" + ] + }, + "level": { + "value": 11 + }, + "privateNotes": "", + "publicNotes": "", + "publication": { + "license": "ORC", + "remaster": true, + "title": "Pathfinder Adventure Path #209: Destroyer's Doom" + } + }, + "initiative": { + "statistic": "perception" + }, + "perception": { + "details": "", + "mod": 24, + "senses": [ + { + "type": "darkvision" + } + ] + }, + "resources": {}, + "saves": { + "fortitude": { + "saveDetail": "", + "value": 15 + }, + "reflex": { + "saveDetail": "", + "value": 19 + }, + "will": { + "saveDetail": "", + "value": 21 + } + }, + "skills": { + "crafting": { + "base": 21 + }, + "deception": { + "base": 20 + }, + "intimidation": { + "base": 20 + }, + "medicine": { + "base": 21 + }, + "religion": { + "base": 21 + }, + "stealth": { + "base": 18 + } + }, + "traits": { + "rarity": "unique", + "size": { + "value": "med" + }, + "value": [ + "humanoid", + "orc" + ] + } + }, + "type": "npc" +} diff --git a/packs/triumph-of-the-tusk-bestiary/verthok-the-reaper.json b/packs/triumph-of-the-tusk-bestiary/verthok-the-reaper.json new file mode 100644 index 00000000000..a503bcdf44e --- /dev/null +++ b/packs/triumph-of-the-tusk-bestiary/verthok-the-reaper.json @@ -0,0 +1,1205 @@ +{ + "_id": "8XXU1rRGS7U5ki0Q", + "img": "systems/pf2e/icons/default-icons/npc.svg", + "items": [ + { + "_id": "AdE3h3i1refZk9AN", + "img": "systems/pf2e/icons/default-icons/spellcastingEntry.svg", + "name": "Champion Devotion Spells", + "sort": 100000, + "system": { + "autoHeightenLevel": { + "value": null + }, + "description": { + "value": "" + }, + "prepared": { + "value": "focus" + }, + "proficiency": { + "value": 1 + }, + "publication": { + "license": "OGL", + "remaster": false, + "title": "" + }, + "rules": [], + "slots": {}, + "slug": null, + "spelldc": { + "dc": 29, + "value": 21 + }, + "tradition": { + "value": "divine" + }, + "traits": {} + }, + "type": "spellcastingEntry" + }, + { + "_id": "7jwn6CPTM4dtk25y", + "_stats": { + "compendiumSource": "Compendium.pf2e.spells-srd.Item.0H1ozccQGGFLUwFI" + }, + "img": "icons/magic/sonic/scream-wail-shout-teal.webp", + "name": "Cry of Destruction", + "sort": 200000, + "system": { + "area": { + "type": "cone", + "value": 15 + }, + "cost": { + "value": "" + }, + "counteraction": false, + "damage": { + "0": { + "applyMod": false, + "category": null, + "formula": "1d8", + "kinds": [ + "damage" + ], + "materials": [], + "type": "sonic" + } + }, + "defense": { + "save": { + "basic": true, + "statistic": "fortitude" + } + }, + "description": { + "value": "Your voice booms, smashing what's in front of you. Each creature and unattended object in the area takes 1d8 sonic damage. If you already dealt damage to an enemy this turn with a Strike or spell, increase the damage dice from this spell to d12s.
\nHeightened (+1) The damage increases by 1d8.
" + }, + "duration": { + "sustained": false, + "value": "" + }, + "heightening": { + "damage": { + "0": "1d8" + }, + "interval": 1, + "type": "interval" + }, + "level": { + "value": 1 + }, + "location": { + "value": "AdE3h3i1refZk9AN" + }, + "overlays": { + "CEq1pMKvvGCeb0XM": { + "overlayType": "override", + "sort": 1, + "system": {} + }, + "azfSYp1fUjbQR6RN": { + "name": "Cry of Destruction (Dealt Damage)", + "overlayType": "override", + "sort": 2, + "system": { + "damage": { + "0": { + "category": null, + "formula": "1d12" + } + }, + "heightening": { + "damage": { + "0": "1d12" + } + } + } + } + }, + "publication": { + "license": "ORC", + "remaster": true, + "title": "Pathfinder Player Core" + }, + "range": { + "value": "" + }, + "requirements": "", + "rules": [], + "slug": "cry-of-destruction", + "target": { + "value": "" + }, + "time": { + "value": "2" + }, + "traits": { + "rarity": "uncommon", + "traditions": [], + "value": [ + "cleric", + "concentrate", + "focus", + "manipulate", + "sonic" + ] + } + }, + "type": "spell" + }, + { + "_id": "LNniMMLTsAZkIfvC", + "_stats": { + "compendiumSource": "Compendium.pf2e.spells-srd.Item.jFmWSIpJGGebim6y" + }, + "img": "systems/pf2e/icons/spells/touch-of-corruption.webp", + "name": "Touch of the Void", + "sort": 300000, + "system": { + "area": null, + "cost": { + "value": "" + }, + "counteraction": false, + "damage": {}, + "defense": null, + "description": { + "value": "You infuse the target with void energy, healing undead or damaging a living creature.
Living Creature The target takes 1d6 void damage with a basic Fortitude save; on a failure, the target also takes a –2 status penalty to AC for 1 round.
@UUID[Compendium.pf2e.spell-effects.Item.Spell Effect: Touch of the Void]
Heightened (+1) The amount of healing increases by 6, and the damage to a living target increases by 1d6.
" + }, + "duration": { + "sustained": false, + "value": "" + }, + "level": { + "value": 1 + }, + "location": { + "value": "AdE3h3i1refZk9AN" + }, + "overlays": { + "2a6Vm4mIjBgrzlO2": { + "name": "Touch of the Void (Vs. Living)", + "overlayType": "override", + "sort": 2, + "system": { + "damage": { + "Esn7klJ9WRsIFnrE": { + "applyMod": false, + "category": null, + "formula": "1d6", + "kinds": [ + "damage" + ], + "materials": [], + "type": "void" + } + }, + "defense": { + "save": { + "basic": true, + "statistic": "fortitude" + } + }, + "heightening": { + "damage": { + "Esn7klJ9WRsIFnrE": "1d6" + }, + "interval": 1, + "type": "interval" + } + } + }, + "gHIOzknAtexc6GUE": { + "name": "Touch of the Void (Healing)", + "overlayType": "override", + "sort": 1, + "system": { + "damage": { + "cM137DAlBX1LcWAX": { + "applyMod": false, + "category": null, + "formula": "6", + "kinds": [ + "healing" + ], + "materials": [], + "type": "untyped" + } + }, + "heightening": { + "damage": { + "cM137DAlBX1LcWAX": "6" + }, + "interval": 1, + "type": "interval" + } + } + } + }, + "publication": { + "license": "ORC", + "remaster": true, + "title": "Pathfinder Player Core 2" + }, + "range": { + "value": "touch" + }, + "requirements": "", + "rules": [], + "slug": "touch-of-the-void", + "target": { + "value": "1 willing undead creature or 1 living creature" + }, + "time": { + "value": "1" + }, + "traits": { + "rarity": "uncommon", + "traditions": [], + "value": [ + "champion", + "focus", + "manipulate", + "void" + ] + } + }, + "type": "spell" + }, + { + "_id": "w3KPbN9zq6IYEqut", + "_stats": { + "compendiumSource": "Compendium.pf2e.equipment-srd.Item.J6H5UbLVsSXShoTs" + }, + "img": "icons/weapons/axes/axe-battle-heavy-jagged.webp", + "name": "Orc Necksplitter", + "sort": 400000, + "system": { + "baseItem": "orc-necksplitter", + "bonus": { + "value": 0 + }, + "bonusDamage": { + "value": 0 + }, + "bulk": { + "value": 1 + }, + "category": "advanced", + "containerId": null, + "damage": { + "damageType": "slashing", + "dice": 1, + "die": "d8" + }, + "description": { + "value": "This single-bladed bearded axe has a jagged blade that's perfect for separating bone from tendon and cartilage.
" + }, + "equipped": { + "carryType": "worn", + "handsHeld": 0, + "invested": null + }, + "group": "axe", + "hardness": 0, + "hp": { + "max": 0, + "value": 0 + }, + "level": { + "value": 0 + }, + "material": { + "grade": null, + "type": null + }, + "price": { + "value": { + "gp": 2 + } + }, + "publication": { + "license": "ORC", + "remaster": true, + "title": "Pathfinder Player Core" + }, + "quantity": 1, + "range": null, + "reload": { + "value": "" + }, + "rules": [], + "runes": { + "potency": 1, + "property": [], + "striking": 1 + }, + "size": "med", + "slug": "orc-necksplitter", + "splashDamage": { + "value": 0 + }, + "traits": { + "rarity": "uncommon", + "value": [ + "forceful", + "orc", + "sweep" + ] + }, + "usage": { + "value": "held-in-one-hand" + } + }, + "type": "weapon" + }, + { + "_id": "QPDyBtmw5ic9JpVE", + "_stats": { + "compendiumSource": "Compendium.pf2e.equipment-srd.Item.dUC8Fsa6FZtVikS3" + }, + "img": "icons/weapons/bows/longbow-recurve-brown.webp", + "name": "Composite Longbow", + "sort": 500000, + "system": { + "baseItem": "composite-longbow", + "bonus": { + "value": 0 + }, + "bonusDamage": { + "value": 0 + }, + "bulk": { + "value": 2 + }, + "category": "martial", + "containerId": null, + "damage": { + "damageType": "piercing", + "dice": 1, + "die": "d8" + }, + "description": { + "value": "This projectile weapon is made from horn, wood, and sinew laminated together to increase the power of its pull and the force of its projectile. Like all longbows, its great size also increases the bow's range and power. You must use two hands to fire it, and it cannot be used while mounted. Any time an ability is specifically restricted to a longbow, such as Erastil's favored weapon, it also applies to composite longbows unless otherwise stated.
" + }, + "equipped": { + "carryType": "worn", + "handsHeld": 0, + "invested": null + }, + "group": "bow", + "hardness": 0, + "hp": { + "max": 0, + "value": 0 + }, + "level": { + "value": 0 + }, + "material": { + "grade": null, + "type": null + }, + "price": { + "value": { + "gp": 20 + } + }, + "publication": { + "license": "ORC", + "remaster": true, + "title": "Pathfinder Player Core" + }, + "quantity": 1, + "range": 100, + "reload": { + "value": "0" + }, + "rules": [], + "runes": { + "potency": 1, + "property": [], + "striking": 1 + }, + "size": "med", + "slug": "composite-longbow", + "splashDamage": { + "value": 0 + }, + "traits": { + "rarity": "common", + "value": [ + "deadly-d10", + "propulsive", + "volley-30" + ] + }, + "usage": { + "value": "held-in-one-plus-hands" + } + }, + "type": "weapon" + }, + { + "_id": "XShZkxjxgGLjpt6P", + "_stats": { + "compendiumSource": "Compendium.pf2e.equipment-srd.Item.Yr9yCuJiAlFh3QEB" + }, + "img": "systems/pf2e/icons/equipment/shields/steel-shield.webp", + "name": "Steel Shield", + "sort": 600000, + "system": { + "acBonus": 2, + "baseItem": "steel-shield", + "bulk": { + "value": 1 + }, + "containerId": null, + "description": { + "value": "Like wooden shields, steel shields come in a variety of shapes and sizes. Though more expensive than wooden shields, they are much more durable.
\nHardness | \nHP | \nBT | \n
---|---|---|
5 | \n20 | \n10 | \n
Plate mail consists of interlocking plates that encase nearly the entire body in a carapace of steel. It is costly and heavy, and the wearer often requires help to don it correctly, but it provides some of the best defense armor can supply. A suit of this armor comes with an undercoat of @UUID[Compendium.pf2e.equipment-srd.Item.Padded Armor] and a pair of @UUID[Compendium.pf2e.equipment-srd.Item.Gauntlet]{gauntlets}.
" + }, + "dexCap": 0, + "equipped": { + "carryType": "worn", + "invested": null + }, + "group": "plate", + "hardness": 0, + "hp": { + "max": 0, + "value": 0 + }, + "level": { + "value": 2 + }, + "material": { + "grade": null, + "type": null + }, + "price": { + "value": { + "gp": 30 + } + }, + "publication": { + "license": "ORC", + "remaster": true, + "title": "Pathfinder Player Core" + }, + "quantity": 1, + "rules": [], + "runes": { + "potency": 0, + "property": [], + "resilient": 0 + }, + "size": "med", + "slug": "full-plate", + "speedPenalty": -10, + "strength": 4, + "traits": { + "rarity": "common", + "value": [ + "bulwark" + ] + } + }, + "type": "armor" + }, + { + "_id": "oTcHC3omBjIaFolR", + "_stats": { + "compendiumSource": "Compendium.pf2e.equipment-srd.Item.shKPtYN0YUOe07K2" + }, + "img": "systems/pf2e/icons/equipment/worn-items/other-worn-items/demon-mask.webp", + "name": "Demon Mask (Greater)", + "sort": 800000, + "system": { + "baseItem": null, + "bulk": { + "value": 0.1 + }, + "containerId": null, + "description": { + "value": "This terrifying mask is crafted in the visage of a leering demon and grants a +2 item bonus to Intimidation checks.
\nActivate—Leering Mask 2 (manipulate)
\nFrequency once per day
\nEffect The mask casts a 3rd-rank @UUID[Compendium.pf2e.spells-srd.Item.Fear] spell with a DC of 29.
" + }, + "equipped": { + "carryType": "worn", + "invested": null + }, + "hardness": 0, + "hp": { + "max": 0, + "value": 0 + }, + "level": { + "value": 10 + }, + "material": { + "grade": null, + "type": null + }, + "price": { + "value": { + "gp": 900 + } + }, + "publication": { + "license": "ORC", + "remaster": true, + "title": "Pathfinder GM Core" + }, + "quantity": 1, + "rules": [ + { + "key": "FlatModifier", + "selector": "intimidation", + "type": "item", + "value": 2 + } + ], + "size": "med", + "slug": "demon-mask-greater", + "traits": { + "rarity": "common", + "value": [ + "invested", + "magical" + ] + }, + "usage": { + "value": "wornmask" + } + }, + "type": "equipment" + }, + { + "_id": "bpWBE3WZ17jVdRVr", + "_stats": { + "compendiumSource": "Compendium.pf2e.equipment-srd.Item.w2ENw2VMPcsbif8g" + }, + "img": "icons/weapons/ammunition/arrows-broadhead-white.webp", + "name": "Arrows", + "sort": 900000, + "system": { + "baseItem": null, + "bulk": { + "value": 0.1 + }, + "category": "ammo", + "containerId": null, + "damage": null, + "description": { + "value": "These projectiles are the ammunition for bows. The shaft of an arrow is made of wood. It is stabilized in flight by fletching at one end and bears a metal head on the other.
" + }, + "equipped": { + "carryType": "worn" + }, + "hardness": 0, + "hp": { + "max": 0, + "value": 0 + }, + "level": { + "value": 0 + }, + "material": { + "grade": null, + "type": null + }, + "price": { + "per": 10, + "value": { + "sp": 1 + } + }, + "publication": { + "license": "ORC", + "remaster": true, + "title": "Pathfinder Player Core" + }, + "quantity": 20, + "rules": [], + "size": "med", + "slug": "arrows", + "stackGroup": "arrows", + "traits": { + "rarity": "common", + "value": [] + }, + "usage": { + "value": "held-in-one-hand" + }, + "uses": { + "autoDestroy": true, + "max": 1, + "value": 1 + } + }, + "type": "consumable" + }, + { + "_id": "EoxXD8zTJtjQiiry", + "_stats": { + "compendiumSource": "Compendium.pf2e.equipment-srd.Item.B6B7tBWJSqOBz5zz" + }, + "img": "systems/pf2e/icons/equipment/treasure/currency/gold-pieces.webp", + "name": "Gold Pieces", + "sort": 1000000, + "system": { + "baseItem": null, + "bulk": { + "value": 1 + }, + "containerId": null, + "description": { + "value": "" + }, + "equipped": { + "carryType": "worn" + }, + "hardness": 0, + "hp": { + "max": 0, + "value": 0 + }, + "level": { + "value": 0 + }, + "material": { + "grade": null, + "type": null + }, + "price": { + "value": { + "gp": 1 + } + }, + "publication": { + "license": "ORC", + "remaster": true, + "title": "Pathfinder Player Core" + }, + "quantity": 100, + "rules": [], + "size": "med", + "slug": "gold-pieces", + "stackGroup": "coins", + "traits": { + "rarity": "common", + "value": [] + } + }, + "type": "treasure" + }, + { + "_id": "rGAacCDLFVc6ZFr3", + "flags": { + "pf2e": { + "linkedWeapon": "w3KPbN9zq6IYEqut" + } + }, + "img": "systems/pf2e/icons/default-icons/melee.svg", + "name": "Orc Necksplitter", + "sort": 1100000, + "system": { + "attackEffects": { + "value": [] + }, + "bonus": { + "value": 24 + }, + "damageRolls": { + "sZlCoigfktdtZ0tK": { + "damage": "2d8+12", + "damageType": "slashing" + } + }, + "description": { + "value": "" + }, + "publication": { + "license": "OGL", + "remaster": false, + "title": "" + }, + "rules": [], + "slug": "orc-necksplitter", + "traits": { + "value": [ + "forceful", + "magical", + "sweep" + ] + } + }, + "type": "melee" + }, + { + "_id": "rKtDbiHCuEO31yFk", + "flags": { + "pf2e": { + "linkedWeapon": "QPDyBtmw5ic9JpVE" + } + }, + "img": "systems/pf2e/icons/default-icons/melee.svg", + "name": "Composite Longbow", + "sort": 1200000, + "system": { + "attackEffects": { + "value": [] + }, + "bonus": { + "value": 21 + }, + "damageRolls": { + "gO3PnEaw6AQCIoGr": { + "damage": "2d8+9", + "damageType": "piercing" + } + }, + "description": { + "value": "" + }, + "publication": { + "license": "OGL", + "remaster": false, + "title": "" + }, + "rules": [], + "slug": "composite-longbow", + "traits": { + "value": [ + "deadly-d10", + "magical", + "propulsive", + "range-increment-100", + "reload-0", + "volley-30" + ] + } + }, + "type": "melee" + }, + { + "_id": "zInCwclFfRXh9Ctg", + "img": "systems/pf2e/icons/default-icons/action.svg", + "name": "Blade Ally", + "sort": 1300000, + "system": { + "actionType": { + "value": "passive" + }, + "actions": { + "value": null + }, + "category": "defensive", + "description": { + "value": "In her hands, Verthok's orc necksplitter is a fearsome weapon, and she gains the axe critical hit effect.
" + }, + "publication": { + "license": "OGL", + "remaster": false, + "title": "" + }, + "rules": [ + { + "key": "CriticalSpecialization", + "predicate": [ + "item:group:axe" + ] + }, + { + "definition": [ + "item:slug:orc-necksplitter" + ], + "key": "AdjustStrike", + "mode": "add", + "property": "property-runes", + "value": "fearsome" + } + ], + "slug": null, + "traits": { + "value": [] + } + }, + "type": "action" + }, + { + "_id": "7gt3XlAGduknVkSf", + "img": "systems/pf2e/icons/default-icons/action.svg", + "name": "Destructive Vengeance", + "sort": 1400000, + "system": { + "actionType": { + "value": "reaction" + }, + "actions": { + "value": null + }, + "category": "defensive", + "description": { + "value": "Trigger An enemy within 15 feet damages Verthok
Effect Verthok increases the amount of damage she takes by @Damage[1d6[untyped]], and she deals @Damage[3d6[spirit]] or @Damage[3d6[void]] damage to the triggering enemy. An enemy damaged by Destructive Vengeance takes @Damage[4[persistent,spirit]] damage. Until the end of Verthok's next turn, her Strikes against the triggering creature deal 2 extra damage of the type she chose.
" + }, + "publication": { + "license": "OGL", + "remaster": false, + "title": "" + }, + "rules": [ + { + "key": "RollOption", + "option": "destructive-vengeance-spirit" + } + ], + "selfEffect": { + "name": "Effect: Destructive Vengeance", + "uuid": "Compendium.pf2e.bestiary-effects.Item.Effect: Destructive Vengeance" + }, + "slug": null, + "traits": { + "value": [] + } + }, + "type": "action" + }, + { + "_id": "Jr1JmxaDtmGSoKfv", + "_stats": { + "compendiumSource": "Compendium.pf2e.bestiary-ability-glossary-srd.Item.m4HQ2o5aPxjXf2kY" + }, + "img": "systems/pf2e/icons/actions/Reaction.webp", + "name": "Shield Block", + "sort": 1500000, + "system": { + "actionType": { + "value": "reaction" + }, + "actions": { + "value": null + }, + "category": "defensive", + "description": { + "value": "@Localize[PF2E.NPC.Abilities.Glossary.ShieldBlock]
" + }, + "publication": { + "license": "ORC", + "remaster": true, + "title": "Pathfinder Monster Core" + }, + "rules": [], + "slug": "shield-block", + "traits": { + "value": [] + } + }, + "type": "action" + }, + { + "_id": "YrVzR9UvkArRj5kk", + "img": "systems/pf2e/icons/default-icons/action.svg", + "name": "Bloody Assault", + "sort": 1600000, + "system": { + "actionType": { + "value": "action" + }, + "actions": { + "value": 1 + }, + "category": "offensive", + "description": { + "value": "Verthok makes two melee Strikes, each against a different opponent; her multiple attack penalty applies to these Strikes normally. If both Strikes hit and deal damage, each creature struck takes @Damage[2d6[persistent,bleed]] damage.
" + }, + "publication": { + "license": "OGL", + "remaster": false, + "title": "" + }, + "rules": [], + "slug": null, + "traits": { + "value": [] + } + }, + "type": "action" + }, + { + "_id": "13GCW4wW0Ej51TjW", + "img": "systems/pf2e/icons/default-icons/action.svg", + "name": "Greater Cruelty", + "sort": 1700000, + "system": { + "actionType": { + "value": "action" + }, + "actions": { + "value": 1 + }, + "category": "offensive", + "description": { + "value": "If Verthok's next action is to cast touch of the void on a living creature, the target is also enfeebled, clumsy, or @UUID[Compendium.pf2e.conditionitems.Item.Stupefied]{Stupefied 1} for 1 minute if it fails its save (@UUID[Compendium.pf2e.conditionitems.Item.Stupefied]{Stupefied 2} on a critical failure).
" + }, + "publication": { + "license": "OGL", + "remaster": false, + "title": "" + }, + "rules": [], + "slug": null, + "traits": { + "value": [ + "concentrate", + "spellshape" + ] + } + }, + "type": "action" + }, + { + "_id": "NATWkK1U6VTmG15b", + "img": "systems/pf2e/icons/default-icons/action.svg", + "name": "Mask's Glare", + "sort": 1800000, + "system": { + "actionType": { + "value": "action" + }, + "actions": { + "value": 2 + }, + "category": "offensive", + "description": { + "value": "Once per day, Verthok can use her demon mask to cast 3rd-rank @UUID[Compendium.pf2e.spells-srd.Item.Fear] with a DC of @Check[will|dc:29].
" + }, + "publication": { + "license": "OGL", + "remaster": false, + "title": "" + }, + "rules": [], + "slug": null, + "traits": { + "value": [ + "manipulate" + ] + } + }, + "type": "action" + }, + { + "_id": "ByRuCJ7WtKVzIf5T", + "img": "systems/pf2e/icons/default-icons/lore.svg", + "name": "Warfare Lore", + "sort": 1900000, + "system": { + "description": { + "value": "" + }, + "mod": { + "value": 15 + }, + "proficient": { + "value": 0 + }, + "publication": { + "license": "OGL", + "remaster": false, + "title": "" + }, + "rules": [], + "slug": null, + "traits": {} + }, + "type": "lore" + } + ], + "name": "Verthok the Reaper", + "system": { + "abilities": { + "cha": { + "mod": 6 + }, + "con": { + "mod": 5 + }, + "dex": { + "mod": 1 + }, + "int": { + "mod": 1 + }, + "str": { + "mod": 6 + }, + "wis": { + "mod": 4 + } + }, + "attributes": { + "ac": { + "details": "", + "value": 30 + }, + "allSaves": { + "value": "" + }, + "hp": { + "details": "", + "max": 180, + "temp": 0, + "value": 180 + }, + "speed": { + "otherSpeeds": [], + "value": 20 + } + }, + "details": { + "blurb": "", + "languages": { + "details": "", + "value": [ + "chthonian", + "common", + "orcish" + ] + }, + "level": { + "value": 10 + }, + "privateNotes": "", + "publicNotes": "", + "publication": { + "license": "ORC", + "remaster": true, + "title": "Pathfinder Adventure Path #209: Destroyer's Doom" + } + }, + "initiative": { + "statistic": "perception" + }, + "perception": { + "details": "", + "mod": 19, + "senses": [ + { + "type": "low-light-vision" + } + ] + }, + "resources": { + "focus": { + "max": 2, + "value": 2 + } + }, + "saves": { + "fortitude": { + "saveDetail": "", + "value": 21 + }, + "reflex": { + "saveDetail": "", + "value": 15 + }, + "will": { + "saveDetail": "", + "value": 20 + } + }, + "skills": { + "athletics": { + "base": 22 + }, + "intimidation": { + "base": 21 + }, + "religion": { + "base": 16 + }, + "survival": { + "base": 16 + } + }, + "traits": { + "rarity": "unique", + "size": { + "value": "med" + }, + "value": [ + "dromaar", + "humanoid", + "orc", + "unholy" + ] + } + }, + "type": "npc" +} diff --git a/packs/triumph-of-the-tusk-bestiary/war-auroch.json b/packs/triumph-of-the-tusk-bestiary/war-auroch.json new file mode 100644 index 00000000000..0800228e0b4 --- /dev/null +++ b/packs/triumph-of-the-tusk-bestiary/war-auroch.json @@ -0,0 +1,280 @@ +{ + "_id": "Yqv9J9FXRolHhGZ4", + "img": "systems/pf2e/icons/default-icons/npc.svg", + "items": [ + { + "_id": "UgmG2uPyCs3dJrAy", + "img": "systems/pf2e/icons/default-icons/melee.svg", + "name": "Hoof", + "sort": 100000, + "system": { + "attackEffects": { + "value": [] + }, + "bonus": { + "value": 21 + }, + "damageRolls": { + "rtvIVfsva24VXCQT": { + "damage": "2d8+11", + "damageType": "bludgeoning" + } + }, + "description": { + "value": "" + }, + "publication": { + "license": "OGL", + "remaster": false, + "title": "" + }, + "rules": [], + "slug": null, + "traits": { + "value": [] + } + }, + "type": "melee" + }, + { + "_id": "iPcF11xCPCTOWcLE", + "img": "systems/pf2e/icons/default-icons/melee.svg", + "name": "Horn", + "sort": 200000, + "system": { + "attackEffects": { + "value": [] + }, + "bonus": { + "value": 21 + }, + "damageRolls": { + "7df5j4szUaXaNEMo": { + "damage": "2d8+11", + "damageType": "piercing" + } + }, + "description": { + "value": "" + }, + "publication": { + "license": "OGL", + "remaster": false, + "title": "" + }, + "rules": [], + "slug": null, + "traits": { + "value": [] + } + }, + "type": "melee" + }, + { + "_id": "IPhN7eq8covAwb4n", + "img": "systems/pf2e/icons/default-icons/action.svg", + "name": "Bellow", + "sort": 300000, + "system": { + "actionType": { + "value": "action" + }, + "actions": { + "value": 1 + }, + "category": "offensive", + "description": { + "value": "The war aurochs bellows aggressively, attempting a single Intimidation check to @UUID[Compendium.pf2e.actionspf2e.Item.Demoralize] against all enemies within 30 feet.
" + }, + "publication": { + "license": "OGL", + "remaster": false, + "title": "" + }, + "rules": [], + "slug": null, + "traits": { + "value": [ + "auditory", + "emotion", + "mental" + ] + } + }, + "type": "action" + }, + { + "_id": "bAu8E07oWFD2cdeF", + "img": "systems/pf2e/icons/default-icons/action.svg", + "name": "Stomp", + "sort": 400000, + "system": { + "actionType": { + "value": "action" + }, + "actions": { + "value": 1 + }, + "category": "offensive", + "description": { + "value": "The war aurochs strikes the ground with its hooves, causing tremors in a @Template[type:emanation|distance:30]. Creatures in the area must attempt a @Check[reflex|dc:25] save or be knocked @UUID[Compendium.pf2e.conditionitems.Item.Prone].
" + }, + "publication": { + "license": "OGL", + "remaster": false, + "title": "" + }, + "rules": [], + "slug": null, + "traits": { + "value": [] + } + }, + "type": "action" + }, + { + "_id": "2Yq1tGU4d2SIvLL9", + "_stats": { + "compendiumSource": "Compendium.pf2e.bestiary-ability-glossary-srd.Item.UNah0bxXxkcZjxO3" + }, + "img": "systems/pf2e/icons/actions/ThreeActions.webp", + "name": "Trample", + "sort": 500000, + "system": { + "actionType": { + "value": "action" + }, + "actions": { + "value": 3 + }, + "category": "offensive", + "description": { + "value": "Large or smaller, hoof, @Check[reflex|dc:25|basic]
@Localize[PF2E.NPC.Abilities.Glossary.Trample]
" + }, + "publication": { + "license": "ORC", + "remaster": true, + "title": "Pathfinder Monster Core" + }, + "rules": [], + "slug": "trample", + "traits": { + "value": [] + } + }, + "type": "action" + } + ], + "name": "War Auroch", + "system": { + "abilities": { + "cha": { + "mod": 3 + }, + "con": { + "mod": 6 + }, + "dex": { + "mod": 4 + }, + "int": { + "mod": -5 + }, + "str": { + "mod": 7 + }, + "wis": { + "mod": 3 + } + }, + "attributes": { + "ac": { + "details": "", + "value": 27 + }, + "allSaves": { + "value": "" + }, + "hp": { + "details": "", + "max": 195, + "temp": 0, + "value": 195 + }, + "speed": { + "otherSpeeds": [], + "value": 30 + } + }, + "details": { + "blurb": "", + "languages": { + "details": "", + "value": [] + }, + "level": { + "value": 9 + }, + "privateNotes": "", + "publicNotes": "War aurochs are especially large versions aurochs bred to pull war machines as their primary duty. Particularly aggressive calves are selected for additional training to fight in battle as support for warriors.
Belkzen's megafauna husbandry is a source of orc pride, with many species bred for everyday life. In battle, they provide an edge against foes.
A war aurochs is often fitted with pieces of armor to make its attacks deadlier, such as spiked ornaments on their horns or sharp-toed hoof shoes. The symbol of a hold is painted directly onto the beast's hide and left there even if another hold captures it, where it's often treated as a prisoner of war.
", + "publication": { + "license": "ORC", + "remaster": true, + "title": "Pathfinder Adventure Path #209: Destroyer's Doom" + } + }, + "initiative": { + "statistic": "perception" + }, + "perception": { + "details": "", + "mod": 16, + "senses": [ + { + "type": "low-light-vision" + }, + { + "acuity": "imprecise", + "range": 10, + "type": "scent" + } + ] + }, + "resources": {}, + "saves": { + "fortitude": { + "saveDetail": "", + "value": 21 + }, + "reflex": { + "saveDetail": "", + "value": 18 + }, + "will": { + "saveDetail": "", + "value": 15 + } + }, + "skills": { + "athletics": { + "base": 20 + }, + "intimidation": { + "base": 18 + }, + "survival": { + "base": 17 + } + }, + "traits": { + "rarity": "common", + "size": { + "value": "huge" + }, + "value": [ + "animal" + ] + } + }, + "type": "npc" +} diff --git a/packs/triumph-of-the-tusk-bestiary/warcat-of-rull.json b/packs/triumph-of-the-tusk-bestiary/warcat-of-rull.json new file mode 100644 index 00000000000..076c32cc47f --- /dev/null +++ b/packs/triumph-of-the-tusk-bestiary/warcat-of-rull.json @@ -0,0 +1,347 @@ +{ + "_id": "fWYJqg0v8CXMTuit", + "img": "systems/pf2e/icons/default-icons/npc.svg", + "items": [ + { + "_id": "qzn6BQApQgAbXA3i", + "img": "systems/pf2e/icons/default-icons/melee.svg", + "name": "Claw", + "sort": 100000, + "system": { + "attackEffects": { + "value": [] + }, + "bonus": { + "value": 29 + }, + "damageRolls": { + "ZG5LhmAs2YDfeXX8": { + "damage": "3d10+16", + "damageType": "slashing" + } + }, + "description": { + "value": "" + }, + "publication": { + "license": "OGL", + "remaster": false, + "title": "" + }, + "rules": [], + "slug": null, + "traits": { + "value": [ + "agile" + ] + } + }, + "type": "melee" + }, + { + "_id": "4ZvmZP1jgtz6qzuU", + "img": "systems/pf2e/icons/default-icons/melee.svg", + "name": "Jaws", + "sort": 200000, + "system": { + "attackEffects": { + "value": [ + "grab" + ] + }, + "bonus": { + "value": 29 + }, + "damageRolls": { + "30VMiIGWWNZb5Wj0": { + "damage": "3d8+14", + "damageType": "piercing" + } + }, + "description": { + "value": "" + }, + "publication": { + "license": "OGL", + "remaster": false, + "title": "" + }, + "rules": [], + "slug": null, + "traits": { + "value": [] + } + }, + "type": "melee" + }, + { + "_id": "LklkqEHgkuJswK6P", + "_stats": { + "compendiumSource": "Compendium.pf2e.bestiary-ability-glossary-srd.Item.W7SbTykXrNwxDzJc" + }, + "img": "systems/pf2e/icons/actions/Reaction.webp", + "name": "Reactive Strike", + "sort": 300000, + "system": { + "actionType": { + "value": "reaction" + }, + "actions": { + "value": null + }, + "category": "defensive", + "description": { + "value": "@Localize[PF2E.NPC.Abilities.Glossary.ReactiveStrike]
" + }, + "publication": { + "license": "ORC", + "remaster": true, + "title": "Pathfinder Monster Core" + }, + "rules": [], + "slug": "reactive-strike", + "traits": { + "value": [] + } + }, + "type": "action" + }, + { + "_id": "6hhlLT5ZiaBLiNHf", + "img": "systems/pf2e/icons/default-icons/action.svg", + "name": "Piercing Fangs", + "sort": 400000, + "system": { + "actionType": { + "value": "action" + }, + "actions": { + "value": 3 + }, + "category": "offensive", + "description": { + "value": "Requirements The warcat has a creature @UUID[Compendium.pf2e.conditionitems.Item.Grabbed]
Effect The warcat clamps on to the creature's neck. The creature takes @Damage[(3d12+10)[piercing]] damage plus @Damage[1d4[bleed]] damage (@Check[fortitude|dc:33|basic] save).
" + }, + "publication": { + "license": "OGL", + "remaster": false, + "title": "" + }, + "rules": [], + "slug": null, + "traits": { + "value": [] + } + }, + "type": "action" + }, + { + "_id": "JIQQ6iSSNlg5N5ID", + "img": "systems/pf2e/icons/default-icons/action.svg", + "name": "Pounce", + "sort": 500000, + "system": { + "actionType": { + "value": "action" + }, + "actions": { + "value": 1 + }, + "category": "offensive", + "description": { + "value": "The warcat of Rull Strides and makes a Strike at the end of that movement. If the warcat began this action @UUID[Compendium.pf2e.conditionitems.Item.Hidden], it remains hidden until after the attack.
" + }, + "publication": { + "license": "OGL", + "remaster": false, + "title": "" + }, + "rules": [], + "slug": null, + "traits": { + "value": [] + } + }, + "type": "action" + }, + { + "_id": "EvUjIOo8OxmNgJ4l", + "_stats": { + "compendiumSource": "Compendium.pf2e.bestiary-ability-glossary-srd.Item.3JOi2cMcGhT3eze1" + }, + "img": "systems/pf2e/icons/actions/OneAction.webp", + "name": "Rend", + "sort": 600000, + "system": { + "actionType": { + "value": "action" + }, + "actions": { + "value": 1 + }, + "category": "offensive", + "description": { + "value": "Claw
\n@Localize[PF2E.NPC.Abilities.Glossary.Rend]
" + }, + "publication": { + "license": "ORC", + "remaster": true, + "title": "Pathfinder Monster Core" + }, + "rules": [], + "slug": "rend", + "traits": { + "value": [] + } + }, + "type": "action" + }, + { + "_id": "TDx5sBUKsGGDbbI4", + "_stats": { + "compendiumSource": "Compendium.pf2e.bestiary-ability-glossary-srd.Item.Tkd8sH4pwFIPzqTr" + }, + "img": "systems/pf2e/icons/actions/OneAction.webp", + "name": "Grab", + "sort": 700000, + "system": { + "actionType": { + "value": "action" + }, + "actions": { + "value": 1 + }, + "category": "offensive", + "description": { + "value": "@Localize[PF2E.NPC.Abilities.Glossary.Grab]
" + }, + "publication": { + "license": "ORC", + "remaster": true, + "title": "Pathfinder Monster Core" + }, + "rules": [], + "slug": "grab", + "traits": { + "value": [] + } + }, + "type": "action" + } + ], + "name": "Warcat of Rull", + "system": { + "abilities": { + "cha": { + "mod": 3 + }, + "con": { + "mod": 6 + }, + "dex": { + "mod": 9 + }, + "int": { + "mod": -4 + }, + "str": { + "mod": 5 + }, + "wis": { + "mod": 4 + } + }, + "attributes": { + "ac": { + "details": "", + "value": 34 + }, + "allSaves": { + "value": "" + }, + "hp": { + "details": "", + "max": 233, + "temp": 0, + "value": 233 + }, + "speed": { + "otherSpeeds": [ + { + "type": "climb", + "value": 20 + } + ], + "value": 40 + } + }, + "details": { + "blurb": "", + "languages": { + "details": "", + "value": [] + }, + "level": { + "value": 13 + }, + "privateNotes": "", + "publicNotes": "These fierce hippo-sized cats with scaly, armored skin can only be bred and trained by the most skilled handlers.
Belkzen's megafauna husbandry is a source of orc pride, with many species bred for everyday life. In battle, they provide an edge against foes.
The warcat of Rull is a stealthy predator that roams a large territory, hunting alone or with a mate. Even when nursing cubs, warcats hunt for themselves and teach their cubs to be self-sufficient. Warcats fear no challenge, preying on megafauna, giants, and even young dragons.
", + "publication": { + "license": "ORC", + "remaster": true, + "title": "Pathfinder Adventure Path #209: Destroyer's Doom" + } + }, + "initiative": { + "statistic": "perception" + }, + "perception": { + "details": "", + "mod": 26, + "senses": [ + { + "type": "low-light-vision" + }, + { + "acuity": "imprecise", + "range": 30, + "type": "scent" + } + ] + }, + "resources": {}, + "saves": { + "fortitude": { + "saveDetail": "", + "value": 24 + }, + "reflex": { + "saveDetail": "", + "value": 29 + }, + "will": { + "saveDetail": "", + "value": 23 + } + }, + "skills": { + "acrobatics": { + "base": 30 + }, + "athletics": { + "base": 24 + }, + "stealth": { + "base": 28 + } + }, + "traits": { + "rarity": "common", + "size": { + "value": "huge" + }, + "value": [] + } + }, + "type": "npc" +} diff --git a/packs/triumph-of-the-tusk-bestiary/wingripper-wyvern-rider.json b/packs/triumph-of-the-tusk-bestiary/wingripper-wyvern-rider.json new file mode 100644 index 00000000000..fe47777e78f --- /dev/null +++ b/packs/triumph-of-the-tusk-bestiary/wingripper-wyvern-rider.json @@ -0,0 +1,642 @@ +{ + "_id": "K4RHacsVSD3J8i2f", + "img": "systems/pf2e/icons/default-icons/npc.svg", + "items": [ + { + "_id": "aQEdSgZkPPMn1LKD", + "_stats": { + "compendiumSource": "Compendium.pf2e.equipment-srd.Item.XGtIUZ4ZNKuFx1uL" + }, + "img": "icons/weapons/swords/scimitar-guard-wood.webp", + "name": "Falchion", + "sort": 100000, + "system": { + "baseItem": "falchion", + "bonus": { + "value": 0 + }, + "bonusDamage": { + "value": 0 + }, + "bulk": { + "value": 2 + }, + "category": "martial", + "containerId": null, + "damage": { + "damageType": "slashing", + "dice": 1, + "die": "d10" + }, + "description": { + "value": "This weapon is a heavier, two-handed version of the curved-bladed scimitar. It is weighted toward the blade's end, making it a powerful slashing weapon.
" + }, + "equipped": { + "carryType": "worn", + "handsHeld": 0, + "invested": null + }, + "group": "sword", + "hardness": 0, + "hp": { + "max": 0, + "value": 0 + }, + "level": { + "value": 0 + }, + "material": { + "grade": null, + "type": null + }, + "price": { + "value": { + "gp": 3 + } + }, + "publication": { + "license": "ORC", + "remaster": true, + "title": "Pathfinder Player Core" + }, + "quantity": 1, + "range": null, + "reload": { + "value": "" + }, + "rules": [], + "runes": { + "potency": 1, + "property": [], + "striking": 1 + }, + "size": "med", + "slug": "falchion", + "splashDamage": { + "value": 0 + }, + "traits": { + "rarity": "common", + "value": [ + "forceful", + "sweep" + ] + }, + "usage": { + "value": "held-in-two-hands" + } + }, + "type": "weapon" + }, + { + "_id": "MZVITjLzQLNlMm7Z", + "_stats": { + "compendiumSource": "Compendium.pf2e.equipment-srd.Item.e4NwsnPnpQKbDZ9F" + }, + "img": "icons/weapons/bows/shortbow-recurve-bone.webp", + "name": "Composite Shortbow", + "sort": 200000, + "system": { + "baseItem": "composite-shortbow", + "bonus": { + "value": 0 + }, + "bonusDamage": { + "value": 0 + }, + "bulk": { + "value": 1 + }, + "category": "martial", + "containerId": null, + "damage": { + "damageType": "piercing", + "dice": 1, + "die": "d6" + }, + "description": { + "value": "This shortbow is made from horn, wood, and sinew laminated together to increase the power of its pull and the force of its projectile. Its compact size and power make it a favorite of mounted archers. Any time an ability is specifically restricted to a shortbow, it also applies to composite shortbows unless otherwise stated.
" + }, + "equipped": { + "carryType": "worn", + "handsHeld": 0, + "invested": null + }, + "group": "bow", + "hardness": 0, + "hp": { + "max": 0, + "value": 0 + }, + "level": { + "value": 0 + }, + "material": { + "grade": null, + "type": null + }, + "price": { + "value": { + "gp": 14 + } + }, + "publication": { + "license": "ORC", + "remaster": true, + "title": "Pathfinder Player Core" + }, + "quantity": 1, + "range": 60, + "reload": { + "value": "0" + }, + "rules": [], + "runes": { + "potency": 1, + "property": [], + "striking": 0 + }, + "size": "med", + "slug": "composite-shortbow", + "splashDamage": { + "value": 0 + }, + "traits": { + "rarity": "common", + "value": [ + "deadly-d10", + "propulsive" + ] + }, + "usage": { + "value": "held-in-one-plus-hands" + } + }, + "type": "weapon" + }, + { + "_id": "sfyaQufk68ZFh9KM", + "_stats": { + "compendiumSource": "Compendium.pf2e.equipment-srd.Item.AnwzlOs0njF9Jqnr" + }, + "img": "icons/equipment/chest/vest-leather-tattered-white.webp", + "name": "Hide Armor", + "sort": 300000, + "system": { + "acBonus": 3, + "baseItem": "hide-armor", + "bulk": { + "value": 2 + }, + "category": "medium", + "checkPenalty": -2, + "containerId": null, + "description": { + "value": "A mix of furs, sturdy hide, and sometimes molded boiled leather, this armor provides protection due to its layers of leather, though its bulkiness slows the wearer down and decreases mobility.
" + }, + "dexCap": 2, + "equipped": { + "carryType": "worn", + "invested": null + }, + "group": "leather", + "hardness": 0, + "hp": { + "max": 0, + "value": 0 + }, + "level": { + "value": 0 + }, + "material": { + "grade": null, + "type": null + }, + "price": { + "value": { + "gp": 2 + } + }, + "publication": { + "license": "ORC", + "remaster": true, + "title": "Pathfinder Player Core" + }, + "quantity": 1, + "rules": [], + "runes": { + "potency": 0, + "property": [], + "resilient": 0 + }, + "size": "med", + "slug": "hide-armor", + "speedPenalty": -5, + "strength": 2, + "traits": { + "rarity": "common", + "value": [] + } + }, + "type": "armor" + }, + { + "_id": "VsPjXOYripmzunIp", + "flags": { + "pf2e": { + "linkedWeapon": "aQEdSgZkPPMn1LKD" + } + }, + "img": "systems/pf2e/icons/default-icons/melee.svg", + "name": "Falchion", + "sort": 400000, + "system": { + "attackEffects": { + "value": [] + }, + "bonus": { + "value": 20 + }, + "damageRolls": { + "jkQcYoYg3qyAOwir": { + "damage": "2d10+6", + "damageType": "slashing" + } + }, + "description": { + "value": "" + }, + "publication": { + "license": "OGL", + "remaster": false, + "title": "" + }, + "rules": [], + "slug": "falchion", + "traits": { + "value": [ + "forceful", + "sweep" + ] + } + }, + "type": "melee" + }, + { + "_id": "y1Kz0DVQOTPzcsLI", + "img": "systems/pf2e/icons/default-icons/melee.svg", + "name": "Composite Shortbow", + "sort": 500000, + "system": { + "attackEffects": { + "value": [] + }, + "bonus": { + "value": 22 + }, + "damageRolls": { + "et12DWzY8XXXUrn2": { + "damage": "2d6+9", + "damageType": "piercing" + } + }, + "description": { + "value": "" + }, + "publication": { + "license": "OGL", + "remaster": false, + "title": "" + }, + "rules": [], + "slug": "shortbow", + "traits": { + "value": [ + "deadly-d10", + "propulsive", + "range-increment-60", + "reload-0" + ] + } + }, + "type": "melee" + }, + { + "_id": "OcJqGSiVhoyqoWgO", + "_stats": { + "compendiumSource": "Compendium.pf2e.bestiary-ability-glossary-srd.Item.N1kstYbHScxgUQtN" + }, + "img": "systems/pf2e/icons/actions/Reaction.webp", + "name": "Ferocity", + "sort": 600000, + "system": { + "actionType": { + "value": "reaction" + }, + "actions": { + "value": null + }, + "category": "defensive", + "deathNote": true, + "description": { + "value": "@Localize[PF2E.NPC.Abilities.Glossary.Ferocity]
" + }, + "publication": { + "license": "ORC", + "remaster": true, + "title": "Pathfinder Monster Core" + }, + "rules": [], + "slug": "ferocity", + "traits": { + "value": [] + } + }, + "type": "action" + }, + { + "_id": "pITg2KFdL2HGyCsk", + "img": "systems/pf2e/icons/default-icons/action.svg", + "name": "Wyvern Bond", + "sort": 700000, + "system": { + "actionType": { + "value": "passive" + }, + "actions": { + "value": null + }, + "category": "defensive", + "description": { + "value": "A wyvern rider automatically succeeds at checks to Command an Animal for a wyvern they're mounted on. While mounted, the wyvern acts on their turn.
" + }, + "publication": { + "license": "OGL", + "remaster": false, + "title": "" + }, + "rules": [], + "slug": null, + "traits": { + "value": [] + } + }, + "type": "action" + }, + { + "_id": "Ka23X2q6lZVBK0SR", + "img": "systems/pf2e/icons/default-icons/action.svg", + "name": "Terrifying Strike", + "sort": 800000, + "system": { + "actionType": { + "value": "action" + }, + "actions": { + "value": 2 + }, + "category": "offensive", + "description": { + "value": "The wyvern rider attempts a weapon Strike against a target, shouting threats and curses. If it hits, the target must succeed at a @Check[will|dc:28] save or be @UUID[Compendium.pf2e.conditionitems.Item.Frightened]{Frightened 2} (@UUID[Compendium.pf2e.conditionitems.Item.Frightened]{Frightened 4} on a critical failure).
" + }, + "publication": { + "license": "OGL", + "remaster": false, + "title": "" + }, + "rules": [], + "slug": null, + "traits": { + "value": [ + "emotion", + "fear", + "mental" + ] + } + }, + "type": "action" + }, + { + "_id": "5y09lJ7PRJnFhQFg", + "img": "systems/pf2e/icons/default-icons/action.svg", + "name": "Weapon Adept", + "sort": 900000, + "system": { + "actionType": { + "value": "action" + }, + "actions": { + "value": 1 + }, + "category": "offensive", + "description": { + "value": "The wyvern rider can Swap between their falchion and composite shortbow, then Strike with the weapon they switched to.
" + }, + "publication": { + "license": "OGL", + "remaster": false, + "title": "" + }, + "rules": [], + "slug": null, + "traits": { + "value": [] + } + }, + "type": "action" + }, + { + "_id": "tDR4IjM9uRaPIdd3", + "_stats": { + "compendiumSource": "Actor.K4RHacsVSD3J8i2f.Item.tDR4IjM9uRaPIdd3" + }, + "img": "systems/pf2e/icons/default-icons/action.svg", + "name": "Wyvern's Swoop", + "sort": 1000000, + "system": { + "actionType": { + "value": "action" + }, + "actions": { + "value": 2 + }, + "category": "offensive", + "description": { + "value": "Requirements The wyvern rider is mounting their wyvern
Effect The wyvern rider Commands their mount to Stride twice. At any point during this movement, they can Strike one enemy within reach or within the first range increment of their ranged weapon, with a +1 circumstance bonus to their attack roll. If they begin this movement at a higher point than their target, they deal an additional die of damage with this Strike.
" + }, + "publication": { + "license": "OGL", + "remaster": false, + "title": "" + }, + "rules": [ + { + "domain": "all", + "key": "RollOption", + "option": "wyverns-swoop", + "toggleable": true + }, + { + "key": "FlatModifier", + "predicate": [ + "wyverns-swoop" + ], + "selector": "strike-attack-roll", + "type": "circumstance", + "value": 1 + }, + { + "domain": "all", + "key": "RollOption", + "label": "PF2E.NPCAbility.WyvernRider.WyvernsSwoop.HigherElevation", + "option": "swooping-down", + "predicate": [ + "wyverns-swoop" + ], + "toggleable": true + }, + { + "diceNumber": 1, + "key": "DamageDice", + "predicate": [ + "wyverns-swoop", + "swooping-down" + ], + "selector": "strike-damage" + } + ], + "slug": null, + "traits": { + "value": [ + "flourish" + ] + } + }, + "type": "action" + } + ], + "name": "Wingripper Wyvern Rider", + "system": { + "abilities": { + "cha": { + "mod": 2 + }, + "con": { + "mod": 3 + }, + "dex": { + "mod": 6 + }, + "int": { + "mod": 0 + }, + "str": { + "mod": 5 + }, + "wis": { + "mod": 3 + } + }, + "attributes": { + "ac": { + "details": "", + "value": 28 + }, + "allSaves": { + "value": "" + }, + "hp": { + "details": "", + "max": 130, + "temp": 0, + "value": 130 + }, + "speed": { + "otherSpeeds": [], + "value": 25 + } + }, + "details": { + "blurb": "", + "languages": { + "details": "", + "value": [ + "common", + "draconic", + "orcish" + ] + }, + "level": { + "value": 9 + }, + "privateNotes": "", + "publicNotes": "", + "publication": { + "license": "ORC", + "remaster": true, + "title": "Pathfinder Adventure Path #209: Destroyer's Doom" + } + }, + "initiative": { + "statistic": "perception" + }, + "perception": { + "details": "darkvision", + "mod": 16, + "senses": [] + }, + "resources": {}, + "saves": { + "fortitude": { + "saveDetail": "", + "value": 16 + }, + "reflex": { + "saveDetail": "", + "value": 21 + }, + "will": { + "saveDetail": "", + "value": 12 + } + }, + "skills": { + "acrobatics": { + "base": 20, + "special": [] + }, + "athletics": { + "base": 19, + "special": [] + }, + "intimidation": { + "base": 15, + "special": [] + }, + "nature": { + "base": 16, + "special": [ + { + "base": 20, + "label": "to Command their wyvern", + "predicate": [ + "action:command-an-animal", + "target:wingripper-wyvern" + ] + } + ] + } + }, + "traits": { + "rarity": "rare", + "size": { + "value": "med" + }, + "value": [ + "humanoid", + "orc" + ] + } + }, + "type": "npc" +} diff --git a/packs/triumph-of-the-tusk-bestiary/wraithwell.json b/packs/triumph-of-the-tusk-bestiary/wraithwell.json new file mode 100644 index 00000000000..7ce27de0226 --- /dev/null +++ b/packs/triumph-of-the-tusk-bestiary/wraithwell.json @@ -0,0 +1,163 @@ +{ + "_id": "uJcZXlxeogJryyDR", + "img": "systems/pf2e/icons/default-icons/hazard.svg", + "items": [ + { + "_id": "W88Th7urO2gSaVou", + "img": "systems/pf2e/icons/default-icons/action.svg", + "name": "Unholy Repair", + "sort": 0, + "system": { + "actionType": { + "value": "passive" + }, + "actions": { + "value": null + }, + "category": "offensive", + "description": { + "value": "The locus is sustained by the power of Tar-Baphon. The orb regains 10 Hit Points at the beginning of every round and is repaired by void damage.
" + }, + "publication": { + "license": "OGL", + "remaster": false, + "title": "" + }, + "rules": [], + "slug": null, + "traits": { + "value": [] + } + }, + "type": "action" + }, + { + "_id": "Yh1PNkKg8zQtc3V0", + "img": "systems/pf2e/icons/default-icons/action.svg", + "name": "Wraith Storm", + "sort": 0, + "system": { + "actionType": { + "value": "reaction" + }, + "actions": { + "value": null + }, + "category": "offensive", + "description": { + "value": "Trigger A creature touches the orb or attempts to disable the haunt
Effect A cyclone of wraiths spirals from the orb, grasping at all living creatures in the area. Targeted creatures must succeed at a @Check[will|dc:32] save or be @UUID[Compendium.pf2e.conditionitems.Item.Doomed]{Doomed 1} (@UUID[Compendium.pf2e.conditionitems.Item.Doomed]{Doomed 2} on a critical failure).
" + }, + "publication": { + "license": "OGL", + "remaster": false, + "title": "" + }, + "rules": [], + "slug": null, + "traits": { + "value": [] + } + }, + "type": "action" + }, + { + "_id": "dZ1Bz9CSp5GJDYTZ", + "img": "systems/pf2e/icons/default-icons/action.svg", + "name": "Undeath Manifest", + "sort": 0, + "system": { + "actionType": { + "value": "passive" + }, + "actions": { + "value": null + }, + "category": "offensive", + "description": { + "value": "A creature who dies in the presence of the orb immediately becomes undead. Casting @UUID[Compendium.pf2e.spells-srd.Item.Bind Undead] or @UUID[Compendium.pf2e.spells-srd.Item.Peaceful Rest] in the presence of the orb automatically destroys the locus; other spells or abilities that combat undead might also do so, at GM discretion.
" + }, + "publication": { + "license": "OGL", + "remaster": false, + "title": "" + }, + "rules": [], + "slug": null, + "traits": { + "value": [] + } + }, + "type": "action" + } + ], + "name": "Wraithwell", + "system": { + "attributes": { + "ac": { + "value": 30 + }, + "emitsSound": "encounter", + "hardness": 20, + "hp": { + "details": "", + "max": 82, + "temp": 0, + "value": 82 + }, + "immunities": [ + { + "exceptions": [], + "type": "critical-hits" + }, + { + "exceptions": [], + "type": "precision" + } + ], + "stealth": { + "details": "(expert)
", + "value": 27 + } + }, + "details": { + "description": "An orb of undeath draws creatures closer to a cursed existence.
", + "disable": "@Check[religion|dc:27] to negate the forces of undeath (master), @Check[occultism|dc:30] (expert) to channel vital energy, @Check[thievery|dc:35] (master) to extricate the orb from the altar
", + "isComplex": true, + "level": { + "value": 12 + }, + "publication": { + "license": "ORC", + "remaster": true, + "title": "Pathfinder Adventure Path #209: Destroyer's Doom" + }, + "reset": "The haunt deactivates 1 minute after all living creatures leave the area. After 1 hour, the haunt reactivates.
", + "routine": "(1 action; void) The wraiths attack all living creatures in the area, dealing @Damage[(3d10+14)[void]] damage (@Check[fortitude|dc:32|basic] save). Creatures who fail their saves are @UUID[Compendium.pf2e.conditionitems.Item.Drained]{Drained 1} (@UUID[Compendium.pf2e.conditionitems.Item.Drained]{Drained 2} on a critical failure) or increase their drained value by 1 (2 on a critical failure), up to a maximum of @UUID[Compendium.pf2e.conditionitems.Item.Drained]{Drained 4}.
" + }, + "saves": { + "fortitude": { + "saveDetail": "", + "value": 25 + }, + "reflex": { + "saveDetail": "", + "value": 19 + }, + "will": { + "saveDetail": "", + "value": 0 + } + }, + "statusEffects": [], + "traits": { + "rarity": "common", + "size": { + "value": "med" + }, + "value": [ + "haunt" + ] + } + }, + "type": "hazard" +} diff --git a/packs/triumph-of-the-tusk-bestiary/yagrekash.json b/packs/triumph-of-the-tusk-bestiary/yagrekash.json new file mode 100644 index 00000000000..de062240f6e --- /dev/null +++ b/packs/triumph-of-the-tusk-bestiary/yagrekash.json @@ -0,0 +1,810 @@ +{ + "_id": "FW5k5xBi3YkAsZd9", + "img": "systems/pf2e/icons/default-icons/npc.svg", + "items": [ + { + "_id": "CGyzuG0hwimkA0im", + "img": "systems/pf2e/icons/default-icons/spellcastingEntry.svg", + "name": "Champion Devotion Spells", + "sort": 100000, + "system": { + "autoHeightenLevel": { + "value": null + }, + "description": { + "value": "" + }, + "prepared": { + "flexible": false, + "value": "focus" + }, + "proficiency": { + "value": 1 + }, + "publication": { + "license": "OGL", + "remaster": false, + "title": "" + }, + "rules": [], + "slots": {}, + "slug": null, + "spelldc": { + "dc": 29, + "mod": 0, + "value": 21 + }, + "tradition": { + "value": "divine" + }, + "traits": {} + }, + "type": "spellcastingEntry" + }, + { + "_id": "cfVVDmv6qXlUfUMz", + "_stats": { + "compendiumSource": "Compendium.pf2e.spells-srd.Item.2jB9eyX7YekwoCvA" + }, + "img": "icons/magic/movement/abstract-ribbons-red-orange.webp", + "name": "Word of Freedom", + "sort": 200000, + "system": { + "area": null, + "cost": { + "value": "" + }, + "counteraction": false, + "damage": {}, + "defense": null, + "description": { + "value": "You utter a liberating word of power that frees a creature. You suppress one of the following conditions of your choice: @UUID[Compendium.pf2e.conditionitems.Item.Confused], @UUID[Compendium.pf2e.conditionitems.Item.Frightened], @UUID[Compendium.pf2e.conditionitems.Item.Grabbed], or @UUID[Compendium.pf2e.conditionitems.Item.Paralyzed]. The target isn't affected by the chosen condition, and if you suppress the Grabbed condition, the target automatically breaks free from any grab affecting it when you Cast the Spell.
\nIf you don't remove the effect that provided the condition, the condition returns after the spell ends. For example, if a spell was making the target Confused for 1 minute, word of freedom would let the target act normally for a round, but the Confused condition would return afterward.
" + }, + "duration": { + "sustained": false, + "value": "1 round" + }, + "level": { + "value": 4 + }, + "location": { + "value": "CGyzuG0hwimkA0im" + }, + "publication": { + "license": "OGL", + "remaster": false, + "title": "Pathfinder Core Rulebook" + }, + "range": { + "value": "30 feet" + }, + "requirements": "", + "rules": [], + "slug": "word-of-freedom", + "target": { + "value": "1 creature" + }, + "time": { + "value": "1" + }, + "traits": { + "rarity": "uncommon", + "traditions": [], + "value": [ + "cleric", + "concentrate", + "focus", + "mental" + ] + } + }, + "type": "spell" + }, + { + "_id": "lPOhhyYSwHpN0LFT", + "_stats": { + "compendiumSource": "Compendium.pf2e.spells-srd.Item.W37iBXLsY2trJ1rS" + }, + "img": "systems/pf2e/icons/spells/weapon-surge.webp", + "name": "Weapon Surge", + "sort": 300000, + "system": { + "area": null, + "cost": { + "value": "" + }, + "counteraction": false, + "damage": {}, + "defense": null, + "description": { + "value": "Holding your weapon aloft, you fill it with divine energy.
\nOn your next Strike with that weapon before the start of your next turn, you gain a +1 status bonus to the attack roll and the weapon deals an additional die of damage.
\nIf the weapon has a striking rune, this instead increases the number of dice from the striking rune by 1 (to a maximum of 3 extra weapon dice).
\nIf the target weapon leaves your possession, weapon surge immediately ends.
\n@UUID[Compendium.pf2e.spell-effects.Item.Spell Effect: Weapon Surge]
" + }, + "duration": { + "sustained": false, + "value": "" + }, + "level": { + "value": 1 + }, + "location": { + "value": "CGyzuG0hwimkA0im" + }, + "publication": { + "license": "OGL", + "remaster": false, + "title": "Pathfinder Core Rulebook" + }, + "range": { + "value": "touch" + }, + "requirements": "", + "rules": [], + "slug": "weapon-surge", + "target": { + "value": "1 weapon you're wielding" + }, + "time": { + "value": "1" + }, + "traits": { + "rarity": "uncommon", + "traditions": [], + "value": [ + "cleric", + "focus", + "manipulate" + ] + } + }, + "type": "spell" + }, + { + "_id": "2oEe6HUrOA7CBvEG", + "_stats": { + "compendiumSource": "Compendium.pf2e.equipment-srd.Item.kdGqnqbrwPzQfTsm" + }, + "img": "systems/pf2e/icons/equipment/weapons/greatclub.webp", + "name": "Greatclub", + "sort": 400000, + "system": { + "baseItem": "greatclub", + "bonus": { + "value": 0 + }, + "bonusDamage": { + "value": 0 + }, + "bulk": { + "value": 2 + }, + "category": "martial", + "containerId": null, + "damage": { + "damageType": "bludgeoning", + "dice": 1, + "die": "d10" + }, + "description": { + "value": "While many greatclubs are intricately carved, others are little more than a sturdy tree branch. These massive clubs are too heavy to wield with only one hand.
" + }, + "equipped": { + "carryType": "worn", + "handsHeld": 0, + "invested": null + }, + "group": "club", + "hardness": 0, + "hp": { + "max": 0, + "value": 0 + }, + "level": { + "value": 0 + }, + "material": { + "grade": null, + "type": null + }, + "price": { + "value": { + "gp": 1 + } + }, + "publication": { + "license": "ORC", + "remaster": true, + "title": "Pathfinder Player Core" + }, + "quantity": 1, + "range": null, + "reload": { + "value": "" + }, + "rules": [], + "runes": { + "potency": 1, + "property": [], + "striking": 1 + }, + "size": "med", + "slug": "greatclub", + "splashDamage": { + "value": 0 + }, + "traits": { + "rarity": "common", + "value": [ + "backswing", + "shove" + ] + }, + "usage": { + "value": "held-in-two-hands" + } + }, + "type": "weapon" + }, + { + "_id": "U4PZe5KoCkinzjYG", + "_stats": { + "compendiumSource": "Compendium.pf2e.equipment-srd.Item.rQWaJhI5Bko5x14Z" + }, + "img": "icons/weapons/daggers/dagger-straight-blue.webp", + "name": "Dagger", + "sort": 500000, + "system": { + "baseItem": "dagger", + "bonus": { + "value": 0 + }, + "bonusDamage": { + "value": 0 + }, + "bulk": { + "value": 0.1 + }, + "category": "simple", + "containerId": null, + "damage": { + "damageType": "piercing", + "dice": 1, + "die": "d4" + }, + "description": { + "value": "This small, bladed weapon is held in one hand and used to stab a creature in close combat. It can also be thrown.
" + }, + "equipped": { + "carryType": "worn", + "handsHeld": 0, + "invested": null + }, + "group": "knife", + "hardness": 0, + "hp": { + "max": 0, + "value": 0 + }, + "level": { + "value": 0 + }, + "material": { + "grade": null, + "type": null + }, + "price": { + "value": { + "sp": 2 + } + }, + "publication": { + "license": "ORC", + "remaster": true, + "title": "Pathfinder Player Core" + }, + "quantity": 1, + "range": null, + "reload": { + "value": "-" + }, + "rules": [], + "runes": { + "potency": 1, + "property": [ + "returning" + ], + "striking": 1 + }, + "size": "med", + "slug": "dagger", + "splashDamage": { + "value": 0 + }, + "traits": { + "rarity": "common", + "value": [ + "agile", + "finesse", + "thrown-10", + "versatile-s" + ] + }, + "usage": { + "canBeAmmo": false, + "value": "held-in-one-hand" + } + }, + "type": "weapon" + }, + { + "_id": "6oI4Bj2P7mSMVDdC", + "flags": { + "pf2e": { + "linkedWeapon": "2oEe6HUrOA7CBvEG" + } + }, + "img": "systems/pf2e/icons/default-icons/melee.svg", + "name": "Greatclub", + "sort": 600000, + "system": { + "attackEffects": { + "value": [] + }, + "bonus": { + "value": 24 + }, + "damageRolls": { + "ZDBQXoV2VhqQy4rR": { + "damage": "2d10+13", + "damageType": "bludgeoning" + } + }, + "description": { + "value": "" + }, + "publication": { + "license": "OGL", + "remaster": false, + "title": "" + }, + "rules": [], + "slug": "greatclub", + "traits": { + "value": [ + "backswing", + "shove" + ] + } + }, + "type": "melee" + }, + { + "_id": "Kj05v3Prtme2lNkB", + "flags": { + "pf2e": { + "linkedWeapon": "U4PZe5KoCkinzjYG" + } + }, + "img": "systems/pf2e/icons/default-icons/melee.svg", + "name": "Dagger", + "sort": 700000, + "system": { + "attackEffects": { + "value": [] + }, + "bonus": { + "value": 24 + }, + "damageRolls": { + "A8gdbhGv2hqlgC1b": { + "damage": "2d4+13", + "damageType": "piercing" + } + }, + "description": { + "value": "" + }, + "publication": { + "license": "OGL", + "remaster": false, + "title": "" + }, + "rules": [], + "slug": "dagger", + "traits": { + "value": [ + "agile", + "finesse", + "versatile-s" + ] + } + }, + "type": "melee" + }, + { + "_id": "qNHBhf21RhmEWesF", + "flags": { + "pf2e": { + "linkedWeapon": "U4PZe5KoCkinzjYG" + } + }, + "img": "systems/pf2e/icons/default-icons/melee.svg", + "name": "Dagger", + "sort": 800000, + "system": { + "attackEffects": { + "value": [] + }, + "bonus": { + "value": 24 + }, + "damageRolls": { + "tfCENVys39B2XFe7": { + "damage": "2d4+13", + "damageType": "piercing" + } + }, + "description": { + "value": "" + }, + "publication": { + "license": "OGL", + "remaster": false, + "title": "" + }, + "rules": [], + "slug": "dagger", + "traits": { + "value": [ + "agile", + "thrown-10", + "versatile-s" + ] + } + }, + "type": "melee" + }, + { + "_id": "RRS1DXaTMBYT1goc", + "img": "systems/pf2e/icons/default-icons/melee.svg", + "name": "Fist", + "sort": 900000, + "system": { + "attackEffects": { + "value": [] + }, + "bonus": { + "value": 23 + }, + "damageRolls": { + "KaAV5pnYYbQvkjmQ": { + "damage": "2d6+13", + "damageType": "bludgeoning" + } + }, + "description": { + "value": "" + }, + "publication": { + "license": "OGL", + "remaster": false, + "title": "" + }, + "rules": [], + "slug": null, + "traits": { + "value": [ + "agile" + ] + } + }, + "type": "melee" + }, + { + "_id": "3xbHIBb7QPCvgnrG", + "_stats": { + "compendiumSource": "Compendium.pf2e.bestiary-ability-glossary-srd.Item.N1kstYbHScxgUQtN" + }, + "img": "systems/pf2e/icons/actions/Reaction.webp", + "name": "Ferocity", + "sort": 1000000, + "system": { + "actionType": { + "value": "reaction" + }, + "actions": { + "value": null + }, + "category": "defensive", + "deathNote": true, + "description": { + "value": "@Localize[PF2E.NPC.Abilities.Glossary.Ferocity]
" + }, + "publication": { + "license": "ORC", + "remaster": true, + "title": "Pathfinder Monster Core" + }, + "rules": [], + "slug": "ferocity", + "traits": { + "value": [] + } + }, + "type": "action" + }, + { + "_id": "qQEQfnKIP2H49DVH", + "_stats": { + "compendiumSource": "Compendium.pf2e.bestiary-ability-glossary-srd.Item.W7SbTykXrNwxDzJc" + }, + "img": "systems/pf2e/icons/actions/Reaction.webp", + "name": "Reactive Strike", + "sort": 1100000, + "system": { + "actionType": { + "value": "reaction" + }, + "actions": { + "value": null + }, + "category": "defensive", + "description": { + "value": "@Localize[PF2E.NPC.Abilities.Glossary.ReactiveStrike]
" + }, + "publication": { + "license": "ORC", + "remaster": true, + "title": "Pathfinder Monster Core" + }, + "rules": [], + "slug": "reactive-strike", + "traits": { + "value": [] + } + }, + "type": "action" + }, + { + "_id": "8UV5F66KioAedVVP", + "img": "systems/pf2e/icons/actions/OneAction.webp", + "name": "Challenge Foe", + "sort": 1200000, + "system": { + "actionType": { + "value": "action" + }, + "actions": { + "value": 1 + }, + "category": "offensive", + "description": { + "value": "Yagrekash challenges one creature she can see to single combat, attempting to @UUID[Compendium.pf2e.actionspf2e.Item.Demoralize] that target. This target remains her foe until itʼs defeated, it flees, or the encounter ends. Yagrekash gains a circumstance bonus to damage equal to her number of weapon damage dice against her designated foe but takes an equivalent circumstance penalty to damage against any other creature.
" + }, + "publication": { + "license": "OGL", + "remaster": false, + "title": "" + }, + "rules": [ + { + "key": "FlatModifier", + "predicate": [ + "target:mark:challenge-foe" + ], + "selector": "damage", + "slug": "challenge-foe-bonus", + "type": "circumstance", + "value": 2 + }, + { + "key": "FlatModifier", + "predicate": [ + "self:effect:challenge-foe", + { + "not": "target:mark:challenge-foe" + } + ], + "selector": "damage", + "slug": "challenge-foe-penalty", + "type": "circumstance", + "value": -2 + } + ], + "selfEffect": { + "name": "Effect: Challenge Foe", + "uuid": "Compendium.pf2e.bestiary-effects.Item.Effect: Challenge Foe" + }, + "slug": null, + "traits": { + "value": [] + } + }, + "type": "action" + }, + { + "_id": "xCaKjZ9moEsEKZgq", + "img": "systems/pf2e/icons/default-icons/action.svg", + "name": "Mask of Pain", + "sort": 1300000, + "system": { + "actionType": { + "value": "reaction" + }, + "actions": { + "value": null + }, + "category": "offensive", + "description": { + "value": "Trigger Yagrekash succeeds at a @UUID[Compendium.pf2e.actionspf2e.Item.Demoralize] check
Effect The creature Demoralized takes @Damage[4d6[mental]] damage and is then temporarily immune to additional damage from Mask of Pain for 24 hours.
" + }, + "publication": { + "license": "OGL", + "remaster": false, + "title": "" + }, + "rules": [], + "slug": null, + "traits": { + "value": [ + "mental" + ] + } + }, + "type": "action" + }, + { + "_id": "1gUJ38Q6ypxvIaz2", + "img": "systems/pf2e/icons/default-icons/action.svg", + "name": "Warmask of Power", + "sort": 1400000, + "system": { + "actionType": { + "value": "passive" + }, + "actions": { + "value": null + }, + "category": "offensive", + "description": { + "value": "Yagrekash's echo form retains her painted divine warmask dedicated to Zagresh, allowing her to cast @UUID[Compendium.pf2e.spells-srd.Item.Sure Strike] as an innate divine spell once per day.
" + }, + "publication": { + "license": "OGL", + "remaster": false, + "title": "" + }, + "rules": [], + "slug": null, + "traits": { + "value": [ + "divine" + ] + } + }, + "type": "action" + } + ], + "name": "Yagrekash", + "system": { + "abilities": { + "cha": { + "mod": 3 + }, + "con": { + "mod": 6 + }, + "dex": { + "mod": 4 + }, + "int": { + "mod": 0 + }, + "str": { + "mod": 7 + }, + "wis": { + "mod": 1 + } + }, + "attributes": { + "ac": { + "details": "", + "value": 26 + }, + "allSaves": { + "value": "" + }, + "hp": { + "details": "", + "max": 175, + "temp": 0, + "value": 175 + }, + "resistances": [ + { + "type": "piercing", + "value": 10 + } + ], + "speed": { + "otherSpeeds": [], + "value": 40 + } + }, + "details": { + "blurb": "Variant einherji", + "languages": { + "details": "", + "value": [ + "common", + "orcish" + ] + }, + "level": { + "value": 10 + }, + "privateNotes": "", + "publicNotes": "Einherjar are mighty warriors chosen by valkyries from the ranks of those slain in terrible and legendary battles. Forged from the souls of the greatest warriors, the implacable einherjar serve as the foot soldiers of pantheons, skilled in handto-hand combat and slaying giants.
\nEinherjar often come from warrior cultures, including Ulfen vikings (like the einherji represented in this entry), particularly fierce pirates from the Shackles, and even Osirian conquerors. They can be chosen from wherever war and might hold sway; many deities who hold the call of battle and the pursuit of physical power more sacred than concepts of good and evil might count einherjar warriors and valkyrie choosers of the slain among their chosen servitors. For example, Gorum, Besmara, and Sekhmet have all elevated fallen worshippers as einherjar. Einherjar dedicated to different deities often wield weapons or possess varying cosmetic appearances based on their deity's preferred weapon and their place of death; however, they're universally stalwart, implacable, and efficiently deadly. Einherjar with two-handed weapons or who arise from other backgrounds often have different abilities in place of Jotun Slayer and Instant Repair.
", + "publication": { + "license": "ORC", + "remaster": true, + "title": "Pathfinder Adventure Path #209: Destroyer's Doom" + } + }, + "initiative": { + "statistic": "perception" + }, + "perception": { + "details": "", + "mod": 17, + "senses": [ + { + "type": "darkvision" + } + ] + }, + "resources": { + "focus": { + "max": 2, + "value": 2 + } + }, + "saves": { + "fortitude": { + "saveDetail": "", + "value": 16 + }, + "reflex": { + "saveDetail": "", + "value": 16 + }, + "will": { + "saveDetail": "", + "value": 21 + } + }, + "skills": { + "athletics": { + "base": 25 + }, + "intimidation": { + "base": 21 + }, + "religion": { + "base": 18 + } + }, + "traits": { + "rarity": "common", + "size": { + "value": "med" + }, + "value": [ + "aesir", + "chaotic", + "monitor" + ] + } + }, + "type": "npc" +} diff --git a/static/lang/re-en.json b/static/lang/re-en.json index acc20ec31d3..b73f33364cc 100644 --- a/static/lang/re-en.json +++ b/static/lang/re-en.json @@ -1247,6 +1247,11 @@ "WeaverOfWebs": { "InBrightLight": "In Bright Light" }, + "WyvernRider": { + "WyvernsSwoop": { + "HigherElevation": "Began swoop at a higher elevation than the target" + } + }, "YetiNightmareGuardianRage": "Nightmare Guardian Rage", "Zetogeki": { "TiltScalesChannelEnergy": "Kinetic Energy Channeled",