diff --git a/build/uuid-redirects.json b/build/uuid-redirects.json index 34aabe4b4d9..69c3b182d8d 100644 --- a/build/uuid-redirects.json +++ b/build/uuid-redirects.json @@ -76,9 +76,12 @@ "Compendium.pf2e.feat-effects.Item.eA14bUF7xhNCzw2v": "Compendium.pf2e.feat-effects.Item.Effect: Sanctify Armament", "Compendium.pf2e.feat-effects.Item.o04gwnrVtzWyIEs8": "Compendium.pf2e.feat-effects.Item.Effect: Emblazon Armament", "Compendium.pf2e.feat-effects.Item.oX51Db6IxnUI64dT": "Compendium.pf2e.feat-effects.Item.Effect: Emblazon Energy", + "Compendium.pf2e.feat-effects.Item.rUKtp4q8y73AvCbo": "Compendium.pf2e.feat-effects.Item.Effect: Clue In", "Compendium.pf2e.feat-effects.Item.ruRAfGJnik7lRavk": "Compendium.pf2e.feat-effects.Item.Effect: Nymph Blood Magic", + "Compendium.pf2e.feat-effects.Item.uA1Ofqoyi0UiZIPk": "Compendium.pf2e.feat-effects.Item.Effect: Clue In", "Compendium.pf2e.feat-effects.Item.x4Sb3qaMJo8x1r3X": "Compendium.pf2e.feat-effects.Item.Effect: Emblazon Energy", "Compendium.pf2e.feat-effects.Item.yfbP64r4a9e5oyli": "Compendium.pf2e.feat-effects.Item.Effect: Demonic Blood Magic", + "Compendium.pf2e.feat-effects.Item.z4pnE8KyUdEkJmru": "Compendium.pf2e.feat-effects.Item.Effect: Clue In", "Compendium.pf2e.the-slithering-bestiary.Actor.idj4GBmsLUNUbk9r": "Compendium.pf2e.pathfinder-bestiary.Actor.Alchemical Golem", "Compendium.pf2e.pathfinder-bestiary.Actor.ETwmjdnmSkqGdD5r": "Compendium.pf2e.pathfinder-monster-core.Actor.Animated Broom", "Compendium.pf2e.pathfinder-bestiary.Actor.wMomrpcaC8QvIdlj": "Compendium.pf2e.pathfinder-monster-core.Actor.Ankhrav", diff --git a/packs/actions/pursue-a-lead.json b/packs/actions/pursue-a-lead.json index f047d08e5cf..7379c237419 100644 --- a/packs/actions/pursue-a-lead.json +++ b/packs/actions/pursue-a-lead.json @@ -33,11 +33,25 @@ { "key": "FlatModifier", "predicate": [ - "pursue-a-lead" + "pursue-a-lead", + { + "or": [ + { + "not": "check:type:saving-throw" + }, + { + "and": [ + "check:type:saving-throw", + "feat:detectives-readiness" + ] + } + ] + } ], "selector": [ "perception", - "skill-check" + "skill-check", + "saving-throw" ], "slug": "pursue-a-lead", "type": "circumstance", diff --git a/packs/classfeatures/investigator-expertise.json b/packs/classfeatures/investigator-expertise.json index cdbffcd98e7..4ed410f6f5a 100644 --- a/packs/classfeatures/investigator-expertise.json +++ b/packs/classfeatures/investigator-expertise.json @@ -11,7 +11,7 @@ }, "category": "classfeature", "description": { - "value": "

You've refined your investigative techniques to an exceptional degree. Your circumstance bonus from @UUID[Compendium.pf2e.actionspf2e.Item.Pursue a Lead] increases to +2. Your proficiency rank for your investigator class DC increases to expert.

\n

@UUID[Compendium.pf2e.feat-effects.Item.Effect: Clue In (Expertise)]

\n

If you have @UUID[Compendium.pf2e.feats-srd.Item.Detective's Readiness], @UUID[Compendium.pf2e.feat-effects.Item.Effect: Clue In (Detective's Readiness, Expertise)]

" + "value": "

You've refined your investigative techniques to an exceptional degree. Your circumstance bonus from @UUID[Compendium.pf2e.actionspf2e.Item.Pursue a Lead] increases to +2. Your proficiency rank for your investigator class DC increases to expert.

" }, "level": { "value": 9 @@ -25,12 +25,23 @@ "title": "Pathfinder Player Core 2" }, "rules": [ + { + "itemType": "action", + "key": "ItemAlteration", + "mode": "add", + "predicate": [ + "item:slug:clue-in" + ], + "property": "other-tags", + "value": "investigator-expertise" + }, { "key": "AdjustModifier", "mode": "upgrade", "selectors": [ "perception", - "skill-check" + "skill-check", + "saving-throw" ], "slug": "pursue-a-lead", "value": 2 diff --git a/packs/feat-effects/effect-clue-in-detectives-readiness-expertise.json b/packs/feat-effects/effect-clue-in-detectives-readiness-expertise.json deleted file mode 100644 index ae00162a037..00000000000 --- a/packs/feat-effects/effect-clue-in-detectives-readiness-expertise.json +++ /dev/null @@ -1,45 +0,0 @@ -{ - "_id": "z4pnE8KyUdEkJmru", - "img": "icons/tools/scribal/magnifying-glass.webp", - "name": "Effect: Clue In (Detective's Readiness, Expertise)", - "system": { - "description": { - "value": "

Granted by @UUID[Compendium.pf2e.actionspf2e.Item.Clue In] if the investigator has @UUID[Compendium.pf2e.feats-srd.Item.Detective's Readiness] and @UUID[Compendium.pf2e.classfeatures.Item.Investigator Expertise].

\n

Whenever you attempt a saving throw against the subject of a lead, you gain a +2 circumstance bonus to the check.

" - }, - "duration": { - "expiry": null, - "sustained": false, - "unit": "unlimited", - "value": -1 - }, - "level": { - "value": 9 - }, - "publication": { - "license": "ORC", - "remaster": true, - "title": "Pathfinder Player Core 2" - }, - "rules": [ - { - "key": "FlatModifier", - "label": "Clue In", - "selector": "saving-throw", - "type": "circumstance", - "value": 2 - } - ], - "start": { - "initiative": null, - "value": 0 - }, - "tokenIcon": { - "show": true - }, - "traits": { - "rarity": "common", - "value": [] - } - }, - "type": "effect" -} diff --git a/packs/feat-effects/effect-clue-in-detectives-readiness.json b/packs/feat-effects/effect-clue-in-detectives-readiness.json deleted file mode 100644 index e72fb359895..00000000000 --- a/packs/feat-effects/effect-clue-in-detectives-readiness.json +++ /dev/null @@ -1,45 +0,0 @@ -{ - "_id": "rUKtp4q8y73AvCbo", - "img": "icons/tools/scribal/magnifying-glass.webp", - "name": "Effect: Clue In (Detective's Readiness)", - "system": { - "description": { - "value": "

Granted by @UUID[Compendium.pf2e.actionspf2e.Item.Clue In] if the investigator has @UUID[Compendium.pf2e.feats-srd.Item.Detective's Readiness].

\n

Whenever you attempt a saving throw against the subject of a lead, you gain a +1 circumstance bonus to the check.

" - }, - "duration": { - "expiry": null, - "sustained": false, - "unit": "unlimited", - "value": -1 - }, - "level": { - "value": 4 - }, - "publication": { - "license": "ORC", - "remaster": true, - "title": "Pathfinder Player Core 2" - }, - "rules": [ - { - "key": "FlatModifier", - "label": "Clue In", - "selector": "saving-throw", - "type": "circumstance", - "value": 1 - } - ], - "start": { - "initiative": null, - "value": 0 - }, - "tokenIcon": { - "show": true - }, - "traits": { - "rarity": "common", - "value": [] - } - }, - "type": "effect" -} diff --git a/packs/feat-effects/effect-clue-in-expertise.json b/packs/feat-effects/effect-clue-in-expertise.json deleted file mode 100644 index 8f49f74f094..00000000000 --- a/packs/feat-effects/effect-clue-in-expertise.json +++ /dev/null @@ -1,47 +0,0 @@ -{ - "_id": "uA1Ofqoyi0UiZIPk", - "img": "icons/tools/scribal/magnifying-glass.webp", - "name": "Effect: Clue In (Expertise)", - "system": { - "description": { - "value": "

Granted by @UUID[Compendium.pf2e.actionspf2e.Item.Clue In] if the investigator has @UUID[Compendium.pf2e.classfeatures.Item.Investigator Expertise].

\n

Whenever you attempt a Perception or skill check to investigate a designated subject, you gain a +2 circumstance bonus to the check.

" - }, - "duration": { - "expiry": null, - "sustained": false, - "unit": "unlimited", - "value": -1 - }, - "level": { - "value": 9 - }, - "publication": { - "license": "ORC", - "remaster": true, - "title": "Pathfinder Player Core 2" - }, - "rules": [ - { - "key": "FlatModifier", - "selector": [ - "perception", - "skill-check" - ], - "type": "circumstance", - "value": 2 - } - ], - "start": { - "initiative": null, - "value": 0 - }, - "tokenIcon": { - "show": true - }, - "traits": { - "rarity": "common", - "value": [] - } - }, - "type": "effect" -} diff --git a/packs/feat-effects/effect-clue-in.json b/packs/feat-effects/effect-clue-in.json index e06c81ad412..5b3f6f4bef6 100644 --- a/packs/feat-effects/effect-clue-in.json +++ b/packs/feat-effects/effect-clue-in.json @@ -16,19 +16,51 @@ "value": 1 }, "publication": { - "license": "OGL", - "remaster": false, - "title": "Pathfinder Advanced Player's Guide" + "license": "ORC", + "remaster": true, + "title": "Pathfinder Player Core 2" }, "rules": [ { "key": "FlatModifier", + "predicate": [ + { + "or": [ + { + "not": "check:type:saving-throw" + }, + { + "and": [ + "check:type:saving-throw", + "parent:origin:item:tag:detectives-readiness" + ] + } + ] + } + ], + "removeAfterRoll": "if-enabled", "selector": [ "perception", - "skill-check" + "skill-check", + "saving-throw" ], + "slug": "clue-in", "type": "circumstance", "value": 1 + }, + { + "key": "AdjustModifier", + "mode": "upgrade", + "predicate": [ + "parent:origin:item:tag:investigator-expertise" + ], + "selectors": [ + "skill-check", + "perception", + "saving-throw" + ], + "slug": "clue-in", + "value": 2 } ], "start": { diff --git a/packs/feats/detectives-readiness.json b/packs/feats/detectives-readiness.json index ca540ea19a6..0f474407856 100644 --- a/packs/feats/detectives-readiness.json +++ b/packs/feats/detectives-readiness.json @@ -11,7 +11,7 @@ }, "category": "class", "description": { - "value": "

When you're on a case, you stay watchful and resolute to avoid tricks your suspect might pull. You gain your investigation bonus from Pursue a Lead on saving throws (and their DCs, as normal) against creatures or effects that are related to the question at the heart of an open investigation, and you can use Clue In to assist an ally's saving throw against that creature or effect.

\n

@UUID[Compendium.pf2e.feat-effects.Item.Effect: Clue In (Detective's Readiness)]

" + "value": "

When you're on a case, you stay watchful and resolute to avoid tricks your suspect might pull. You gain your investigation bonus from Pursue a Lead on saving throws (and their DCs, as normal) against creatures or effects that are related to the question at the heart of an open investigation, and you can use Clue In to assist an ally's saving throw against that creature or effect.

" }, "level": { "value": 4 @@ -26,25 +26,29 @@ }, "rules": [ { - "key": "FlatModifier", - "label": "Pursue a Lead (Detective's Readiness)", + "itemType": "action", + "key": "ItemAlteration", + "mode": "add", "predicate": [ - "pursue-a-lead" + "item:slug:clue-in" ], - "selector": "saving-throw", - "type": "circumstance", - "value": { - "brackets": [ - { - "end": 8, - "value": 1 - }, - { - "start": 9, - "value": 2 - } - ] - } + "property": "other-tags", + "value": "detectives-readiness" + }, + { + "itemType": "action", + "key": "ItemAlteration", + "mode": "add", + "predicate": [ + "item:slug:clue-in" + ], + "property": "description", + "value": [ + { + "divider": true, + "text": "PF2E.SpecificRule.Investigator.DetectivesReadiness.ClueInAddendum" + } + ] } ], "traits": { diff --git a/packs/iconics/korakai-level-1.json b/packs/iconics/korakai-level-1.json index 48feb2d46c5..185e74850e4 100644 --- a/packs/iconics/korakai-level-1.json +++ b/packs/iconics/korakai-level-1.json @@ -3514,11 +3514,11 @@ }, { "_id": "6FswDuZkuq53n43b", - "flags": { - "core": { - "sourceId": "Compendium.pf2e.spells-srd.Item.EzB9i7R6aBRAtJCh" - } - }, + "flags": { + "core": { + "sourceId": "Compendium.pf2e.spells-srd.Item.EzB9i7R6aBRAtJCh" + } + }, "img": "icons/magic/water/strike-ice-blade-axe.webp", "name": "Tempest Touch", "sort": 0, diff --git a/packs/iconics/korakai-level-3.json b/packs/iconics/korakai-level-3.json index aeaf9aceb58..56fd92731f2 100644 --- a/packs/iconics/korakai-level-3.json +++ b/packs/iconics/korakai-level-3.json @@ -4426,11 +4426,11 @@ }, { "_id": "DPeEiaQTnxlmWquq", - "flags": { - "core": { - "sourceId": "Compendium.pf2e.spells-srd.Item.EzB9i7R6aBRAtJCh" - } - }, + "flags": { + "core": { + "sourceId": "Compendium.pf2e.spells-srd.Item.EzB9i7R6aBRAtJCh" + } + }, "img": "icons/magic/water/strike-ice-blade-axe.webp", "name": "Tempest Touch", "sort": 0, diff --git a/packs/iconics/korakai-level-5.json b/packs/iconics/korakai-level-5.json index 563e8191773..5e4863f5b9b 100644 --- a/packs/iconics/korakai-level-5.json +++ b/packs/iconics/korakai-level-5.json @@ -5179,11 +5179,11 @@ }, { "_id": "9sqCZo2FiV6JSZ90", - "flags": { - "core": { - "sourceId": "Compendium.pf2e.spells-srd.Item.EzB9i7R6aBRAtJCh" - } - }, + "flags": { + "core": { + "sourceId": "Compendium.pf2e.spells-srd.Item.EzB9i7R6aBRAtJCh" + } + }, "img": "icons/magic/water/strike-ice-blade-axe.webp", "name": "Tempest Touch", "sort": 0, @@ -5275,11 +5275,11 @@ }, { "_id": "5Dx2wV2hBS00BGgH", - "flags": { - "core": { - "sourceId": "Compendium.pf2e.spells-srd.Item.g1eY1vN44mgluE33" - } - }, + "flags": { + "core": { + "sourceId": "Compendium.pf2e.spells-srd.Item.g1eY1vN44mgluE33" + } + }, "img": "systems/pf2e/icons/spells/charged-javelin.webp", "name": "Charged Javelin", "sort": 0, diff --git a/packs/iconics/quinn-level-1.json b/packs/iconics/quinn-level-1.json index 1f55c599dcd..a9304ff0894 100644 --- a/packs/iconics/quinn-level-1.json +++ b/packs/iconics/quinn-level-1.json @@ -35,120 +35,6 @@ }, "type": "heritage" }, - { - "_id": "rwfmt41wdb7wtltb", - "flags": { - "core": { - "sourceId": "Compendium.pf2e.backgrounds.Item.Phvnfdmz4bB7jrI3" - } - }, - "img": "systems/pf2e/icons/default-icons/background.svg", - "name": "Barrister", - "sort": 0, - "system": { - "boosts": { - "0": { - "selected": "int", - "value": [ - "cha", - "int" - ] - }, - "1": { - "selected": "str", - "value": [ - "cha", - "con", - "dex", - "int", - "str", - "wis" - ] - } - }, - "description": { - "value": "

Piles of legal manuals, stern teachers, and experience in the courtroom have instructed you in legal matters. You're capable of mounting a prosecution or defense in court, and you tend to keep abreast of local laws, as you never can tell when you might need to know them on short notice.

\n

Choose two ability boosts. One must be to Intelligence or Charisma, and one is a free ability boost.

\n

You're trained in the Diplomacy skill and the Legal Lore skill. You gain the @UUID[Compendium.pf2e.feats-srd.Item.Group Impression] skill feat.

" - }, - "items": { - "d4ikn": { - "img": "icons/sundries/books/book-red-exclamation.webp", - "level": 1, - "name": "Group Impression", - "uuid": "Compendium.pf2e.feats-srd.Item.Group Impression" - } - }, - "publication": { - "license": "OGL", - "remaster": false, - "title": "Pathfinder Core Rulebook" - }, - "rules": [], - "slug": "barrister", - "trainedSkills": { - "lore": [ - "Legal Lore" - ], - "value": [ - "diplomacy" - ] - }, - "traits": { - "rarity": "common", - "value": [] - } - }, - "type": "background" - }, - { - "_id": "3wkgxx2q5hdu6wvk", - "flags": { - "core": { - "sourceId": "Compendium.pf2e.feats-srd.Item.KpFetnUqTiweypZk" - } - }, - "img": "icons/sundries/books/book-red-exclamation.webp", - "name": "Group Impression", - "sort": 0, - "system": { - "actionType": { - "value": "passive" - }, - "actions": { - "value": null - }, - "category": "skill", - "description": { - "value": "

When you Make an Impression, you can compare your Diplomacy check result to the Will DCs of two targets instead of one. It's possible to get a different degree of success for each target. The number of targets increases to four if you're an expert, 10 if you're a master, and 25 if you're legendary.

" - }, - "level": { - "taken": 1, - "value": 1 - }, - "location": "rwfmt41wdb7wtltb", - "prerequisites": { - "value": [ - { - "value": "trained in Diplomacy" - } - ] - }, - "publication": { - "license": "OGL", - "remaster": false, - "title": "Pathfinder Core Rulebook" - }, - "rules": [], - "slug": "group-impression", - "traits": { - "rarity": "common", - "value": [ - "general", - "skill" - ] - } - }, - "type": "feat" - }, { "_id": "falVVBjsHUxProcC", "img": "systems/pf2e/icons/default-icons/lore.svg", @@ -175,67 +61,6 @@ }, "type": "lore" }, - { - "_id": "sXOOlgoZJjx8rSVO", - "flags": { - "core": { - "sourceId": "Compendium.pf2e.feats-srd.Item.lwLcUHQMOqfaNND4" - } - }, - "img": "icons/sundries/books/book-red-exclamation.webp", - "name": "Cooperative Nature", - "sort": 0, - "system": { - "actionType": { - "value": "passive" - }, - "actions": { - "value": null - }, - "category": "ancestry", - "description": { - "value": "

The short human life span lends perspective and has taught you from a young age to set aside differences and work with others to achieve greatness. You gain a +4 circumstance bonus on checks to Aid.

" - }, - "level": { - "taken": 1, - "value": 1 - }, - "location": "ancestry-1", - "prerequisites": { - "value": [] - }, - "publication": { - "license": "OGL", - "remaster": false, - "title": "Pathfinder Core Rulebook" - }, - "rules": [ - { - "key": "FlatModifier", - "predicate": [ - "action:aid" - ], - "selector": [ - "attack-roll", - "perception-check", - "saving-throw", - "skill-check", - "check" - ], - "type": "circumstance", - "value": 4 - } - ], - "slug": "cooperative-nature", - "traits": { - "rarity": "common", - "value": [ - "human" - ] - } - }, - "type": "feat" - }, { "_id": "mm2nafqly7j9qr8i", "flags": { @@ -1692,19 +1517,219 @@ "type": "class" }, { - "_id": "ihiwWPa1dtxYxDyS", - "flags": { - "core": { - "sourceId": "Compendium.pf2e.classfeatures.Item.6FasgIXUJ1X8ekRn" + "_id": "HYlhljV6yJTkSqn3", + "img": "systems/pf2e/icons/default-icons/background.svg", + "name": "Barrister", + "sort": 0, + "system": { + "boosts": { + "0": { + "value": [ + "cha", + "int" + ] + }, + "1": { + "value": [ + "cha", + "con", + "dex", + "int", + "str", + "wis" + ] + } + }, + "description": { + "value": "

Piles of legal manuals, stern teachers, and experience in the courtroom have instructed you in legal matters. You're capable of mounting a prosecution or defense in court, and you tend to keep abreast of local laws, as you never can tell when you might need to know them on short notice.

\n

Choose two attribute boosts. One must be to Intelligence or Charisma, and one is a free attribute boost.

\n

You're trained in the Diplomacy skill and the Legal Lore skill. You gain the @UUID[Compendium.pf2e.feats-srd.Item.Group Impression] skill feat.

" + }, + "items": { + "d4ikn": { + "img": "icons/sundries/books/book-red-exclamation.webp", + "level": 1, + "name": "Group Impression", + "uuid": "Compendium.pf2e.feats-srd.Item.Group Impression" + } + }, + "publication": { + "license": "ORC", + "remaster": true, + "title": "Pathfinder Player Core" + }, + "rules": [], + "slug": "barrister", + "trainedSkills": { + "lore": [ + "Legal Lore" + ], + "value": [ + "diplomacy" + ] + }, + "traits": { + "rarity": "common", + "value": [] + } + }, + "type": "background" + }, + { + "_id": "AiZ7FUjVrQvd1HVg", + "img": "icons/sundries/books/book-red-exclamation.webp", + "name": "Group Impression", + "sort": 0, + "system": { + "actionType": { + "value": "passive" + }, + "actions": { + "value": null + }, + "category": "skill", + "description": { + "value": "

When you @UUID[Compendium.pf2e.actionspf2e.Item.Make an Impression], you can compare your Diplomacy check result to the Will DCs of up to 10 targets you conversed with, with no penalty. The number of targets increases to 20 if you're an expert, 50 if you're a master, and 100 if you're legendary.

" + }, + "level": { + "value": 1 + }, + "location": "HYlhljV6yJTkSqn3", + "prerequisites": { + "value": [ + { + "value": "trained in Diplomacy" + } + ] + }, + "publication": { + "license": "ORC", + "remaster": true, + "title": "Pathfinder Player Core" + }, + "rules": [], + "slug": "group-impression", + "traits": { + "rarity": "common", + "value": [ + "general", + "skill" + ] + } + }, + "type": "feat" + }, + { + "_id": "Cu4WkZ8hEacoVM86", + "img": "icons/sundries/books/book-red-exclamation.webp", + "name": "Known Weaknesses", + "sort": 0, + "system": { + "actionType": { + "value": "passive" }, + "actions": { + "value": null + }, + "category": "class", + "description": { + "value": "

Whenever you @UUID[Compendium.pf2e.actionspf2e.Item.Devise a Stratagem], you can also attempt a check to Recall Knowledge as part of that action before rolling the d20. If you critically succeed at the Recall Knowledge check, you notice a weakness and can convey the information to allies to grant each of them a +1 circumstance bonus to their next attack roll against the subject, as long as their attack is made before the beginning of your next turn. If you choose an attack stratagem, this bonus applies to that attack roll too.

\n

@UUID[Compendium.pf2e.feat-effects.Item.Effect: Known Weakness]

" + }, + "level": { + "taken": 1, + "value": 1 + }, + "location": "class-1", + "prerequisites": { + "value": [] + }, + "publication": { + "license": "ORC", + "remaster": true, + "title": "Pathfinder Player Core 2" + }, + "rules": [ + { + "key": "FlatModifier", + "label": "Known Weakness (critically succeeded on Recall Knowledge)", + "predicate": [ + "devise-a-strategem", + "known-weaknesses" + ], + "selector": "attack", + "type": "circumstance", + "value": 1 + } + ], + "slug": "known-weaknesses", + "traits": { + "rarity": "common", + "value": [ + "investigator" + ] + } + }, + "type": "feat" + }, + { + "_id": "CNgQj4AJUR6JU3uR", + "img": "icons/sundries/books/book-red-exclamation.webp", + "name": "Cooperative Nature", + "sort": 0, + "system": { + "actionType": { + "value": "passive" + }, + "actions": { + "value": null + }, + "category": "ancestry", + "description": { + "value": "

The short human life span lends perspective and has taught you from a young age to set aside differences and work with others to achieve greatness. You gain a +4 circumstance bonus on checks to Aid.

" + }, + "level": { + "taken": 1, + "value": 1 + }, + "location": "ancestry-1", + "prerequisites": { + "value": [] + }, + "publication": { + "license": "ORC", + "remaster": true, + "title": "Pathfinder Player Core" + }, + "rules": [ + { + "key": "FlatModifier", + "predicate": [ + "action:aid" + ], + "selector": "check", + "type": "circumstance", + "value": 4 + } + ], + "slug": "cooperative-nature", + "traits": { + "rarity": "common", + "value": [ + "human" + ] + } + }, + "type": "feat" + }, + { + "_id": "moH4naAAJ3WOS6sC", + "flags": { "pf2e": { "itemGrants": { "clueIn": { - "id": "gtnNsgM3fPRQsxRq", + "id": "Fu4VTfPDnWfK6N22", "onDelete": "detach" }, "pursueALead": { - "id": "aIzXUxzdHbelZj9S", + "id": "RAw8kd5uXGXHC1Sv", "onDelete": "detach" } } @@ -1759,15 +1784,12 @@ "type": "feat" }, { - "_id": "jYq5DdLA5hf666Li", + "_id": "eEOJUCtmxiEl2qHa", "flags": { - "core": { - "sourceId": "Compendium.pf2e.classfeatures.Item.uhHg9BXBiHpL5ndS" - }, "pf2e": { "itemGrants": { "empiricismMethodology": { - "id": "5Vghlmb5crtjpIuU", + "id": "u6PsMXLzlZTimQwX", "onDelete": "detach" } } @@ -1775,7 +1797,7 @@ }, "img": "icons/magic/symbols/question-stone-yellow.webp", "name": "Methodology", - "sort": 100, + "sort": 0, "system": { "actionType": { "value": "passive" @@ -1829,15 +1851,12 @@ "type": "feat" }, { - "_id": "E6NrHPERDUSykvEp", + "_id": "G3hS4w4VkgyAfWWA", "flags": { - "core": { - "sourceId": "Compendium.pf2e.classfeatures.Item.lgo65ldX7WkXC8Ir" - }, "pf2e": { "itemGrants": { "deviseAStratagem": { - "id": "Z3kDQFqvL3LJBRxu", + "id": "zqmQyRBTFpL29XGc", "onDelete": "detach" } } @@ -1845,7 +1864,7 @@ }, "img": "systems/pf2e/icons/features/classes/devise-a-stratagem.webp", "name": "Devise a Stratagem", - "sort": 200, + "sort": 0, "system": { "actionType": { "value": "passive" @@ -1887,21 +1906,18 @@ "type": "feat" }, { - "_id": "aIzXUxzdHbelZj9S", + "_id": "RAw8kd5uXGXHC1Sv", "flags": { - "core": { - "sourceId": "Compendium.pf2e.actionspf2e.Item.xTK2zsWFyxSJvYbX" - }, "pf2e": { "grantedBy": { - "id": "ihiwWPa1dtxYxDyS", + "id": "moH4naAAJ3WOS6sC", "onDelete": "cascade" } } }, "img": "systems/pf2e/icons/actions/Passive.webp", "name": "Pursue a Lead", - "sort": 39100000, + "sort": 0, "system": { "actionType": { "value": "passive" @@ -1933,11 +1949,25 @@ { "key": "FlatModifier", "predicate": [ - "pursue-a-lead" + "pursue-a-lead", + { + "or": [ + { + "not": "check:type:saving-throw" + }, + { + "and": [ + "check:type:saving-throw", + "feat:detectives-readiness" + ] + } + ] + } ], "selector": [ "perception", - "skill-check" + "skill-check", + "saving-throw" ], "slug": "pursue-a-lead", "type": "circumstance", @@ -1957,21 +1987,18 @@ "type": "action" }, { - "_id": "gtnNsgM3fPRQsxRq", + "_id": "Fu4VTfPDnWfK6N22", "flags": { - "core": { - "sourceId": "Compendium.pf2e.actionspf2e.Item.25WDi1cVUrW92sUj" - }, "pf2e": { "grantedBy": { - "id": "ihiwWPa1dtxYxDyS", + "id": "moH4naAAJ3WOS6sC", "onDelete": "cascade" } } }, "img": "systems/pf2e/icons/actions/Reaction.webp", "name": "Clue In", - "sort": 1800000, + "sort": 0, "system": { "actionType": { "value": "reaction" @@ -2005,23 +2032,20 @@ "type": "action" }, { - "_id": "5Vghlmb5crtjpIuU", + "_id": "u6PsMXLzlZTimQwX", "flags": { - "core": { - "sourceId": "Compendium.pf2e.classfeatures.Item.g3mNzNphtVxyR9Xr" - }, "pf2e": { "grantedBy": { - "id": "jYq5DdLA5hf666Li", + "id": "eEOJUCtmxiEl2qHa", "onDelete": "cascade" }, "itemGrants": { "expeditiousInspection": { - "id": "sMdt7Dc4jr617JvN", + "id": "FGPxb0dgfoQpEaFg", "onDelete": "detach" }, "thatsOdd": { - "id": "az5p0qNRz3q2xZLg", + "id": "tSUZ27v1XTM5A5nO", "onDelete": "detach" } } @@ -2029,7 +2053,7 @@ }, "img": "systems/pf2e/icons/features/classes/empiricism-methodology.webp", "name": "Empiricism Methodology", - "sort": 43000000, + "sort": 0, "system": { "actionType": { "value": "passive" @@ -2110,21 +2134,18 @@ "type": "feat" }, { - "_id": "az5p0qNRz3q2xZLg", + "_id": "tSUZ27v1XTM5A5nO", "flags": { - "core": { - "sourceId": "Compendium.pf2e.feats-srd.Item.pIHjH1x0AVtiX5Tv" - }, "pf2e": { "grantedBy": { - "id": "5Vghlmb5crtjpIuU", + "id": "u6PsMXLzlZTimQwX", "onDelete": "cascade" } } }, "img": "icons/sundries/books/book-red-exclamation.webp", "name": "That's Odd", - "sort": 386300000, + "sort": 0, "system": { "actionType": { "value": "passive" @@ -2160,21 +2181,18 @@ "type": "feat" }, { - "_id": "sMdt7Dc4jr617JvN", + "_id": "FGPxb0dgfoQpEaFg", "flags": { - "core": { - "sourceId": "Compendium.pf2e.actionspf2e.Item.jftNJjBNxp2cleoi" - }, "pf2e": { "grantedBy": { - "id": "5Vghlmb5crtjpIuU", + "id": "u6PsMXLzlZTimQwX", "onDelete": "cascade" } } }, "img": "systems/pf2e/icons/actions/FreeAction.webp", "name": "Expeditious Inspection", - "sort": 30600000, + "sort": 0, "system": { "actionType": { "value": "free" @@ -2207,21 +2225,18 @@ "type": "action" }, { - "_id": "Z3kDQFqvL3LJBRxu", + "_id": "zqmQyRBTFpL29XGc", "flags": { - "core": { - "sourceId": "Compendium.pf2e.actionspf2e.Item.m0f2B7G9eaaTmhFL" - }, "pf2e": { "grantedBy": { - "id": "E6NrHPERDUSykvEp", + "id": "G3hS4w4VkgyAfWWA", "onDelete": "cascade" } } }, "img": "systems/pf2e/icons/features/classes/devise-a-stratagem.webp", "name": "Devise a Stratagem", - "sort": 32400000, + "sort": 0, "system": { "actionType": { "value": "action" @@ -2292,15 +2307,10 @@ "type": "action" }, { - "_id": "ciU1sVr2BTqGikqj", - "flags": { - "core": { - "sourceId": "Compendium.pf2e.classfeatures.Item.2Fe4YZCvAr9Yf6w7" - } - }, + "_id": "m5lK3BrKODEv0BCR", "img": "systems/pf2e/icons/features/classes/strategic-strike.webp", "name": "Strategic Strike", - "sort": 300, + "sort": 0, "system": { "actionType": { "value": "passive" @@ -2327,49 +2337,13 @@ "rules": [ { "category": "precision", + "diceNumber": "floor((@actor.level+3)/4)", "dieSize": "d6", "key": "DamageDice", "predicate": [ "check:substitution:devise-a-stratagem" ], - "selector": "strike-damage", - "value": { - "brackets": [ - { - "end": 4, - "value": { - "diceNumber": 1 - } - }, - { - "end": 8, - "start": 5, - "value": { - "diceNumber": 2 - } - }, - { - "end": 12, - "start": 9, - "value": { - "diceNumber": 3 - } - }, - { - "end": 16, - "start": 13, - "value": { - "diceNumber": 4 - } - }, - { - "start": 17, - "value": { - "diceNumber": 5 - } - } - ] - } + "selector": "strike-damage" } ], "slug": "strategic-strike", @@ -2381,63 +2355,6 @@ } }, "type": "feat" - }, - { - "_id": "xMtsr6inRC00qs8R", - "flags": { - "core": { - "sourceId": "Compendium.pf2e.feats-srd.Item.iWvpq3uDZcXvBJj8" - } - }, - "img": "icons/sundries/books/book-red-exclamation.webp", - "name": "Known Weaknesses", - "sort": 333700000, - "system": { - "actionType": { - "value": "passive" - }, - "actions": { - "value": null - }, - "category": "class", - "description": { - "value": "

Whenever you Devise a Stratagem, you can also attempt a check to Recall Knowledge as part of that action before rolling the d20. If you critically succeed at the Recall Knowledge check, you notice a weakness and can convey the information to allies to grant each of them a +1 circumstance bonus to their next attack roll against the subject, as long as their attack is made before the beginning of your next turn. If you choose an attack stratagem, this bonus applies to that attack roll too.

\n

@UUID[Compendium.pf2e.feat-effects.Item.Effect: Known Weakness]

" - }, - "level": { - "taken": 1, - "value": 1 - }, - "location": "class-1", - "prerequisites": { - "value": [] - }, - "publication": { - "license": "ORC", - "remaster": true, - "title": "Pathfinder Player Core 2" - }, - "rules": [ - { - "key": "FlatModifier", - "label": "Known Weakness (critically succeeded on Recall Knowledge)", - "predicate": [ - "devise-a-strategem", - "known-weaknesses" - ], - "selector": "attack", - "type": "circumstance", - "value": 1 - } - ], - "slug": "known-weaknesses", - "traits": { - "rarity": "common", - "value": [ - "investigator" - ] - } - }, - "type": "feat" } ], "name": "Quinn (Level 1)", diff --git a/packs/iconics/quinn-level-3.json b/packs/iconics/quinn-level-3.json index 88bfbc02a55..559df95d271 100644 --- a/packs/iconics/quinn-level-3.json +++ b/packs/iconics/quinn-level-3.json @@ -35,120 +35,6 @@ }, "type": "heritage" }, - { - "_id": "rwfmt41wdb7wtltb", - "flags": { - "core": { - "sourceId": "Compendium.pf2e.backgrounds.Item.Phvnfdmz4bB7jrI3" - } - }, - "img": "systems/pf2e/icons/default-icons/background.svg", - "name": "Barrister", - "sort": 0, - "system": { - "boosts": { - "0": { - "selected": "int", - "value": [ - "cha", - "int" - ] - }, - "1": { - "selected": "str", - "value": [ - "cha", - "con", - "dex", - "int", - "str", - "wis" - ] - } - }, - "description": { - "value": "

Piles of legal manuals, stern teachers, and experience in the courtroom have instructed you in legal matters. You're capable of mounting a prosecution or defense in court, and you tend to keep abreast of local laws, as you never can tell when you might need to know them on short notice.

\n

Choose two ability boosts. One must be to Intelligence or Charisma, and one is a free ability boost.

\n

You're trained in the Diplomacy skill and the Legal Lore skill. You gain the @UUID[Compendium.pf2e.feats-srd.Item.Group Impression] skill feat.

" - }, - "items": { - "d4ikn": { - "img": "icons/sundries/books/book-red-exclamation.webp", - "level": 1, - "name": "Group Impression", - "uuid": "Compendium.pf2e.feats-srd.Item.Group Impression" - } - }, - "publication": { - "license": "OGL", - "remaster": false, - "title": "Pathfinder Core Rulebook" - }, - "rules": [], - "slug": "barrister", - "trainedSkills": { - "lore": [ - "Legal Lore" - ], - "value": [ - "diplomacy" - ] - }, - "traits": { - "rarity": "common", - "value": [] - } - }, - "type": "background" - }, - { - "_id": "3wkgxx2q5hdu6wvk", - "flags": { - "core": { - "sourceId": "Compendium.pf2e.feats-srd.Item.KpFetnUqTiweypZk" - } - }, - "img": "icons/sundries/books/book-red-exclamation.webp", - "name": "Group Impression", - "sort": 0, - "system": { - "actionType": { - "value": "passive" - }, - "actions": { - "value": null - }, - "category": "skill", - "description": { - "value": "

When you Make an Impression, you can compare your Diplomacy check result to the Will DCs of two targets instead of one. It's possible to get a different degree of success for each target. The number of targets increases to four if you're an expert, 10 if you're a master, and 25 if you're legendary.

" - }, - "level": { - "taken": 1, - "value": 1 - }, - "location": "rwfmt41wdb7wtltb", - "prerequisites": { - "value": [ - { - "value": "trained in Diplomacy" - } - ] - }, - "publication": { - "license": "OGL", - "remaster": false, - "title": "Pathfinder Core Rulebook" - }, - "rules": [], - "slug": "group-impression", - "traits": { - "rarity": "common", - "value": [ - "general", - "skill" - ] - } - }, - "type": "feat" - }, { "_id": "falVVBjsHUxProcC", "img": "systems/pf2e/icons/default-icons/lore.svg", @@ -175,67 +61,6 @@ }, "type": "lore" }, - { - "_id": "sXOOlgoZJjx8rSVO", - "flags": { - "core": { - "sourceId": "Compendium.pf2e.feats-srd.Item.lwLcUHQMOqfaNND4" - } - }, - "img": "icons/sundries/books/book-red-exclamation.webp", - "name": "Cooperative Nature", - "sort": 0, - "system": { - "actionType": { - "value": "passive" - }, - "actions": { - "value": null - }, - "category": "ancestry", - "description": { - "value": "

The short human life span lends perspective and has taught you from a young age to set aside differences and work with others to achieve greatness. You gain a +4 circumstance bonus on checks to Aid.

" - }, - "level": { - "taken": 1, - "value": 1 - }, - "location": "ancestry-1", - "prerequisites": { - "value": [] - }, - "publication": { - "license": "OGL", - "remaster": false, - "title": "Pathfinder Core Rulebook" - }, - "rules": [ - { - "key": "FlatModifier", - "predicate": [ - "action:aid" - ], - "selector": [ - "attack-roll", - "perception-check", - "saving-throw", - "skill-check", - "check" - ], - "type": "circumstance", - "value": 4 - } - ], - "slug": "cooperative-nature", - "traits": { - "rarity": "common", - "value": [ - "human" - ] - } - }, - "type": "feat" - }, { "_id": "mm2nafqly7j9qr8i", "flags": { @@ -948,106 +773,6 @@ }, "type": "treasure" }, - { - "_id": "B3wXxQbsqVz6R6r0", - "flags": { - "core": { - "sourceId": "Compendium.pf2e.feats-srd.Item.pekKtubQTkG9m1xK" - } - }, - "img": "icons/sundries/books/book-red-exclamation.webp", - "name": "Quiet Allies", - "sort": 0, - "system": { - "actionType": { - "value": "passive" - }, - "actions": { - "value": null - }, - "category": "skill", - "description": { - "value": "

You're skilled at moving with a group. When you are Avoiding Notice and your allies Follow the Expert, you and those allies can roll a single Stealth check, using the lowest modifier, instead of rolling separately. This doesn't apply for initiative rolls.

" - }, - "level": { - "taken": 3, - "value": 2 - }, - "location": "skill-3", - "prerequisites": { - "value": [ - { - "value": "expert in Stealth" - } - ] - }, - "publication": { - "license": "OGL", - "remaster": false, - "title": "Pathfinder Core Rulebook" - }, - "rules": [], - "slug": "quiet-allies", - "traits": { - "rarity": "common", - "value": [ - "general", - "skill" - ] - } - }, - "type": "feat" - }, - { - "_id": "2aTCJ652Ur8kKmNd", - "flags": { - "core": { - "sourceId": "Compendium.pf2e.feats-srd.Item.yUuU9xyotrpwpTyC" - } - }, - "img": "icons/sundries/books/book-red-exclamation.webp", - "name": "Read Lips", - "sort": 0, - "system": { - "actionType": { - "value": "passive" - }, - "actions": { - "value": null - }, - "category": "skill", - "description": { - "value": "

You can read lips of others nearby who you can clearly see. When you're at your leisure, you can do this automatically. In encounter mode or when attempting a more difficult feat of lipreading, you're fascinated and off-guard during each round in which you focus on lip movements, and you must succeed at a Society check (DC determined by the GM) to successfully read someone's lips. In either case, the language read must be one that you know. If you are deaf or hard of hearing and have Read Lips, you recognize the lip movements for the spoken form of your languages. You can also speak the spoken form of your languages clearly enough for others to understand you.

" - }, - "level": { - "taken": 2, - "value": 1 - }, - "location": "skill-2", - "prerequisites": { - "value": [ - { - "value": "trained in Society" - } - ] - }, - "publication": { - "license": "OGL", - "remaster": false, - "title": "Pathfinder Core Rulebook" - }, - "rules": [], - "slug": "read-lips", - "traits": { - "rarity": "common", - "value": [ - "general", - "skill" - ] - } - }, - "type": "feat" - }, { "_id": "09ks8S7uvYGCWIvo", "flags": { @@ -1329,94 +1054,7 @@ "type": "equipment" }, { - "_id": "RI7bSniOWCkeu5nq", - "flags": { - "core": { - "sourceId": "Compendium.pf2e.feats-srd.Item.i4yRvVwvXbGZDsD1" - } - }, - "img": "icons/sundries/books/book-red-exclamation.webp", - "name": "Canny Acumen (Fortitude)", - "sort": 0, - "system": { - "actionType": { - "value": "passive" - }, - "actions": { - "value": null - }, - "category": "general", - "description": { - "value": "

Your avoidance or observation is beyond the ken of most in your profession. Choose Fortitude saves, Reflex saves, Will saves, or Perception. You become an expert in your choice. At 17th level, you become a master in your choice.

" - }, - "level": { - "taken": 3, - "value": 1 - }, - "location": "general-3", - "prerequisites": { - "value": [] - }, - "publication": { - "license": "OGL", - "remaster": false, - "title": "Pathfinder Core Rulebook" - }, - "rules": [ - { - "choices": [ - { - "label": "PF2E.SavesFortitude", - "value": "system.saves.fortitude.rank" - }, - { - "label": "PF2E.SavesReflex", - "value": "system.saves.reflex.rank" - }, - { - "label": "PF2E.SavesWill", - "value": "system.saves.will.rank" - }, - { - "label": "PF2E.PerceptionLabel", - "value": "system.perception.rank" - } - ], - "flag": "cannyAcumen", - "key": "ChoiceSet", - "selection": "system.saves.fortitude.rank" - }, - { - "key": "ActiveEffectLike", - "mode": "upgrade", - "path": "{item|flags.pf2e.rulesSelections.cannyAcumen}", - "value": { - "brackets": [ - { - "end": 16, - "start": 1, - "value": 2 - }, - { - "start": 17, - "value": 3 - } - ] - } - } - ], - "slug": "canny-acumen", - "traits": { - "rarity": "common", - "value": [ - "general" - ] - } - }, - "type": "feat" - }, - { - "_id": "NkSuRrL4mX1Pkfwk", + "_id": "NkSuRrL4mX1Pkfwk", "flags": { "core": { "sourceId": "Compendium.pf2e.ancestries.Item.IiG7DgeLWYrSNXuX" @@ -1951,107 +1589,358 @@ "type": "class" }, { - "_id": "WyF09Kh4PEEbyLz7", + "_id": "w70zDFaWVUxVLOOP", "flags": { "core": { - "sourceId": "Compendium.pf2e.classfeatures.Item.6FasgIXUJ1X8ekRn" - }, - "pf2e": { - "itemGrants": { - "clueIn": { - "id": "jN1OJZhCP8PUDBuL", - "onDelete": "detach" - }, - "pursueALead": { - "id": "10VaxFOQlB6CGpgN", - "onDelete": "detach" - } - } + "sourceId": "Compendium.pf2e.equipment-srd.Item.M1k5QQc1qQLxzyCK" } }, - "img": "icons/sundries/flags/banner-symbol-sun-gold-red.webp", - "name": "On the Case", - "sort": 0, + "img": "systems/pf2e/icons/equipment/alchemical-items/alchemical-bombs/acid-flask.webp", + "name": "Acid Flask (Lesser)", + "sort": 172400000, "system": { - "actionType": { - "value": "passive" + "baseItem": "alchemical-bomb", + "bonus": { + "value": 0 }, - "actions": { - "value": null + "bonusDamage": { + "value": 0 + }, + "bulk": { + "value": 0.1 + }, + "category": "martial", + "containerId": null, + "damage": { + "damageType": "acid", + "dice": 1, + "die": "", + "persistent": { + "faces": 6, + "number": 1, + "type": "acid" + } }, - "category": "classfeature", "description": { - "value": "

As an investigator, you think of your adventures as cases waiting to be solved. You gain one activity and one reaction you can use to investigate cases: @UUID[Compendium.pf2e.actionspf2e.Item.Pursue a Lead] and @UUID[Compendium.pf2e.actionspf2e.Item.Clue In].

" + "value": "

Activate A Strike

\n
\n

This flask filled with corrosive acid deals 1 acid damage, 1d6 persistent acid damage, and 1 acid splash damage.

" + }, + "equipped": { + "carryType": "worn", + "handsHeld": 0, + "invested": null + }, + "group": "bomb", + "hardness": 0, + "hp": { + "max": 0, + "value": 0 }, "level": { "value": 1 }, - "location": "fmP5lmyQ3lsqH5aW", - "prerequisites": { - "value": [] + "material": { + "grade": null, + "type": null + }, + "price": { + "value": { + "gp": 3 + } }, "publication": { "license": "ORC", "remaster": true, - "title": "Pathfinder Player Core 2" + "title": "Pathfinder GM Core" + }, + "quantity": 2, + "range": 20, + "reload": { + "value": "-" + }, + "rules": [], + "runes": { + "potency": 0, + "property": [], + "striking": 0 + }, + "size": "med", + "slug": "acid-flask-lesser", + "splashDamage": { + "value": 1 }, - "rules": [ - { - "flag": "pursueALead", - "key": "GrantItem", - "uuid": "Compendium.pf2e.actionspf2e.Item.Pursue a Lead" - }, - { - "flag": "clueIn", - "key": "GrantItem", - "uuid": "Compendium.pf2e.actionspf2e.Item.Clue In" - } - ], - "slug": "on-the-case", "traits": { "rarity": "common", "value": [ - "investigator" + "acid", + "alchemical", + "bomb", + "consumable", + "splash" ] + }, + "usage": { + "canBeAmmo": false, + "value": "held-in-one-hand" } }, - "type": "feat" + "type": "weapon" }, { - "_id": "x2R8JwXZkQzapaAO", + "_id": "EWKKsT88gLA5d1LF", "flags": { "core": { - "sourceId": "Compendium.pf2e.classfeatures.Item.uhHg9BXBiHpL5ndS" - }, - "pf2e": { - "itemGrants": { - "empiricismMethodology": { - "id": "iECpcLrZ4cMYQBZ9", - "onDelete": "detach" - } - } + "sourceId": "Compendium.pf2e.equipment-srd.Item.VitLIpdIAmKlGb7i" } }, - "img": "icons/magic/symbols/question-stone-yellow.webp", - "name": "Methodology", - "sort": 100, + "img": "systems/pf2e/icons/equipment/weapons/sword-cane.webp", + "name": "Sword Cane", + "sort": 251900000, "system": { - "actionType": { - "value": "passive" + "baseItem": "sword-cane", + "bonus": { + "value": 0 }, - "actions": { - "value": null + "bonusDamage": { + "value": 0 + }, + "bulk": { + "value": 1 + }, + "category": "martial", + "containerId": null, + "damage": { + "damageType": "piercing", + "dice": 1, + "die": "d6" }, - "category": "classfeature", "description": { - "value": "

Your studies have made you savvy in many areas, but one in particular drew your intense interest. Choose a methodology. The methodologies are as follows:

\n" + "value": "

This slender, rapier-like sword is concealed within a wooden or metal cane that serves as a sheath, making it an inconspicuous weapon easy to slip past inspections or into high-society events. A sword cane is typically 4 feet long when sheathed, and its hilt is usually capped with a wooden or metal decoration.

" + }, + "equipped": { + "carryType": "held", + "handsHeld": 1, + "invested": null + }, + "group": "sword", + "hardness": 0, + "hp": { + "max": 0, + "value": 0 }, "level": { - "value": 1 + "value": 0 }, - "location": "fmP5lmyQ3lsqH5aW", - "prerequisites": { - "value": [] + "material": { + "grade": null, + "type": null + }, + "price": { + "value": { + "gp": 5 + } + }, + "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": "sword-cane", + "splashDamage": { + "value": 0 + }, + "traits": { + "rarity": "common", + "value": [ + "agile", + "concealable", + "finesse" + ] + }, + "usage": { + "value": "held-in-one-hand" + } + }, + "type": "weapon" + }, + { + "_id": "35a1JKAhXt2aURCi", + "flags": { + "core": { + "sourceId": "Compendium.pf2e.equipment-srd.Item.wbr6rkyaVYnDhdgV" + } + }, + "img": "icons/consumables/potions/potion-vial-corked-purple.webp", + "name": "Cognitive Mutagen (Lesser)", + "sort": 462400000, + "system": { + "baseItem": null, + "bulk": { + "value": 0.1 + }, + "category": "mutagen", + "containerId": null, + "damage": null, + "description": { + "value": "

Activate A (manipulate)


Your mind becomes clear, but physical matters seem ephemeral.

\n

Benefit You gain a +1 item bonus to Arcana, Crafting, Lore, Occultism, and Society checks and all checks to @UUID[Compendium.pf2e.actionspf2e.Item.Recall Knowledge]. Your critical failures on Recall Knowledge checks become failures instead.

\n

Drawback You take a -2 penalty to weapon and unarmed attack rolls, Athletics checks, and acrobatics checks. You can carry 2 less Bulk than normal before becoming encumbered, and the maximum Bulk you can carry is reduced by 4.

\n

Duration 1 minute.

\n

@UUID[Compendium.pf2e.equipment-effects.Item.Effect: Cognitive Mutagen (Lesser)]

" + }, + "equipped": { + "carryType": "worn" + }, + "hardness": 0, + "hp": { + "max": 0, + "value": 0 + }, + "level": { + "value": 1 + }, + "material": { + "grade": null, + "type": null + }, + "price": { + "value": { + "gp": 4 + } + }, + "publication": { + "license": "ORC", + "remaster": true, + "title": "Pathfinder Player Core 2" + }, + "quantity": 1, + "rules": [], + "size": "med", + "slug": "cognitive-mutagen-lesser", + "traits": { + "rarity": "common", + "value": [ + "alchemical", + "consumable", + "elixir", + "mutagen", + "polymorph" + ] + }, + "usage": { + "value": "held-in-one-hand" + }, + "uses": { + "autoDestroy": true, + "max": 1, + "value": 1 + } + }, + "type": "consumable" + }, + { + "_id": "EAr0ob53giom2HB7", + "flags": { + "pf2e": { + "itemGrants": { + "clueIn": { + "id": "1s4pkFPGKccnfCsp", + "onDelete": "detach" + }, + "pursueALead": { + "id": "f5Rlhyx87E9Qa1NQ", + "onDelete": "detach" + } + } + } + }, + "img": "icons/sundries/flags/banner-symbol-sun-gold-red.webp", + "name": "On the Case", + "sort": 0, + "system": { + "actionType": { + "value": "passive" + }, + "actions": { + "value": null + }, + "category": "classfeature", + "description": { + "value": "

As an investigator, you think of your adventures as cases waiting to be solved. You gain one activity and one reaction you can use to investigate cases: @UUID[Compendium.pf2e.actionspf2e.Item.Pursue a Lead] and @UUID[Compendium.pf2e.actionspf2e.Item.Clue In].

" + }, + "level": { + "value": 1 + }, + "location": "fmP5lmyQ3lsqH5aW", + "prerequisites": { + "value": [] + }, + "publication": { + "license": "ORC", + "remaster": true, + "title": "Pathfinder Player Core 2" + }, + "rules": [ + { + "flag": "pursueALead", + "key": "GrantItem", + "uuid": "Compendium.pf2e.actionspf2e.Item.Pursue a Lead" + }, + { + "flag": "clueIn", + "key": "GrantItem", + "uuid": "Compendium.pf2e.actionspf2e.Item.Clue In" + } + ], + "slug": "on-the-case", + "traits": { + "rarity": "common", + "value": [ + "investigator" + ] + } + }, + "type": "feat" + }, + { + "_id": "qMU0PwMxtqIcvbHn", + "flags": { + "pf2e": { + "itemGrants": { + "empiricismMethodology": { + "id": "1hI8sGCufOgJYqje", + "onDelete": "detach" + } + } + } + }, + "img": "icons/magic/symbols/question-stone-yellow.webp", + "name": "Methodology", + "sort": 0, + "system": { + "actionType": { + "value": "passive" + }, + "actions": { + "value": null + }, + "category": "classfeature", + "description": { + "value": "

Your studies have made you savvy in many areas, but one in particular drew your intense interest. Choose a methodology. The methodologies are as follows:

\n" + }, + "level": { + "value": 1 + }, + "location": "fmP5lmyQ3lsqH5aW", + "prerequisites": { + "value": [] }, "publication": { "license": "ORC", @@ -2088,15 +1977,12 @@ "type": "feat" }, { - "_id": "syY56DQXZAbBAZXA", + "_id": "63ixmMZsL2md0IFa", "flags": { - "core": { - "sourceId": "Compendium.pf2e.classfeatures.Item.lgo65ldX7WkXC8Ir" - }, "pf2e": { "itemGrants": { "deviseAStratagem": { - "id": "cNipJzR0nL2gcRzm", + "id": "1kvPYMVbt0bTQ11V", "onDelete": "detach" } } @@ -2104,7 +1990,7 @@ }, "img": "systems/pf2e/icons/features/classes/devise-a-stratagem.webp", "name": "Devise a Stratagem", - "sort": 200, + "sort": 0, "system": { "actionType": { "value": "passive" @@ -2146,21 +2032,18 @@ "type": "feat" }, { - "_id": "10VaxFOQlB6CGpgN", + "_id": "f5Rlhyx87E9Qa1NQ", "flags": { - "core": { - "sourceId": "Compendium.pf2e.actionspf2e.Item.xTK2zsWFyxSJvYbX" - }, "pf2e": { "grantedBy": { - "id": "WyF09Kh4PEEbyLz7", + "id": "EAr0ob53giom2HB7", "onDelete": "cascade" } } }, "img": "systems/pf2e/icons/actions/Passive.webp", "name": "Pursue a Lead", - "sort": 39100000, + "sort": 0, "system": { "actionType": { "value": "passive" @@ -2192,11 +2075,25 @@ { "key": "FlatModifier", "predicate": [ - "pursue-a-lead" + "pursue-a-lead", + { + "or": [ + { + "not": "check:type:saving-throw" + }, + { + "and": [ + "check:type:saving-throw", + "feat:detectives-readiness" + ] + } + ] + } ], "selector": [ "perception", - "skill-check" + "skill-check", + "saving-throw" ], "slug": "pursue-a-lead", "type": "circumstance", @@ -2216,21 +2113,18 @@ "type": "action" }, { - "_id": "jN1OJZhCP8PUDBuL", + "_id": "1s4pkFPGKccnfCsp", "flags": { - "core": { - "sourceId": "Compendium.pf2e.actionspf2e.Item.25WDi1cVUrW92sUj" - }, "pf2e": { "grantedBy": { - "id": "WyF09Kh4PEEbyLz7", + "id": "EAr0ob53giom2HB7", "onDelete": "cascade" } } }, "img": "systems/pf2e/icons/actions/Reaction.webp", "name": "Clue In", - "sort": 1800000, + "sort": 0, "system": { "actionType": { "value": "reaction" @@ -2264,23 +2158,20 @@ "type": "action" }, { - "_id": "iECpcLrZ4cMYQBZ9", + "_id": "1hI8sGCufOgJYqje", "flags": { - "core": { - "sourceId": "Compendium.pf2e.classfeatures.Item.g3mNzNphtVxyR9Xr" - }, "pf2e": { "grantedBy": { - "id": "x2R8JwXZkQzapaAO", + "id": "qMU0PwMxtqIcvbHn", "onDelete": "cascade" }, "itemGrants": { "expeditiousInspection": { - "id": "n80X1DXRa1z8Ok6p", + "id": "J709jvGivNnK9lt2", "onDelete": "detach" }, "thatsOdd": { - "id": "gocwEQrYrhTAQF3O", + "id": "2F9jTh6Z8xskKLtB", "onDelete": "detach" } } @@ -2288,7 +2179,7 @@ }, "img": "systems/pf2e/icons/features/classes/empiricism-methodology.webp", "name": "Empiricism Methodology", - "sort": 43000000, + "sort": 0, "system": { "actionType": { "value": "passive" @@ -2369,21 +2260,18 @@ "type": "feat" }, { - "_id": "gocwEQrYrhTAQF3O", + "_id": "2F9jTh6Z8xskKLtB", "flags": { - "core": { - "sourceId": "Compendium.pf2e.feats-srd.Item.pIHjH1x0AVtiX5Tv" - }, "pf2e": { "grantedBy": { - "id": "iECpcLrZ4cMYQBZ9", + "id": "1hI8sGCufOgJYqje", "onDelete": "cascade" } } }, "img": "icons/sundries/books/book-red-exclamation.webp", "name": "That's Odd", - "sort": 386300000, + "sort": 0, "system": { "actionType": { "value": "passive" @@ -2419,21 +2307,18 @@ "type": "feat" }, { - "_id": "n80X1DXRa1z8Ok6p", + "_id": "J709jvGivNnK9lt2", "flags": { - "core": { - "sourceId": "Compendium.pf2e.actionspf2e.Item.jftNJjBNxp2cleoi" - }, "pf2e": { "grantedBy": { - "id": "iECpcLrZ4cMYQBZ9", + "id": "1hI8sGCufOgJYqje", "onDelete": "cascade" } } }, "img": "systems/pf2e/icons/actions/FreeAction.webp", "name": "Expeditious Inspection", - "sort": 30600000, + "sort": 0, "system": { "actionType": { "value": "free" @@ -2466,21 +2351,18 @@ "type": "action" }, { - "_id": "cNipJzR0nL2gcRzm", + "_id": "1kvPYMVbt0bTQ11V", "flags": { - "core": { - "sourceId": "Compendium.pf2e.actionspf2e.Item.m0f2B7G9eaaTmhFL" - }, "pf2e": { "grantedBy": { - "id": "syY56DQXZAbBAZXA", + "id": "63ixmMZsL2md0IFa", "onDelete": "cascade" } } }, "img": "systems/pf2e/icons/features/classes/devise-a-stratagem.webp", "name": "Devise a Stratagem", - "sort": 32400000, + "sort": 0, "system": { "actionType": { "value": "action" @@ -2551,15 +2433,10 @@ "type": "action" }, { - "_id": "XPmNJO5iyHzyyfmQ", - "flags": { - "core": { - "sourceId": "Compendium.pf2e.classfeatures.Item.2Fe4YZCvAr9Yf6w7" - } - }, + "_id": "gOtIE1HWcsuX3dQs", "img": "systems/pf2e/icons/features/classes/strategic-strike.webp", "name": "Strategic Strike", - "sort": 300, + "sort": 0, "system": { "actionType": { "value": "passive" @@ -2586,49 +2463,13 @@ "rules": [ { "category": "precision", + "diceNumber": "floor((@actor.level+3)/4)", "dieSize": "d6", "key": "DamageDice", "predicate": [ "check:substitution:devise-a-stratagem" ], - "selector": "strike-damage", - "value": { - "brackets": [ - { - "end": 4, - "value": { - "diceNumber": 1 - } - }, - { - "end": 8, - "start": 5, - "value": { - "diceNumber": 2 - } - }, - { - "end": 12, - "start": 9, - "value": { - "diceNumber": 3 - } - }, - { - "end": 16, - "start": 13, - "value": { - "diceNumber": 4 - } - }, - { - "start": 17, - "value": { - "diceNumber": 5 - } - } - ] - } + "selector": "strike-damage" } ], "slug": "strategic-strike", @@ -2642,15 +2483,10 @@ "type": "feat" }, { - "_id": "kKaDuav2RSSAlHmb", - "flags": { - "core": { - "sourceId": "Compendium.pf2e.classfeatures.Item.DZWQspPi4IkfXV2E" - } - }, + "_id": "9AXgwGsGEuITqWPr", "img": "icons/commodities/biological/organ-brain-pink-purple.webp", "name": "Keen Recollection", - "sort": 1200, + "sort": 0, "system": { "actionType": { "value": "passive" @@ -2697,15 +2533,10 @@ "type": "feat" }, { - "_id": "7h39jdOTcGamxA5Y", - "flags": { - "core": { - "sourceId": "Compendium.pf2e.classfeatures.Item.dmK1wya8GBi9MmCB" - } - }, + "_id": "aSnOBd80IBkxj5iu", "img": "icons/tools/hand/hammer-and-nail.webp", "name": "Skillful Lessons", - "sort": 1500, + "sort": 0, "system": { "actionType": { "value": "passive" @@ -2741,15 +2572,60 @@ "type": "feat" }, { - "_id": "xiRP08b1r0Q1g8Lh", - "flags": { - "core": { - "sourceId": "Compendium.pf2e.feats-srd.Item.iWvpq3uDZcXvBJj8" + "_id": "sTNAls67zLLzdiDP", + "img": "icons/sundries/books/book-red-exclamation.webp", + "name": "Cooperative Nature", + "sort": 0, + "system": { + "actionType": { + "value": "passive" + }, + "actions": { + "value": null + }, + "category": "ancestry", + "description": { + "value": "

The short human life span lends perspective and has taught you from a young age to set aside differences and work with others to achieve greatness. You gain a +4 circumstance bonus on checks to Aid.

" + }, + "level": { + "taken": 1, + "value": 1 + }, + "location": "ancestry-1", + "prerequisites": { + "value": [] + }, + "publication": { + "license": "ORC", + "remaster": true, + "title": "Pathfinder Player Core" + }, + "rules": [ + { + "key": "FlatModifier", + "predicate": [ + "action:aid" + ], + "selector": "check", + "type": "circumstance", + "value": 4 + } + ], + "slug": "cooperative-nature", + "traits": { + "rarity": "common", + "value": [ + "human" + ] } }, + "type": "feat" + }, + { + "_id": "we5vBOynmKYQZb80", "img": "icons/sundries/books/book-red-exclamation.webp", "name": "Known Weaknesses", - "sort": 333700000, + "sort": 0, "system": { "actionType": { "value": "passive" @@ -2759,7 +2635,7 @@ }, "category": "class", "description": { - "value": "

Whenever you Devise a Stratagem, you can also attempt a check to Recall Knowledge as part of that action before rolling the d20. If you critically succeed at the Recall Knowledge check, you notice a weakness and can convey the information to allies to grant each of them a +1 circumstance bonus to their next attack roll against the subject, as long as their attack is made before the beginning of your next turn. If you choose an attack stratagem, this bonus applies to that attack roll too.

\n

@UUID[Compendium.pf2e.feat-effects.Item.Effect: Known Weakness]

" + "value": "

Whenever you @UUID[Compendium.pf2e.actionspf2e.Item.Devise a Stratagem], you can also attempt a check to Recall Knowledge as part of that action before rolling the d20. If you critically succeed at the Recall Knowledge check, you notice a weakness and can convey the information to allies to grant each of them a +1 circumstance bonus to their next attack roll against the subject, as long as their attack is made before the beginning of your next turn. If you choose an attack stratagem, this bonus applies to that attack roll too.

\n

@UUID[Compendium.pf2e.feat-effects.Item.Effect: Known Weakness]

" }, "level": { "taken": 1, @@ -2798,15 +2674,10 @@ "type": "feat" }, { - "_id": "JcoydJBQyUmTRWIm", - "flags": { - "core": { - "sourceId": "Compendium.pf2e.feats-srd.Item.N4wCUZH2KG6FoGqh" - } - }, + "_id": "33uhYfnGfLxIWlKC", "img": "icons/sundries/books/book-red-exclamation.webp", "name": "Shared Stratagem", - "sort": 171000000, + "sort": 0, "system": { "actionType": { "value": "passive" @@ -2857,261 +2728,277 @@ "type": "feat" }, { - "_id": "w70zDFaWVUxVLOOP", - "flags": { - "core": { - "sourceId": "Compendium.pf2e.equipment-srd.Item.M1k5QQc1qQLxzyCK" - } - }, - "img": "systems/pf2e/icons/equipment/alchemical-items/alchemical-bombs/acid-flask.webp", - "name": "Acid Flask (Lesser)", - "sort": 172400000, + "_id": "y7ljlDxk4TyHtvg4", + "img": "systems/pf2e/icons/default-icons/background.svg", + "name": "Barrister", + "sort": 0, "system": { - "baseItem": "alchemical-bomb", - "bonus": { - "value": 0 - }, - "bonusDamage": { - "value": 0 + "boosts": { + "0": { + "value": [ + "cha", + "int" + ] + }, + "1": { + "value": [ + "cha", + "con", + "dex", + "int", + "str", + "wis" + ] + } }, - "bulk": { - "value": 0.1 + "description": { + "value": "

Piles of legal manuals, stern teachers, and experience in the courtroom have instructed you in legal matters. You're capable of mounting a prosecution or defense in court, and you tend to keep abreast of local laws, as you never can tell when you might need to know them on short notice.

\n

Choose two attribute boosts. One must be to Intelligence or Charisma, and one is a free attribute boost.

\n

You're trained in the Diplomacy skill and the Legal Lore skill. You gain the @UUID[Compendium.pf2e.feats-srd.Item.Group Impression] skill feat.

" }, - "category": "martial", - "containerId": null, - "damage": { - "damageType": "acid", - "dice": 1, - "die": "", - "persistent": { - "faces": 6, - "number": 1, - "type": "acid" + "items": { + "d4ikn": { + "img": "icons/sundries/books/book-red-exclamation.webp", + "level": 1, + "name": "Group Impression", + "uuid": "Compendium.pf2e.feats-srd.Item.Group Impression" } }, - "description": { - "value": "

Activate A Strike

\n
\n

This flask filled with corrosive acid deals 1 acid damage, 1d6 persistent acid damage, and 1 acid splash damage.

" + "publication": { + "license": "ORC", + "remaster": true, + "title": "Pathfinder Player Core" }, - "equipped": { - "carryType": "worn", - "handsHeld": 0, - "invested": null + "rules": [], + "slug": "barrister", + "trainedSkills": { + "lore": [ + "Legal Lore" + ], + "value": [ + "diplomacy" + ] }, - "group": "bomb", - "hardness": 0, - "hp": { - "max": 0, - "value": 0 + "traits": { + "rarity": "common", + "value": [] + } + }, + "type": "background" + }, + { + "_id": "KTxZs4hdtQrZCADC", + "img": "icons/sundries/books/book-red-exclamation.webp", + "name": "Group Impression", + "sort": 0, + "system": { + "actionType": { + "value": "passive" + }, + "actions": { + "value": null + }, + "category": "skill", + "description": { + "value": "

When you @UUID[Compendium.pf2e.actionspf2e.Item.Make an Impression], you can compare your Diplomacy check result to the Will DCs of up to 10 targets you conversed with, with no penalty. The number of targets increases to 20 if you're an expert, 50 if you're a master, and 100 if you're legendary.

" }, "level": { "value": 1 }, - "material": { - "grade": null, - "type": null - }, - "price": { - "value": { - "gp": 3 - } + "location": "y7ljlDxk4TyHtvg4", + "prerequisites": { + "value": [ + { + "value": "trained in Diplomacy" + } + ] }, "publication": { "license": "ORC", "remaster": true, - "title": "Pathfinder GM Core" - }, - "quantity": 2, - "range": 20, - "reload": { - "value": "-" + "title": "Pathfinder Player Core" }, "rules": [], - "runes": { - "potency": 0, - "property": [], - "striking": 0 - }, - "size": "med", - "slug": "acid-flask-lesser", - "splashDamage": { - "value": 1 - }, + "slug": "group-impression", "traits": { "rarity": "common", "value": [ - "acid", - "alchemical", - "bomb", - "consumable", - "splash" + "general", + "skill" ] - }, - "usage": { - "canBeAmmo": false, - "value": "held-in-one-hand" } }, - "type": "weapon" + "type": "feat" }, { - "_id": "EWKKsT88gLA5d1LF", - "flags": { - "core": { - "sourceId": "Compendium.pf2e.equipment-srd.Item.VitLIpdIAmKlGb7i" - } - }, - "img": "systems/pf2e/icons/equipment/weapons/sword-cane.webp", - "name": "Sword Cane", - "sort": 251900000, + "_id": "Ju2yRnOC0r6Mtp9W", + "img": "icons/sundries/books/book-red-exclamation.webp", + "name": "Read Lips", + "sort": 0, "system": { - "baseItem": "sword-cane", - "bonus": { - "value": 0 + "actionType": { + "value": "passive" }, - "bonusDamage": { - "value": 0 + "actions": { + "value": null }, - "bulk": { + "category": "skill", + "description": { + "value": "

You can read lips of others nearby who you can clearly see. The language read must be one that you know. When you're at your leisure, you can do this automatically. In encounter mode or when attempting a more difficult feat of lipreading, you're @UUID[Compendium.pf2e.conditionitems.Item.Fascinated] and @UUID[Compendium.pf2e.conditionitems.Item.Off-Guard] during each round in which you focus on lip movements, and you must succeed at a Society check (DC determined by the GM) to successfully read someone's lips.

" + }, + "level": { + "taken": 2, "value": 1 }, - "category": "martial", - "containerId": null, - "damage": { - "damageType": "piercing", - "dice": 1, - "die": "d6" + "location": "skill-2", + "prerequisites": { + "value": [ + { + "value": "trained in Society" + } + ] }, - "description": { - "value": "

This slender, rapier-like sword is concealed within a wooden or metal cane that serves as a sheath, making it an inconspicuous weapon easy to slip past inspections or into high-society events. A sword cane is typically 4 feet long when sheathed, and its hilt is usually capped with a wooden or metal decoration.

" + "publication": { + "license": "ORC", + "remaster": true, + "title": "Pathfinder Player Core" }, - "equipped": { - "carryType": "held", - "handsHeld": 1, - "invested": null + "rules": [], + "slug": "read-lips", + "traits": { + "rarity": "common", + "value": [ + "general", + "skill" + ] + } + }, + "type": "feat" + }, + { + "_id": "goMy3izVq8WwAqfU", + "img": "icons/sundries/books/book-red-exclamation.webp", + "name": "Quiet Allies", + "sort": 0, + "system": { + "actionType": { + "value": "passive" }, - "group": "sword", - "hardness": 0, - "hp": { - "max": 0, - "value": 0 + "actions": { + "value": null }, - "level": { - "value": 0 + "category": "skill", + "description": { + "value": "

You're skilled at moving with a group. When you are @UUID[Compendium.pf2e.actionspf2e.Item.Avoid Notice]{Avoiding Notice} and your allies @UUID[Compendium.pf2e.actionspf2e.Item.Follow the Expert], you and those allies can roll a single Stealth check, using the lowest modifier, instead of rolling separately. This doesn't apply for initiative rolls.

" }, - "material": { - "grade": null, - "type": null + "level": { + "taken": 3, + "value": 2 }, - "price": { - "value": { - "gp": 5 - } + "location": "skill-3", + "prerequisites": { + "value": [ + { + "value": "expert in Stealth" + } + ] }, "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": "sword-cane", - "splashDamage": { - "value": 0 - }, + "slug": "quiet-allies", "traits": { "rarity": "common", "value": [ - "agile", - "concealable", - "finesse" + "general", + "skill" ] - }, - "usage": { - "value": "held-in-one-hand" } }, - "type": "weapon" + "type": "feat" }, { - "_id": "35a1JKAhXt2aURCi", - "flags": { - "core": { - "sourceId": "Compendium.pf2e.equipment-srd.Item.wbr6rkyaVYnDhdgV" - } - }, - "img": "icons/consumables/potions/potion-vial-corked-purple.webp", - "name": "Cognitive Mutagen (Lesser)", - "sort": 462400000, + "_id": "JxY6SNCGgtixbMQx", + "img": "icons/sundries/books/book-red-exclamation.webp", + "name": "Canny Acumen (Fortitude)", + "sort": 0, "system": { - "baseItem": null, - "bulk": { - "value": 0.1 - }, - "category": "mutagen", - "containerId": null, - "damage": null, - "description": { - "value": "

Activate A (manipulate)


Your mind becomes clear, but physical matters seem ephemeral.

\n

Benefit You gain a +1 item bonus to Arcana, Crafting, Lore, Occultism, and Society checks and all checks to @UUID[Compendium.pf2e.actionspf2e.Item.Recall Knowledge]. Your critical failures on Recall Knowledge checks become failures instead.

\n

Drawback You take a -2 penalty to weapon and unarmed attack rolls, Athletics checks, and acrobatics checks. You can carry 2 less Bulk than normal before becoming encumbered, and the maximum Bulk you can carry is reduced by 4.

\n

Duration 1 minute.

\n

@UUID[Compendium.pf2e.equipment-effects.Item.Effect: Cognitive Mutagen (Lesser)]

" + "actionType": { + "value": "passive" }, - "equipped": { - "carryType": "worn" + "actions": { + "value": null }, - "hardness": 0, - "hp": { - "max": 0, - "value": 0 + "category": "general", + "description": { + "value": "

Your avoidance or observation is beyond the ken of most in your profession. Choose Fortitude saves, Reflex saves, Will saves, or Perception. You become an expert in your choice. At 17th level, you become a master in your choice.

" }, "level": { + "taken": 3, "value": 1 }, - "material": { - "grade": null, - "type": null - }, - "price": { - "value": { - "gp": 4 - } + "location": "general-3", + "prerequisites": { + "value": [] }, "publication": { "license": "ORC", "remaster": true, - "title": "Pathfinder Player Core 2" + "title": "Pathfinder Player Core" }, - "quantity": 1, - "rules": [], - "size": "med", - "slug": "cognitive-mutagen-lesser", + "rules": [ + { + "choices": [ + { + "label": "PF2E.SavesFortitude", + "value": "system.saves.fortitude.rank" + }, + { + "label": "PF2E.SavesReflex", + "value": "system.saves.reflex.rank" + }, + { + "label": "PF2E.SavesWill", + "value": "system.saves.will.rank" + }, + { + "label": "PF2E.PerceptionLabel", + "value": "system.perception.rank" + } + ], + "flag": "cannyAcumen", + "key": "ChoiceSet", + "selection": "system.saves.fortitude.rank" + }, + { + "key": "ActiveEffectLike", + "mode": "upgrade", + "path": "{item|flags.pf2e.rulesSelections.cannyAcumen}", + "value": { + "brackets": [ + { + "end": 16, + "start": 1, + "value": 2 + }, + { + "start": 17, + "value": 3 + } + ] + } + } + ], + "slug": "canny-acumen", "traits": { "rarity": "common", "value": [ - "alchemical", - "consumable", - "elixir", - "mutagen", - "polymorph" + "general" ] - }, - "usage": { - "value": "held-in-one-hand" - }, - "uses": { - "autoDestroy": true, - "max": 1, - "value": 1 } }, - "type": "consumable" + "type": "feat" } ], "name": "Quinn (Level 3)", diff --git a/packs/iconics/quinn-level-5.json b/packs/iconics/quinn-level-5.json index 7088de6ec1d..93b1637f523 100644 --- a/packs/iconics/quinn-level-5.json +++ b/packs/iconics/quinn-level-5.json @@ -35,120 +35,6 @@ }, "type": "heritage" }, - { - "_id": "rwfmt41wdb7wtltb", - "flags": { - "core": { - "sourceId": "Compendium.pf2e.backgrounds.Item.Phvnfdmz4bB7jrI3" - } - }, - "img": "systems/pf2e/icons/default-icons/background.svg", - "name": "Barrister", - "sort": 0, - "system": { - "boosts": { - "0": { - "selected": "int", - "value": [ - "cha", - "int" - ] - }, - "1": { - "selected": "str", - "value": [ - "cha", - "con", - "dex", - "int", - "str", - "wis" - ] - } - }, - "description": { - "value": "

Piles of legal manuals, stern teachers, and experience in the courtroom have instructed you in legal matters. You're capable of mounting a prosecution or defense in court, and you tend to keep abreast of local laws, as you never can tell when you might need to know them on short notice.

\n

Choose two ability boosts. One must be to Intelligence or Charisma, and one is a free ability boost.

\n

You're trained in the Diplomacy skill and the Legal Lore skill. You gain the @UUID[Compendium.pf2e.feats-srd.Item.Group Impression] skill feat.

" - }, - "items": { - "d4ikn": { - "img": "icons/sundries/books/book-red-exclamation.webp", - "level": 1, - "name": "Group Impression", - "uuid": "Compendium.pf2e.feats-srd.Item.Group Impression" - } - }, - "publication": { - "license": "OGL", - "remaster": false, - "title": "Pathfinder Core Rulebook" - }, - "rules": [], - "slug": "barrister", - "trainedSkills": { - "lore": [ - "Legal Lore" - ], - "value": [ - "diplomacy" - ] - }, - "traits": { - "rarity": "common", - "value": [] - } - }, - "type": "background" - }, - { - "_id": "3wkgxx2q5hdu6wvk", - "flags": { - "core": { - "sourceId": "Compendium.pf2e.feats-srd.Item.KpFetnUqTiweypZk" - } - }, - "img": "icons/sundries/books/book-red-exclamation.webp", - "name": "Group Impression", - "sort": 0, - "system": { - "actionType": { - "value": "passive" - }, - "actions": { - "value": null - }, - "category": "skill", - "description": { - "value": "

When you Make an Impression, you can compare your Diplomacy check result to the Will DCs of two targets instead of one. It's possible to get a different degree of success for each target. The number of targets increases to four if you're an expert, 10 if you're a master, and 25 if you're legendary.

" - }, - "level": { - "taken": 1, - "value": 1 - }, - "location": "rwfmt41wdb7wtltb", - "prerequisites": { - "value": [ - { - "value": "trained in Diplomacy" - } - ] - }, - "publication": { - "license": "OGL", - "remaster": false, - "title": "Pathfinder Core Rulebook" - }, - "rules": [], - "slug": "group-impression", - "traits": { - "rarity": "common", - "value": [ - "general", - "skill" - ] - } - }, - "type": "feat" - }, { "_id": "falVVBjsHUxProcC", "img": "systems/pf2e/icons/default-icons/lore.svg", @@ -175,67 +61,6 @@ }, "type": "lore" }, - { - "_id": "sXOOlgoZJjx8rSVO", - "flags": { - "core": { - "sourceId": "Compendium.pf2e.feats-srd.Item.lwLcUHQMOqfaNND4" - } - }, - "img": "icons/sundries/books/book-red-exclamation.webp", - "name": "Cooperative Nature", - "sort": 0, - "system": { - "actionType": { - "value": "passive" - }, - "actions": { - "value": null - }, - "category": "ancestry", - "description": { - "value": "

The short human life span lends perspective and has taught you from a young age to set aside differences and work with others to achieve greatness. You gain a +4 circumstance bonus on checks to Aid.

" - }, - "level": { - "taken": 1, - "value": 1 - }, - "location": "ancestry-1", - "prerequisites": { - "value": [] - }, - "publication": { - "license": "OGL", - "remaster": false, - "title": "Pathfinder Core Rulebook" - }, - "rules": [ - { - "key": "FlatModifier", - "predicate": [ - "action:aid" - ], - "selector": [ - "attack-roll", - "perception-check", - "saving-throw", - "skill-check", - "check" - ], - "type": "circumstance", - "value": 4 - } - ], - "slug": "cooperative-nature", - "traits": { - "rarity": "common", - "value": [ - "human" - ] - } - }, - "type": "feat" - }, { "_id": "mm2nafqly7j9qr8i", "flags": { @@ -949,315 +774,91 @@ "type": "treasure" }, { - "_id": "k5m7pi5zbiwp14ba", + "_id": "09ks8S7uvYGCWIvo", "flags": { "core": { - "sourceId": "Compendium.pf2e.feats-srd.Item.KcbSxOPYC5CUqbZQ" - }, - "pf2e": { - "itemGrants": { - "cleverImproviser": { - "id": "bq71djbt56ps3iqn" - } - } + "sourceId": "Compendium.pf2e.equipment-srd.Item.8eTGOQ9P69405jIO" } }, - "img": "icons/sundries/books/book-red-exclamation.webp", - "name": "Clever Improviser", + "img": "systems/pf2e/icons/equipment/alchemical-items/alchemical-tools/forensic-dye.webp", + "name": "Forensic Dye", "sort": 0, "system": { - "actionType": { - "value": "passive" - }, - "actions": { - "value": null + "baseItem": null, + "bulk": { + "value": 0.1 }, - "category": "ancestry", + "category": "other", + "containerId": null, + "damage": null, "description": { - "value": "

You've learned how to handle situations when you're out of your depth. You gain the @UUID[Compendium.pf2e.feats-srd.Item.Untrained Improvisation] general feat. In addition, you can attempt skill actions that normally require you to be trained, even if you are untrained.

" + "value": "

Activate 1 Interact

\n

Activating this vial of colorless liquid requires inserting a small amount of another chemical or material, such as blood or mud. The vial reacts rapidly, transforming into a murky, reddish-brown substance.

\n

Once activated, the dye remains potent for up to 10 minutes, during which time you can spend 1 minute to brush it onto a single object of up to 1 Bulk or across the ground in a single 5-foot square. Where the dye comes in contact with an exact match for the activating chemical, it takes on a bright blue hue, while staying transparent in areas where there is no activating component present.

" + }, + "equipped": { + "carryType": "worn", + "handsHeld": 0 + }, + "hardness": 0, + "hp": { + "max": 0, + "value": 0 }, "level": { - "taken": 5, - "value": 5 + "value": 1 }, - "location": "ancestry-5", - "prerequisites": { - "value": [] + "material": { + "grade": null, + "type": null + }, + "price": { + "value": { + "gp": 3 + } }, "publication": { "license": "OGL", "remaster": false, - "title": "Pathfinder Core Rulebook" + "title": "Pathfinder Advanced Player's Guide" }, - "rules": [ - { - "key": "GrantItem", - "uuid": "Compendium.pf2e.feats-srd.Item.Untrained Improvisation" - } - ], - "slug": "clever-improviser", + "quantity": 2, + "rules": [], + "size": "med", + "slug": "forensic-dye", "traits": { "rarity": "common", "value": [ - "human" + "alchemical", + "consumable" ] + }, + "usage": { + "value": "held-in-one-hand" + }, + "uses": { + "autoDestroy": true, + "max": 1, + "value": 1 } }, - "type": "feat" + "type": "consumable" }, { - "_id": "bq71djbt56ps3iqn", + "_id": "eAgY8feqBWTRmVxu", "flags": { "core": { - "sourceId": "Compendium.pf2e.feats-srd.Item.9jGaBxLUtevZYcZO" - }, - "pf2e": { - "grantedBy": { - "id": "k5m7pi5zbiwp14ba" - } + "sourceId": "Compendium.pf2e.equipment-srd.Item.Wf94e8YNhZdIvWc9" } }, - "img": "icons/sundries/books/book-red-exclamation.webp", - "name": "Untrained Improvisation", - "sort": 0, + "img": "systems/pf2e/icons/equipment/alchemical-items/alchemical-bombs/ghost-charge.webp", + "name": "Ghost Charge (Moderate)", + "sort": 300000, "system": { - "actionType": { - "value": "passive" + "baseItem": "alchemical-bomb", + "bonus": { + "value": 1 }, - "actions": { - "value": null - }, - "category": "general", - "description": { - "value": "

You've learned how to handle situations when you're out of your depth. Your proficiency bonus to untrained skill checks is equal to half your level instead of +0. If you're 7th level or higher, the bonus increases to your full level instead. This doesn't allow you to use the skill's trained actions.

" - }, - "level": { - "value": 3 - }, - "location": "", - "prerequisites": { - "value": [] - }, - "publication": { - "license": "OGL", - "remaster": false, - "title": "Pathfinder Core Rulebook" - }, - "rules": [ - { - "key": "FlatModifier", - "selector": "skill-check", - "type": "proficiency", - "value": { - "brackets": [ - { - "end": 6, - "value": "floor(@actor.level / 2)" - }, - { - "start": 7, - "value": "@actor.level" - } - ] - } - } - ], - "slug": "untrained-improvisation", - "traits": { - "rarity": "common", - "value": [ - "general" - ] - } - }, - "type": "feat" - }, - { - "_id": "B3wXxQbsqVz6R6r0", - "flags": { - "core": { - "sourceId": "Compendium.pf2e.feats-srd.Item.pekKtubQTkG9m1xK" - } - }, - "img": "icons/sundries/books/book-red-exclamation.webp", - "name": "Quiet Allies", - "sort": 0, - "system": { - "actionType": { - "value": "passive" - }, - "actions": { - "value": null - }, - "category": "skill", - "description": { - "value": "

You're skilled at moving with a group. When you are Avoiding Notice and your allies Follow the Expert, you and those allies can roll a single Stealth check, using the lowest modifier, instead of rolling separately. This doesn't apply for initiative rolls.

" - }, - "level": { - "taken": 3, - "value": 2 - }, - "location": "skill-3", - "prerequisites": { - "value": [ - { - "value": "expert in Stealth" - } - ] - }, - "publication": { - "license": "OGL", - "remaster": false, - "title": "Pathfinder Core Rulebook" - }, - "rules": [], - "slug": "quiet-allies", - "traits": { - "rarity": "common", - "value": [ - "general", - "skill" - ] - } - }, - "type": "feat" - }, - { - "_id": "2aTCJ652Ur8kKmNd", - "flags": { - "core": { - "sourceId": "Compendium.pf2e.feats-srd.Item.yUuU9xyotrpwpTyC" - } - }, - "img": "icons/sundries/books/book-red-exclamation.webp", - "name": "Read Lips", - "sort": 0, - "system": { - "actionType": { - "value": "passive" - }, - "actions": { - "value": null - }, - "category": "skill", - "description": { - "value": "

You can read lips of others nearby who you can clearly see. When you're at your leisure, you can do this automatically. In encounter mode or when attempting a more difficult feat of lipreading, you're fascinated and off-guard during each round in which you focus on lip movements, and you must succeed at a Society check (DC determined by the GM) to successfully read someone's lips. In either case, the language read must be one that you know. If you are deaf or hard of hearing and have Read Lips, you recognize the lip movements for the spoken form of your languages. You can also speak the spoken form of your languages clearly enough for others to understand you.

" - }, - "level": { - "taken": 5, - "value": 1 - }, - "location": "skill-5", - "prerequisites": { - "value": [ - { - "value": "trained in Society" - } - ] - }, - "publication": { - "license": "OGL", - "remaster": false, - "title": "Pathfinder Core Rulebook" - }, - "rules": [], - "slug": "read-lips", - "traits": { - "rarity": "common", - "value": [ - "general", - "skill" - ] - } - }, - "type": "feat" - }, - { - "_id": "09ks8S7uvYGCWIvo", - "flags": { - "core": { - "sourceId": "Compendium.pf2e.equipment-srd.Item.8eTGOQ9P69405jIO" - } - }, - "img": "systems/pf2e/icons/equipment/alchemical-items/alchemical-tools/forensic-dye.webp", - "name": "Forensic Dye", - "sort": 0, - "system": { - "baseItem": null, - "bulk": { - "value": 0.1 - }, - "category": "other", - "containerId": null, - "damage": null, - "description": { - "value": "

Activate 1 Interact

\n

Activating this vial of colorless liquid requires inserting a small amount of another chemical or material, such as blood or mud. The vial reacts rapidly, transforming into a murky, reddish-brown substance.

\n

Once activated, the dye remains potent for up to 10 minutes, during which time you can spend 1 minute to brush it onto a single object of up to 1 Bulk or across the ground in a single 5-foot square. Where the dye comes in contact with an exact match for the activating chemical, it takes on a bright blue hue, while staying transparent in areas where there is no activating component present.

" - }, - "equipped": { - "carryType": "worn", - "handsHeld": 0 - }, - "hardness": 0, - "hp": { - "max": 0, - "value": 0 - }, - "level": { - "value": 1 - }, - "material": { - "grade": null, - "type": null - }, - "price": { - "value": { - "gp": 3 - } - }, - "publication": { - "license": "OGL", - "remaster": false, - "title": "Pathfinder Advanced Player's Guide" - }, - "quantity": 2, - "rules": [], - "size": "med", - "slug": "forensic-dye", - "traits": { - "rarity": "common", - "value": [ - "alchemical", - "consumable" - ] - }, - "usage": { - "value": "held-in-one-hand" - }, - "uses": { - "autoDestroy": true, - "max": 1, - "value": 1 - } - }, - "type": "consumable" - }, - { - "_id": "eAgY8feqBWTRmVxu", - "flags": { - "core": { - "sourceId": "Compendium.pf2e.equipment-srd.Item.Wf94e8YNhZdIvWc9" - } - }, - "img": "systems/pf2e/icons/equipment/alchemical-items/alchemical-bombs/ghost-charge.webp", - "name": "Ghost Charge (Moderate)", - "sort": 300000, - "system": { - "baseItem": "alchemical-bomb", - "bonus": { - "value": 1 - }, - "bonusDamage": { - "value": 0 + "bonusDamage": { + "value": 0 }, "bulk": { "value": 0.1 @@ -1704,121 +1305,34 @@ "type": "equipment" }, { - "_id": "RI7bSniOWCkeu5nq", + "_id": "N42hntAeEUmBwOT4", "flags": { "core": { - "sourceId": "Compendium.pf2e.feats-srd.Item.i4yRvVwvXbGZDsD1" + "sourceId": "Compendium.pf2e.equipment-srd.Item.qpzL9UnTi4cDhy6J" } }, - "img": "icons/sundries/books/book-red-exclamation.webp", - "name": "Canny Acumen (Fortitude)", + "img": "icons/consumables/potions/potion-vial-corked-purple.webp", + "name": "Cognitive Mutagen (Moderate)", "sort": 0, "system": { - "actionType": { - "value": "passive" - }, - "actions": { - "value": null + "baseItem": null, + "bulk": { + "value": 0.1 }, - "category": "general", + "category": "mutagen", + "containerId": null, + "damage": null, "description": { - "value": "

Your avoidance or observation is beyond the ken of most in your profession. Choose Fortitude saves, Reflex saves, Will saves, or Perception. You become an expert in your choice. At 17th level, you become a master in your choice.

" + "value": "

Activate A Interact

\n
\n

Your mind becomes clear and cognition flows freely, but physical matters seem ephemeral.

\n

Benefit You gain a +2 item bonus to Arcana, Crafting, Lore, Occultism, and Society checks and all checks to @UUID[Compendium.pf2e.actionspf2e.Item.Recall Knowledge]. Your critical failures on Recall Knowledge checks become failures instead.

\n

Drawback You take a -2 penalty to weapon and unarmed attack rolls, Athletics checks, and acrobatics checks. You can carry 2 less Bulk than normal before becoming encumbered, and the maximum Bulk you can carry is reduced by 4.

\n

Duration 10 minutes.

\n

@UUID[Compendium.pf2e.equipment-effects.Item.Effect: Cognitive Mutagen (Moderate)]

" }, - "level": { - "taken": 3, - "value": 1 + "equipped": { + "carryType": "worn", + "handsHeld": 0 }, - "location": "general-3", - "prerequisites": { - "value": [] - }, - "publication": { - "license": "OGL", - "remaster": false, - "title": "Pathfinder Core Rulebook" - }, - "rules": [ - { - "choices": [ - { - "label": "PF2E.SavesFortitude", - "value": "system.saves.fortitude.rank" - }, - { - "label": "PF2E.SavesReflex", - "value": "system.saves.reflex.rank" - }, - { - "label": "PF2E.SavesWill", - "value": "system.saves.will.rank" - }, - { - "label": "PF2E.PerceptionLabel", - "value": "system.perception.rank" - } - ], - "flag": "cannyAcumen", - "key": "ChoiceSet", - "selection": "system.saves.fortitude.rank" - }, - { - "key": "ActiveEffectLike", - "mode": "upgrade", - "path": "{item|flags.pf2e.rulesSelections.cannyAcumen}", - "value": { - "brackets": [ - { - "end": 16, - "start": 1, - "value": 2 - }, - { - "start": 17, - "value": 3 - } - ] - } - } - ], - "slug": "canny-acumen", - "traits": { - "rarity": "common", - "value": [ - "general" - ] - } - }, - "type": "feat" - }, - { - "_id": "N42hntAeEUmBwOT4", - "flags": { - "core": { - "sourceId": "Compendium.pf2e.equipment-srd.Item.qpzL9UnTi4cDhy6J" - } - }, - "img": "icons/consumables/potions/potion-vial-corked-purple.webp", - "name": "Cognitive Mutagen (Moderate)", - "sort": 0, - "system": { - "baseItem": null, - "bulk": { - "value": 0.1 - }, - "category": "mutagen", - "containerId": null, - "damage": null, - "description": { - "value": "

Activate A Interact

\n
\n

Your mind becomes clear and cognition flows freely, but physical matters seem ephemeral.

\n

Benefit You gain a +2 item bonus to Arcana, Crafting, Lore, Occultism, and Society checks and all checks to @UUID[Compendium.pf2e.actionspf2e.Item.Recall Knowledge]. Your critical failures on Recall Knowledge checks become failures instead.

\n

Drawback You take a -2 penalty to weapon and unarmed attack rolls, Athletics checks, and acrobatics checks. You can carry 2 less Bulk than normal before becoming encumbered, and the maximum Bulk you can carry is reduced by 4.

\n

Duration 10 minutes.

\n

@UUID[Compendium.pf2e.equipment-effects.Item.Effect: Cognitive Mutagen (Moderate)]

" - }, - "equipped": { - "carryType": "worn", - "handsHeld": 0 - }, - "hardness": 0, - "hp": { - "max": 0, - "value": 0 + "hardness": 0, + "hp": { + "max": 0, + "value": 0 }, "level": { "value": 3 @@ -2500,19 +2014,117 @@ "type": "class" }, { - "_id": "WyF09Kh4PEEbyLz7", - "flags": { - "core": { - "sourceId": "Compendium.pf2e.classfeatures.Item.6FasgIXUJ1X8ekRn" + "_id": "Y975ouYE07XBx2Jt", + "img": "systems/pf2e/icons/default-icons/background.svg", + "name": "Barrister", + "sort": 0, + "system": { + "boosts": { + "0": { + "value": [ + "cha", + "int" + ] + }, + "1": { + "value": [ + "cha", + "con", + "dex", + "int", + "str", + "wis" + ] + } + }, + "description": { + "value": "

Piles of legal manuals, stern teachers, and experience in the courtroom have instructed you in legal matters. You're capable of mounting a prosecution or defense in court, and you tend to keep abreast of local laws, as you never can tell when you might need to know them on short notice.

\n

Choose two attribute boosts. One must be to Intelligence or Charisma, and one is a free attribute boost.

\n

You're trained in the Diplomacy skill and the Legal Lore skill. You gain the @UUID[Compendium.pf2e.feats-srd.Item.Group Impression] skill feat.

" + }, + "items": { + "d4ikn": { + "img": "icons/sundries/books/book-red-exclamation.webp", + "level": 1, + "name": "Group Impression", + "uuid": "Compendium.pf2e.feats-srd.Item.Group Impression" + } + }, + "publication": { + "license": "ORC", + "remaster": true, + "title": "Pathfinder Player Core" + }, + "rules": [], + "slug": "barrister", + "trainedSkills": { + "lore": [ + "Legal Lore" + ], + "value": [ + "diplomacy" + ] + }, + "traits": { + "rarity": "common", + "value": [] + } + }, + "type": "background" + }, + { + "_id": "eEYI8dE85nFJngNP", + "img": "icons/sundries/books/book-red-exclamation.webp", + "name": "Group Impression", + "sort": 0, + "system": { + "actionType": { + "value": "passive" + }, + "actions": { + "value": null + }, + "category": "skill", + "description": { + "value": "

When you @UUID[Compendium.pf2e.actionspf2e.Item.Make an Impression], you can compare your Diplomacy check result to the Will DCs of up to 10 targets you conversed with, with no penalty. The number of targets increases to 20 if you're an expert, 50 if you're a master, and 100 if you're legendary.

" + }, + "level": { + "value": 1 }, + "location": "Y975ouYE07XBx2Jt", + "prerequisites": { + "value": [ + { + "value": "trained in Diplomacy" + } + ] + }, + "publication": { + "license": "ORC", + "remaster": true, + "title": "Pathfinder Player Core" + }, + "rules": [], + "slug": "group-impression", + "traits": { + "rarity": "common", + "value": [ + "general", + "skill" + ] + } + }, + "type": "feat" + }, + { + "_id": "zSLb5LYwrEzez3Zh", + "flags": { "pf2e": { "itemGrants": { "clueIn": { - "id": "jN1OJZhCP8PUDBuL", + "id": "w1J4ApZ11fLAH3Gz", "onDelete": "detach" }, "pursueALead": { - "id": "10VaxFOQlB6CGpgN", + "id": "b9UwVKqXlwMEtaf7", "onDelete": "detach" } } @@ -2567,15 +2179,12 @@ "type": "feat" }, { - "_id": "x2R8JwXZkQzapaAO", + "_id": "PG6B9flgCKXboZmB", "flags": { - "core": { - "sourceId": "Compendium.pf2e.classfeatures.Item.uhHg9BXBiHpL5ndS" - }, "pf2e": { "itemGrants": { "empiricismMethodology": { - "id": "iECpcLrZ4cMYQBZ9", + "id": "qQdTwZwTChUcq7lG", "onDelete": "detach" } } @@ -2583,7 +2192,7 @@ }, "img": "icons/magic/symbols/question-stone-yellow.webp", "name": "Methodology", - "sort": 100, + "sort": 0, "system": { "actionType": { "value": "passive" @@ -2637,15 +2246,12 @@ "type": "feat" }, { - "_id": "syY56DQXZAbBAZXA", + "_id": "ykoBAQ5GkBDsNZCX", "flags": { - "core": { - "sourceId": "Compendium.pf2e.classfeatures.Item.lgo65ldX7WkXC8Ir" - }, "pf2e": { "itemGrants": { "deviseAStratagem": { - "id": "cNipJzR0nL2gcRzm", + "id": "P6LJdRC7WGDLkb1i", "onDelete": "detach" } } @@ -2653,7 +2259,7 @@ }, "img": "systems/pf2e/icons/features/classes/devise-a-stratagem.webp", "name": "Devise a Stratagem", - "sort": 200, + "sort": 0, "system": { "actionType": { "value": "passive" @@ -2695,21 +2301,18 @@ "type": "feat" }, { - "_id": "10VaxFOQlB6CGpgN", + "_id": "b9UwVKqXlwMEtaf7", "flags": { - "core": { - "sourceId": "Compendium.pf2e.actionspf2e.Item.xTK2zsWFyxSJvYbX" - }, "pf2e": { "grantedBy": { - "id": "WyF09Kh4PEEbyLz7", + "id": "zSLb5LYwrEzez3Zh", "onDelete": "cascade" } } }, "img": "systems/pf2e/icons/actions/Passive.webp", "name": "Pursue a Lead", - "sort": 39100000, + "sort": 0, "system": { "actionType": { "value": "passive" @@ -2741,11 +2344,25 @@ { "key": "FlatModifier", "predicate": [ - "pursue-a-lead" + "pursue-a-lead", + { + "or": [ + { + "not": "check:type:saving-throw" + }, + { + "and": [ + "check:type:saving-throw", + "feat:detectives-readiness" + ] + } + ] + } ], "selector": [ "perception", - "skill-check" + "skill-check", + "saving-throw" ], "slug": "pursue-a-lead", "type": "circumstance", @@ -2765,21 +2382,18 @@ "type": "action" }, { - "_id": "jN1OJZhCP8PUDBuL", + "_id": "w1J4ApZ11fLAH3Gz", "flags": { - "core": { - "sourceId": "Compendium.pf2e.actionspf2e.Item.25WDi1cVUrW92sUj" - }, "pf2e": { "grantedBy": { - "id": "WyF09Kh4PEEbyLz7", + "id": "zSLb5LYwrEzez3Zh", "onDelete": "cascade" } } }, "img": "systems/pf2e/icons/actions/Reaction.webp", "name": "Clue In", - "sort": 1800000, + "sort": 0, "system": { "actionType": { "value": "reaction" @@ -2813,23 +2427,20 @@ "type": "action" }, { - "_id": "iECpcLrZ4cMYQBZ9", + "_id": "qQdTwZwTChUcq7lG", "flags": { - "core": { - "sourceId": "Compendium.pf2e.classfeatures.Item.g3mNzNphtVxyR9Xr" - }, "pf2e": { "grantedBy": { - "id": "x2R8JwXZkQzapaAO", + "id": "PG6B9flgCKXboZmB", "onDelete": "cascade" }, "itemGrants": { "expeditiousInspection": { - "id": "n80X1DXRa1z8Ok6p", + "id": "FN1yzEgvKfezwDJ6", "onDelete": "detach" }, "thatsOdd": { - "id": "gocwEQrYrhTAQF3O", + "id": "jNsdv3c8JJBpNpPl", "onDelete": "detach" } } @@ -2837,7 +2448,7 @@ }, "img": "systems/pf2e/icons/features/classes/empiricism-methodology.webp", "name": "Empiricism Methodology", - "sort": 43000000, + "sort": 0, "system": { "actionType": { "value": "passive" @@ -2918,21 +2529,18 @@ "type": "feat" }, { - "_id": "gocwEQrYrhTAQF3O", + "_id": "jNsdv3c8JJBpNpPl", "flags": { - "core": { - "sourceId": "Compendium.pf2e.feats-srd.Item.pIHjH1x0AVtiX5Tv" - }, "pf2e": { "grantedBy": { - "id": "iECpcLrZ4cMYQBZ9", + "id": "qQdTwZwTChUcq7lG", "onDelete": "cascade" } } }, "img": "icons/sundries/books/book-red-exclamation.webp", "name": "That's Odd", - "sort": 386300000, + "sort": 0, "system": { "actionType": { "value": "passive" @@ -2968,21 +2576,18 @@ "type": "feat" }, { - "_id": "n80X1DXRa1z8Ok6p", + "_id": "FN1yzEgvKfezwDJ6", "flags": { - "core": { - "sourceId": "Compendium.pf2e.actionspf2e.Item.jftNJjBNxp2cleoi" - }, "pf2e": { "grantedBy": { - "id": "iECpcLrZ4cMYQBZ9", + "id": "qQdTwZwTChUcq7lG", "onDelete": "cascade" } } }, "img": "systems/pf2e/icons/actions/FreeAction.webp", "name": "Expeditious Inspection", - "sort": 30600000, + "sort": 0, "system": { "actionType": { "value": "free" @@ -3015,21 +2620,18 @@ "type": "action" }, { - "_id": "cNipJzR0nL2gcRzm", + "_id": "P6LJdRC7WGDLkb1i", "flags": { - "core": { - "sourceId": "Compendium.pf2e.actionspf2e.Item.m0f2B7G9eaaTmhFL" - }, "pf2e": { "grantedBy": { - "id": "syY56DQXZAbBAZXA", + "id": "ykoBAQ5GkBDsNZCX", "onDelete": "cascade" } } }, "img": "systems/pf2e/icons/features/classes/devise-a-stratagem.webp", "name": "Devise a Stratagem", - "sort": 32400000, + "sort": 0, "system": { "actionType": { "value": "action" @@ -3100,15 +2702,10 @@ "type": "action" }, { - "_id": "XPmNJO5iyHzyyfmQ", - "flags": { - "core": { - "sourceId": "Compendium.pf2e.classfeatures.Item.2Fe4YZCvAr9Yf6w7" - } - }, + "_id": "DNK3WEIYhw06zlJa", "img": "systems/pf2e/icons/features/classes/strategic-strike.webp", "name": "Strategic Strike", - "sort": 300, + "sort": 0, "system": { "actionType": { "value": "passive" @@ -3135,49 +2732,13 @@ "rules": [ { "category": "precision", + "diceNumber": "floor((@actor.level+3)/4)", "dieSize": "d6", "key": "DamageDice", "predicate": [ "check:substitution:devise-a-stratagem" ], - "selector": "strike-damage", - "value": { - "brackets": [ - { - "end": 4, - "value": { - "diceNumber": 1 - } - }, - { - "end": 8, - "start": 5, - "value": { - "diceNumber": 2 - } - }, - { - "end": 12, - "start": 9, - "value": { - "diceNumber": 3 - } - }, - { - "end": 16, - "start": 13, - "value": { - "diceNumber": 4 - } - }, - { - "start": 17, - "value": { - "diceNumber": 5 - } - } - ] - } + "selector": "strike-damage" } ], "slug": "strategic-strike", @@ -3191,15 +2752,10 @@ "type": "feat" }, { - "_id": "kKaDuav2RSSAlHmb", - "flags": { - "core": { - "sourceId": "Compendium.pf2e.classfeatures.Item.DZWQspPi4IkfXV2E" - } - }, + "_id": "yS0FunmBjmECwg3R", "img": "icons/commodities/biological/organ-brain-pink-purple.webp", "name": "Keen Recollection", - "sort": 1200, + "sort": 0, "system": { "actionType": { "value": "passive" @@ -3246,15 +2802,115 @@ "type": "feat" }, { - "_id": "7h39jdOTcGamxA5Y", - "flags": { - "core": { - "sourceId": "Compendium.pf2e.classfeatures.Item.dmK1wya8GBi9MmCB" + "_id": "Q1LyMe8X7t4HhATp", + "img": "icons/skills/melee/hand-grip-sword-red.webp", + "name": "Weapon Expertise", + "sort": 0, + "system": { + "actionType": { + "value": "passive" + }, + "actions": { + "value": null + }, + "category": "classfeature", + "description": { + "value": "

Champion, Investigator, Oracle, Magus You've dedicated yourself to learning the intricacies of your weapons. Your proficiency ranks for simple weapons, martial weapons, and unarmed attacks increase to expert.

\n

Druid, Kineticist You've improved your combat skill. Your proficiency rank for simple weapons and unarmed attacks increases to expert.

\n

Sorcerer Training and magic improved your weapon technique. Your proficiency rank for simple weapons and unarmed attacks increases to expert.

\n

Swashbuckler You've dedicated yourself to learning the intricacies of your weapons. Your proficiency ranks for simple weapons, martial weapons, and unarmed attacks increase to expert. You gain access to the critical specialization effects of all weapons for which you have expert proficiency.

\n

Witch, Wizard Through sheer experience, you've improved your technique with your weapons. Your proficiency ranks for simple weapons and unarmed attacks increase to expert.

" + }, + "level": { + "value": 5 + }, + "location": "fmP5lmyQ3lsqH5aW", + "prerequisites": { + "value": [] + }, + "publication": { + "license": "ORC", + "remaster": true, + "title": "Pathfinder Player Core" + }, + "rules": [ + { + "key": "ActiveEffectLike", + "mode": "upgrade", + "path": "system.proficiencies.attacks.martial.rank", + "predicate": [ + { + "or": [ + "class:champion", + "class:investigator", + "class:magus", + "class:swashbuckler" + ] + } + ], + "value": 2 + }, + { + "key": "CriticalSpecialization", + "predicate": [ + { + "gte": [ + "item:proficiency:rank", + 2 + ] + }, + "class:swashbuckler" + ] + }, + { + "itemId": "{item|id}", + "key": "ItemAlteration", + "mode": "add", + "property": "traits", + "value": "{actor|class.slug}" + }, + { + "itemId": "{item|id}", + "key": "ItemAlteration", + "mode": "override", + "property": "description", + "value": [ + { + "text": "PF2E.SpecificRule.ClassFeatures.WeaponExpertise.{actor|class.slug}.Description" + } + ] + } + ], + "slug": "weapon-expertise", + "subfeatures": { + "proficiencies": { + "simple": { + "rank": 2 + }, + "unarmed": { + "rank": 2 + } + } + }, + "traits": { + "rarity": "common", + "value": [ + "champion", + "druid", + "investigator", + "kineticist", + "magus", + "oracle", + "sorcerer", + "swashbuckler", + "witch", + "wizard" + ] } }, + "type": "feat" + }, + { + "_id": "fNBxIs8j39P8ZSYg", "img": "icons/tools/hand/hammer-and-nail.webp", "name": "Skillful Lessons", - "sort": 1500, + "sort": 0, "system": { "actionType": { "value": "passive" @@ -3290,15 +2946,10 @@ "type": "feat" }, { - "_id": "xjJTLJxh4NYJ19iI", - "flags": { - "core": { - "sourceId": "Compendium.pf2e.classfeatures.Item.9XLUh9iMepZesdmc" - } - }, - "img": "icons/skills/melee/hand-grip-sword-red.webp", - "name": "Weapon Expertise", - "sort": 3000, + "_id": "0SwaDrFSo4bvRJCR", + "img": "icons/sundries/books/book-red-exclamation.webp", + "name": "Cooperative Nature", + "sort": 0, "system": { "actionType": { "value": "passive" @@ -3306,14 +2957,15 @@ "actions": { "value": null }, - "category": "classfeature", + "category": "ancestry", "description": { - "value": "

Champion, Investigator, Oracle, Magus You've dedicated yourself to learning the intricacies of your weapons. Your proficiency ranks for simple weapons, martial weapons, and unarmed attacks increase to expert.

\n

Druid You've improved your combat skill. Your proficiency rank for simple weapons and unarmed attacks increases to expert.

\n

Sorcerer Training and magic improved your weapon technique. Your proficiency rank for simple weapons and unarmed attacks increases to expert.

\n

Summoner Training and magic improved your weapon technique. Your proficiency rank for simple weapons and unarmed attacks increases to expert. (Note: this is called Simple Weapon Expertise in Secrets of Magic)

\n

Witch, Wizard Through sheer experience, you've improved your technique with your weapons. Your proficiency ranks for simple weapons and unarmed attacks increase to expert.

" + "value": "

The short human life span lends perspective and has taught you from a young age to set aside differences and work with others to achieve greatness. You gain a +4 circumstance bonus on checks to Aid.

" }, "level": { - "value": 5 + "taken": 1, + "value": 1 }, - "location": "fmP5lmyQ3lsqH5aW", + "location": "ancestry-1", "prerequisites": { "value": [] }, @@ -3324,49 +2976,157 @@ }, "rules": [ { - "key": "ActiveEffectLike", - "mode": "upgrade", - "path": "system.proficiencies.attacks.martial.rank", + "key": "FlatModifier", "predicate": [ - { - "or": [ - "class:champion", - "class:investigator", - "class:magus" - ] - } + "action:aid" ], - "value": 2 + "selector": "check", + "type": "circumstance", + "value": 4 } ], - "slug": "weapon-expertise", - "subfeatures": { - "proficiencies": { - "simple": { - "rank": 2 - }, - "unarmed": { - "rank": 2 + "slug": "cooperative-nature", + "traits": { + "rarity": "common", + "value": [ + "human" + ] + } + }, + "type": "feat" + }, + { + "_id": "OYrNLnMSzDBVnGTy", + "flags": { + "pf2e": { + "itemGrants": { + "untrainedImprovisation": { + "id": "nuln90kcBoF6dLlx", + "onDelete": "detach" } } + } + }, + "img": "icons/sundries/books/book-red-exclamation.webp", + "name": "Clever Improviser", + "sort": 0, + "system": { + "actionType": { + "value": "passive" }, + "actions": { + "value": null + }, + "category": "ancestry", + "description": { + "value": "

You've learned how to handle situations when you're out of your depth. You gain the @UUID[Compendium.pf2e.feats-srd.Item.Untrained Improvisation] general feat. In addition, you can attempt skill actions that normally require you to be trained, even if you are untrained.

" + }, + "level": { + "taken": 5, + "value": 5 + }, + "location": "ancestry-5", + "prerequisites": { + "value": [] + }, + "publication": { + "license": "ORC", + "remaster": true, + "title": "Pathfinder Player Core" + }, + "rules": [ + { + "flag": "untrainedImprovisation", + "key": "GrantItem", + "uuid": "Compendium.pf2e.feats-srd.Item.Untrained Improvisation" + } + ], + "slug": "clever-improviser", "traits": { "rarity": "common", - "value": [] + "value": [ + "human" + ] } }, "type": "feat" }, { - "_id": "xiRP08b1r0Q1g8Lh", + "_id": "nuln90kcBoF6dLlx", "flags": { - "core": { - "sourceId": "Compendium.pf2e.feats-srd.Item.iWvpq3uDZcXvBJj8" + "pf2e": { + "grantedBy": { + "id": "OYrNLnMSzDBVnGTy", + "onDelete": "cascade" + } + } + }, + "img": "icons/sundries/books/book-red-exclamation.webp", + "name": "Untrained Improvisation", + "sort": 0, + "system": { + "actionType": { + "value": "passive" + }, + "actions": { + "value": null + }, + "category": "general", + "description": { + "value": "

You've learned how to handle situations when you're out of your depth. Your proficiency bonus to untrained skill checks is equal to your level –2. This improves to your level –1 at 5th level and your full level at 7th level. This doesn't allow you to use the skill's trained actions.

" + }, + "level": { + "value": 3 + }, + "location": null, + "prerequisites": { + "value": [] + }, + "publication": { + "license": "ORC", + "remaster": true, + "title": "Pathfinder Player Core" + }, + "rules": [ + { + "key": "FlatModifier", + "selector": "skill-check", + "type": "proficiency", + "value": { + "brackets": [ + { + "end": 4, + "value": "@actor.level -2" + }, + { + "end": 6, + "start": 5, + "value": "@actor.level -1" + }, + { + "start": 7, + "value": "@actor.level" + } + ], + "field": "actor|level" + } + } + ], + "slug": "untrained-improvisation", + "traits": { + "rarity": "common", + "value": [ + "general" + ] } }, + "type": "feat" + }, + { + "_id": "bjvhMYrzM8W0LdtP", "img": "icons/sundries/books/book-red-exclamation.webp", "name": "Known Weaknesses", - "sort": 333700000, + "sort": 0, "system": { "actionType": { "value": "passive" @@ -3376,7 +3136,7 @@ }, "category": "class", "description": { - "value": "

Whenever you Devise a Stratagem, you can also attempt a check to Recall Knowledge as part of that action before rolling the d20. If you critically succeed at the Recall Knowledge check, you notice a weakness and can convey the information to allies to grant each of them a +1 circumstance bonus to their next attack roll against the subject, as long as their attack is made before the beginning of your next turn. If you choose an attack stratagem, this bonus applies to that attack roll too.

\n

@UUID[Compendium.pf2e.feat-effects.Item.Effect: Known Weakness]

" + "value": "

Whenever you @UUID[Compendium.pf2e.actionspf2e.Item.Devise a Stratagem], you can also attempt a check to Recall Knowledge as part of that action before rolling the d20. If you critically succeed at the Recall Knowledge check, you notice a weakness and can convey the information to allies to grant each of them a +1 circumstance bonus to their next attack roll against the subject, as long as their attack is made before the beginning of your next turn. If you choose an attack stratagem, this bonus applies to that attack roll too.

\n

@UUID[Compendium.pf2e.feat-effects.Item.Effect: Known Weakness]

" }, "level": { "taken": 1, @@ -3415,15 +3175,10 @@ "type": "feat" }, { - "_id": "JcoydJBQyUmTRWIm", - "flags": { - "core": { - "sourceId": "Compendium.pf2e.feats-srd.Item.N4wCUZH2KG6FoGqh" - } - }, + "_id": "UEhNuXLpHevmBiar", "img": "icons/sundries/books/book-red-exclamation.webp", "name": "Shared Stratagem", - "sort": 171000000, + "sort": 0, "system": { "actionType": { "value": "passive" @@ -3474,15 +3229,10 @@ "type": "feat" }, { - "_id": "zxwrP4zfxBV1JAou", - "flags": { - "core": { - "sourceId": "Compendium.pf2e.feats-srd.Item.IvgLDtXmZwzbVJj1" - } - }, + "_id": "wP45MBwuvr7vrE5y", "img": "icons/sundries/books/book-red-exclamation.webp", "name": "Strategic Assessment", - "sort": 143100000, + "sort": 0, "system": { "actionType": { "value": "passive" @@ -3519,15 +3269,102 @@ "type": "feat" }, { - "_id": "4p65jtvx3cXZmqA3", - "flags": { - "core": { - "sourceId": "Compendium.pf2e.feats-srd.Item.WeQGWvlWdeLeOlCN" + "_id": "mtg55ZMyDSuhZFwf", + "img": "icons/sundries/books/book-red-exclamation.webp", + "name": "Dirty Trick", + "sort": 0, + "system": { + "actionType": { + "value": "action" + }, + "actions": { + "value": 1 + }, + "category": "skill", + "description": { + "value": "

Requirements You have a hand free and are within melee reach of an opponent.


You hook a foe's bootlaces together, pull their hat over their eyes, loosen their belt, or otherwise confound their mobility through an underhanded tactic. Attempt a @Check[thievery|defense:reflex] check against the target's Reflex DC.


Critical Success The target is @UUID[Compendium.pf2e.conditionitems.Item.Clumsy]{Clumsy 1} until they use an Interact action to end the impediment

\n

Success As critical success, but the condition ends automatically after 1 round.

\n

Critical Failure You fall @UUID[Compendium.pf2e.conditionitems.Item.Prone] as your attempt backfires.

" + }, + "level": { + "taken": 2, + "value": 1 + }, + "location": "skill-2", + "prerequisites": { + "value": [ + { + "value": "trained in Thievery" + } + ] + }, + "publication": { + "license": "ORC", + "remaster": true, + "title": "Pathfinder Player Core 2" + }, + "rules": [], + "slug": "dirty-trick", + "traits": { + "rarity": "common", + "value": [ + "attack", + "general", + "manipulate", + "skill" + ] } }, + "type": "feat" + }, + { + "_id": "VXd4TwDozlrAQGoy", + "img": "icons/sundries/books/book-red-exclamation.webp", + "name": "Read Lips", + "sort": 0, + "system": { + "actionType": { + "value": "passive" + }, + "actions": { + "value": null + }, + "category": "skill", + "description": { + "value": "

You can read lips of others nearby who you can clearly see. The language read must be one that you know. When you're at your leisure, you can do this automatically. In encounter mode or when attempting a more difficult feat of lipreading, you're @UUID[Compendium.pf2e.conditionitems.Item.Fascinated] and @UUID[Compendium.pf2e.conditionitems.Item.Off-Guard] during each round in which you focus on lip movements, and you must succeed at a Society check (DC determined by the GM) to successfully read someone's lips.

" + }, + "level": { + "taken": 5, + "value": 1 + }, + "location": "skill-5", + "prerequisites": { + "value": [ + { + "value": "trained in Society" + } + ] + }, + "publication": { + "license": "ORC", + "remaster": true, + "title": "Pathfinder Player Core" + }, + "rules": [], + "slug": "read-lips", + "traits": { + "rarity": "common", + "value": [ + "general", + "skill" + ] + } + }, + "type": "feat" + }, + { + "_id": "zl0CJyPPuP5h764i", "img": "icons/sundries/books/book-red-exclamation.webp", "name": "Glean Contents", - "sort": 244000000, + "sort": 0, "system": { "actionType": { "value": "passive" @@ -3569,57 +3406,131 @@ "type": "feat" }, { - "_id": "jy3PvWv861e4H2Jf", - "flags": { - "core": { - "sourceId": "Compendium.pf2e.feats-srd.Item.5eNKs6738aykAhK2" - } - }, + "_id": "QgXA0DOzbtWrulMF", "img": "icons/sundries/books/book-red-exclamation.webp", - "name": "Dirty Trick", - "sort": 41200000, + "name": "Quiet Allies", + "sort": 0, "system": { "actionType": { - "value": "action" + "value": "passive" }, "actions": { - "value": 1 + "value": null }, "category": "skill", "description": { - "value": "

Requirements You have a hand free and are within melee reach of an opponent.


You hook a foe's bootlaces together, pull their hat over their eyes, loosen their belt, or otherwise confound their mobility through an underhanded tactic. Attempt a @Check[thievery|defense:reflex] check against the target's Reflex DC.


Critical Success The target is @UUID[Compendium.pf2e.conditionitems.Item.Clumsy]{Clumsy 1} until they use an Interact action to end the impediment

\n

Success As critical success, but the condition ends automatically after 1 round.

\n

Critical Failure You fall @UUID[Compendium.pf2e.conditionitems.Item.Prone] as your attempt backfires.

" + "value": "

You're skilled at moving with a group. When you are @UUID[Compendium.pf2e.actionspf2e.Item.Avoid Notice]{Avoiding Notice} and your allies @UUID[Compendium.pf2e.actionspf2e.Item.Follow the Expert], you and those allies can roll a single Stealth check, using the lowest modifier, instead of rolling separately. This doesn't apply for initiative rolls.

" }, "level": { - "taken": 2, - "value": 1 + "taken": 3, + "value": 2 }, - "location": "skill-2", - "onlyLevel1": true, + "location": "skill-3", "prerequisites": { "value": [ { - "value": "trained in Thievery" + "value": "expert in Stealth" } ] }, "publication": { "license": "ORC", "remaster": true, - "title": "Pathfinder Player Core 2" + "title": "Pathfinder Player Core" }, "rules": [], - "slug": "dirty-trick", + "slug": "quiet-allies", "traits": { "rarity": "common", "value": [ - "attack", "general", - "manipulate", "skill" ] } }, "type": "feat" + }, + { + "_id": "7jiVcIFfBL2npPSA", + "img": "icons/sundries/books/book-red-exclamation.webp", + "name": "Canny Acumen (Fortitude)", + "sort": 0, + "system": { + "actionType": { + "value": "passive" + }, + "actions": { + "value": null + }, + "category": "general", + "description": { + "value": "

Your avoidance or observation is beyond the ken of most in your profession. Choose Fortitude saves, Reflex saves, Will saves, or Perception. You become an expert in your choice. At 17th level, you become a master in your choice.

" + }, + "level": { + "taken": 3, + "value": 1 + }, + "location": "general-3", + "prerequisites": { + "value": [] + }, + "publication": { + "license": "ORC", + "remaster": true, + "title": "Pathfinder Player Core" + }, + "rules": [ + { + "choices": [ + { + "label": "PF2E.SavesFortitude", + "value": "system.saves.fortitude.rank" + }, + { + "label": "PF2E.SavesReflex", + "value": "system.saves.reflex.rank" + }, + { + "label": "PF2E.SavesWill", + "value": "system.saves.will.rank" + }, + { + "label": "PF2E.PerceptionLabel", + "value": "system.perception.rank" + } + ], + "flag": "cannyAcumen", + "key": "ChoiceSet", + "selection": "system.saves.fortitude.rank" + }, + { + "key": "ActiveEffectLike", + "mode": "upgrade", + "path": "{item|flags.pf2e.rulesSelections.cannyAcumen}", + "value": { + "brackets": [ + { + "end": 16, + "start": 1, + "value": 2 + }, + { + "start": 17, + "value": 3 + } + ] + } + } + ], + "slug": "canny-acumen", + "traits": { + "rarity": "common", + "value": [ + "general" + ] + } + }, + "type": "feat" } ], "name": "Quinn (Level 5)", diff --git a/static/lang/re-en.json b/static/lang/re-en.json index 06caf8c600c..c55f3a32ce2 100644 --- a/static/lang/re-en.json +++ b/static/lang/re-en.json @@ -3526,6 +3526,9 @@ "CertainStratagem": { "Note": "You deal half of your @Damage[(floor((@actor.level+3)/4)d6[precision])[@item.system.damage.damageType]|traits:certain-stratagem]{Strategic Strike damage} to the target" }, + "DetectivesReadiness": { + "ClueInAddendum": "You can use Clue In to assist an ally's saving throw against creatures or effects that are related to the question at the heart of an open investigation." + }, "DeviseAStratagem": { "Attack": "Attack Stratagem", "Defensive": "Defensive Stratagem", @@ -3535,7 +3538,7 @@ "Prompt": "Select a methodology." }, "PursueALead": { - "Label": "Investigating a designated subject with Pursue a Lead" + "Label": "Pursue a Lead — Investigation Bonus" }, "SharedStratagem": { "Note": "The creature you hit is @UUID[Compendium.pf2e.conditionitems.Item.AJh5ex99aV6VTggg]{Off-Guard} to a designated ally on the next attack the ally makes against the creature before the start of your next turn."