diff --git a/Changelog b/Changelog index 8b35fdb..0df34ab 100644 --- a/Changelog +++ b/Changelog @@ -1,3 +1,9 @@ +Version 5.3 +- Fix minor text errors +- Update for CRB errata +- Add companions from Zombie Feast +- Add Unseen Companions + Version 5.2 - Remove errant rule element adding HP back to eidolons - Fix rule elements on Hallowed Strikes diff --git a/OpenGamingLicense.md b/OpenGamingLicense.md index 8e94df2..97f8743 100644 --- a/OpenGamingLicense.md +++ b/OpenGamingLicense.md @@ -46,6 +46,8 @@ Pathfinder Guns & Gears © 2021, Paizo Inc.; Authors: Logan Bonner, Jessica Cata Pathfinder Lost Omens Monsters of Myth © 2021, Paizo Inc.; Authors: James Case, John Compton, Dana Ebert, Joshua Kim, Aaron Lascano, Luis Loza, Ron Lundeen, Stephanie Lundeen, Liane Merciel, Andrew Mullen, Michael Sayre, Sen H.H.S., Shay Snow, and Jason Tondro. Pathfinder Adventure Path #177: Burning Tundra © 2022, Paizo Inc.; Author: Jason Tondro. Pathfinder Book of the Dead © 2022, Paizo Inc.; Authors: Brian Bauman, Tineke Bolleman. Logan Bonner, Jason Bulmahn, Jessica Catalan, John Compton, Chris Eng, Logan Harper, Michelle Jones, Jason Keeley, Luis Loza, Ron Lundeen, Liane Merciel, Patchen Mortimer, Quinn Murphy, Jessica Redekop, Mikhail Rekun, Solomon St. John, Michael Sayre, Mark Seifter, Sen.H.H.S., Kendra Leigh Speedling, Jason Tondro, Andrew White. +Pathfinder Adventure Path #181: Zombie Feast © 2022, Paizo Inc.; Author: Mike Kimmel. +Pathfinder Dark Archive © 2022, Paizo Inc.; Authors: Rigby Bendele, Logan Bonner, James Case, Dan Cascone, Jessica Catalan, Banana Chan, Kay Hashimoto, Sen H.H.S., Patrick Hurley, Joshua Kim, Avi Kool, Daniel Kwan, Kendra Leigh Speedling, Luis Loza, Ron Lundeen, Liane Merciel, Jacob W. Michaels, Andrew Mullen, Quinn Murphy, K. Tessa Newton, Mikhail Rekun, Patrick Renie, Solomon St. John, Michael Sayre, Mark Seifter, Shay Snow, Alex Speidel, Geoffrey Suthers, Ruvaid Virk, Jabari Weathers, and Isis Wozniakowska. This product is compliant with the Open Game License (OGL) and is suitable for use with the Pathfinder Roleplaying Game (Second Edition). diff --git a/README.md b/README.md index 36a9c97..2f657f1 100644 --- a/README.md +++ b/README.md @@ -1,12 +1,14 @@ # PF2e-Animal-Companions -Once enabled in a world it will add 7 compendiums: -- The first contains all the animal companions statted up as ancestries to enable Foundry automation, as well as an Animal Companion class. Just drag the correct ones to the PC sheet you are using for your Animal Companion. -- The second contains feats to automate the Mature, Nimble, Indomitable, Savage, and Specialized bonuses. Drag these feats to the animal companion sheet when your PC takes the associated feat. +Once enabled in a world it will add several new compendiums, all of which start with "CC": +- "CC Animal Companion Ancestries" contains all the animal companions statted up as ancestries to enable Foundry automation. Just drag the correct one to the PC sheet you are using for your Animal Companion. +- "CC Animal Companion Feats" contains feats to automate the Mature, Nimble, Specialized, etc. bonuses. Drag these feats to the animal companion sheet when your PC takes the associated feat. - The third compendium contains actions for the Advanced Maneuvers. These are automatically added to the sheet when your companion gains access. - The fourth contains support actions for your animal companion. These are automatically added. -- The fifth contains a class, ancestry, and features for Inventor Construct Companions. -- The last contains the ancestry features linked to by the Ancestries. You should not need to drag these to the sheet, they should automatically be added by the ancestries. +- "CC Construct Companions" contains an ancestry and features for Inventor Construct Companions. You can rename the feats and change the image on the feature to change the strike name / image. +- "CC Eidolons" contains the ancestries for automating eidolons. You can rename or select new images for the items in your inventory or modify the strikes as needed. +- "CC Evolution Feats" contains special versions of the evolution feats that contain automation for your eidolon. Put these on the eidolno, and the regular system version of the feats on your summoner. +- The other compendiums contain features that will be added automatically to your companion as you take things that grant them. # Known Issues -- Barding proficiency is not automated. Barding is not currently in the system as an armor type, adding barding proficiency manually or through Active effects adds it as a weapon group instead of an armor type. For barding use one of the armor proficiency groups and make custom armor items. +- Barding proficiency is not automated. Barding is not currently in the system as an armor type, adding barding proficiency is not currently possible. For barding, use one of the armor proficiency groups and make custom armor items. diff --git a/module.json b/module.json index 0775d47..2a737ba 100644 --- a/module.json +++ b/module.json @@ -1,12 +1,12 @@ { "name": "pf2e-animal-companions", "title": "PF2e Companion Compendia", - "description": "Compendia containing a class, ancestries, actions, and feats to support PF2e companions", + "description": "Compendia containing everything you need to support PF2e companions", "author": "Tikael", "authors": [], "url": "https://github.com/TikaelSol/PF2e-Animal-Companions", "flags": {}, - "version": "5.2", + "version": "5.3", "minimumCoreVersion": "9", "compatibleCoreVersion": "9", "scripts": [], @@ -15,7 +15,7 @@ "languages": [], "packs": [ { - "label": "AC Ancestries", + "label": "CC Animal Companion Ancestries", "entity": "Item", "name": "AC-Ancestries-and-Class", "path": "./packs/ac-ancestries-and-class.db", @@ -24,7 +24,7 @@ "private": false }, { - "label": "AC Feats", + "label": "CC Animal Companion Feats", "entity": "Item", "name": "AC-Feats", "path": "./packs/ac-feats.db", @@ -33,7 +33,7 @@ "private": false }, { - "label": "AC Advanced Maneuvers", + "label": "CC Advanced Maneuvers", "entity": "Item", "name": "AC-Advanced-Maneuvers", "path": "./packs/ac-advanced-maneuvers.db", @@ -42,7 +42,7 @@ "private": false }, { - "label": "AC Features", + "label": "CC Features", "entity": "Item", "name": "AC-Features", "path": "./packs/ac-features.db", @@ -51,7 +51,7 @@ "private": false }, { - "label": "AC Support Benefits", + "label": "CC Support Benefits", "entity": "Item", "name": "AC-Support", "path": "./packs/ac-support-benefits.db", @@ -60,7 +60,7 @@ "private": false }, { - "label": "AC Construct Companions", + "label": "CC Construct Companions", "entity": "Item", "name": "AC-Construct-Companions", "path": "./packs/ac-construct-companions.db", @@ -69,7 +69,7 @@ "private": false }, { - "label": "AC Construct Breakthroughs", + "label": "CC Construct Breakthroughs", "entity": "Item", "name": "AC-Construct-Breakthroughs", "path": "./packs/ac-construct-breakthroughs.db", @@ -78,7 +78,7 @@ "private": false }, { - "label": "AC Eidolons", + "label": "CC Eidolons", "entity": "Item", "name": "AC-Eidolons", "path": "./packs/ac-eidolons.db", @@ -87,7 +87,7 @@ "private": false }, { - "label": "AC Evolution Feats", + "label": "CC Evolution Feats", "entity": "Item", "name": "AC-Evolution-Feats", "path": "./packs/ac-evolution-feats.db", @@ -105,6 +105,6 @@ "download": "https://github.com/TikaelSol/PF2e-Animal-Companions/archive/refs/heads/main.zip", "protected": false, "coreTranslation": false, - "minimumSystemVersion": "3.9.2", + "minimumSystemVersion": "3.13", "library": false } diff --git a/packs/ac-advanced-maneuvers.db b/packs/ac-advanced-maneuvers.db index 582a855..b2fcf29 100644 --- a/packs/ac-advanced-maneuvers.db +++ b/packs/ac-advanced-maneuvers.db @@ -3,15 +3,18 @@ {"_id":"7C9iFWBpEOJs4Uo2","name":"Pterosaur Swoop","type":"action","img":"systems/pf2e/icons/actions/TwoActions.webp","data":{"description":{"value":"
The pterosaur Flies up to its Speed and makes one beak Strike at any point during that movement.
"},"source":{"value":""},"traits":{"value":[],"rarity":{"value":"common"},"custom":""},"rules":[{"key":"RollOption","domain":"all","option":"has-advanced-maneuver","priority":1}],"slug":null,"schema":{"version":0.692,"lastMigration":{"datetime":"2021-11-20T02:32:55.884-05:00","version":{"schema":null,"foundry":"0.8.9","system":"2.19.0.9009"}}},"actionType":{"value":"action"},"actionCategory":{"value":"offensive"},"actions":{"value":2},"requirements":{"value":""},"trigger":{"value":""},"rarity":{"value":"common"},"weapon":{"value":""}},"effects":[],"folder":null,"sort":0,"permission":{"default":0,"wT1HOeaOBCFxTCiE":3},"flags":{"core":{"sourceId":"Compendium.pf2e-animal-companions.AC-Advanced-Maneuvers.7C9iFWBpEOJs4Uo2"}}} {"_id":"7H8wqKtsAaSgyLyp","name":"Grab and Sting","type":"action","img":"systems/pf2e/icons/actions/TwoActions.webp","data":{"description":{"value":"The scorpion holds its foe in place with its pincers in order to sting it. It makes a pincer Strike. If the Strike hits, the target creature automatically becomes @Compendium[pf2e.conditionitems.kWc1fhmv9LBiTuei]{Grabbed} by the scorpion, which then makes a stinger Strike against it. The grabbed condition lasts until the end of your next turn.
"},"source":{"value":""},"traits":{"value":[],"rarity":{"value":"common"},"custom":""},"rules":[{"key":"RollOption","domain":"all","option":"has-advanced-maneuver","priority":1}],"slug":null,"schema":{"version":0.692,"lastMigration":{"datetime":"2021-11-20T02:32:55.886-05:00","version":{"schema":null,"foundry":"0.8.9","system":"2.19.0.9009"}}},"actionType":{"value":"action"},"actionCategory":{"value":"offensive"},"actions":{"value":2},"requirements":{"value":""},"trigger":{"value":""},"rarity":{"value":"common"},"weapon":{"value":""}},"effects":[],"folder":null,"sort":0,"permission":{"default":0,"wT1HOeaOBCFxTCiE":3},"flags":{"core":{"sourceId":"Compendium.pf2e-animal-companions.AC-Advanced-Maneuvers.7H8wqKtsAaSgyLyp"}}} {"_id":"8JdETVTpbZAgtBA3","name":"Breath Weapon","type":"action","img":"systems/pf2e/icons/actions/TwoActions.webp","data":{"description":{"value":"Frequency once per hour
\nThe riding drake breathes a 30-foot cone of fire, dealing 1d6 fire damage for every 2 levels the drake has to all creatures in the area (basic Reflex save). This uses a trained DC using the drake's Constitution modifier or an expert DC if the drake is specialized.
"},"source":{"value":""},"traits":{"value":[],"rarity":{"value":"common"},"custom":""},"rules":[{"key":"RollOption","domain":"all","option":"has-advanced-maneuver","priority":1}],"slug":null,"schema":{"version":0.692,"lastMigration":{"datetime":"2021-11-20T02:32:55.887-05:00","version":{"schema":null,"foundry":"0.8.9","system":"2.19.0.9009"}}},"actionType":{"value":"action"},"actionCategory":{"value":"offensive"},"actions":{"value":2},"requirements":{"value":""},"trigger":{"value":""},"rarity":{"value":"common"},"weapon":{"value":""}},"effects":[],"folder":null,"sort":0,"permission":{"default":0,"wT1HOeaOBCFxTCiE":3},"flags":{"core":{"sourceId":"Compendium.pf2e-animal-companions.AC-Advanced-Maneuvers.8JdETVTpbZAgtBA3"}}} +{"_id":"9o7NwxGqohpa9M7r","name":"Pick at the Meat","type":"action","img":"systems/pf2e/icons/actions/OneAction.webp","data":{"description":{"value":"Requirements The animal companion's last action was a successful jaws Strike.
\nYour bird picks at the wound it just created. The target of its jaws Strike takes [[/r {1d8}[persistent,bleed]]]{1d8 bleed damage}, or [[/r {2d8}[persistent,bleed]]]{2d8 bleed damage} if the bird is specialized.
"},"source":{"value":"Pathfinder #181: Zombie Feast"},"traits":{"value":[],"rarity":"common","custom":""},"rules":[],"slug":null,"schema":{"version":0.766,"lastMigration":{"datetime":"2022-07-26T12:27:57.570-04:00","version":{"schema":null,"foundry":"9.269","system":"3.12.2"}}},"actionType":{"value":"action"},"actionCategory":{"value":"offensive"},"actions":{"value":1},"requirements":{"value":""},"trigger":{"value":""},"deathNote":false},"effects":[],"folder":null,"sort":0,"permission":{"default":0,"thw0Ox3kKEThnAFP":3},"flags":{}} +{"_id":"AH3kNbdGLYaRjVAr","name":"Bony Constriction","type":"action","img":"systems/pf2e/icons/actions/OneAction.webp","data":{"description":{"value":"Requirements The constrictor has a creature @Compendium[pf2e.conditionitems.Grabbed]{Grabbed}.
\nThe skeletal constrictor deals [[/r {12}[piercing]]]{12 piercing Damage} to the grabbed creature with its sharp ribs; the creature must attempt a @Check[type:fortitude|dc:resolve(12+@actor.level+@actor.abilities.con.mod)|basic:true] save. If the constrictor is a specialized companion, increase this damage to [[/r {20}[piercing]]]{20}. This uses a trained DC using the constrictor's Constitution modifier, or an expert DC (@Check[type:fortitude|dc:resolve(14+@actor.level+@actor.abilities.con.mod)|basic:true]) if the constrictor is specialized.
"},"source":{"value":"Pathfinder #181: Zombie Feast"},"traits":{"value":[],"rarity":"common","custom":""},"rules":[],"slug":null,"schema":{"version":0.766,"lastMigration":{"datetime":"2022-07-26T12:27:57.570-04:00","version":{"schema":null,"foundry":"9.269","system":"3.12.2"}}},"actionType":{"value":"action"},"actionCategory":{"value":"offensive"},"actions":{"value":1},"requirements":{"value":""},"trigger":{"value":""},"deathNote":false},"effects":[],"folder":null,"sort":0,"permission":{"default":0,"thw0Ox3kKEThnAFP":3},"flags":{}} {"_id":"ClUiCoBn3lHBBK5c","name":"Darting Attack","type":"action","img":"systems/pf2e/icons/actions/OneAction.webp","data":{"description":{"value":"The raptor Steps up to 10 feet and then Strikes, or Strikes and then Steps up to 10 feet.
"},"source":{"value":""},"traits":{"value":[],"rarity":{"value":"common"},"custom":""},"rules":[{"key":"RollOption","domain":"all","option":"has-advanced-maneuver","priority":1}],"slug":null,"schema":{"version":0.692,"lastMigration":{"datetime":"2021-11-20T02:32:55.889-05:00","version":{"schema":null,"foundry":"0.8.9","system":"2.19.0.9009"}}},"actionType":{"value":"action"},"actionCategory":{"value":"offensive"},"actions":{"value":1},"requirements":{"value":""},"trigger":{"value":""},"rarity":{"value":"common"},"weapon":{"value":""}},"effects":[],"folder":null,"sort":0,"permission":{"default":0,"wT1HOeaOBCFxTCiE":3},"flags":{"core":{"sourceId":"Compendium.pf2e-animal-companions.AC-Advanced-Maneuvers.ClUiCoBn3lHBBK5c"}}} {"_id":"EvuMVR9ut9wIHOtq","name":"Bay","type":"action","img":"systems/pf2e/icons/actions/TwoActions.webp","data":{"description":{"value":"The shadow hound releases an eerie bay, attempting to Demoralize each foe in a 20-foot emanation. These Demoralize attempts don't require a language and don't take any penalty due to not sharing a language.
"},"source":{"value":""},"traits":{"value":[],"rarity":{"value":"common"},"custom":""},"rules":[{"key":"RollOption","domain":"all","option":"has-advanced-maneuver","priority":1}],"slug":null,"schema":{"version":0.692,"lastMigration":{"datetime":"2021-11-20T02:32:55.891-05:00","version":{"schema":0.656,"foundry":"0.8.9","system":"2.19.0.9009"}}},"actionType":{"value":"action"},"actionCategory":{"value":"offensive"},"actions":{"value":2},"requirements":{"value":""},"trigger":{"value":""}},"effects":[],"folder":null,"sort":0,"permission":{"default":0,"vD7HMkL8eJh8gXaP":3},"flags":{"core":{"sourceId":"Compendium.pf2e-animal-companions.AC-Advanced-Maneuvers.EvuMVR9ut9wIHOtq"}}} {"_id":"EwCqdvU8WOw2SSxm","name":"Boar Charge","type":"action","img":"systems/pf2e/icons/actions/TwoActions.webp","data":{"description":{"value":"The boar Strides twice in a straight line and then makes a tusk Strike. As long as it moved at least 20 feet, it gains a +2 circumstance bonus to its attack roll.
"},"source":{"value":""},"traits":{"value":[],"rarity":{"value":"common"},"custom":""},"rules":[{"key":"RollOption","domain":"all","option":"has-advanced-maneuver","priority":1}],"slug":null,"schema":{"version":0.692,"lastMigration":{"datetime":"2021-11-20T02:32:55.893-05:00","version":{"schema":null,"foundry":"0.8.9","system":"2.19.0.9009"}}},"actionType":{"value":"action"},"actionCategory":{"value":"offensive"},"actions":{"value":2},"requirements":{"value":""},"trigger":{"value":""},"rarity":{"value":"common"},"weapon":{"value":""}},"effects":[],"folder":null,"sort":0,"permission":{"default":0,"wT1HOeaOBCFxTCiE":3},"flags":{"core":{"sourceId":"Compendium.pf2e-animal-companions.AC-Advanced-Maneuvers.EwCqdvU8WOw2SSxm"}}} {"_id":"F98ajoIakyOPEuwj","name":"Shred","type":"action","img":"systems/pf2e/icons/actions/OneAction.webp","data":{"description":{"value":"The shark viciously rips into the wound, dealing additional damage. The target of the shark's Strike takes [[/r 1d8]] slashing damage ([[/r 2d8]] for a mature shark or [[/r 3d8]] for a specialized companion).
"},"source":{"value":""},"traits":{"value":[],"rarity":{"value":"common"},"custom":""},"rules":[{"key":"RollOption","domain":"all","option":"has-advanced-maneuver","priority":1}],"slug":null,"schema":{"version":0.692,"lastMigration":{"datetime":"2021-11-20T02:32:55.894-05:00","version":{"schema":null,"foundry":"0.8.9","system":"2.19.0.9009"}}},"actionType":{"value":"action"},"actionCategory":{"value":"offensive"},"actions":{"value":1},"requirements":{"value":""},"trigger":{"value":""},"rarity":{"value":"common"},"weapon":{"value":""}},"effects":[],"folder":null,"sort":0,"permission":{"default":0,"wT1HOeaOBCFxTCiE":3},"flags":{"core":{"sourceId":"Compendium.pf2e-animal-companions.AC-Advanced-Maneuvers.F98ajoIakyOPEuwj"}}} -{"_id":"FKh7ZMNyKxgnV7kI","name":"Throw Rock","type":"feat","img":"systems/pf2e/icons/equipment/materials/silver-chunk.webp","data":{"description":{"value":"The arboreal sapling Interacts to pick up a rock within reach or retrieve a stowed rock, then throws it with a ranged rock Strike that deals a base of 1d6 bludgeoning damage with a range increment of 30 feet.
"},"source":{"value":""},"traits":{"value":[],"rarity":{"value":"common"},"custom":""},"rules":[{"category":"unarmed","damage":{"base":{"damageType":"bludgeoning","dice":1,"die":"d6"}},"group":"brawling","key":"Strike","label":"Throw Rock","range":30,"traits":["thrown"]},{"key":"RollOption","domain":"all","option":"has-advanced-maneuver","priority":1}],"slug":null,"schema":{"version":0.692,"lastMigration":{"datetime":"2021-11-20T02:32:55.896-05:00","version":{"schema":null,"foundry":"0.8.9","system":"2.19.0.9009"}}},"level":{"value":14},"featType":{"value":"ancestryfeature"},"actionType":{"value":"passive"},"actionCategory":{"value":""},"actions":{"value":null},"prerequisites":{"value":[]},"location":"","rarity":{"value":"common"}},"effects":[],"folder":null,"sort":0,"permission":{"default":0,"wT1HOeaOBCFxTCiE":3},"flags":{"core":{"sourceId":"Compendium.pf2e-animal-companions.AC-Advanced-Maneuvers.FKh7ZMNyKxgnV7kI"}}} +{"_id":"FKh7ZMNyKxgnV7kI","name":"Throw Rock","type":"feat","img":"systems/pf2e/icons/equipment/materials/silver-chunk.webp","data":{"description":{"value":"The arboreal sapling Interacts to pick up a rock within reach or retrieve a stowed rock, then throws it with a ranged rock Strike that deals a base of 1d6 bludgeoning damage with a range increment of 30 feet.
"},"source":{"value":""},"traits":{"value":[],"rarity":"common","custom":""},"rules":[{"category":"unarmed","damage":{"base":{"damageType":"bludgeoning","dice":1,"die":"d6"}},"group":"brawling","key":"Strike","label":"Throw Rock","range":30,"traits":["thrown"]},{"key":"RollOption","domain":"all","option":"has-advanced-maneuver","priority":1}],"slug":null,"schema":{"version":0.692,"lastMigration":{"datetime":"2021-11-20T02:32:55.896-05:00","version":{"schema":null,"foundry":"0.8.9","system":"2.19.0.9009"}}},"level":{"value":14},"featType":{"value":"ancestryfeature"},"onlyLevel1":false,"maxTakable":1,"actionType":{"value":"passive"},"actionCategory":{"value":""},"actions":{"value":null},"prerequisites":{"value":[]},"location":"","rarity":{"value":"common"}},"effects":[],"folder":null,"sort":0,"permission":{"default":0,"wT1HOeaOBCFxTCiE":3},"flags":{"core":{"sourceId":"Compendium.pf2e-animal-companions.AC-Advanced-Maneuvers.FKh7ZMNyKxgnV7kI"}}} {"_id":"H1ElYt6KovGYGzLD","name":"Lumbering Knockdown","type":"action","img":"systems/pf2e/icons/actions/TwoActions.webp","data":{"description":{"value":"Your triceratops Strides up to 10 feet, then makes a horns Strike. On a success, the target is knocked @Compendium[pf2e.conditionitems.j91X7x0XSomq8d60]{Prone}.
"},"source":{"value":"Pathfinder #177: Burning Tundra"},"traits":{"value":[],"rarity":"common","custom":""},"rules":[],"slug":null,"schema":{"version":0.74,"lastMigration":{"datetime":"2022-04-20T00:54:20.201-04:00","version":{"schema":0.739,"foundry":"9.268","system":"3.8.4"}}},"actionType":{"value":"action"},"actionCategory":{"value":"offensive"},"actions":{"value":2},"requirements":{"value":""},"trigger":{"value":""}},"effects":[],"folder":null,"sort":0,"permission":{"default":0,"thw0Ox3kKEThnAFP":3},"flags":{"core":{"sourceId":"Item.H1ElYt6KovGYGzLD"}}} {"_id":"HLD4JW6SUn5Oy8C9","name":"Badger Rage","type":"action","img":"systems/pf2e/icons/actions/OneAction.webp","data":{"description":{"value":"Requirements The badger isn’t fatigued or raging.
\n@Compendium[pf2e-animal-companions.AC-Features.Kgt1NyBesS3rohzb]{Badger Rage}
\nThe badger enters a state of pure rage that lasts for 1 minute, until there are no enemies it can perceive, or until it falls unconscious, whichever comes first. It can’t voluntarily stop raging. While raging, the badger is affected in the following ways.
\nIt deals 4 additional damage with its bite attacks and 2 additional damage with its claw attacks.
\nIt takes a –1 penalty to AC.
\nIt can’t use actions that have the concentrate trait unless they also have the rage trait. The animal companion can Seek even while raging.
\nAfter it has stopped raging, it can’t use Badger Rage again for 1 minute.
"},"source":{"value":""},"traits":{"value":["concentrate","emotion","mental"],"rarity":{"value":"common"},"custom":""},"rules":[{"key":"RollOption","domain":"all","option":"has-advanced-maneuver","priority":1}],"slug":null,"schema":{"version":0.692,"lastMigration":{"datetime":"2021-11-20T02:32:55.898-05:00","version":{"schema":null,"foundry":"0.8.9","system":"2.19.0.9009"}}},"actionType":{"value":"action"},"actionCategory":{"value":"offensive"},"actions":{"value":1},"requirements":{"value":""},"trigger":{"value":""},"rarity":{"value":"common"},"weapon":{"value":""}},"effects":[],"folder":null,"sort":0,"permission":{"default":0,"wT1HOeaOBCFxTCiE":3},"flags":{"core":{"sourceId":"Compendium.pf2e-animal-companions.AC-Advanced-Maneuvers.HLD4JW6SUn5Oy8C9"}}} {"_id":"JMHoCFb886K6dT1n","name":"Rhinoceros Charge","type":"action","img":"systems/pf2e/icons/actions/TwoActions.webp","data":{"description":{"value":"The rhino Strides and makes a horn Strike at the end of its Stride. As long as the rhino moved at least 20 feet, the horn Strike deals 1d8 additional piercing damage, or 2d8 additional damage if your rhino is nimble or savage.
"},"source":{"value":"Pathfinder #177: Burning Tundra"},"traits":{"value":[],"rarity":"common","custom":""},"rules":[{"domain":"all","key":"RollOption","option":"rhino-charge","toggleable":true},{"key":"DamageDice","selector":"damage","damageType":"piercing","diceNumber":1,"dieSize":"d8","predicate":{"all":["rhino-charge"],"not":["self:savage","self:nimble"]}},{"key":"DamageDice","selector":"damage","damageType":"piercing","diceNumber":2,"dieSize":"d8","predicate":{"all":["rhino-charge"],"any":["self:savage","self:nimble"]}}],"slug":null,"schema":{"version":0.74,"lastMigration":{"datetime":"2022-04-20T00:54:20.202-04:00","version":{"schema":0.739,"foundry":"9.268","system":"3.8.4"}}},"actionType":{"value":"action"},"actionCategory":{"value":"offensive"},"actions":{"value":2},"requirements":{"value":""},"trigger":{"value":""}},"effects":[],"folder":null,"sort":0,"permission":{"default":0,"thw0Ox3kKEThnAFP":3},"flags":{"core":{"sourceId":"Item.JMHoCFb886K6dT1n"}}} {"_id":"LaBfTYUsvoI3nscv","name":"Take a Taste","type":"action","img":"systems/pf2e/icons/actions/OneAction.webp","data":{"description":{"value":"Requirements The zombie has a creature @Compendium[pf2e.conditionitems.Grabbed]{Grabbed} or @Compendium[pf2e.conditionitems.Restrained]{Restrained}.
\nThe zombie tries to grasp and bite a creature. The zombie makes a jaws Strike against the creature. This Strike uses the same statistics as its normal melee Strike, except its damage die is 1d10 and it deals piercing damage.
"},"source":{"value":"Pathfinder Book of the Dead"},"traits":{"value":[],"rarity":"common","custom":""},"rules":[{"category":"unarmed","damage":{"base":{"damageType":"piercing","dice":1,"die":"d10"}},"group":"brawling","img":"systems/pf2e/icons/unarmed-attacks/jaws.webp","key":"Strike","label":"PF2E.Weapon.Base.jaws","range":null,"traits":["unarmed"],"predicate":{"any":["take-a-taste"]}},{"domain":"all","key":"RollOption","option":"take-a-taste","toggleable":true}],"slug":null,"schema":{"version":0.74,"lastMigration":{"datetime":"2022-04-20T01:18:48.100-04:00","version":{"schema":null,"foundry":"9.268","system":"3.8.4"}}},"actionType":{"value":"action"},"actionCategory":{"value":"offensive"},"actions":{"value":1},"requirements":{"value":""},"trigger":{"value":""}},"effects":[],"folder":null,"sort":0,"permission":{"default":0,"thw0Ox3kKEThnAFP":3},"flags":{"core":{"sourceId":"Item.LaBfTYUsvoI3nscv"}}} +{"_id":"MQv67R7KBIrJkshN","name":"Grip Throat","type":"action","img":"systems/pf2e/icons/actions/OneAction.webp","data":{"description":{"value":"The hand attempts to @Compendium[pf2e.actionspf2e.Grapple]{Grapple} a Medium or smaller creature by the throat. If the Grapple succeeds, in addition to the normal effects, the creature has difficulty speaking. While it remains @Compendium[pf2e.conditionitems.Grabbed]{Grabbed} or @Compendium[pf2e.conditionitems.Restrained]{Restrained} by the hand, it must spend an extra action to perform any action that has the verbal trait.
"},"source":{"value":"Pathfinder #181: Zombie Feast"},"traits":{"value":[],"rarity":"common","custom":""},"rules":[],"slug":null,"schema":{"version":0.766,"lastMigration":{"datetime":"2022-07-26T12:27:57.570-04:00","version":{"schema":null,"foundry":"9.269","system":"3.12.2"}}},"actionType":{"value":"action"},"actionCategory":{"value":"offensive"},"actions":{"value":1},"requirements":{"value":""},"trigger":{"value":""},"deathNote":false},"effects":[],"folder":null,"sort":0,"permission":{"default":0,"thw0Ox3kKEThnAFP":3},"flags":{}} {"_id":"NMaMTiDB40L5O41S","name":"Telekinetic Assault","type":"action","img":"systems/pf2e/icons/actions/TwoActions.webp","data":{"description":{"value":"Frequency once per hour
\nYour ghost unleashes a flurry of emotions, causing small objects and debris to fly about in a @Template[type:emanation|distance:20], dealing [[/r {1d6}[bludgeoning]]]{1d6 bludgeoning damage} for every 2 levels the ghost has (basic Reflex save). This uses a trained DC using the ghost's Charisma modifier or an expert DC if the ghost is specialized.
"},"source":{"value":"Pathfinder Book of the Dead"},"traits":{"value":["divine","evocation"],"rarity":"common","custom":""},"rules":[],"slug":null,"schema":{"version":0.74,"lastMigration":{"datetime":"2022-04-20T00:54:20.202-04:00","version":{"schema":0.739,"foundry":"9.268","system":"3.8.4"}}},"actionType":{"value":"action"},"actionCategory":{"value":"offensive"},"actions":{"value":2},"requirements":{"value":""},"trigger":{"value":""}},"effects":[],"folder":null,"sort":0,"permission":{"default":0,"thw0Ox3kKEThnAFP":3},"flags":{"core":{"sourceId":"Item.NMaMTiDB40L5O41S"}}} {"_id":"ODGf6brAHHKrSAPo","name":"Wing Thrash","type":"action","img":"systems/pf2e/icons/actions/TwoActions.webp","data":{"description":{"value":"The bat thrashes wildly with its wings, making wing Strikes against up to three adjacent foes. Each attack counts toward the bat's multiple attack penalty, but the penalty only increases after all the attacks have been made.
"},"source":{"value":""},"traits":{"value":[],"rarity":{"value":"common"},"custom":""},"rules":[{"key":"RollOption","domain":"all","option":"has-advanced-maneuver","priority":1}],"slug":null,"schema":{"version":0.692,"lastMigration":{"datetime":"2021-11-20T02:32:55.900-05:00","version":{"schema":null,"foundry":"0.8.9","system":"2.19.0.9009"}}},"actionType":{"value":"action"},"actionCategory":{"value":"offensive"},"actions":{"value":2},"requirements":{"value":""},"trigger":{"value":""},"rarity":{"value":"common"},"weapon":{"value":""}},"effects":[],"folder":null,"sort":0,"permission":{"default":0,"wT1HOeaOBCFxTCiE":3},"flags":{"core":{"sourceId":"Compendium.pf2e-animal-companions.AC-Advanced-Maneuvers.ODGf6brAHHKrSAPo"}}} {"_id":"PAXJgysWqv3T0tTD","name":"Sand Stride","type":"action","img":"systems/pf2e/icons/actions/TwoActions.webp","data":{"description":{"value":"The camel Strides twice with a +5-foot circumstance bonus to Speed, ignoring difficult terrain caused by rubble, sand, and uneven ground made of earth and stone.
"},"source":{"value":""},"traits":{"value":["move"],"rarity":{"value":"common"},"custom":""},"rules":[{"key":"RollOption","domain":"all","option":"has-advanced-maneuver","priority":1}],"slug":null,"schema":{"version":0.692,"lastMigration":{"datetime":"2021-11-20T02:32:55.902-05:00","version":{"schema":null,"foundry":"0.8.9","system":"2.19.0.9009"}}},"actionType":{"value":"action"},"actionCategory":{"value":"interaction"},"actions":{"value":2},"requirements":{"value":""},"trigger":{"value":""},"rarity":{"value":"common"},"weapon":{"value":""}},"effects":[],"folder":null,"sort":0,"permission":{"default":0,"wT1HOeaOBCFxTCiE":3},"flags":{"core":{"sourceId":"Compendium.pf2e-animal-companions.AC-Advanced-Maneuvers.PAXJgysWqv3T0tTD"}}} @@ -24,14 +27,16 @@ {"_id":"cVrW2GGLVpydj8h5","name":"Blood Feast","type":"action","img":"systems/pf2e/icons/actions/TwoActions.webp","data":{"description":{"value":"Your vampiric animal companion attacks a bleeding foe and drinks its blood. Your companion attempts a Strike against a creature currently taking persistent bleed damage. The Strike deals [[/r {2d8}[additional]]]{2d8 additional damage}. If the Strike hits and deals damage, your vampiric animal companion gains temporary Hit Points equal to half your level that last for up to 1 minute.
"},"source":{"value":"Pathfinder Book of the Dead"},"traits":{"value":[],"rarity":"common","custom":""},"rules":[{"key":"RollOption","domain":"all","option":"blood-feast","toggleable":true},{"key":"DamageDice","selector":"damage","diceNumber":2,"dieSize":"d8","traits":["blood-feast"]}],"slug":null,"schema":{"version":0.74,"lastMigration":{"datetime":"2022-04-20T01:12:57.417-04:00","version":{"schema":null,"foundry":"9.268","system":"3.8.4"}}},"actionType":{"value":"action"},"actionCategory":{"value":"offensive"},"actions":{"value":2},"requirements":{"value":""},"trigger":{"value":""}},"effects":[],"folder":null,"sort":0,"permission":{"default":0,"thw0Ox3kKEThnAFP":3},"flags":{"core":{"sourceId":"Item.cVrW2GGLVpydj8h5"}}} {"_id":"cpMkN79PdNci3nGp","name":"Distracting Spray","type":"action","img":"systems/pf2e/icons/actions/TwoActions.webp","data":{"description":{"value":"The capybara sprays an adjacent target with its scent glands. The target must attempt a Fortitude save. Wiping off the musk takes an Interact action and ends the effect. This uses a trained DC using the capybara's Constitution modifier or an expert DC if the capybara is specialized.
\nCritical Success The creature is unaffected.
\nSuccess The creature is @Compendium[pf2e.conditionitems.Clumsy]{Clumsy 1} for 1 round.
\nFailure The creature is clumsy 1 for 1 minute.
\nCritical Failure The creature is @Compendium[pf2e.conditionitems.Clumsy]{Clumsy 2} for 1 minute.
"},"source":{"value":""},"traits":{"value":[],"rarity":{"value":"common"},"custom":""},"rules":[{"key":"RollOption","domain":"all","option":"has-advanced-maneuver","priority":1}],"slug":null,"schema":{"version":0.692,"lastMigration":{"datetime":"2021-11-20T02:32:55.909-05:00","version":{"schema":0.678,"foundry":"0.8.9","system":"2.19.0.9009"}}},"actionType":{"value":"action"},"actionCategory":{"value":"defensive"},"actions":{"value":2},"requirements":{"value":""},"trigger":{"value":""}},"effects":[],"folder":null,"sort":0,"permission":{"default":0,"0tWA9mscoVx3YLRI":3},"flags":{"core":{"sourceId":"Item.tvBQEtzLWUR1PlcL"}}} {"_id":"g4JEtCnKXyY4LJpm","name":"Feast on the Fallen","type":"action","img":"systems/pf2e/icons/actions/Reaction.webp","data":{"description":{"value":"Frequency once per hour
\nTrigger A creature adjacent to the vulture is reduced to 0 Hit Points
\nThe vulture consumes a piece of the defeated foe, regaining [[/r 18]] Hit Points. If the vulture is a specialized animal companion, increase the Hit Points regained to [[/r 30]].
"},"source":{"value":""},"traits":{"value":["healing","manipulate"],"rarity":{"value":"common"},"custom":""},"rules":[{"key":"RollOption","domain":"all","option":"has-advanced-maneuver","priority":1}],"slug":null,"schema":{"version":0.692,"lastMigration":{"datetime":"2021-11-20T02:32:55.911-05:00","version":{"schema":null,"foundry":"0.8.9","system":"2.19.0.9009"}}},"actionType":{"value":"reaction"},"actionCategory":{"value":"defensive"},"actions":{"value":null},"requirements":{"value":""},"trigger":{"value":""},"rarity":{"value":"common"},"weapon":{"value":""}},"effects":[],"folder":null,"sort":0,"permission":{"default":0,"wT1HOeaOBCFxTCiE":3},"flags":{"core":{"sourceId":"Compendium.pf2e-animal-companions.AC-Advanced-Maneuvers.g4JEtCnKXyY4LJpm"}}} +{"_id":"h1Rldre8WVjUR5XO","name":"Disgusting Gallop","type":"action","img":"systems/pf2e/icons/actions/TwoActions.webp","data":{"description":{"value":"The zombie mount Strides twice, spraying putrid spittle as it runs. Once during this movement, choose a creature adjacent to the zombie mount. The spittle splashes on it, and the creature must succeed at a @Check[type:fortitude|dc:resolve(12+@actor.level+@actor.abilities.con.mod)] save or be @Compendium[pf2e.conditionitems.Sickened]{Sickened 1}. The creature is then temporarily immune to the spittle for 24 hours. This uses a trained DC using the zombie mount's Constitution modifier, or an expert DC (@Check[type:fortitude|dc:resolve(14+@actor.level+@actor.abilities.con.mod)]) if the mount is specialized.
"},"source":{"value":"Pathfinder #181: Zombie Feast"},"traits":{"value":["disease","move"],"rarity":"common","custom":""},"rules":[],"slug":null,"schema":{"version":0.766,"lastMigration":{"datetime":"2022-07-26T12:27:57.570-04:00","version":{"schema":null,"foundry":"9.269","system":"3.12.2"}}},"actionType":{"value":"action"},"actionCategory":{"value":"offensive"},"actions":{"value":2},"requirements":{"value":""},"trigger":{"value":""},"deathNote":false},"effects":[],"folder":null,"sort":0,"permission":{"default":0,"thw0Ox3kKEThnAFP":3},"flags":{"core":{"sourceId":"Item.h1Rldre8WVjUR5XO"}}} {"_id":"kKW68gi1FNJlNSOp","name":"Constrict","type":"action","img":"systems/pf2e/icons/actions/OneAction.webp","data":{"description":{"value":"Requirements The snake has a smaller creature grabbed.
\nThe snake deals [[/r 12]] bludgeoning damage to the grabbed creature; the creature must attempt a basic Fortitude save. If the snake is a specialized animal companion, increase this damage to [[/r 20]].
"},"source":{"value":""},"traits":{"value":[],"rarity":{"value":"common"},"custom":""},"rules":[{"key":"RollOption","domain":"all","option":"has-advanced-maneuver","priority":1}],"slug":null,"schema":{"version":0.692,"lastMigration":{"datetime":"2021-11-20T02:32:55.912-05:00","version":{"schema":null,"foundry":"0.8.9","system":"2.19.0.9009"}}},"actionType":{"value":"action"},"actionCategory":{"value":"offensive"},"actions":{"value":1},"requirements":{"value":""},"trigger":{"value":""},"rarity":{"value":"common"},"weapon":{"value":""}},"effects":[],"folder":null,"sort":0,"permission":{"default":0,"wT1HOeaOBCFxTCiE":3},"flags":{"core":{"sourceId":"Compendium.pf2e-animal-companions.AC-Advanced-Maneuvers.kKW68gi1FNJlNSOp"}}} {"_id":"lrchn6ROZcuKCg3C","name":"Careful Withdraw","type":"action","img":"systems/pf2e/icons/actions/TwoActions.webp","data":{"description":{"value":"The legchair carefully extricates you from a dangerous situation. It Steps twice and then Strides.
"},"source":{"value":""},"traits":{"value":[],"rarity":{"value":"common"},"custom":""},"rules":[{"key":"RollOption","domain":"all","option":"has-advanced-maneuver","priority":1}],"slug":null,"schema":{"version":0.692,"lastMigration":{"datetime":"2021-11-20T02:32:55.913-05:00","version":{"schema":0.678,"foundry":"0.8.9","system":"2.19.0.9009"}}},"actionType":{"value":"action"},"actionCategory":{"value":"defensive"},"actions":{"value":2},"requirements":{"value":""},"trigger":{"value":""}},"effects":[],"folder":null,"sort":0,"permission":{"default":0,"0tWA9mscoVx3YLRI":3},"flags":{"core":{"sourceId":"Item.tvBQEtzLWUR1PlcL"}}} {"_id":"oCgdnQP5bMDD02YC","name":"Bear Hug","type":"action","img":"systems/pf2e/icons/actions/OneAction.webp","data":{"description":{"value":"Requirements The bear’s last action was a successful claw Strike.
\nThe bear makes another claw Strike against the same target. If this Strike hits, the target is also @Compendium[pf2e.conditionitems.kWc1fhmv9LBiTuei]{Grabbed}, as if the bear had successfully Grappled the target.
"},"source":{"value":""},"traits":{"value":[],"rarity":{"value":"common"},"custom":""},"rules":[{"key":"RollOption","domain":"all","option":"has-advanced-maneuver","priority":1}],"slug":null,"schema":{"version":0.692,"lastMigration":{"datetime":"2021-11-20T02:32:55.916-05:00","version":{"schema":null,"foundry":"0.8.9","system":"2.19.0.9009"}}},"actionType":{"value":"action"},"actionCategory":{"value":"offensive"},"actions":{"value":1},"requirements":{"value":""},"trigger":{"value":""},"rarity":{"value":"common"},"weapon":{"value":""}},"effects":[],"folder":null,"sort":0,"permission":{"default":0,"wT1HOeaOBCFxTCiE":3},"flags":{"core":{"sourceId":"Compendium.pf2e-animal-companions.AC-Advanced-Maneuvers.oCgdnQP5bMDD02YC"}}} {"_id":"oYEXImMSzg0eDqzR","name":"Grabbing Trunk","type":"action","img":"systems/pf2e/icons/actions/TwoActions.webp","data":{"description":{"value":"The elephant grabs its foe with its trunk and carries it off. The elephant uses Athletics to @Compendium[pf2e.actionspf2e.Grapple]{Grapple} a creature up to two sizes smaller than the elephant in its trunk. If its target is @Compendium[pf2e.conditionitems.Grabbed]{Grabbed} or @Compendium[pf2e.conditionitems.Restrained]{Restrained}, the elephant repositions the target to another space in the elephant's reach.
"},"source":{"value":"Pathfinder #177: Burning Tundra"},"traits":{"value":[],"rarity":"common","custom":""},"rules":[],"slug":null,"schema":{"version":0.74,"lastMigration":{"datetime":"2022-04-20T00:54:20.201-04:00","version":{"schema":0.739,"foundry":"9.268","system":"3.8.4"}}},"actionType":{"value":"action"},"actionCategory":{"value":"offensive"},"actions":{"value":2},"requirements":{"value":""},"trigger":{"value":""}},"effects":[],"folder":null,"sort":0,"permission":{"default":0,"thw0Ox3kKEThnAFP":3},"flags":{"core":{"sourceId":"Item.oYEXImMSzg0eDqzR"}}} {"_id":"oisXYTTYE0TABboA","name":"Gnaw","type":"action","img":"systems/pf2e/icons/actions/OneAction.webp","data":{"description":{"value":"Requirements The animal companion’s last action was a successful jaws Strike.
\nThe Strike’s target takes 1d6 @Compendium[pf2e.conditionitems.lDVqvLKA6eF3Df60]{Persistent Damage} bleed damage and takes a –10-foot status penalty to its Speed until it removes the bleed damage. If the hyena is a specialized animal companion, the persistent bleed damage increases to 2d6.
"},"source":{"value":""},"traits":{"value":[],"rarity":{"value":"common"},"custom":""},"rules":[{"key":"RollOption","domain":"all","option":"has-advanced-maneuver","priority":1}],"slug":null,"schema":{"version":0.692,"lastMigration":{"datetime":"2021-11-20T02:32:55.917-05:00","version":{"schema":null,"foundry":"0.8.9","system":"2.19.0.9009"}}},"actionType":{"value":"action"},"actionCategory":{"value":"offensive"},"actions":{"value":1},"requirements":{"value":""},"trigger":{"value":""},"rarity":{"value":"common"},"weapon":{"value":""}},"effects":[],"folder":null,"sort":0,"permission":{"default":0,"wT1HOeaOBCFxTCiE":3},"flags":{"core":{"sourceId":"Compendium.pf2e-animal-companions.AC-Advanced-Maneuvers.oisXYTTYE0TABboA"}}} +{"_id":"ow3S5zhS51Nj8tsI","name":"Unnerving Screech","type":"action","img":"systems/pf2e/icons/actions/OneAction.webp","data":{"description":{"value":"Your skeletal bird of prey makes an earsplitting, unnatural screech, deafening and startling an enemy within 30 feet. The target must attempt a Fortitude save. The target is then temporarily immune for 1 hour. The frightened condition is a mental, emotion, and fear effect, but the creature can still be @Compendium[pf2e.conditionitems.Deafened]{Deafened} if it's immune to these.
\nCritical Success The target is unaffected.
\nSuccess The target is deafened for 1 round and @Compendium[pf2e.conditionitems.Frightened]{Frightened 1}.
\nFailure The target is deafened for 1 minute and frightened 1.
\nCritical Failure The target is deafened for 10 minutes and @Compendium[pf2e.conditionitems.Frightened]{Frightened 2}.
"},"source":{"value":"Pathfinder #181: Zombie Feast"},"traits":{"value":["auditory"],"rarity":"common","custom":""},"rules":[],"slug":null,"schema":{"version":0.766,"lastMigration":{"datetime":"2022-07-26T12:27:57.570-04:00","version":{"schema":null,"foundry":"9.269","system":"3.12.2"}}},"actionType":{"value":"action"},"actionCategory":{"value":"offensive"},"actions":{"value":1},"requirements":{"value":""},"trigger":{"value":""},"deathNote":false},"effects":[],"folder":null,"sort":0,"permission":{"default":0,"thw0Ox3kKEThnAFP":3},"flags":{}} {"_id":"pMPtswKNokDNyYR2","name":"Defensive Curl","type":"action","img":"systems/pf2e/icons/actions/TwoActions.webp","data":{"description":{"value":"The pangolin coils into a ball to defend itself. It gains a +2 circumstance bonus to AC. Any creature that hits the pangolin with a melee unarmed attack while it's in its Defensive Curl take [[/r {2d6}[persistent,bleed]]]{2d6} @Compendium[pf2e.conditionitems.Persistent Damage]{Persistent bleed Damage}. The pangolin can't move, use its unarmed attacks, or take other actions that require it to use its limbs while in its Defensive Curl, but it can unfurl as a single action, ending the effects of Defensive Curl.
"},"source":{"value":""},"traits":{"value":[],"rarity":{"value":"common"},"custom":""},"rules":[{"key":"ToggleProperty","property":"flags.pf2e.rollOptions.all.defensiveCurl"},{"key":"FlatModifier","selector":"ac","value":2,"predicate":{"all":["defensiveCurl"]}},{"key":"RollOption","domain":"all","option":"has-advanced-maneuver","priority":1}],"slug":null,"schema":{"version":0.692,"lastMigration":{"datetime":"2021-11-20T02:32:55.919-05:00","version":{"schema":0.678,"foundry":"0.8.9","system":"2.19.0.9009"}}},"actionType":{"value":"action"},"actionCategory":{"value":"defensive"},"actions":{"value":2},"requirements":{"value":""},"trigger":{"value":""}},"effects":[],"folder":null,"sort":0,"permission":{"default":0,"0tWA9mscoVx3YLRI":3},"flags":{"core":{"sourceId":"Item.tvBQEtzLWUR1PlcL"}}} {"_id":"q0Vh2V6KlzdMi1Pv","name":"Tongue Pull","type":"action","img":"systems/pf2e/icons/actions/OneAction.webp","data":{"description":{"value":"The cave gecko snaps out its tongue, attempting to pull a foe within 10 feet toward it. The gecko attempts an Athletics check against the foe's Fortitude DC. On a success, the cave gecko pulls the foe next to it. This movement is forced movement. On a critical success, the foe is also @Compendium[pf2e.conditionitems.kWc1fhmv9LBiTuei]{Grabbed} until the beginning of your next turn.
"},"source":{"value":""},"traits":{"value":["attack"],"rarity":{"value":"common"},"custom":""},"rules":[{"key":"RollOption","domain":"all","option":"has-advanced-maneuver","priority":1}],"slug":null,"schema":{"version":0.692,"lastMigration":{"datetime":"2021-11-20T02:32:55.920-05:00","version":{"schema":null,"foundry":"0.8.9","system":"2.19.0.9009"}}},"actionType":{"value":"action"},"actionCategory":{"value":"offensive"},"actions":{"value":1},"requirements":{"value":""},"trigger":{"value":""},"rarity":{"value":"common"},"weapon":{"value":""}},"effects":[],"folder":null,"sort":0,"permission":{"default":0,"wT1HOeaOBCFxTCiE":3},"flags":{"core":{"sourceId":"Compendium.pf2e-animal-companions.AC-Advanced-Maneuvers.q0Vh2V6KlzdMi1Pv"}}} -{"_id":"tsOaXTRWQvsKTyaL","name":"Gallop","type":"action","img":"systems/pf2e/icons/actions/TwoActions.webp","data":{"description":{"value":"The companion Strides twice at a +10-foot circumstance bonus to Speed.
"},"source":{"value":""},"traits":{"value":[],"rarity":{"value":"common"},"custom":""},"rules":[{"key":"RollOption","domain":"all","option":"has-advanced-maneuver","priority":1}],"slug":null,"schema":{"version":0.692,"lastMigration":{"datetime":"2021-11-20T02:32:55.921-05:00","version":{"schema":null,"foundry":"0.8.9","system":"2.19.0.9009"}}},"actionType":{"value":"action"},"actionCategory":{"value":"interaction"},"actions":{"value":2},"requirements":{"value":""},"trigger":{"value":""},"rarity":{"value":"common"},"weapon":{"value":""}},"effects":[],"folder":null,"sort":0,"permission":{"default":0,"wT1HOeaOBCFxTCiE":3},"flags":{"core":{"sourceId":"Compendium.pf2e-animal-companions.AC-Advanced-Maneuvers.tsOaXTRWQvsKTyaL"}}} +{"_id":"tsOaXTRWQvsKTyaL","name":"Gallop","type":"action","img":"systems/pf2e/icons/actions/TwoActions.webp","data":{"description":{"value":"The companion Strides twice at a +10-foot circumstance bonus to Speed.
"},"source":{"value":""},"traits":{"value":[],"rarity":{"value":"common"},"custom":""},"rules":[{"key":"RollOption","domain":"all","option":"has-advanced-maneuver","priority":1}],"slug":null,"schema":{"version":0.692,"lastMigration":{"datetime":"2021-11-20T02:32:55.921-05:00","version":{"schema":null,"foundry":"0.8.9","system":"2.19.0.9009"}}},"actionType":{"value":"action"},"actionCategory":{"value":"interaction"},"actions":{"value":2},"requirements":{"value":""},"trigger":{"value":""},"deathNote":false,"rarity":{"value":"common"},"weapon":{"value":""}},"effects":[],"folder":null,"sort":0,"permission":{"default":0,"wT1HOeaOBCFxTCiE":3},"flags":{"core":{"sourceId":"Compendium.pf2e-animal-companions.AC-Advanced-Maneuvers.tsOaXTRWQvsKTyaL"}}} {"_id":"ttJ1CanrAuehoSV8","name":"Death Roll","type":"action","img":"systems/pf2e/icons/actions/OneAction.webp","data":{"description":{"value":"Requirements The crocodile has a creature grabbed.
\nThe crocodile tucks its legs and rolls rapidly, twisting its victim. It makes a jaws Strike with a +2 circumstance bonus to the attack roll against the grabbed creature. If it hits, it also knocks the creature @Compendium[pf2e.conditionitems.j91X7x0XSomq8d60]{Prone}. If it misses, it releases the creature.
"},"source":{"value":""},"traits":{"value":[],"rarity":{"value":"common"},"custom":""},"rules":[{"key":"RollOption","domain":"all","option":"has-advanced-maneuver","priority":1},{"key":"ToggleProperty","property":"flags.pf2e.rollOptions.all.deathRoll"},{"key":"FlatModifier","selector":"jaws-attack","value":2,"type":"circumstance","predicate":{"all":["deathRoll"]}}],"slug":null,"schema":{"version":0.692,"lastMigration":{"datetime":"2021-11-20T02:32:55.923-05:00","version":{"schema":null,"foundry":"0.8.9","system":"2.19.0.9009"}}},"actionType":{"value":"action"},"actionCategory":{"value":"offensive"},"actions":{"value":1},"requirements":{"value":""},"trigger":{"value":""},"rarity":{"value":"common"},"weapon":{"value":""}},"effects":[],"folder":null,"sort":0,"permission":{"default":0,"wT1HOeaOBCFxTCiE":3},"flags":{"core":{"sourceId":"Compendium.pf2e-animal-companions.AC-Advanced-Maneuvers.ttJ1CanrAuehoSV8"}}} {"_id":"uR3j6TAJFeOVUHpY","name":"Lurching Rush","type":"action","img":"systems/pf2e/icons/actions/TwoActions.webp","data":{"description":{"value":"The monitor lizard Strides and then makes a jaws Strike. If it moved at least 20 feet away from its starting position, it gains a +2 circumstance bonus to this attack roll.
"},"source":{"value":""},"traits":{"value":[],"rarity":{"value":"common"},"custom":""},"rules":[{"key":"RollOption","domain":"all","option":"has-advanced-maneuver","priority":1}],"slug":null,"schema":{"version":0.692,"lastMigration":{"datetime":"2021-11-20T02:32:55.925-05:00","version":{"schema":null,"foundry":"0.8.9","system":"2.19.0.9009"}}},"actionType":{"value":"action"},"actionCategory":{"value":"offensive"},"actions":{"value":2},"requirements":{"value":""},"trigger":{"value":""},"rarity":{"value":"common"},"weapon":{"value":""}},"effects":[],"folder":null,"sort":0,"permission":{"default":0,"wT1HOeaOBCFxTCiE":3},"flags":{"core":{"sourceId":"Compendium.pf2e-animal-companions.AC-Advanced-Maneuvers.uR3j6TAJFeOVUHpY"}}} {"_id":"xssFjTXqGlsaddvl","name":"Knockdown","type":"action","img":"systems/pf2e/icons/actions/OneAction.webp","data":{"description":{"value":"Requirements The animal companion’s last action was a successful jaws Strike.
\nThe wolf automatically knocks the target of its jaws Strike @Compendium[pf2e.conditionitems.j91X7x0XSomq8d60]{Prone}.
"},"source":{"value":""},"traits":{"value":[],"rarity":{"value":"common"},"custom":""},"rules":[{"key":"RollOption","domain":"all","option":"has-advanced-maneuver","priority":1}],"slug":null,"schema":{"version":0.692,"lastMigration":{"datetime":"2021-11-20T02:32:55.926-05:00","version":{"schema":null,"foundry":"0.8.9","system":"2.19.0.9009"}}},"actionType":{"value":"action"},"actionCategory":{"value":"offensive"},"actions":{"value":1},"requirements":{"value":""},"trigger":{"value":""},"rarity":{"value":"common"},"weapon":{"value":""}},"effects":[],"folder":null,"sort":0,"permission":{"default":0,"wT1HOeaOBCFxTCiE":3},"flags":{"core":{"sourceId":"Compendium.pf2e-animal-companions.AC-Advanced-Maneuvers.xssFjTXqGlsaddvl"}}} diff --git a/packs/ac-ancestries-and-class.db b/packs/ac-ancestries-and-class.db index 1957ad4..a2530ad 100644 --- a/packs/ac-ancestries-and-class.db +++ b/packs/ac-ancestries-and-class.db @@ -1,30 +1,34 @@ {"_id":"0BVoHy7R86KJoani","name":"Monitor Lizard","type":"ancestry","img":"systems/pf2e/icons/default-icons/ancestry.svg","data":{"description":{"value":"Your companion is a stocky-limbed lizard with a long, almost serpentine body.
\nSize Medium
\nMelee
\n jaws, Damage 1d8 piercingStr +3, Dex +2, Con +2, Int -4, Wis +1, Cha +0
\nHit Points 8
\nSkill Survival
\nSenses low-light vision, scent (imprecise) 30 feet
\nSpeed 30 feet
\nSpecial mount
\nSupport Benefit The monitor lizard distracts an adjacent opponent with snapping jaws and rapid movements. Until the start of your next turn, if your Strike damages a foe, any time the foe attempts an action with the manipulate trait until the end of your next turn, it must attempt a DC 5 flat check. On a failure, the action is disrupted.
\nAdvanced Maneuver @Compendium[pf2e-animal-companions.AC-Advanced-Maneuvers.uR3j6TAJFeOVUHpY]{Lurching Rush}
"},"source":{"value":"Pathfinder #154: Siege of the Dinosaurs"},"traits":{"value":["animal"],"rarity":"common","custom":""},"rules":[{"key":"ActiveEffectLike","value":6,"mode":"add","path":"data.abilities.str.value"},{"key":"ActiveEffectLike","value":4,"mode":"add","path":"data.abilities.dex.value"},{"key":"ActiveEffectLike","value":4,"mode":"add","path":"data.abilities.con.value"},{"key":"ActiveEffectLike","value":2,"mode":"add","path":"data.abilities.wis.value"},{"key":"ActiveEffectLike","value":1,"mode":"add","path":"data.skills.sur.rank"},{"key":"GrantItem","uuid":"Compendium.pf2e-animal-companions.AC-Features.KKOgokqHa7RjVDN6"},{"acuity":"imprecise","key":"Sense","range":30,"selector":"scent"},{"category":"unarmed","damage":{"base":{"damageType":"piercing","dice":1,"die":"d8"}},"group":"brawling","key":"Strike","label":"PF2E.Weapon.Base.jaws","range":null,"traits":["unarmed"],"img":"systems/pf2e/icons/unarmed-attacks/jaws.webp","replaceAll":true},{"key":"RollOption","domain":"all","option":"self:ancestry:monitor-lizard","priority":1},{"key":"GrantItem","uuid":"Compendium.pf2e-animal-companions.AC-Support.2Jaz98WiQMNnqKCD"}],"slug":null,"schema":{"version":0.692,"lastMigration":{"datetime":"2021-11-20T02:32:59.711-05:00","version":{"schema":null,"foundry":"0.8.9","system":"2.19.0.9009"}}},"hp":8,"size":"sm","reach":5,"speed":30,"boosts":{"0":{"value":[]},"1":{"value":[]},"2":{"value":["str","dex","con","int","wis","cha"]}},"flaws":{"0":{"value":[]}},"languages":{"value":[],"custom":""},"additionalLanguages":{"count":0,"value":[],"custom":""},"items":{},"vision":"lowLightVision","rarity":{"value":"common"}},"effects":[],"folder":null,"sort":0,"permission":{"default":0,"rDxs69lNqIFN75Bl":3},"flags":{"core":{"sourceId":"Compendium.pf2e-animal-companions.AC-Ancestries-and-Class.0BVoHy7R86KJoani"},"exportSource":{"world":"ac","system":"pf2e","coreVersion":"0.8.8","systemVersion":"2.6.0.6437"}}} {"_id":"2DHIdNZsWW0QMktP","name":"Legchair","type":"ancestry","img":"systems/pf2e/icons/default-icons/ancestry.svg","data":{"description":{"value":"Your companion is a strange creature, akin to a chair with bestial legs.
\nSize Medium or Large
\nMelee
\n hoof (agile), Damage 1d6 bludgeoningStr +3, Dex +2, Con +2, Int -4, Wis +1, Cha +0
\nHit Points 8
\nSkill Stealth
\nSenses low-light vision, scent (imprecise, 30 feet)
\nSpeed 40 feet
\nSpecial mount
\nSupport Benefit Your legchair moves its limbs in the way of enemy attacks. You gain lesser cover from your legchair against all attacks, not just ones where the legchair would be in the way.
\nAdvanced Maneuver @Compendium[pf2e-animal-companions.AC-Advanced-Maneuvers.lrchn6ROZcuKCg3C]{Careful Withdraw}
"},"source":{"value":"Pathfinder Lost Omens: Grand Bazaar"},"traits":{"value":["animal"],"rarity":"common","custom":""},"rules":[{"key":"ActiveEffectLike","value":6,"mode":"add","path":"data.abilities.str.value"},{"key":"ActiveEffectLike","value":4,"mode":"add","path":"data.abilities.dex.value"},{"key":"ActiveEffectLike","value":4,"mode":"add","path":"data.abilities.con.value"},{"key":"ActiveEffectLike","value":2,"mode":"add","path":"data.abilities.wis.value"},{"key":"ActiveEffectLike","value":1,"mode":"add","path":"data.skills.ste.rank"},{"key":"GrantItem","uuid":"Compendium.pf2e-animal-companions.AC-Features.KKOgokqHa7RjVDN6"},{"adjustName":false,"choices":[{"label":"PF2E.ActorSizeMedium","value":"med"},{"label":"PF2E.ActorSizeLarge","value":"lg"}],"flag":"companionSize","key":"ChoiceSet","prompt":"PF2E.SpecificRule.Prompt.CreatureSize"},{"key":"ActiveEffectLike","mode":"override","path":"data.traits.size.value","value":"{item|flags.pf2e.rulesSelections.companionSize}"},{"category":"unarmed","damage":{"base":{"damageType":"bludgeoning","dice":1,"die":"d6"}},"group":"brawling","key":"Strike","label":"PF2E.BattleForm.Attack.Hoof","range":null,"traits":["unarmed","agile"],"img":"systems/pf2e/icons/unarmed-attacks/foot.webp","replaceAll":true},{"acuity":"imprecise","key":"Sense","range":30,"selector":"scent"},{"key":"RollOption","domain":"all","option":"self:ancestry:legchair","priority":1},{"key":"GrantItem","uuid":"Compendium.pf2e-animal-companions.AC-Support.kZvomyJobGrDs1MU"}],"slug":null,"schema":{"version":0.692,"lastMigration":{"datetime":"2021-11-20T02:32:59.713-05:00","version":{"schema":0.678,"foundry":"0.8.9","system":"2.19.0.9009"}}},"hp":8,"size":"med","reach":5,"speed":40,"boosts":{"0":{"value":[]},"1":{"value":[]},"2":{"value":["str","dex","con","int","wis","cha"]}},"flaws":{"0":{"value":[]}},"languages":{"value":[],"custom":""},"additionalLanguages":{"count":0,"value":[],"custom":""},"items":{},"vision":"lowLightVision","rarity":{"value":"common"}},"effects":[],"folder":null,"sort":0,"permission":{"default":0,"0tWA9mscoVx3YLRI":3},"flags":{"core":{"sourceId":"Compendium.pf2e-animal-companions.AC-Ancestries-and-Class.8gSeDqJLLQRlQWis"},"exportSource":{"world":"ac","system":"pf2e","coreVersion":"0.8.8","systemVersion":"2.6.0.6437"}}} {"_id":"2nVLooSZdV9tJw9E","name":"Ghost","type":"ancestry","img":"systems/pf2e/icons/default-icons/ancestry.svg","data":{"description":{"value":"Your companion is a ghost, bound to an item in your possession. Due to this bond, your ghost companion can move beyond the area of a single dwelling, but it's easier to disrupt than most incorporeal creatures. A ghost companion can be formed from a humanoid, animal, or other creature. The ghost isn't sapient and is unable to speak with the living.
\nSize Small or Medium
\nMelee
\n ghostly touch (finesse, magical), Damage 1d8 negative (doesn't apply the ghost's Strength modifier)Str -5, Dex +3, Con +0, Int -4, Wis +1, Cha +2
\nHit Points 4
\nSkill Stealth
\nSenses darkvision
\nSpeed fly 20 feet
\nSpecial @Compendium[pf2e-animal-companions.AC-Features.BjE6osOFlAishRbh]{Anchored Incorporeality}
\nSupport Benefit Your ghost spooks and scares your foes as you attack them. Until the start of your next turn, if you hit and deal damage to a creature in your ghost's reach, the creature becomes @Compendium[pf2e.conditionitems.Frightened]{Frightened 1}.
\nAdvanced Maneuver @Compendium[pf2e-animal-companions.AC-Advanced-Maneuvers.NMaMTiDB40L5O41S]{Telekinetic Assault}
"},"source":{"value":"Pathfinder Book of the Dead"},"traits":{"value":["undead"],"rarity":"uncommon","custom":""},"rules":[{"key":"ActiveEffectLike","value":-10,"mode":"add","path":"data.abilities.str.value"},{"key":"ActiveEffectLike","value":6,"mode":"add","path":"data.abilities.dex.value"},{"key":"ActiveEffectLike","value":4,"mode":"add","path":"data.abilities.cha.value"},{"key":"ActiveEffectLike","value":2,"mode":"add","path":"data.abilities.wis.value"},{"key":"ActiveEffectLike","value":1,"mode":"add","path":"data.skills.ste.rank"},{"key":"GrantItem","uuid":"Compendium.pf2e-animal-companions.AC-Features.KKOgokqHa7RjVDN6"},{"category":"unarmed","damage":{"base":{"damageType":"negative","dice":1,"die":"d8"}},"group":"brawling","img":"systems/pf2e/icons/spells/diamond-dust.webp","key":"Strike","range":null,"traits":["unarmed","magical","finesse"],"label":"Ghostly Touch"},{"key":"RollOption","domain":"all","option":"self:ancestry:ghost","priority":1},{"key":"GrantItem","uuid":"Compendium.pf2e-animal-companions.AC-Support.4kkcfQdHAb4YTVNw"},{"key":"FlatModifier","selector":"strike-damage","value":"-1*@actor.abilities.str.mod"},{"key":"BaseSpeed","selector":"fly","value":20},{"key":"ActiveEffectLike","mode":"override","path":"flags.pf2e.movement.flying","value":true,"priority":10},{"key":"Immunity","type":"death-effects"},{"key":"Immunity","type":"disease"},{"key":"Immunity","type":"poison"},{"adjustName":false,"choices":[{"label":"PF2E.ActorSizeMedium","value":"med"},{"label":"PF2E.ActorSizeSmall","value":"sm"}],"flag":"companionSize","key":"ChoiceSet","prompt":"PF2E.SpecificRule.Prompt.CreatureSize"},{"key":"ActiveEffectLike","mode":"override","path":"data.traits.size.value","value":"{item|flags.pf2e.rulesSelections.companionSize}"}],"slug":null,"schema":{"version":0.74,"lastMigration":{"datetime":"2022-04-20T00:54:20.201-04:00","version":{"schema":0.739,"foundry":"9.268","system":"3.8.4"}}},"hp":4,"size":"med","reach":5,"speed":0,"boosts":{"0":{"value":[]},"1":{"value":[]},"2":{"value":[]}},"flaws":{"0":{"value":[]}},"languages":{"value":[],"custom":""},"additionalLanguages":{"count":0,"value":[],"custom":""},"items":{"ru3kw":{"pack":"pf2e-animal-companions.AC-Features","id":"BjE6osOFlAishRbh","img":"systems/pf2e/icons/spells/adapt-self.webp","name":"Anchored Incorporeality","level":0},"a33mo":{"pack":"pf2e-animal-companions.AC-Features","id":"3mUx8vXEQkiIuBcR","img":"systems/pf2e/icons/spells/agonizing-despair.webp","name":"Negative Healing","level":0}},"vision":"darkvision"},"effects":[],"folder":null,"sort":0,"permission":{"default":0,"thw0Ox3kKEThnAFP":3},"flags":{}} -{"_id":"5mO4H9Etz6OZDXDp","name":"Bird","type":"ancestry","img":"systems/pf2e/icons/default-icons/ancestry.svg","data":{"description":{"value":"Your companion is a bird of prey, such as an eagle, hawk, or owl.
\nSize Small
\nMelee
\n jaws (finesse), Damage 1d6 piercingMelee
\n talon (agile, finesse), Damage 1d4 slashingStr +2, Dex +3, Con +1, Int -4, Wis +2, Cha +0
\nHit Points 4
\nSkill Stealth
\nSenses low-light vision
\nSpeed 10 feet, fly 60 feet
\nSupport Benefit The bird pecks at your foes' eyes when you create an opening. Until the start of your next turn, your Strikes that damage a creature that your bird threatens also deal [[/r {1d4}[persistent,bleed]]]{1d4} @Compendium[pf2e.conditionitems.Persistent Damage]{Persistent bleed Damage}, and the target is @Compendium[pf2e.conditionitems.Dazzled]{Dazzled} until it removes the bleed damage. If your bird is nimble or savage, the persistent bleed damage increases to [[/r 2d4]]{2d4}.
\nAdvanced Maneuver @Compendium[pf2e-animal-companions.AC-Advanced-Maneuvers.X4VjMfVVAjZjwcrT]{Flyby Attack}
"},"source":{"value":"Pathfinder Core Rulebook"},"traits":{"value":["animal"],"rarity":"common","custom":""},"rules":[{"key":"ActiveEffectLike","value":4,"mode":"add","path":"data.abilities.str.value"},{"key":"ActiveEffectLike","value":6,"mode":"add","path":"data.abilities.dex.value"},{"key":"ActiveEffectLike","value":2,"mode":"add","path":"data.abilities.con.value"},{"key":"ActiveEffectLike","value":4,"mode":"add","path":"data.abilities.wis.value"},{"key":"ActiveEffectLike","value":1,"mode":"add","path":"data.skills.ste.rank"},{"key":"BaseSpeed","selector":"fly","value":60},{"key":"GrantItem","uuid":"Compendium.pf2e-animal-companions.AC-Features.KKOgokqHa7RjVDN6"},{"category":"unarmed","damage":{"base":{"damageType":"piercing","dice":1,"die":"d6"}},"group":"brawling","key":"Strike","label":"PF2E.Weapon.Base.jaws","range":null,"traits":["unarmed","finesse"],"img":"systems/pf2e/icons/unarmed-attacks/beak.webp"},{"category":"unarmed","damage":{"base":{"damageType":"slashing","dice":1,"die":"d4"}},"group":"brawling","key":"Strike","label":"PF2E.BattleForm.Attack.Talon","range":null,"traits":["unarmed","agile","finesse"],"img":"systems/pf2e/icons/unarmed-attacks/talon.webp","replaceBasicUnarmed":true},{"key":"RollOption","domain":"all","option":"self:ancestry:bird","priority":1},{"key":"GrantItem","uuid":"Compendium.pf2e-animal-companions.AC-Support.7rhcqwMDt2xqnI1N"}],"slug":null,"schema":{"version":0.692,"lastMigration":{"datetime":"2021-11-20T02:32:59.715-05:00","version":{"schema":null,"foundry":"0.8.9","system":"2.19.0.9009"}}},"hp":4,"size":"sm","reach":5,"speed":10,"boosts":{"0":{"value":[]},"1":{"value":[]},"2":{"value":["str","dex","con","int","wis","cha"]}},"flaws":{"0":{"value":[]}},"languages":{"value":[],"custom":""},"additionalLanguages":{"count":0,"value":[],"custom":""},"items":{},"vision":"lowLightVision","rarity":{"value":"common"}},"effects":[],"folder":null,"sort":0,"permission":{"default":0,"rDxs69lNqIFN75Bl":3},"flags":{"core":{"sourceId":"Compendium.pf2e-animal-companions.AC-Ancestries-and-Class.5mO4H9Etz6OZDXDp"},"exportSource":{"world":"ac","system":"pf2e","coreVersion":"0.8.8","systemVersion":"2.6.0.6437"}}} +{"_id":"5mO4H9Etz6OZDXDp","name":"Bird","type":"ancestry","img":"systems/pf2e/icons/default-icons/ancestry.svg","data":{"description":{"value":"Your companion is a bird of prey, such as an eagle, hawk, or owl.
\nSize Small
\nMelee
\n jaws (finesse), Damage 1d6 piercingMelee
\n talon (agile, finesse), Damage 1d4 slashingStr +2, Dex +3, Con +1, Int -4, Wis +2, Cha +0
\nHit Points 4
\nSkill Stealth
\nSenses low-light vision
\nSpeed 10 feet, fly 60 feet
\nSupport Benefit The bird pecks at your foes' eyes when you create an opening. Until the start of your next turn, your Strikes that damage a creature that your bird threatens also deal [[/r {1d4}[persistent,bleed]]]{1d4} @Compendium[pf2e.conditionitems.Persistent Damage]{Persistent bleed Damage}, and the target is @Compendium[pf2e.conditionitems.Dazzled]{Dazzled} until it removes the bleed damage. If your bird is nimble or savage, the persistent bleed damage increases to [[/r 2d4]]{2d4}.
\nAdvanced Maneuver @Compendium[pf2e-animal-companions.AC-Advanced-Maneuvers.X4VjMfVVAjZjwcrT]{Flyby Attack}
"},"source":{"value":"Pathfinder Core Rulebook"},"traits":{"value":["animal"],"rarity":"common","custom":""},"rules":[{"key":"ActiveEffectLike","value":4,"mode":"add","path":"data.abilities.str.value"},{"key":"ActiveEffectLike","value":6,"mode":"add","path":"data.abilities.dex.value"},{"key":"ActiveEffectLike","value":2,"mode":"add","path":"data.abilities.con.value"},{"key":"ActiveEffectLike","value":4,"mode":"add","path":"data.abilities.wis.value"},{"key":"ActiveEffectLike","value":1,"mode":"add","path":"data.skills.ste.rank"},{"key":"BaseSpeed","selector":"fly","value":60},{"key":"GrantItem","uuid":"Compendium.pf2e-animal-companions.AC-Features.KKOgokqHa7RjVDN6"},{"category":"unarmed","damage":{"base":{"damageType":"piercing","dice":1,"die":"d6"}},"group":"brawling","key":"Strike","label":"PF2E.Weapon.Base.jaws","range":null,"traits":["unarmed","finesse"],"img":"systems/pf2e/icons/unarmed-attacks/beak.webp"},{"category":"unarmed","damage":{"base":{"damageType":"slashing","dice":1,"die":"d4"}},"group":"brawling","key":"Strike","label":"PF2E.BattleForm.Attack.Talon","range":null,"traits":["unarmed","agile","finesse"],"img":"systems/pf2e/icons/unarmed-attacks/talon.webp","replaceBasicUnarmed":true},{"key":"RollOption","domain":"all","option":"self:ancestry:bird","priority":1},{"key":"GrantItem","uuid":"Compendium.pf2e-animal-companions.AC-Support.7rhcqwMDt2xqnI1N"}],"slug":null,"schema":{"version":0.692,"lastMigration":{"datetime":"2021-11-20T02:32:59.715-05:00","version":{"schema":null,"foundry":"0.8.9","system":"2.19.0.9009"}}},"hp":4,"size":"sm","reach":5,"speed":10,"boosts":{"0":{"value":[]},"1":{"value":[]},"2":{"value":["str","dex","con","int","wis","cha"]}},"flaws":{"0":{"value":[]}},"voluntaryBoosts":{},"voluntaryFlaws":{},"languages":{"value":[],"custom":""},"additionalLanguages":{"count":0,"value":[],"custom":""},"items":{},"vision":"lowLightVision","rarity":{"value":"common"}},"effects":[],"folder":null,"sort":0,"permission":{"default":0,"rDxs69lNqIFN75Bl":3},"flags":{"core":{"sourceId":"Compendium.pf2e-animal-companions.AC-Ancestries-and-Class.5mO4H9Etz6OZDXDp"},"exportSource":{"world":"ac","system":"pf2e","coreVersion":"0.8.8","systemVersion":"2.6.0.6437"}}} {"_id":"6dNZ1K8X9OgK8aCL","name":"Rhinoceros","type":"ancestry","img":"systems/pf2e/icons/default-icons/ancestry.svg","data":{"description":{"value":"Your companion is a rhinoceros or woolly rhinoceros.
\nSize Large
\nMelee
\n horn, Damage 1d8 piercingStr +3, Dex +1, Con +3, Int -4, Wis +1, Cha +0
\nHit Points 8
\nSkill Survival
\nSenses scent (imprecise, 30 feet)
\nSpeed 30 feet
\nSpecial mount
\nSupport Benefit Your rhino swings its heavy head to unbalance your enemy. The first creature within your rhino's reach that you hit and deal damage to before the start of your next turn becomes @Compendium[pf2e.conditionitems.Clumsy]{Clumsy 1} until the end of your next turn.
\nAdvanced Maneuver @Compendium[pf2e-animal-companions.AC-Advanced-Maneuvers.JMHoCFb886K6dT1n]{Rhinoceros Charge}
"},"source":{"value":"Pathfinder #177: Burning Tundra"},"traits":{"value":["animal"],"rarity":"uncommon","custom":""},"rules":[{"key":"ActiveEffectLike","value":6,"mode":"add","path":"data.abilities.str.value"},{"key":"ActiveEffectLike","value":2,"mode":"add","path":"data.abilities.dex.value"},{"key":"ActiveEffectLike","value":6,"mode":"add","path":"data.abilities.con.value"},{"key":"ActiveEffectLike","value":2,"mode":"add","path":"data.abilities.wis.value"},{"key":"ActiveEffectLike","value":1,"mode":"add","path":"data.skills.sur.rank"},{"key":"GrantItem","uuid":"Compendium.pf2e-animal-companions.AC-Features.KKOgokqHa7RjVDN6"},{"acuity":"imprecise","key":"Sense","range":30,"selector":"scent"},{"category":"unarmed","damage":{"base":{"damageType":"piercing","dice":1,"die":"d8"}},"group":"brawling","key":"Strike","label":"PF2E.BattleForm.Attack.Horn","range":null,"traits":["unarmed"],"img":"systems/pf2e/icons/unarmed-attacks/horn.webp","replaceBasicUnarmed":true},{"key":"RollOption","domain":"all","option":"self:ancestry:rhinoceros","priority":1},{"key":"GrantItem","uuid":"Compendium.pf2e-animal-companions.AC-Support.kecawjDhBFz5QA4f"}],"slug":null,"schema":{"version":0.74,"lastMigration":{"datetime":"2022-04-20T00:54:20.201-04:00","version":{"schema":0.739,"foundry":"9.268","system":"3.8.4"}}},"hp":8,"size":"lg","reach":5,"speed":30,"boosts":{"0":{"value":[]},"1":{"value":[]},"2":{"value":[]}},"flaws":{"0":{"value":[]}},"languages":{"value":[],"custom":""},"additionalLanguages":{"count":0,"value":[],"custom":""},"items":{},"vision":"normal"},"effects":[],"folder":null,"sort":0,"permission":{"default":0,"thw0Ox3kKEThnAFP":3},"flags":{}} -{"_id":"6r0IkniXbYu0bPdi","name":"Pangolin","type":"ancestry","img":"systems/pf2e/icons/default-icons/ancestry.svg","data":{"description":{"value":"Your companion is a particularly large pangolin, such as an ugvashi from Vudra.
\nSize Medium
\nMelee
\n body, Damage 1d8 bludgeoningMelee
\n claw (agile), Damage 1d6 slashingStr +3, Dex +2, Con +2, Int -4, Wis +1, Cha +0
\nHit Points 8
\nSkill Survival
\nSenses low-light vision
\nSpeed 25 feet
\nSupport Benefit Your pangolin tears at your enemies with its serrated plates. Until the start of your next turn, your Strikes that damage a creature in your pangolin's reach also deal [[/r {1d6}[persistent,bleed]]]{1d6} @Compendium[pf2e.conditionitems.Persistent Damage]{Persistent bleed Damage}. If your pangolin is nimble or savage, the persistent bleed damage increases to [[/r 2d6]]{2d6}.
\nAdvanced Maneuver @Compendium[pf2e-animal-companions.AC-Advanced-Maneuvers.pMPtswKNokDNyYR2]{Defensive Curl}
"},"source":{"value":"Pathfinder Lost Omens: Grand Bazaar"},"traits":{"value":["animal"],"rarity":"common","custom":""},"rules":[{"key":"ActiveEffectLike","value":6,"mode":"add","path":"data.abilities.str.value"},{"key":"ActiveEffectLike","value":4,"mode":"add","path":"data.abilities.dex.value"},{"key":"ActiveEffectLike","value":4,"mode":"add","path":"data.abilities.con.value"},{"key":"ActiveEffectLike","value":2,"mode":"add","path":"data.abilities.wis.value"},{"key":"ActiveEffectLike","value":1,"mode":"add","path":"data.skills.sur.rank"},{"key":"GrantItem","uuid":"Compendium.pf2e-animal-companions.AC-Features.KKOgokqHa7RjVDN6"},{"category":"unarmed","damage":{"base":{"damageType":"bludgeoning","dice":1,"die":"d8"}},"group":"brawling","key":"Strike","label":"PF2E.BattleForm.Attack.Body","range":null,"traits":["unarmed"],"img":"systems/pf2e/icons/unarmed-attacks/body.webp"},{"category":"unarmed","damage":{"base":{"damageType":"slashing","dice":1,"die":"d6"}},"group":"brawling","key":"Strike","label":"PF2E.Weapon.Base.claw","range":null,"traits":["unarmed","agile"],"img":"systems/pf2e/icons/unarmed-attacks/claw.webp","replaceBasicUnarmed":true},{"key":"RollOption","domain":"all","option":"self:ancestry:pangolin","priority":1},{"key":"GrantItem","uuid":"Compendium.pf2e-animal-companions.AC-Support.QiQvx7jtfrkGnf13"}],"slug":null,"schema":{"version":0.692,"lastMigration":{"datetime":"2021-11-20T02:32:59.716-05:00","version":{"schema":0.678,"foundry":"0.8.9","system":"2.19.0.9009"}}},"hp":8,"size":"med","reach":5,"speed":25,"boosts":{"0":{"value":[]},"1":{"value":[]},"2":{"value":[]}},"flaws":{"0":{"value":[]}},"languages":{"value":[],"custom":""},"additionalLanguages":{"count":0,"value":[],"custom":""},"items":{},"vision":"lowLightVision","rarity":{"value":"common"}},"effects":[],"folder":null,"sort":0,"permission":{"default":0,"0tWA9mscoVx3YLRI":3},"flags":{"core":{"sourceId":"Compendium.pf2e-animal-companions.AC-Ancestries-and-Class.8gSeDqJLLQRlQWis"},"exportSource":{"world":"ac","system":"pf2e","coreVersion":"0.8.8","systemVersion":"2.6.0.6437"}}} -{"_id":"8gSeDqJLLQRlQWis","name":"Horse","type":"ancestry","img":"systems/pf2e/icons/default-icons/ancestry.svg","data":{"description":{"value":"Your companion is a horse, pony, or similar equine.
\nSize Medium or Large
\nMelee
\n hoof (agile), Damage 1d6 bludgeoningStr +3, Dex +2, Con +2, Int -4, Wis +1, Cha +0
\nHit Points 8
\nSkill Survival
\nSenses low-light vision, scent (imprecise, 30 feet)
\nSpeed 40 feet
\nSpecial mount
\nSupport Benefit Your horse adds momentum to your charge. Until the start of your next turn, if you moved at least 10 feet on the action before your attack, add a circumstance bonus to damage to that attack equal to twice the number of damage dice. If your weapon already has the jousting weapon trait, increase the trait's damage bonus by 2 per die instead.
\nAdvanced Maneuver @Compendium[pf2e-animal-companions.AC-Advanced-Maneuvers.tsOaXTRWQvsKTyaL]{Gallop}
"},"source":{"value":"Pathfinder Core Rulebook"},"traits":{"value":["animal"],"rarity":"common","custom":""},"rules":[{"key":"ActiveEffectLike","value":6,"mode":"add","path":"data.abilities.str.value"},{"key":"ActiveEffectLike","value":4,"mode":"add","path":"data.abilities.dex.value"},{"key":"ActiveEffectLike","value":4,"mode":"add","path":"data.abilities.con.value"},{"key":"ActiveEffectLike","value":2,"mode":"add","path":"data.abilities.wis.value"},{"key":"ActiveEffectLike","value":1,"mode":"add","path":"data.skills.sur.rank"},{"key":"GrantItem","uuid":"Compendium.pf2e-animal-companions.AC-Features.KKOgokqHa7RjVDN6"},{"acuity":"imprecise","key":"Sense","range":30,"selector":"scent"},{"category":"unarmed","damage":{"base":{"damageType":"bludgeoning","dice":1,"die":"d6"}},"group":"brawling","key":"Strike","label":"PF2E.BattleForm.Attack.Hoof","range":null,"traits":["unarmed","agile"],"img":"systems/pf2e/icons/unarmed-attacks/foot.webp","replaceAll":true},{"adjustName":false,"choices":[{"label":"PF2E.ActorSizeMedium","value":"med"},{"label":"PF2E.ActorSizeLarge","value":"lg"}],"flag":"companionSize","key":"ChoiceSet","prompt":"PF2E.SpecificRule.Prompt.CreatureSize"},{"key":"ActiveEffectLike","mode":"override","path":"data.traits.size.value","value":"{item|flags.pf2e.rulesSelections.companionSize}"},{"key":"RollOption","domain":"all","option":"self:ancestry:horse","priority":1},{"key":"GrantItem","uuid":"Compendium.pf2e-animal-companions.AC-Support.wf20kx6pPGBWwUn2"}],"slug":null,"schema":{"version":0.692,"lastMigration":{"datetime":"2021-11-20T02:32:59.719-05:00","version":{"schema":null,"foundry":"0.8.9","system":"2.19.0.9009"}}},"hp":8,"size":"med","reach":5,"speed":40,"boosts":{"0":{"value":[]},"1":{"value":[]},"2":{"value":["str","dex","con","int","wis","cha"]}},"flaws":{"0":{"value":[]}},"languages":{"value":[],"custom":""},"additionalLanguages":{"count":0,"value":[],"custom":""},"items":{},"vision":"lowLightVision","rarity":{"value":"common"}},"effects":[],"folder":null,"sort":0,"permission":{"default":0,"rDxs69lNqIFN75Bl":3},"flags":{"core":{"sourceId":"Compendium.pf2e-animal-companions.AC-Ancestries-and-Class.8gSeDqJLLQRlQWis"},"exportSource":{"world":"ac","system":"pf2e","coreVersion":"0.8.8","systemVersion":"2.6.0.6437"}}} +{"_id":"6r0IkniXbYu0bPdi","name":"Pangolin","type":"ancestry","img":"systems/pf2e/icons/default-icons/ancestry.svg","data":{"description":{"value":"Your companion is a particularly large pangolin, such as an ugvashi from Vudra.
\nSize Medium
\nMelee
\n body, Damage 1d8 bludgeoningMelee
\n claw (agile), Damage 1d6 slashingStr +3, Dex +2, Con +2, Int -4, Wis +1, Cha +0
\nHit Points 8
\nSkill Survival
\nSenses low-light vision
\nSpeed 25 feet
\nSupport Benefit Your pangolin tears at your enemies with its serrated plates. Until the start of your next turn, your Strikes that damage a creature in your pangolin's reach also deal [[/r {1d6}[persistent,bleed]]]{1d6} @Compendium[pf2e.conditionitems.Persistent Damage]{Persistent bleed Damage}. If your pangolin is nimble or savage, the persistent bleed damage increases to [[/r 2d6]]{2d6}.
\nAdvanced Maneuver @Compendium[pf2e-animal-companions.AC-Advanced-Maneuvers.pMPtswKNokDNyYR2]{Defensive Curl}
"},"source":{"value":"Pathfinder Lost Omens: Grand Bazaar"},"traits":{"value":["animal"],"rarity":"common","custom":""},"rules":[{"key":"ActiveEffectLike","value":6,"mode":"add","path":"data.abilities.str.value"},{"key":"ActiveEffectLike","value":4,"mode":"add","path":"data.abilities.dex.value"},{"key":"ActiveEffectLike","value":4,"mode":"add","path":"data.abilities.con.value"},{"key":"ActiveEffectLike","value":2,"mode":"add","path":"data.abilities.wis.value"},{"key":"ActiveEffectLike","value":1,"mode":"add","path":"data.skills.sur.rank"},{"key":"GrantItem","uuid":"Compendium.pf2e-animal-companions.AC-Features.KKOgokqHa7RjVDN6"},{"category":"unarmed","damage":{"base":{"damageType":"bludgeoning","dice":1,"die":"d8"}},"group":"brawling","key":"Strike","label":"PF2E.BattleForm.Attack.Body","range":null,"traits":["unarmed"],"img":"systems/pf2e/icons/unarmed-attacks/body.webp"},{"category":"unarmed","damage":{"base":{"damageType":"slashing","dice":1,"die":"d6"}},"group":"brawling","key":"Strike","label":"PF2E.Weapon.Base.claw","range":null,"traits":["unarmed","agile"],"img":"systems/pf2e/icons/unarmed-attacks/claw.webp","replaceBasicUnarmed":true},{"key":"RollOption","domain":"all","option":"self:ancestry:pangolin","priority":1},{"key":"GrantItem","uuid":"Compendium.pf2e-animal-companions.AC-Support.QiQvx7jtfrkGnf13"}],"slug":null,"schema":{"version":0.692,"lastMigration":{"datetime":"2021-11-20T02:32:59.716-05:00","version":{"schema":0.678,"foundry":"0.8.9","system":"2.19.0.9009"}}},"hp":8,"size":"med","reach":5,"speed":25,"boosts":{"0":{"value":[]},"1":{"value":[]},"2":{"value":[]}},"flaws":{"0":{"value":[]}},"voluntaryBoosts":{},"voluntaryFlaws":{},"languages":{"value":[],"custom":""},"additionalLanguages":{"count":0,"value":[],"custom":""},"items":{},"vision":"lowLightVision","rarity":{"value":"common"}},"effects":[],"folder":null,"sort":0,"permission":{"default":0,"0tWA9mscoVx3YLRI":3},"flags":{"core":{"sourceId":"Compendium.pf2e-animal-companions.AC-Ancestries-and-Class.8gSeDqJLLQRlQWis"},"exportSource":{"world":"ac","system":"pf2e","coreVersion":"0.8.8","systemVersion":"2.6.0.6437"}}} +{"_id":"8an4Nsuh2Md5wWHI","name":"Undead Hand","type":"ancestry","img":"systems/pf2e/icons/default-icons/ancestry.svg","data":{"description":{"value":"Your companion is a large skeletal or fleshy humanoid hand, similar to a giant crawling hand (Pathfinder Bestiary 2 56).
\nSize Small
\nMelee
\n claw (agile, finesse), Damage 1d6 slashingStr +2, Dex +2, Con +1, Int -5, Wis +1, Cha +0
\nHit Points 4
\nSkill none (mindless)
\nSenses darkvision
\nSpeed 20 feet, climb 20 feet
\nSpecial mindless
\nSupport Benefit The hand viciously batters the foes you attack. Until the start of your next turn, each time you hit a creature in the hand's reach with a Strike, the creature takes [[/r {1d6}[bludgeoning]]]{1d6 bludgeoning damage} from the hand. If your hand is nimble or savage, the bludgeoning damage increases to [[/r 2d6]]{2d6}.
\nAdvanced Maneuver @Compendium[pf2e-animal-companions.AC-Advanced-Maneuvers.MQv67R7KBIrJkshN]{Grip Throat}
"},"source":{"value":"Pathfinder #181: Zombie Feast"},"traits":{"value":["minion","undead"],"rarity":"uncommon","custom":""},"rules":[{"key":"ActiveEffectLike","value":4,"mode":"add","path":"data.abilities.str.value"},{"key":"ActiveEffectLike","value":4,"mode":"add","path":"data.abilities.dex.value"},{"key":"ActiveEffectLike","value":2,"mode":"add","path":"data.abilities.con.value"},{"key":"ActiveEffectLike","value":0,"mode":"override","path":"data.abilities.int.value","priority":60},{"key":"ActiveEffectLike","value":2,"mode":"add","path":"data.abilities.wis.value"},{"key":"GrantItem","uuid":"Compendium.pf2e-animal-companions.AC-Features.KKOgokqHa7RjVDN6"},{"category":"unarmed","damage":{"base":{"damageType":"slashing","dice":1,"die":"d6"}},"group":"brawling","key":"Strike","label":"PF2E.Weapon.Base.claw","range":null,"traits":["unarmed","agile","finesse"],"img":"systems/pf2e/icons/unarmed-attacks/claw.webp"},{"key":"BaseSpeed","selector":"climb","value":20},{"key":"RollOption","domain":"all","option":"self:ancestry:undead-hand","priority":1},{"key":"GrantItem","uuid":"Compendium.pf2e-animal-companions.AC-Support.imNJpD4afn4UrLpu"}],"slug":null,"schema":{"version":0.766,"lastMigration":{"datetime":"2022-07-26T11:40:41.591-04:00","version":{"schema":null,"foundry":"9.269","system":"3.12.2"}}},"hp":4,"size":"sm","reach":5,"speed":20,"boosts":{"0":{"value":[]},"1":{"value":[]},"2":{"value":[]}},"flaws":{"0":{"value":[]}},"voluntaryBoosts":{},"voluntaryFlaws":{},"languages":{"value":[],"custom":""},"additionalLanguages":{"count":0,"value":[],"custom":""},"items":{},"vision":"darkvision"},"effects":[],"folder":null,"sort":0,"permission":{"default":0,"thw0Ox3kKEThnAFP":3},"flags":{}} +{"_id":"8gSeDqJLLQRlQWis","name":"Horse","type":"ancestry","img":"systems/pf2e/icons/default-icons/ancestry.svg","data":{"description":{"value":"Your companion is a horse, pony, or similar equine.
\nSize Medium or Large
\nMelee
\n hoof (agile), Damage 1d6 bludgeoningStr +3, Dex +2, Con +2, Int -4, Wis +1, Cha +0
\nHit Points 8
\nSkill Survival
\nSenses low-light vision, scent (imprecise, 30 feet)
\nSpeed 40 feet
\nSpecial mount
\nSupport Benefit Your horse adds momentum to your charge. Until the start of your next turn, if you moved at least 10 feet on the action before your attack, add a circumstance bonus to damage to that attack equal to twice the number of damage dice. If your weapon already has the jousting weapon trait, increase the trait's damage bonus by 2 per die instead.
\nAdvanced Maneuver @Compendium[pf2e-animal-companions.AC-Advanced-Maneuvers.tsOaXTRWQvsKTyaL]{Gallop}
"},"source":{"value":"Pathfinder Core Rulebook"},"traits":{"value":["animal"],"rarity":"common","custom":""},"rules":[{"key":"ActiveEffectLike","value":6,"mode":"add","path":"data.abilities.str.value"},{"key":"ActiveEffectLike","value":4,"mode":"add","path":"data.abilities.dex.value"},{"key":"ActiveEffectLike","value":4,"mode":"add","path":"data.abilities.con.value"},{"key":"ActiveEffectLike","value":2,"mode":"add","path":"data.abilities.wis.value"},{"key":"ActiveEffectLike","value":1,"mode":"add","path":"data.skills.sur.rank"},{"key":"GrantItem","uuid":"Compendium.pf2e-animal-companions.AC-Features.KKOgokqHa7RjVDN6"},{"acuity":"imprecise","key":"Sense","range":30,"selector":"scent"},{"category":"unarmed","damage":{"base":{"damageType":"bludgeoning","dice":1,"die":"d6"}},"group":"brawling","key":"Strike","label":"PF2E.BattleForm.Attack.Hoof","range":null,"traits":["unarmed","agile"],"img":"systems/pf2e/icons/unarmed-attacks/foot.webp","replaceAll":true},{"adjustName":false,"choices":[{"label":"PF2E.ActorSizeMedium","value":"med"},{"label":"PF2E.ActorSizeLarge","value":"lg"}],"flag":"companionSize","key":"ChoiceSet","prompt":"PF2E.SpecificRule.Prompt.CreatureSize"},{"key":"ActiveEffectLike","mode":"override","path":"data.traits.size.value","value":"{item|flags.pf2e.rulesSelections.companionSize}"},{"key":"RollOption","domain":"all","option":"self:ancestry:horse","priority":1},{"key":"GrantItem","uuid":"Compendium.pf2e-animal-companions.AC-Support.wf20kx6pPGBWwUn2"}],"slug":null,"schema":{"version":0.692,"lastMigration":{"datetime":"2021-11-20T02:32:59.719-05:00","version":{"schema":null,"foundry":"0.8.9","system":"2.19.0.9009"}}},"hp":8,"size":"med","reach":5,"speed":40,"boosts":{"0":{"value":[]},"1":{"value":[]},"2":{"value":["str","dex","con","int","wis","cha"]}},"flaws":{"0":{"value":[]}},"voluntaryBoosts":{},"voluntaryFlaws":{},"languages":{"value":[],"custom":""},"additionalLanguages":{"count":0,"value":[],"custom":""},"items":{},"vision":"lowLightVision","rarity":{"value":"common"}},"effects":[],"folder":null,"sort":0,"permission":{"default":0,"rDxs69lNqIFN75Bl":3},"flags":{"core":{"sourceId":"Compendium.pf2e-animal-companions.AC-Ancestries-and-Class.8gSeDqJLLQRlQWis"},"exportSource":{"world":"ac","system":"pf2e","coreVersion":"0.8.8","systemVersion":"2.6.0.6437"}}} {"_id":"8z71PBlZBSXkKkLm","name":"Cave Gecko","type":"ancestry","img":"systems/pf2e/icons/default-icons/ancestry.svg","data":{"description":{"value":"Your companion is a sticky-footed lizard like a gecko or anole.
\nSize Small
\nMelee
\n jaws (finesse), Damage 1d6 piercingStr +2, Dex +3, Con +1, Int -4, Wis +2, Cha +0
\nHit Points 6
\nSkill Stealth
\nSenses low-light vision, scent (imprecise) 30 feet
\nSpeed 25 feet, climb 25 feet
\nSupport Benefit Your cave gecko helps you stay afoot, leaning into you and propping you up as you maneuver your opponent. Until the end of your next turn, as long as you are adjacent to your cave gecko, if you attempt to Disarm, Shove, or Trip an opponent and roll a critical failure, you get a failure instead.
\nAdvanced Maneuver @Compendium[pf2e-animal-companions.AC-Advanced-Maneuvers.q0Vh2V6KlzdMi1Pv]{Tongue Pull}
"},"source":{"value":"Pathfinder #154: Siege of the Dinosaurs"},"traits":{"value":["animal"],"rarity":"common","custom":""},"rules":[{"key":"ActiveEffectLike","value":4,"mode":"add","path":"data.abilities.str.value"},{"key":"ActiveEffectLike","value":6,"mode":"add","path":"data.abilities.dex.value"},{"key":"ActiveEffectLike","value":2,"mode":"add","path":"data.abilities.con.value"},{"key":"ActiveEffectLike","value":4,"mode":"add","path":"data.abilities.wis.value"},{"key":"ActiveEffectLike","value":1,"mode":"add","path":"data.skills.ste.rank"},{"key":"BaseSpeed","selector":"climb","value":25},{"key":"GrantItem","uuid":"Compendium.pf2e-animal-companions.AC-Features.KKOgokqHa7RjVDN6"},{"acuity":"imprecise","key":"Sense","range":30,"selector":"scent"},{"category":"unarmed","damage":{"base":{"damageType":"piercing","dice":1,"die":"d6"}},"group":"brawling","key":"Strike","label":"PF2E.Weapon.Base.jaws","range":null,"traits":["unarmed","finesse"],"img":"systems/pf2e/icons/unarmed-attacks/jaws.webp","replaceAll":true},{"key":"RollOption","domain":"all","option":"self:ancestry:cave-gecko","priority":1},{"key":"GrantItem","uuid":"Compendium.pf2e-animal-companions.AC-Support.nDUwRm0TOtc2EX0O"}],"slug":null,"schema":{"version":0.692,"lastMigration":{"datetime":"2021-11-20T02:32:59.720-05:00","version":{"schema":null,"foundry":"0.8.9","system":"2.19.0.9009"}}},"hp":6,"size":"sm","reach":5,"speed":25,"boosts":{"0":{"value":[]},"1":{"value":[]},"2":{"value":["str","dex","con","int","wis","cha"]}},"flaws":{"0":{"value":[]}},"languages":{"value":[],"custom":""},"additionalLanguages":{"count":0,"value":[],"custom":""},"items":{},"vision":"lowLightVision","rarity":{"value":"common"}},"effects":[],"folder":null,"sort":0,"permission":{"default":0,"rDxs69lNqIFN75Bl":3},"flags":{"core":{"sourceId":"Compendium.pf2e-animal-companions.AC-Ancestries-and-Class.8z71PBlZBSXkKkLm"},"exportSource":{"world":"ac","system":"pf2e","coreVersion":"0.8.8","systemVersion":"2.6.0.6437"}}} {"_id":"9T6H4GbqxMm44Acv","name":"Crocodile","type":"ancestry","img":"systems/pf2e/icons/default-icons/ancestry.svg","data":{"description":{"value":"Your companion is a crocodile or a similar crocodilian reptile, such as an alligator or caiman.
\nSize Small
\nMelee
\n jaws, Damage 1d8 piercingMelee
\n tail (agile), Damage 1d6 bludgeoningStr +3, Dex +2, Con +2, Int -4, Wis +1, Cha +0
\nHit Points 6
\nSkill Stealth
\nSenses low-light vision
\nSpeed 20 feet, swim 25 feet
\nSpecial The crocodile can hold its breath for about 2 hours.
\nSupport Benefit Your crocodile clamps its jaws on your foe, refusing to let go. Until the start of your next turn, if your Strike damages a creature in your crocodile's reach, your crocodile can latch onto the creature. While thus attached, the crocodile can move along with the target whenever the target moves until the end of your next turn. Your crocodile can latch onto only one creature in this way, and it must release the creature to make a jaws Strike. If the target is smaller than the crocodile, it takes a -10-foot circumstance penalty to its Speeds and can't Fly while the crocodile is latched on.
\nAdvanced Maneuver @Compendium[pf2e-animal-companions.AC-Advanced-Maneuvers.ttJ1CanrAuehoSV8]{Death Roll}
"},"source":{"value":"Pathfinder Advanced Player's Guide"},"traits":{"value":["animal"],"rarity":"common","custom":""},"rules":[{"key":"ActiveEffectLike","value":6,"mode":"add","path":"data.abilities.str.value"},{"key":"ActiveEffectLike","value":4,"mode":"add","path":"data.abilities.dex.value"},{"key":"ActiveEffectLike","value":4,"mode":"add","path":"data.abilities.con.value"},{"key":"ActiveEffectLike","value":2,"mode":"add","path":"data.abilities.wis.value"},{"key":"ActiveEffectLike","value":1,"mode":"add","path":"data.skills.ste.rank"},{"key":"BaseSpeed","selector":"swim","value":25},{"key":"GrantItem","uuid":"Compendium.pf2e-animal-companions.AC-Features.KKOgokqHa7RjVDN6"},{"category":"unarmed","damage":{"base":{"damageType":"piercing","dice":1,"die":"d8"}},"group":"brawling","key":"Strike","label":"PF2E.Weapon.Base.jaws","range":null,"traits":["unarmed"],"img":"systems/pf2e/icons/unarmed-attacks/jaws.webp"},{"category":"unarmed","damage":{"base":{"damageType":"bludgeoning","dice":1,"die":"d6"}},"group":"brawling","key":"Strike","label":"PF2E.BattleForm.Attack.Tail","range":null,"traits":["unarmed","agile"],"img":"systems/pf2e/icons/unarmed-attacks/tail.webp","replaceBasicUnarmed":true},{"key":"RollOption","domain":"all","option":"self:ancestry:crocodile","priority":1},{"key":"GrantItem","uuid":"Compendium.pf2e-animal-companions.AC-Support.yfjeiYMC27YGgoGW"}],"slug":null,"schema":{"version":0.692,"lastMigration":{"datetime":"2021-11-20T02:32:59.722-05:00","version":{"schema":null,"foundry":"0.8.9","system":"2.19.0.9009"}}},"hp":6,"size":"sm","reach":5,"speed":20,"boosts":{"0":{"value":[]},"1":{"value":[]},"2":{"value":["str","dex","con","int","wis","cha"]}},"flaws":{"0":{"value":[]}},"languages":{"value":[],"custom":""},"additionalLanguages":{"count":0,"value":[],"custom":""},"items":{},"vision":"lowLightVision","rarity":{"value":"common"}},"effects":[],"folder":null,"sort":0,"permission":{"default":0,"rDxs69lNqIFN75Bl":3},"flags":{"core":{"sourceId":"Compendium.pf2e-animal-companions.AC-Ancestries-and-Class.9T6H4GbqxMm44Acv"},"exportSource":{"world":"ac","system":"pf2e","coreVersion":"0.8.8","systemVersion":"2.6.0.6437"}}} -{"_id":"DUnwMSEutz35cCvB","name":"Skeletal Mount","type":"ancestry","img":"systems/pf2e/icons/default-icons/ancestry.svg","data":{"description":{"value":"Your companion is a skeletal horse, drake, elk, or other animal suitable for riding. Skeletal mounts can be collapsed, gathered into piles of bone, and packed away for storage.
\nSize Large
\nMelee
\n hoof (agile), Damage 1d6 bludgeoningStr +2, Dex +2, Con +2, Int -5, Wis +0, Cha +0
\nHit Points 4
\nSkill none (mindless)
\nSenses darkvision
\nSpeed 35 feet
\nSpecial @Compendium[pf2e-animal-companions.AC-Features.CSBy1IgHTSkVAFMM]{Mindless Companion}, mount
\nSupport Benefit Your skeletal mount strikes fear when it charges. Until the start of your next turn, if you are riding your skeletal mount and move at least 10 feet on the action before your attack, any creature damaged by the attack becomes @Compendium[pf2e.conditionitems.Frightened]{Frightened 1}, or @Compendium[pf2e.conditionitems.Frightened]{Frightened 2} if the attack was a critical hit. This is an emotion, fear, and mental effect.
\nAdvanced Maneuver @Compendium[pf2e-animal-companions.AC-Advanced-Maneuvers.tsOaXTRWQvsKTyaL]{Gallop}
"},"source":{"value":"Pathfinder Book of the Dead"},"traits":{"value":["undead"],"rarity":"uncommon","custom":""},"rules":[{"key":"ActiveEffectLike","value":4,"mode":"add","path":"data.abilities.str.value"},{"key":"ActiveEffectLike","value":4,"mode":"add","path":"data.abilities.dex.value"},{"key":"ActiveEffectLike","value":4,"mode":"add","path":"data.abilities.con.value"},{"key":"ActiveEffectLike","value":0,"mode":"override","path":"data.abilities.int.value","priority":60},{"key":"GrantItem","uuid":"Compendium.pf2e-animal-companions.AC-Features.KKOgokqHa7RjVDN6"},{"category":"unarmed","damage":{"base":{"damageType":"bludgeoning","dice":1,"die":"d6"}},"group":"brawling","key":"Strike","label":"PF2E.BattleForm.Attack.Foot","range":null,"traits":["unarmed","agile"],"img":"systems/pf2e/icons/unarmed-attacks/hoof.webp","replaceBasicUnarmed":true},{"key":"RollOption","domain":"all","option":"self:ancestry:skeletal-mount","priority":1},{"key":"GrantItem","uuid":"Compendium.pf2e-animal-companions.AC-Advanced-Maneuvers.tsOaXTRWQvsKTyaL"},{"key":"Immunity","type":"death-effects"},{"key":"Immunity","type":"disease"},{"key":"Immunity","type":"poison"},{"key":"Immunity","type":"mental"}],"slug":null,"schema":{"version":0.74,"lastMigration":{"datetime":"2022-04-20T00:54:20.202-04:00","version":{"schema":0.739,"foundry":"9.268","system":"3.8.4"}}},"hp":4,"size":"lg","reach":5,"speed":35,"boosts":{"0":{"value":[]},"1":{"value":[]},"2":{"value":[]}},"flaws":{"0":{"value":[]}},"languages":{"value":[],"custom":""},"additionalLanguages":{"count":0,"value":[],"custom":""},"items":{"j9gf3":{"pack":"pf2e-animal-companions.AC-Features","id":"CSBy1IgHTSkVAFMM","img":"systems/pf2e/icons/spells/mind-of-menace.webp","name":"Mindless Companion","level":0},"cjaao":{"pack":"pf2e-animal-companions.AC-Features","id":"3mUx8vXEQkiIuBcR","img":"systems/pf2e/icons/spells/agonizing-despair.webp","name":"Negative Healing","level":0}},"vision":"darkvision"},"effects":[],"folder":null,"sort":0,"permission":{"default":0,"thw0Ox3kKEThnAFP":3},"flags":{}} -{"_id":"MpqwqLf7AaLOfyZh","name":"Snake","type":"ancestry","img":"systems/pf2e/icons/default-icons/ancestry.svg","data":{"description":{"value":"Your companion is a constrictor snake, such as a boa or python.
\nSize Small
\nMelee
\n jaws (finesse), Damage 1d8 piercingStr +3, Dex +3, Con +1, Int -4, Wis +1, Cha +0
\nHit Points 6
\nSkill Stealth
\nSenses low-light vision, scent (imprecise, 30 feet)
\nSpeed 20 feet, climb 20 feet, swim 20 feet
\nSupport Benefit Your snake holds your enemies with its coils, interfering with reactions. Until the start of your next turn, any creature your snake threatens can't use reactions triggered by your actions unless its level is higher than yours.
\nAdvanced Maneuver @Compendium[pf2e-animal-companions.AC-Advanced-Maneuvers.kKW68gi1FNJlNSOp]{Constrict}
"},"source":{"value":"Pathfinder Core Rulebook"},"traits":{"value":["animal"],"rarity":"common","custom":""},"rules":[{"key":"ActiveEffectLike","value":6,"mode":"add","path":"data.abilities.str.value"},{"key":"ActiveEffectLike","value":6,"mode":"add","path":"data.abilities.dex.value"},{"key":"ActiveEffectLike","value":2,"mode":"add","path":"data.abilities.con.value"},{"key":"ActiveEffectLike","value":2,"mode":"add","path":"data.abilities.wis.value"},{"key":"ActiveEffectLike","value":1,"mode":"add","path":"data.skills.ste.rank"},{"key":"BaseSpeed","selector":"climb","value":20},{"key":"BaseSpeed","selector":"swim","value":20},{"key":"GrantItem","uuid":"Compendium.pf2e-animal-companions.AC-Features.KKOgokqHa7RjVDN6"},{"acuity":"imprecise","key":"Sense","range":30,"selector":"scent"},{"category":"unarmed","damage":{"base":{"damageType":"piercing","dice":1,"die":"d8"}},"group":"brawling","key":"Strike","label":"PF2E.Weapon.Base.jaws","range":null,"traits":["unarmed","finesse"],"img":"systems/pf2e/icons/unarmed-attacks/jaws.webp","replaceAll":true},{"key":"RollOption","domain":"all","option":"self:ancestry:snake","priority":1},{"key":"GrantItem","uuid":"Compendium.pf2e-animal-companions.AC-Support.trujzLuDqjQ7nJEO"}],"slug":null,"schema":{"version":0.692,"lastMigration":{"datetime":"2021-11-20T02:32:59.725-05:00","version":{"schema":null,"foundry":"0.8.9","system":"2.19.0.9009"}}},"hp":6,"size":"sm","reach":5,"speed":20,"boosts":{"0":{"value":[]},"1":{"value":[]},"2":{"value":["str","dex","con","int","wis","cha"]}},"flaws":{"0":{"value":[]}},"languages":{"value":[],"custom":""},"additionalLanguages":{"count":0,"value":[],"custom":""},"items":{},"vision":"lowLightVision","rarity":{"value":"common"}},"effects":[],"folder":null,"sort":0,"permission":{"default":0,"rDxs69lNqIFN75Bl":3},"flags":{"core":{"sourceId":"Compendium.pf2e-animal-companions.AC-Ancestries-and-Class.MpqwqLf7AaLOfyZh"},"exportSource":{"world":"ac","system":"pf2e","coreVersion":"0.8.8","systemVersion":"2.6.0.6437"}}} +{"_id":"DUnwMSEutz35cCvB","name":"Skeletal Mount","type":"ancestry","img":"systems/pf2e/icons/default-icons/ancestry.svg","data":{"description":{"value":"Your companion is a skeletal horse, drake, elk, or other animal suitable for riding. Skeletal mounts can be collapsed, gathered into piles of bone, and packed away for storage.
\nSize Large
\nMelee
\n hoof (agile), Damage 1d6 bludgeoningStr +2, Dex +2, Con +2, Int -5, Wis +0, Cha +0
\nHit Points 4
\nSkill none (mindless)
\nSenses darkvision
\nSpeed 35 feet
\nSpecial @Compendium[pf2e-animal-companions.AC-Features.CSBy1IgHTSkVAFMM]{Mindless Companion}, mount
\nSupport Benefit Your skeletal mount strikes fear when it charges. Until the start of your next turn, if you are riding your skeletal mount and move at least 10 feet on the action before your attack, any creature damaged by the attack becomes @Compendium[pf2e.conditionitems.Frightened]{Frightened 1}, or @Compendium[pf2e.conditionitems.Frightened]{Frightened 2} if the attack was a critical hit. This is an emotion, fear, and mental effect.
\nAdvanced Maneuver @Compendium[pf2e-animal-companions.AC-Advanced-Maneuvers.tsOaXTRWQvsKTyaL]{Gallop}
"},"source":{"value":"Pathfinder Book of the Dead"},"traits":{"value":["undead"],"rarity":"uncommon","custom":""},"rules":[{"key":"ActiveEffectLike","value":4,"mode":"add","path":"data.abilities.str.value"},{"key":"ActiveEffectLike","value":4,"mode":"add","path":"data.abilities.dex.value"},{"key":"ActiveEffectLike","value":4,"mode":"add","path":"data.abilities.con.value"},{"key":"ActiveEffectLike","value":0,"mode":"override","path":"data.abilities.int.value","priority":60},{"key":"GrantItem","uuid":"Compendium.pf2e-animal-companions.AC-Features.KKOgokqHa7RjVDN6"},{"category":"unarmed","damage":{"base":{"damageType":"bludgeoning","dice":1,"die":"d6"}},"group":"brawling","key":"Strike","label":"PF2E.BattleForm.Attack.Foot","range":null,"traits":["unarmed","agile"],"img":"systems/pf2e/icons/unarmed-attacks/hoof.webp","replaceBasicUnarmed":true},{"key":"RollOption","domain":"all","option":"self:ancestry:skeletal-mount","priority":1},{"key":"GrantItem","uuid":"Compendium.pf2e-animal-companions.AC-Advanced-Maneuvers.tsOaXTRWQvsKTyaL"},{"key":"Immunity","type":"death-effects"},{"key":"Immunity","type":"disease"},{"key":"Immunity","type":"poison"},{"key":"Immunity","type":"mental"}],"slug":null,"schema":{"version":0.74,"lastMigration":{"datetime":"2022-04-20T00:54:20.202-04:00","version":{"schema":0.739,"foundry":"9.268","system":"3.8.4"}}},"hp":4,"size":"lg","reach":5,"speed":35,"boosts":{"0":{"value":[]},"1":{"value":[]},"2":{"value":[]}},"flaws":{"0":{"value":[]}},"voluntaryBoosts":{},"voluntaryFlaws":{},"languages":{"value":[],"custom":""},"additionalLanguages":{"count":0,"value":[],"custom":""},"items":{"j9gf3":{"pack":"pf2e-animal-companions.AC-Features","id":"CSBy1IgHTSkVAFMM","img":"systems/pf2e/icons/spells/mind-of-menace.webp","name":"Mindless Companion","level":0},"cjaao":{"pack":"pf2e-animal-companions.AC-Features","id":"3mUx8vXEQkiIuBcR","img":"systems/pf2e/icons/spells/agonizing-despair.webp","name":"Negative Healing","level":0}},"vision":"darkvision"},"effects":[],"folder":null,"sort":0,"permission":{"default":0,"thw0Ox3kKEThnAFP":3},"flags":{}} +{"_id":"Mld98WoM7R1wOQtX","name":"Zombie Mount","type":"ancestry","img":"systems/pf2e/icons/default-icons/ancestry.svg","data":{"description":{"value":"Your companion is the rotting, reanimated corpse of a horse, camel, or similar riding animal.
\nSize Large
\nMelee
\n hoof, Damage 1d8 bludgeoningStr +2, Dex +1, Con +3, Int -5, Wis +0, Cha +0
\nHit Points 8
\nSkill none (see Special)
\nSenses darkvision
\nSpeed 30 feet
\nSpecial mindless, mount
\nSupport Benefit Your zombie mount chews on your enemies. Until the start of your next turn, each time you Strike while riding the zombie mount and hit a creature in the zombie mount's reach, the creature takes [[/r {1d4}[bludgeoning]]]{1d4 bludgeoning damage} from the zombie mount. If your zombie mount is nimble or savage, the bludgeoning damage increases to [[/r 2d4]]{2d4}. This benefit is based on a zombie horse or camel, but might deal piercing damage if your mount has sharp teeth.
\nAdvanced Maneuver @Compendium[pf2e-animal-companions.AC-Advanced-Maneuvers.h1Rldre8WVjUR5XO]{Disgusting Gallop}
"},"source":{"value":"Pathfinder #181: Zombie Feast"},"traits":{"value":["minion","undead"],"rarity":"uncommon","custom":""},"rules":[{"key":"ActiveEffectLike","value":4,"mode":"add","path":"data.abilities.str.value"},{"key":"ActiveEffectLike","value":2,"mode":"add","path":"data.abilities.dex.value"},{"key":"ActiveEffectLike","value":6,"mode":"add","path":"data.abilities.con.value"},{"key":"ActiveEffectLike","value":0,"mode":"override","path":"data.abilities.int.value","priority":60},{"key":"GrantItem","uuid":"Compendium.pf2e-animal-companions.AC-Features.KKOgokqHa7RjVDN6"},{"category":"unarmed","damage":{"base":{"damageType":"bludgeoning","dice":1,"die":"d8"}},"group":"brawling","key":"Strike","label":"PF2E.BattleForm.Attack.Hoof","range":null,"traits":["unarmed"],"img":"systems/pf2e/icons/unarmed-attacks/foot.webp","replaceAll":true},{"key":"RollOption","domain":"all","option":"self:ancestry:zombie-mount","priority":1},{"key":"GrantItem","uuid":"Compendium.pf2e-animal-companions.AC-Support.N9fYaUuIgD6RQ7CY"}],"slug":null,"schema":{"version":0.766,"lastMigration":{"datetime":"2022-07-26T11:40:41.591-04:00","version":{"schema":null,"foundry":"9.269","system":"3.12.2"}}},"hp":8,"size":"lg","reach":5,"speed":30,"boosts":{"0":{"value":[]},"1":{"value":[]},"2":{"value":[]}},"flaws":{"0":{"value":[]}},"voluntaryBoosts":{},"voluntaryFlaws":{},"languages":{"value":[],"custom":""},"additionalLanguages":{"count":0,"value":[],"custom":""},"items":{},"vision":"darkvision"},"effects":[],"folder":null,"sort":0,"permission":{"default":0,"thw0Ox3kKEThnAFP":3},"flags":{}} +{"_id":"MpqwqLf7AaLOfyZh","name":"Snake","type":"ancestry","img":"systems/pf2e/icons/default-icons/ancestry.svg","data":{"description":{"value":"Your companion is a constrictor snake, such as a boa or python.
\nSize Small
\nMelee
\n jaws (finesse), Damage 1d8 piercingStr +3, Dex +3, Con +1, Int -4, Wis +1, Cha +0
\nHit Points 6
\nSkill Stealth
\nSenses low-light vision, scent (imprecise, 30 feet)
\nSpeed 20 feet, climb 20 feet, swim 20 feet
\nSupport Benefit Your snake holds your enemies with its coils, interfering with reactions. Until the start of your next turn, any creature your snake threatens can't use reactions triggered by your actions unless its level is higher than yours.
\nAdvanced Maneuver @Compendium[pf2e-animal-companions.AC-Advanced-Maneuvers.kKW68gi1FNJlNSOp]{Constrict}
"},"source":{"value":"Pathfinder Core Rulebook"},"traits":{"value":["animal"],"rarity":"common","custom":""},"rules":[{"key":"ActiveEffectLike","value":6,"mode":"add","path":"data.abilities.str.value"},{"key":"ActiveEffectLike","value":6,"mode":"add","path":"data.abilities.dex.value"},{"key":"ActiveEffectLike","value":2,"mode":"add","path":"data.abilities.con.value"},{"key":"ActiveEffectLike","value":2,"mode":"add","path":"data.abilities.wis.value"},{"key":"ActiveEffectLike","value":1,"mode":"add","path":"data.skills.ste.rank"},{"key":"BaseSpeed","selector":"climb","value":20},{"key":"BaseSpeed","selector":"swim","value":20},{"key":"GrantItem","uuid":"Compendium.pf2e-animal-companions.AC-Features.KKOgokqHa7RjVDN6"},{"acuity":"imprecise","key":"Sense","range":30,"selector":"scent"},{"category":"unarmed","damage":{"base":{"damageType":"piercing","dice":1,"die":"d8"}},"group":"brawling","key":"Strike","label":"PF2E.Weapon.Base.jaws","range":null,"traits":["unarmed","finesse"],"img":"systems/pf2e/icons/unarmed-attacks/jaws.webp","replaceAll":true},{"key":"RollOption","domain":"all","option":"self:ancestry:snake","priority":1},{"key":"GrantItem","uuid":"Compendium.pf2e-animal-companions.AC-Support.trujzLuDqjQ7nJEO"}],"slug":null,"schema":{"version":0.692,"lastMigration":{"datetime":"2021-11-20T02:32:59.725-05:00","version":{"schema":null,"foundry":"0.8.9","system":"2.19.0.9009"}}},"hp":6,"size":"sm","reach":5,"speed":20,"boosts":{"0":{"value":[]},"1":{"value":[]},"2":{"value":["str","dex","con","int","wis","cha"]}},"flaws":{"0":{"value":[]}},"voluntaryBoosts":{},"voluntaryFlaws":{},"languages":{"value":[],"custom":""},"additionalLanguages":{"count":0,"value":[],"custom":""},"items":{},"vision":"lowLightVision","rarity":{"value":"common"}},"effects":[],"folder":null,"sort":0,"permission":{"default":0,"rDxs69lNqIFN75Bl":3},"flags":{"core":{"sourceId":"Compendium.pf2e-animal-companions.AC-Ancestries-and-Class.MpqwqLf7AaLOfyZh"},"exportSource":{"world":"ac","system":"pf2e","coreVersion":"0.8.8","systemVersion":"2.6.0.6437"}}} {"_id":"Nab2afki863WAtBG","name":"Tyrannosaurus","type":"ancestry","img":"systems/pf2e/icons/default-icons/ancestry.svg","data":{"description":{"value":"Your companion is a tyrannosaurus, allosaurus, or similar large, carnivorous dinosaur.
\nSize Large
\nMelee
\n jaws, Damage 1d8 piercingMelee
\n foot, Damage 1d6 bludgeoningStr +3, Dex +1, Con +3, Int -4, Wis +1, Cha +0
\nHit Points 8
\nSkill Intimidation
\nSenses low-light vision, scent (imprecise, 30 feet)
\nSpeed 35 feet
\nSupport Benefit Your tyrannosaurus roars and puts on a fearsome display as you attack, startling your foes. Until the start of your next turn, if you hit and deal damage to a creature within your tyrannosaurus's reach, the creature is @Compendium[pf2e.conditionitems.Frightened]{Frightened 1}.
\nAdvanced Maneuver @Compendium[pf2e-animal-companions.AC-Advanced-Maneuvers.yXw82Zd5nkcCUfRQ]{Overwhelm}
"},"source":{"value":"Pathfinder #177: Burning Tundra"},"traits":{"value":["animal"],"rarity":"uncommon","custom":""},"rules":[{"key":"ActiveEffectLike","value":6,"mode":"add","path":"data.abilities.str.value"},{"key":"ActiveEffectLike","value":4,"mode":"add","path":"data.abilities.dex.value"},{"key":"ActiveEffectLike","value":4,"mode":"add","path":"data.abilities.con.value"},{"key":"ActiveEffectLike","value":2,"mode":"add","path":"data.abilities.wis.value"},{"key":"ActiveEffectLike","value":1,"mode":"add","path":"data.skills.itm.rank"},{"key":"GrantItem","uuid":"Compendium.pf2e-animal-companions.AC-Features.KKOgokqHa7RjVDN6"},{"acuity":"imprecise","key":"Sense","range":30,"selector":"scent"},{"category":"unarmed","damage":{"base":{"damageType":"piercing","dice":1,"die":"d8"}},"group":"brawling","key":"Strike","label":"PF2E.Weapon.Base.jaws","range":null,"traits":["unarmed"],"img":"systems/pf2e/icons/unarmed-attacks/jaws.webp"},{"category":"unarmed","damage":{"base":{"damageType":"bludgeoning","dice":1,"die":"d6"}},"group":"brawling","key":"Strike","label":"PF2E.BattleForm.Attack.Foot","range":null,"traits":["unarmed"],"img":"systems/pf2e/icons/unarmed-attacks/foot.webp","replaceBasicUnarmed":true},{"key":"RollOption","domain":"all","option":"self:ancestry:tyrannosaurus","priority":1},{"key":"GrantItem","uuid":"Compendium.pf2e-animal-companions.AC-Support.XrxIRaD1A5tpKm1t"}],"slug":null,"schema":{"version":0.74,"lastMigration":{"datetime":"2022-04-20T00:54:20.202-04:00","version":{"schema":0.739,"foundry":"9.268","system":"3.8.4"}}},"hp":8,"size":"lg","reach":5,"speed":35,"boosts":{"0":{"value":[]},"1":{"value":[]},"2":{"value":[]}},"flaws":{"0":{"value":[]}},"languages":{"value":[],"custom":""},"additionalLanguages":{"count":0,"value":[],"custom":""},"items":{},"vision":"lowLightVision"},"effects":[],"folder":null,"sort":0,"permission":{"default":0,"thw0Ox3kKEThnAFP":3},"flags":{}} {"_id":"O50K7MUf0Xw8wHd6","name":"Cave Pterosaur","type":"ancestry","img":"systems/pf2e/icons/default-icons/ancestry.svg","data":{"description":{"value":"Your companion is a flying prehistoric creature, such as a dimorphodon or pterodactyl, that has adapted to life in the cavern vaults beneath the ground.
\nSize Small
\nMelee 1 beak (finesse), Damage 1d6 piercing
\nMelee
\n talon (agile, finesse), Damage 1d4 slashingStr +2, Dex +3, Con +1, Int -4, Wis +2, Cha +0
\nHit Points 4
\nSkill Thievery
\nSenses darkvision
\nSpeed 10 feet, fly 60 feet
\nSupport Benefit Your pterosaur expands its wings and makes distracting flapping motions. Any creature that would gain lesser cover from the pterosaur gains standard cover instead.
\nAdvanced Maneuver @Compendium[pf2e-animal-companions.AC-Advanced-Maneuvers.7C9iFWBpEOJs4Uo2]{Pterosaur Swoop}
"},"source":{"value":"Pathfinder #154: Siege of the Dinosaurs"},"traits":{"value":["animal"],"rarity":"common","custom":""},"rules":[{"key":"ActiveEffectLike","value":4,"mode":"add","path":"data.abilities.str.value"},{"key":"ActiveEffectLike","value":6,"mode":"add","path":"data.abilities.dex.value"},{"key":"ActiveEffectLike","value":2,"mode":"add","path":"data.abilities.con.value"},{"key":"ActiveEffectLike","value":4,"mode":"add","path":"data.abilities.wis.value"},{"key":"ActiveEffectLike","value":1,"mode":"add","path":"data.skills.thi.rank"},{"key":"BaseSpeed","selector":"fly","value":60},{"key":"GrantItem","uuid":"Compendium.pf2e-animal-companions.AC-Features.KKOgokqHa7RjVDN6"},{"category":"unarmed","damage":{"base":{"damageType":"piercing","dice":1,"die":"d6"}},"group":"brawling","key":"Strike","label":"PF2E.Weapon.Base.jaws","range":null,"traits":["unarmed"],"img":"systems/pf2e/icons/unarmed-attacks/beak.webp"},{"category":"unarmed","damage":{"base":{"damageType":"slashing","dice":1,"die":"d6"}},"group":"brawling","key":"Strike","label":"PF2E.BattleForm.Attack.Talon","range":null,"traits":["unarmed","agile","finesse"],"img":"systems/pf2e/icons/unarmed-attacks/talon.webp","replaceBasicUnarmed":true},{"key":"RollOption","domain":"all","option":"self:ancestry:cave-pterosaur","priority":1},{"key":"GrantItem","uuid":"Compendium.pf2e-animal-companions.AC-Support.8b1G95eWa3DaTvw8"}],"slug":null,"schema":{"version":0.692,"lastMigration":{"datetime":"2021-11-20T02:32:59.726-05:00","version":{"schema":null,"foundry":"0.8.9","system":"2.19.0.9009"}}},"hp":4,"size":"sm","reach":5,"speed":10,"boosts":{"0":{"value":[]},"1":{"value":[]},"2":{"value":["str","dex","con","int","wis","cha"]}},"flaws":{"0":{"value":[]}},"languages":{"value":[],"custom":""},"additionalLanguages":{"count":0,"value":[],"custom":""},"items":{},"vision":"darkvision","rarity":{"value":"common"}},"effects":[],"folder":null,"sort":0,"permission":{"default":0,"rDxs69lNqIFN75Bl":3},"flags":{"core":{"sourceId":"Compendium.pf2e-animal-companions.AC-Ancestries-and-Class.O50K7MUf0Xw8wHd6"},"exportSource":{"world":"ac","system":"pf2e","coreVersion":"0.8.8","systemVersion":"2.6.0.6437"}}} {"_id":"QJghnxvSitRl5ubE","name":"Gibtas","type":"ancestry","img":"systems/pf2e/icons/default-icons/ancestry.svg","data":{"description":{"value":"Your companion is a gibtas.
\nSize Small
\nMelee
\n jaws, Damage 1d8 piercingMelee
\n claw (agile), Damage 1d6 slashingStr +3, Dex +2, Con +2, Int -4, Wis +1, Cha +0
\nHit Points 8
\nSkill Intimidation
\nSenses low-light vision, scent (imprecise, 30 feet)
\nSpeed 35 feet
\nSupport Benefit Your gibtas mauls your enemies when you create an opening. Until the start of your next turn, each time you hit a creature in the gibtas' reach with a Strike, the creature takes [[/r {1d8}[slashing]]]{1d8 slashing damage} from the gibtas. If your gibtas is nimble or savage, the slashing damage increases to [[/r 2d8]]{2d8}.
\nAdvanced Maneuver @Compendium[pf2e-animal-companions.AC-Advanced-Maneuvers.Uv49tQCwUUjaMCj5]{Bouncing Slam}
"},"source":{"value":"Pathfinder #164: Hands of the Devil"},"traits":{"value":["aberration"],"rarity":"rare","custom":""},"rules":[{"key":"ActiveEffectLike","value":6,"mode":"add","path":"data.abilities.str.value"},{"key":"ActiveEffectLike","value":4,"mode":"add","path":"data.abilities.dex.value"},{"key":"ActiveEffectLike","value":4,"mode":"add","path":"data.abilities.con.value"},{"key":"ActiveEffectLike","value":2,"mode":"add","path":"data.abilities.wis.value"},{"key":"ActiveEffectLike","value":1,"mode":"add","path":"data.skills.itm.rank"},{"key":"GrantItem","uuid":"Compendium.pf2e-animal-companions.AC-Features.KKOgokqHa7RjVDN6"},{"acuity":"imprecise","key":"Sense","range":30,"selector":"scent"},{"category":"unarmed","damage":{"base":{"damageType":"piercing","dice":1,"die":"d8"}},"group":"brawling","key":"Strike","label":"PF2E.Weapon.Base.jaws","range":null,"traits":["unarmed"],"img":"systems/pf2e/icons/unarmed-attacks/jaws.webp"},{"category":"unarmed","damage":{"base":{"damageType":"slashing","dice":1,"die":"d6"}},"group":"brawling","key":"Strike","label":"PF2E.Weapon.Base.claw","range":null,"traits":["unarmed","agile"],"img":"systems/pf2e/icons/unarmed-attacks/claw.webp","replaceBasicUnarmed":true},{"key":"RollOption","domain":"all","option":"self:ancestry:gibtas","priority":1},{"key":"GrantItem","uuid":"Compendium.pf2e-animal-companions.AC-Support.AvDlo1mgxXd7ZA8W"}],"slug":null,"schema":{"version":0.74,"lastMigration":{"datetime":"2022-04-20T00:54:20.201-04:00","version":{"schema":0.739,"foundry":"9.268","system":"3.8.4"}}},"hp":8,"size":"sm","reach":5,"speed":35,"boosts":{"0":{"value":[]},"1":{"value":[]},"2":{"value":["str","dex","con","int","wis","cha"]}},"flaws":{"0":{"value":[]}},"languages":{"value":[],"custom":""},"additionalLanguages":{"count":0,"value":[],"custom":""},"items":{},"vision":"darkvision","rarity":{"value":"common"}},"effects":[],"folder":null,"sort":0,"permission":{"default":0,"thw0Ox3kKEThnAFP":3},"flags":{"core":{"sourceId":"Compendium.pf2e-animal-companions.AC-Ancestries-and-Class.eBgMfYf0PVbsGOYp"},"exportSource":{"world":"ac","system":"pf2e","coreVersion":"0.8.8","systemVersion":"2.6.0.6437"}}} {"_id":"Qwm9g6hS7f45sAIj","name":"Bat","type":"ancestry","img":"systems/pf2e/icons/default-icons/ancestry.svg","data":{"description":{"value":"Your companion is a particularly large bat, such as a giant bat.
\nSize Small
\nMelee
\n jaws (finesse), Damage 1d6 piercingMelee
\n wing (agile, finesse), Damage 1d4 slashingStr +2, Dex +3, Con +2, Int -4, Wis +1, Cha +0
\nHit Points 6
\nSkill Stealth
\nSenses echolocation 20 feet (the bat can use hearing as a precise sense within this range), low-light vision
\nSpeed 15 feet, fly 30 feet
\nSupport Benefit Your bat flaps around your foes' arms and faces, getting in the way of their attacks. Until the start of your next turn, creatures in your bat's reach that you damage with Strikes take a -1 circumstance penalty to their attack rolls.
\nAdvanced Maneuver @Compendium[pf2e-animal-companions.AC-Advanced-Maneuvers.ODGf6brAHHKrSAPo]{Wing Thrash}
"},"source":{"value":"Pathfinder Advanced Player's Guide"},"traits":{"value":["animal"],"rarity":"common","custom":""},"rules":[{"key":"ActiveEffectLike","value":4,"mode":"add","path":"data.abilities.str.value"},{"key":"ActiveEffectLike","value":6,"mode":"add","path":"data.abilities.dex.value"},{"key":"ActiveEffectLike","value":4,"mode":"add","path":"data.abilities.con.value"},{"key":"ActiveEffectLike","value":2,"mode":"add","path":"data.abilities.wis.value"},{"key":"ActiveEffectLike","value":1,"mode":"add","path":"data.skills.ste.rank"},{"key":"BaseSpeed","selector":"fly","value":30},{"key":"GrantItem","uuid":"Compendium.pf2e-animal-companions.AC-Features.KKOgokqHa7RjVDN6"},{"category":"unarmed","damage":{"base":{"damageType":"slashing","dice":1,"die":"d4"}},"group":"brawling","key":"Strike","label":"PF2E.BattleForm.Attack.Wing","range":null,"traits":["unarmed","agile","finesse"],"img":"systems/pf2e/icons/unarmed-attacks/wing.webp"},{"category":"unarmed","damage":{"base":{"damageType":"piercing","dice":1,"die":"d6"}},"group":"brawling","key":"Strike","label":"PF2E.Weapon.Base.jaws","range":null,"traits":["unarmed","finesse"],"img":"systems/pf2e/icons/unarmed-attacks/jaws.webp","replaceBasicUnarmed":true},{"key":"RollOption","domain":"all","option":"self:ancestry:bat","priority":1},{"key":"GrantItem","uuid":"Compendium.pf2e-animal-companions.AC-Support.Aj7JWFXIbF3qmvSX"}],"slug":null,"schema":{"version":0.692,"lastMigration":{"datetime":"2021-11-20T02:32:59.728-05:00","version":{"schema":null,"foundry":"0.8.9","system":"2.19.0.9009"}}},"hp":6,"size":"sm","reach":5,"speed":15,"boosts":{"0":{"value":[]},"1":{"value":[]},"2":{"value":["str","dex","con","int","wis","cha"]}},"flaws":{"0":{"value":[]}},"languages":{"value":[],"custom":""},"additionalLanguages":{"count":0,"value":[],"custom":""},"items":{},"vision":"lowLightVision","rarity":{"value":"common"}},"effects":[],"folder":null,"sort":0,"permission":{"default":0,"rDxs69lNqIFN75Bl":3},"flags":{"core":{"sourceId":"Compendium.pf2e-animal-companions.AC-Ancestries-and-Class.Qwm9g6hS7f45sAIj"},"exportSource":{"world":"ac","system":"pf2e","coreVersion":"0.8.8","systemVersion":"2.6.0.6437"}}} {"_id":"SMYGh6WPjKIMAmXc","name":"Moth","type":"ancestry","img":"systems/pf2e/icons/default-icons/ancestry.svg","data":{"description":{"value":"Your animal companion is a giant fruit eating moth with a strong proboscis that can pierce skin.
\nSize Small
\nMelee
\n Probiscis (finesse), Damage 1d6 piercingStr +2, Dex +3, Con +1, Int -4, Wis +2, Cha +0
\nHit Points 6
\nSkill Stealth
\nSenses darkvision, scent (imprecise, 30 feet)
\nSpeed 15 feet, fly 30 feet
\nSpecial Your moth is invisible to echolocation.
\nSupport Benefit Your moth releases a shower of dust to reveal your foes. Until the start of your next turn, if you damage a @Compendium[pf2e.conditionitems.Concealed]{Concealed} or @Compendium[pf2e.conditionitems.Hidden]{Hidden} creature in your moth's reach with a Strike, that creature requires only a Flat Check to target it if it's concealed, or Flat Check if it's hidden. The reduced DC lasts until the end of your next turn.
\nAdvanced Maneuver @Compendium[pf2e-animal-companions.AC-Advanced-Maneuvers.WdTzlCO2i4loeYkQ]{Ultrasonic Scream}
"},"source":{"value":"Pathfinder Lost Omens: Grand Bazaar"},"traits":{"value":["animal"],"rarity":"common","custom":""},"rules":[{"key":"ActiveEffectLike","value":4,"mode":"add","path":"data.abilities.str.value"},{"key":"ActiveEffectLike","value":6,"mode":"add","path":"data.abilities.dex.value"},{"key":"ActiveEffectLike","value":2,"mode":"add","path":"data.abilities.con.value"},{"key":"ActiveEffectLike","value":4,"mode":"add","path":"data.abilities.wis.value"},{"key":"ActiveEffectLike","value":1,"mode":"add","path":"data.skills.ste.rank"},{"key":"BaseSpeed","selector":"fly","value":30},{"key":"GrantItem","uuid":"Compendium.pf2e-animal-companions.AC-Features.KKOgokqHa7RjVDN6"},{"category":"unarmed","damage":{"base":{"damageType":"piercing","dice":1,"die":"d6"}},"group":"brawling","key":"Strike","label":"Proboscis","range":null,"traits":["unarmed","finesse"],"img":"systems/pf2e/icons/unarmed-attacks/tail.webp","replaceAll":true},{"acuity":"imprecise","key":"Sense","range":30,"selector":"scent"},{"key":"RollOption","domain":"all","option":"self:ancestry:moth","priority":1},{"key":"GrantItem","uuid":"Compendium.pf2e-animal-companions.AC-Support.9Y5QKMvy0KsliE29"}],"slug":null,"schema":{"version":0.692,"lastMigration":{"datetime":"2021-11-20T02:32:59.729-05:00","version":{"schema":0.678,"foundry":"0.8.9","system":"2.19.0.9009"}}},"hp":6,"size":"sm","reach":5,"speed":15,"boosts":{"0":{"value":[]},"1":{"value":[]},"2":{"value":[]}},"flaws":{"0":{"value":[]}},"languages":{"value":[],"custom":""},"additionalLanguages":{"count":0,"value":[],"custom":""},"items":{},"vision":"darkvision","rarity":{"value":"common"}},"effects":[],"folder":null,"sort":0,"permission":{"default":0,"0tWA9mscoVx3YLRI":3},"flags":{"core":{"sourceId":"Compendium.pf2e-animal-companions.AC-Ancestries-and-Class.8gSeDqJLLQRlQWis"},"exportSource":{"world":"ac","system":"pf2e","coreVersion":"0.8.8","systemVersion":"2.6.0.6437"}}} {"_id":"UwzROlMRrkPDrWjk","name":"Triceratops","type":"ancestry","img":"systems/pf2e/icons/default-icons/ancestry.svg","data":{"description":{"value":"Your companion is a triceratops or other armored dinosaur. If necessary, change the horn attack and damage type to an appropriate attack for the dinosaur (for example, an ankylosaurus would have a tail attack that deals bludgeoning damage).
\nSize Large
\nMelee
\n horn, Damage 1d8 piercingMelee
\n foot, Damage 1d6 bludgeoningStr +3, Dex +1, Con +2, Int -4, Wis +2, Cha +0
\nHit Points 8
\nSkill Intimidation
\nSenses low-light vision, scent (imprecise, 30 feet)
\nSpeed 25 feet
\nSpecial mount
\nSupport Benefit Your triceratops gores @Compendium[pf2e.conditionitems.Prone]{Prone} targets in your wake. Until the start of your next turn, your Strikes that damage a prone creature in your triceratops's reach also deal [[/r {1d8}[persistent,bleed]]]{1d8} @Compendium[pf2e.conditionitems.Persistent Damage]{Persistent bleed Damage}. If your triceratops is nimble or savage, the persistent bleed damage increases to [[/r 2d8]]{2d8}.
\nAdvanced Maneuver @Compendium[pf2e-animal-companions.AC-Advanced-Maneuvers.H1ElYt6KovGYGzLD]{Lumbering Knockdown}
"},"source":{"value":"Pathfinder #177: Burning Tundra"},"traits":{"value":["animal"],"rarity":"uncommon","custom":""},"rules":[{"key":"ActiveEffectLike","value":6,"mode":"add","path":"data.abilities.str.value"},{"key":"ActiveEffectLike","value":2,"mode":"add","path":"data.abilities.dex.value"},{"key":"ActiveEffectLike","value":4,"mode":"add","path":"data.abilities.con.value"},{"key":"ActiveEffectLike","value":4,"mode":"add","path":"data.abilities.wis.value"},{"key":"ActiveEffectLike","value":1,"mode":"add","path":"data.skills.itm.rank"},{"key":"GrantItem","uuid":"Compendium.pf2e-animal-companions.AC-Features.KKOgokqHa7RjVDN6"},{"acuity":"imprecise","key":"Sense","range":30,"selector":"scent"},{"category":"unarmed","damage":{"base":{"damageType":"piercing","dice":1,"die":"d8"}},"group":"brawling","key":"Strike","label":"PF2E.BattleForm.Attack.Horn","range":null,"traits":["unarmed"],"img":"systems/pf2e/icons/unarmed-attacks/horn.webp","replaceBasicUnarmed":true},{"category":"unarmed","damage":{"base":{"damageType":"bludgeoning","dice":1,"die":"d6"}},"group":"brawling","key":"Strike","label":"PF2E.BattleForm.Attack.Foot","range":null,"traits":["unarmed"],"img":"systems/pf2e/icons/unarmed-attacks/foot.webp","replaceBasicUnarmed":true},{"key":"RollOption","domain":"all","option":"self:ancestry:triceratops","priority":1},{"key":"GrantItem","uuid":"Compendium.pf2e-animal-companions.AC-Support.TDMhLC16cQOYBbmA"}],"slug":null,"schema":{"version":0.74,"lastMigration":{"datetime":"2022-04-20T00:54:20.202-04:00","version":{"schema":0.739,"foundry":"9.268","system":"3.8.4"}}},"hp":8,"size":"lg","reach":5,"speed":25,"boosts":{"0":{"value":[]},"1":{"value":[]},"2":{"value":[]}},"flaws":{"0":{"value":[]}},"languages":{"value":[],"custom":""},"additionalLanguages":{"count":0,"value":[],"custom":""},"items":{},"vision":"lowLightVision"},"effects":[],"folder":null,"sort":0,"permission":{"default":0,"thw0Ox3kKEThnAFP":3},"flags":{}} -{"_id":"WwQVAQTnry5vfGbC","name":"Ankylosaurus","type":"ancestry","img":"systems/pf2e/icons/default-icons/ancestry.svg","data":{"description":{"value":"Your companion is an ankylosaurus or other armored dinosaur.
\nSize Large
\nMelee
\n tail, Damage 1d8 bludgeoningMelee
\n foot, Damage 1d6 bludgeoningStr +3, Dex +1, Con +2, Int -4, Wis +2, Cha +0
\nHit Points 8
\nSkill Intimidation
\nSenses low-light vision, scent (imprecise, 30 feet)
\nSpeed 25 feet
\nSpecial mount
\nSupport Benefit Your ankylosaurus gores @Compendium[pf2e.conditionitems.Prone]{Prone} targets in your wake. Until the start of your next turn, your Strikes that damage a prone creature in your ankylosaurus's reach also deal [[/r {1d8}[persistent,bleed]]]{1d8} @Compendium[pf2e.conditionitems.Persistent Damage]{Persistent bleed Damage}. If your ankylosaurus is nimble or savage, the persistent bleed damage increases to [[/r 2d8]]{2d8}.
\nAdvanced Maneuver @Compendium[pf2e-animal-companions.AC-Advanced-Maneuvers.H1ElYt6KovGYGzLD]{Lumbering Knockdown}
\nNote: This alternate version of Triceratops is provided by the module. It is granted the Triceratops support and advanced maneuvers
"},"source":{"value":"Pathfinder #177: Burning Tundra"},"traits":{"value":["animal"],"rarity":"uncommon","custom":""},"rules":[{"key":"ActiveEffectLike","value":6,"mode":"add","path":"data.abilities.str.value"},{"key":"ActiveEffectLike","value":2,"mode":"add","path":"data.abilities.dex.value"},{"key":"ActiveEffectLike","value":4,"mode":"add","path":"data.abilities.con.value"},{"key":"ActiveEffectLike","value":4,"mode":"add","path":"data.abilities.wis.value"},{"key":"ActiveEffectLike","value":1,"mode":"add","path":"data.skills.itm.rank"},{"key":"GrantItem","uuid":"Compendium.pf2e-animal-companions.AC-Features.KKOgokqHa7RjVDN6"},{"acuity":"imprecise","key":"Sense","range":30,"selector":"scent"},{"category":"unarmed","damage":{"base":{"damageType":"bludgeoning","dice":1,"die":"d8"}},"group":"brawling","key":"Strike","label":"PF2E.BattleForm.Attack.Tail","range":null,"traits":["unarmed"],"img":"systems/pf2e/icons/unarmed-attacks/tail.webp","replaceBasicUnarmed":true},{"category":"unarmed","damage":{"base":{"damageType":"bludgeoning","dice":1,"die":"d6"}},"group":"brawling","key":"Strike","label":"PF2E.BattleForm.Attack.Foot","range":null,"traits":["unarmed"],"img":"systems/pf2e/icons/unarmed-attacks/foot.webp","replaceBasicUnarmed":true},{"key":"RollOption","domain":"all","option":"self:ancestry:triceratops","priority":1},{"key":"GrantItem","uuid":"Compendium.pf2e-animal-companions.AC-Support.TDMhLC16cQOYBbmA"}],"slug":null,"schema":{"version":0.74,"lastMigration":{"datetime":"2022-04-20T00:54:20.201-04:00","version":{"schema":0.739,"foundry":"9.268","system":"3.8.4"}}},"hp":8,"size":"lg","reach":5,"speed":25,"boosts":{"0":{"value":[]},"1":{"value":[]},"2":{"value":[]}},"flaws":{"0":{"value":[]}},"languages":{"value":[],"custom":""},"additionalLanguages":{"count":0,"value":[],"custom":""},"items":{},"vision":"lowLightVision"},"effects":[],"folder":null,"sort":0,"permission":{"default":0,"thw0Ox3kKEThnAFP":3},"flags":{}} +{"_id":"WthugGo14WNxa3L5","name":"Skeletal Constrictor","type":"ancestry","img":"systems/pf2e/icons/default-icons/ancestry.svg","data":{"description":{"value":"Your companion is the skeleton of a constrictor snake such as a boa or python. Red lights burn deep in its eye sockets.
\nSize Small
\nMelee
\n jaws (finesse), Damage 1d8 piercingStr +2, Dex +2, Con +1, Int -5, Wis +1, Cha +0
\nHit Points 4
\nSkill none (mindless)
\nSenses darkvision
\nSpeed 20 feet, climb 20 feet, swim 20 feet
\nSpecial mindless
\nSupport Benefit Your snake sways, captivating an enemy. Choose one creature within 20 feet of the constrictor that can see it. Until the start of your next turn, your Strikes that deal damage to the chosen creature make the target @Compendium[pf2e.conditionitems.Flat-Footed]{Flat-Footed} until the end of your next turn.
\nAdvanced Maneuver @Compendium[pf2e-animal-companions.AC-Advanced-Maneuvers.AH3kNbdGLYaRjVAr]{Bony Constriction}
"},"source":{"value":"Pathfinder #181: Zombie Feast"},"traits":{"value":["minion","undead"],"rarity":"uncommon","custom":""},"rules":[{"key":"ActiveEffectLike","value":4,"mode":"add","path":"data.abilities.str.value"},{"key":"ActiveEffectLike","value":4,"mode":"add","path":"data.abilities.dex.value"},{"key":"ActiveEffectLike","value":2,"mode":"add","path":"data.abilities.con.value"},{"key":"ActiveEffectLike","value":2,"mode":"add","path":"data.abilities.wis.value"},{"key":"ActiveEffectLike","value":0,"mode":"override","path":"data.abilities.int.value","priority":60},{"key":"BaseSpeed","selector":"climb","value":20},{"key":"BaseSpeed","selector":"swim","value":20},{"key":"GrantItem","uuid":"Compendium.pf2e-animal-companions.AC-Features.KKOgokqHa7RjVDN6"},{"category":"unarmed","damage":{"base":{"damageType":"piercing","dice":1,"die":"d8"}},"group":"brawling","key":"Strike","label":"PF2E.Weapon.Base.jaws","range":null,"traits":["unarmed","finesse"],"img":"systems/pf2e/icons/unarmed-attacks/jaws.webp","replaceAll":true},{"key":"GrantItem","uuid":"Compendium.pf2e-animal-companions.AC-Support.Si13B4VFANZN8mi1"},{"key":"RollOption","domain":"all","option":"self:ancestry:skeletal-constrictor","priority":1}],"slug":null,"schema":{"version":0.766,"lastMigration":{"datetime":"2022-07-26T11:40:41.591-04:00","version":{"schema":null,"foundry":"9.269","system":"3.12.2"}}},"hp":4,"size":"sm","reach":5,"speed":20,"boosts":{"0":{"value":[]},"1":{"value":[]},"2":{"value":[]}},"flaws":{"0":{"value":[]}},"voluntaryBoosts":{},"voluntaryFlaws":{},"languages":{"value":[],"custom":""},"additionalLanguages":{"count":0,"value":[],"custom":""},"items":{},"vision":"darkvision"},"effects":[],"folder":null,"sort":0,"permission":{"default":0,"thw0Ox3kKEThnAFP":3},"flags":{"core":{"sourceId":"Item.WthugGo14WNxa3L5"}}} +{"_id":"WwQVAQTnry5vfGbC","name":"Ankylosaurus","type":"ancestry","img":"systems/pf2e/icons/default-icons/ancestry.svg","data":{"description":{"value":"Your companion is an ankylosaurus or other armored dinosaur.
\nSize Large
\nMelee
\n tail, Damage 1d8 bludgeoningMelee
\n foot, Damage 1d6 bludgeoningStr +3, Dex +1, Con +2, Int -4, Wis +2, Cha +0
\nHit Points 8
\nSkill Intimidation
\nSenses low-light vision, scent (imprecise, 30 feet)
\nSpeed 25 feet
\nSpecial mount
\nSupport Benefit Your ankylosaurus gores @Compendium[pf2e.conditionitems.Prone]{Prone} targets in your wake. Until the start of your next turn, your Strikes that damage a prone creature in your ankylosaurus's reach also deal [[/r {1d8}[persistent,bleed]]]{1d8} @Compendium[pf2e.conditionitems.Persistent Damage]{Persistent bleed Damage}. If your ankylosaurus is nimble or savage, the persistent bleed damage increases to [[/r 2d8]]{2d8}.
\nAdvanced Maneuver @Compendium[pf2e-animal-companions.AC-Advanced-Maneuvers.H1ElYt6KovGYGzLD]{Lumbering Knockdown}
\nNote: This alternate version of Triceratops is provided by the module. It is granted the Triceratops support and advanced maneuvers
"},"source":{"value":"Pathfinder #177: Burning Tundra"},"traits":{"value":["animal"],"rarity":"uncommon","custom":""},"rules":[{"key":"ActiveEffectLike","value":6,"mode":"add","path":"data.abilities.str.value"},{"key":"ActiveEffectLike","value":2,"mode":"add","path":"data.abilities.dex.value"},{"key":"ActiveEffectLike","value":4,"mode":"add","path":"data.abilities.con.value"},{"key":"ActiveEffectLike","value":4,"mode":"add","path":"data.abilities.wis.value"},{"key":"ActiveEffectLike","value":1,"mode":"add","path":"data.skills.itm.rank"},{"key":"GrantItem","uuid":"Compendium.pf2e-animal-companions.AC-Features.KKOgokqHa7RjVDN6"},{"acuity":"imprecise","key":"Sense","range":30,"selector":"scent"},{"category":"unarmed","damage":{"base":{"damageType":"bludgeoning","dice":1,"die":"d8"}},"group":"brawling","key":"Strike","label":"PF2E.BattleForm.Attack.Tail","range":null,"traits":["unarmed"],"img":"systems/pf2e/icons/unarmed-attacks/tail.webp","replaceBasicUnarmed":true},{"category":"unarmed","damage":{"base":{"damageType":"bludgeoning","dice":1,"die":"d6"}},"group":"brawling","key":"Strike","label":"PF2E.BattleForm.Attack.Foot","range":null,"traits":["unarmed"],"img":"systems/pf2e/icons/unarmed-attacks/foot.webp","replaceBasicUnarmed":true},{"key":"RollOption","domain":"all","option":"self:ancestry:triceratops","priority":1},{"key":"GrantItem","uuid":"Compendium.pf2e-animal-companions.AC-Support.TDMhLC16cQOYBbmA"}],"slug":null,"schema":{"version":0.74,"lastMigration":{"datetime":"2022-04-20T00:54:20.201-04:00","version":{"schema":0.739,"foundry":"9.268","system":"3.8.4"}}},"hp":8,"size":"lg","reach":5,"speed":25,"boosts":{"0":{"value":[]},"1":{"value":[]},"2":{"value":[]}},"flaws":{"0":{"value":[]}},"voluntaryBoosts":{},"voluntaryFlaws":{},"languages":{"value":[],"custom":""},"additionalLanguages":{"count":0,"value":[],"custom":""},"items":{},"vision":"lowLightVision"},"effects":[],"folder":null,"sort":0,"permission":{"default":0,"thw0Ox3kKEThnAFP":3},"flags":{}} {"_id":"X9YDnJdJfEPDk7l2","name":"Arboreal Sapling","type":"ancestry","img":"systems/pf2e/icons/default-icons/ancestry.svg","data":{"description":{"value":"Your companion is a walking tree, a cousin of the great arboreal wardens and regents. An arboreal sapling has the plant trait instead of the animal trait, but it otherwise functions normally as an animal companion. They are typically only selected by animal order druids who are also members of the leaf order.
\nAccess You are a member of the leaf order.
\nSize Small
\nMelee
\n branch, Damage 1d8 bludgeoningStr +3, Dex +1, Con +2, Int -4, Wis +2, Cha +0
\nHit Points 8
\nSkill Stealth
\nSenses low-light vision
\nSpeed 25 feet
\nSupport Benefit Your arboreal sapling plants roots around your foe, impeding its movement. Until the start of your next turn, if you hit and deal damage to a creature in your arboreal sapling's reach, the first square the creature moves into after taking that damage is difficult terrain.
\nAdvanced Maneuver @Compendium[pf2e-animal-companions.AC-Advanced-Maneuvers.FKh7ZMNyKxgnV7kI]{Throw Rock}
"},"source":{"value":"Pathfinder Advanced Player's Guide"},"traits":{"value":["plant"],"rarity":"common","custom":""},"rules":[{"key":"ActiveEffectLike","value":6,"mode":"add","path":"data.abilities.str.value"},{"key":"ActiveEffectLike","value":2,"mode":"add","path":"data.abilities.dex.value"},{"key":"ActiveEffectLike","value":4,"mode":"add","path":"data.abilities.con.value"},{"key":"ActiveEffectLike","value":4,"mode":"add","path":"data.abilities.wis.value"},{"key":"ActiveEffectLike","value":1,"mode":"add","path":"data.skills.ste.rank"},{"key":"GrantItem","uuid":"Compendium.pf2e-animal-companions.AC-Features.KKOgokqHa7RjVDN6"},{"category":"unarmed","damage":{"base":{"damageType":"bludgeoning","dice":1,"die":"d8"}},"group":"brawling","key":"Strike","label":"PF2E.BattleForm.Attack.Branch","range":null,"traits":["unarmed"],"img":"systems/pf2e/icons/unarmed-attacks/branch.webp","replaceBasicUnarmed":true},{"key":"RollOption","domain":"all","option":"self:ancestry:arboreal-sapling","priority":1},{"key":"GrantItem","uuid":"Compendium.pf2e-animal-companions.AC-Support.bO92dKyk8V4aM0NP"}],"slug":null,"schema":{"version":0.692,"lastMigration":{"datetime":"2021-11-20T02:32:59.731-05:00","version":{"schema":null,"foundry":"0.8.9","system":"2.19.0.9009"}}},"hp":8,"size":"sm","reach":5,"speed":25,"boosts":{"0":{"value":[]},"1":{"value":[]},"2":{"value":["str","dex","con","int","wis","cha"]}},"flaws":{"0":{"value":[]}},"languages":{"value":[],"custom":""},"additionalLanguages":{"count":0,"value":[],"custom":""},"items":{},"vision":"lowLightVision","rarity":{"value":"common"}},"effects":[],"folder":null,"sort":0,"permission":{"default":0,"rDxs69lNqIFN75Bl":3},"flags":{"core":{"sourceId":"Compendium.pf2e-animal-companions.AC-Ancestries-and-Class.X9YDnJdJfEPDk7l2"},"exportSource":{"world":"ac","system":"pf2e","coreVersion":"0.8.8","systemVersion":"2.6.0.6437"}}} {"_id":"Yixn2Jz0f3eT1Wkt","name":"Beetle","type":"ancestry","img":"systems/pf2e/icons/default-icons/ancestry.svg","data":{"description":{"value":"Your animal companion is a large, flightless stag beetle.
\nSize Medium or Large
\nMelee
\n mandible, Damage 1d8 piercingMelee
\n foot (agile), Damage 1d6 bludgeoningStr +3, Dex +1, Con +3, Int -4, Wis +1, Cha +0
\nHit Points 8
\nSkill Survival
\nSenses low-light vision
\nSpeed 35 feet
\nSpecial mount
\nSupport Benefit Your beetle stomps around and smashes into foes, knocking them off balance or pushing them aside when you create an opening. Until the start of your next turn, while riding on your beetle, your Strikes that deal damage either make the target @Compendium[pf2e.conditionitems.Flat-Footed]{Flat-Footed} until the end of your next turn or move the target 5 feet away from the beetle (this is forced movement). The target chooses which effect occurs.
\nAdvanced Maneuver @Compendium[pf2e-animal-companions.AC-Advanced-Maneuvers.zSlsnbvsGKdCTzL1]{Hustle}
"},"source":{"value":"Pathfinder Lost Omens: Grand Bazaar"},"traits":{"value":["animal"],"rarity":"common","custom":""},"rules":[{"key":"ActiveEffectLike","value":6,"mode":"add","path":"data.abilities.str.value"},{"key":"ActiveEffectLike","value":2,"mode":"add","path":"data.abilities.dex.value"},{"key":"ActiveEffectLike","value":6,"mode":"add","path":"data.abilities.con.value"},{"key":"ActiveEffectLike","value":2,"mode":"add","path":"data.abilities.wis.value"},{"key":"ActiveEffectLike","value":1,"mode":"add","path":"data.skills.sur.rank"},{"key":"GrantItem","uuid":"Compendium.pf2e-animal-companions.AC-Features.KKOgokqHa7RjVDN6"},{"category":"unarmed","damage":{"base":{"damageType":"piercing","dice":1,"die":"d8"}},"group":"brawling","key":"Strike","label":"Mandible","range":null,"traits":["unarmed"],"img":"systems/pf2e/icons/unarmed-attacks/mandibles.webp"},{"category":"unarmed","damage":{"base":{"damageType":"bludgeoning","dice":1,"die":"d6"}},"group":"brawling","key":"Strike","label":"PF2E.BattleForm.Attack.Foot","range":null,"traits":["unarmed","agile"],"img":"systems/pf2e/icons/unarmed-attacks/foot.webp","replaceBasicUnarmed":true},{"adjustName":false,"choices":[{"label":"PF2E.ActorSizeMedium","value":"med"},{"label":"PF2E.ActorSizeLarge","value":"lg"}],"flag":"companionSize","key":"ChoiceSet","prompt":"PF2E.SpecificRule.Prompt.CreatureSize"},{"key":"ActiveEffectLike","mode":"override","path":"data.traits.size.value","value":"{item|flags.pf2e.rulesSelections.companionSize}"},{"key":"RollOption","domain":"all","option":"self:ancestry:beetle","priority":1},{"key":"GrantItem","uuid":"Compendium.pf2e-animal-companions.AC-Support.mFTzDCqNL5EdwlGm"}],"slug":null,"schema":{"version":0.692,"lastMigration":{"datetime":"2021-11-20T02:32:59.732-05:00","version":{"schema":0.678,"foundry":"0.8.9","system":"2.19.0.9009"}}},"hp":8,"size":"med","reach":5,"speed":35,"boosts":{"0":{"value":[]},"1":{"value":[]},"2":{"value":[]}},"flaws":{"0":{"value":[]}},"languages":{"value":[],"custom":""},"additionalLanguages":{"count":0,"value":[],"custom":""},"items":{},"vision":"lowLightVision","rarity":{"value":"common"}},"effects":[],"folder":null,"sort":0,"permission":{"default":0,"0tWA9mscoVx3YLRI":3},"flags":{"core":{"sourceId":"Compendium.pf2e-animal-companions.AC-Ancestries-and-Class.8gSeDqJLLQRlQWis"},"exportSource":{"world":"ac","system":"pf2e","coreVersion":"0.8.8","systemVersion":"2.6.0.6437"}}} -{"_id":"a9luOko3LqrhIe2k","name":"Vulture","type":"ancestry","img":"systems/pf2e/icons/default-icons/ancestry.svg","data":{"description":{"value":"Your companion is a vulture, condor, or other large scavenging bird.
\nSize Small
\nMelee
\n jaws (finesse), Damage 1d8 piercingStr +2, Dex +2, Con +2, Int -4, Wis +2, Cha +0
\nHit Points 6
\nSkill Survival
\nSenses low-light vision, scent (imprecise, 30 feet)
\nSpeed 10 feet, fly 45 feet
\nSpecial Your vulture gains a +1 status bonus to all saves against disease, and if it rolls a success on a save against a disease, the result is a critical success instead.
\nSupport Benefit The vulture retches and vomits onto a foe within 10 feet. Until the start of your next turn, if you hit and deal damage to the target, the target must succeed at a Fortitude save or become @Compendium[pf2e.conditionitems.Sickened]{Sickened 1} (@Compendium[pf2e.conditionitems.Sickened]{Sickened 2} on a critical failure). The DC of the Fortitude save is 12 (or 14, if the vulture is a specialized animal companion) + your level + the vulture's Constitution modifier.
\nAdvanced Maneuver @Compendium[pf2e-animal-companions.AC-Advanced-Maneuvers.g4JEtCnKXyY4LJpm]{Feast on the Fallen}
"},"source":{"value":"Pathfinder #149: Against the Scarlet Triad"},"traits":{"value":["animal"],"rarity":"common","custom":""},"rules":[{"key":"ActiveEffectLike","value":4,"mode":"add","path":"data.abilities.str.value"},{"key":"ActiveEffectLike","value":4,"mode":"add","path":"data.abilities.dex.value"},{"key":"ActiveEffectLike","value":4,"mode":"add","path":"data.abilities.con.value"},{"key":"ActiveEffectLike","value":4,"mode":"add","path":"data.abilities.wis.value"},{"key":"ActiveEffectLike","value":1,"mode":"add","path":"data.skills.sur.rank"},{"key":"BaseSpeed","selector":"fly","value":45},{"key":"GrantItem","uuid":"Compendium.pf2e-animal-companions.AC-Features.KKOgokqHa7RjVDN6"},{"category":"unarmed","damage":{"base":{"damageType":"piercing","dice":1,"die":"d8"}},"group":"brawling","key":"Strike","label":"PF2E.Weapon.Base.jaws","range":null,"traits":["unarmed","finesse"],"img":"systems/pf2e/icons/unarmed-attacks/jaws.webp","replaceAll":true},{"acuity":"imprecise","key":"Sense","range":30,"selector":"scent"},{"key":"Note","selector":"saving-throw","text":"Vulture When your vulture rolls a success on a save against a disease, the result is a critical success instead.
","predicate":{"all":["disease"]},"outcome":["success"]},{"key":"FlatModifier","selector":"saving-throw","value":1,"type":"status","predicate":{"all":["disease"]}},{"key":"AdjustDegreeOfSuccess","type":"save","selector":"saving-throw","adjustment":{"success":"one-degree-better"},"predicate":{"all":["disease"]}},{"key":"RollOption","domain":"all","option":"self:ancestry:vulture","priority":1},{"key":"GrantItem","uuid":"Compendium.pf2e-animal-companions.AC-Support.QEZUnvbdrgQJAUs0"}],"slug":null,"schema":{"version":0.692,"lastMigration":{"datetime":"2021-11-20T02:32:59.734-05:00","version":{"schema":null,"foundry":"0.8.9","system":"2.19.0.9009"}}},"hp":6,"size":"sm","reach":5,"speed":10,"boosts":{"0":{"value":[]},"1":{"value":[]},"2":{"value":["str","dex","con","int","wis","cha"]}},"flaws":{"0":{"value":[]}},"languages":{"value":[],"custom":""},"additionalLanguages":{"count":0,"value":[],"custom":""},"items":{},"vision":"lowLightVision","rarity":{"value":"common"}},"effects":[],"folder":null,"sort":0,"permission":{"default":0,"rDxs69lNqIFN75Bl":3},"flags":{"core":{"sourceId":"Compendium.pf2e-animal-companions.AC-Ancestries-and-Class.a9luOko3LqrhIe2k"},"exportSource":{"world":"ac","system":"pf2e","coreVersion":"0.8.8","systemVersion":"2.6.0.6437"}}} +{"_id":"a9luOko3LqrhIe2k","name":"Vulture","type":"ancestry","img":"systems/pf2e/icons/default-icons/ancestry.svg","data":{"description":{"value":"Your companion is a vulture, condor, or other large scavenging bird.
\nSize Small
\nMelee
\n jaws (finesse), Damage 1d8 piercingStr +2, Dex +2, Con +2, Int -4, Wis +2, Cha +0
\nHit Points 6
\nSkill Survival
\nSenses low-light vision, scent (imprecise, 30 feet)
\nSpeed 10 feet, fly 45 feet
\nSpecial Your vulture gains a +1 status bonus to all saves against disease, and if it rolls a success on a save against a disease, the result is a critical success instead.
\nSupport Benefit The vulture retches and vomits onto a foe within 10 feet. Until the start of your next turn, if you hit and deal damage to the target, the target must succeed at a Fortitude save or become @Compendium[pf2e.conditionitems.Sickened]{Sickened 1} (@Compendium[pf2e.conditionitems.Sickened]{Sickened 2} on a critical failure). The DC of the Fortitude save is 12 (or 14, if the vulture is a specialized animal companion) + your level + the vulture's Constitution modifier.
\nAdvanced Maneuver @Compendium[pf2e-animal-companions.AC-Advanced-Maneuvers.g4JEtCnKXyY4LJpm]{Feast on the Fallen}
"},"source":{"value":"Pathfinder #149: Against the Scarlet Triad"},"traits":{"value":["animal"],"rarity":"common","custom":""},"rules":[{"key":"ActiveEffectLike","value":4,"mode":"add","path":"data.abilities.str.value"},{"key":"ActiveEffectLike","value":4,"mode":"add","path":"data.abilities.dex.value"},{"key":"ActiveEffectLike","value":4,"mode":"add","path":"data.abilities.con.value"},{"key":"ActiveEffectLike","value":4,"mode":"add","path":"data.abilities.wis.value"},{"key":"ActiveEffectLike","value":1,"mode":"add","path":"data.skills.sur.rank"},{"key":"BaseSpeed","selector":"fly","value":45},{"key":"GrantItem","uuid":"Compendium.pf2e-animal-companions.AC-Features.KKOgokqHa7RjVDN6"},{"category":"unarmed","damage":{"base":{"damageType":"piercing","dice":1,"die":"d8"}},"group":"brawling","key":"Strike","label":"PF2E.Weapon.Base.jaws","range":null,"traits":["unarmed","finesse"],"img":"systems/pf2e/icons/unarmed-attacks/jaws.webp","replaceAll":true},{"acuity":"imprecise","key":"Sense","range":30,"selector":"scent"},{"key":"Note","selector":"saving-throw","text":"Vulture When your vulture rolls a success on a save against a disease, the result is a critical success instead.
","predicate":{"all":["disease"]},"outcome":["success"],"title":""},{"key":"FlatModifier","selector":"saving-throw","value":1,"type":"status","predicate":{"all":["disease"]}},{"key":"AdjustDegreeOfSuccess","type":"save","selector":"saving-throw","adjustment":{"success":"one-degree-better"},"predicate":{"all":["disease"]}},{"key":"RollOption","domain":"all","option":"self:ancestry:vulture","priority":1},{"key":"GrantItem","uuid":"Compendium.pf2e-animal-companions.AC-Support.QEZUnvbdrgQJAUs0"}],"slug":null,"schema":{"version":0.692,"lastMigration":{"datetime":"2021-11-20T02:32:59.734-05:00","version":{"schema":null,"foundry":"0.8.9","system":"2.19.0.9009"}}},"hp":6,"size":"sm","reach":5,"speed":10,"boosts":{"0":{"value":[]},"1":{"value":[]},"2":{"value":["str","dex","con","int","wis","cha"]}},"flaws":{"0":{"value":[]}},"voluntaryBoosts":{},"voluntaryFlaws":{},"languages":{"value":[],"custom":""},"additionalLanguages":{"count":0,"value":[],"custom":""},"items":{},"vision":"lowLightVision","rarity":{"value":"common"}},"effects":[],"folder":null,"sort":0,"permission":{"default":0,"rDxs69lNqIFN75Bl":3},"flags":{"core":{"sourceId":"Compendium.pf2e-animal-companions.AC-Ancestries-and-Class.a9luOko3LqrhIe2k"},"exportSource":{"world":"ac","system":"pf2e","coreVersion":"0.8.8","systemVersion":"2.6.0.6437"}}} {"_id":"dUAqUKIdieoFVHRp","name":"Fiery Leopard","type":"ancestry","img":"systems/pf2e/icons/default-icons/ancestry.svg","data":{"description":{"value":"Size Small
\nMelee
\n jaws (finesse), Damage 1d6 piercingMelee
\n claw (agile, finesse), Damage 1d4 slashingStr +2, Dex +3, Con +1, Int -4, Wis +2, Cha +0
\nHit Points 4
\nSkill Stealth
\nSenses low-light vision, scent (imprecise, 30 feet)
\nSpeed 35 feet
\nSpecial Your cat deals 1d4 extra precision damage against flat-footed targets.
\nSupport Benefit Your cat throws your enemies off-balance when you create an opening. Until the start of your next turn, your Strikes that deal damage to a creature that your cat threatens make the target @Compendium[pf2e.conditionitems.Flat-Footed]{Flat-Footed} until the end of your next turn.
\nAdvanced Maneuver @Compendium[pf2e-animal-companions.AC-Advanced-Maneuvers.U0J8J5ukmqnOskE8]{Cat Pounce}
\nImmunities fire Weaknesses cold 5
\nFlaming Attacks (fire) The fiery leopard's natural attacks deal 1 fire damage (in addition to the bonus damage dealt to flat-footed targets). This damage increases to 1d4 when the fiery leopard becomes a nimble or savage animal companion.
\nFiery Pelt (fire) Creatures that start their turn grappled by the fiery leopard take 1d4 fire damage. Anyone attempting to grapple the fiery leopard takes 1d4 fire damage for each attempt.
\nBurning Glow The fiery leopard sheds dim light in a 10-foot radius which gives it a -2 circumstance penalty on Stealth checks made at night or in a dark environment.
"},"source":{"value":"Pathfinder The Fall of Plaguestone"},"traits":{"value":["animal"],"rarity":"common","custom":""},"rules":[{"key":"ActiveEffectLike","value":4,"mode":"add","path":"data.abilities.str.value"},{"key":"ActiveEffectLike","value":6,"mode":"add","path":"data.abilities.dex.value"},{"key":"ActiveEffectLike","value":2,"mode":"add","path":"data.abilities.con.value"},{"key":"ActiveEffectLike","value":4,"mode":"add","path":"data.abilities.wis.value"},{"key":"ActiveEffectLike","value":1,"mode":"add","path":"data.skills.ste.rank"},{"key":"DamageDice","selector":"damage","predicate":{"any":["self:savage","self:nimble","self:genie-touched","self:indomitable"]},"diceNumber":1,"dieSize":"d4","damageType":"fire"},{"key":"FlatModifier","selector":"damage","damageType":"fire","value":1,"predicate":{"not":["self:savage","self:nimble","self:genie-touched","self:indomitable"]}},{"key":"Immunity","type":"fire"},{"key":"Weakness","type":"cold","value":5},{"key":"GrantItem","uuid":"Compendium.pf2e-animal-companions.AC-Features.KKOgokqHa7RjVDN6"},{"acuity":"imprecise","key":"Sense","range":30,"selector":"scent"},{"category":"precision","dieSize":"d4","key":"DamageDice","predicate":{"all":["target:flatFooted"]},"selector":"damage","diceNumber":1},{"category":"unarmed","damage":{"base":{"damageType":"slashing","dice":1,"die":"d4"}},"group":"brawling","key":"Strike","label":"PF2E.Weapon.Base.claw","range":null,"traits":["unarmed","agile","finesse"],"img":"systems/pf2e/icons/unarmed-attacks/claw.webp"},{"category":"unarmed","damage":{"base":{"damageType":"piercing","dice":1,"die":"d6"}},"group":"brawling","key":"Strike","label":"PF2E.Weapon.Base.jaws","range":null,"traits":["unarmed","finesse"],"img":"systems/pf2e/icons/unarmed-attacks/jaws.webp","replaceBasicUnarmed":true},{"key":"RollOption","domain":"all","option":"self:ancestry:fiery-leopard","priority":1},{"key":"GrantItem","uuid":"Compendium.pf2e-animal-companions.AC-Support.HCQXxqMtH81jE1W5"}],"slug":null,"schema":{"version":0.692,"lastMigration":{"datetime":"2021-11-20T02:32:59.736-05:00","version":{"schema":null,"foundry":"0.8.9","system":"2.19.0.9009"}}},"hp":4,"size":"sm","reach":5,"speed":35,"boosts":{"0":{"value":[]},"1":{"value":[]},"2":{"value":["str","dex","con","int","wis","cha"]}},"flaws":{"0":{"value":[]}},"languages":{"value":[],"custom":""},"additionalLanguages":{"count":0,"value":[],"custom":""},"items":{},"vision":"lowLightVision","rarity":{"value":"common"}},"effects":[],"folder":null,"sort":0,"permission":{"default":0,"vD7HMkL8eJh8gXaP":3},"flags":{"core":{"sourceId":"Compendium.pf2e-animal-companions.AC-Ancestries-and-Class.lOzvLCCy9QRnYw6w"},"exportSource":{"world":"ac","system":"pf2e","coreVersion":"0.8.8","systemVersion":"2.6.0.6437"}}} {"_id":"eBgMfYf0PVbsGOYp","name":"Bear","type":"ancestry","img":"systems/pf2e/icons/default-icons/ancestry.svg","data":{"description":{"value":"Your companion is a black, grizzly, polar, or other type of bear.
\nSize Small
\nMelee
\n jaws, Damage 1d8 piercingMelee
\n claw (agile), Damage 1d6 slashingStr +3, Dex +2, Con +2, Int -4, Wis +1, Cha +0
\nHit Points 8
\nSkill Intimidation
\nSenses low-light vision, scent (imprecise, 30 feet)
\nSpeed 35 feet
\nSupport Benefit Your bear mauls your enemies when you create an opening. Until the start of your next turn, each time you hit a creature in the bear's reach with a Strike, the creature takes [[/r {1d8}[slashing]]]{1d8 slashing damage} from the bear. If your bear is nimble or savage, the slashing damage increases to [[/r 2d8]]{2d8}.
\nAdvanced Maneuver @Compendium[pf2e-animal-companions.AC-Advanced-Maneuvers.oCgdnQP5bMDD02YC]{Bear Hug}
"},"source":{"value":"Pathfinder Core Rulebook"},"traits":{"value":["animal"],"rarity":"common","custom":""},"rules":[{"key":"ActiveEffectLike","value":6,"mode":"add","path":"data.abilities.str.value"},{"key":"ActiveEffectLike","value":4,"mode":"add","path":"data.abilities.dex.value"},{"key":"ActiveEffectLike","value":4,"mode":"add","path":"data.abilities.con.value"},{"key":"ActiveEffectLike","value":2,"mode":"add","path":"data.abilities.wis.value"},{"key":"ActiveEffectLike","value":1,"mode":"add","path":"data.skills.itm.rank"},{"key":"GrantItem","uuid":"Compendium.pf2e-animal-companions.AC-Features.KKOgokqHa7RjVDN6"},{"acuity":"imprecise","key":"Sense","range":30,"selector":"scent"},{"category":"unarmed","damage":{"base":{"damageType":"piercing","dice":1,"die":"d8"}},"group":"brawling","key":"Strike","label":"PF2E.Weapon.Base.jaws","range":null,"traits":["unarmed"],"img":"systems/pf2e/icons/unarmed-attacks/jaws.webp"},{"category":"unarmed","damage":{"base":{"damageType":"slashing","dice":1,"die":"d6"}},"group":"brawling","key":"Strike","label":"PF2E.Weapon.Base.claw","range":null,"traits":["unarmed","agile"],"img":"systems/pf2e/icons/unarmed-attacks/claw.webp","replaceBasicUnarmed":true},{"key":"RollOption","domain":"all","option":"self:ancestry:bear","priority":1},{"key":"GrantItem","uuid":"Compendium.pf2e-animal-companions.AC-Support.AvDlo1mgxXd7ZA8W"}],"slug":null,"schema":{"version":0.692,"lastMigration":{"datetime":"2021-11-20T02:32:59.739-05:00","version":{"schema":null,"foundry":"0.8.9","system":"2.19.0.9009"}}},"hp":8,"size":"sm","reach":5,"speed":35,"boosts":{"0":{"value":[]},"1":{"value":[]},"2":{"value":["str","dex","con","int","wis","cha"]}},"flaws":{"0":{"value":[]}},"languages":{"value":[],"custom":""},"additionalLanguages":{"count":0,"value":[],"custom":""},"items":{},"vision":"lowLightVision","rarity":{"value":"common"}},"effects":[],"folder":null,"sort":0,"permission":{"default":0,"rDxs69lNqIFN75Bl":3},"flags":{"core":{"sourceId":"Compendium.pf2e-animal-companions.AC-Ancestries-and-Class.eBgMfYf0PVbsGOYp"},"exportSource":{"world":"ac","system":"pf2e","coreVersion":"0.8.8","systemVersion":"2.6.0.6437"}}} {"_id":"eVcgERbL1hyeqCaW","name":"Skeletal Servant","type":"ancestry","img":"systems/pf2e/icons/default-icons/ancestry.svg","data":{"description":{"value":"Your companion is a humanoid skeleton, mindless but capable of assisting in rudimentary chores. Like the skeletal mount, it can be collapsed for easy storage.
\nSize Small or Medium
\nMelee
\n jaws, Damage 1d8 piercingMelee
\n claw (agile), Damage 1d6 slashingStr +2, Dex +2, Con +1, Int -5, Wis +0, Cha +1
\nHit Points 4
\nSkill none (mindless)
\nSenses darkvision
\nSpeed 20 feet
\nSpecial @Compendium[pf2e-animal-companions.AC-Features.CSBy1IgHTSkVAFMM]{Mindless Companion}
\nSupport Benefit Your skeletal servant jabs bones into your enemies to distract them while you attack. Until the start of your next turn, when a Strike you make hits and deals damage to a creature within your skeletal servant's reach, that target becomes @Compendium[pf2e.conditionitems.AJh5ex99aV6VTggg]{Flat-Footed} until the end of your next turn.
\nAdvanced Maneuver @Compendium[pf2e-animal-companions.AC-Advanced-Maneuvers.6LvtdtVVwtbzqUXG]{Screaming Skull}
"},"source":{"value":"Pathfinder Book of the Dead"},"traits":{"value":["undead"],"rarity":"uncommon","custom":""},"rules":[{"key":"ActiveEffectLike","value":4,"mode":"add","path":"data.abilities.str.value"},{"key":"ActiveEffectLike","value":4,"mode":"add","path":"data.abilities.dex.value"},{"key":"ActiveEffectLike","value":2,"mode":"add","path":"data.abilities.con.value"},{"key":"ActiveEffectLike","value":0,"mode":"override","path":"data.abilities.int.value","priority":60},{"key":"GrantItem","uuid":"Compendium.pf2e-animal-companions.AC-Features.KKOgokqHa7RjVDN6"},{"acuity":"imprecise","key":"Sense","range":30,"selector":"scent"},{"category":"unarmed","damage":{"base":{"damageType":"slashing","dice":1,"die":"d6"}},"group":"brawling","key":"Strike","label":"PF2E.BattleForm.Attack.Claw","range":null,"traits":["unarmed","agile"],"img":"systems/pf2e/icons/unarmed-attacks/claw.webp","replaceBasicUnarmed":true},{"category":"unarmed","damage":{"base":{"damageType":"piercing","dice":1,"die":"d8"}},"group":"brawling","key":"Strike","label":"PF2E.BattleForm.Attack.Jaws","range":null,"traits":["unarmed"],"img":"systems/pf2e/icons/unarmed-attacks/jaws.webp","replaceBasicUnarmed":true},{"key":"RollOption","domain":"all","option":"self:ancestry:skeletal-servant","priority":1},{"key":"GrantItem","uuid":"Compendium.pf2e-animal-companions.AC-Support.bHaJZSm7SakAsk00"},{"key":"Immunity","type":"death-effects"},{"key":"Immunity","type":"disease"},{"key":"Immunity","type":"poison"},{"key":"Immunity","type":"mental"},{"adjustName":false,"choices":[{"label":"PF2E.ActorSizeMedium","value":"med"},{"label":"PF2E.ActorSizeSmall","value":"sm"}],"flag":"companionSize","key":"ChoiceSet","prompt":"PF2E.SpecificRule.Prompt.CreatureSize"},{"key":"ActiveEffectLike","mode":"override","path":"data.traits.size.value","value":"{item|flags.pf2e.rulesSelections.companionSize}"}],"slug":null,"schema":{"version":0.74,"lastMigration":{"datetime":"2022-04-20T00:54:20.200-04:00","version":{"schema":0.739,"foundry":"9.268","system":"3.8.4"}}},"hp":4,"size":"med","reach":5,"speed":20,"boosts":{"0":{"value":[]},"1":{"value":[]},"2":{"value":[]}},"flaws":{"0":{"value":[]}},"languages":{"value":[],"custom":""},"additionalLanguages":{"count":0,"value":[],"custom":""},"items":{"zp355":{"pack":"pf2e-animal-companions.AC-Features","id":"CSBy1IgHTSkVAFMM","img":"systems/pf2e/icons/spells/mind-of-menace.webp","name":"Mindless Companion","level":0},"4am0m":{"pack":"pf2e-animal-companions.AC-Features","id":"3mUx8vXEQkiIuBcR","img":"systems/pf2e/icons/spells/agonizing-despair.webp","name":"Negative Healing","level":0}},"vision":"darkvision"},"effects":[],"folder":null,"sort":0,"permission":{"default":0,"thw0Ox3kKEThnAFP":3},"flags":{}} {"_id":"efkFqs6LXzWkawfL","name":"Hyena","type":"ancestry","img":"systems/pf2e/icons/default-icons/ancestry.svg","data":{"description":{"value":"Your companion is a hyena.
\nSize Small
\nMelee
\n jaws (finesse), Damage 1d8 piercingStr +2, Dex +3, Con +2, Int -4, Wis +1, Cha +0
\nHit Points 6
\nSkill Intimidation
\nSenses low-light vision, scent (imprecise, 30 feet)
\nSpeed 40 feet
\nSupport Benefit The hyena mockingly yowls at your enemies and bites at them when you create an opening. Until the start of your next turn, each time you hit a creature in the hyena's reach with a Strike, the creature becomes @Compendium[pf2e.conditionitems.Frightened]{Frightened 1}.
\nAdvanced Maneuver @Compendium[pf2e-animal-companions.AC-Advanced-Maneuvers.oisXYTTYE0TABboA]{Gnaw}
"},"source":{"value":"Pathfinder #149: Against the Scarlet Triad"},"traits":{"value":["animal"],"rarity":"common","custom":""},"rules":[{"key":"ActiveEffectLike","value":4,"mode":"add","path":"data.abilities.str.value"},{"key":"ActiveEffectLike","value":6,"mode":"add","path":"data.abilities.dex.value"},{"key":"ActiveEffectLike","value":4,"mode":"add","path":"data.abilities.con.value"},{"key":"ActiveEffectLike","value":2,"mode":"add","path":"data.abilities.wis.value"},{"key":"ActiveEffectLike","value":1,"mode":"add","path":"data.skills.itm.rank"},{"key":"GrantItem","uuid":"Compendium.pf2e-animal-companions.AC-Features.KKOgokqHa7RjVDN6"},{"category":"unarmed","damage":{"base":{"damageType":"piercing","dice":1,"die":"d8"}},"group":"brawling","key":"Strike","label":"PF2E.Weapon.Base.jaws","range":null,"traits":["unarmed","finesse"],"img":"systems/pf2e/icons/unarmed-attacks/jaws.webp","replaceAll":true},{"acuity":"imprecise","key":"Sense","range":30,"selector":"scent"},{"key":"RollOption","domain":"all","option":"self:ancestry:hyena","priority":1},{"key":"GrantItem","uuid":"Compendium.pf2e-animal-companions.AC-Support.wlh1poSMLK9wk2Nw"}],"slug":null,"schema":{"version":0.692,"lastMigration":{"datetime":"2021-11-20T02:32:59.740-05:00","version":{"schema":null,"foundry":"0.8.9","system":"2.19.0.9009"}}},"hp":6,"size":"sm","reach":5,"speed":40,"boosts":{"0":{"value":[]},"1":{"value":[]},"2":{"value":["str","dex","con","int","wis","cha"]}},"flaws":{"0":{"value":[]}},"languages":{"value":[],"custom":""},"additionalLanguages":{"count":0,"value":[],"custom":""},"items":{},"vision":"lowLightVision","rarity":{"value":"common"}},"effects":[],"folder":null,"sort":0,"permission":{"default":0,"rDxs69lNqIFN75Bl":3},"flags":{"core":{"sourceId":"Compendium.pf2e-animal-companions.AC-Ancestries-and-Class.efkFqs6LXzWkawfL"},"exportSource":{"world":"ac","system":"pf2e","coreVersion":"0.8.8","systemVersion":"2.6.0.6437"}}} {"_id":"hynwj4kRnb7yLNGu","name":"Vampiric Animal","type":"ancestry","img":"systems/pf2e/icons/default-icons/ancestry.svg","data":{"description":{"value":"Your companion is a wolf, weasel, fox, or other predator with fangs and the blood thirst of a vampire. They often serve vampires who willingly shared their blood to bind the animal to their vampiric whims.
\nSize Small or Medium
\nMelee
\n jaws (finesse), Damage 1d8 piercingStr +2, Dex +2, Con +1, Int -4, Wis +1, Cha +0
\nHit Points 4
\nSkill Survival
\nSenses low‑light vision, scent (imprecise 30 feet)
\nSpeed 30 feet
\nSpecial Vampiric animal companions are particularly attuned to the scent of blood. If a creature has persistent bleed damage, your vampiric animal companion can smell the creature if it's within 120 feet rather than 30 feet.
\nSupport Benefit When your vampiric animal senses blood it tears into your enemies. Until the start of your next turn, your Strikes that damage a creature in your vampiric animal's reach also deal [[/r {1d6}[persistent,bleed]]]{1d6} @Compendium[pf2e.conditionitems.Persistent Damage]{Persistent bleed Damage}. If your vampiric animal is nimble or savage, the persistent bleed damage increases to [[/r 2d6]]{2d6}.
\nAdvanced Maneuver @Compendium[pf2e-animal-companions.AC-Advanced-Maneuvers.cVrW2GGLVpydj8h5]{Blood Feast}
"},"source":{"value":"Pathfinder Book of the Dead"},"traits":{"value":["undead"],"rarity":"rare","custom":""},"rules":[{"key":"ActiveEffectLike","value":4,"mode":"add","path":"data.abilities.str.value"},{"key":"ActiveEffectLike","value":4,"mode":"add","path":"data.abilities.dex.value"},{"key":"ActiveEffectLike","value":2,"mode":"add","path":"data.abilities.con.value"},{"key":"ActiveEffectLike","value":2,"mode":"add","path":"data.abilities.wis.value"},{"key":"ActiveEffectLike","value":1,"mode":"add","path":"data.skills.sur.rank"},{"key":"GrantItem","uuid":"Compendium.pf2e-animal-companions.AC-Features.KKOgokqHa7RjVDN6"},{"acuity":"imprecise","key":"Sense","range":30,"selector":"scent"},{"category":"unarmed","damage":{"base":{"damageType":"piercing","dice":1,"die":"d8"}},"group":"brawling","key":"Strike","label":"PF2E.BattleForm.Attack.Jaws","range":null,"traits":["unarmed","finesse"],"img":"systems/pf2e/icons/unarmed-attacks/jaws.webp","replaceBasicUnarmed":true},{"key":"RollOption","domain":"all","option":"self:ancestry:vampiric-animal","priority":1},{"key":"GrantItem","uuid":"Compendium.pf2e-animal-companions.AC-Support.3jZOVJsYwBQ7GPDi"},{"key":"Immunity","type":"death-effects"},{"key":"Immunity","type":"disease"},{"key":"Immunity","type":"poison"},{"adjustName":false,"choices":[{"label":"PF2E.ActorSizeMedium","value":"med"},{"label":"PF2E.ActorSizeSmall","value":"sm"}],"flag":"companionSize","key":"ChoiceSet","prompt":"PF2E.SpecificRule.Prompt.CreatureSize"},{"key":"ActiveEffectLike","mode":"override","path":"data.traits.size.value","value":"{item|flags.pf2e.rulesSelections.companionSize}"}],"slug":null,"schema":{"version":0.74,"lastMigration":{"datetime":"2022-04-20T00:54:20.200-04:00","version":{"schema":0.739,"foundry":"9.268","system":"3.8.4"}}},"hp":4,"size":"med","reach":5,"speed":30,"boosts":{"0":{"value":[]},"1":{"value":[]},"2":{"value":[]}},"flaws":{"0":{"value":[]}},"languages":{"value":[],"custom":""},"additionalLanguages":{"count":0,"value":[],"custom":""},"items":{"c8kd4":{"pack":"pf2e-animal-companions.AC-Features","id":"3mUx8vXEQkiIuBcR","img":"systems/pf2e/icons/spells/agonizing-despair.webp","name":"Negative Healing","level":0}},"vision":"lowLightVision"},"effects":[],"folder":null,"sort":0,"permission":{"default":0,"thw0Ox3kKEThnAFP":3},"flags":{}} {"_id":"i2uYnClqjYI8YVun","name":"Elephant","type":"ancestry","img":"systems/pf2e/icons/default-icons/ancestry.svg","data":{"description":{"value":"Your companion is an elephant or mammoth.
\nSize Large
\nMelee
\n tusk, Damage 1d8 piercingMelee
\n foot, Damage 1d6 bludgeoningStr +3, Dex +1, Con +2, Int -4, Wis +2, Cha +0
\nHit Points 8
\nSkill Intimidation
\nSenses low-light vision, scent (imprecise, 30 feet)
\nSpeed 35 feet
\nSpecial mount
\nSupport Benefit Your elephant trumpets noisily and menaces your enemy. The first creature within your elephant's reach that you hit and deal damage to before the start of your next turn has difficulty hearing as its ears ring from the noise, taking a -4 status penalty to purely auditory Perception checks until the end of your next turn.
\nAdvanced Maneuver @Compendium[pf2e-animal-companions.AC-Advanced-Maneuvers.oYEXImMSzg0eDqzR]{Grabbing Trunk}
"},"source":{"value":"Pathfinder #177: Burning Tundra"},"traits":{"value":["animal"],"rarity":"uncommon","custom":""},"rules":[{"key":"ActiveEffectLike","value":6,"mode":"add","path":"data.abilities.str.value"},{"key":"ActiveEffectLike","value":2,"mode":"add","path":"data.abilities.dex.value"},{"key":"ActiveEffectLike","value":4,"mode":"add","path":"data.abilities.con.value"},{"key":"ActiveEffectLike","value":4,"mode":"add","path":"data.abilities.wis.value"},{"key":"ActiveEffectLike","value":1,"mode":"add","path":"data.skills.itm.rank"},{"key":"GrantItem","uuid":"Compendium.pf2e-animal-companions.AC-Features.KKOgokqHa7RjVDN6"},{"acuity":"imprecise","key":"Sense","range":30,"selector":"scent"},{"category":"unarmed","damage":{"base":{"damageType":"piercing","dice":1,"die":"d8"}},"group":"brawling","key":"Strike","label":"Tusk","range":null,"traits":["unarmed"],"img":"systems/pf2e/icons/unarmed-attacks/fangs.webp"},{"category":"unarmed","damage":{"base":{"damageType":"bludgeoning","dice":1,"die":"d6"}},"group":"brawling","key":"Strike","label":"PF2E.BattleForm.Attack.Foot","range":null,"traits":["unarmed"],"img":"systems/pf2e/icons/unarmed-attacks/foot.webp","replaceBasicUnarmed":true},{"key":"RollOption","domain":"all","option":"self:ancestry:elephant","priority":1},{"key":"GrantItem","uuid":"Compendium.pf2e-animal-companions.AC-Support.r7QN2lUVWXlcynMW"}],"slug":null,"schema":{"version":0.74,"lastMigration":{"datetime":"2022-04-20T00:54:20.201-04:00","version":{"schema":0.739,"foundry":"9.268","system":"3.8.4"}}},"hp":8,"size":"lg","reach":5,"speed":35,"boosts":{"0":{"value":[]},"1":{"value":[]},"2":{"value":[]}},"flaws":{"0":{"value":[]}},"languages":{"value":[],"custom":""},"additionalLanguages":{"count":0,"value":[],"custom":""},"items":{},"vision":"lowLightVision"},"effects":[],"folder":null,"sort":0,"permission":{"default":0,"thw0Ox3kKEThnAFP":3},"flags":{}} +{"_id":"ikbae8cDXga00PbG","name":"Zombie Carrion Bird","type":"ancestry","img":"systems/pf2e/icons/default-icons/ancestry.svg","data":{"description":{"value":"Your companion is the zombified corpse of a large scavenging bird, such as a vulture or a raven, that subsists upon meat.
\nSize Small
\nMelee
\n jaws, Damage 1d8 piercingStr +2, Dex +1, Con +3, Int -5, Wis +0, Cha +0
\nHit Points 6
\nSkill none (mindless)
\nSenses darkvision
\nSpeed 10 feet, fly 30 feet
\nSpecial mindless
\nSupport Benefit The zombie emits an aura of rot, causing wounds to fester. Until the start of your next turn, each time you hit and deal damage to a creature that's within 10 feet of the zombie carrion bird, the creature takes an additional 1d6 damage as the wound festers. If your carrion bird is nimble or savage, the damage increases to [[/r 2d6]]{2d6}. This is a disease and necromancy effect.
\nAdvanced Maneuver @Compendium[pf2e-animal-companions.AC-Advanced-Maneuvers.9o7NwxGqohpa9M7r]{Pick at the Meat}
"},"source":{"value":"Pathfinder #181: Zombie Feast"},"traits":{"value":["minion","undead"],"rarity":"uncommon","custom":""},"rules":[{"key":"ActiveEffectLike","value":4,"mode":"add","path":"data.abilities.str.value"},{"key":"ActiveEffectLike","value":2,"mode":"add","path":"data.abilities.dex.value"},{"key":"ActiveEffectLike","value":6,"mode":"add","path":"data.abilities.con.value"},{"key":"ActiveEffectLike","value":0,"mode":"override","path":"data.abilities.int.value","priority":60},{"key":"BaseSpeed","selector":"fly","value":30},{"key":"GrantItem","uuid":"Compendium.pf2e-animal-companions.AC-Features.KKOgokqHa7RjVDN6"},{"category":"unarmed","damage":{"base":{"damageType":"piercing","dice":1,"die":"d8"}},"group":"brawling","key":"Strike","label":"PF2E.Weapon.Base.jaws","range":null,"traits":["unarmed"],"img":"systems/pf2e/icons/unarmed-attacks/jaws.webp","replaceAll":true},{"key":"RollOption","domain":"all","option":"self:ancestry:zombie-carrion-bird","priority":1},{"key":"GrantItem","uuid":"Compendium.pf2e-animal-companions.AC-Support.zE01vpjowhoKygig"}],"slug":null,"schema":{"version":0.766,"lastMigration":{"datetime":"2022-07-26T11:40:41.591-04:00","version":{"schema":null,"foundry":"9.269","system":"3.12.2"}}},"hp":6,"size":"sm","reach":5,"speed":10,"boosts":{"0":{"value":[]},"1":{"value":[]},"2":{"value":[]}},"flaws":{"0":{"value":[]}},"voluntaryBoosts":{},"voluntaryFlaws":{},"languages":{"value":[],"custom":""},"additionalLanguages":{"count":0,"value":[],"custom":""},"items":{},"vision":"darkvision"},"effects":[],"folder":null,"sort":0,"permission":{"default":0,"thw0Ox3kKEThnAFP":3},"flags":{}} {"_id":"jEK6PPGWmaTFAEKr","name":"Camel","type":"ancestry","img":"systems/pf2e/icons/default-icons/ancestry.svg","data":{"description":{"value":"Your companion is a camel or llama.
\nSize Medium or Large
\nMelee
\n jaws, Damage 1d6 piercingStr +3, Dex +2, Con +2, Int -4, Wis +1, Cha +0
\nHit Points 8
\nSkill Survival
\nSenses low-light vision, scent (imprecise, 30 feet)
\nSpeed 35 feet
\nSpecial mount; your camel ignores the harmful effects of mild, severe, and extreme cold or heat, selected when you gain the companion
\nSupport Benefit The camel makes a ranged attack to spit a long string of saliva at a foe within 10 feet. On a hit, the foe is @Compendium[pf2e.conditionitems.Dazzled]{Dazzled} for 1 round.
\nAdvanced Maneuver @Compendium[pf2e-animal-companions.AC-Advanced-Maneuvers.PAXJgysWqv3T0tTD]{Sand Stride}
"},"source":{"value":"Pathfinder #149: Against the Scarlet Triad"},"traits":{"value":["animal"],"rarity":"common","custom":""},"rules":[{"key":"ActiveEffectLike","value":6,"mode":"add","path":"data.abilities.str.value"},{"key":"ActiveEffectLike","value":4,"mode":"add","path":"data.abilities.dex.value"},{"key":"ActiveEffectLike","value":4,"mode":"add","path":"data.abilities.con.value"},{"key":"ActiveEffectLike","value":2,"mode":"add","path":"data.abilities.wis.value"},{"key":"ActiveEffectLike","value":1,"mode":"add","path":"data.skills.sur.rank"},{"key":"GrantItem","uuid":"Compendium.pf2e-animal-companions.AC-Features.KKOgokqHa7RjVDN6"},{"key":"ActiveEffectLike","mode":"override","path":"data.traits.size.value","value":"{item|flags.pf2e.rulesSelections.companionSize}"},{"adjustName":false,"choices":[{"label":"PF2E.ActorSizeMedium","value":"med"},{"label":"PF2E.ActorSizeLarge","value":"lg"}],"flag":"companionSize","key":"ChoiceSet","prompt":"PF2E.SpecificRule.Prompt.CreatureSize"},{"category":"unarmed","damage":{"base":{"damageType":"piercing","dice":1,"die":"d6"}},"group":"brawling","key":"Strike","label":"PF2E.Weapon.Base.jaws","range":null,"traits":["unarmed"],"img":"systems/pf2e/icons/unarmed-attacks/jaws.webp","replaceAll":true},{"acuity":"imprecise","key":"Sense","range":30,"selector":"scent"},{"key":"RollOption","domain":"all","option":"self:ancestry:camel","priority":1},{"key":"GrantItem","uuid":"Compendium.pf2e-animal-companions.AC-Support.lzaNwsSxjVPH1nzn"}],"slug":null,"schema":{"version":0.692,"lastMigration":{"datetime":"2021-11-20T02:32:59.743-05:00","version":{"schema":null,"foundry":"0.8.9","system":"2.19.0.9009"}}},"hp":8,"size":"med","reach":5,"speed":35,"boosts":{"0":{"value":[]},"1":{"value":[]},"2":{"value":["str","dex","con","int","wis","cha"]}},"flaws":{"0":{"value":[]}},"languages":{"value":[],"custom":""},"additionalLanguages":{"count":0,"value":[],"custom":""},"items":{},"vision":"lowLightVision","rarity":{"value":"common"}},"effects":[],"folder":null,"sort":0,"permission":{"default":0,"rDxs69lNqIFN75Bl":3},"flags":{"core":{"sourceId":"Compendium.pf2e-animal-companions.AC-Ancestries-and-Class.jEK6PPGWmaTFAEKr"},"exportSource":{"world":"ac","system":"pf2e","coreVersion":"0.8.8","systemVersion":"2.6.0.6437"}}} {"_id":"jTRsRVhl5NswEueA","name":"Boar","type":"ancestry","img":"systems/pf2e/icons/default-icons/ancestry.svg","data":{"description":{"value":"Your companion is a boar or pig.
\nSize Small
\nMelee
\n tusk, Damage 1d8 piercingStr +3, Dex +1, Con +2, Int -4, Wis +2, Cha +0
\nHit Points 8
\nSkill Survival
\nSenses low-light vision, scent (imprecise) 30 feet
\nSpeed 35 feet
\nSupport Benefit Your boar gores your foes. Until the start of your next turn, your Strikes that damage a creature in your boar's reach also deal [[/r {1d6}[persistent,bleed]]]{1d6} @Compendium[pf2e.conditionitems.Persistent Damage]{Persistent bleed Damage}. If your boar is nimble or savage, the persistent bleed damage increases to [[/r 2d6]]{2d6}.
\nAdvanced Maneuver @Compendium[pf2e-animal-companions.AC-Advanced-Maneuvers.EwCqdvU8WOw2SSxm]{Boar Charge}
"},"source":{"value":"Pathfinder Advanced Player's Guide"},"traits":{"value":["animal"],"rarity":"common","custom":""},"rules":[{"key":"ActiveEffectLike","value":6,"mode":"add","path":"data.abilities.str.value"},{"key":"ActiveEffectLike","value":2,"mode":"add","path":"data.abilities.dex.value"},{"key":"ActiveEffectLike","value":4,"mode":"add","path":"data.abilities.con.value"},{"key":"ActiveEffectLike","value":4,"mode":"add","path":"data.abilities.wis.value"},{"key":"ActiveEffectLike","value":1,"mode":"add","path":"data.skills.sur.rank"},{"key":"GrantItem","uuid":"Compendium.pf2e-animal-companions.AC-Features.KKOgokqHa7RjVDN6"},{"acuity":"imprecise","key":"Sense","range":30,"selector":"scent"},{"category":"unarmed","damage":{"base":{"damageType":"piercing","dice":1,"die":"d8"}},"group":"brawling","key":"Strike","label":"Tusk","range":null,"traits":["unarmed"],"img":"systems/pf2e/icons/unarmed-attacks/fangs.webp","replaceAll":true},{"key":"RollOption","domain":"all","option":"self:ancestry:boar","priority":1},{"key":"GrantItem","uuid":"Compendium.pf2e-animal-companions.AC-Support.8re1d4lM0Dn4sLto"}],"slug":null,"schema":{"version":0.692,"lastMigration":{"datetime":"2021-11-20T02:32:59.744-05:00","version":{"schema":null,"foundry":"0.8.9","system":"2.19.0.9009"}}},"hp":8,"size":"sm","reach":5,"speed":35,"boosts":{"0":{"value":[]},"1":{"value":[]},"2":{"value":["str","dex","con","int","wis","cha"]}},"flaws":{"0":{"value":[]}},"languages":{"value":[],"custom":""},"additionalLanguages":{"count":0,"value":[],"custom":""},"items":{},"vision":"lowLightVision","rarity":{"value":"common"}},"effects":[],"folder":null,"sort":0,"permission":{"default":0,"rDxs69lNqIFN75Bl":3},"flags":{"core":{"sourceId":"Compendium.pf2e-animal-companions.AC-Ancestries-and-Class.jTRsRVhl5NswEueA"},"exportSource":{"world":"ac","system":"pf2e","coreVersion":"0.8.8","systemVersion":"2.6.0.6437"}}} {"_id":"jUYTm3wUR0GX1zfO","name":"Ulgrem-Lurann","type":"ancestry","img":"systems/pf2e/icons/default-icons/ancestry.svg","data":{"description":{"value":"Your companion is one of the few surviving members of a formerly lost species, hatched from the last clutch of Ulgrem-Axaan. As it's so young, its intelligence hasn't developed yet, but some day, it will become a highly intelligent creature. An Ulgrem-Lurann has the beast trait instead of the animal trait but otherwise functions normally as an animal companion.
\nSize Medium
\nMelee
\n jaws, Damage 1d8 piercingMelee
\n tail, Damage 1d6 bludgeoningStr +3, Dex +2, Con +2, Int -4, Wis 0, Cha +1
\nHit Points 6
\nSkill Intimidation
\nSenses darkvision
\nSpeed 20 feet, swim 25 feet
\nSpecial The Ulgrem-Lurann has the amphibious trait.
\nSupport Benefit The Ulgrem-Lurann grabs at your foe and zaps it. Until the start of your next turn, each time you hit a creature in the Ulgrem-Lurann's reach with a Strike, the creature takes an additional [[/r {1d4}[piercing]]]{1d4 piercing damage} and [[/r {1d4}[electricity]]]{1d4 electricity damage} from the Ulgrem-Lurann. If the Ulgrem-Lurann is nimble or savage, the piercing damage and electricity damage each increase to [[/r 2d4]]{2d4}.
\nAdvanced Maneuver @Compendium[pf2e-animal-companions.AC-Advanced-Maneuvers.Upr7u0KhPAIMOqXv]{Snatch and Zap}
"},"source":{"value":"Pathfinder Lost Omens: Monsters of Myth"},"traits":{"value":["amphibious","animal"],"rarity":"common","custom":""},"rules":[{"key":"ActiveEffectLike","value":6,"mode":"add","path":"data.abilities.str.value"},{"key":"ActiveEffectLike","value":4,"mode":"add","path":"data.abilities.dex.value"},{"key":"ActiveEffectLike","value":4,"mode":"add","path":"data.abilities.con.value"},{"key":"ActiveEffectLike","value":1,"mode":"add","path":"data.skills.itm.rank"},{"key":"ActiveEffectLike","value":2,"mode":"add","path":"data.abilities.cha.value"},{"category":"unarmed","damage":{"base":{"damageType":"bludgeoning","dice":1,"die":"d6"}},"group":"brawling","key":"Strike","label":"PF2E.BattleForm.Attack.Tail","range":null,"traits":["unarmed"],"img":"systems/pf2e/icons/unarmed-attacks/tail.webp"},{"category":"unarmed","damage":{"base":{"damageType":"piercing","dice":1,"die":"d8"}},"group":"brawling","key":"Strike","label":"PF2E.Weapon.Base.jaws","range":null,"traits":["unarmed"],"img":"systems/pf2e/icons/unarmed-attacks/jaws.webp","replaceBasicUnarmed":true},{"key":"BaseSpeed","selector":"swim","value":"25"},{"key":"GrantItem","uuid":"Compendium.pf2e-animal-companions.AC-Features.KKOgokqHa7RjVDN6"},{"key":"RollOption","domain":"all","option":"self:ancestry:ulgrem-lurann","priority":1},{"key":"GrantItem","uuid":"Compendium.pf2e-animal-companions.AC-Support.uZLtEOimbFnEDUKh"}],"slug":null,"schema":{"version":0.706,"lastMigration":{"datetime":"2021-12-25T22:43:45.525-05:00","version":{"schema":0.692,"foundry":"9.238","system":"3.1.0.9554"}}},"hp":6,"size":"sm","reach":5,"speed":20,"boosts":{"0":{"value":[]},"1":{"value":[]},"2":{"value":["str","dex","con","int","wis","cha"]}},"flaws":{"0":{"value":[]}},"languages":{"value":[],"custom":""},"additionalLanguages":{"count":0,"value":[],"custom":""},"items":{},"vision":"darkvision","rarity":{"value":"common"}},"effects":[],"folder":null,"sort":0,"permission":{"default":0,"rDxs69lNqIFN75Bl":3,"0tWA9mscoVx3YLRI":3},"flags":{"core":{"sourceId":"Compendium.pf2e-animal-companions.AC-Ancestries-and-Class.vbBkKVl9tgnVasFU"},"exportSource":{"world":"ac","system":"pf2e","coreVersion":"0.8.8","systemVersion":"2.6.0.6437"}}} @@ -32,12 +36,13 @@ {"_id":"kaE0e2oLPj4S3SdA","name":"Blood Wolf","type":"ancestry","img":"systems/pf2e/icons/default-icons/ancestry.svg","data":{"description":{"value":"Your companion is a partially transformed blood wolf.
\nSize Small
\nMelee
\n jaws (finesse), Damage 1d8 piercingStr +2, Dex +3, Con +2, Int -4, Wis +1, Cha +0
\nHit Points 8
\nSkill Intimidation
\nSenses darkvision, scent (imprecise, 30 feet)
\nSpeed 40 feet
\nSupport Benefit Your wolf tears tendons with each opening. Until the start of your next turn, your Strikes that damage creatures your wolf threatens give the target a -5-foot status penalty to its Speeds for 1 minute (-10 on a critical success).
\nAdvanced Maneuver @Compendium[pf2e-animal-companions.AC-Advanced-Maneuvers.xssFjTXqGlsaddvl]{Knockdown}
"},"source":{"value":"Pathfinder #151: The Show Must go on"},"traits":{"value":["animal"],"rarity":"uncommon","custom":""},"rules":[{"key":"ActiveEffectLike","value":4,"mode":"add","path":"data.abilities.str.value"},{"key":"ActiveEffectLike","value":6,"mode":"add","path":"data.abilities.dex.value"},{"key":"ActiveEffectLike","value":4,"mode":"add","path":"data.abilities.con.value"},{"key":"ActiveEffectLike","value":2,"mode":"add","path":"data.abilities.wis.value"},{"key":"ActiveEffectLike","value":1,"mode":"add","path":"data.skills.itm.rank"},{"key":"GrantItem","uuid":"Compendium.pf2e-animal-companions.AC-Features.KKOgokqHa7RjVDN6"},{"acuity":"imprecise","key":"Sense","range":30,"selector":"scent"},{"category":"unarmed","damage":{"base":{"damageType":"piercing","dice":1,"die":"d8"}},"group":"brawling","key":"Strike","label":"PF2E.Weapon.Base.jaws","range":null,"traits":["unarmed","finesse"],"img":"systems/pf2e/icons/unarmed-attacks/jaws.webp","replaceAll":true},{"key":"RollOption","domain":"all","option":"self:ancestry:wolf","priority":1},{"key":"GrantItem","uuid":"Compendium.pf2e-animal-companions.AC-Support.5HnWXmOp8qNjfhdU"}],"slug":null,"schema":{"version":0.706,"lastMigration":{"datetime":"2021-12-25T22:43:45.525-05:00","version":{"schema":0.692,"foundry":"9.238","system":"3.1.0.9554"}}},"hp":8,"size":"sm","reach":5,"speed":40,"boosts":{"0":{"value":[]},"1":{"value":[]},"2":{"value":["str","dex","con","int","wis","cha"]}},"flaws":{"0":{"value":[]}},"languages":{"value":[],"custom":""},"additionalLanguages":{"count":0,"value":[],"custom":""},"items":{},"vision":"darkvision","rarity":{"value":"common"}},"effects":[],"folder":null,"sort":0,"permission":{"default":0,"rDxs69lNqIFN75Bl":3,"0tWA9mscoVx3YLRI":3},"flags":{"core":{"sourceId":"Compendium.pf2e-animal-companions.AC-Ancestries-and-Class.vbBkKVl9tgnVasFU"},"exportSource":{"world":"ac","system":"pf2e","coreVersion":"0.8.8","systemVersion":"2.6.0.6437"}}} {"_id":"kbPrh3KBomvQcLOn","name":"Shadow Hound","type":"ancestry","img":"systems/pf2e/icons/default-icons/ancestry.svg","data":{"description":{"value":"Access You're a shadowcaster.
\nYour companion is a canine creature related to the Shadow Plane denizens known as shadow mastiffs.
\nSize Small
\nMelee
\n jaws (finesse), Damage 1d8 piercingStr +2, Dex +3, Con +1, Int -4, Wis +1, Cha +1
\nHit Points 4
\nSkill Intimidation
\nSenses darkvision, scent (imprecise) 30 feet
\nSpeed 30 feet
\nSupport Benefit Your shadow hound shrouds your foes in shadow when you leave an opening. Until the start of your next turn, when you damage a creature with a Strike and that creature is within reach of your shadow hound, both you and your shadow hound become @Compendium[pf2e.conditionitems.Concealed]{Concealed} to the creature until the end of your next turn.
\nAdvanced Maneuver @Compendium[pf2e-animal-companions.AC-Advanced-Maneuvers.EvuMVR9ut9wIHOtq]{Bay}
"},"source":{"value":"Pathfinder: Secrets of Magic"},"traits":{"value":["animal"],"rarity":"uncommon","custom":""},"rules":[{"key":"ActiveEffectLike","value":4,"mode":"add","path":"data.abilities.str.value"},{"key":"ActiveEffectLike","value":6,"mode":"add","path":"data.abilities.dex.value"},{"key":"ActiveEffectLike","value":2,"mode":"add","path":"data.abilities.con.value"},{"key":"ActiveEffectLike","value":2,"mode":"add","path":"data.abilities.wis.value"},{"key":"ActiveEffectLike","value":1,"mode":"add","path":"data.skills.itm.rank"},{"key":"GrantItem","uuid":"Compendium.pf2e-animal-companions.AC-Features.KKOgokqHa7RjVDN6"},{"acuity":"imprecise","key":"Sense","range":30,"selector":"scent"},{"category":"unarmed","damage":{"base":{"damageType":"piercing","dice":1,"die":"d8"}},"group":"brawling","key":"Strike","label":"PF2E.Weapon.Base.jaws","range":null,"traits":["unarmed","finesse"],"img":"systems/pf2e/icons/unarmed-attacks/jaws.webp","replaceAll":true},{"key":"RollOption","domain":"all","option":"self:ancestry:shadow-hound","priority":1},{"key":"GrantItem","uuid":"Compendium.pf2e-animal-companions.AC-Support.h65iGxPkfrT8DdPv"}],"slug":null,"schema":{"version":0.692,"lastMigration":{"datetime":"2021-11-20T02:32:59.746-05:00","version":{"schema":0.656,"foundry":"0.8.9","system":"2.19.0.9009"}}},"hp":4,"size":"sm","reach":5,"speed":30,"boosts":{"0":{"value":[]},"1":{"value":[]},"2":{"value":["str","dex","con","int","wis","cha"]}},"flaws":{"0":{"value":[]}},"languages":{"value":["common"],"custom":""},"additionalLanguages":{"count":0,"value":[],"custom":""},"items":{},"vision":"darkvision"},"effects":[],"folder":null,"sort":0,"permission":{"default":0,"vD7HMkL8eJh8gXaP":3},"flags":{"core":{"sourceId":"Compendium.pf2e-animal-companions.AC-Ancestries-and-Class.kbPrh3KBomvQcLOn"}}} {"_id":"lOMF4UyhjZcL7HM9","name":"Badger","type":"ancestry","img":"systems/pf2e/icons/default-icons/ancestry.svg","data":{"description":{"value":"Your companion is a badger, wolverine, or other big mustelid.
\nSize Small
\nMelee
\n jaws, Damage 1d8 piercingMelee
\n claw (agile), Damage 1d6 slashingStr +2, Dex +2, Con +2, Int -4, Wis +2, Cha +0
\nHit Points 8
\nSkill Survival
\nSenses low-light vision, scent (imprecise, 30 feet)
\nSpeed 25 feet, burrow 10 feet, climb 10 feet
\nSupport Benefit Your badger digs around your foe's position, interfering with its footing. Until the start of your next turn, if you hit and deal damage to a creature your badger threatens, the target can't use a Step action (unless it can Step through difficult terrain) until it moves from its current position.
\nAdvanced Maneuver @Compendium[pf2e-animal-companions.AC-Advanced-Maneuvers.HLD4JW6SUn5Oy8C9]{Badger Rage}
"},"source":{"value":"Pathfinder Core Rulebook"},"traits":{"value":["animal"],"rarity":"common","custom":""},"rules":[{"key":"ActiveEffectLike","value":4,"mode":"add","path":"data.abilities.str.value"},{"key":"ActiveEffectLike","value":4,"mode":"add","path":"data.abilities.dex.value"},{"key":"ActiveEffectLike","value":4,"mode":"add","path":"data.abilities.con.value"},{"key":"ActiveEffectLike","value":4,"mode":"add","path":"data.abilities.wis.value"},{"key":"ActiveEffectLike","value":1,"mode":"add","path":"data.skills.sur.rank"},{"key":"BaseSpeed","selector":"burrow","value":10},{"key":"BaseSpeed","selector":"climb","value":10},{"key":"GrantItem","uuid":"Compendium.pf2e-animal-companions.AC-Features.KKOgokqHa7RjVDN6"},{"category":"unarmed","damage":{"base":{"damageType":"piercing","dice":1,"die":"d8"}},"group":"brawling","key":"Strike","label":"PF2E.Weapon.Base.jaws","range":null,"traits":["unarmed"],"img":"systems/pf2e/icons/unarmed-attacks/jaws.webp","replaceBasicUnarmed":true},{"category":"unarmed","damage":{"base":{"damageType":"slashing","dice":1,"die":"d6"}},"group":"brawling","key":"Strike","label":"PF2E.Weapon.Base.claw","range":null,"traits":["unarmed","agile"],"img":"systems/pf2e/icons/unarmed-attacks/claw.webp"},{"acuity":"imprecise","key":"Sense","range":30,"selector":"scent"},{"key":"RollOption","domain":"all","option":"self:ancestry:badger","priority":1},{"key":"GrantItem","uuid":"Compendium.pf2e-animal-companions.AC-Support.nQwTbiyTHahsvmBi"}],"slug":null,"schema":{"version":0.692,"lastMigration":{"datetime":"2021-11-20T02:32:59.748-05:00","version":{"schema":null,"foundry":"0.8.9","system":"2.19.0.9009"}}},"hp":8,"size":"sm","reach":5,"speed":25,"boosts":{"0":{"value":[]},"1":{"value":[]},"2":{"value":["str","dex","con","int","wis","cha"]}},"flaws":{"0":{"value":[]}},"languages":{"value":[],"custom":""},"additionalLanguages":{"count":0,"value":[],"custom":""},"items":{},"vision":"lowLightVision","rarity":{"value":"common"}},"effects":[],"folder":null,"sort":0,"permission":{"default":0,"rDxs69lNqIFN75Bl":3},"flags":{"core":{"sourceId":"Compendium.pf2e-animal-companions.AC-Ancestries-and-Class.lOMF4UyhjZcL7HM9"},"exportSource":{"world":"ac","system":"pf2e","coreVersion":"0.8.8","systemVersion":"2.6.0.6437"}}} -{"_id":"lOzvLCCy9QRnYw6w","name":"Cat","type":"ancestry","img":"systems/pf2e/icons/default-icons/ancestry.svg","data":{"description":{"value":"Your companion is a big cat, such as a leopard or tiger.
\nSize Small
\nMelee
\n jaws (finesse), Damage 1d6 piercingMelee
\n claw (agile, finesse), Damage 1d4 slashingStr +2, Dex +3, Con +1, Int -4, Wis +2, Cha +0
\nHit Points 4
\nSkill Stealth
\nSenses low-light vision, scent (imprecise, 30 feet)
\nSpeed 35 feet
\nSpecial Your cat deals 1d4 extra precision damage against flat-footed targets.
\nSupport Benefit Your cat throws your enemies off-balance when you create an opening. Until the start of your next turn, your Strikes that deal damage to a creature that your cat threatens make the target @Compendium[pf2e.conditionitems.Flat-Footed]{Flat-Footed} until the end of your next turn.
\nAdvanced Maneuver @Compendium[pf2e-animal-companions.AC-Advanced-Maneuvers.U0J8J5ukmqnOskE8]{Cat Pounce}
"},"source":{"value":"Pathfinder Core Rulebook"},"traits":{"value":["animal"],"rarity":"common","custom":""},"rules":[{"key":"ActiveEffectLike","value":4,"mode":"add","path":"data.abilities.str.value"},{"key":"ActiveEffectLike","value":6,"mode":"add","path":"data.abilities.dex.value"},{"key":"ActiveEffectLike","value":2,"mode":"add","path":"data.abilities.con.value"},{"key":"ActiveEffectLike","value":4,"mode":"add","path":"data.abilities.wis.value"},{"key":"ActiveEffectLike","value":1,"mode":"add","path":"data.skills.ste.rank"},{"key":"GrantItem","uuid":"Compendium.pf2e-animal-companions.AC-Features.KKOgokqHa7RjVDN6"},{"category":"unarmed","damage":{"base":{"damageType":"piercing","dice":1,"die":"d6"}},"group":"brawling","key":"Strike","label":"PF2E.Weapon.Base.jaws","range":null,"traits":["unarmed","finesse"],"img":"systems/pf2e/icons/unarmed-attacks/jaws.webp","replaceBasicUnarmed":true},{"category":"unarmed","damage":{"base":{"damageType":"slashing","dice":1,"die":"d4"}},"group":"brawling","key":"Strike","label":"PF2E.Weapon.Base.claw","range":null,"traits":["unarmed","agile","finesse"],"img":"systems/pf2e/icons/unarmed-attacks/claw.webp"},{"acuity":"imprecise","key":"Sense","range":30,"selector":"scent"},{"category":"precision","dieSize":"d4","key":"DamageDice","predicate":{"all":["target:flatFooted"]},"selector":"damage","diceNumber":1},{"key":"RollOption","domain":"all","option":"self:ancestry:cat","priority":1},{"key":"GrantItem","uuid":"Compendium.pf2e-animal-companions.AC-Support.HCQXxqMtH81jE1W5"}],"slug":null,"schema":{"version":0.692,"lastMigration":{"datetime":"2021-11-20T02:32:59.749-05:00","version":{"schema":null,"foundry":"0.8.9","system":"2.19.0.9009"}}},"hp":4,"size":"sm","reach":5,"speed":35,"boosts":{"0":{"value":[]},"1":{"value":[]},"2":{"value":["str","dex","con","int","wis","cha"]}},"flaws":{"0":{"value":[]}},"languages":{"value":[],"custom":""},"additionalLanguages":{"count":0,"value":[],"custom":""},"items":{},"vision":"lowLightVision","rarity":{"value":"common"}},"effects":[],"folder":null,"sort":0,"permission":{"default":0,"rDxs69lNqIFN75Bl":3},"flags":{"core":{"sourceId":"Compendium.pf2e-animal-companions.AC-Ancestries-and-Class.lOzvLCCy9QRnYw6w"},"exportSource":{"world":"ac","system":"pf2e","coreVersion":"0.8.8","systemVersion":"2.6.0.6437"}}} +{"_id":"lOzvLCCy9QRnYw6w","name":"Cat","type":"ancestry","img":"systems/pf2e/icons/default-icons/ancestry.svg","data":{"description":{"value":"Your companion is a big cat, such as a leopard or tiger.
\nSize Small
\nMelee
\n jaws (finesse), Damage 1d6 piercingMelee
\n claw (agile, finesse), Damage 1d4 slashingStr +2, Dex +3, Con +1, Int -4, Wis +2, Cha +0
\nHit Points 4
\nSkill Stealth
\nSenses low-light vision, scent (imprecise, 30 feet)
\nSpeed 35 feet
\nSpecial Your cat deals 1d4 extra precision damage against flat-footed targets.
\nSupport Benefit Your cat throws your enemies off-balance when you create an opening. Until the start of your next turn, your Strikes that deal damage to a creature that your cat threatens make the target @Compendium[pf2e.conditionitems.Flat-Footed]{Flat-Footed} until the end of your next turn.
\nAdvanced Maneuver @Compendium[pf2e-animal-companions.AC-Advanced-Maneuvers.U0J8J5ukmqnOskE8]{Cat Pounce}
"},"source":{"value":"Pathfinder Core Rulebook"},"traits":{"value":["animal"],"rarity":"common","custom":""},"rules":[{"key":"ActiveEffectLike","value":4,"mode":"add","path":"data.abilities.str.value"},{"key":"ActiveEffectLike","value":6,"mode":"add","path":"data.abilities.dex.value"},{"key":"ActiveEffectLike","value":2,"mode":"add","path":"data.abilities.con.value"},{"key":"ActiveEffectLike","value":4,"mode":"add","path":"data.abilities.wis.value"},{"key":"ActiveEffectLike","value":1,"mode":"add","path":"data.skills.ste.rank"},{"key":"GrantItem","uuid":"Compendium.pf2e-animal-companions.AC-Features.KKOgokqHa7RjVDN6"},{"category":"unarmed","damage":{"base":{"damageType":"piercing","dice":1,"die":"d6"}},"group":"brawling","key":"Strike","label":"PF2E.Weapon.Base.jaws","range":null,"traits":["unarmed","finesse"],"img":"systems/pf2e/icons/unarmed-attacks/jaws.webp","replaceBasicUnarmed":true},{"category":"unarmed","damage":{"base":{"damageType":"slashing","dice":1,"die":"d4"}},"group":"brawling","key":"Strike","label":"PF2E.Weapon.Base.claw","range":null,"traits":["unarmed","agile","finesse"],"img":"systems/pf2e/icons/unarmed-attacks/claw.webp"},{"acuity":"imprecise","key":"Sense","range":30,"selector":"scent"},{"category":"precision","dieSize":"d4","key":"DamageDice","predicate":{"all":["target:condition:flat-footed"]},"selector":"damage","diceNumber":1},{"key":"RollOption","domain":"all","option":"self:ancestry:cat","priority":1},{"key":"GrantItem","uuid":"Compendium.pf2e-animal-companions.AC-Support.HCQXxqMtH81jE1W5"}],"slug":null,"schema":{"version":0.692,"lastMigration":{"datetime":"2021-11-20T02:32:59.749-05:00","version":{"schema":null,"foundry":"0.8.9","system":"2.19.0.9009"}}},"hp":4,"size":"sm","reach":5,"speed":35,"boosts":{"0":{"value":[]},"1":{"value":[]},"2":{"value":["str","dex","con","int","wis","cha"]}},"flaws":{"0":{"value":[]}},"voluntaryBoosts":{},"voluntaryFlaws":{},"languages":{"value":[],"custom":""},"additionalLanguages":{"count":0,"value":[],"custom":""},"items":{},"vision":"lowLightVision","rarity":{"value":"common"}},"effects":[],"folder":null,"sort":0,"permission":{"default":0,"rDxs69lNqIFN75Bl":3},"flags":{"core":{"sourceId":"Compendium.pf2e-animal-companions.AC-Ancestries-and-Class.lOzvLCCy9QRnYw6w"},"exportSource":{"world":"ac","system":"pf2e","coreVersion":"0.8.8","systemVersion":"2.6.0.6437"}}} {"_id":"oB8ylf56HRtXE9yq","name":"Shark","type":"ancestry","img":"systems/pf2e/icons/default-icons/ancestry.svg","data":{"description":{"value":"Your companion is a shark of any kind, such as a hammerhead, great white, or jigsaw shark.
\nSize Small
\nMelee
\n jaws, Damage 1d8 piercingStr +3, Dex +2, Con +2, Int -4, Wis +1, Cha +0
\nHit Points 6
\nSkill Stealth
\nSenses blood scent, scent (imprecise, 60 feet)
\nSpeed swim 40 feet
\nSpecial The shark has the aquatic trait. Its blood scent enables it to smell blood in the water from up to 1 mile away.
\nSupport Benefit When your shark senses blood, it tears into your enemies. Until the start of your next turn, each time you hit a creature in the shark's reach with a Strike and deal slashing or piercing damage, the creature takes [[/r {1d8}[slashing]]]{1d8 slashing damage} from the shark. If your shark is nimble or savage, the slashing damage increases to [[/r 2d8]]{2d8}.
\nAdvanced Maneuver @Compendium[pf2e-animal-companions.AC-Advanced-Maneuvers.F98ajoIakyOPEuwj]{Shred}
"},"source":{"value":"Pathfinder Advanced Player's Guide"},"traits":{"value":["animal","aquatic"],"rarity":"common","custom":""},"rules":[{"key":"ActiveEffectLike","value":6,"mode":"add","path":"data.abilities.str.value"},{"key":"ActiveEffectLike","value":4,"mode":"add","path":"data.abilities.dex.value"},{"key":"ActiveEffectLike","value":4,"mode":"add","path":"data.abilities.con.value"},{"key":"ActiveEffectLike","value":2,"mode":"add","path":"data.abilities.wis.value"},{"key":"ActiveEffectLike","value":1,"mode":"add","path":"data.skills.ste.rank"},{"key":"BaseSpeed","selector":"swim","value":40},{"key":"GrantItem","uuid":"Compendium.pf2e-animal-companions.AC-Features.KKOgokqHa7RjVDN6"},{"acuity":"imprecise","key":"Sense","range":60,"selector":"scent"},{"category":"unarmed","damage":{"base":{"damageType":"piercing","dice":1,"die":"d8"}},"group":"brawling","key":"Strike","label":"PF2E.Weapon.Base.jaws","range":null,"traits":["unarmed"],"img":"systems/pf2e/icons/unarmed-attacks/jaws.webp","replaceAll":true},{"key":"RollOption","domain":"all","option":"self:ancestry:shark","priority":1},{"key":"GrantItem","uuid":"Compendium.pf2e-animal-companions.AC-Support.YsLLV4J7L6fgzTXf"}],"slug":null,"schema":{"version":0.692,"lastMigration":{"datetime":"2021-11-20T02:32:59.751-05:00","version":{"schema":null,"foundry":"0.8.9","system":"2.19.0.9009"}}},"hp":6,"size":"sm","reach":5,"speed":0,"boosts":{"0":{"value":[]},"1":{"value":[]},"2":{"value":["str","dex","con","int","wis","cha"]}},"flaws":{"0":{"value":[]}},"languages":{"value":[],"custom":""},"additionalLanguages":{"count":0,"value":[],"custom":""},"items":{},"vision":"normal","rarity":{"value":"common"}},"effects":[],"folder":null,"sort":0,"permission":{"default":0,"rDxs69lNqIFN75Bl":3},"flags":{"core":{"sourceId":"Compendium.pf2e-animal-companions.AC-Ancestries-and-Class.oB8ylf56HRtXE9yq"},"exportSource":{"world":"ac","system":"pf2e","coreVersion":"0.8.8","systemVersion":"2.6.0.6437"}}} {"_id":"pAiHiUC9NfbndLNG","name":"Riding Drake","type":"ancestry","img":"systems/pf2e/icons/default-icons/ancestry.svg","data":{"description":{"value":"Your companion is a swift, flightless drake with limited intelligence, less vicious than most drakes but fiercely loyal to you. A riding drake has the dragon trait instead of the animal trait, but it otherwise functions normally as an animal companion.
\nSize Large
\nMelee
\n jaws, Damage 1d8 piercingMelee
\n tail, Damage 1d6 bludgeoningStr +2, Dex +1, Con +2, Int -4, Wis +1, Cha +2
\nHit Points 8
\nSkill Intimidation
\nSenses darkvision
\nSpeed 45 feet
\nSpecial mount
\nSupport Benefit Your drake snorts fire in your foes' faces. Until the start of your next turn, each time you Strike while riding the drake and hit a creature in the drake's reach, the creature takes [[/r {1d4}[fire]]]{1d4 fire damage} from the drake. If your drake is nimble or savage, the fire damage increases to [[/r 2d4]]{2d4}.
\nAdvanced Maneuver @Compendium[pf2e-animal-companions.AC-Advanced-Maneuvers.8JdETVTpbZAgtBA3]{Breath Weapon}
"},"source":{"value":"Pathfinder Advanced Player's Guide"},"traits":{"value":["dragon"],"rarity":"common","custom":""},"rules":[{"key":"ActiveEffectLike","value":4,"mode":"add","path":"data.abilities.str.value"},{"key":"ActiveEffectLike","value":2,"mode":"add","path":"data.abilities.dex.value"},{"key":"ActiveEffectLike","value":4,"mode":"add","path":"data.abilities.con.value"},{"key":"ActiveEffectLike","value":2,"mode":"add","path":"data.abilities.wis.value"},{"key":"ActiveEffectLike","value":4,"mode":"add","path":"data.abilities.cha.value"},{"key":"ActiveEffectLike","value":1,"mode":"add","path":"data.skills.itm.rank"},{"key":"GrantItem","uuid":"Compendium.pf2e-animal-companions.AC-Features.KKOgokqHa7RjVDN6"},{"category":"unarmed","damage":{"base":{"damageType":"bludgeoning","dice":1,"die":"d6"}},"group":"brawling","key":"Strike","label":"PF2E.BattleForm.Attack.Tail","range":null,"traits":["unarmed"],"img":"systems/pf2e/icons/unarmed-attacks/tail.webp"},{"category":"unarmed","damage":{"base":{"damageType":"piercing","dice":1,"die":"d8"}},"group":"brawling","key":"Strike","label":"PF2E.Weapon.Base.jaws","range":null,"traits":["unarmed"],"img":"systems/pf2e/icons/unarmed-attacks/jaws.webp","replaceBasicUnarmed":true},{"key":"RollOption","domain":"all","option":"self:ancestry:riding-drake","priority":1},{"key":"GrantItem","uuid":"Compendium.pf2e-animal-companions.AC-Support.C41lCXjerYjMyOTI"}],"slug":null,"schema":{"version":0.692,"lastMigration":{"datetime":"2021-11-20T02:32:59.752-05:00","version":{"schema":null,"foundry":"0.8.9","system":"2.19.0.9009"}}},"hp":8,"size":"lg","reach":5,"speed":45,"boosts":{"0":{"value":[]},"1":{"value":[]},"2":{"value":["str","dex","con","int","wis","cha"]}},"flaws":{"0":{"value":[]}},"languages":{"value":[],"custom":""},"additionalLanguages":{"count":0,"value":[],"custom":""},"items":{},"vision":"darkvision","rarity":{"value":"common"}},"effects":[],"folder":null,"sort":0,"permission":{"default":0,"rDxs69lNqIFN75Bl":3},"flags":{"core":{"sourceId":"Compendium.pf2e-animal-companions.AC-Ancestries-and-Class.pAiHiUC9NfbndLNG"},"exportSource":{"world":"ac","system":"pf2e","coreVersion":"0.8.8","systemVersion":"2.6.0.6437"}}} {"_id":"qLvwY3aKGHVrbgfk","name":"Ape","type":"ancestry","img":"systems/pf2e/icons/default-icons/ancestry.svg","data":{"description":{"value":"Your companion is an ape or other primate.
\nSize Small
\nMelee
\n fist, Damage 1d8 bludgeoningStr +3, Dex +1, Con +2, Int -4, Wis +2, Cha +0
\nHit Points 8
\nSkill Intimidation
\nSenses low-light vision
\nSpeed 25 feet, climb 25 feet
\nSupport Benefit Your ape threatens your foes with menacing growls. Until the start of your next turn, if you hit and deal damage to a creature in your ape's reach, the creature becomes @Compendium[pf2e.conditionitems.Frightened]{Frightened 1}.
\nAdvanced Maneuver @Compendium[pf2e-animal-companions.AC-Advanced-Maneuvers.0WtqP7Wei3AxHh5M]{Frightening Display}
"},"source":{"value":"Pathfinder Advanced Player's Guide"},"traits":{"value":["animal"],"rarity":"common","custom":""},"rules":[{"key":"ActiveEffectLike","value":6,"mode":"add","path":"data.abilities.str.value"},{"key":"ActiveEffectLike","value":2,"mode":"add","path":"data.abilities.dex.value"},{"key":"ActiveEffectLike","value":4,"mode":"add","path":"data.abilities.con.value"},{"key":"ActiveEffectLike","value":4,"mode":"add","path":"data.abilities.wis.value"},{"key":"ActiveEffectLike","value":1,"mode":"add","path":"data.skills.itm.rank"},{"key":"BaseSpeed","selector":"climb","value":25},{"key":"GrantItem","uuid":"Compendium.pf2e-animal-companions.AC-Features.KKOgokqHa7RjVDN6"},{"category":"unarmed","damage":{"base":{"damageType":"bludgeoning","dice":1,"die":"d8"}},"group":"brawling","key":"Strike","range":null,"traits":["unarmed"],"img":"systems/pf2e/icons/unarmed-attacks/fist.webp","replaceBasicUnarmed":true,"label":"PF2E.Weapon.Base.fist"},{"key":"ActiveEffectLike","value":"0WtqP7Wei3AxHh5M","mode":"override","path":"data.custom.modifiers.advancedManeuver"},{"key":"RollOption","domain":"all","option":"self:ancestry:ape","priority":1},{"key":"GrantItem","uuid":"Compendium.pf2e-animal-companions.AC-Support.Qm0iwIYyy2gbnYXe"}],"slug":null,"schema":{"version":0.692,"lastMigration":{"datetime":"2021-11-20T02:32:59.753-05:00","version":{"schema":null,"foundry":"0.8.9","system":"2.19.0.9009"}}},"hp":8,"size":"sm","reach":5,"speed":25,"boosts":{"0":{"value":[]},"1":{"value":[]},"2":{"value":["str","dex","con","int","wis","cha"]}},"flaws":{"0":{"value":[]}},"languages":{"value":[],"custom":""},"additionalLanguages":{"count":0,"value":[],"custom":""},"items":{},"vision":"lowLightVision","rarity":{"value":"common"}},"effects":[],"folder":null,"sort":0,"permission":{"default":0,"rDxs69lNqIFN75Bl":3},"flags":{"core":{"sourceId":"Compendium.pf2e-animal-companions.AC-Ancestries-and-Class.qLvwY3aKGHVrbgfk"},"exportSource":{"world":"ac","system":"pf2e","coreVersion":"0.8.8","systemVersion":"2.6.0.6437"}}} {"_id":"tT2lEqAPTM2u1hNV","name":"Scorpion","type":"ancestry","img":"systems/pf2e/icons/default-icons/ancestry.svg","data":{"description":{"value":"Your companion is one of the various species of giant scorpion.
\nSize Small
\nMelee
\n stinger, Damage 1d6 piercing plus poison (see Special)Melee
\n pincer (agile), Damage 1d6 slashingStr +3, Dex +3, Con +1, Int -4, Wis +1, Cha +0
\nHit Points 6
\nSkill Stealth
\nSenses darkvision
\nSpeed 30 feet
\nSpecial The scorpion's stinger attack deals an additional [[/r {1d4}[poison]]]{1d4 poison damage} or [[/r {2d4}[poison]]]{2d4 poison damage} if the scorpion is a specialized companion.
\nSupport Benefit Your scorpion drips poison from its stinger when you create an opening. Until the start of your next turn, your Strikes that damage a creature in your scorpion's reach also deal [[/r {1d6}[persistent,poison]]]{1d6} @Compendium[pf2e.conditionitems.Persistent Damage]{Persistent poison Damage}. If your scorpion is nimble or savage, the persistent poison damage increases to [[/r 2d6]]{2d6}.
\nAdvanced Maneuver @Compendium[pf2e-animal-companions.AC-Advanced-Maneuvers.7H8wqKtsAaSgyLyp]{Grab and Sting}
"},"source":{"value":"Pathfinder Advanced Player's Guide"},"traits":{"value":["animal"],"rarity":"common","custom":""},"rules":[{"key":"ActiveEffectLike","value":6,"mode":"add","path":"data.abilities.str.value"},{"key":"ActiveEffectLike","value":6,"mode":"add","path":"data.abilities.dex.value"},{"key":"ActiveEffectLike","value":2,"mode":"add","path":"data.abilities.con.value"},{"key":"ActiveEffectLike","value":2,"mode":"add","path":"data.abilities.wis.value"},{"key":"ActiveEffectLike","value":1,"mode":"add","path":"data.skills.ste.rank"},{"key":"GrantItem","uuid":"Compendium.pf2e-animal-companions.AC-Features.KKOgokqHa7RjVDN6"},{"key":"DamageDice","selector":"stinger-damage","predicate":{"not":["self:specialized"]},"diceNumber":1,"dieSize":"d4","damageType":"poison"},{"key":"DamageDice","selector":"stinger-damage","predicate":{"all":["self:specialized"]},"diceNumber":2,"dieSize":"d4","damageType":"poison"},{"category":"unarmed","damage":{"base":{"damageType":"piercing","dice":1,"die":"d6"}},"group":"brawling","key":"Strike","label":"Stinger","range":null,"traits":["unarmed"],"img":"systems/pf2e/icons/unarmed-attacks/stinger.webp"},{"category":"unarmed","damage":{"base":{"damageType":"slashing","dice":1,"die":"d6"}},"group":"brawling","key":"Strike","label":"Pincer","range":null,"traits":["unarmed","agile"],"img":"systems/pf2e/icons/unarmed-attacks/pincer.webp","replaceBasicUnarmed":true},{"key":"RollOption","domain":"all","option":"self:ancestry:scorpion","priority":1},{"key":"GrantItem","uuid":"Compendium.pf2e-animal-companions.AC-Support.xtXdDC5KrUqh7eCu"}],"slug":null,"schema":{"version":0.692,"lastMigration":{"datetime":"2021-11-20T02:32:59.755-05:00","version":{"schema":null,"foundry":"0.8.9","system":"2.19.0.9009"}}},"hp":6,"size":"sm","reach":5,"speed":30,"boosts":{"0":{"value":[]},"1":{"value":[]},"2":{"value":["str","dex","con","int","wis","cha"]}},"flaws":{"0":{"value":[]}},"languages":{"value":[],"custom":""},"additionalLanguages":{"count":0,"value":[],"custom":""},"items":{},"vision":"darkvision","rarity":{"value":"common"}},"effects":[],"folder":null,"sort":0,"permission":{"default":0,"rDxs69lNqIFN75Bl":3},"flags":{"core":{"sourceId":"Compendium.pf2e-animal-companions.AC-Ancestries-and-Class.tT2lEqAPTM2u1hNV"},"exportSource":{"world":"ac","system":"pf2e","coreVersion":"0.8.8","systemVersion":"2.6.0.6437"}}} {"_id":"vbBkKVl9tgnVasFU","name":"Wolf","type":"ancestry","img":"systems/pf2e/icons/default-icons/ancestry.svg","data":{"description":{"value":"Your companion is a wolf or other canine creature, such as a dog.
\nSize Small
\nMelee
\n jaws (finesse), Damage 1d8 piercingStr +2, Dex +3, Con +2, Int -4, Wis +1, Cha +0
\nHit Points 6
\nSkill Survival
\nSenses low-light vision, scent (imprecise, 30 feet)
\nSpeed 40 feet
\nSupport Benefit Your wolf tears tendons with each opening. Until the start of your next turn, your Strikes that damage creatures your wolf threatens give the target a -5-foot status penalty to its Speeds for 1 minute (-10 on a critical success).
\nAdvanced Maneuver @Compendium[pf2e-animal-companions.AC-Advanced-Maneuvers.xssFjTXqGlsaddvl]{Knockdown}
"},"source":{"value":"Pathfinder Core Rulebook"},"traits":{"value":["animal"],"rarity":"common","custom":""},"rules":[{"key":"ActiveEffectLike","value":4,"mode":"add","path":"data.abilities.str.value"},{"key":"ActiveEffectLike","value":6,"mode":"add","path":"data.abilities.dex.value"},{"key":"ActiveEffectLike","value":4,"mode":"add","path":"data.abilities.con.value"},{"key":"ActiveEffectLike","value":2,"mode":"add","path":"data.abilities.wis.value"},{"key":"ActiveEffectLike","value":1,"mode":"add","path":"data.skills.sur.rank"},{"key":"GrantItem","uuid":"Compendium.pf2e-animal-companions.AC-Features.KKOgokqHa7RjVDN6"},{"acuity":"imprecise","key":"Sense","range":30,"selector":"scent"},{"category":"unarmed","damage":{"base":{"damageType":"piercing","dice":1,"die":"d8"}},"group":"brawling","key":"Strike","label":"PF2E.Weapon.Base.jaws","range":null,"traits":["unarmed","finesse"],"img":"systems/pf2e/icons/unarmed-attacks/jaws.webp","replaceAll":true},{"key":"RollOption","domain":"all","option":"self:ancestry:wolf","priority":1},{"key":"GrantItem","uuid":"Compendium.pf2e-animal-companions.AC-Support.5HnWXmOp8qNjfhdU"}],"slug":null,"schema":{"version":0.692,"lastMigration":{"datetime":"2021-11-20T02:32:59.757-05:00","version":{"schema":null,"foundry":"0.8.9","system":"2.19.0.9009"}}},"hp":6,"size":"sm","reach":5,"speed":40,"boosts":{"0":{"value":[]},"1":{"value":[]},"2":{"value":["str","dex","con","int","wis","cha"]}},"flaws":{"0":{"value":[]}},"languages":{"value":[],"custom":""},"additionalLanguages":{"count":0,"value":[],"custom":""},"items":{},"vision":"lowLightVision","rarity":{"value":"common"}},"effects":[],"folder":null,"sort":0,"permission":{"default":0,"rDxs69lNqIFN75Bl":3},"flags":{"core":{"sourceId":"Compendium.pf2e-animal-companions.AC-Ancestries-and-Class.vbBkKVl9tgnVasFU"},"exportSource":{"world":"ac","system":"pf2e","coreVersion":"0.8.8","systemVersion":"2.6.0.6437"}}} +{"_id":"vvlTOzxghrlewzB0","name":"Skeletal Bird of Prey","type":"ancestry","img":"systems/pf2e/icons/default-icons/ancestry.svg","data":{"description":{"value":"Your companion is the skeleton of a bird of prey like a falcon or an owl.
\nSize Small
\nMelee
\n jaws (finesse), Damage 1d6 piercingMelee
\n talon (agile, finesse), Damage 1d4 slashingStr +2, Dex +3, Con +1, Int -5, Wis +0, Cha +0
\nHit Points 4
\nSkill none (mindless)
\nSenses darkvision
\nSpeed 10 feet, fly 50 feet
\nSpecial mindless
\nSupport Benefit The bird flaps around and throws your foe off balance. Until the start of your next turn, when you damage a creature in the bird's reach with a Strike, that creature becomes @Compendium[pf2e.conditionitems.Clumsy]{Clumsy 1} until the end of your next turn.
\nAdvanced Maneuver @Compendium[pf2e-animal-companions.AC-Advanced-Maneuvers.ow3S5zhS51Nj8tsI]{Unnerving Screech}
"},"source":{"value":"Pathfinder #181: Zombie Feast"},"traits":{"value":["mindless","minion","undead"],"rarity":"uncommon","custom":""},"rules":[{"key":"ActiveEffectLike","value":4,"mode":"add","path":"data.abilities.str.value"},{"key":"ActiveEffectLike","value":6,"mode":"add","path":"data.abilities.dex.value"},{"key":"ActiveEffectLike","value":2,"mode":"add","path":"data.abilities.con.value"},{"key":"ActiveEffectLike","value":0,"mode":"override","path":"data.abilities.int.value","priority":60},{"key":"BaseSpeed","selector":"fly","value":50},{"key":"GrantItem","uuid":"Compendium.pf2e-animal-companions.AC-Features.KKOgokqHa7RjVDN6"},{"category":"unarmed","damage":{"base":{"damageType":"piercing","dice":1,"die":"d6"}},"group":"brawling","key":"Strike","label":"PF2E.Weapon.Base.jaws","range":null,"traits":["unarmed","finesse"],"img":"systems/pf2e/icons/unarmed-attacks/beak.webp"},{"category":"unarmed","damage":{"base":{"damageType":"slashing","dice":1,"die":"d4"}},"group":"brawling","key":"Strike","label":"PF2E.BattleForm.Attack.Talon","range":null,"traits":["unarmed","agile","finesse"],"img":"systems/pf2e/icons/unarmed-attacks/talon.webp","replaceBasicUnarmed":true},{"key":"RollOption","domain":"all","option":"self:ancestry:undead-bird-of-prey","priority":1},{"key":"GrantItem","uuid":"Compendium.pf2e-animal-companions.AC-Support.bEkXle5FLNxnp3IE"}],"slug":null,"schema":{"version":0.766,"lastMigration":{"datetime":"2022-07-26T11:40:41.591-04:00","version":{"schema":null,"foundry":"9.269","system":"3.12.2"}}},"hp":4,"size":"sm","reach":5,"speed":10,"boosts":{"0":{"value":[]},"1":{"value":[]},"2":{"value":[]}},"flaws":{"0":{"value":[]}},"voluntaryBoosts":{},"voluntaryFlaws":{},"languages":{"value":[],"custom":""},"additionalLanguages":{"count":0,"value":[],"custom":""},"items":{},"vision":"darkvision"},"effects":[],"folder":null,"sort":0,"permission":{"default":0,"thw0Ox3kKEThnAFP":3},"flags":{}} {"_id":"wZlIF2VpF2OO3hQR","name":"Capybara","type":"ancestry","img":"systems/pf2e/icons/default-icons/ancestry.svg","data":{"description":{"value":"Your animal companion is a capybara, a giant rodent common in the forests of Arcadia.
\nSize Small
\nMelee
\n head (agile), Damage 1d6 bludgeoningStr +2, Dex +2, Con +2, Int -4, Wis +2, Cha +0
\nHit Points 6
\nSkill Survival
\nSenses low-light vision, scent (imprecise, 30 feet)
\nSpeed 30 feet, swim 15 feet
\nSupport Benefit Your capybara assists you in battle. You gain a +1 circumstance bonus on your next attack roll to Strike a foe within your capybara's reach. The bonus lasts until the first time you use it or until the beginning of your next turn, whichever comes first.
\nAdvanced Maneuver @Compendium[pf2e-animal-companions.AC-Advanced-Maneuvers.cpMkN79PdNci3nGp]{Distracting Spray}
"},"source":{"value":"Pathfinder Lost Omens: Grand Bazaar"},"traits":{"value":["animal"],"rarity":"common","custom":""},"rules":[{"key":"ActiveEffectLike","value":4,"mode":"add","path":"data.abilities.str.value"},{"key":"ActiveEffectLike","value":4,"mode":"add","path":"data.abilities.dex.value"},{"key":"ActiveEffectLike","value":4,"mode":"add","path":"data.abilities.con.value"},{"key":"ActiveEffectLike","value":4,"mode":"add","path":"data.abilities.wis.value"},{"key":"ActiveEffectLike","value":1,"mode":"add","path":"data.skills.sur.rank"},{"key":"BaseSpeed","selector":"swim","value":15},{"key":"GrantItem","uuid":"Compendium.pf2e-animal-companions.AC-Features.KKOgokqHa7RjVDN6"},{"acuity":"imprecise","key":"Sense","range":30,"selector":"scent"},{"category":"unarmed","damage":{"base":{"damageType":"bludgeoning","dice":1,"die":"d6"}},"group":"brawling","key":"Strike","label":"Head","range":null,"traits":["unarmed","agile"],"img":"systems/pf2e/icons/unarmed-attacks/horn.webp","replaceAll":true},{"key":"RollOption","domain":"all","option":"self:ancestry:capybara","priority":1},{"key":"GrantItem","uuid":"Compendium.pf2e-animal-companions.AC-Support.Fl1VEpYhmScEEon8"}],"slug":null,"schema":{"version":0.692,"lastMigration":{"datetime":"2021-11-20T02:32:59.759-05:00","version":{"schema":0.678,"foundry":"0.8.9","system":"2.19.0.9009"}}},"hp":6,"size":"sm","reach":5,"speed":30,"boosts":{"0":{"value":[]},"1":{"value":[]},"2":{"value":[]}},"flaws":{"0":{"value":[]}},"languages":{"value":[],"custom":""},"additionalLanguages":{"count":0,"value":[],"custom":""},"items":{},"vision":"lowLightVision","rarity":{"value":"common"}},"effects":[],"folder":null,"sort":0,"permission":{"default":0,"0tWA9mscoVx3YLRI":3},"flags":{"core":{"sourceId":"Compendium.pf2e-animal-companions.AC-Ancestries-and-Class.8gSeDqJLLQRlQWis"},"exportSource":{"world":"ac","system":"pf2e","coreVersion":"0.8.8","systemVersion":"2.6.0.6437"}}} {"_id":"wcS3dKMoIxc77rtp","name":"Terror Bird","type":"ancestry","img":"systems/pf2e/icons/default-icons/ancestry.svg","data":{"description":{"value":"Your companion is a terror bird, a large species of flightless carnivorous avian.
\nSize Large
\nMelee
\n beak, Damage 1d8 piercingMelee
\n talon (agile), Damage 1d6 piercingStr +3, Dex +2, Con +2, Int -4, Wis +1, Cha +0
\nHit Points 8
\nSkill Survival
\nSenses low-light vision
\nSpeed 40 feet
\nSpecial mount
\nSupport Benefit Your terror bird screeches at your enemies when you create an opening. Until the start of your next turn, your Strikes that deal damage to a creature within your terror bird's reach make the target @Compendium[pf2e.conditionitems.Flat-Footed]{Flat-Footed} until the start of your next turn.
\nAdvanced Maneuver @Compendium[pf2e-animal-companions.AC-Advanced-Maneuvers.TCEQtO5DawzVAIyT]{Tearing Clutch}
"},"source":{"value":"Pathfinder Lost Omens: Grand Bazaar"},"traits":{"value":["animal"],"rarity":"common","custom":""},"rules":[{"key":"ActiveEffectLike","value":6,"mode":"add","path":"data.abilities.str.value"},{"key":"ActiveEffectLike","value":4,"mode":"add","path":"data.abilities.dex.value"},{"key":"ActiveEffectLike","value":4,"mode":"add","path":"data.abilities.con.value"},{"key":"ActiveEffectLike","value":2,"mode":"add","path":"data.abilities.wis.value"},{"key":"ActiveEffectLike","value":1,"mode":"add","path":"data.skills.sur.rank"},{"key":"GrantItem","uuid":"Compendium.pf2e-animal-companions.AC-Features.KKOgokqHa7RjVDN6"},{"category":"unarmed","damage":{"base":{"damageType":"piercing","dice":1,"die":"d8"}},"group":"brawling","key":"Strike","label":"PF2E.BattleForm.Attack.Beak","range":null,"traits":["unarmed"],"img":"systems/pf2e/icons/unarmed-attacks/beak.webp"},{"category":"unarmed","damage":{"base":{"damageType":"piercing","dice":1,"die":"d6"}},"group":"brawling","key":"Strike","label":"PF2E.BattleForm.Attack.Talon","range":null,"traits":["unarmed","agile"],"img":"systems/pf2e/icons/unarmed-attacks/talon.webp","replaceBasicUnarmed":true},{"key":"RollOption","domain":"all","option":"self:ancestry:terror-bird","priority":1},{"key":"GrantItem","uuid":"Compendium.pf2e-animal-companions.AC-Support.oLwBrrW33fIjSHLr"}],"slug":null,"schema":{"version":0.692,"lastMigration":{"datetime":"2021-11-20T02:32:59.760-05:00","version":{"schema":0.678,"foundry":"0.8.9","system":"2.19.0.9009"}}},"hp":8,"size":"lg","reach":5,"speed":40,"boosts":{"0":{"value":[]},"1":{"value":[]},"2":{"value":[]}},"flaws":{"0":{"value":[]}},"languages":{"value":[],"custom":""},"additionalLanguages":{"count":0,"value":[],"custom":""},"items":{},"vision":"lowLightVision","rarity":{"value":"common"}},"effects":[],"folder":null,"sort":0,"permission":{"default":0,"0tWA9mscoVx3YLRI":3},"flags":{"core":{"sourceId":"Compendium.pf2e-animal-companions.AC-Ancestries-and-Class.8gSeDqJLLQRlQWis"},"exportSource":{"world":"ac","system":"pf2e","coreVersion":"0.8.8","systemVersion":"2.6.0.6437"}}} -{"_id":"xiSoZz2JHX095nHo","name":"Zombie","type":"ancestry","img":"systems/pf2e/icons/default-icons/ancestry.svg","data":{"description":{"value":"Your companion is a mindless zombie created from a soulless dead body, be it animal or humanoid. The stats below list a fist Strike, but this can be replaced by a claw or similar option better suited to the creature's form.
\nSize Small or Medium
\nMelee
\n fist, Damage 1d8 piercingStr +2, Dex +0, Con +4, Int -5, Wis +0, Cha +0
\nHit Points 10
\nSkill none (mindless)
\nSenses darkvision
\nSpeed 20 feet
\nSpecial @Compendium[pf2e-animal-companions.AC-Features.CSBy1IgHTSkVAFMM]{Mindless Companion}
\nSupport Benefit The zombie emits an aura of rot, causing wounds to fester. Until the start of your next turn, each time you hit a creature that's within 10 feet of the zombie and you deal damage, the creature takes an additional 1d6 damage as the wound festers. If your zombie is nimble or savage, the damage increases to [[/r 2d6]]{2d6}. This is a disease and necromancy effect.
\nAdvanced Maneuver @Compendium[pf2e-animal-companions.AC-Advanced-Maneuvers.LaBfTYUsvoI3nscv]{Take a Taste}
"},"source":{"value":"Pathfinder Book of the Dead"},"traits":{"value":["undead"],"rarity":"uncommon","custom":""},"rules":[{"key":"ActiveEffectLike","value":4,"mode":"add","path":"data.abilities.str.value"},{"key":"ActiveEffectLike","value":8,"mode":"add","path":"data.abilities.con.value"},{"key":"ActiveEffectLike","value":0,"mode":"override","path":"data.abilities.int.value","priority":60},{"key":"GrantItem","uuid":"Compendium.pf2e-animal-companions.AC-Features.KKOgokqHa7RjVDN6"},{"category":"unarmed","damage":{"base":{"damageType":"piercing","dice":1,"die":"d8"}},"group":"brawling","key":"Strike","label":"PF2E.BattleForm.Attack.Fist","range":null,"traits":["unarmed"],"img":"systems/pf2e/icons/unarmed-attacks/fist.webp","replaceBasicUnarmed":true},{"key":"RollOption","domain":"all","option":"self:ancestry:zombie","priority":1},{"key":"GrantItem","uuid":"Compendium.pf2e-animal-companions.AC-Support.AvDlo1mgxXd7ZA8W"},{"key":"Immunity","type":"death-effects"},{"key":"Immunity","type":"disease"},{"key":"Immunity","type":"poison"},{"key":"Immunity","type":"mental"},{"adjustName":false,"choices":[{"label":"PF2E.ActorSizeMedium","value":"med"},{"label":"PF2E.ActorSizeSmall","value":"sm"}],"flag":"companionSize","key":"ChoiceSet","prompt":"PF2E.SpecificRule.Prompt.CreatureSize"},{"key":"ActiveEffectLike","mode":"override","path":"data.traits.size.value","value":"{item|flags.pf2e.rulesSelections.companionSize}"}],"slug":null,"schema":{"version":0.74,"lastMigration":{"datetime":"2022-04-20T00:54:20.200-04:00","version":{"schema":0.739,"foundry":"9.268","system":"3.8.4"}}},"hp":10,"size":"med","reach":5,"speed":20,"boosts":{"0":{"value":[]},"1":{"value":[]},"2":{"value":[]}},"flaws":{"0":{"value":[]}},"languages":{"value":[],"custom":""},"additionalLanguages":{"count":0,"value":[],"custom":""},"items":{"7mqwg":{"pack":"pf2e-animal-companions.AC-Features","id":"CSBy1IgHTSkVAFMM","img":"systems/pf2e/icons/spells/mind-of-menace.webp","name":"Mindless Companion","level":0},"7a9lj":{"pack":"pf2e-animal-companions.AC-Features","id":"3mUx8vXEQkiIuBcR","img":"systems/pf2e/icons/spells/agonizing-despair.webp","name":"Negative Healing","level":0}},"vision":"darkvision"},"effects":[],"folder":null,"sort":0,"permission":{"default":0,"thw0Ox3kKEThnAFP":3},"flags":{}} +{"_id":"xiSoZz2JHX095nHo","name":"Zombie","type":"ancestry","img":"systems/pf2e/icons/default-icons/ancestry.svg","data":{"description":{"value":"Your companion is a mindless zombie created from a soulless dead body, be it animal or humanoid. The stats below list a fist Strike, but this can be replaced by a claw or similar option better suited to the creature's form.
\nSize Small or Medium
\nMelee
\n fist, Damage 1d8 piercingStr +2, Dex +0, Con +4, Int -5, Wis +0, Cha +0
\nHit Points 10
\nSkill none (mindless)
\nSenses darkvision
\nSpeed 20 feet
\nSpecial @Compendium[pf2e-animal-companions.AC-Features.CSBy1IgHTSkVAFMM]{Mindless Companion}
\nSupport Benefit The zombie emits an aura of rot, causing wounds to fester. Until the start of your next turn, each time you hit a creature that's within 10 feet of the zombie and you deal damage, the creature takes an additional 1d6 damage as the wound festers. If your zombie is nimble or savage, the damage increases to [[/r 2d6]]{2d6}. This is a disease and necromancy effect.
\nAdvanced Maneuver @Compendium[pf2e-animal-companions.AC-Advanced-Maneuvers.LaBfTYUsvoI3nscv]{Take a Taste}
"},"source":{"value":"Pathfinder Book of the Dead"},"traits":{"value":["undead"],"rarity":"uncommon","custom":""},"rules":[{"key":"ActiveEffectLike","value":4,"mode":"add","path":"data.abilities.str.value"},{"key":"ActiveEffectLike","value":8,"mode":"add","path":"data.abilities.con.value"},{"key":"ActiveEffectLike","value":0,"mode":"override","path":"data.abilities.int.value","priority":60},{"key":"GrantItem","uuid":"Compendium.pf2e-animal-companions.AC-Features.KKOgokqHa7RjVDN6"},{"category":"unarmed","damage":{"base":{"damageType":"piercing","dice":1,"die":"d8"}},"group":"brawling","key":"Strike","label":"PF2E.BattleForm.Attack.Fist","range":null,"traits":["unarmed"],"img":"systems/pf2e/icons/unarmed-attacks/fist.webp","replaceBasicUnarmed":true},{"key":"RollOption","domain":"all","option":"self:ancestry:zombie","priority":1},{"key":"GrantItem","uuid":"Compendium.pf2e-animal-companions.AC-Support.AvDlo1mgxXd7ZA8W"},{"key":"Immunity","type":"death-effects"},{"key":"Immunity","type":"disease"},{"key":"Immunity","type":"poison"},{"key":"Immunity","type":"mental"},{"adjustName":false,"choices":[{"label":"PF2E.ActorSizeMedium","value":"med"},{"label":"PF2E.ActorSizeSmall","value":"sm"}],"flag":"companionSize","key":"ChoiceSet","prompt":"PF2E.SpecificRule.Prompt.CreatureSize"},{"key":"ActiveEffectLike","mode":"override","path":"data.traits.size.value","value":"{item|flags.pf2e.rulesSelections.companionSize}"}],"slug":null,"schema":{"version":0.74,"lastMigration":{"datetime":"2022-04-20T00:54:20.200-04:00","version":{"schema":0.739,"foundry":"9.268","system":"3.8.4"}}},"hp":10,"size":"med","reach":5,"speed":20,"boosts":{"0":{"value":[]},"1":{"value":[]},"2":{"value":[]}},"flaws":{"0":{"value":[]}},"voluntaryBoosts":{},"voluntaryFlaws":{},"languages":{"value":[],"custom":""},"additionalLanguages":{"count":0,"value":[],"custom":""},"items":{"7mqwg":{"pack":"pf2e-animal-companions.AC-Features","id":"CSBy1IgHTSkVAFMM","img":"systems/pf2e/icons/spells/mind-of-menace.webp","name":"Mindless Companion","level":0},"7a9lj":{"pack":"pf2e-animal-companions.AC-Features","id":"3mUx8vXEQkiIuBcR","img":"systems/pf2e/icons/spells/agonizing-despair.webp","name":"Negative Healing","level":0}},"vision":"darkvision"},"effects":[],"folder":null,"sort":0,"permission":{"default":0,"thw0Ox3kKEThnAFP":3},"flags":{}} diff --git a/packs/ac-construct-breakthroughs.db b/packs/ac-construct-breakthroughs.db index 16fa385..ff2c450 100644 --- a/packs/ac-construct-breakthroughs.db +++ b/packs/ac-construct-breakthroughs.db @@ -15,6 +15,4 @@ {"_id":"owiurEqGXM726Iwd","name":"Sensory Array","type":"feat","img":"systems/pf2e/icons/default-icons/feats.webp","data":{"description":{"value":"Additional sensory devices give your innovation low-light vision and darkvision, as well as imprecise tremorsense out to a range of 30 feet.
"},"source":{"value":""},"traits":{"value":[],"rarity":{"value":"common"},"custom":""},"rules":[{"acuity":"imprecise","key":"Sense","range":30,"selector":"tremorsense"},{"key":"Sense","selector":"darkvision"},{"key":"Sense","selector":"lowLightVision"}],"slug":null,"schema":{"version":0.708,"lastMigration":null},"level":{"value":1},"featType":{"value":"classfeature"},"actionType":{"value":"passive"},"actionCategory":{"value":""},"actions":{"value":null},"prerequisites":{"value":[]},"location":""},"effects":[],"folder":null,"sort":0,"permission":{"default":0,"0tWA9mscoVx3YLRI":3},"flags":{}} {"_id":"phxQm79wotHHIGUg","name":"Resistant Coating","type":"feat","img":"systems/pf2e/icons/default-icons/feats.webp","data":{"description":{"value":"Your innovation is hard to damage by any means. It gains resistance 5 to all damage (except adamantine).
"},"source":{"value":""},"traits":{"value":[],"rarity":{"value":"common"},"custom":""},"rules":[{"key":"Resistance","type":"all","value":5,"except":"adamantine"}],"slug":null,"schema":{"version":0.708,"lastMigration":null},"level":{"value":15},"featType":{"value":"classfeature"},"actionType":{"value":"passive"},"actionCategory":{"value":""},"actions":{"value":null},"prerequisites":{"value":[]},"location":""},"effects":[],"folder":null,"sort":0,"permission":{"default":0,"0tWA9mscoVx3YLRI":3},"flags":{}} {"_id":"qRnfaGuJ1k0Agm35","name":"Miracle Gears","type":"feat","img":"systems/pf2e/icons/default-icons/feats.webp","data":{"description":{"value":"As you perfect your innovation's cortex, it becomes much more intelligent. Its Intelligence modifier increases by 2, and it learns a language of your choice from among the languages you know. Your construct gains the ability to use actions that require greater Intelligence, like @Compendium[pf2e.actionspf2e.Coerce]{Coerce} and @Compendium[pf2e.actionspf2e.d9gbpiQjChYDYA2L]{Decipher Writing}. Finally, your construct becomes legendary in two Intelligence- or Charisma-based skills of your choice. You must have the marvelous gears modification to select this modification.
"},"source":{"value":""},"traits":{"value":[],"rarity":{"value":"common"},"custom":""},"rules":[{"key":"ActiveEffectLike","value":4,"mode":"add","path":"data.abilities.int.value"}],"slug":null,"schema":{"version":0.708,"lastMigration":null},"level":{"value":15},"featType":{"value":"classfeature"},"actionType":{"value":"passive"},"actionCategory":{"value":""},"actions":{"value":null},"prerequisites":{"value":[]},"location":""},"effects":[],"folder":null,"sort":0,"permission":{"default":0,"0tWA9mscoVx3YLRI":3},"flags":{}} -{"_id":"zo6B3JGQIt99K1HF","name":"Projectile Launcher","type":"feat","img":"systems/pf2e/icons/default-icons/feats.webp","data":{"description":{"value":"Your construct has a mounted dart launcher, embedded cannon, or similar armament. Your innovation gains a ranged unarmed attack that deals 1d4 bludgeoning or piercing damage (you choose when you pick this modification). The attack has the propulsive trait and a range increment of 30 feet.
"},"source":{"value":""},"traits":{"value":[],"rarity":{"value":"common"},"custom":""},"rules":[{"category":"unarmed","damage":{"base":{"damageType":"{item|flags.pf2e.rulesSelections.damageType}","dice":1,"die":"d4"}},"key":"Strike","range":30},{"adjustName":false,"choices":[{"label":"PF2E.TraitBludgeoning","value":"bludgeoning"},{"label":"PF2E.TraitPiercing","value":"piercing"}],"flag":"damageType","prompt":"PF2E.UI.RuleElements.ChoiceSet.Prompt","key":"ChoiceSet"}],"slug":null,"schema":{"version":0.708,"lastMigration":null},"level":{"value":1},"featType":{"value":"classfeature"},"actionType":{"value":"passive"},"actionCategory":{"value":""},"actions":{"value":null},"prerequisites":{"value":[]},"location":""},"effects":[],"folder":null,"sort":0,"permission":{"default":0,"0tWA9mscoVx3YLRI":3},"flags":{}} -{"_id":"zo6B3JGQIt99K1HF","name":"Projectile Launcher","type":"feat","img":"systems/pf2e/icons/default-icons/feats.webp","data":{"description":{"value":"Your construct has a mounted dart launcher, embedded cannon, or similar armament. Your innovation gains a ranged unarmed attack that deals 1d4 bludgeoning or piercing damage (you choose when you pick this modification). The attack has the propulsive trait and a range increment of 30 feet.
"},"source":{"value":""},"traits":{"value":[],"rarity":"common","custom":""},"rules":[{"category":"unarmed","damage":{"base":{"damageType":"{item|flags.pf2e.rulesSelections.damageType}","dice":1,"die":"d4"}},"key":"Strike","range":30,"traits":["propulsive","unarmed"]},{"adjustName":false,"choices":[{"label":"PF2E.TraitBludgeoning","value":"bludgeoning"},{"label":"PF2E.TraitPiercing","value":"piercing"}],"flag":"damageType","prompt":"PF2E.UI.RuleElements.ChoiceSet.Prompt","key":"ChoiceSet"}],"slug":null,"schema":{"version":0.708,"lastMigration":null},"level":{"value":1},"featType":{"value":"classfeature"},"onlyLevel1":false,"maxTakable":1,"actionType":{"value":"passive"},"actionCategory":{"value":""},"actions":{"value":null},"prerequisites":{"value":[]},"location":""},"effects":[],"folder":null,"sort":0,"permission":{"default":0,"0tWA9mscoVx3YLRI":3},"flags":{}} {"_id":"zo6B3JGQIt99K1HF","name":"Projectile Launcher","type":"feat","img":"systems/pf2e/icons/default-icons/feats.webp","data":{"description":{"value":"Your construct has a mounted dart launcher, embedded cannon, or similar armament. Your innovation gains a ranged unarmed attack that deals 1d4 bludgeoning or piercing damage (you choose when you pick this modification). The attack has the propulsive trait and a range increment of 30 feet.
"},"source":{"value":""},"traits":{"value":[],"rarity":"common","custom":""},"rules":[{"category":"unarmed","damage":{"base":{"damageType":"{item|flags.pf2e.rulesSelections.damageType}","dice":1,"die":"d4"}},"key":"Strike","range":30,"traits":["propulsive","unarmed"]},{"adjustName":false,"choices":[{"label":"PF2E.TraitBludgeoning","value":"bludgeoning"},{"label":"PF2E.TraitPiercing","value":"piercing"}],"flag":"damageType","prompt":"PF2E.UI.RuleElements.ChoiceSet.Prompt","key":"ChoiceSet"}],"slug":null,"schema":{"version":0.708,"lastMigration":null},"level":{"value":1},"featType":{"value":"classfeature"},"onlyLevel1":false,"maxTakable":1,"actionType":{"value":"passive"},"actionCategory":{"value":""},"actions":{"value":null},"prerequisites":{"value":[]},"location":""},"effects":[],"folder":null,"sort":0,"permission":{"default":0,"0tWA9mscoVx3YLRI":3},"flags":{}} diff --git a/packs/ac-eidolons.db b/packs/ac-eidolons.db index 25be452..03d9513 100644 --- a/packs/ac-eidolons.db +++ b/packs/ac-eidolons.db @@ -9,4 +9,3 @@ {"_id":"mKWiBb4xmnwVhmh7","name":"Angel Eidolon","type":"ancestry","img":"systems/pf2e/icons/default-icons/ancestry.svg","data":{"description":{"value":"Your eidolon is a celestial messenger, a member of the angelic host with a unique link to you, allowing them to carry a special message to the mortal world at your side. Most angel eidolons are roughly humanoid in form, with feathered wings, glowing eyes, halos, or similar angelic features. However, some take the form of smaller angelic servitors like the winged helmet cassisian angel instead. The two of you are destined for an important role in the plans of the celestial realms. Though a true angel, your angel eidolon's link to you as a mortal prevents them from casting the angelic messenger ritual, even if they somehow learn it.
\nTradition divine
\nTraits angel, celestial, eidolon
\nAlignment must be good, usually neutral good
\nHome Plane Nirvana (if NG), Elysium (if CG), or Heaven (if LG)
\nSize Medium or Small
\nSuggested Attacks fist (bludgeoning), wing (bludgeoning), unarmed attacks shaped like a weapon
\nAngelic Avenger Str 18, Dex 14, Con 16, Int 8, Wis 12, Cha 10; +2 AC (+3 Dex cap)
\nAngelic Emissary Str 12, Dex 18, Con 12, Int 10, Wis 12, Cha 14; +1 AC (+4 Dex cap)
\nSkills Diplomacy, Religion
\nSenses darkvision
\nLanguage Celestial
\nSpeed 25 feet
\nEidolon Abilities Initial hallowed strikes; Symbiosis traveler's aura; Transcendence angelic mercy
"},"source":{"value":"Pathfinder Secrets of Magic"},"traits":{"value":["angel","celestial","eidolon"],"rarity":"common","custom":""},"rules":[{"adjustName":false,"choices":[{"value":"Compendium.pf2e-animal-companions.AC-Features.oQ4aTLTv0qU7sRGG"},{"value":"Compendium.pf2e-animal-companions.AC-Features.WeZLk8HXhoa20J7t"}],"flag":"eidolonType","key":"ChoiceSet","prompt":"PF2E.UI.RuleElements.ChoiceSet.Prompt"},{"key":"GrantItem","uuid":"{item|flags.pf2e.rulesSelections.eidolonType}"},{"key":"ActiveEffectLike","mode":"upgrade","path":"data.skills.rel.rank","value":1},{"key":"ActiveEffectLike","mode":"upgrade","path":"data.skills.dip.rank","value":1},{"adjustName":false,"choices":[{"label":"PF2E.ActorSizeMedium","value":"med"},{"label":"PF2E.ActorSizeSmall","value":"sm"}],"flag":"companionSize","key":"ChoiceSet","prompt":"PF2E.SpecificRule.Prompt.CreatureSize"},{"key":"ActiveEffectLike","mode":"override","path":"data.traits.size.value","value":"{item|flags.pf2e.rulesSelections.companionSize}"},{"key":"GrantItem","uuid":"Compendium.pf2e-animal-companions.AC-Features.xPn27nNxcLOByTXJ"}],"slug":null,"schema":{"version":0.71,"lastMigration":{"datetime":"2021-12-30T22:06:13.027-05:00","version":{"schema":0.709,"foundry":"9.238","system":"3.1.3"}}},"hp":0,"size":"med","reach":5,"speed":25,"boosts":{"0":{"value":[]},"1":{"value":[]},"2":{"value":[]}},"flaws":{"0":{"value":[]}},"languages":{"value":["celestial"],"custom":""},"additionalLanguages":{"count":0,"value":[],"custom":""},"items":{"in5zg":{"pack":"pf2e-animal-companions.AC-Features","id":"5E71mdImeRE9Fh1D","img":"systems/pf2e/icons/features/classes/eidolon.webp","name":"Eidolon Ability","level":1}},"vision":"darkvision"},"effects":[],"folder":null,"sort":0,"permission":{"default":0,"0tWA9mscoVx3YLRI":3},"flags":{"core":{"sourceId":"Item.QlhL9vPXzjhkYd8W"}}} {"_id":"o3wSjAaxYUmdbDvB","name":"Anger Phantom Eidolon","type":"ancestry","img":"systems/pf2e/icons/default-icons/ancestry.svg","data":{"description":{"value":"Your eidolon is a lost soul, bound to the mortal world by undying anger or a bitter grudge. Most phantom eidolons are humanoids with a spectral or ectoplasmic appearance, though some take far stranger forms. Your link with your eidolon prevents it from succumbing to corruption and undeath. Together, you will need to decide whether to work with your eidolon to control its anger, or channel its wrath into power.
\nTradition occult
\nTraits eidolon, ethereal, phantom
\nHome Plane Ethereal Plane
\nSize Medium or Small
\nSuggested Attacks fist (bludgeoning), tendril (bludgeoning), unarmed attacks shaped like a weapon
\nWrathful Berserker Str 18, Dex 14, Con 16, Int 8, Wis 10, Cha 12; +2 AC (+3 Dex cap)
\nEnraged Assassin Str 14, Dex 18, Con 16, Int 10, Wis 8, Cha 12; +1 AC (+4 Dex cap)
\nSkills Intimidation, Occultism
\nSenses darkvision
\nLanguage one common mortal language the eidolon spoke in life
\nSpeed 25 feet
\nEidolon Abilities Initial furious strike; Symbiosis seething frenzy; Transcendence anger aura
"},"source":{"value":"Pathfinder Secrets of Magic"},"traits":{"value":["eidolon","ethereal","phantom"],"rarity":"common","custom":""},"rules":[{"adjustName":false,"choices":[{"value":"Compendium.pf2e-animal-companions.AC-Features.le0f9D0ZOnkdGaQO"},{"value":"Compendium.pf2e-animal-companions.AC-Features.oqRBCMQDSicPRkVA"}],"flag":"eidolonType","key":"ChoiceSet","prompt":"PF2E.UI.RuleElements.ChoiceSet.Prompt"},{"key":"GrantItem","uuid":"{item|flags.pf2e.rulesSelections.eidolonType}"},{"key":"ActiveEffectLike","mode":"upgrade","path":"data.skills.itm.rank","value":1},{"key":"ActiveEffectLike","mode":"upgrade","path":"data.skills.occ.rank","value":1},{"adjustName":false,"choices":[{"label":"PF2E.ActorSizeMedium","value":"med"},{"label":"PF2E.ActorSizeSmall","value":"sm"}],"flag":"companionSize","key":"ChoiceSet","prompt":"PF2E.SpecificRule.Prompt.CreatureSize"},{"key":"ActiveEffectLike","mode":"override","path":"data.traits.size.value","value":"{item|flags.pf2e.rulesSelections.companionSize}"},{"key":"GrantItem","uuid":"Compendium.pf2e-animal-companions.AC-Features.xPn27nNxcLOByTXJ"}],"slug":null,"schema":{"version":0.71,"lastMigration":{"datetime":"2021-12-30T22:06:13.027-05:00","version":{"schema":0.709,"foundry":"9.238","system":"3.1.3"}}},"hp":0,"size":"med","reach":5,"speed":25,"boosts":{"0":{"value":[]},"1":{"value":[]},"2":{"value":["str","dex","con","int","wis","cha"]}},"flaws":{"0":{"value":[]}},"languages":{"value":[],"custom":""},"additionalLanguages":{"count":0,"value":[],"custom":""},"items":{"y1x3u":{"pack":"pf2e-animal-companions.AC-Features","id":"5E71mdImeRE9Fh1D","img":"systems/pf2e/icons/features/classes/eidolon.webp","name":"Eidolon Ability","level":1}},"vision":"darkvision"},"effects":[],"folder":null,"sort":0,"permission":{"default":0,"0tWA9mscoVx3YLRI":3},"flags":{"core":{"sourceId":"Item.QlhL9vPXzjhkYd8W"}}} {"_id":"zjIVbS6nGX6BS2UD","name":"Fey Eidolon","type":"ancestry","img":"systems/pf2e/icons/default-icons/ancestry.svg","data":{"description":{"value":"Your eidolon is a fey, a capricious being of the mysterious First World. Many fey appear similar to mortal humanoids with unusual features such as pointed ears, wings, or bodies composed of natural elements, but the full variety of fey is endless, and many others appear completely inhuman. Fey from the First World never truly die, instead forming a new creature. Fey eidolons usually come about when a summoner helps stabilize a difficult reformation. This means your fey eidolon likely lived a different life just before meeting you and might remember fragments of its old memories. Together, you might have to unravel a memory from your eidolon's past life among the fey.
\nTradition primal (but see Fey Gift Spells below)
\nTraits eidolon, fey
\nHome Plane First World
\nSize Small or Medium
\nSuggested Attacks fist (bludgeoning), wing (bludgeoning), attacks shaped like a weapon
\nSkirmisher Fey Str 14, Dex 18, Con 14, Int 10, Wis 10, Cha 12; +1 AC (+4 Dex cap)
\nTrickster Fey Str 12, Dex 18, Con 12, Int 12, Wis 8, Cha 16; +1 AC (+4 Dex cap)
\nSkills Deception, Nature
\nSenses low-light vision
\nLanguage Sylvan
\nSpeed 25 feet
\nEidolon Abilities Initial fey gift spells; Symbiosis fey mischief; Transcendence fey chicanery
"},"source":{"value":"Pathfinder Secrets of Magic"},"traits":{"value":["eidolon","fey"],"rarity":"common","custom":""},"rules":[{"adjustName":false,"choices":[{"value":"Compendium.pf2e-animal-companions.AC-Features.F8wk9ybBPYBeoszZ"},{"value":"Compendium.pf2e-animal-companions.AC-Features.ADnKqMNT8kKfPl9o"}],"flag":"eidolonType","key":"ChoiceSet","prompt":"PF2E.UI.RuleElements.ChoiceSet.Prompt"},{"key":"GrantItem","uuid":"{item|flags.pf2e.rulesSelections.eidolonType}"},{"key":"ActiveEffectLike","mode":"upgrade","path":"data.skills.dec.rank","value":1},{"key":"ActiveEffectLike","mode":"upgrade","path":"data.skills.nat.rank","value":1},{"adjustName":false,"choices":[{"label":"PF2E.ActorSizeMedium","value":"med"},{"label":"PF2E.ActorSizeSmall","value":"sm"}],"flag":"companionSize","key":"ChoiceSet","prompt":"PF2E.SpecificRule.Prompt.CreatureSize"},{"key":"ActiveEffectLike","mode":"override","path":"data.traits.size.value","value":"{item|flags.pf2e.rulesSelections.companionSize}"},{"key":"GrantItem","uuid":"Compendium.pf2e-animal-companions.AC-Features.xPn27nNxcLOByTXJ"}],"slug":null,"schema":{"version":0.71,"lastMigration":{"datetime":"2021-12-30T22:06:13.027-05:00","version":{"schema":0.709,"foundry":"9.238","system":"3.1.3"}}},"hp":0,"size":"med","reach":5,"speed":25,"boosts":{"0":{"value":[]},"1":{"value":[]},"2":{"value":[]}},"flaws":{"0":{"value":[]}},"languages":{"value":["sylvan"],"custom":""},"additionalLanguages":{"count":0,"value":[],"custom":""},"items":{"8kzmr":{"pack":"pf2e-animal-companions.AC-Features","id":"5E71mdImeRE9Fh1D","img":"systems/pf2e/icons/features/classes/eidolon.webp","name":"Eidolon Ability","level":1}},"vision":"lowLightVision"},"effects":[],"folder":null,"sort":0,"permission":{"default":0,"0tWA9mscoVx3YLRI":3},"flags":{"core":{"sourceId":"Item.QlhL9vPXzjhkYd8W"}}} -{"_id":"mKWiBb4xmnwVhmh7","name":"Angel Eidolon","type":"ancestry","img":"systems/pf2e/icons/default-icons/ancestry.svg","data":{"description":{"value":"Your eidolon is a celestial messenger, a member of the angelic host with a unique link to you, allowing them to carry a special message to the mortal world at your side. Most angel eidolons are roughly humanoid in form, with feathered wings, glowing eyes, halos, or similar angelic features. However, some take the form of smaller angelic servitors like the winged helmet cassisian angel instead. The two of you are destined for an important role in the plans of the celestial realms. Though a true angel, your angel eidolon's link to you as a mortal prevents them from casting the angelic messenger ritual, even if they somehow learn it.
\nTradition divine
\nTraits angel, celestial, eidolon
\nAlignment must be good, usually neutral good
\nHome Plane Nirvana (if NG), Elysium (if CG), or Heaven (if LG)
\nSize Medium or Small
\nSuggested Attacks fist (bludgeoning), wing (bludgeoning), unarmed attacks shaped like a weapon
\nAngelic Avenger Str 18, Dex 14, Con 16, Int 8, Wis 12, Cha 10; +2 AC (+3 Dex cap)
\nAngelic Emissary Str 12, Dex 18, Con 12, Int 10, Wis 12, Cha 14; +1 AC (+4 Dex cap)
\nSkills Diplomacy, Religion
\nSenses darkvision
\nLanguage Celestial
\nSpeed 25 feet
\nEidolon Abilities Initial hallowed strikes; Symbiosis traveler's aura; Transcendence angelic mercy
"},"source":{"value":"Pathfinder Secrets of Magic"},"traits":{"value":["angel","celestial","eidolon"],"rarity":"common","custom":""},"rules":[{"adjustName":false,"choices":[{"value":"Compendium.pf2e-animal-companions.AC-Features.oQ4aTLTv0qU7sRGG"},{"value":"Compendium.pf2e-animal-companions.AC-Features.WeZLk8HXhoa20J7t"}],"flag":"eidolonType","key":"ChoiceSet","prompt":"PF2E.UI.RuleElements.ChoiceSet.Prompt"},{"key":"GrantItem","uuid":"{item|flags.pf2e.rulesSelections.eidolonType}"},{"key":"ActiveEffectLike","mode":"upgrade","path":"data.skills.rel.rank","value":1},{"key":"ActiveEffectLike","mode":"upgrade","path":"data.skills.dip.rank","value":1},{"adjustName":false,"choices":[{"label":"PF2E.ActorSizeMedium","value":"med"},{"label":"PF2E.ActorSizeSmall","value":"sm"}],"flag":"companionSize","key":"ChoiceSet","prompt":"PF2E.SpecificRule.Prompt.CreatureSize"},{"key":"ActiveEffectLike","mode":"override","path":"data.traits.size.value","value":"{item|flags.pf2e.rulesSelections.companionSize}"},{"key":"GrantItem","uuid":"Compendium.pf2e-animal-companions.AC-Features.xPn27nNxcLOByTXJ"}],"slug":null,"schema":{"version":0.71,"lastMigration":{"datetime":"2021-12-30T22:06:13.027-05:00","version":{"schema":0.709,"foundry":"9.238","system":"3.1.3"}}},"hp":0,"size":"med","reach":5,"speed":25,"boosts":{"0":{"value":[]},"1":{"value":[]},"2":{"value":[]}},"flaws":{"0":{"value":[]}},"languages":{"value":["celestial"],"custom":""},"additionalLanguages":{"count":0,"value":[],"custom":""},"items":{"in5zg":{"pack":"pf2e-animal-companions.AC-Features","id":"5E71mdImeRE9Fh1D","img":"systems/pf2e/icons/features/classes/eidolon.webp","name":"Eidolon Ability","level":1}},"vision":"darkvision"},"effects":[],"folder":null,"sort":0,"permission":{"default":0,"0tWA9mscoVx3YLRI":3},"flags":{"core":{"sourceId":"Item.QlhL9vPXzjhkYd8W"}}} diff --git a/packs/ac-feats.db b/packs/ac-feats.db index fc1c342..3b0f995 100644 --- a/packs/ac-feats.db +++ b/packs/ac-feats.db @@ -1,36 +1,21 @@ {"_id":"4gNZCu2ncgu98A0H","name":"Shaitan-Touched Animal Companion","type":"feat","img":"systems/pf2e/icons/spells/earthbind.webp","data":{"description":{"value":"If you take a feat that would normally allow you to choose to have a savage or nimble animal companion, you can instead choose to for it to become a genie-touched companion. When you choose the feat, select the type of genie whose power infuses your companion. The genies and their elemental traits are as follows: djinni (air), efreeti (fire), marid (water), or shaitan (earth). A genie-touched companion increases its Wisdom modifier by 2 and its Strength, Dexterity, and Constitution modifiers by 1. It deals 3 additional damage with its unarmed attacks; this damage is fire damage for an efreet-touched companion or of the same type as the unarmed attack for the others. It gains resistance 5 to damage of a type depending on the genie: acid for djinni, fire for efreeti or marid, and electricity for shaitan. If the companion is djinni-touched or efreeti-touched, increase its proficiency rank in Acrobatics to expert; if it is marid-touched or shaitan-touched, increase its proficiency rank in Athletics to expert. It also learns the advanced maneuver for its type. Its attacks count as magical for the purpose of ignoring resistances and gain the genie's elemental trait.
"},"source":{"value":""},"traits":{"value":[],"rarity":"common","custom":""},"rules":[{"key":"ActiveEffectLike","value":2,"mode":"add","path":"data.abilities.str.value"},{"key":"ActiveEffectLike","value":2,"mode":"add","path":"data.abilities.dex.value"},{"key":"ActiveEffectLike","value":2,"mode":"add","path":"data.abilities.con.value"},{"key":"ActiveEffectLike","value":4,"mode":"add","path":"data.abilities.wis.value"},{"key":"ActiveEffectLike","value":2,"mode":"upgrade","path":"data.skills.ath.rank"},{"key":"RollOption","domain":"all","option":"self:genie-touched","priority":1},{"key":"FlatModifier","selector":"damage","value":"@actor.data.data.custom.modifiers.additionalDamage"},{"key":"ActiveEffectLike","value":3,"mode":"upgrade","path":"data.custom.modifiers.additionalDamage","priority":49},{"key":"GrantItem","uuid":"Compendium.pf2e-animal-companions.AC-Features.KrHyF5BSvYM6tFbB"}],"slug":null,"schema":{"version":0.692,"lastMigration":{"datetime":"2021-11-20T02:33:05.193-05:00","version":{"schema":null,"foundry":"0.8.9","system":"2.19.0.9009"}}},"level":{"value":8},"featType":{"value":"ancestryfeature"},"onlyLevel1":false,"maxTakable":1,"actionType":{"value":"passive"},"actionCategory":{"value":""},"actions":{"value":null},"prerequisites":{"value":[]},"location":"","rarity":{"value":"common"}},"effects":[],"folder":null,"sort":0,"permission":{"default":0,"vD7HMkL8eJh8gXaP":3},"flags":{"core":{"sourceId":"Compendium.pf2e-animal-companions.AC-Feats.h262IUT47dLqZLFZ"},"exportSource":{"world":"ac","system":"pf2e","coreVersion":"0.8.8","systemVersion":"2.6.0.6437"}}} -{"_id":"89eT819I4MYWndcu","name":"Nimble Animal Companion","type":"feat","img":"systems/pf2e/icons/spells/commune-with-nature.webp","data":{"description":{"value":"To advance a mature animal companion to a nimble animal companion, increase its Dexterity modifier by 2 and its Strength, Constitution, and Wisdom modifiers by 1. It deals 2 additional damage with its unarmed attacks. Increase its proficiency ranks in Acrobatics and unarmored defense to expert. It also learns the advanced maneuver for its type. Its attacks become magical for the purpose of ignoring resistances.
"},"source":{"value":""},"traits":{"value":[],"rarity":"common","custom":""},"rules":[{"key":"ActiveEffectLike","value":2,"mode":"add","path":"data.abilities.str.value"},{"key":"ActiveEffectLike","value":4,"mode":"add","path":"data.abilities.dex.value"},{"key":"ActiveEffectLike","value":2,"mode":"add","path":"data.abilities.con.value"},{"key":"ActiveEffectLike","value":2,"mode":"add","path":"data.abilities.wis.value"},{"key":"ActiveEffectLike","value":2,"mode":"upgrade","path":"data.skills.acr.rank"},{"key":"ActiveEffectLike","value":1,"mode":"add","path":"data.martial.unarmored.rank"},{"key":"ActiveEffectLike","value":2,"mode":"upgrade","path":"data.custom.modifiers.additionalDamage","priority":49},{"key":"RollOption","domain":"all","option":"self:nimble","priority":1},{"key":"FlatModifier","selector":"damage","value":"@actor.data.data.custom.modifiers.additionalDamage"},{"key":"GrantItem","uuid":"Compendium.pf2e-animal-companions.AC-Features.KrHyF5BSvYM6tFbB"}],"slug":null,"schema":{"version":0.692,"lastMigration":{"datetime":"2021-11-20T02:33:05.194-05:00","version":{"schema":null,"foundry":"0.8.9","system":"2.19.0.9009"}}},"level":{"value":8},"featType":{"value":"ancestryfeature"},"onlyLevel1":false,"maxTakable":1,"actionType":{"value":"passive"},"actionCategory":{"value":""},"actions":{"value":null},"prerequisites":{"value":[]},"location":"","rarity":{"value":"common"}},"effects":[],"folder":null,"sort":0,"permission":{"default":0,"L46TYcXAUKb2dhwY":3},"flags":{"core":{"sourceId":"Compendium.pf2e-animal-companions.AC-Feats.89eT819I4MYWndcu"},"exportSource":{"world":"ac","system":"pf2e","coreVersion":"0.8.8","systemVersion":"2.6.0.6437"}}} +{"_id":"89eT819I4MYWndcu","name":"Nimble Animal Companion","type":"feat","img":"systems/pf2e/icons/spells/commune-with-nature.webp","data":{"description":{"value":"To advance a mature animal companion to a nimble animal companion, increase its Dexterity modifier by 2 and its Strength, Constitution, and Wisdom modifiers by 1. It deals 2 additional damage with its unarmed attacks. Increase its proficiency ranks in Acrobatics to expert. It also learns the advanced maneuver for its type. Its attacks become magical for the purpose of ignoring resistances.
"},"source":{"value":""},"traits":{"value":[],"rarity":"common","custom":""},"rules":[{"key":"ActiveEffectLike","value":2,"mode":"add","path":"data.abilities.str.value"},{"key":"ActiveEffectLike","value":4,"mode":"add","path":"data.abilities.dex.value"},{"key":"ActiveEffectLike","value":2,"mode":"add","path":"data.abilities.con.value"},{"key":"ActiveEffectLike","value":2,"mode":"add","path":"data.abilities.wis.value"},{"key":"ActiveEffectLike","value":2,"mode":"upgrade","path":"data.skills.acr.rank"},{"key":"ActiveEffectLike","value":2,"mode":"upgrade","path":"data.custom.modifiers.additionalDamage","priority":49},{"key":"RollOption","domain":"all","option":"self:nimble","priority":1},{"key":"FlatModifier","selector":"damage","value":"@actor.data.data.custom.modifiers.additionalDamage"},{"key":"GrantItem","uuid":"Compendium.pf2e-animal-companions.AC-Features.KrHyF5BSvYM6tFbB"}],"slug":null,"schema":{"version":0.692,"lastMigration":{"datetime":"2021-11-20T02:33:05.194-05:00","version":{"schema":null,"foundry":"0.8.9","system":"2.19.0.9009"}}},"level":{"value":8},"featType":{"value":"ancestryfeature"},"onlyLevel1":false,"maxTakable":1,"actionType":{"value":"passive"},"actionCategory":{"value":""},"actions":{"value":null},"prerequisites":{"value":[]},"location":"","rarity":{"value":"common"}},"effects":[],"folder":null,"sort":0,"permission":{"default":0,"L46TYcXAUKb2dhwY":3},"flags":{"core":{"sourceId":"Compendium.pf2e-animal-companions.AC-Feats.89eT819I4MYWndcu"},"exportSource":{"world":"ac","system":"pf2e","coreVersion":"0.8.8","systemVersion":"2.6.0.6437"}}} {"_id":"BMq4ZwfyZ4dbjjRR","name":"Djinni-Touched Animal Companion","type":"feat","img":"systems/pf2e/icons/spells/punishing-winds.webp","data":{"description":{"value":"If you take a feat that would normally allow you to choose to have a savage or nimble animal companion, you can instead choose to for it to become a genie-touched companion. When you choose the feat, select the type of genie whose power infuses your companion. The genies and their elemental traits are as follows: djinni (air), efreeti (fire), marid (water), or shaitan (earth). A genie-touched companion increases its Wisdom modifier by 2 and its Strength, Dexterity, and Constitution modifiers by 1. It deals 3 additional damage with its unarmed attacks; this damage is fire damage for an efreet-touched companion or of the same type as the unarmed attack for the others. It gains resistance 5 to damage of a type depending on the genie: acid for djinni, fire for efreeti or marid, and electricity for shaitan. If the companion is djinni-touched or efreeti-touched, increase its proficiency rank in Acrobatics to expert; if it is marid-touched or shaitan-touched, increase its proficiency rank in Athletics to expert. It also learns the advanced maneuver for its type. Its attacks count as magical for the purpose of ignoring resistances and gain the genie's elemental trait.
"},"source":{"value":""},"traits":{"value":[],"rarity":"common","custom":""},"rules":[{"key":"ActiveEffectLike","value":2,"mode":"add","path":"data.abilities.str.value"},{"key":"ActiveEffectLike","value":2,"mode":"add","path":"data.abilities.dex.value"},{"key":"ActiveEffectLike","value":2,"mode":"add","path":"data.abilities.con.value"},{"key":"ActiveEffectLike","value":4,"mode":"add","path":"data.abilities.wis.value"},{"key":"ActiveEffectLike","value":2,"mode":"upgrade","path":"data.skills.acr.rank"},{"key":"RollOption","domain":"all","option":"self:genie-touched","priority":1},{"key":"ActiveEffectLike","value":3,"mode":"upgrade","path":"data.custom.modifiers.additionalDamage","priority":49},{"key":"FlatModifier","selector":"damage","value":"@actor.data.data.custom.modifiers.additionalDamage"},{"key":"GrantItem","uuid":"Compendium.pf2e-animal-companions.AC-Features.KrHyF5BSvYM6tFbB"}],"slug":null,"schema":{"version":0.692,"lastMigration":{"datetime":"2021-11-20T02:33:05.195-05:00","version":{"schema":null,"foundry":"0.8.9","system":"2.19.0.9009"}}},"level":{"value":8},"featType":{"value":"ancestryfeature"},"onlyLevel1":false,"maxTakable":1,"actionType":{"value":"passive"},"actionCategory":{"value":""},"actions":{"value":null},"prerequisites":{"value":[]},"location":"","rarity":{"value":"common"}},"effects":[],"folder":null,"sort":0,"permission":{"default":0,"vD7HMkL8eJh8gXaP":3},"flags":{"core":{"sourceId":"Compendium.pf2e-animal-companions.AC-Feats.h262IUT47dLqZLFZ"},"exportSource":{"world":"ac","system":"pf2e","coreVersion":"0.8.8","systemVersion":"2.6.0.6437"}}} {"_id":"GFDog9UQpe5pFolE","name":"Efreeti-Touched Animal Companion","type":"feat","img":"systems/pf2e/icons/spells/wildfire.webp","data":{"description":{"value":"If you take a feat that would normally allow you to choose to have a savage or nimble animal companion, you can instead choose to for it to become a genie-touched companion. When you choose the feat, select the type of genie whose power infuses your companion. The genies and their elemental traits are as follows: djinni (air), efreeti (fire), marid (water), or shaitan (earth). A genie-touched companion increases its Wisdom modifier by 2 and its Strength, Dexterity, and Constitution modifiers by 1. It deals 3 additional damage with its unarmed attacks; this damage is fire damage for an efreet-touched companion or of the same type as the unarmed attack for the others. It gains resistance 5 to damage of a type depending on the genie: acid for djinni, fire for efreeti or marid, and electricity for shaitan. If the companion is djinni-touched or efreeti-touched, increase its proficiency rank in Acrobatics to expert; if it is marid-touched or shaitan-touched, increase its proficiency rank in Athletics to expert. It also learns the advanced maneuver for its type. Its attacks count as magical for the purpose of ignoring resistances and gain the genie's elemental trait.
"},"source":{"value":""},"traits":{"value":[],"rarity":"common","custom":""},"rules":[{"key":"ActiveEffectLike","value":2,"mode":"add","path":"data.abilities.str.value"},{"key":"ActiveEffectLike","value":2,"mode":"add","path":"data.abilities.dex.value"},{"key":"ActiveEffectLike","value":2,"mode":"add","path":"data.abilities.con.value"},{"key":"ActiveEffectLike","value":4,"mode":"add","path":"data.abilities.wis.value"},{"key":"ActiveEffectLike","value":2,"mode":"upgrade","path":"data.skills.acr.rank"},{"key":"RollOption","domain":"all","option":"self:genie-touched","priority":1},{"key":"FlatModifier","selector":"damage","damageType":"fire","value":"@actor.data.data.custom.modifiers.additionalDamage"},{"key":"ActiveEffectLike","value":3,"mode":"upgrade","path":"data.custom.modifiers.additionalDamage","priority":49},{"key":"GrantItem","uuid":"Compendium.pf2e-animal-companions.AC-Features.KrHyF5BSvYM6tFbB"}],"slug":null,"schema":{"version":0.692,"lastMigration":{"datetime":"2021-11-20T02:33:05.196-05:00","version":{"schema":null,"foundry":"0.8.9","system":"2.19.0.9009"}}},"level":{"value":8},"featType":{"value":"ancestryfeature"},"onlyLevel1":false,"maxTakable":1,"actionType":{"value":"passive"},"actionCategory":{"value":""},"actions":{"value":null},"prerequisites":{"value":[]},"location":"","rarity":{"value":"common"}},"effects":[],"folder":null,"sort":0,"permission":{"default":0,"vD7HMkL8eJh8gXaP":3},"flags":{"core":{"sourceId":"Compendium.pf2e-animal-companions.AC-Feats.h262IUT47dLqZLFZ"},"exportSource":{"world":"ac","system":"pf2e","coreVersion":"0.8.8","systemVersion":"2.6.0.6437"}}} {"_id":"IbW5X5iLlPfTPVRU","name":"Marid-Touched Animal Companion","type":"feat","img":"systems/pf2e/icons/spells/elemental-form-water.webp","data":{"description":{"value":"If you take a feat that would normally allow you to choose to have a savage or nimble animal companion, you can instead choose to for it to become a genie-touched companion. When you choose the feat, select the type of genie whose power infuses your companion. The genies and their elemental traits are as follows: djinni (air), efreeti (fire), marid (water), or shaitan (earth). A genie-touched companion increases its Wisdom modifier by 2 and its Strength, Dexterity, and Constitution modifiers by 1. It deals 3 additional damage with its unarmed attacks; this damage is fire damage for an efreet-touched companion or of the same type as the unarmed attack for the others. It gains resistance 5 to damage of a type depending on the genie: acid for djinni, fire for efreeti or marid, and electricity for shaitan. If the companion is djinni-touched or efreeti-touched, increase its proficiency rank in Acrobatics to expert; if it is marid-touched or shaitan-touched, increase its proficiency rank in Athletics to expert. It also learns the advanced maneuver for its type. Its attacks count as magical for the purpose of ignoring resistances and gain the genie's elemental trait.
"},"source":{"value":""},"traits":{"value":[],"rarity":"common","custom":""},"rules":[{"key":"ActiveEffectLike","value":2,"mode":"add","path":"data.abilities.str.value"},{"key":"ActiveEffectLike","value":2,"mode":"add","path":"data.abilities.dex.value"},{"key":"ActiveEffectLike","value":2,"mode":"add","path":"data.abilities.con.value"},{"key":"ActiveEffectLike","value":4,"mode":"add","path":"data.abilities.wis.value"},{"key":"ActiveEffectLike","value":2,"mode":"upgrade","path":"data.skills.ath.rank"},{"key":"RollOption","domain":"all","option":"self:genie-touched","priority":1},{"key":"FlatModifier","selector":"damage","value":"@actor.data.data.custom.modifiers.additionalDamage"},{"key":"ActiveEffectLike","value":3,"mode":"upgrade","path":"data.custom.modifiers.additionalDamage","priority":49},{"key":"GrantItem","uuid":"Compendium.pf2e-animal-companions.AC-Features.KrHyF5BSvYM6tFbB"}],"slug":null,"schema":{"version":0.692,"lastMigration":{"datetime":"2021-11-20T02:33:05.197-05:00","version":{"schema":null,"foundry":"0.8.9","system":"2.19.0.9009"}}},"level":{"value":8},"featType":{"value":"ancestryfeature"},"onlyLevel1":false,"maxTakable":1,"actionType":{"value":"passive"},"actionCategory":{"value":""},"actions":{"value":null},"prerequisites":{"value":[]},"location":"","rarity":{"value":"common"}},"effects":[],"folder":null,"sort":0,"permission":{"default":0,"vD7HMkL8eJh8gXaP":3},"flags":{"core":{"sourceId":"Compendium.pf2e-animal-companions.AC-Feats.h262IUT47dLqZLFZ"},"exportSource":{"world":"ac","system":"pf2e","coreVersion":"0.8.8","systemVersion":"2.6.0.6437"}}} {"_id":"K3c8ztEUX27RHeZe","name":"Mature Animal Companion","type":"feat","img":"systems/pf2e/icons/spells/animal-form-bear.webp","data":{"description":{"value":"To advance a young animal companion to a mature animal companion (usually a result of one of your class feat choices), increase its Strength, Dexterity, Constitution, and Wisdom modifiers by 1. Increase its unarmed attack damage from one die to two dice (for instance 1d8 to 2d8), and its proficiency rank for Perception and all saving throws to expert. Increase its proficiency ranks in Intimidation, Stealth, and Survival to trained, and if it was already trained in one of those skills from its type, increase its proficiency rank in that skill to expert. If your companion is Medium or smaller, it grows by one size.
"},"source":{"value":""},"traits":{"value":[],"rarity":"common","custom":""},"rules":[{"key":"ActiveEffectLike","value":2,"mode":"add","path":"data.abilities.str.value"},{"key":"ActiveEffectLike","value":2,"mode":"add","path":"data.abilities.dex.value"},{"key":"ActiveEffectLike","value":2,"mode":"add","path":"data.abilities.con.value"},{"key":"ActiveEffectLike","value":2,"mode":"add","path":"data.abilities.wis.value"},{"key":"ActiveEffectLike","value":1,"mode":"add","path":"data.skills.itm.rank"},{"key":"ActiveEffectLike","value":1,"mode":"add","path":"data.skills.ste.rank"},{"key":"ActiveEffectLike","value":1,"mode":"add","path":"data.skills.sur.rank"},{"key":"ActiveEffectLike","value":2,"mode":"upgrade","path":"data.attributes.perception.rank"},{"key":"ActiveEffectLike","value":2,"mode":"upgrade","path":"data.saves.fortitude.rank"},{"key":"ActiveEffectLike","value":2,"mode":"upgrade","path":"data.saves.will.rank"},{"key":"ActiveEffectLike","value":2,"mode":"upgrade","path":"data.saves.reflex.rank"},{"key":"Striking","predicate":{"all":["unarmed"]},"selector":"damage","value":1},{"key":"RollOption","domain":"all","option":"self:mature","priority":1},{"key":"CreatureSize","value":1,"maximumSize":"lg"}],"slug":null,"schema":{"version":0.692,"lastMigration":{"datetime":"2021-11-20T02:33:05.205-05:00","version":{"schema":null,"foundry":"0.8.9","system":"2.19.0.9009"}}},"level":{"value":4},"featType":{"value":"ancestryfeature"},"onlyLevel1":false,"maxTakable":1,"actionType":{"value":"passive"},"actionCategory":{"value":""},"actions":{"value":null},"prerequisites":{"value":[]},"location":"","rarity":{"value":"common"}},"effects":[],"folder":null,"sort":0,"permission":{"default":0,"L46TYcXAUKb2dhwY":3},"flags":{"core":{"sourceId":"Compendium.pf2e-animal-companions.AC-Feats.K3c8ztEUX27RHeZe"},"exportSource":{"world":"ac","system":"pf2e","coreVersion":"0.8.8","systemVersion":"2.6.0.6437"}}} -{"_id":"KCbNpQElh8V0QX1Z","name":"Specialized - Deep Diver (Speed Bonus)","type":"feat","img":"systems/pf2e/icons/spells/feet-to-fins.webp","data":{"description":{"value":"Specialized animal companions are more intelligent and engage in more complex behaviors. The first time an animal gains a specialization, it gains the following: Its proficiency rank for unarmed attacks increases to expert. Its proficiency ranks for saving throws and Perception increase to master. Increase its Dexterity modifier by 1 and its Intelligence modifier by 2. Its unarmed attack damage increases from two dice to three dice, and it increases its additional damage with unarmed attacks from 2 to 4 or from 3 to 6.
\nYour companion gains a swim Speed of 30 feet or a +10-foot status bonus to its existing swim Speed and can breathe underwater if it couldn't already. Its Constitution modifier increases by 1. Its proficiency rank for Athletics increases to master and for barding increases to expert. This specialization can only be selected by marid-touched companions.
"},"source":{"value":""},"traits":{"value":[],"rarity":"common","custom":""},"rules":[{"key":"ActiveEffectLike","value":2,"mode":"upgrade","path":"data.martial.unarmed.rank"},{"key":"ActiveEffectLike","value":3,"mode":"upgrade","path":"data.saves.fortitude.rank"},{"key":"ActiveEffectLike","value":3,"mode":"upgrade","path":"data.saves.reflex.rank"},{"key":"ActiveEffectLike","value":3,"mode":"upgrade","path":"data.saves.will.rank"},{"key":"ActiveEffectLike","value":3,"mode":"upgrade","path":"data.attributes.perception.rank"},{"key":"ActiveEffectLike","value":2,"mode":"add","path":"data.abilities.con.value"},{"key":"ActiveEffectLike","value":3,"mode":"upgrade","path":"data.skills.ath.rank"},{"key":"RollOption","domain":"all","option":"self:specialized","priority":1},{"key":"Striking","predicate":{"all":["unarmed"]},"selector":"damage","value":2},{"key":"ActiveEffectLike","value":4,"mode":"upgrade","path":"data.custom.modifiers.additionalDamage","priority":50,"predicate":{"all":["self:nimble"]}},{"key":"ActiveEffectLike","value":6,"mode":"upgrade","path":"data.custom.modifiers.additionalDamage","priority":50,"predicate":{"any":["self:savage","self:genie-touched","self:indomitable"]}},{"key":"GrantItem","uuid":"Compendium.pf2e-animal-companions.AC-Features.KrHyF5BSvYM6tFbB","predicate":{"not":["has-advanced-maneuver"]}},{"key":"FlatModifier","selector":"swim-speed","value":10,"type":"status"}],"slug":null,"schema":{"version":0.692,"lastMigration":{"datetime":"2021-11-20T02:33:05.207-05:00","version":{"schema":null,"foundry":"0.8.9","system":"2.19.0.9009"}}},"level":{"value":14},"featType":{"value":"ancestryfeature"},"actionType":{"value":"passive"},"actionCategory":{"value":""},"actions":{"value":null},"prerequisites":{"value":[]},"location":"","rarity":{"value":"common"}},"effects":[],"folder":null,"sort":0,"permission":{"default":0,"wT1HOeaOBCFxTCiE":3},"flags":{"core":{"sourceId":"Compendium.pf2e-animal-companions.AC-Feats.KCbNpQElh8V0QX1Z"},"exportSource":{"world":"ac","system":"pf2e","coreVersion":"0.8.8","systemVersion":"2.6.0.6437"}}} -{"_id":"OUoQGBy9Gk3DSWWi","name":"Specialized - Bully","type":"feat","img":"systems/pf2e/icons/spells/magic-warrior.webp","data":{"description":{"value":"Specialized animal companions are more intelligent and engage in more complex behaviors. The first time an animal gains a specialization, it gains the following: Its proficiency rank for unarmed attacks increases to expert. Its proficiency ranks for saving throws and Perception increase to master. Increase its Dexterity modifier by 1 and its Intelligence modifier by 2. Its unarmed attack damage increases from two dice to three dice, and it increases its additional damage with unarmed attacks from 2 to 4 or from 3 to 6.
\nYour companion terrorizes foes with dominance displays and pushes them around the battlefield. Its proficiency ranks for Athletics and Intimidation increase to expert (or master if it was already expert from its type), its Strength modifier increases by 1, and its Charisma modifier increases by 3.
"},"source":{"value":""},"traits":{"value":[],"rarity":"common","custom":""},"rules":[{"key":"ActiveEffectLike","value":2,"mode":"upgrade","path":"data.martial.unarmed.rank"},{"key":"ActiveEffectLike","value":3,"mode":"upgrade","path":"data.saves.fortitude.rank"},{"key":"ActiveEffectLike","value":3,"mode":"upgrade","path":"data.saves.reflex.rank"},{"key":"ActiveEffectLike","value":3,"mode":"upgrade","path":"data.saves.will.rank"},{"key":"ActiveEffectLike","value":3,"mode":"upgrade","path":"data.attributes.perception.rank"},{"key":"ActiveEffectLike","value":1,"mode":"add","path":"data.skills.itm.rank"},{"key":"ActiveEffectLike","value":2,"mode":"upgrade","path":"data.skills.ste.rank"},{"key":"ActiveEffectLike","value":2,"mode":"add","path":"data.abilities.str.value"},{"key":"ActiveEffectLike","value":6,"mode":"add","path":"data.abilities.cha.value"},{"key":"RollOption","domain":"all","option":"self:specialized","priority":1},{"key":"Striking","predicate":{"all":["unarmed"]},"selector":"damage","value":2},{"key":"ActiveEffectLike","value":4,"mode":"upgrade","path":"data.custom.modifiers.additionalDamage","priority":50,"predicate":{"all":["self:nimble"]}},{"key":"ActiveEffectLike","value":6,"mode":"upgrade","path":"data.custom.modifiers.additionalDamage","priority":50,"predicate":{"any":["self:savage","self:genie-touched","self:indomitable"]}},{"key":"GrantItem","uuid":"Compendium.pf2e-animal-companions.AC-Features.KrHyF5BSvYM6tFbB","predicate":{"not":["has-advanced-maneuver"]}},{"key":"ActiveEffectLike","value":3,"mode":"downgrade","path":"data.skills.itm.rank"}],"slug":null,"schema":{"version":0.692,"lastMigration":{"datetime":"2021-11-20T02:33:05.208-05:00","version":{"schema":null,"foundry":"0.8.9","system":"2.19.0.9009"}}},"level":{"value":14},"featType":{"value":"ancestryfeature"},"onlyLevel1":false,"maxTakable":1,"actionType":{"value":"passive"},"actionCategory":{"value":""},"actions":{"value":null},"prerequisites":{"value":[]},"location":"","rarity":{"value":"common"}},"effects":[],"folder":null,"sort":0,"permission":{"default":0,"wT1HOeaOBCFxTCiE":3},"flags":{"core":{"sourceId":"Compendium.pf2e-animal-companions.AC-Feats.OUoQGBy9Gk3DSWWi"},"exportSource":{"world":"ac","system":"pf2e","coreVersion":"0.8.8","systemVersion":"2.6.0.6437"}}} -{"_id":"Pa0h9IoePPvnEvUn","name":"Specialized - Daredevil","type":"feat","img":"systems/pf2e/icons/spells/animal-messenger.webp","data":{"description":{"value":"Specialized animal companions are more intelligent and engage in more complex behaviors. The first time an animal gains a specialization, it gains the following: Its proficiency rank for unarmed attacks increases to expert. Its proficiency ranks for saving throws and Perception increase to master. Increase its Dexterity modifier by 1 and its Intelligence modifier by 2. Its unarmed attack damage increases from two dice to three dice, and it increases its additional damage with unarmed attacks from 2 to 4 or from 3 to 6.
\nYour companion joins the fray with graceful leaps and dives. It gains the deny advantage ability, so it isn't flat-footed to hidden, undetected, or flanking creatures unless such a creature's level is greater than yours. Its proficiency rank in Acrobatics increases to master, and its Dexterity modifier increases by 1. Its proficiency rank in unarmored defense increases to expert, or master if it's nimble.
"},"source":{"value":""},"traits":{"value":[],"rarity":"common","custom":""},"rules":[{"key":"ActiveEffectLike","value":2,"mode":"upgrade","path":"data.martial.unarmed.rank"},{"key":"ActiveEffectLike","value":3,"mode":"upgrade","path":"data.saves.fortitude.rank"},{"key":"ActiveEffectLike","value":3,"mode":"upgrade","path":"data.saves.reflex.rank"},{"key":"ActiveEffectLike","value":3,"mode":"upgrade","path":"data.saves.will.rank"},{"key":"ActiveEffectLike","value":3,"mode":"upgrade","path":"data.attributes.perception.rank"},{"key":"ActiveEffectLike","value":3,"mode":"upgrade","path":"data.skills.acr.rank"},{"key":"ActiveEffectLike","value":2,"mode":"upgrade","path":"data.martial.unarmored.rank"},{"key":"ActiveEffectLike","value":3,"mode":"upgrade","path":"data.martial.unarmored.rank","predicate":{"all":["self:nimble"]}},{"key":"ActiveEffectLike","value":2,"mode":"add","path":"data.abilities.dex.value"},{"key":"RollOption","domain":"all","option":"self:specialized","priority":1},{"key":"Striking","predicate":{"all":["unarmed"]},"selector":"damage","value":2},{"key":"ActiveEffectLike","value":4,"mode":"upgrade","path":"data.custom.modifiers.additionalDamage","priority":50,"predicate":{"all":["self:nimble"]}},{"key":"ActiveEffectLike","value":6,"mode":"upgrade","path":"data.custom.modifiers.additionalDamage","priority":50,"predicate":{"any":["self:savage","self:genie-touched","self:indomitable"]}},{"key":"GrantItem","uuid":"Compendium.pf2e-animal-companions.AC-Features.KrHyF5BSvYM6tFbB","predicate":{"not":["has-advanced-maneuver"]}}],"slug":null,"schema":{"version":0.692,"lastMigration":{"datetime":"2021-11-20T02:33:05.210-05:00","version":{"schema":null,"foundry":"0.8.9","system":"2.19.0.9009"}}},"level":{"value":14},"featType":{"value":"ancestryfeature"},"onlyLevel1":false,"maxTakable":1,"actionType":{"value":"passive"},"actionCategory":{"value":""},"actions":{"value":null},"prerequisites":{"value":[]},"location":"","rarity":{"value":"common"}},"effects":[],"folder":null,"sort":0,"permission":{"default":0,"wT1HOeaOBCFxTCiE":3},"flags":{"core":{"sourceId":"Compendium.pf2e-animal-companions.AC-Feats.Pa0h9IoePPvnEvUn"},"exportSource":{"world":"ac","system":"pf2e","coreVersion":"0.8.8","systemVersion":"2.6.0.6437"}}} -{"_id":"Sb8e7jIDTGghYvEk","name":"Specialized - Wildfire Scorcher","type":"feat","img":"systems/pf2e/icons/spells/summon-draconic-legion.webp","data":{"description":{"value":"Specialized animal companions are more intelligent and engage in more complex behaviors. The first time an animal gains a specialization, it gains the following: Its proficiency rank for unarmed attacks increases to expert. Its proficiency ranks for saving throws and Perception increase to master. Increase its Dexterity modifier by 1 and its Intelligence modifier by 2. Its unarmed attack damage increases from two dice to three dice, and it increases its additional damage with unarmed attacks from 2 to 4 or from 3 to 6.
\nYour companion gains resistance to fire equal to your level. Any creature that attempts to Grapple or Grab your companion, hits your companion with a melee unarmed attack, or hits your companion with a melee weapon Strike while adjacent to your companion takes 2d6 fire damage. Its Dexterity modifier increases by 1 and its proficiency rank increases to legendary for Reflex saves and to expert for unarmored defense. This specialization can only be selected by efreeti-touched companions.
"},"source":{"value":""},"traits":{"value":[],"rarity":"common","custom":""},"rules":[{"key":"ActiveEffectLike","value":2,"mode":"upgrade","path":"data.martial.unarmed.rank"},{"key":"ActiveEffectLike","value":3,"mode":"upgrade","path":"data.saves.fortitude.rank"},{"key":"ActiveEffectLike","value":3,"mode":"upgrade","path":"data.saves.reflex.rank"},{"key":"ActiveEffectLike","value":3,"mode":"upgrade","path":"data.saves.will.rank"},{"key":"ActiveEffectLike","value":3,"mode":"upgrade","path":"data.attributes.perception.rank"},{"key":"ActiveEffectLike","value":4,"mode":"upgrade","path":"data.saves.reflex.rank"},{"key":"ActiveEffectLike","value":2,"mode":"upgrade","path":"data.martial.unarmored.rank"},{"key":"RollOption","domain":"all","option":"self:specialized","priority":1},{"key":"Striking","predicate":{"all":["unarmed"]},"selector":"damage","value":2},{"key":"ActiveEffectLike","value":4,"mode":"upgrade","path":"data.custom.modifiers.additionalDamage","priority":50,"predicate":{"all":["self:nimble"]}},{"key":"ActiveEffectLike","value":6,"mode":"upgrade","path":"data.custom.modifiers.additionalDamage","priority":50,"predicate":{"any":["self:savage","self:genie-touched","self:indomitable"]}},{"key":"Resistance","type":"fire","value":"@actor.level"},{"key":"GrantItem","uuid":"Compendium.pf2e-animal-companions.AC-Features.KrHyF5BSvYM6tFbB","predicate":{"not":["has-advanced-maneuver"]}}],"slug":null,"schema":{"version":0.692,"lastMigration":{"datetime":"2021-11-20T02:33:05.211-05:00","version":{"schema":null,"foundry":"0.8.9","system":"2.19.0.9009"}}},"level":{"value":14},"featType":{"value":"ancestryfeature"},"actionType":{"value":"passive"},"actionCategory":{"value":""},"actions":{"value":null},"prerequisites":{"value":[]},"location":"","rarity":{"value":"common"}},"effects":[],"folder":null,"sort":0,"permission":{"default":0,"wT1HOeaOBCFxTCiE":3},"flags":{"core":{"sourceId":"Compendium.pf2e-animal-companions.AC-Feats.Sb8e7jIDTGghYvEk"},"exportSource":{"world":"ac","system":"pf2e","coreVersion":"0.8.8","systemVersion":"2.6.0.6437"}}} -{"_id":"SiFB8P1upTvdhLpx","name":"Specialized - Steadfast Strider","type":"feat","img":"systems/pf2e/icons/spells/ant-haul.webp","data":{"description":{"value":"Specialized animal companions are more intelligent and engage in more complex behaviors. The first time an animal gains a specialization, it gains the following: Its proficiency rank for unarmed attacks increases to expert. Its proficiency ranks for saving throws and Perception increase to master. Increase its Dexterity modifier by 1 and its Intelligence modifier by 2. Its unarmed attack damage increases from two dice to three dice, and it increases its additional damage with unarmed attacks from 2 to 4 or from 3 to 6.
\nYour companion ignores natural difficult terrain and greater difficult terrain from sediment or stone and can move across quicksand, mud, and similar surfaces as if they were solid. It gains a +2 status bonus to saving throws and DCs to prevent being Shoved or Tripped. Its Strength modifier increases by 1 and its proficiency for barding increases to expert. This specialization can only be selected by shaitan-touched companions.
"},"source":{"value":""},"traits":{"value":[],"rarity":"common","custom":""},"rules":[{"key":"ActiveEffectLike","value":2,"mode":"upgrade","path":"data.martial.unarmed.rank"},{"key":"ActiveEffectLike","value":3,"mode":"upgrade","path":"data.saves.fortitude.rank"},{"key":"ActiveEffectLike","value":3,"mode":"upgrade","path":"data.saves.reflex.rank"},{"key":"ActiveEffectLike","value":3,"mode":"upgrade","path":"data.saves.will.rank"},{"key":"ActiveEffectLike","value":3,"mode":"upgrade","path":"data.attributes.perception.rank"},{"key":"ActiveEffectLike","value":2,"mode":"add","path":"data.abilities.str.value"},{"key":"RollOption","domain":"all","option":"self:specialized","priority":1},{"key":"Striking","predicate":{"all":["unarmed"]},"selector":"damage","value":2},{"key":"ActiveEffectLike","value":4,"mode":"upgrade","path":"data.custom.modifiers.additionalDamage","priority":50,"predicate":{"all":["self:nimble"]}},{"key":"ActiveEffectLike","value":6,"mode":"upgrade","path":"data.custom.modifiers.additionalDamage","priority":50,"predicate":{"any":["self:savage","self:genie-touched","self:indomitable"]}},{"key":"GrantItem","uuid":"Compendium.pf2e-animal-companions.AC-Features.KrHyF5BSvYM6tFbB","predicate":{"not":["has-advanced-maneuver"]}}],"slug":null,"schema":{"version":0.692,"lastMigration":{"datetime":"2021-11-20T02:33:05.212-05:00","version":{"schema":null,"foundry":"0.8.9","system":"2.19.0.9009"}}},"level":{"value":14},"featType":{"value":"ancestryfeature"},"actionType":{"value":"passive"},"actionCategory":{"value":""},"actions":{"value":null},"prerequisites":{"value":[]},"location":"","rarity":{"value":"common"}},"effects":[],"folder":null,"sort":0,"permission":{"default":0,"wT1HOeaOBCFxTCiE":3},"flags":{"core":{"sourceId":"Compendium.pf2e-animal-companions.AC-Feats.SiFB8P1upTvdhLpx"},"exportSource":{"world":"ac","system":"pf2e","coreVersion":"0.8.8","systemVersion":"2.6.0.6437"}}} -{"_id":"c04kGEFIMMwsKCEP","name":"Specialized - Wind Chaser","type":"feat","img":"systems/pf2e/icons/spells/familiar-form.webp","data":{"description":{"value":"Specialized animal companions are more intelligent and engage in more complex behaviors. The first time an animal gains a specialization, it gains the following: Its proficiency rank for unarmed attacks increases to expert. Its proficiency ranks for saving throws and Perception increase to master. Increase its Dexterity modifier by 1 and its Intelligence modifier by 2. Its unarmed attack damage increases from two dice to three dice, and it increases its additional damage with unarmed attacks from 2 to 4 or from 3 to 6.
\nYour companion gains a +20-foot status bonus to its Speed or fly Speed (your choice if it has both). Its proficiency in Acrobatics increases to master and its Dexterity modifier increases by 1. Its proficiency rank increases to legendary for Reflex saves and to expert for unarmored defense. This specialization can only be selected by djinni-touched companions.
"},"source":{"value":""},"traits":{"value":[],"rarity":"common","custom":""},"rules":[{"key":"ActiveEffectLike","value":2,"mode":"upgrade","path":"data.martial.unarmed.rank"},{"key":"ActiveEffectLike","value":3,"mode":"upgrade","path":"data.saves.fortitude.rank"},{"key":"ActiveEffectLike","value":3,"mode":"upgrade","path":"data.saves.reflex.rank"},{"key":"ActiveEffectLike","value":3,"mode":"upgrade","path":"data.saves.will.rank"},{"key":"ActiveEffectLike","value":3,"mode":"upgrade","path":"data.attributes.perception.rank"},{"key":"ActiveEffectLike","value":3,"mode":"upgrade","path":"data.skills.acr.rank"},{"key":"ActiveEffectLike","value":2,"mode":"add","path":"data.abilities.dex.value"},{"key":"ActiveEffectLike","value":4,"mode":"upgrade","path":"data.saves.reflex.rank"},{"key":"ActiveEffectLike","value":2,"mode":"upgrade","path":"data.martial.unarmored.rank"},{"key":"RollOption","domain":"all","option":"self:specialized","priority":1},{"key":"Striking","predicate":{"all":["unarmed"]},"selector":"damage","value":2},{"key":"ActiveEffectLike","value":4,"mode":"upgrade","path":"data.custom.modifiers.additionalDamage","priority":50,"predicate":{"all":["self:nimble"]}},{"key":"ActiveEffectLike","value":6,"mode":"upgrade","path":"data.custom.modifiers.additionalDamage","priority":50,"predicate":{"any":["self:savage","self:genie-touched","self:indomitable"]}},{"key":"GrantItem","uuid":"Compendium.pf2e-animal-companions.AC-Features.KrHyF5BSvYM6tFbB","predicate":{"not":["has-advanced-maneuver"]}}],"slug":null,"schema":{"version":0.692,"lastMigration":{"datetime":"2021-11-20T02:33:05.214-05:00","version":{"schema":null,"foundry":"0.8.9","system":"2.19.0.9009"}}},"level":{"value":14},"featType":{"value":"ancestryfeature"},"actionType":{"value":"passive"},"actionCategory":{"value":""},"actions":{"value":null},"prerequisites":{"value":[]},"location":"","rarity":{"value":"common"}},"effects":[],"folder":null,"sort":0,"permission":{"default":0,"wT1HOeaOBCFxTCiE":3},"flags":{"core":{"sourceId":"Compendium.pf2e-animal-companions.AC-Feats.c04kGEFIMMwsKCEP"},"exportSource":{"world":"ac","system":"pf2e","coreVersion":"0.8.8","systemVersion":"2.6.0.6437"}}} -{"_id":"eoQnmkqWXaLwNQhG","name":"Specialized - Deep Diver (Base Speed)","type":"feat","img":"systems/pf2e/icons/spells/feet-to-fins.webp","data":{"description":{"value":"Specialized animal companions are more intelligent and engage in more complex behaviors. The first time an animal gains a specialization, it gains the following: Its proficiency rank for unarmed attacks increases to expert. Its proficiency ranks for saving throws and Perception increase to master. Increase its Dexterity modifier by 1 and its Intelligence modifier by 2. Its unarmed attack damage increases from two dice to three dice, and it increases its additional damage with unarmed attacks from 2 to 4 or from 3 to 6.
\nYour companion gains a swim Speed of 30 feet or a +10-foot status bonus to its existing swim Speed and can breathe underwater if it couldn't already. Its Constitution modifier increases by 1. Its proficiency rank for Athletics increases to master and for barding increases to expert. This specialization can only be selected by marid-touched companions.
"},"source":{"value":""},"traits":{"value":[],"rarity":"common","custom":""},"rules":[{"key":"ActiveEffectLike","value":2,"mode":"upgrade","path":"data.martial.unarmed.rank"},{"key":"ActiveEffectLike","value":3,"mode":"upgrade","path":"data.saves.fortitude.rank"},{"key":"ActiveEffectLike","value":3,"mode":"upgrade","path":"data.saves.reflex.rank"},{"key":"ActiveEffectLike","value":3,"mode":"upgrade","path":"data.saves.will.rank"},{"key":"ActiveEffectLike","value":3,"mode":"upgrade","path":"data.attributes.perception.rank"},{"key":"ActiveEffectLike","value":2,"mode":"add","path":"data.abilities.con.value"},{"key":"ActiveEffectLike","value":3,"mode":"upgrade","path":"data.skills.ath.rank"},{"key":"RollOption","domain":"all","option":"self:specialized","priority":1},{"key":"Striking","predicate":{"all":["unarmed"]},"selector":"damage","value":2},{"key":"ActiveEffectLike","value":4,"mode":"upgrade","path":"data.custom.modifiers.additionalDamage","priority":50,"predicate":{"all":["self:nimble"]}},{"key":"ActiveEffectLike","value":6,"mode":"upgrade","path":"data.custom.modifiers.additionalDamage","priority":50,"predicate":{"any":["self:savage","self:genie-touched","self:indomitable"]}},{"key":"GrantItem","uuid":"Compendium.pf2e-animal-companions.AC-Features.KrHyF5BSvYM6tFbB","predicate":{"not":["has-advanced-maneuver"]}},{"key":"BaseSpeed","selector":"swim","value":30}],"slug":null,"schema":{"version":0.708,"lastMigration":{"datetime":"2021-12-30T03:07:20.152-05:00","version":{"schema":0.692,"foundry":"9.238","system":"3.1.2"}}},"level":{"value":14},"featType":{"value":"ancestryfeature"},"actionType":{"value":"passive"},"actionCategory":{"value":""},"actions":{"value":null},"prerequisites":{"value":[]},"location":"","rarity":{"value":"common"}},"effects":[],"folder":null,"sort":0,"permission":{"default":0,"wT1HOeaOBCFxTCiE":3,"0tWA9mscoVx3YLRI":3},"flags":{"core":{"sourceId":"Compendium.pf2e-animal-companions.AC-Feats.KCbNpQElh8V0QX1Z"},"exportSource":{"world":"ac","system":"pf2e","coreVersion":"0.8.8","systemVersion":"2.6.0.6437"}}} +{"_id":"KCbNpQElh8V0QX1Z","name":"Specialized - Deep Diver (Speed Bonus)","type":"feat","img":"systems/pf2e/icons/spells/feet-to-fins.webp","data":{"description":{"value":"Specialized animal companions are more intelligent and engage in more complex behaviors. The first time an animal gains a specialization, it gains the following: Its proficiency rank for unarmed attacks increases to expert. Its proficiency ranks for saving throws and Perception increase to master. Increase its Dexterity modifier by 1 and its Intelligence modifier by 2. Its unarmed attack damage increases from two dice to three dice, and it increases its additional damage with unarmed attacks from 2 to 4 or from 3 to 6.
\nYour companion gains a swim Speed of 30 feet or a +10-foot status bonus to its existing swim Speed and can breathe underwater if it couldn't already. Its Constitution modifier increases by 1. Its proficiency rank for Athletics increases to master and for barding increases to expert. This specialization can only be selected by marid-touched companions.
"},"source":{"value":""},"traits":{"value":[],"rarity":"common","custom":""},"rules":[{"key":"ActiveEffectLike","value":2,"mode":"upgrade","path":"data.martial.unarmed.rank"},{"key":"ActiveEffectLike","value":3,"mode":"upgrade","path":"data.saves.fortitude.rank"},{"key":"ActiveEffectLike","value":3,"mode":"upgrade","path":"data.saves.reflex.rank"},{"key":"ActiveEffectLike","value":3,"mode":"upgrade","path":"data.saves.will.rank"},{"key":"ActiveEffectLike","value":3,"mode":"upgrade","path":"data.attributes.perception.rank"},{"key":"ActiveEffectLike","value":2,"mode":"add","path":"data.abilities.con.value"},{"key":"ActiveEffectLike","value":3,"mode":"upgrade","path":"data.skills.ath.rank"},{"key":"RollOption","domain":"all","option":"self:specialized","priority":1},{"key":"Striking","predicate":{"all":["unarmed"]},"selector":"damage","value":2},{"key":"ActiveEffectLike","value":4,"mode":"upgrade","path":"data.custom.modifiers.additionalDamage","priority":50,"predicate":{"all":["self:nimble"]}},{"key":"ActiveEffectLike","value":6,"mode":"upgrade","path":"data.custom.modifiers.additionalDamage","priority":50,"predicate":{"any":["self:savage","self:genie-touched","self:indomitable","self:unseen"]}},{"key":"GrantItem","uuid":"Compendium.pf2e-animal-companions.AC-Features.KrHyF5BSvYM6tFbB","predicate":{"not":["has-advanced-maneuver"]}},{"key":"FlatModifier","selector":"swim-speed","value":10,"type":"status"}],"slug":null,"schema":{"version":0.692,"lastMigration":{"datetime":"2021-11-20T02:33:05.207-05:00","version":{"schema":null,"foundry":"0.8.9","system":"2.19.0.9009"}}},"level":{"value":14},"featType":{"value":"ancestryfeature"},"actionType":{"value":"passive"},"actionCategory":{"value":""},"actions":{"value":null},"prerequisites":{"value":[]},"location":"","rarity":{"value":"common"}},"effects":[],"folder":null,"sort":0,"permission":{"default":0,"wT1HOeaOBCFxTCiE":3},"flags":{"core":{"sourceId":"Compendium.pf2e-animal-companions.AC-Feats.KCbNpQElh8V0QX1Z"},"exportSource":{"world":"ac","system":"pf2e","coreVersion":"0.8.8","systemVersion":"2.6.0.6437"}}} +{"_id":"OUoQGBy9Gk3DSWWi","name":"Specialized - Bully","type":"feat","img":"systems/pf2e/icons/spells/magic-warrior.webp","data":{"description":{"value":"Specialized animal companions are more intelligent and engage in more complex behaviors. The first time an animal gains a specialization, it gains the following: Its proficiency rank for unarmed attacks increases to expert. Its proficiency ranks for saving throws and Perception increase to master. Increase its Dexterity modifier by 1 and its Intelligence modifier by 2. Its unarmed attack damage increases from two dice to three dice, and it increases its additional damage with unarmed attacks from 2 to 4 or from 3 to 6.
\nYour companion terrorizes foes with dominance displays and pushes them around the battlefield. Its proficiency ranks for Athletics and Intimidation increase to expert (or master if it was already expert from its type), its Strength modifier increases by 1, and its Charisma modifier increases by 3.
"},"source":{"value":""},"traits":{"value":[],"rarity":"common","custom":""},"rules":[{"key":"ActiveEffectLike","value":2,"mode":"upgrade","path":"data.martial.unarmed.rank"},{"key":"ActiveEffectLike","value":3,"mode":"upgrade","path":"data.saves.fortitude.rank"},{"key":"ActiveEffectLike","value":3,"mode":"upgrade","path":"data.saves.reflex.rank"},{"key":"ActiveEffectLike","value":3,"mode":"upgrade","path":"data.saves.will.rank"},{"key":"ActiveEffectLike","value":3,"mode":"upgrade","path":"data.attributes.perception.rank"},{"key":"ActiveEffectLike","value":1,"mode":"add","path":"data.skills.itm.rank"},{"key":"ActiveEffectLike","value":2,"mode":"upgrade","path":"data.skills.ste.rank"},{"key":"ActiveEffectLike","value":2,"mode":"add","path":"data.abilities.str.value"},{"key":"ActiveEffectLike","value":6,"mode":"add","path":"data.abilities.cha.value"},{"key":"RollOption","domain":"all","option":"self:specialized","priority":1},{"key":"Striking","predicate":{"all":["unarmed"]},"selector":"damage","value":2},{"key":"ActiveEffectLike","value":4,"mode":"upgrade","path":"data.custom.modifiers.additionalDamage","priority":50,"predicate":{"all":["self:nimble"]}},{"key":"ActiveEffectLike","value":6,"mode":"upgrade","path":"data.custom.modifiers.additionalDamage","priority":50,"predicate":{"any":["self:savage","self:genie-touched","self:indomitable","self:unseen"]}},{"key":"GrantItem","uuid":"Compendium.pf2e-animal-companions.AC-Features.KrHyF5BSvYM6tFbB","predicate":{"not":["has-advanced-maneuver"]}},{"key":"ActiveEffectLike","value":3,"mode":"downgrade","path":"data.skills.itm.rank"}],"slug":null,"schema":{"version":0.692,"lastMigration":{"datetime":"2021-11-20T02:33:05.208-05:00","version":{"schema":null,"foundry":"0.8.9","system":"2.19.0.9009"}}},"level":{"value":14},"featType":{"value":"ancestryfeature"},"onlyLevel1":false,"maxTakable":1,"actionType":{"value":"passive"},"actionCategory":{"value":""},"actions":{"value":null},"prerequisites":{"value":[]},"location":"","rarity":{"value":"common"}},"effects":[],"folder":null,"sort":0,"permission":{"default":0,"wT1HOeaOBCFxTCiE":3},"flags":{"core":{"sourceId":"Compendium.pf2e-animal-companions.AC-Feats.OUoQGBy9Gk3DSWWi"},"exportSource":{"world":"ac","system":"pf2e","coreVersion":"0.8.8","systemVersion":"2.6.0.6437"}}} +{"_id":"Pa0h9IoePPvnEvUn","name":"Specialized - Daredevil","type":"feat","img":"systems/pf2e/icons/spells/animal-messenger.webp","data":{"description":{"value":"Specialized animal companions are more intelligent and engage in more complex behaviors. The first time an animal gains a specialization, it gains the following: Its proficiency rank for unarmed attacks increases to expert. Its proficiency ranks for saving throws and Perception increase to master. Increase its Dexterity modifier by 1 and its Intelligence modifier by 2. Its unarmed attack damage increases from two dice to three dice, and it increases its additional damage with unarmed attacks from 2 to 4 or from 3 to 6.
\nYour companion joins the fray with graceful leaps and dives. It gains the deny advantage ability, so it isn't flat-footed to hidden, undetected, or flanking creatures unless such a creature's level is greater than yours. Its proficiency rank in Acrobatics increases to master, and its Dexterity modifier increases by 1. Its proficiency rank in unarmored defense increases to expert.
"},"source":{"value":""},"traits":{"value":[],"rarity":"common","custom":""},"rules":[{"key":"ActiveEffectLike","value":2,"mode":"upgrade","path":"data.martial.unarmed.rank"},{"key":"ActiveEffectLike","value":3,"mode":"upgrade","path":"data.saves.fortitude.rank"},{"key":"ActiveEffectLike","value":3,"mode":"upgrade","path":"data.saves.reflex.rank"},{"key":"ActiveEffectLike","value":3,"mode":"upgrade","path":"data.saves.will.rank"},{"key":"ActiveEffectLike","value":3,"mode":"upgrade","path":"data.attributes.perception.rank"},{"key":"ActiveEffectLike","value":3,"mode":"upgrade","path":"data.skills.acr.rank"},{"key":"ActiveEffectLike","value":2,"mode":"upgrade","path":"data.martial.unarmored.rank"},{"key":"ActiveEffectLike","value":2,"mode":"add","path":"data.abilities.dex.value"},{"key":"RollOption","domain":"all","option":"self:specialized","priority":1},{"key":"Striking","predicate":{"all":["unarmed"]},"selector":"damage","value":2},{"key":"ActiveEffectLike","value":4,"mode":"upgrade","path":"data.custom.modifiers.additionalDamage","priority":50,"predicate":{"all":["self:nimble"]}},{"key":"ActiveEffectLike","value":6,"mode":"upgrade","path":"data.custom.modifiers.additionalDamage","priority":50,"predicate":{"any":["self:savage","self:genie-touched","self:indomitable","self:unseen"]}},{"key":"GrantItem","uuid":"Compendium.pf2e-animal-companions.AC-Features.KrHyF5BSvYM6tFbB","predicate":{"not":["has-advanced-maneuver"]}}],"slug":null,"schema":{"version":0.692,"lastMigration":{"datetime":"2021-11-20T02:33:05.210-05:00","version":{"schema":null,"foundry":"0.8.9","system":"2.19.0.9009"}}},"level":{"value":14},"featType":{"value":"ancestryfeature"},"onlyLevel1":false,"maxTakable":1,"actionType":{"value":"passive"},"actionCategory":{"value":""},"actions":{"value":null},"prerequisites":{"value":[]},"location":"","rarity":{"value":"common"}},"effects":[],"folder":null,"sort":0,"permission":{"default":0,"wT1HOeaOBCFxTCiE":3},"flags":{"core":{"sourceId":"Compendium.pf2e-animal-companions.AC-Feats.Pa0h9IoePPvnEvUn"},"exportSource":{"world":"ac","system":"pf2e","coreVersion":"0.8.8","systemVersion":"2.6.0.6437"}}} +{"_id":"Sb8e7jIDTGghYvEk","name":"Specialized - Wildfire Scorcher","type":"feat","img":"systems/pf2e/icons/spells/summon-draconic-legion.webp","data":{"description":{"value":"Specialized animal companions are more intelligent and engage in more complex behaviors. The first time an animal gains a specialization, it gains the following: Its proficiency rank for unarmed attacks increases to expert. Its proficiency ranks for saving throws and Perception increase to master. Increase its Dexterity modifier by 1 and its Intelligence modifier by 2. Its unarmed attack damage increases from two dice to three dice, and it increases its additional damage with unarmed attacks from 2 to 4 or from 3 to 6.
\nYour companion gains resistance to fire equal to your level. Any creature that attempts to Grapple or Grab your companion, hits your companion with a melee unarmed attack, or hits your companion with a melee weapon Strike while adjacent to your companion takes 2d6 fire damage. Its Dexterity modifier increases by 1 and its proficiency rank increases to legendary for Reflex saves and to expert for unarmored defense. This specialization can only be selected by efreeti-touched companions.
"},"source":{"value":""},"traits":{"value":[],"rarity":"common","custom":""},"rules":[{"key":"ActiveEffectLike","value":2,"mode":"upgrade","path":"data.martial.unarmed.rank"},{"key":"ActiveEffectLike","value":3,"mode":"upgrade","path":"data.saves.fortitude.rank"},{"key":"ActiveEffectLike","value":3,"mode":"upgrade","path":"data.saves.reflex.rank"},{"key":"ActiveEffectLike","value":3,"mode":"upgrade","path":"data.saves.will.rank"},{"key":"ActiveEffectLike","value":3,"mode":"upgrade","path":"data.attributes.perception.rank"},{"key":"ActiveEffectLike","value":4,"mode":"upgrade","path":"data.saves.reflex.rank"},{"key":"ActiveEffectLike","value":2,"mode":"upgrade","path":"data.martial.unarmored.rank"},{"key":"RollOption","domain":"all","option":"self:specialized","priority":1},{"key":"Striking","predicate":{"all":["unarmed"]},"selector":"damage","value":2},{"key":"ActiveEffectLike","value":4,"mode":"upgrade","path":"data.custom.modifiers.additionalDamage","priority":50,"predicate":{"all":["self:nimble"]}},{"key":"ActiveEffectLike","value":6,"mode":"upgrade","path":"data.custom.modifiers.additionalDamage","priority":50,"predicate":{"any":["self:savage","self:genie-touched","self:indomitable","self:unseen"]}},{"key":"Resistance","type":"fire","value":"@actor.level"},{"key":"GrantItem","uuid":"Compendium.pf2e-animal-companions.AC-Features.KrHyF5BSvYM6tFbB","predicate":{"not":["has-advanced-maneuver"]}}],"slug":null,"schema":{"version":0.692,"lastMigration":{"datetime":"2021-11-20T02:33:05.211-05:00","version":{"schema":null,"foundry":"0.8.9","system":"2.19.0.9009"}}},"level":{"value":14},"featType":{"value":"ancestryfeature"},"actionType":{"value":"passive"},"actionCategory":{"value":""},"actions":{"value":null},"prerequisites":{"value":[]},"location":"","rarity":{"value":"common"}},"effects":[],"folder":null,"sort":0,"permission":{"default":0,"wT1HOeaOBCFxTCiE":3},"flags":{"core":{"sourceId":"Compendium.pf2e-animal-companions.AC-Feats.Sb8e7jIDTGghYvEk"},"exportSource":{"world":"ac","system":"pf2e","coreVersion":"0.8.8","systemVersion":"2.6.0.6437"}}} +{"_id":"SiFB8P1upTvdhLpx","name":"Specialized - Steadfast Strider","type":"feat","img":"systems/pf2e/icons/spells/ant-haul.webp","data":{"description":{"value":"Specialized animal companions are more intelligent and engage in more complex behaviors. The first time an animal gains a specialization, it gains the following: Its proficiency rank for unarmed attacks increases to expert. Its proficiency ranks for saving throws and Perception increase to master. Increase its Dexterity modifier by 1 and its Intelligence modifier by 2. Its unarmed attack damage increases from two dice to three dice, and it increases its additional damage with unarmed attacks from 2 to 4 or from 3 to 6.
\nYour companion ignores natural difficult terrain and greater difficult terrain from sediment or stone and can move across quicksand, mud, and similar surfaces as if they were solid. It gains a +2 status bonus to saving throws and DCs to prevent being Shoved or Tripped. Its Strength modifier increases by 1 and its proficiency for barding increases to expert. This specialization can only be selected by shaitan-touched companions.
"},"source":{"value":""},"traits":{"value":[],"rarity":"common","custom":""},"rules":[{"key":"ActiveEffectLike","value":2,"mode":"upgrade","path":"data.martial.unarmed.rank"},{"key":"ActiveEffectLike","value":3,"mode":"upgrade","path":"data.saves.fortitude.rank"},{"key":"ActiveEffectLike","value":3,"mode":"upgrade","path":"data.saves.reflex.rank"},{"key":"ActiveEffectLike","value":3,"mode":"upgrade","path":"data.saves.will.rank"},{"key":"ActiveEffectLike","value":3,"mode":"upgrade","path":"data.attributes.perception.rank"},{"key":"ActiveEffectLike","value":2,"mode":"add","path":"data.abilities.str.value"},{"key":"RollOption","domain":"all","option":"self:specialized","priority":1},{"key":"Striking","predicate":{"all":["unarmed"]},"selector":"damage","value":2},{"key":"ActiveEffectLike","value":4,"mode":"upgrade","path":"data.custom.modifiers.additionalDamage","priority":50,"predicate":{"all":["self:nimble"]}},{"key":"ActiveEffectLike","value":6,"mode":"upgrade","path":"data.custom.modifiers.additionalDamage","priority":50,"predicate":{"any":["self:savage","self:genie-touched","self:indomitable","self:unseen"]}},{"key":"GrantItem","uuid":"Compendium.pf2e-animal-companions.AC-Features.KrHyF5BSvYM6tFbB","predicate":{"not":["has-advanced-maneuver"]}}],"slug":null,"schema":{"version":0.692,"lastMigration":{"datetime":"2021-11-20T02:33:05.212-05:00","version":{"schema":null,"foundry":"0.8.9","system":"2.19.0.9009"}}},"level":{"value":14},"featType":{"value":"ancestryfeature"},"actionType":{"value":"passive"},"actionCategory":{"value":""},"actions":{"value":null},"prerequisites":{"value":[]},"location":"","rarity":{"value":"common"}},"effects":[],"folder":null,"sort":0,"permission":{"default":0,"wT1HOeaOBCFxTCiE":3},"flags":{"core":{"sourceId":"Compendium.pf2e-animal-companions.AC-Feats.SiFB8P1upTvdhLpx"},"exportSource":{"world":"ac","system":"pf2e","coreVersion":"0.8.8","systemVersion":"2.6.0.6437"}}} +{"_id":"c04kGEFIMMwsKCEP","name":"Specialized - Wind Chaser","type":"feat","img":"systems/pf2e/icons/spells/familiar-form.webp","data":{"description":{"value":"Specialized animal companions are more intelligent and engage in more complex behaviors. The first time an animal gains a specialization, it gains the following: Its proficiency rank for unarmed attacks increases to expert. Its proficiency ranks for saving throws and Perception increase to master. Increase its Dexterity modifier by 1 and its Intelligence modifier by 2. Its unarmed attack damage increases from two dice to three dice, and it increases its additional damage with unarmed attacks from 2 to 4 or from 3 to 6.
\nYour companion gains a +20-foot status bonus to its Speed or fly Speed (your choice if it has both). Its proficiency in Acrobatics increases to master and its Dexterity modifier increases by 1. Its proficiency rank increases to legendary for Reflex saves and to expert for unarmored defense. This specialization can only be selected by djinni-touched companions.
"},"source":{"value":""},"traits":{"value":[],"rarity":"common","custom":""},"rules":[{"key":"ActiveEffectLike","value":2,"mode":"upgrade","path":"data.martial.unarmed.rank"},{"key":"ActiveEffectLike","value":3,"mode":"upgrade","path":"data.saves.fortitude.rank"},{"key":"ActiveEffectLike","value":3,"mode":"upgrade","path":"data.saves.reflex.rank"},{"key":"ActiveEffectLike","value":3,"mode":"upgrade","path":"data.saves.will.rank"},{"key":"ActiveEffectLike","value":3,"mode":"upgrade","path":"data.attributes.perception.rank"},{"key":"ActiveEffectLike","value":3,"mode":"upgrade","path":"data.skills.acr.rank"},{"key":"ActiveEffectLike","value":2,"mode":"add","path":"data.abilities.dex.value"},{"key":"ActiveEffectLike","value":4,"mode":"upgrade","path":"data.saves.reflex.rank"},{"key":"ActiveEffectLike","value":2,"mode":"upgrade","path":"data.martial.unarmored.rank"},{"key":"RollOption","domain":"all","option":"self:specialized","priority":1},{"key":"Striking","predicate":{"all":["unarmed"]},"selector":"damage","value":2},{"key":"ActiveEffectLike","value":4,"mode":"upgrade","path":"data.custom.modifiers.additionalDamage","priority":50,"predicate":{"all":["self:nimble"]}},{"key":"ActiveEffectLike","value":6,"mode":"upgrade","path":"data.custom.modifiers.additionalDamage","priority":50,"predicate":{"any":["self:savage","self:genie-touched","self:indomitable","self:unseen"]}},{"key":"GrantItem","uuid":"Compendium.pf2e-animal-companions.AC-Features.KrHyF5BSvYM6tFbB","predicate":{"not":["has-advanced-maneuver"]}}],"slug":null,"schema":{"version":0.692,"lastMigration":{"datetime":"2021-11-20T02:33:05.214-05:00","version":{"schema":null,"foundry":"0.8.9","system":"2.19.0.9009"}}},"level":{"value":14},"featType":{"value":"ancestryfeature"},"actionType":{"value":"passive"},"actionCategory":{"value":""},"actions":{"value":null},"prerequisites":{"value":[]},"location":"","rarity":{"value":"common"}},"effects":[],"folder":null,"sort":0,"permission":{"default":0,"wT1HOeaOBCFxTCiE":3},"flags":{"core":{"sourceId":"Compendium.pf2e-animal-companions.AC-Feats.c04kGEFIMMwsKCEP"},"exportSource":{"world":"ac","system":"pf2e","coreVersion":"0.8.8","systemVersion":"2.6.0.6437"}}} +{"_id":"eoQnmkqWXaLwNQhG","name":"Specialized - Deep Diver (Base Speed)","type":"feat","img":"systems/pf2e/icons/spells/feet-to-fins.webp","data":{"description":{"value":"Specialized animal companions are more intelligent and engage in more complex behaviors. The first time an animal gains a specialization, it gains the following: Its proficiency rank for unarmed attacks increases to expert. Its proficiency ranks for saving throws and Perception increase to master. Increase its Dexterity modifier by 1 and its Intelligence modifier by 2. Its unarmed attack damage increases from two dice to three dice, and it increases its additional damage with unarmed attacks from 2 to 4 or from 3 to 6.
\nYour companion gains a swim Speed of 30 feet or a +10-foot status bonus to its existing swim Speed and can breathe underwater if it couldn't already. Its Constitution modifier increases by 1. Its proficiency rank for Athletics increases to master and for barding increases to expert. This specialization can only be selected by marid-touched companions.
"},"source":{"value":""},"traits":{"value":[],"rarity":"common","custom":""},"rules":[{"key":"ActiveEffectLike","value":2,"mode":"upgrade","path":"data.martial.unarmed.rank"},{"key":"ActiveEffectLike","value":3,"mode":"upgrade","path":"data.saves.fortitude.rank"},{"key":"ActiveEffectLike","value":3,"mode":"upgrade","path":"data.saves.reflex.rank"},{"key":"ActiveEffectLike","value":3,"mode":"upgrade","path":"data.saves.will.rank"},{"key":"ActiveEffectLike","value":3,"mode":"upgrade","path":"data.attributes.perception.rank"},{"key":"ActiveEffectLike","value":2,"mode":"add","path":"data.abilities.con.value"},{"key":"ActiveEffectLike","value":3,"mode":"upgrade","path":"data.skills.ath.rank"},{"key":"RollOption","domain":"all","option":"self:specialized","priority":1},{"key":"Striking","predicate":{"all":["unarmed"]},"selector":"damage","value":2},{"key":"ActiveEffectLike","value":4,"mode":"upgrade","path":"data.custom.modifiers.additionalDamage","priority":50,"predicate":{"all":["self:nimble"]}},{"key":"ActiveEffectLike","value":6,"mode":"upgrade","path":"data.custom.modifiers.additionalDamage","priority":50,"predicate":{"any":["self:savage","self:genie-touched","self:indomitable","self:unseen"]}},{"key":"GrantItem","uuid":"Compendium.pf2e-animal-companions.AC-Features.KrHyF5BSvYM6tFbB","predicate":{"not":["has-advanced-maneuver"]}},{"key":"BaseSpeed","selector":"swim","value":30}],"slug":null,"schema":{"version":0.708,"lastMigration":{"datetime":"2021-12-30T03:07:20.152-05:00","version":{"schema":0.692,"foundry":"9.238","system":"3.1.2"}}},"level":{"value":14},"featType":{"value":"ancestryfeature"},"actionType":{"value":"passive"},"actionCategory":{"value":""},"actions":{"value":null},"prerequisites":{"value":[]},"location":"","rarity":{"value":"common"}},"effects":[],"folder":null,"sort":0,"permission":{"default":0,"wT1HOeaOBCFxTCiE":3,"0tWA9mscoVx3YLRI":3},"flags":{"core":{"sourceId":"Compendium.pf2e-animal-companions.AC-Feats.KCbNpQElh8V0QX1Z"},"exportSource":{"world":"ac","system":"pf2e","coreVersion":"0.8.8","systemVersion":"2.6.0.6437"}}} {"_id":"h262IUT47dLqZLFZ","name":"Savage Animal Companion","type":"feat","img":"systems/pf2e/icons/spells/apex-companion.webp","data":{"description":{"value":"To advance a mature animal companion to a savage animal companion, increase its Strength modifier by 2 and its Dexterity, Constitution, and Wisdom modifiers by 1. It deals 3 additional damage with its unarmed attacks. Increase its proficiency rank in Athletics to expert. It also learns the advanced maneuver for its type. If your companion is Medium or smaller, it grows by one size. Its attacks become magical for the purpose of ignoring resistances.
"},"source":{"value":""},"traits":{"value":[],"rarity":"common","custom":""},"rules":[{"key":"ActiveEffectLike","value":4,"mode":"add","path":"data.abilities.str.value"},{"key":"ActiveEffectLike","value":2,"mode":"add","path":"data.abilities.dex.value"},{"key":"ActiveEffectLike","value":2,"mode":"add","path":"data.abilities.con.value"},{"key":"ActiveEffectLike","value":2,"mode":"add","path":"data.abilities.wis.value"},{"key":"ActiveEffectLike","value":2,"mode":"upgrade","path":"data.skills.ath.rank"},{"key":"ActiveEffectLike","value":3,"mode":"upgrade","path":"data.custom.modifiers.additionalDamage","priority":49},{"key":"CreatureSize","value":1,"maximumSize":"lg"},{"key":"RollOption","domain":"all","option":"self:savage","priority":1},{"key":"FlatModifier","selector":"damage","value":"@actor.data.data.custom.modifiers.additionalDamage"},{"key":"GrantItem","uuid":"Compendium.pf2e-animal-companions.AC-Features.KrHyF5BSvYM6tFbB"}],"slug":null,"schema":{"version":0.692,"lastMigration":{"datetime":"2021-11-20T02:33:05.215-05:00","version":{"schema":null,"foundry":"0.8.9","system":"2.19.0.9009"}}},"level":{"value":8},"featType":{"value":"ancestryfeature"},"onlyLevel1":false,"maxTakable":1,"actionType":{"value":"passive"},"actionCategory":{"value":""},"actions":{"value":null},"prerequisites":{"value":[]},"location":"","rarity":{"value":"common"}},"effects":[],"folder":null,"sort":0,"permission":{"default":0,"L46TYcXAUKb2dhwY":3},"flags":{"core":{"sourceId":"Compendium.pf2e-animal-companions.AC-Feats.h262IUT47dLqZLFZ"},"exportSource":{"world":"ac","system":"pf2e","coreVersion":"0.8.8","systemVersion":"2.6.0.6437"}}} -{"_id":"lm4QlSITABQKhx5K","name":"Specialized - Shade","type":"feat","img":"systems/pf2e/icons/spells/aerial-form.webp","data":{"description":{"value":"Specialized animal companions are more intelligent and engage in more complex behaviors. The first time an animal gains a specialization, it gains the following: Its proficiency rank for unarmed attacks increases to expert. Its proficiency ranks for saving throws and Perception increase to master. Increase its Dexterity modifier by 1 and its Intelligence modifier by 2. Its unarmed attack damage increases from two dice to three dice, and it increases its additional damage with unarmed attacks from 2 to 4 or from 3 to 6.
\nYour companion's physical form is made, in whole or in part, of shadow. It gains darkvision, resistance 5 to all damage except force, and in areas of dim light or darkness, it can Step 10 feet instead of 5 feet. Its proficiency rank in unarmored defense increases to expert, or master if it's nimble.
"},"source":{"value":""},"traits":{"value":[],"rarity":"common","custom":""},"rules":[{"key":"Sense","label":"PF2E.SensesDarkvision","selector":"darkvision"},{"key":"ActiveEffectLike","value":2,"mode":"upgrade","path":"data.martial.unarmed.rank"},{"key":"ActiveEffectLike","value":3,"mode":"upgrade","path":"data.saves.fortitude.rank"},{"key":"ActiveEffectLike","value":3,"mode":"upgrade","path":"data.saves.reflex.rank"},{"key":"ActiveEffectLike","value":3,"mode":"upgrade","path":"data.saves.will.rank"},{"key":"ActiveEffectLike","value":3,"mode":"upgrade","path":"data.attributes.perception.rank"},{"key":"Striking","predicate":{"all":["unarmed"]},"selector":"damage","value":2},{"key":"ActiveEffectLike","value":6,"mode":"upgrade","path":"data.custom.modifiers.additionalDamage","priority":50,"predicate":{"any":["self:savage","self:genie-touched","self:indomitable"]}},{"key":"ActiveEffectLike","value":4,"mode":"upgrade","path":"data.custom.modifiers.additionalDamage","priority":50,"predicate":{"all":["self:nimble"]}},{"key":"RollOption","domain":"all","option":"self:specialized","priority":1},{"key":"ActiveEffectLike","value":1,"mode":"add","path":"data.martial.unarmored.rank"},{"key":"Resistance","type":"all","value":5,"except":"force"},{"key":"GrantItem","uuid":"Compendium.pf2e-animal-companions.AC-Features.KrHyF5BSvYM6tFbB","predicate":{"not":["has-advanced-maneuver"]}},{"key":"ActiveEffectLike","value":3,"mode":"upgrade","path":"data.martial.unarmored.rank","predicate":{"all":["self:nimble"]}}],"slug":null,"schema":{"version":0.692,"lastMigration":{"datetime":"2021-11-20T02:33:05.217-05:00","version":{"schema":0.656,"foundry":"0.8.9","system":"2.19.0.9009"}}},"level":{"value":14},"featType":{"value":"ancestryfeature"},"actionType":{"value":"passive"},"actionCategory":{"value":""},"actions":{"value":null},"prerequisites":{"value":[]},"location":""},"effects":[],"folder":null,"sort":0,"permission":{"default":0,"vD7HMkL8eJh8gXaP":3},"flags":{"core":{"sourceId":"Compendium.pf2e-animal-companions.AC-Feats.lm4QlSITABQKhx5K"}}} +{"_id":"lm4QlSITABQKhx5K","name":"Specialized - Shade","type":"feat","img":"systems/pf2e/icons/spells/aerial-form.webp","data":{"description":{"value":"Specialized animal companions are more intelligent and engage in more complex behaviors. The first time an animal gains a specialization, it gains the following: Its proficiency rank for unarmed attacks increases to expert. Its proficiency ranks for saving throws and Perception increase to master. Increase its Dexterity modifier by 1 and its Intelligence modifier by 2. Its unarmed attack damage increases from two dice to three dice, and it increases its additional damage with unarmed attacks from 2 to 4 or from 3 to 6.
\nYour companion's physical form is made, in whole or in part, of shadow. It gains darkvision, resistance 5 to all damage except force, and in areas of dim light or darkness, it can Step 10 feet instead of 5 feet. Its proficiency rank in unarmored defense increases to expert.
"},"source":{"value":""},"traits":{"value":[],"rarity":"common","custom":""},"rules":[{"key":"Sense","label":"PF2E.SensesDarkvision","selector":"darkvision"},{"key":"ActiveEffectLike","value":2,"mode":"upgrade","path":"data.martial.unarmed.rank"},{"key":"ActiveEffectLike","value":3,"mode":"upgrade","path":"data.saves.fortitude.rank"},{"key":"ActiveEffectLike","value":3,"mode":"upgrade","path":"data.saves.reflex.rank"},{"key":"ActiveEffectLike","value":3,"mode":"upgrade","path":"data.saves.will.rank"},{"key":"ActiveEffectLike","value":3,"mode":"upgrade","path":"data.attributes.perception.rank"},{"key":"Striking","predicate":{"all":["unarmed"]},"selector":"damage","value":2},{"key":"ActiveEffectLike","value":6,"mode":"upgrade","path":"data.custom.modifiers.additionalDamage","priority":50,"predicate":{"any":["self:savage","self:genie-touched","self:indomitable","self:unseen"]}},{"key":"ActiveEffectLike","value":4,"mode":"upgrade","path":"data.custom.modifiers.additionalDamage","priority":50,"predicate":{"all":["self:nimble"]}},{"key":"RollOption","domain":"all","option":"self:specialized","priority":1},{"key":"ActiveEffectLike","value":1,"mode":"add","path":"data.martial.unarmored.rank"},{"key":"Resistance","type":"all","value":5,"except":"force"},{"key":"GrantItem","uuid":"Compendium.pf2e-animal-companions.AC-Features.KrHyF5BSvYM6tFbB","predicate":{"not":["has-advanced-maneuver"]}}],"slug":null,"schema":{"version":0.692,"lastMigration":{"datetime":"2021-11-20T02:33:05.217-05:00","version":{"schema":0.656,"foundry":"0.8.9","system":"2.19.0.9009"}}},"level":{"value":14},"featType":{"value":"ancestryfeature"},"onlyLevel1":false,"maxTakable":1,"actionType":{"value":"passive"},"actionCategory":{"value":""},"actions":{"value":null},"prerequisites":{"value":[]},"location":""},"effects":[],"folder":null,"sort":0,"permission":{"default":0,"vD7HMkL8eJh8gXaP":3},"flags":{"core":{"sourceId":"Compendium.pf2e-animal-companions.AC-Feats.lm4QlSITABQKhx5K"}}} +{"_id":"mJhZ1znkGreEMjTn","name":"Unseen Animal Companion","type":"feat","img":"systems/pf2e/icons/spells/pass-without-trace.webp","data":{"description":{"value":"Cryptid animal companions look a touch peculiar, often with uncanny features or ones that seem to come from a different animal. If you take a feat that would normally allow you to choose to have your companion become a savage or nimble animal companion, you can choose to make it an unseen animal companion instead. An unseen companion increases its Wisdom modifier by 2 and its Strength, Dexterity, and Constitution modifiers by 1. It deals 3 additional Damage with its unarmed attacks and deals an extra 1d4 precision damage against @Compendium[pf2e.conditionitems.Flat-Footed]{Flat-Footed} targets (if the animal companion already deals precision damage, such as a cat, combine the precision damage). Increase its proficiency rank in Stealth to expert. It also learns the advanced maneuver for its type.
"},"source":{"value":"Pathfinder Dark Archive"},"traits":{"value":[],"rarity":"uncommon","custom":""},"rules":[{"key":"ActiveEffectLike","value":2,"mode":"add","path":"data.abilities.str.value"},{"key":"ActiveEffectLike","value":2,"mode":"add","path":"data.abilities.dex.value"},{"key":"ActiveEffectLike","value":2,"mode":"add","path":"data.abilities.con.value"},{"key":"ActiveEffectLike","value":4,"mode":"add","path":"data.abilities.wis.value"},{"key":"ActiveEffectLike","value":2,"mode":"upgrade","path":"data.skills.ste.rank"},{"key":"ActiveEffectLike","value":3,"mode":"upgrade","path":"data.custom.modifiers.additionalDamage","priority":49},{"key":"FlatModifier","selector":"damage","value":"@actor.data.data.custom.modifiers.additionalDamage"},{"category":"precision","dieSize":"d4","key":"DamageDice","predicate":{"all":["target:flatFooted"]},"selector":"damage","diceNumber":1},{"key":"RollOption","domain":"all","option":"self:unseen","priority":1},{"key":"GrantItem","uuid":"Compendium.pf2e-animal-companions.AC-Features.KrHyF5BSvYM6tFbB"}],"slug":null,"schema":{"version":0.766,"lastMigration":{"datetime":"2022-07-26T11:27:58.495-04:00","version":{"schema":null,"foundry":"9.269","system":"3.12.2"}}},"level":{"value":8},"featType":{"value":"ancestryfeature"},"onlyLevel1":false,"maxTakable":1,"actionType":{"value":"passive"},"actionCategory":{"value":""},"actions":{"value":null},"prerequisites":{"value":[]},"location":null},"effects":[],"folder":null,"sort":0,"permission":{"default":0,"thw0Ox3kKEThnAFP":3},"flags":{"core":{"sourceId":"Item.xsxAPvjWZLCUpyNR"}}} {"_id":"u9dXZwKANlsC9MDM","name":"Indomitable Animal Companion","type":"feat","img":"systems/pf2e/icons/spells/envenom-companion.webp","data":{"description":{"value":"An indomitable companion increases its Constitution modifier by 2 and its Strength, Dexterity, and Wisdom modifiers by 1. It deals 3 additional damage with its unarmed attacks. Increase its proficiency rank in Athletics to expert and its proficiency rank in barding to expert. It also learns the advanced maneuver for its type. If your companion is Medium or smaller, it grows in size by one category. Its attacks count as magical for the purpose of ignoring resistances.
"},"source":{"value":""},"traits":{"value":[],"rarity":"common","custom":""},"rules":[{"key":"ActiveEffectLike","value":2,"mode":"add","path":"data.abilities.str.value"},{"key":"ActiveEffectLike","value":2,"mode":"add","path":"data.abilities.dex.value"},{"key":"ActiveEffectLike","value":4,"mode":"add","path":"data.abilities.con.value"},{"key":"ActiveEffectLike","value":2,"mode":"add","path":"data.abilities.wis.value"},{"key":"ActiveEffectLike","value":3,"mode":"upgrade","path":"data.custom.modifiers.additionalDamage","priority":49},{"key":"CreatureSize","value":1,"maximumSize":"lg"},{"key":"RollOption","domain":"all","option":"self:indomitable","priority":1},{"key":"FlatModifier","selector":"damage","value":"@actor.data.data.custom.modifiers.additionalDamage"},{"key":"GrantItem","uuid":"Compendium.pf2e-animal-companions.AC-Features.KrHyF5BSvYM6tFbB"}],"slug":null,"schema":{"version":0.692,"lastMigration":{"datetime":"2021-11-20T02:33:05.218-05:00","version":{"schema":null,"foundry":"0.8.9","system":"2.19.0.9009"}}},"level":{"value":8},"featType":{"value":"ancestryfeature"},"onlyLevel1":false,"maxTakable":1,"actionType":{"value":"passive"},"actionCategory":{"value":""},"actions":{"value":null},"prerequisites":{"value":[]},"location":"","rarity":{"value":"common"}},"effects":[],"folder":null,"sort":0,"permission":{"default":0,"wT1HOeaOBCFxTCiE":3},"flags":{"core":{"sourceId":"Compendium.pf2e-animal-companions.AC-Feats.u9dXZwKANlsC9MDM"},"exportSource":{"world":"ac","system":"pf2e","coreVersion":"0.8.8","systemVersion":"2.6.0.6437"}}} -{"_id":"umbj0foct0eZ7Jcj","name":"Specialized - Tracker","type":"feat","img":"systems/pf2e/icons/spells/juvenile-companion.webp","data":{"description":{"value":"Specialized animal companions are more intelligent and engage in more complex behaviors. The first time an animal gains a specialization, it gains the following: Its proficiency rank for unarmed attacks increases to expert. Its proficiency ranks for saving throws and Perception increase to master. Increase its Dexterity modifier by 1 and its Intelligence modifier by 2. Its unarmed attack damage increases from two dice to three dice, and it increases its additional damage with unarmed attacks from 2 to 4 or from 3 to 6.
\nYour companion is an incredible tracker. It can move at full Speed while following tracks. Its proficiency rank in Survival increases to expert (or master if it was already an expert from its type), and its Wisdom modifier increases by 1.
"},"source":{"value":""},"traits":{"value":[],"rarity":"common","custom":""},"rules":[{"key":"ActiveEffectLike","value":2,"mode":"upgrade","path":"data.martial.unarmed.rank"},{"key":"ActiveEffectLike","value":3,"mode":"upgrade","path":"data.saves.fortitude.rank"},{"key":"ActiveEffectLike","value":3,"mode":"upgrade","path":"data.saves.reflex.rank"},{"key":"ActiveEffectLike","value":3,"mode":"upgrade","path":"data.saves.will.rank"},{"key":"ActiveEffectLike","value":3,"mode":"upgrade","path":"data.attributes.perception.rank"},{"key":"ActiveEffectLike","value":1,"mode":"add","path":"data.skills.sur.rank"},{"key":"ActiveEffectLike","value":2,"mode":"upgrade","path":"data.skills.sur.rank"},{"key":"ActiveEffectLike","value":2,"mode":"add","path":"data.abilities.wis.value"},{"key":"RollOption","domain":"all","option":"self:specialized","priority":1},{"key":"Striking","predicate":{"all":["unarmed"]},"selector":"damage","value":2},{"key":"ActiveEffectLike","value":4,"mode":"upgrade","path":"data.custom.modifiers.additionalDamage","priority":50,"predicate":{"all":["self:nimble"]}},{"key":"ActiveEffectLike","value":6,"mode":"upgrade","path":"data.custom.modifiers.additionalDamage","priority":50,"predicate":{"any":["self:savage","self:genie-touched","self:indomitable"]}},{"key":"GrantItem","uuid":"Compendium.pf2e-animal-companions.AC-Features.KrHyF5BSvYM6tFbB","predicate":{"not":["has-advanced-maneuver"]}}],"slug":null,"schema":{"version":0.692,"lastMigration":{"datetime":"2021-11-20T02:33:05.219-05:00","version":{"schema":null,"foundry":"0.8.9","system":"2.19.0.9009"}}},"level":{"value":14},"featType":{"value":"ancestryfeature"},"actionType":{"value":"passive"},"actionCategory":{"value":""},"actions":{"value":null},"prerequisites":{"value":[]},"location":"","rarity":{"value":"common"}},"effects":[],"folder":null,"sort":0,"permission":{"default":0,"wT1HOeaOBCFxTCiE":3},"flags":{"core":{"sourceId":"Compendium.pf2e-animal-companions.AC-Feats.umbj0foct0eZ7Jcj"},"exportSource":{"world":"ac","system":"pf2e","coreVersion":"0.8.8","systemVersion":"2.6.0.6437"}}} -{"_id":"wDiFVxRBktQVj7uI","name":"Specialized - Racer","type":"feat","img":"systems/pf2e/icons/spells/heal-animal.webp","data":{"description":{"value":"Specialized animal companions are more intelligent and engage in more complex behaviors. The first time an animal gains a specialization, it gains the following: Its proficiency rank for unarmed attacks increases to expert. Its proficiency ranks for saving throws and Perception increase to master. Increase its Dexterity modifier by 1 and its Intelligence modifier by 2. Its unarmed attack damage increases from two dice to three dice, and it increases its additional damage with unarmed attacks from 2 to 4 or from 3 to 6.
\nYour companion races. It gains a +10-foot status bonus to its Speed, swim Speed, or fly Speed (your choice). Its proficiency in Fortitude saves increases to legendary, and its Constitution modifier increases by 1.
"},"source":{"value":""},"traits":{"value":[],"rarity":"common","custom":""},"rules":[{"key":"ActiveEffectLike","value":2,"mode":"upgrade","path":"data.martial.unarmed.rank"},{"key":"ActiveEffectLike","value":3,"mode":"upgrade","path":"data.saves.fortitude.rank"},{"key":"ActiveEffectLike","value":3,"mode":"upgrade","path":"data.saves.reflex.rank"},{"key":"ActiveEffectLike","value":3,"mode":"upgrade","path":"data.saves.will.rank"},{"key":"ActiveEffectLike","value":3,"mode":"upgrade","path":"data.attributes.perception.rank"},{"key":"ActiveEffectLike","value":2,"mode":"add","path":"data.abilities.con.value"},{"key":"ActiveEffectLike","value":4,"mode":"upgrade","path":"data.saves.fortitude.rank"},{"key":"RollOption","domain":"all","option":"self:specialized","priority":1},{"key":"Striking","predicate":{"all":["unarmed"]},"selector":"damage","value":2},{"key":"ActiveEffectLike","value":4,"mode":"upgrade","path":"data.custom.modifiers.additionalDamage","priority":50,"predicate":{"all":["self:nimble"]}},{"key":"ActiveEffectLike","value":6,"mode":"upgrade","path":"data.custom.modifiers.additionalDamage","priority":50,"predicate":{"any":["self:savage","self:genie-touched","self:indomitable"]}},{"key":"GrantItem","uuid":"Compendium.pf2e-animal-companions.AC-Features.KrHyF5BSvYM6tFbB","predicate":{"not":["has-advanced-maneuver"]}},{"adjustName":false,"choices":[{"label":"PF2E.SpeedTypesLand","value":"land"},{"label":"PF2E.SpeedTypesSwim","value":"swim"},{"label":"PF2E.SpeedTypesSwim","value":"fly"}],"flag":"racerSpeedBonus","key":"ChoiceSet","prompt":"PF2E.UI.RuleElements.ChoiceSet.Prompt"},{"key":"FlatModifier","selector":"{item|flags.pf2e.rulesSelections.racerSpeedBonus}-speed","value":10,"type":"status"}],"slug":null,"schema":{"version":0.692,"lastMigration":{"datetime":"2021-11-20T02:33:05.220-05:00","version":{"schema":null,"foundry":"0.8.9","system":"2.19.0.9009"}}},"level":{"value":14},"featType":{"value":"ancestryfeature"},"actionType":{"value":"passive"},"actionCategory":{"value":""},"actions":{"value":null},"prerequisites":{"value":[]},"location":"","rarity":{"value":"common"}},"effects":[],"folder":null,"sort":0,"permission":{"default":0,"wT1HOeaOBCFxTCiE":3},"flags":{"core":{"sourceId":"Compendium.pf2e-animal-companions.AC-Feats.wDiFVxRBktQVj7uI"},"exportSource":{"world":"ac","system":"pf2e","coreVersion":"0.8.8","systemVersion":"2.6.0.6437"}}} -{"_id":"wRzmLu4JR4A421So","name":"Specialized - Ambusher","type":"feat","img":"systems/pf2e/icons/spells/beastmaster-trance.webp","data":{"description":{"value":"Specialized animal companions are more intelligent and engage in more complex behaviors. The first time an animal gains a specialization, it gains the following: Its proficiency rank for unarmed attacks increases to expert. Its proficiency ranks for saving throws and Perception increase to master. Increase its Dexterity modifier by 1 and its Intelligence modifier by 2. Its unarmed attack damage increases from two dice to three dice, and it increases its additional damage with unarmed attacks from 2 to 4 or from 3 to 6.
\nIn your companion's natural environment, it can use a Sneak action even if it's currently observed. Its proficiency rank in Stealth increases to expert (or master if it was already an expert from its type), and its Dexterity modifier increases by 1. Its proficiency rank for unarmored defense increases to expert, or master if it's nimble.
"},"source":{"value":""},"traits":{"value":[],"rarity":"common","custom":""},"rules":[{"key":"ActiveEffectLike","value":2,"mode":"upgrade","path":"data.martial.unarmed.rank"},{"key":"ActiveEffectLike","value":3,"mode":"upgrade","path":"data.saves.fortitude.rank"},{"key":"ActiveEffectLike","value":3,"mode":"upgrade","path":"data.saves.reflex.rank"},{"key":"ActiveEffectLike","value":3,"mode":"upgrade","path":"data.saves.will.rank"},{"key":"ActiveEffectLike","value":3,"mode":"upgrade","path":"data.attributes.perception.rank"},{"key":"ActiveEffectLike","value":2,"mode":"add","path":"data.abilities.dex.value"},{"key":"ActiveEffectLike","value":1,"mode":"add","path":"data.skills.ste.rank"},{"key":"ActiveEffectLike","value":2,"mode":"upgrade","path":"data.skills.ste.rank"},{"key":"ActiveEffectLike","value":2,"mode":"upgrade","path":"data.martial.unarmored.rank"},{"key":"ActiveEffectLike","value":3,"mode":"upgrade","path":"data.martial.unarmored.rank","predicate":{"all":["self:nimble"]}},{"key":"RollOption","domain":"all","option":"self:specialized","priority":1},{"key":"Striking","predicate":{"all":["unarmed"]},"selector":"damage","value":2},{"key":"ActiveEffectLike","value":4,"mode":"upgrade","path":"data.custom.modifiers.additionalDamage","priority":50,"predicate":{"all":["self:nimble"]}},{"key":"ActiveEffectLike","value":6,"mode":"upgrade","path":"data.custom.modifiers.additionalDamage","priority":50,"predicate":{"any":["self:savage","self:genie-touched","self:indomitable"]}},{"key":"GrantItem","uuid":"Compendium.pf2e-animal-companions.AC-Features.KrHyF5BSvYM6tFbB","predicate":{"not":["has-advanced-maneuver"]}},{"key":"ActiveEffectLike","value":3,"mode":"downgrade","path":"data.skills.ste.rank"}],"slug":null,"schema":{"version":0.692,"lastMigration":{"datetime":"2021-11-20T02:33:05.221-05:00","version":{"schema":null,"foundry":"0.8.9","system":"2.19.0.9009"}}},"level":{"value":14},"featType":{"value":"ancestryfeature"},"actionType":{"value":"passive"},"actionCategory":{"value":""},"actions":{"value":null},"prerequisites":{"value":[]},"location":"","rarity":{"value":"common"}},"effects":[],"folder":null,"sort":0,"permission":{"default":0,"wT1HOeaOBCFxTCiE":3},"flags":{"core":{"sourceId":"Compendium.pf2e-animal-companions.AC-Feats.wRzmLu4JR4A421So"},"exportSource":{"world":"ac","system":"pf2e","coreVersion":"0.8.8","systemVersion":"2.6.0.6437"}}} -{"_id":"wZXL6VgEK88BCF0C","name":"Specialized - Wrecker","type":"feat","img":"systems/pf2e/icons/spells/shapechange.webp","data":{"description":{"value":"Specialized animal companions are more intelligent and engage in more complex behaviors. The first time an animal gains a specialization, it gains the following: Its proficiency rank for unarmed attacks increases to expert. Its proficiency ranks for saving throws and Perception increase to master. Increase its Dexterity modifier by 1 and its Intelligence modifier by 2. Its unarmed attack damage increases from two dice to three dice, and it increases its additional damage with unarmed attacks from 2 to 4 or from 3 to 6.
\nYour companion smashes things. Its unarmed attacks ignore half an object's Hardness. Its Athletics proficiency increases to master, and its Strength modifier increases by 1.
"},"source":{"value":""},"traits":{"value":[],"rarity":"common","custom":""},"rules":[{"key":"ActiveEffectLike","value":2,"mode":"upgrade","path":"data.martial.unarmed.rank"},{"key":"ActiveEffectLike","value":3,"mode":"upgrade","path":"data.saves.fortitude.rank"},{"key":"ActiveEffectLike","value":3,"mode":"upgrade","path":"data.saves.reflex.rank"},{"key":"ActiveEffectLike","value":3,"mode":"upgrade","path":"data.saves.will.rank"},{"key":"ActiveEffectLike","value":3,"mode":"upgrade","path":"data.attributes.perception.rank"},{"key":"ActiveEffectLike","value":3,"mode":"upgrade","path":"data.skills.ath.rank"},{"key":"ActiveEffectLike","value":2,"mode":"add","path":"data.abilities.str.value"},{"key":"RollOption","domain":"all","option":"self:specialized","priority":1},{"key":"Striking","predicate":{"all":["unarmed"]},"selector":"damage","value":2},{"key":"ActiveEffectLike","value":4,"mode":"upgrade","path":"data.custom.modifiers.additionalDamage","priority":50,"predicate":{"all":["self:nimble"]}},{"key":"ActiveEffectLike","value":6,"mode":"upgrade","path":"data.custom.modifiers.additionalDamage","priority":50,"predicate":{"any":["self:savage","self:genie-touched","self:indomitable"]}},{"key":"GrantItem","uuid":"Compendium.pf2e-animal-companions.AC-Features.KrHyF5BSvYM6tFbB","predicate":{"not":["has-advanced-maneuver"]}}],"slug":null,"schema":{"version":0.692,"lastMigration":{"datetime":"2021-11-20T02:33:05.222-05:00","version":{"schema":null,"foundry":"0.8.9","system":"2.19.0.9009"}}},"level":{"value":14},"featType":{"value":"ancestryfeature"},"actionType":{"value":"passive"},"actionCategory":{"value":""},"actions":{"value":null},"prerequisites":{"value":[]},"location":"","rarity":{"value":"common"}},"effects":[],"folder":null,"sort":0,"permission":{"default":0,"wT1HOeaOBCFxTCiE":3},"flags":{"core":{"sourceId":"Compendium.pf2e-animal-companions.AC-Feats.wZXL6VgEK88BCF0C"},"exportSource":{"world":"ac","system":"pf2e","coreVersion":"0.8.8","systemVersion":"2.6.0.6437"}}} -{"_id":"89eT819I4MYWndcu","name":"Nimble Animal Companion","type":"feat","img":"systems/pf2e/icons/spells/commune-with-nature.webp","data":{"description":{"value":"To advance a mature animal companion to a nimble animal companion, increase its Dexterity modifier by 2 and its Strength, Constitution, and Wisdom modifiers by 1. It deals 2 additional damage with its unarmed attacks. Increase its proficiency ranks in Acrobatics to expert. It also learns the advanced maneuver for its type. Its attacks become magical for the purpose of ignoring resistances.
"},"source":{"value":""},"traits":{"value":[],"rarity":"common","custom":""},"rules":[{"key":"ActiveEffectLike","value":2,"mode":"add","path":"data.abilities.str.value"},{"key":"ActiveEffectLike","value":4,"mode":"add","path":"data.abilities.dex.value"},{"key":"ActiveEffectLike","value":2,"mode":"add","path":"data.abilities.con.value"},{"key":"ActiveEffectLike","value":2,"mode":"add","path":"data.abilities.wis.value"},{"key":"ActiveEffectLike","value":2,"mode":"upgrade","path":"data.skills.acr.rank"},{"key":"ActiveEffectLike","value":1,"mode":"add","path":"data.martial.unarmored.rank"},{"key":"ActiveEffectLike","value":2,"mode":"upgrade","path":"data.custom.modifiers.additionalDamage","priority":49},{"key":"RollOption","domain":"all","option":"self:nimble","priority":1},{"key":"FlatModifier","selector":"damage","value":"@actor.data.data.custom.modifiers.additionalDamage"},{"key":"GrantItem","uuid":"Compendium.pf2e-animal-companions.AC-Features.KrHyF5BSvYM6tFbB"}],"slug":null,"schema":{"version":0.692,"lastMigration":{"datetime":"2021-11-20T02:33:05.194-05:00","version":{"schema":null,"foundry":"0.8.9","system":"2.19.0.9009"}}},"level":{"value":8},"featType":{"value":"ancestryfeature"},"onlyLevel1":false,"maxTakable":1,"actionType":{"value":"passive"},"actionCategory":{"value":""},"actions":{"value":null},"prerequisites":{"value":[]},"location":"","rarity":{"value":"common"}},"effects":[],"folder":null,"sort":0,"permission":{"default":0,"L46TYcXAUKb2dhwY":3},"flags":{"core":{"sourceId":"Compendium.pf2e-animal-companions.AC-Feats.89eT819I4MYWndcu"},"exportSource":{"world":"ac","system":"pf2e","coreVersion":"0.8.8","systemVersion":"2.6.0.6437"}}} -{"_id":"89eT819I4MYWndcu","name":"Nimble Animal Companion","type":"feat","img":"systems/pf2e/icons/spells/commune-with-nature.webp","data":{"description":{"value":"To advance a mature animal companion to a nimble animal companion, increase its Dexterity modifier by 2 and its Strength, Constitution, and Wisdom modifiers by 1. It deals 2 additional damage with its unarmed attacks. Increase its proficiency ranks in Acrobatics to expert. It also learns the advanced maneuver for its type. Its attacks become magical for the purpose of ignoring resistances.
"},"source":{"value":""},"traits":{"value":[],"rarity":"common","custom":""},"rules":[{"key":"ActiveEffectLike","value":2,"mode":"add","path":"data.abilities.str.value"},{"key":"ActiveEffectLike","value":4,"mode":"add","path":"data.abilities.dex.value"},{"key":"ActiveEffectLike","value":2,"mode":"add","path":"data.abilities.con.value"},{"key":"ActiveEffectLike","value":2,"mode":"add","path":"data.abilities.wis.value"},{"key":"ActiveEffectLike","value":2,"mode":"upgrade","path":"data.skills.acr.rank"},{"key":"ActiveEffectLike","value":1,"mode":"add","path":"data.martial.unarmored.rank"},{"key":"ActiveEffectLike","value":2,"mode":"upgrade","path":"data.custom.modifiers.additionalDamage","priority":49},{"key":"RollOption","domain":"all","option":"self:nimble","priority":1},{"key":"FlatModifier","selector":"damage","value":"@actor.data.data.custom.modifiers.additionalDamage"},{"key":"GrantItem","uuid":"Compendium.pf2e-animal-companions.AC-Features.KrHyF5BSvYM6tFbB"}],"slug":null,"schema":{"version":0.692,"lastMigration":{"datetime":"2021-11-20T02:33:05.194-05:00","version":{"schema":null,"foundry":"0.8.9","system":"2.19.0.9009"}}},"level":{"value":8},"featType":{"value":"ancestryfeature"},"onlyLevel1":false,"maxTakable":1,"actionType":{"value":"passive"},"actionCategory":{"value":""},"actions":{"value":null},"prerequisites":{"value":[]},"location":"","rarity":{"value":"common"}},"effects":[],"folder":null,"sort":0,"permission":{"default":0,"L46TYcXAUKb2dhwY":3},"flags":{"core":{"sourceId":"Compendium.pf2e-animal-companions.AC-Feats.89eT819I4MYWndcu"},"exportSource":{"world":"ac","system":"pf2e","coreVersion":"0.8.8","systemVersion":"2.6.0.6437"}}} -{"_id":"89eT819I4MYWndcu","name":"Nimble Animal Companion","type":"feat","img":"systems/pf2e/icons/spells/commune-with-nature.webp","data":{"description":{"value":"To advance a mature animal companion to a nimble animal companion, increase its Dexterity modifier by 2 and its Strength, Constitution, and Wisdom modifiers by 1. It deals 2 additional damage with its unarmed attacks. Increase its proficiency ranks in Acrobatics to expert. It also learns the advanced maneuver for its type. Its attacks become magical for the purpose of ignoring resistances.
"},"source":{"value":""},"traits":{"value":[],"rarity":"common","custom":""},"rules":[{"key":"ActiveEffectLike","value":2,"mode":"add","path":"data.abilities.str.value"},{"key":"ActiveEffectLike","value":4,"mode":"add","path":"data.abilities.dex.value"},{"key":"ActiveEffectLike","value":2,"mode":"add","path":"data.abilities.con.value"},{"key":"ActiveEffectLike","value":2,"mode":"add","path":"data.abilities.wis.value"},{"key":"ActiveEffectLike","value":2,"mode":"upgrade","path":"data.skills.acr.rank"},{"key":"ActiveEffectLike","value":2,"mode":"upgrade","path":"data.custom.modifiers.additionalDamage","priority":49},{"key":"RollOption","domain":"all","option":"self:nimble","priority":1},{"key":"FlatModifier","selector":"damage","value":"@actor.data.data.custom.modifiers.additionalDamage"},{"key":"GrantItem","uuid":"Compendium.pf2e-animal-companions.AC-Features.KrHyF5BSvYM6tFbB"}],"slug":null,"schema":{"version":0.692,"lastMigration":{"datetime":"2021-11-20T02:33:05.194-05:00","version":{"schema":null,"foundry":"0.8.9","system":"2.19.0.9009"}}},"level":{"value":8},"featType":{"value":"ancestryfeature"},"onlyLevel1":false,"maxTakable":1,"actionType":{"value":"passive"},"actionCategory":{"value":""},"actions":{"value":null},"prerequisites":{"value":[]},"location":"","rarity":{"value":"common"}},"effects":[],"folder":null,"sort":0,"permission":{"default":0,"L46TYcXAUKb2dhwY":3},"flags":{"core":{"sourceId":"Compendium.pf2e-animal-companions.AC-Feats.89eT819I4MYWndcu"},"exportSource":{"world":"ac","system":"pf2e","coreVersion":"0.8.8","systemVersion":"2.6.0.6437"}}} -{"_id":"89eT819I4MYWndcu","name":"Nimble Animal Companion","type":"feat","img":"systems/pf2e/icons/spells/commune-with-nature.webp","data":{"description":{"value":"To advance a mature animal companion to a nimble animal companion, increase its Dexterity modifier by 2 and its Strength, Constitution, and Wisdom modifiers by 1. It deals 2 additional damage with its unarmed attacks. Increase its proficiency ranks in Acrobatics to expert. It also learns the advanced maneuver for its type. Its attacks become magical for the purpose of ignoring resistances.
"},"source":{"value":""},"traits":{"value":[],"rarity":"common","custom":""},"rules":[{"key":"ActiveEffectLike","value":2,"mode":"add","path":"data.abilities.str.value"},{"key":"ActiveEffectLike","value":4,"mode":"add","path":"data.abilities.dex.value"},{"key":"ActiveEffectLike","value":2,"mode":"add","path":"data.abilities.con.value"},{"key":"ActiveEffectLike","value":2,"mode":"add","path":"data.abilities.wis.value"},{"key":"ActiveEffectLike","value":2,"mode":"upgrade","path":"data.skills.acr.rank"},{"key":"ActiveEffectLike","value":2,"mode":"upgrade","path":"data.custom.modifiers.additionalDamage","priority":49},{"key":"RollOption","domain":"all","option":"self:nimble","priority":1},{"key":"FlatModifier","selector":"damage","value":"@actor.data.data.custom.modifiers.additionalDamage"},{"key":"GrantItem","uuid":"Compendium.pf2e-animal-companions.AC-Features.KrHyF5BSvYM6tFbB"}],"slug":null,"schema":{"version":0.692,"lastMigration":{"datetime":"2021-11-20T02:33:05.194-05:00","version":{"schema":null,"foundry":"0.8.9","system":"2.19.0.9009"}}},"level":{"value":8},"featType":{"value":"ancestryfeature"},"onlyLevel1":false,"maxTakable":1,"actionType":{"value":"passive"},"actionCategory":{"value":""},"actions":{"value":null},"prerequisites":{"value":[]},"location":"","rarity":{"value":"common"}},"effects":[],"folder":null,"sort":0,"permission":{"default":0,"L46TYcXAUKb2dhwY":3},"flags":{"core":{"sourceId":"Compendium.pf2e-animal-companions.AC-Feats.89eT819I4MYWndcu"},"exportSource":{"world":"ac","system":"pf2e","coreVersion":"0.8.8","systemVersion":"2.6.0.6437"}}} -{"_id":"wRzmLu4JR4A421So","name":"Specialized - Ambusher","type":"feat","img":"systems/pf2e/icons/spells/beastmaster-trance.webp","data":{"description":{"value":"Specialized animal companions are more intelligent and engage in more complex behaviors. The first time an animal gains a specialization, it gains the following: Its proficiency rank for unarmed attacks increases to expert. Its proficiency ranks for saving throws and Perception increase to master. Increase its Dexterity modifier by 1 and its Intelligence modifier by 2. Its unarmed attack damage increases from two dice to three dice, and it increases its additional damage with unarmed attacks from 2 to 4 or from 3 to 6.
\nIn your companion's natural environment, it can use a Sneak action even if it's currently observed. Its proficiency rank in Stealth increases to expert (or master if it was already an expert from its type), and its Dexterity modifier increases by 1. Its proficiency rank for unarmored defense increases to expert.
"},"source":{"value":""},"traits":{"value":[],"rarity":"common","custom":""},"rules":[{"key":"ActiveEffectLike","value":2,"mode":"upgrade","path":"data.martial.unarmed.rank"},{"key":"ActiveEffectLike","value":3,"mode":"upgrade","path":"data.saves.fortitude.rank"},{"key":"ActiveEffectLike","value":3,"mode":"upgrade","path":"data.saves.reflex.rank"},{"key":"ActiveEffectLike","value":3,"mode":"upgrade","path":"data.saves.will.rank"},{"key":"ActiveEffectLike","value":3,"mode":"upgrade","path":"data.attributes.perception.rank"},{"key":"ActiveEffectLike","value":2,"mode":"add","path":"data.abilities.dex.value"},{"key":"ActiveEffectLike","value":1,"mode":"add","path":"data.skills.ste.rank"},{"key":"ActiveEffectLike","value":2,"mode":"upgrade","path":"data.skills.ste.rank"},{"key":"ActiveEffectLike","value":2,"mode":"upgrade","path":"data.martial.unarmored.rank"},{"key":"ActiveEffectLike","value":3,"mode":"upgrade","path":"data.martial.unarmored.rank","predicate":{"all":["self:nimble"]}},{"key":"RollOption","domain":"all","option":"self:specialized","priority":1},{"key":"Striking","predicate":{"all":["unarmed"]},"selector":"damage","value":2},{"key":"ActiveEffectLike","value":4,"mode":"upgrade","path":"data.custom.modifiers.additionalDamage","priority":50,"predicate":{"all":["self:nimble"]}},{"key":"ActiveEffectLike","value":6,"mode":"upgrade","path":"data.custom.modifiers.additionalDamage","priority":50,"predicate":{"any":["self:savage","self:genie-touched","self:indomitable"]}},{"key":"GrantItem","uuid":"Compendium.pf2e-animal-companions.AC-Features.KrHyF5BSvYM6tFbB","predicate":{"not":["has-advanced-maneuver"]}},{"key":"ActiveEffectLike","value":3,"mode":"downgrade","path":"data.skills.ste.rank"}],"slug":null,"schema":{"version":0.692,"lastMigration":{"datetime":"2021-11-20T02:33:05.221-05:00","version":{"schema":null,"foundry":"0.8.9","system":"2.19.0.9009"}}},"level":{"value":14},"featType":{"value":"ancestryfeature"},"onlyLevel1":false,"maxTakable":1,"actionType":{"value":"passive"},"actionCategory":{"value":""},"actions":{"value":null},"prerequisites":{"value":[]},"location":"","rarity":{"value":"common"}},"effects":[],"folder":null,"sort":0,"permission":{"default":0,"wT1HOeaOBCFxTCiE":3},"flags":{"core":{"sourceId":"Compendium.pf2e-animal-companions.AC-Feats.wRzmLu4JR4A421So"},"exportSource":{"world":"ac","system":"pf2e","coreVersion":"0.8.8","systemVersion":"2.6.0.6437"}}} -{"_id":"wRzmLu4JR4A421So","name":"Specialized - Ambusher","type":"feat","img":"systems/pf2e/icons/spells/beastmaster-trance.webp","data":{"description":{"value":"Specialized animal companions are more intelligent and engage in more complex behaviors. The first time an animal gains a specialization, it gains the following: Its proficiency rank for unarmed attacks increases to expert. Its proficiency ranks for saving throws and Perception increase to master. Increase its Dexterity modifier by 1 and its Intelligence modifier by 2. Its unarmed attack damage increases from two dice to three dice, and it increases its additional damage with unarmed attacks from 2 to 4 or from 3 to 6.
\nIn your companion's natural environment, it can use a Sneak action even if it's currently observed. Its proficiency rank in Stealth increases to expert (or master if it was already an expert from its type), and its Dexterity modifier increases by 1. Its proficiency rank for unarmored defense increases to expert.
"},"source":{"value":""},"traits":{"value":[],"rarity":"common","custom":""},"rules":[{"key":"ActiveEffectLike","value":2,"mode":"upgrade","path":"data.martial.unarmed.rank"},{"key":"ActiveEffectLike","value":3,"mode":"upgrade","path":"data.saves.fortitude.rank"},{"key":"ActiveEffectLike","value":3,"mode":"upgrade","path":"data.saves.reflex.rank"},{"key":"ActiveEffectLike","value":3,"mode":"upgrade","path":"data.saves.will.rank"},{"key":"ActiveEffectLike","value":3,"mode":"upgrade","path":"data.attributes.perception.rank"},{"key":"ActiveEffectLike","value":2,"mode":"add","path":"data.abilities.dex.value"},{"key":"ActiveEffectLike","value":1,"mode":"add","path":"data.skills.ste.rank"},{"key":"ActiveEffectLike","value":2,"mode":"upgrade","path":"data.skills.ste.rank"},{"key":"ActiveEffectLike","value":2,"mode":"upgrade","path":"data.martial.unarmored.rank"},{"key":"ActiveEffectLike","value":3,"mode":"upgrade","path":"data.martial.unarmored.rank","predicate":{"all":["self:nimble"]}},{"key":"RollOption","domain":"all","option":"self:specialized","priority":1},{"key":"Striking","predicate":{"all":["unarmed"]},"selector":"damage","value":2},{"key":"ActiveEffectLike","value":4,"mode":"upgrade","path":"data.custom.modifiers.additionalDamage","priority":50,"predicate":{"all":["self:nimble"]}},{"key":"ActiveEffectLike","value":6,"mode":"upgrade","path":"data.custom.modifiers.additionalDamage","priority":50,"predicate":{"any":["self:savage","self:genie-touched","self:indomitable"]}},{"key":"GrantItem","uuid":"Compendium.pf2e-animal-companions.AC-Features.KrHyF5BSvYM6tFbB","predicate":{"not":["has-advanced-maneuver"]}},{"key":"ActiveEffectLike","value":3,"mode":"downgrade","path":"data.skills.ste.rank"}],"slug":null,"schema":{"version":0.692,"lastMigration":{"datetime":"2021-11-20T02:33:05.221-05:00","version":{"schema":null,"foundry":"0.8.9","system":"2.19.0.9009"}}},"level":{"value":14},"featType":{"value":"ancestryfeature"},"onlyLevel1":false,"maxTakable":1,"actionType":{"value":"passive"},"actionCategory":{"value":""},"actions":{"value":null},"prerequisites":{"value":[]},"location":"","rarity":{"value":"common"}},"effects":[],"folder":null,"sort":0,"permission":{"default":0,"wT1HOeaOBCFxTCiE":3},"flags":{"core":{"sourceId":"Compendium.pf2e-animal-companions.AC-Feats.wRzmLu4JR4A421So"},"exportSource":{"world":"ac","system":"pf2e","coreVersion":"0.8.8","systemVersion":"2.6.0.6437"}}} -{"_id":"wRzmLu4JR4A421So","name":"Specialized - Ambusher","type":"feat","img":"systems/pf2e/icons/spells/beastmaster-trance.webp","data":{"description":{"value":"Specialized animal companions are more intelligent and engage in more complex behaviors. The first time an animal gains a specialization, it gains the following: Its proficiency rank for unarmed attacks increases to expert. Its proficiency ranks for saving throws and Perception increase to master. Increase its Dexterity modifier by 1 and its Intelligence modifier by 2. Its unarmed attack damage increases from two dice to three dice, and it increases its additional damage with unarmed attacks from 2 to 4 or from 3 to 6.
\nIn your companion's natural environment, it can use a Sneak action even if it's currently observed. Its proficiency rank in Stealth increases to expert (or master if it was already an expert from its type), and its Dexterity modifier increases by 1. Its proficiency rank for unarmored defense increases to expert.
"},"source":{"value":""},"traits":{"value":[],"rarity":"common","custom":""},"rules":[{"key":"ActiveEffectLike","value":2,"mode":"upgrade","path":"data.martial.unarmed.rank"},{"key":"ActiveEffectLike","value":3,"mode":"upgrade","path":"data.saves.fortitude.rank"},{"key":"ActiveEffectLike","value":3,"mode":"upgrade","path":"data.saves.reflex.rank"},{"key":"ActiveEffectLike","value":3,"mode":"upgrade","path":"data.saves.will.rank"},{"key":"ActiveEffectLike","value":3,"mode":"upgrade","path":"data.attributes.perception.rank"},{"key":"ActiveEffectLike","value":2,"mode":"add","path":"data.abilities.dex.value"},{"key":"ActiveEffectLike","value":1,"mode":"add","path":"data.skills.ste.rank"},{"key":"ActiveEffectLike","value":2,"mode":"upgrade","path":"data.skills.ste.rank"},{"key":"ActiveEffectLike","value":2,"mode":"upgrade","path":"data.martial.unarmored.rank"},{"key":"RollOption","domain":"all","option":"self:specialized","priority":1},{"key":"Striking","predicate":{"all":["unarmed"]},"selector":"damage","value":2},{"key":"ActiveEffectLike","value":4,"mode":"upgrade","path":"data.custom.modifiers.additionalDamage","priority":50,"predicate":{"all":["self:nimble"]}},{"key":"ActiveEffectLike","value":6,"mode":"upgrade","path":"data.custom.modifiers.additionalDamage","priority":50,"predicate":{"any":["self:savage","self:genie-touched","self:indomitable"]}},{"key":"GrantItem","uuid":"Compendium.pf2e-animal-companions.AC-Features.KrHyF5BSvYM6tFbB","predicate":{"not":["has-advanced-maneuver"]}},{"key":"ActiveEffectLike","value":3,"mode":"downgrade","path":"data.skills.ste.rank"}],"slug":null,"schema":{"version":0.692,"lastMigration":{"datetime":"2021-11-20T02:33:05.221-05:00","version":{"schema":null,"foundry":"0.8.9","system":"2.19.0.9009"}}},"level":{"value":14},"featType":{"value":"ancestryfeature"},"onlyLevel1":false,"maxTakable":1,"actionType":{"value":"passive"},"actionCategory":{"value":""},"actions":{"value":null},"prerequisites":{"value":[]},"location":"","rarity":{"value":"common"}},"effects":[],"folder":null,"sort":0,"permission":{"default":0,"wT1HOeaOBCFxTCiE":3},"flags":{"core":{"sourceId":"Compendium.pf2e-animal-companions.AC-Feats.wRzmLu4JR4A421So"},"exportSource":{"world":"ac","system":"pf2e","coreVersion":"0.8.8","systemVersion":"2.6.0.6437"}}} -{"_id":"wRzmLu4JR4A421So","name":"Specialized - Ambusher","type":"feat","img":"systems/pf2e/icons/spells/beastmaster-trance.webp","data":{"description":{"value":"Specialized animal companions are more intelligent and engage in more complex behaviors. The first time an animal gains a specialization, it gains the following: Its proficiency rank for unarmed attacks increases to expert. Its proficiency ranks for saving throws and Perception increase to master. Increase its Dexterity modifier by 1 and its Intelligence modifier by 2. Its unarmed attack damage increases from two dice to three dice, and it increases its additional damage with unarmed attacks from 2 to 4 or from 3 to 6.
\nIn your companion's natural environment, it can use a Sneak action even if it's currently observed. Its proficiency rank in Stealth increases to expert (or master if it was already an expert from its type), and its Dexterity modifier increases by 1. Its proficiency rank for unarmored defense increases to expert.
"},"source":{"value":""},"traits":{"value":[],"rarity":"common","custom":""},"rules":[{"key":"ActiveEffectLike","value":2,"mode":"upgrade","path":"data.martial.unarmed.rank"},{"key":"ActiveEffectLike","value":3,"mode":"upgrade","path":"data.saves.fortitude.rank"},{"key":"ActiveEffectLike","value":3,"mode":"upgrade","path":"data.saves.reflex.rank"},{"key":"ActiveEffectLike","value":3,"mode":"upgrade","path":"data.saves.will.rank"},{"key":"ActiveEffectLike","value":3,"mode":"upgrade","path":"data.attributes.perception.rank"},{"key":"ActiveEffectLike","value":2,"mode":"add","path":"data.abilities.dex.value"},{"key":"ActiveEffectLike","value":1,"mode":"add","path":"data.skills.ste.rank"},{"key":"ActiveEffectLike","value":2,"mode":"upgrade","path":"data.skills.ste.rank"},{"key":"ActiveEffectLike","value":2,"mode":"upgrade","path":"data.martial.unarmored.rank"},{"key":"RollOption","domain":"all","option":"self:specialized","priority":1},{"key":"Striking","predicate":{"all":["unarmed"]},"selector":"damage","value":2},{"key":"ActiveEffectLike","value":4,"mode":"upgrade","path":"data.custom.modifiers.additionalDamage","priority":50,"predicate":{"all":["self:nimble"]}},{"key":"ActiveEffectLike","value":6,"mode":"upgrade","path":"data.custom.modifiers.additionalDamage","priority":50,"predicate":{"any":["self:savage","self:genie-touched","self:indomitable"]}},{"key":"GrantItem","uuid":"Compendium.pf2e-animal-companions.AC-Features.KrHyF5BSvYM6tFbB","predicate":{"not":["has-advanced-maneuver"]}},{"key":"ActiveEffectLike","value":3,"mode":"downgrade","path":"data.skills.ste.rank"}],"slug":null,"schema":{"version":0.692,"lastMigration":{"datetime":"2021-11-20T02:33:05.221-05:00","version":{"schema":null,"foundry":"0.8.9","system":"2.19.0.9009"}}},"level":{"value":14},"featType":{"value":"ancestryfeature"},"onlyLevel1":false,"maxTakable":1,"actionType":{"value":"passive"},"actionCategory":{"value":""},"actions":{"value":null},"prerequisites":{"value":[]},"location":"","rarity":{"value":"common"}},"effects":[],"folder":null,"sort":0,"permission":{"default":0,"wT1HOeaOBCFxTCiE":3},"flags":{"core":{"sourceId":"Compendium.pf2e-animal-companions.AC-Feats.wRzmLu4JR4A421So"},"exportSource":{"world":"ac","system":"pf2e","coreVersion":"0.8.8","systemVersion":"2.6.0.6437"}}} -{"_id":"Pa0h9IoePPvnEvUn","name":"Specialized - Daredevil","type":"feat","img":"systems/pf2e/icons/spells/animal-messenger.webp","data":{"description":{"value":"Specialized animal companions are more intelligent and engage in more complex behaviors. The first time an animal gains a specialization, it gains the following: Its proficiency rank for unarmed attacks increases to expert. Its proficiency ranks for saving throws and Perception increase to master. Increase its Dexterity modifier by 1 and its Intelligence modifier by 2. Its unarmed attack damage increases from two dice to three dice, and it increases its additional damage with unarmed attacks from 2 to 4 or from 3 to 6.
\nYour companion joins the fray with graceful leaps and dives. It gains the deny advantage ability, so it isn't flat-footed to hidden, undetected, or flanking creatures unless such a creature's level is greater than yours. Its proficiency rank in Acrobatics increases to master, and its Dexterity modifier increases by 1. Its proficiency rank in unarmored defense increases to expert.
"},"source":{"value":""},"traits":{"value":[],"rarity":"common","custom":""},"rules":[{"key":"ActiveEffectLike","value":2,"mode":"upgrade","path":"data.martial.unarmed.rank"},{"key":"ActiveEffectLike","value":3,"mode":"upgrade","path":"data.saves.fortitude.rank"},{"key":"ActiveEffectLike","value":3,"mode":"upgrade","path":"data.saves.reflex.rank"},{"key":"ActiveEffectLike","value":3,"mode":"upgrade","path":"data.saves.will.rank"},{"key":"ActiveEffectLike","value":3,"mode":"upgrade","path":"data.attributes.perception.rank"},{"key":"ActiveEffectLike","value":3,"mode":"upgrade","path":"data.skills.acr.rank"},{"key":"ActiveEffectLike","value":2,"mode":"upgrade","path":"data.martial.unarmored.rank"},{"key":"ActiveEffectLike","value":3,"mode":"upgrade","path":"data.martial.unarmored.rank","predicate":{"all":["self:nimble"]}},{"key":"ActiveEffectLike","value":2,"mode":"add","path":"data.abilities.dex.value"},{"key":"RollOption","domain":"all","option":"self:specialized","priority":1},{"key":"Striking","predicate":{"all":["unarmed"]},"selector":"damage","value":2},{"key":"ActiveEffectLike","value":4,"mode":"upgrade","path":"data.custom.modifiers.additionalDamage","priority":50,"predicate":{"all":["self:nimble"]}},{"key":"ActiveEffectLike","value":6,"mode":"upgrade","path":"data.custom.modifiers.additionalDamage","priority":50,"predicate":{"any":["self:savage","self:genie-touched","self:indomitable"]}},{"key":"GrantItem","uuid":"Compendium.pf2e-animal-companions.AC-Features.KrHyF5BSvYM6tFbB","predicate":{"not":["has-advanced-maneuver"]}}],"slug":null,"schema":{"version":0.692,"lastMigration":{"datetime":"2021-11-20T02:33:05.210-05:00","version":{"schema":null,"foundry":"0.8.9","system":"2.19.0.9009"}}},"level":{"value":14},"featType":{"value":"ancestryfeature"},"onlyLevel1":false,"maxTakable":1,"actionType":{"value":"passive"},"actionCategory":{"value":""},"actions":{"value":null},"prerequisites":{"value":[]},"location":"","rarity":{"value":"common"}},"effects":[],"folder":null,"sort":0,"permission":{"default":0,"wT1HOeaOBCFxTCiE":3},"flags":{"core":{"sourceId":"Compendium.pf2e-animal-companions.AC-Feats.Pa0h9IoePPvnEvUn"},"exportSource":{"world":"ac","system":"pf2e","coreVersion":"0.8.8","systemVersion":"2.6.0.6437"}}} -{"_id":"Pa0h9IoePPvnEvUn","name":"Specialized - Daredevil","type":"feat","img":"systems/pf2e/icons/spells/animal-messenger.webp","data":{"description":{"value":"Specialized animal companions are more intelligent and engage in more complex behaviors. The first time an animal gains a specialization, it gains the following: Its proficiency rank for unarmed attacks increases to expert. Its proficiency ranks for saving throws and Perception increase to master. Increase its Dexterity modifier by 1 and its Intelligence modifier by 2. Its unarmed attack damage increases from two dice to three dice, and it increases its additional damage with unarmed attacks from 2 to 4 or from 3 to 6.
\nYour companion joins the fray with graceful leaps and dives. It gains the deny advantage ability, so it isn't flat-footed to hidden, undetected, or flanking creatures unless such a creature's level is greater than yours. Its proficiency rank in Acrobatics increases to master, and its Dexterity modifier increases by 1. Its proficiency rank in unarmored defense increases to expert.
"},"source":{"value":""},"traits":{"value":[],"rarity":"common","custom":""},"rules":[{"key":"ActiveEffectLike","value":2,"mode":"upgrade","path":"data.martial.unarmed.rank"},{"key":"ActiveEffectLike","value":3,"mode":"upgrade","path":"data.saves.fortitude.rank"},{"key":"ActiveEffectLike","value":3,"mode":"upgrade","path":"data.saves.reflex.rank"},{"key":"ActiveEffectLike","value":3,"mode":"upgrade","path":"data.saves.will.rank"},{"key":"ActiveEffectLike","value":3,"mode":"upgrade","path":"data.attributes.perception.rank"},{"key":"ActiveEffectLike","value":3,"mode":"upgrade","path":"data.skills.acr.rank"},{"key":"ActiveEffectLike","value":2,"mode":"upgrade","path":"data.martial.unarmored.rank"},{"key":"ActiveEffectLike","value":3,"mode":"upgrade","path":"data.martial.unarmored.rank","predicate":{"all":["self:nimble"]}},{"key":"ActiveEffectLike","value":2,"mode":"add","path":"data.abilities.dex.value"},{"key":"RollOption","domain":"all","option":"self:specialized","priority":1},{"key":"Striking","predicate":{"all":["unarmed"]},"selector":"damage","value":2},{"key":"ActiveEffectLike","value":4,"mode":"upgrade","path":"data.custom.modifiers.additionalDamage","priority":50,"predicate":{"all":["self:nimble"]}},{"key":"ActiveEffectLike","value":6,"mode":"upgrade","path":"data.custom.modifiers.additionalDamage","priority":50,"predicate":{"any":["self:savage","self:genie-touched","self:indomitable"]}},{"key":"GrantItem","uuid":"Compendium.pf2e-animal-companions.AC-Features.KrHyF5BSvYM6tFbB","predicate":{"not":["has-advanced-maneuver"]}}],"slug":null,"schema":{"version":0.692,"lastMigration":{"datetime":"2021-11-20T02:33:05.210-05:00","version":{"schema":null,"foundry":"0.8.9","system":"2.19.0.9009"}}},"level":{"value":14},"featType":{"value":"ancestryfeature"},"onlyLevel1":false,"maxTakable":1,"actionType":{"value":"passive"},"actionCategory":{"value":""},"actions":{"value":null},"prerequisites":{"value":[]},"location":"","rarity":{"value":"common"}},"effects":[],"folder":null,"sort":0,"permission":{"default":0,"wT1HOeaOBCFxTCiE":3},"flags":{"core":{"sourceId":"Compendium.pf2e-animal-companions.AC-Feats.Pa0h9IoePPvnEvUn"},"exportSource":{"world":"ac","system":"pf2e","coreVersion":"0.8.8","systemVersion":"2.6.0.6437"}}} -{"_id":"Pa0h9IoePPvnEvUn","name":"Specialized - Daredevil","type":"feat","img":"systems/pf2e/icons/spells/animal-messenger.webp","data":{"description":{"value":"Specialized animal companions are more intelligent and engage in more complex behaviors. The first time an animal gains a specialization, it gains the following: Its proficiency rank for unarmed attacks increases to expert. Its proficiency ranks for saving throws and Perception increase to master. Increase its Dexterity modifier by 1 and its Intelligence modifier by 2. Its unarmed attack damage increases from two dice to three dice, and it increases its additional damage with unarmed attacks from 2 to 4 or from 3 to 6.
\nYour companion joins the fray with graceful leaps and dives. It gains the deny advantage ability, so it isn't flat-footed to hidden, undetected, or flanking creatures unless such a creature's level is greater than yours. Its proficiency rank in Acrobatics increases to master, and its Dexterity modifier increases by 1. Its proficiency rank in unarmored defense increases to expert.
"},"source":{"value":""},"traits":{"value":[],"rarity":"common","custom":""},"rules":[{"key":"ActiveEffectLike","value":2,"mode":"upgrade","path":"data.martial.unarmed.rank"},{"key":"ActiveEffectLike","value":3,"mode":"upgrade","path":"data.saves.fortitude.rank"},{"key":"ActiveEffectLike","value":3,"mode":"upgrade","path":"data.saves.reflex.rank"},{"key":"ActiveEffectLike","value":3,"mode":"upgrade","path":"data.saves.will.rank"},{"key":"ActiveEffectLike","value":3,"mode":"upgrade","path":"data.attributes.perception.rank"},{"key":"ActiveEffectLike","value":3,"mode":"upgrade","path":"data.skills.acr.rank"},{"key":"ActiveEffectLike","value":2,"mode":"upgrade","path":"data.martial.unarmored.rank"},{"key":"ActiveEffectLike","value":2,"mode":"add","path":"data.abilities.dex.value"},{"key":"RollOption","domain":"all","option":"self:specialized","priority":1},{"key":"Striking","predicate":{"all":["unarmed"]},"selector":"damage","value":2},{"key":"ActiveEffectLike","value":4,"mode":"upgrade","path":"data.custom.modifiers.additionalDamage","priority":50,"predicate":{"all":["self:nimble"]}},{"key":"ActiveEffectLike","value":6,"mode":"upgrade","path":"data.custom.modifiers.additionalDamage","priority":50,"predicate":{"any":["self:savage","self:genie-touched","self:indomitable"]}},{"key":"GrantItem","uuid":"Compendium.pf2e-animal-companions.AC-Features.KrHyF5BSvYM6tFbB","predicate":{"not":["has-advanced-maneuver"]}}],"slug":null,"schema":{"version":0.692,"lastMigration":{"datetime":"2021-11-20T02:33:05.210-05:00","version":{"schema":null,"foundry":"0.8.9","system":"2.19.0.9009"}}},"level":{"value":14},"featType":{"value":"ancestryfeature"},"onlyLevel1":false,"maxTakable":1,"actionType":{"value":"passive"},"actionCategory":{"value":""},"actions":{"value":null},"prerequisites":{"value":[]},"location":"","rarity":{"value":"common"}},"effects":[],"folder":null,"sort":0,"permission":{"default":0,"wT1HOeaOBCFxTCiE":3},"flags":{"core":{"sourceId":"Compendium.pf2e-animal-companions.AC-Feats.Pa0h9IoePPvnEvUn"},"exportSource":{"world":"ac","system":"pf2e","coreVersion":"0.8.8","systemVersion":"2.6.0.6437"}}} -{"_id":"Pa0h9IoePPvnEvUn","name":"Specialized - Daredevil","type":"feat","img":"systems/pf2e/icons/spells/animal-messenger.webp","data":{"description":{"value":"Specialized animal companions are more intelligent and engage in more complex behaviors. The first time an animal gains a specialization, it gains the following: Its proficiency rank for unarmed attacks increases to expert. Its proficiency ranks for saving throws and Perception increase to master. Increase its Dexterity modifier by 1 and its Intelligence modifier by 2. Its unarmed attack damage increases from two dice to three dice, and it increases its additional damage with unarmed attacks from 2 to 4 or from 3 to 6.
\nYour companion joins the fray with graceful leaps and dives. It gains the deny advantage ability, so it isn't flat-footed to hidden, undetected, or flanking creatures unless such a creature's level is greater than yours. Its proficiency rank in Acrobatics increases to master, and its Dexterity modifier increases by 1. Its proficiency rank in unarmored defense increases to expert.
"},"source":{"value":""},"traits":{"value":[],"rarity":"common","custom":""},"rules":[{"key":"ActiveEffectLike","value":2,"mode":"upgrade","path":"data.martial.unarmed.rank"},{"key":"ActiveEffectLike","value":3,"mode":"upgrade","path":"data.saves.fortitude.rank"},{"key":"ActiveEffectLike","value":3,"mode":"upgrade","path":"data.saves.reflex.rank"},{"key":"ActiveEffectLike","value":3,"mode":"upgrade","path":"data.saves.will.rank"},{"key":"ActiveEffectLike","value":3,"mode":"upgrade","path":"data.attributes.perception.rank"},{"key":"ActiveEffectLike","value":3,"mode":"upgrade","path":"data.skills.acr.rank"},{"key":"ActiveEffectLike","value":2,"mode":"upgrade","path":"data.martial.unarmored.rank"},{"key":"ActiveEffectLike","value":2,"mode":"add","path":"data.abilities.dex.value"},{"key":"RollOption","domain":"all","option":"self:specialized","priority":1},{"key":"Striking","predicate":{"all":["unarmed"]},"selector":"damage","value":2},{"key":"ActiveEffectLike","value":4,"mode":"upgrade","path":"data.custom.modifiers.additionalDamage","priority":50,"predicate":{"all":["self:nimble"]}},{"key":"ActiveEffectLike","value":6,"mode":"upgrade","path":"data.custom.modifiers.additionalDamage","priority":50,"predicate":{"any":["self:savage","self:genie-touched","self:indomitable"]}},{"key":"GrantItem","uuid":"Compendium.pf2e-animal-companions.AC-Features.KrHyF5BSvYM6tFbB","predicate":{"not":["has-advanced-maneuver"]}}],"slug":null,"schema":{"version":0.692,"lastMigration":{"datetime":"2021-11-20T02:33:05.210-05:00","version":{"schema":null,"foundry":"0.8.9","system":"2.19.0.9009"}}},"level":{"value":14},"featType":{"value":"ancestryfeature"},"onlyLevel1":false,"maxTakable":1,"actionType":{"value":"passive"},"actionCategory":{"value":""},"actions":{"value":null},"prerequisites":{"value":[]},"location":"","rarity":{"value":"common"}},"effects":[],"folder":null,"sort":0,"permission":{"default":0,"wT1HOeaOBCFxTCiE":3},"flags":{"core":{"sourceId":"Compendium.pf2e-animal-companions.AC-Feats.Pa0h9IoePPvnEvUn"},"exportSource":{"world":"ac","system":"pf2e","coreVersion":"0.8.8","systemVersion":"2.6.0.6437"}}} -{"_id":"lm4QlSITABQKhx5K","name":"Specialized - Shade","type":"feat","img":"systems/pf2e/icons/spells/aerial-form.webp","data":{"description":{"value":"Specialized animal companions are more intelligent and engage in more complex behaviors. The first time an animal gains a specialization, it gains the following: Its proficiency rank for unarmed attacks increases to expert. Its proficiency ranks for saving throws and Perception increase to master. Increase its Dexterity modifier by 1 and its Intelligence modifier by 2. Its unarmed attack damage increases from two dice to three dice, and it increases its additional damage with unarmed attacks from 2 to 4 or from 3 to 6.
\nYour companion's physical form is made, in whole or in part, of shadow. It gains darkvision, resistance 5 to all damage except force, and in areas of dim light or darkness, it can Step 10 feet instead of 5 feet. Its proficiency rank in unarmored defense increases to expert.
"},"source":{"value":""},"traits":{"value":[],"rarity":"common","custom":""},"rules":[{"key":"Sense","label":"PF2E.SensesDarkvision","selector":"darkvision"},{"key":"ActiveEffectLike","value":2,"mode":"upgrade","path":"data.martial.unarmed.rank"},{"key":"ActiveEffectLike","value":3,"mode":"upgrade","path":"data.saves.fortitude.rank"},{"key":"ActiveEffectLike","value":3,"mode":"upgrade","path":"data.saves.reflex.rank"},{"key":"ActiveEffectLike","value":3,"mode":"upgrade","path":"data.saves.will.rank"},{"key":"ActiveEffectLike","value":3,"mode":"upgrade","path":"data.attributes.perception.rank"},{"key":"Striking","predicate":{"all":["unarmed"]},"selector":"damage","value":2},{"key":"ActiveEffectLike","value":6,"mode":"upgrade","path":"data.custom.modifiers.additionalDamage","priority":50,"predicate":{"any":["self:savage","self:genie-touched","self:indomitable"]}},{"key":"ActiveEffectLike","value":4,"mode":"upgrade","path":"data.custom.modifiers.additionalDamage","priority":50,"predicate":{"all":["self:nimble"]}},{"key":"RollOption","domain":"all","option":"self:specialized","priority":1},{"key":"ActiveEffectLike","value":1,"mode":"add","path":"data.martial.unarmored.rank"},{"key":"Resistance","type":"all","value":5,"except":"force"},{"key":"GrantItem","uuid":"Compendium.pf2e-animal-companions.AC-Features.KrHyF5BSvYM6tFbB","predicate":{"not":["has-advanced-maneuver"]}},{"key":"ActiveEffectLike","value":3,"mode":"upgrade","path":"data.martial.unarmored.rank","predicate":{"all":["self:nimble"]}}],"slug":null,"schema":{"version":0.692,"lastMigration":{"datetime":"2021-11-20T02:33:05.217-05:00","version":{"schema":0.656,"foundry":"0.8.9","system":"2.19.0.9009"}}},"level":{"value":14},"featType":{"value":"ancestryfeature"},"onlyLevel1":false,"maxTakable":1,"actionType":{"value":"passive"},"actionCategory":{"value":""},"actions":{"value":null},"prerequisites":{"value":[]},"location":""},"effects":[],"folder":null,"sort":0,"permission":{"default":0,"vD7HMkL8eJh8gXaP":3},"flags":{"core":{"sourceId":"Compendium.pf2e-animal-companions.AC-Feats.lm4QlSITABQKhx5K"}}} -{"_id":"lm4QlSITABQKhx5K","name":"Specialized - Shade","type":"feat","img":"systems/pf2e/icons/spells/aerial-form.webp","data":{"description":{"value":"Specialized animal companions are more intelligent and engage in more complex behaviors. The first time an animal gains a specialization, it gains the following: Its proficiency rank for unarmed attacks increases to expert. Its proficiency ranks for saving throws and Perception increase to master. Increase its Dexterity modifier by 1 and its Intelligence modifier by 2. Its unarmed attack damage increases from two dice to three dice, and it increases its additional damage with unarmed attacks from 2 to 4 or from 3 to 6.
\nYour companion's physical form is made, in whole or in part, of shadow. It gains darkvision, resistance 5 to all damage except force, and in areas of dim light or darkness, it can Step 10 feet instead of 5 feet. Its proficiency rank in unarmored defense increases to expert.
"},"source":{"value":""},"traits":{"value":[],"rarity":"common","custom":""},"rules":[{"key":"Sense","label":"PF2E.SensesDarkvision","selector":"darkvision"},{"key":"ActiveEffectLike","value":2,"mode":"upgrade","path":"data.martial.unarmed.rank"},{"key":"ActiveEffectLike","value":3,"mode":"upgrade","path":"data.saves.fortitude.rank"},{"key":"ActiveEffectLike","value":3,"mode":"upgrade","path":"data.saves.reflex.rank"},{"key":"ActiveEffectLike","value":3,"mode":"upgrade","path":"data.saves.will.rank"},{"key":"ActiveEffectLike","value":3,"mode":"upgrade","path":"data.attributes.perception.rank"},{"key":"Striking","predicate":{"all":["unarmed"]},"selector":"damage","value":2},{"key":"ActiveEffectLike","value":6,"mode":"upgrade","path":"data.custom.modifiers.additionalDamage","priority":50,"predicate":{"any":["self:savage","self:genie-touched","self:indomitable"]}},{"key":"ActiveEffectLike","value":4,"mode":"upgrade","path":"data.custom.modifiers.additionalDamage","priority":50,"predicate":{"all":["self:nimble"]}},{"key":"RollOption","domain":"all","option":"self:specialized","priority":1},{"key":"ActiveEffectLike","value":1,"mode":"add","path":"data.martial.unarmored.rank"},{"key":"Resistance","type":"all","value":5,"except":"force"},{"key":"GrantItem","uuid":"Compendium.pf2e-animal-companions.AC-Features.KrHyF5BSvYM6tFbB","predicate":{"not":["has-advanced-maneuver"]}},{"key":"ActiveEffectLike","value":3,"mode":"upgrade","path":"data.martial.unarmored.rank","predicate":{"all":["self:nimble"]}}],"slug":null,"schema":{"version":0.692,"lastMigration":{"datetime":"2021-11-20T02:33:05.217-05:00","version":{"schema":0.656,"foundry":"0.8.9","system":"2.19.0.9009"}}},"level":{"value":14},"featType":{"value":"ancestryfeature"},"onlyLevel1":false,"maxTakable":1,"actionType":{"value":"passive"},"actionCategory":{"value":""},"actions":{"value":null},"prerequisites":{"value":[]},"location":""},"effects":[],"folder":null,"sort":0,"permission":{"default":0,"vD7HMkL8eJh8gXaP":3},"flags":{"core":{"sourceId":"Compendium.pf2e-animal-companions.AC-Feats.lm4QlSITABQKhx5K"}}} -{"_id":"lm4QlSITABQKhx5K","name":"Specialized - Shade","type":"feat","img":"systems/pf2e/icons/spells/aerial-form.webp","data":{"description":{"value":"Specialized animal companions are more intelligent and engage in more complex behaviors. The first time an animal gains a specialization, it gains the following: Its proficiency rank for unarmed attacks increases to expert. Its proficiency ranks for saving throws and Perception increase to master. Increase its Dexterity modifier by 1 and its Intelligence modifier by 2. Its unarmed attack damage increases from two dice to three dice, and it increases its additional damage with unarmed attacks from 2 to 4 or from 3 to 6.
\nYour companion's physical form is made, in whole or in part, of shadow. It gains darkvision, resistance 5 to all damage except force, and in areas of dim light or darkness, it can Step 10 feet instead of 5 feet. Its proficiency rank in unarmored defense increases to expert.
"},"source":{"value":""},"traits":{"value":[],"rarity":"common","custom":""},"rules":[{"key":"Sense","label":"PF2E.SensesDarkvision","selector":"darkvision"},{"key":"ActiveEffectLike","value":2,"mode":"upgrade","path":"data.martial.unarmed.rank"},{"key":"ActiveEffectLike","value":3,"mode":"upgrade","path":"data.saves.fortitude.rank"},{"key":"ActiveEffectLike","value":3,"mode":"upgrade","path":"data.saves.reflex.rank"},{"key":"ActiveEffectLike","value":3,"mode":"upgrade","path":"data.saves.will.rank"},{"key":"ActiveEffectLike","value":3,"mode":"upgrade","path":"data.attributes.perception.rank"},{"key":"Striking","predicate":{"all":["unarmed"]},"selector":"damage","value":2},{"key":"ActiveEffectLike","value":6,"mode":"upgrade","path":"data.custom.modifiers.additionalDamage","priority":50,"predicate":{"any":["self:savage","self:genie-touched","self:indomitable"]}},{"key":"ActiveEffectLike","value":4,"mode":"upgrade","path":"data.custom.modifiers.additionalDamage","priority":50,"predicate":{"all":["self:nimble"]}},{"key":"RollOption","domain":"all","option":"self:specialized","priority":1},{"key":"ActiveEffectLike","value":1,"mode":"add","path":"data.martial.unarmored.rank"},{"key":"Resistance","type":"all","value":5,"except":"force"},{"key":"GrantItem","uuid":"Compendium.pf2e-animal-companions.AC-Features.KrHyF5BSvYM6tFbB","predicate":{"not":["has-advanced-maneuver"]}}],"slug":null,"schema":{"version":0.692,"lastMigration":{"datetime":"2021-11-20T02:33:05.217-05:00","version":{"schema":0.656,"foundry":"0.8.9","system":"2.19.0.9009"}}},"level":{"value":14},"featType":{"value":"ancestryfeature"},"onlyLevel1":false,"maxTakable":1,"actionType":{"value":"passive"},"actionCategory":{"value":""},"actions":{"value":null},"prerequisites":{"value":[]},"location":""},"effects":[],"folder":null,"sort":0,"permission":{"default":0,"vD7HMkL8eJh8gXaP":3},"flags":{"core":{"sourceId":"Compendium.pf2e-animal-companions.AC-Feats.lm4QlSITABQKhx5K"}}} -{"_id":"lm4QlSITABQKhx5K","name":"Specialized - Shade","type":"feat","img":"systems/pf2e/icons/spells/aerial-form.webp","data":{"description":{"value":"Specialized animal companions are more intelligent and engage in more complex behaviors. The first time an animal gains a specialization, it gains the following: Its proficiency rank for unarmed attacks increases to expert. Its proficiency ranks for saving throws and Perception increase to master. Increase its Dexterity modifier by 1 and its Intelligence modifier by 2. Its unarmed attack damage increases from two dice to three dice, and it increases its additional damage with unarmed attacks from 2 to 4 or from 3 to 6.
\nYour companion's physical form is made, in whole or in part, of shadow. It gains darkvision, resistance 5 to all damage except force, and in areas of dim light or darkness, it can Step 10 feet instead of 5 feet. Its proficiency rank in unarmored defense increases to expert.
"},"source":{"value":""},"traits":{"value":[],"rarity":"common","custom":""},"rules":[{"key":"Sense","label":"PF2E.SensesDarkvision","selector":"darkvision"},{"key":"ActiveEffectLike","value":2,"mode":"upgrade","path":"data.martial.unarmed.rank"},{"key":"ActiveEffectLike","value":3,"mode":"upgrade","path":"data.saves.fortitude.rank"},{"key":"ActiveEffectLike","value":3,"mode":"upgrade","path":"data.saves.reflex.rank"},{"key":"ActiveEffectLike","value":3,"mode":"upgrade","path":"data.saves.will.rank"},{"key":"ActiveEffectLike","value":3,"mode":"upgrade","path":"data.attributes.perception.rank"},{"key":"Striking","predicate":{"all":["unarmed"]},"selector":"damage","value":2},{"key":"ActiveEffectLike","value":6,"mode":"upgrade","path":"data.custom.modifiers.additionalDamage","priority":50,"predicate":{"any":["self:savage","self:genie-touched","self:indomitable"]}},{"key":"ActiveEffectLike","value":4,"mode":"upgrade","path":"data.custom.modifiers.additionalDamage","priority":50,"predicate":{"all":["self:nimble"]}},{"key":"RollOption","domain":"all","option":"self:specialized","priority":1},{"key":"ActiveEffectLike","value":1,"mode":"add","path":"data.martial.unarmored.rank"},{"key":"Resistance","type":"all","value":5,"except":"force"},{"key":"GrantItem","uuid":"Compendium.pf2e-animal-companions.AC-Features.KrHyF5BSvYM6tFbB","predicate":{"not":["has-advanced-maneuver"]}}],"slug":null,"schema":{"version":0.692,"lastMigration":{"datetime":"2021-11-20T02:33:05.217-05:00","version":{"schema":0.656,"foundry":"0.8.9","system":"2.19.0.9009"}}},"level":{"value":14},"featType":{"value":"ancestryfeature"},"onlyLevel1":false,"maxTakable":1,"actionType":{"value":"passive"},"actionCategory":{"value":""},"actions":{"value":null},"prerequisites":{"value":[]},"location":""},"effects":[],"folder":null,"sort":0,"permission":{"default":0,"vD7HMkL8eJh8gXaP":3},"flags":{"core":{"sourceId":"Compendium.pf2e-animal-companions.AC-Feats.lm4QlSITABQKhx5K"}}} +{"_id":"umbj0foct0eZ7Jcj","name":"Specialized - Tracker","type":"feat","img":"systems/pf2e/icons/spells/juvenile-companion.webp","data":{"description":{"value":"Specialized animal companions are more intelligent and engage in more complex behaviors. The first time an animal gains a specialization, it gains the following: Its proficiency rank for unarmed attacks increases to expert. Its proficiency ranks for saving throws and Perception increase to master. Increase its Dexterity modifier by 1 and its Intelligence modifier by 2. Its unarmed attack damage increases from two dice to three dice, and it increases its additional damage with unarmed attacks from 2 to 4 or from 3 to 6.
\nYour companion is an incredible tracker. It can move at full Speed while following tracks. Its proficiency rank in Survival increases to expert (or master if it was already an expert from its type), and its Wisdom modifier increases by 1.
"},"source":{"value":""},"traits":{"value":[],"rarity":"common","custom":""},"rules":[{"key":"ActiveEffectLike","value":2,"mode":"upgrade","path":"data.martial.unarmed.rank"},{"key":"ActiveEffectLike","value":3,"mode":"upgrade","path":"data.saves.fortitude.rank"},{"key":"ActiveEffectLike","value":3,"mode":"upgrade","path":"data.saves.reflex.rank"},{"key":"ActiveEffectLike","value":3,"mode":"upgrade","path":"data.saves.will.rank"},{"key":"ActiveEffectLike","value":3,"mode":"upgrade","path":"data.attributes.perception.rank"},{"key":"ActiveEffectLike","value":1,"mode":"add","path":"data.skills.sur.rank"},{"key":"ActiveEffectLike","value":2,"mode":"upgrade","path":"data.skills.sur.rank"},{"key":"ActiveEffectLike","value":2,"mode":"add","path":"data.abilities.wis.value"},{"key":"RollOption","domain":"all","option":"self:specialized","priority":1},{"key":"Striking","predicate":{"all":["unarmed"]},"selector":"damage","value":2},{"key":"ActiveEffectLike","value":4,"mode":"upgrade","path":"data.custom.modifiers.additionalDamage","priority":50,"predicate":{"all":["self:nimble"]}},{"key":"ActiveEffectLike","value":6,"mode":"upgrade","path":"data.custom.modifiers.additionalDamage","priority":50,"predicate":{"any":["self:savage","self:genie-touched","self:indomitable","self:unseen"]}},{"key":"GrantItem","uuid":"Compendium.pf2e-animal-companions.AC-Features.KrHyF5BSvYM6tFbB","predicate":{"not":["has-advanced-maneuver"]}}],"slug":null,"schema":{"version":0.692,"lastMigration":{"datetime":"2021-11-20T02:33:05.219-05:00","version":{"schema":null,"foundry":"0.8.9","system":"2.19.0.9009"}}},"level":{"value":14},"featType":{"value":"ancestryfeature"},"actionType":{"value":"passive"},"actionCategory":{"value":""},"actions":{"value":null},"prerequisites":{"value":[]},"location":"","rarity":{"value":"common"}},"effects":[],"folder":null,"sort":0,"permission":{"default":0,"wT1HOeaOBCFxTCiE":3},"flags":{"core":{"sourceId":"Compendium.pf2e-animal-companions.AC-Feats.umbj0foct0eZ7Jcj"},"exportSource":{"world":"ac","system":"pf2e","coreVersion":"0.8.8","systemVersion":"2.6.0.6437"}}} +{"_id":"wDiFVxRBktQVj7uI","name":"Specialized - Racer","type":"feat","img":"systems/pf2e/icons/spells/heal-animal.webp","data":{"description":{"value":"Specialized animal companions are more intelligent and engage in more complex behaviors. The first time an animal gains a specialization, it gains the following: Its proficiency rank for unarmed attacks increases to expert. Its proficiency ranks for saving throws and Perception increase to master. Increase its Dexterity modifier by 1 and its Intelligence modifier by 2. Its unarmed attack damage increases from two dice to three dice, and it increases its additional damage with unarmed attacks from 2 to 4 or from 3 to 6.
\nYour companion races. It gains a +10-foot status bonus to its Speed, swim Speed, or fly Speed (your choice). Its proficiency in Fortitude saves increases to legendary, and its Constitution modifier increases by 1.
"},"source":{"value":""},"traits":{"value":[],"rarity":"common","custom":""},"rules":[{"key":"ActiveEffectLike","value":2,"mode":"upgrade","path":"data.martial.unarmed.rank"},{"key":"ActiveEffectLike","value":3,"mode":"upgrade","path":"data.saves.fortitude.rank"},{"key":"ActiveEffectLike","value":3,"mode":"upgrade","path":"data.saves.reflex.rank"},{"key":"ActiveEffectLike","value":3,"mode":"upgrade","path":"data.saves.will.rank"},{"key":"ActiveEffectLike","value":3,"mode":"upgrade","path":"data.attributes.perception.rank"},{"key":"ActiveEffectLike","value":2,"mode":"add","path":"data.abilities.con.value"},{"key":"ActiveEffectLike","value":4,"mode":"upgrade","path":"data.saves.fortitude.rank"},{"key":"RollOption","domain":"all","option":"self:specialized","priority":1},{"key":"Striking","predicate":{"all":["unarmed"]},"selector":"damage","value":2},{"key":"ActiveEffectLike","value":4,"mode":"upgrade","path":"data.custom.modifiers.additionalDamage","priority":50,"predicate":{"all":["self:nimble"]}},{"key":"ActiveEffectLike","value":6,"mode":"upgrade","path":"data.custom.modifiers.additionalDamage","priority":50,"predicate":{"any":["self:savage","self:genie-touched","self:indomitable","self:unseen"]}},{"key":"GrantItem","uuid":"Compendium.pf2e-animal-companions.AC-Features.KrHyF5BSvYM6tFbB","predicate":{"not":["has-advanced-maneuver"]}},{"adjustName":false,"choices":[{"label":"PF2E.SpeedTypesLand","value":"land"},{"label":"PF2E.SpeedTypesSwim","value":"swim"},{"label":"PF2E.SpeedTypesSwim","value":"fly"}],"flag":"racerSpeedBonus","key":"ChoiceSet","prompt":"PF2E.UI.RuleElements.ChoiceSet.Prompt"},{"key":"FlatModifier","selector":"{item|flags.pf2e.rulesSelections.racerSpeedBonus}-speed","value":10,"type":"status"}],"slug":null,"schema":{"version":0.692,"lastMigration":{"datetime":"2021-11-20T02:33:05.220-05:00","version":{"schema":null,"foundry":"0.8.9","system":"2.19.0.9009"}}},"level":{"value":14},"featType":{"value":"ancestryfeature"},"actionType":{"value":"passive"},"actionCategory":{"value":""},"actions":{"value":null},"prerequisites":{"value":[]},"location":"","rarity":{"value":"common"}},"effects":[],"folder":null,"sort":0,"permission":{"default":0,"wT1HOeaOBCFxTCiE":3},"flags":{"core":{"sourceId":"Compendium.pf2e-animal-companions.AC-Feats.wDiFVxRBktQVj7uI"},"exportSource":{"world":"ac","system":"pf2e","coreVersion":"0.8.8","systemVersion":"2.6.0.6437"}}} +{"_id":"wRzmLu4JR4A421So","name":"Specialized - Ambusher","type":"feat","img":"systems/pf2e/icons/spells/beastmaster-trance.webp","data":{"description":{"value":"Specialized animal companions are more intelligent and engage in more complex behaviors. The first time an animal gains a specialization, it gains the following: Its proficiency rank for unarmed attacks increases to expert. Its proficiency ranks for saving throws and Perception increase to master. Increase its Dexterity modifier by 1 and its Intelligence modifier by 2. Its unarmed attack damage increases from two dice to three dice, and it increases its additional damage with unarmed attacks from 2 to 4 or from 3 to 6.
\nIn your companion's natural environment, it can use a Sneak action even if it's currently observed. Its proficiency rank in Stealth increases to expert (or master if it was already an expert from its type), and its Dexterity modifier increases by 1. Its proficiency rank for unarmored defense increases to expert.
"},"source":{"value":""},"traits":{"value":[],"rarity":"common","custom":""},"rules":[{"key":"ActiveEffectLike","value":2,"mode":"upgrade","path":"data.martial.unarmed.rank"},{"key":"ActiveEffectLike","value":3,"mode":"upgrade","path":"data.saves.fortitude.rank"},{"key":"ActiveEffectLike","value":3,"mode":"upgrade","path":"data.saves.reflex.rank"},{"key":"ActiveEffectLike","value":3,"mode":"upgrade","path":"data.saves.will.rank"},{"key":"ActiveEffectLike","value":3,"mode":"upgrade","path":"data.attributes.perception.rank"},{"key":"ActiveEffectLike","value":2,"mode":"add","path":"data.abilities.dex.value"},{"key":"ActiveEffectLike","value":1,"mode":"add","path":"data.skills.ste.rank"},{"key":"ActiveEffectLike","value":2,"mode":"upgrade","path":"data.skills.ste.rank"},{"key":"ActiveEffectLike","value":2,"mode":"upgrade","path":"data.martial.unarmored.rank"},{"key":"RollOption","domain":"all","option":"self:specialized","priority":1},{"key":"Striking","predicate":{"all":["unarmed"]},"selector":"damage","value":2},{"key":"ActiveEffectLike","value":4,"mode":"upgrade","path":"data.custom.modifiers.additionalDamage","priority":50,"predicate":{"all":["self:nimble"]}},{"key":"ActiveEffectLike","value":6,"mode":"upgrade","path":"data.custom.modifiers.additionalDamage","priority":50,"predicate":{"any":["self:savage","self:genie-touched","self:indomitable","self:unseen"]}},{"key":"GrantItem","uuid":"Compendium.pf2e-animal-companions.AC-Features.KrHyF5BSvYM6tFbB","predicate":{"not":["has-advanced-maneuver"]}},{"key":"ActiveEffectLike","value":3,"mode":"downgrade","path":"data.skills.ste.rank"}],"slug":null,"schema":{"version":0.692,"lastMigration":{"datetime":"2021-11-20T02:33:05.221-05:00","version":{"schema":null,"foundry":"0.8.9","system":"2.19.0.9009"}}},"level":{"value":14},"featType":{"value":"ancestryfeature"},"onlyLevel1":false,"maxTakable":1,"actionType":{"value":"passive"},"actionCategory":{"value":""},"actions":{"value":null},"prerequisites":{"value":[]},"location":"","rarity":{"value":"common"}},"effects":[],"folder":null,"sort":0,"permission":{"default":0,"wT1HOeaOBCFxTCiE":3},"flags":{"core":{"sourceId":"Compendium.pf2e-animal-companions.AC-Feats.wRzmLu4JR4A421So"},"exportSource":{"world":"ac","system":"pf2e","coreVersion":"0.8.8","systemVersion":"2.6.0.6437"}}} +{"_id":"wZXL6VgEK88BCF0C","name":"Specialized - Wrecker","type":"feat","img":"systems/pf2e/icons/spells/shapechange.webp","data":{"description":{"value":"Specialized animal companions are more intelligent and engage in more complex behaviors. The first time an animal gains a specialization, it gains the following: Its proficiency rank for unarmed attacks increases to expert. Its proficiency ranks for saving throws and Perception increase to master. Increase its Dexterity modifier by 1 and its Intelligence modifier by 2. Its unarmed attack damage increases from two dice to three dice, and it increases its additional damage with unarmed attacks from 2 to 4 or from 3 to 6.
\nYour companion smashes things. Its unarmed attacks ignore half an object's Hardness. Its Athletics proficiency increases to master, and its Strength modifier increases by 1.
"},"source":{"value":""},"traits":{"value":[],"rarity":"common","custom":""},"rules":[{"key":"ActiveEffectLike","value":2,"mode":"upgrade","path":"data.martial.unarmed.rank"},{"key":"ActiveEffectLike","value":3,"mode":"upgrade","path":"data.saves.fortitude.rank"},{"key":"ActiveEffectLike","value":3,"mode":"upgrade","path":"data.saves.reflex.rank"},{"key":"ActiveEffectLike","value":3,"mode":"upgrade","path":"data.saves.will.rank"},{"key":"ActiveEffectLike","value":3,"mode":"upgrade","path":"data.attributes.perception.rank"},{"key":"ActiveEffectLike","value":3,"mode":"upgrade","path":"data.skills.ath.rank"},{"key":"ActiveEffectLike","value":2,"mode":"add","path":"data.abilities.str.value"},{"key":"RollOption","domain":"all","option":"self:specialized","priority":1},{"key":"Striking","predicate":{"all":["unarmed"]},"selector":"damage","value":2},{"key":"ActiveEffectLike","value":4,"mode":"upgrade","path":"data.custom.modifiers.additionalDamage","priority":50,"predicate":{"all":["self:nimble"]}},{"key":"ActiveEffectLike","value":6,"mode":"upgrade","path":"data.custom.modifiers.additionalDamage","priority":50,"predicate":{"any":["self:savage","self:genie-touched","self:indomitable","self:unseen"]}},{"key":"GrantItem","uuid":"Compendium.pf2e-animal-companions.AC-Features.KrHyF5BSvYM6tFbB","predicate":{"not":["has-advanced-maneuver"]}}],"slug":null,"schema":{"version":0.692,"lastMigration":{"datetime":"2021-11-20T02:33:05.222-05:00","version":{"schema":null,"foundry":"0.8.9","system":"2.19.0.9009"}}},"level":{"value":14},"featType":{"value":"ancestryfeature"},"actionType":{"value":"passive"},"actionCategory":{"value":""},"actions":{"value":null},"prerequisites":{"value":[]},"location":"","rarity":{"value":"common"}},"effects":[],"folder":null,"sort":0,"permission":{"default":0,"wT1HOeaOBCFxTCiE":3},"flags":{"core":{"sourceId":"Compendium.pf2e-animal-companions.AC-Feats.wZXL6VgEK88BCF0C"},"exportSource":{"world":"ac","system":"pf2e","coreVersion":"0.8.8","systemVersion":"2.6.0.6437"}}} diff --git a/packs/ac-features.db b/packs/ac-features.db index e3b8151..f7ee5aa 100644 --- a/packs/ac-features.db +++ b/packs/ac-features.db @@ -34,7 +34,7 @@ {"_id":"JcYmSwl3FCjqFEMm","name":"Marauding Dragon","type":"feat","img":"systems/pf2e/icons/spells/dragon-breath.webp","data":{"description":{"value":"Str 18, Dex 14, Con 16, Int 10, Wis 10, Cha 10; +2 AC (+3 Dex cap)
"},"source":{"value":"Pathfinder Secrets of Magic"},"traits":{"value":[],"rarity":"common","custom":""},"rules":[{"key":"ActiveEffectLike","value":18,"mode":"upgrade","path":"data.abilities.str.value"},{"key":"ActiveEffectLike","value":14,"mode":"upgrade","path":"data.abilities.dex.value"},{"key":"ActiveEffectLike","value":16,"mode":"upgrade","path":"data.abilities.con.value"},{"key":"ActiveEffectLike","value":10,"mode":"upgrade","path":"data.abilities.int.value"},{"key":"ActiveEffectLike","value":10,"mode":"upgrade","path":"data.abilities.wis.value"},{"key":"ActiveEffectLike","value":10,"mode":"upgrade","path":"data.abilities.cha.value"},{"key":"FlatModifier","selector":"ac","type":"item","value":2},{"key":"DexterityModifierCap","value":3}],"slug":null,"schema":{"version":0.71,"lastMigration":{"datetime":"2021-12-30T22:06:13.029-05:00","version":{"schema":0.709,"foundry":"9.238","system":"3.1.3"}}},"level":{"value":1},"featType":{"value":"ancestryfeature"},"actionType":{"value":"passive"},"actionCategory":{"value":""},"actions":{"value":null},"prerequisites":{"value":[]},"location":""},"effects":[],"folder":null,"sort":0,"permission":{"default":0,"0tWA9mscoVx3YLRI":3},"flags":{"core":{"sourceId":"Item.oQ4aTLTv0qU7sRGG"}}} {"_id":"KKOgokqHa7RjVDN6","name":"Animal Companion","type":"class","img":"systems/pf2e/icons/default-icons/class.svg","data":{"description":{"value":""},"source":{"value":""},"traits":{"value":[],"rarity":"common","custom":""},"rules":[{"key":"ActiveEffectLike","value":1,"mode":"add","path":"data.skills.acr.rank"},{"key":"ActiveEffectLike","value":1,"mode":"add","path":"data.skills.ath.rank"},{"key":"ActiveEffectLike","value":1,"mode":"upgrade","path":"data.attributes.perception.rank"},{"key":"ActiveEffectLike","value":1,"mode":"upgrade","path":"data.martial.unarmed.rank"},{"key":"ActiveEffectLike","value":-8,"mode":"add","path":"data.abilities.int.value"},{"key":"ActiveEffectLike","mode":"override","path":"flags.pf2e.disableABP","value":true,"priority":10},{"key":"ActiveEffectLike","value":4,"mode":"add","path":"data.abilities.int.value","predicate":{"all":["self:specialized"]},"phase":"beforeDerived"},{"key":"ActiveEffectLike","value":2,"mode":"add","path":"data.abilities.dex.value","predicate":{"all":["self:specialized"]},"phase":"beforeDerived"},{"key":"ActorTraits","add":["minion"]}],"slug":null,"schema":{"version":0.719,"lastMigration":{"datetime":"2022-02-11T15:01:49.398-05:00","version":{"schema":0.692,"foundry":"9.249","system":"3.3.1"}}},"keyAbility":{"value":[]},"items":{},"hp":6,"trainedSkills":{"value":["acr","ath"],"additional":0},"perception":1,"savingThrows":{"fortitude":1,"reflex":1,"will":1},"attacks":{"simple":0,"martial":0,"advanced":0,"unarmed":1,"other":{"name":"","rank":0}},"defenses":{"unarmored":1,"light":0,"medium":0,"heavy":0},"classDC":0,"ancestryFeatLevels":{"value":[]},"classFeatLevels":{"value":[]},"generalFeatLevels":{"value":[]},"skillFeatLevels":{"value":[]},"skillIncreaseLevels":{"value":[]},"abilityBoostLevels":{"value":[]},"rarity":{"value":"common"}},"effects":[],"folder":null,"sort":0,"permission":{"default":0,"rDxs69lNqIFN75Bl":3,"thw0Ox3kKEThnAFP":3},"flags":{"core":{"sourceId":"Compendium.pf2e-animal-companions.AC-Ancestries-and-Class.h6Ybhv5URar01WPk"},"exportSource":{"world":"ac","system":"pf2e","coreVersion":"0.8.8","systemVersion":"2.6.0.6437"}}} {"_id":"Kgt1NyBesS3rohzb","name":"Badger Rage","type":"effect","img":"systems/pf2e/icons/features/classes/rage.webp","data":{"description":{"value":"While raging, the badger is affected in the following ways.
\nIt deals 4 additional damage with its bite attacks and 2 additional damage with its claw attacks.
\nIt takes a –1 penalty to AC.
\nIt can’t use actions that have the concentrate trait unless they also have the rage trait. The animal companion can Seek even while raging.
"},"source":{"value":""},"traits":{"value":[],"rarity":{"value":"common"},"custom":""},"rules":[{"key":"FlatModifier","name":"rage-ac","selector":"ac","value":-1},{"key":"FlatModifier","slug":"rage-bite","selector":"jaws-damage","value":4},{"key":"FlatModifier","slug":"rage-claws","selector":"claw-damage","value":2}],"slug":null,"schema":{"version":0.692,"lastMigration":{"datetime":"2021-11-20T02:33:08.144-05:00","version":{"schema":null,"foundry":"0.8.9","system":"2.19.0.9009"}}},"level":{"value":1},"duration":{"value":1,"unit":"minutes","sustained":false,"expiry":"turn-start"},"start":{"value":0,"initiative":null},"target":null,"tokenIcon":{"show":false},"badge":null,"rarity":{"value":"common"}},"effects":[],"folder":null,"sort":0,"permission":{"default":0,"wT1HOeaOBCFxTCiE":3},"flags":{"core":{"sourceId":"Compendium.pf2e-animal-companions.AC-Features.Kgt1NyBesS3rohzb"}}} -{"_id":"KrHyF5BSvYM6tFbB","name":"Advanced Maneuver","type":"feat","img":"systems/pf2e/icons/default-icons/feats.webp","data":{"description":{"value":""},"source":{"value":""},"traits":{"value":[],"rarity":"common","custom":""},"rules":[{"key":"GrantItem","uuid":"Compendium.pf2e-animal-companions.AC-Advanced-Maneuvers.ODGf6brAHHKrSAPo","predicate":{"not":["has-advanced-maneuver"],"all":["self:ancestry:bat"]},"replaceSelf":true},{"key":"GrantItem","uuid":"Compendium.pf2e-animal-companions.AC-Advanced-Maneuvers.WdTzlCO2i4loeYkQ","predicate":{"not":["has-advanced-maneuver"],"all":["self:ancestry:moth"]},"replaceSelf":true},{"key":"GrantItem","uuid":"Compendium.pf2e-animal-companions.AC-Advanced-Maneuvers.q0Vh2V6KlzdMi1Pv","predicate":{"not":["has-advanced-maneuver"],"all":["self:ancestry:cave-gecko"]},"replaceSelf":true},{"key":"GrantItem","uuid":"Compendium.pf2e-animal-companions.AC-Advanced-Maneuvers.FKh7ZMNyKxgnV7kI","predicate":{"not":["has-advanced-maneuver"],"all":["self:ancestry:arboreal-sapling"]},"replaceSelf":true},{"key":"GrantItem","uuid":"Compendium.pf2e-animal-companions.AC-Advanced-Maneuvers.Upr7u0KhPAIMOqXv","predicate":{"not":["has-advanced-maneuver"],"all":["self:ancestry:ulgrem-lurann"]},"replaceSelf":true},{"key":"GrantItem","uuid":"Compendium.pf2e-animal-companions.AC-Advanced-Maneuvers.F98ajoIakyOPEuwj","predicate":{"not":["has-advanced-maneuver"],"all":["self:ancestry:shark"]},"replaceSelf":true},{"key":"GrantItem","uuid":"Compendium.pf2e-animal-companions.AC-Advanced-Maneuvers.PAXJgysWqv3T0tTD","predicate":{"not":["has-advanced-maneuver"],"all":["self:ancestry:camel"]},"replaceSelf":true},{"key":"GrantItem","uuid":"Compendium.pf2e-animal-companions.AC-Advanced-Maneuvers.7C9iFWBpEOJs4Uo2","predicate":{"not":["has-advanced-maneuver"],"all":["self:ancestry:pterosaur"]},"replaceSelf":true},{"key":"GrantItem","uuid":"Compendium.pf2e-animal-companions.AC-Advanced-Maneuvers.uR3j6TAJFeOVUHpY","predicate":{"not":["has-advanced-maneuver"],"all":["self:ancestry:monitor-lizard"]},"replaceSelf":true},{"key":"GrantItem","uuid":"Compendium.pf2e-animal-companions.AC-Advanced-Maneuvers.xssFjTXqGlsaddvl","predicate":{"not":["has-advanced-maneuver"],"all":["self:ancestry:wolf"]},"replaceSelf":true},{"key":"GrantItem","uuid":"Compendium.pf2e-animal-companions.AC-Advanced-Maneuvers.7H8wqKtsAaSgyLyp","predicate":{"not":["has-advanced-maneuver"],"all":["self:ancestry:scorpion"]},"replaceSelf":true},{"key":"GrantItem","uuid":"Compendium.pf2e-animal-companions.AC-Advanced-Maneuvers.oisXYTTYE0TABboA","predicate":{"not":["has-advanced-maneuver"],"all":["self:ancestry:hyena"]},"replaceSelf":true},{"key":"GrantItem","uuid":"Compendium.pf2e-animal-companions.AC-Advanced-Maneuvers.tsOaXTRWQvsKTyaL","predicate":{"not":["has-advanced-maneuver"],"any":["self:ancestry:horse","self:ancestry:skeletal-mount"]},"replaceSelf":true},{"key":"GrantItem","uuid":"Compendium.pf2e-animal-companions.AC-Advanced-Maneuvers.0WtqP7Wei3AxHh5M","predicate":{"not":["has-advanced-maneuver"],"all":["self:ancestry:ape"]},"replaceSelf":true},{"key":"GrantItem","uuid":"Compendium.pf2e-animal-companions.AC-Advanced-Maneuvers.X4VjMfVVAjZjwcrT","predicate":{"not":["has-advanced-maneuver"],"all":["self:ancestry:bird"]},"replaceSelf":true},{"key":"GrantItem","uuid":"Compendium.pf2e-animal-companions.AC-Advanced-Maneuvers.g4JEtCnKXyY4LJpm","predicate":{"not":["has-advanced-maneuver"],"all":["self:ancestry:vulture"]},"replaceSelf":true},{"key":"GrantItem","uuid":"Compendium.pf2e-animal-companions.AC-Advanced-Maneuvers.pMPtswKNokDNyYR2","predicate":{"not":["has-advanced-maneuver"],"all":["self:ancestry:pangolin"]},"replaceSelf":true},{"key":"GrantItem","uuid":"Compendium.pf2e-animal-companions.AC-Advanced-Maneuvers.cpMkN79PdNci3nGp","predicate":{"not":["has-advanced-maneuver"],"all":["self:ancestry:capybara"]},"replaceSelf":true},{"key":"GrantItem","uuid":"Compendium.pf2e-animal-companions.AC-Advanced-Maneuvers.ttJ1CanrAuehoSV8","predicate":{"not":["has-advanced-maneuver"],"all":["self:ancestry:crocodile"]},"replaceSelf":true},{"key":"GrantItem","uuid":"Compendium.pf2e-animal-companions.AC-Advanced-Maneuvers.ClUiCoBn3lHBBK5c","predicate":{"not":["has-advanced-maneuver"],"all":["self:ancestry:dromaeosaur"]},"replaceSelf":true},{"key":"GrantItem","uuid":"Compendium.pf2e-animal-companions.AC-Advanced-Maneuvers.kKW68gi1FNJlNSOp","predicate":{"not":["has-advanced-maneuver"],"all":["self:ancestry:snake"]},"replaceSelf":true},{"key":"GrantItem","uuid":"Compendium.pf2e-animal-companions.AC-Advanced-Maneuvers.U0J8J5ukmqnOskE8","predicate":{"not":["has-advanced-maneuver"],"all":["self:ancestry:cat"]},"replaceSelf":true},{"key":"GrantItem","uuid":"Compendium.pf2e-animal-companions.AC-Advanced-Maneuvers.lrchn6ROZcuKCg3C","predicate":{"not":["has-advanced-maneuver"],"all":["self:ancestry:legchair"]},"replaceSelf":true},{"key":"GrantItem","uuid":"Compendium.pf2e-animal-companions.AC-Advanced-Maneuvers.8JdETVTpbZAgtBA3","predicate":{"not":["has-advanced-maneuver"],"all":["self:ancestry:riding-drake"]},"replaceSelf":true},{"key":"GrantItem","uuid":"Compendium.pf2e-animal-companions.AC-Advanced-Maneuvers.EwCqdvU8WOw2SSxm","predicate":{"not":["has-advanced-maneuver"],"all":["self:ancestry:boar"]},"replaceSelf":true},{"key":"GrantItem","uuid":"Compendium.pf2e-animal-companions.AC-Advanced-Maneuvers.oCgdnQP5bMDD02YC","predicate":{"not":["has-advanced-maneuver"],"all":["self:ancestry:bear"]},"replaceSelf":true},{"key":"GrantItem","uuid":"Compendium.pf2e-animal-companions.AC-Advanced-Maneuvers.EvuMVR9ut9wIHOtq","predicate":{"not":["has-advanced-maneuver"],"all":["self:ancestry:shadow-hound"]},"replaceSelf":true},{"key":"GrantItem","uuid":"Compendium.pf2e-animal-companions.AC-Advanced-Maneuvers.HLD4JW6SUn5Oy8C9","predicate":{"not":["has-advanced-maneuver"],"all":["self:ancestry:badger"]},"replaceSelf":true},{"key":"GrantItem","uuid":"Compendium.pf2e-animal-companions.AC-Advanced-Maneuvers.zSlsnbvsGKdCTzL1","predicate":{"not":["has-advanced-maneuver"],"all":["self:ancestry:beetle"]},"replaceSelf":true},{"key":"GrantItem","uuid":"Compendium.pf2e-animal-companions.AC-Advanced-Maneuvers.6LvtdtVVwtbzqUXG","predicate":{"not":["has-advanced-maneuver"],"all":["self:ancestry:skeletal-servant"]},"replaceSelf":true},{"key":"GrantItem","uuid":"Compendium.pf2e-animal-companions.AC-Advanced-Maneuvers.cVrW2GGLVpydj8h5","predicate":{"not":["has-advanced-maneuver"],"all":["self:ancestry:vampiric-animal"]},"replaceSelf":true},{"key":"GrantItem","uuid":"Compendium.pf2e-animal-companions.AC-Advanced-Maneuvers.LaBfTYUsvoI3nscv","predicate":{"not":["has-advanced-maneuver"],"all":["self:ancestry:zombie"]},"replaceSelf":true},{"key":"GrantItem","uuid":"Compendium.pf2e-animal-companions.AC-Advanced-Maneuvers.oYEXImMSzg0eDqzR","predicate":{"not":["has-advanced-maneuver"],"all":["self:ancestry:elephant"]},"replaceSelf":true},{"key":"GrantItem","uuid":"Compendium.pf2e-animal-companions.AC-Advanced-Maneuvers.NMaMTiDB40L5O41S","predicate":{"not":["has-advanced-maneuver"],"all":["self:ancestry:ghost"]},"replaceSelf":true},{"key":"GrantItem","uuid":"Compendium.pf2e-animal-companions.AC-Advanced-Maneuvers.Uv49tQCwUUjaMCj5","predicate":{"not":["has-advanced-maneuver"],"all":["self:ancestry:gibtas"]},"replaceSelf":true},{"key":"GrantItem","uuid":"Compendium.pf2e-animal-companions.AC-Advanced-Maneuvers.JMHoCFb886K6dT1n","predicate":{"not":["has-advanced-maneuver"],"all":["self:ancestry:rhinoceros"]},"replaceSelf":true},{"key":"GrantItem","uuid":"Compendium.pf2e-animal-companions.AC-Advanced-Maneuvers.H1ElYt6KovGYGzLD","predicate":{"not":["has-advanced-maneuver"],"all":["self:ancestry:triceratops"]},"replaceSelf":true},{"key":"GrantItem","uuid":"Compendium.pf2e-animal-companions.AC-Advanced-Maneuvers.yXw82Zd5nkcCUfRQ","predicate":{"not":["has-advanced-maneuver"],"all":["self:ancestry:tyrannosaurus"]},"replaceSelf":true}],"slug":null,"schema":{"version":0.708,"lastMigration":null},"level":{"value":14},"featType":{"value":"ancestryfeature"},"onlyLevel1":false,"maxTakable":1,"actionType":{"value":"passive"},"actionCategory":{"value":""},"actions":{"value":null},"prerequisites":{"value":[]},"location":""},"effects":[],"folder":null,"sort":0,"permission":{"default":0,"0tWA9mscoVx3YLRI":3},"flags":{"core":{"sourceId":"Item.4GUtdDCKZynlVWmC"}}} +{"_id":"KrHyF5BSvYM6tFbB","name":"Advanced Maneuver","type":"feat","img":"systems/pf2e/icons/default-icons/feats.webp","data":{"description":{"value":""},"source":{"value":""},"traits":{"value":[],"rarity":"common","custom":""},"rules":[{"key":"GrantItem","uuid":"Compendium.pf2e-animal-companions.AC-Advanced-Maneuvers.ODGf6brAHHKrSAPo","predicate":{"not":["has-advanced-maneuver"],"all":["self:ancestry:bat"]},"replaceSelf":true},{"key":"GrantItem","uuid":"Compendium.pf2e-animal-companions.AC-Advanced-Maneuvers.WdTzlCO2i4loeYkQ","predicate":{"not":["has-advanced-maneuver"],"all":["self:ancestry:moth"]},"replaceSelf":true},{"key":"GrantItem","uuid":"Compendium.pf2e-animal-companions.AC-Advanced-Maneuvers.q0Vh2V6KlzdMi1Pv","predicate":{"not":["has-advanced-maneuver"],"all":["self:ancestry:cave-gecko"]},"replaceSelf":true},{"key":"GrantItem","uuid":"Compendium.pf2e-animal-companions.AC-Advanced-Maneuvers.FKh7ZMNyKxgnV7kI","predicate":{"not":["has-advanced-maneuver"],"all":["self:ancestry:arboreal-sapling"]},"replaceSelf":true},{"key":"GrantItem","uuid":"Compendium.pf2e-animal-companions.AC-Advanced-Maneuvers.Upr7u0KhPAIMOqXv","predicate":{"not":["has-advanced-maneuver"],"all":["self:ancestry:ulgrem-lurann"]},"replaceSelf":true},{"key":"GrantItem","uuid":"Compendium.pf2e-animal-companions.AC-Advanced-Maneuvers.F98ajoIakyOPEuwj","predicate":{"not":["has-advanced-maneuver"],"all":["self:ancestry:shark"]},"replaceSelf":true},{"key":"GrantItem","uuid":"Compendium.pf2e-animal-companions.AC-Advanced-Maneuvers.PAXJgysWqv3T0tTD","predicate":{"not":["has-advanced-maneuver"],"all":["self:ancestry:camel"]},"replaceSelf":true},{"key":"GrantItem","uuid":"Compendium.pf2e-animal-companions.AC-Advanced-Maneuvers.7C9iFWBpEOJs4Uo2","predicate":{"not":["has-advanced-maneuver"],"all":["self:ancestry:pterosaur"]},"replaceSelf":true},{"key":"GrantItem","uuid":"Compendium.pf2e-animal-companions.AC-Advanced-Maneuvers.uR3j6TAJFeOVUHpY","predicate":{"not":["has-advanced-maneuver"],"all":["self:ancestry:monitor-lizard"]},"replaceSelf":true},{"key":"GrantItem","uuid":"Compendium.pf2e-animal-companions.AC-Advanced-Maneuvers.xssFjTXqGlsaddvl","predicate":{"not":["has-advanced-maneuver"],"all":["self:ancestry:wolf"]},"replaceSelf":true},{"key":"GrantItem","uuid":"Compendium.pf2e-animal-companions.AC-Advanced-Maneuvers.7H8wqKtsAaSgyLyp","predicate":{"not":["has-advanced-maneuver"],"all":["self:ancestry:scorpion"]},"replaceSelf":true},{"key":"GrantItem","uuid":"Compendium.pf2e-animal-companions.AC-Advanced-Maneuvers.oisXYTTYE0TABboA","predicate":{"not":["has-advanced-maneuver"],"all":["self:ancestry:hyena"]},"replaceSelf":true},{"key":"GrantItem","uuid":"Compendium.pf2e-animal-companions.AC-Advanced-Maneuvers.tsOaXTRWQvsKTyaL","predicate":{"not":["has-advanced-maneuver"],"any":["self:ancestry:horse","self:ancestry:skeletal-mount"]},"replaceSelf":true},{"key":"GrantItem","uuid":"Compendium.pf2e-animal-companions.AC-Advanced-Maneuvers.0WtqP7Wei3AxHh5M","predicate":{"not":["has-advanced-maneuver"],"all":["self:ancestry:ape"]},"replaceSelf":true},{"key":"GrantItem","uuid":"Compendium.pf2e-animal-companions.AC-Advanced-Maneuvers.X4VjMfVVAjZjwcrT","predicate":{"not":["has-advanced-maneuver"],"all":["self:ancestry:bird"]},"replaceSelf":true},{"key":"GrantItem","uuid":"Compendium.pf2e-animal-companions.AC-Advanced-Maneuvers.g4JEtCnKXyY4LJpm","predicate":{"not":["has-advanced-maneuver"],"all":["self:ancestry:vulture"]},"replaceSelf":true},{"key":"GrantItem","uuid":"Compendium.pf2e-animal-companions.AC-Advanced-Maneuvers.pMPtswKNokDNyYR2","predicate":{"not":["has-advanced-maneuver"],"all":["self:ancestry:pangolin"]},"replaceSelf":true},{"key":"GrantItem","uuid":"Compendium.pf2e-animal-companions.AC-Advanced-Maneuvers.cpMkN79PdNci3nGp","predicate":{"not":["has-advanced-maneuver"],"all":["self:ancestry:capybara"]},"replaceSelf":true},{"key":"GrantItem","uuid":"Compendium.pf2e-animal-companions.AC-Advanced-Maneuvers.ttJ1CanrAuehoSV8","predicate":{"not":["has-advanced-maneuver"],"all":["self:ancestry:crocodile"]},"replaceSelf":true},{"key":"GrantItem","uuid":"Compendium.pf2e-animal-companions.AC-Advanced-Maneuvers.ClUiCoBn3lHBBK5c","predicate":{"not":["has-advanced-maneuver"],"all":["self:ancestry:dromaeosaur"]},"replaceSelf":true},{"key":"GrantItem","uuid":"Compendium.pf2e-animal-companions.AC-Advanced-Maneuvers.kKW68gi1FNJlNSOp","predicate":{"not":["has-advanced-maneuver"],"all":["self:ancestry:snake"]},"replaceSelf":true},{"key":"GrantItem","uuid":"Compendium.pf2e-animal-companions.AC-Advanced-Maneuvers.U0J8J5ukmqnOskE8","predicate":{"not":["has-advanced-maneuver"],"all":["self:ancestry:cat"]},"replaceSelf":true},{"key":"GrantItem","uuid":"Compendium.pf2e-animal-companions.AC-Advanced-Maneuvers.lrchn6ROZcuKCg3C","predicate":{"not":["has-advanced-maneuver"],"all":["self:ancestry:legchair"]},"replaceSelf":true},{"key":"GrantItem","uuid":"Compendium.pf2e-animal-companions.AC-Advanced-Maneuvers.8JdETVTpbZAgtBA3","predicate":{"not":["has-advanced-maneuver"],"all":["self:ancestry:riding-drake"]},"replaceSelf":true},{"key":"GrantItem","uuid":"Compendium.pf2e-animal-companions.AC-Advanced-Maneuvers.EwCqdvU8WOw2SSxm","predicate":{"not":["has-advanced-maneuver"],"all":["self:ancestry:boar"]},"replaceSelf":true},{"key":"GrantItem","uuid":"Compendium.pf2e-animal-companions.AC-Advanced-Maneuvers.oCgdnQP5bMDD02YC","predicate":{"not":["has-advanced-maneuver"],"all":["self:ancestry:bear"]},"replaceSelf":true},{"key":"GrantItem","uuid":"Compendium.pf2e-animal-companions.AC-Advanced-Maneuvers.EvuMVR9ut9wIHOtq","predicate":{"not":["has-advanced-maneuver"],"all":["self:ancestry:shadow-hound"]},"replaceSelf":true},{"key":"GrantItem","uuid":"Compendium.pf2e-animal-companions.AC-Advanced-Maneuvers.HLD4JW6SUn5Oy8C9","predicate":{"not":["has-advanced-maneuver"],"all":["self:ancestry:badger"]},"replaceSelf":true},{"key":"GrantItem","uuid":"Compendium.pf2e-animal-companions.AC-Advanced-Maneuvers.zSlsnbvsGKdCTzL1","predicate":{"not":["has-advanced-maneuver"],"all":["self:ancestry:beetle"]},"replaceSelf":true},{"key":"GrantItem","uuid":"Compendium.pf2e-animal-companions.AC-Advanced-Maneuvers.6LvtdtVVwtbzqUXG","predicate":{"not":["has-advanced-maneuver"],"all":["self:ancestry:skeletal-servant"]},"replaceSelf":true},{"key":"GrantItem","uuid":"Compendium.pf2e-animal-companions.AC-Advanced-Maneuvers.cVrW2GGLVpydj8h5","predicate":{"not":["has-advanced-maneuver"],"all":["self:ancestry:vampiric-animal"]},"replaceSelf":true},{"key":"GrantItem","uuid":"Compendium.pf2e-animal-companions.AC-Advanced-Maneuvers.LaBfTYUsvoI3nscv","predicate":{"not":["has-advanced-maneuver"],"all":["self:ancestry:zombie"]},"replaceSelf":true},{"key":"GrantItem","uuid":"Compendium.pf2e-animal-companions.AC-Advanced-Maneuvers.oYEXImMSzg0eDqzR","predicate":{"not":["has-advanced-maneuver"],"all":["self:ancestry:elephant"]},"replaceSelf":true},{"key":"GrantItem","uuid":"Compendium.pf2e-animal-companions.AC-Advanced-Maneuvers.NMaMTiDB40L5O41S","predicate":{"not":["has-advanced-maneuver"],"all":["self:ancestry:ghost"]},"replaceSelf":true},{"key":"GrantItem","uuid":"Compendium.pf2e-animal-companions.AC-Advanced-Maneuvers.Uv49tQCwUUjaMCj5","predicate":{"not":["has-advanced-maneuver"],"all":["self:ancestry:gibtas"]},"replaceSelf":true},{"key":"GrantItem","uuid":"Compendium.pf2e-animal-companions.AC-Advanced-Maneuvers.JMHoCFb886K6dT1n","predicate":{"not":["has-advanced-maneuver"],"all":["self:ancestry:rhinoceros"]},"replaceSelf":true},{"key":"GrantItem","uuid":"Compendium.pf2e-animal-companions.AC-Advanced-Maneuvers.H1ElYt6KovGYGzLD","predicate":{"not":["has-advanced-maneuver"],"all":["self:ancestry:triceratops"]},"replaceSelf":true},{"key":"GrantItem","uuid":"Compendium.pf2e-animal-companions.AC-Advanced-Maneuvers.yXw82Zd5nkcCUfRQ","predicate":{"not":["has-advanced-maneuver"],"all":["self:ancestry:tyrannosaurus"]},"replaceSelf":true},{"key":"GrantItem","uuid":"Compendium.pf2e-animal-companions.AC-Advanced-Maneuvers.ow3S5zhS51Nj8tsI","predicate":{"not":["has-advanced-maneuver"],"all":["self:ancestry:skeletal-bird-of-prey"]},"replaceSelf":true},{"key":"GrantItem","uuid":"Compendium.pf2e-animal-companions.AC-Advanced-Maneuvers.AH3kNbdGLYaRjVAr","predicate":{"not":["has-advanced-maneuver"],"all":["self:ancestry:skeletal-constrictor"]},"replaceSelf":true},{"key":"GrantItem","uuid":"Compendium.pf2e-animal-companions.AC-Advanced-Maneuvers.MQv67R7KBIrJkshN","predicate":{"not":["has-advanced-maneuver"],"all":["self:ancestry:undead-hand"]},"replaceSelf":true},{"key":"GrantItem","uuid":"Compendium.pf2e-animal-companions.AC-Advanced-Maneuvers.9o7NwxGqohpa9M7r","predicate":{"not":["has-advanced-maneuver"],"all":["self:ancestry:zombie-carrion-bird"]},"replaceSelf":true},{"key":"GrantItem","uuid":"Compendium.pf2e-animal-companions.AC-Advanced-Maneuvers.h1Rldre8WVjUR5XO","predicate":{"not":["has-advanced-maneuver"],"all":["self:ancestry:zombie-mount"]},"replaceSelf":true}],"slug":null,"schema":{"version":0.708,"lastMigration":null},"level":{"value":14},"featType":{"value":"ancestryfeature"},"onlyLevel1":false,"maxTakable":1,"actionType":{"value":"passive"},"actionCategory":{"value":""},"actions":{"value":null},"prerequisites":{"value":[]},"location":""},"effects":[],"folder":null,"sort":0,"permission":{"default":0,"0tWA9mscoVx3YLRI":3},"flags":{"core":{"sourceId":"Item.4GUtdDCKZynlVWmC"}}} {"_id":"LoOw9anYYf7LDNZ7","name":"Breath Weapon (Cold)","type":"action","img":"systems/pf2e/icons/actions/TwoActions.webp","data":{"description":{"value":"Your eidolon exhales a blast of destructive energy. Your eidolon deals [[/r {1d6}[cold]]]{1d6 Cold Damage} to all creatures in the area, with a basic Reflex save against your spell DC. The area and damage type of the Breath Weapon are chosen when the eidolon gains this ability. Your eidolon then can't use their Breath Weapon again for the next [[/r 1d4 #Breath Weapon Cooldown]]{1d4 rounds}.
\nAt 3rd level and every 2 levels thereafter, the damage increases by 1d6.
\n@Template[type:cone|distance:30]
\n@Template[type:line|distance:60]
"},"source":{"value":""},"traits":{"value":["arcane","cold","eidolon","evocation"],"rarity":"common","custom":""},"rules":[{"key":"ActorTraits","add":["cold"]}],"slug":null,"schema":{"version":0.71,"lastMigration":null},"actionType":{"value":"action"},"actionCategory":{"value":"offensive"},"actions":{"value":2},"requirements":{"value":""},"trigger":{"value":""}},"effects":[],"folder":null,"sort":0,"permission":{"default":0,"0tWA9mscoVx3YLRI":3},"flags":{"core":{"sourceId":"Item.mzeQIa11p6ASSxIm"}}} {"_id":"MET0PzSNfpxi0D3E","name":"Anger Aura","type":"feat","img":"systems/pf2e/icons/spells/abyssal-wrath.webp","data":{"description":{"value":"Your eidolon exudes wrath in an aura around it, rousing the ire of nearby creatures and causing their defenses to crack as they seethe with rage. Your eidolon gains a 20-foot anger aura, which has the aura, emotion, enchantment, mental, and occult traits. The resistances of any creature in the aura, including you, your allies, your enemies, and your eidolon, are reduced by an amount equal to 3 + your eidolon's Constitution modifier. Your eidolon can hold in its rage by spending a single action, which has the concentrate trait. This reduces the aura's effect to affect only your eidolon. It can take this action again to reinstate the full effect of its aura. Creatures in a barbarian Rage, Seething Frenzy, or similar ability that allows them to channel their anger aren't affected by the anger aura.
"},"source":{"value":"Pathfinder Secrets of Magic"},"traits":{"value":["aura","emotion","enchantment","mental","occult"],"rarity":"common","custom":""},"rules":[],"slug":null,"schema":{"version":0.71,"lastMigration":null},"level":{"value":17},"featType":{"value":"classfeature"},"actionType":{"value":"passive"},"actionCategory":{"value":""},"actions":{"value":null},"prerequisites":{"value":[]},"location":""},"effects":[],"folder":null,"sort":0,"permission":{"default":0,"0tWA9mscoVx3YLRI":3},"flags":{}} {"_id":"MmMaKe7G1PQULBjL","name":"Breath Weapon (Electricity)","type":"action","img":"systems/pf2e/icons/actions/TwoActions.webp","data":{"description":{"value":"Your eidolon exhales a blast of destructive energy. Your eidolon deals [[/r {1d6}[electricity]]]{1d6 Electricity Damage} to all creatures in the area, with a basic Reflex save against your spell DC. The area and damage type of the Breath Weapon are chosen when the eidolon gains this ability. Your eidolon then can't use their Breath Weapon again for the next [[/r 1d4 #Breath Weapon Cooldown]]{1d4 rounds}.
\nAt 3rd level and every 2 levels thereafter, the damage increases by 1d6.
\n@Template[type:cone|distance:30]
\n@Template[type:line|distance:60]
"},"source":{"value":""},"traits":{"value":["arcane","eidolon","electricity","evocation"],"rarity":"common","custom":""},"rules":[{"key":"ActorTraits","add":["electricity"]}],"slug":null,"schema":{"version":0.71,"lastMigration":null},"actionType":{"value":"action"},"actionCategory":{"value":"offensive"},"actions":{"value":2},"requirements":{"value":""},"trigger":{"value":""}},"effects":[],"folder":null,"sort":0,"permission":{"default":0,"0tWA9mscoVx3YLRI":3},"flags":{"core":{"sourceId":"Item.mzeQIa11p6ASSxIm"}}} @@ -56,7 +56,7 @@ {"_id":"WRWGcHidHQz4ef2W","name":"Stalwart Guardian","type":"feat","img":"systems/pf2e/icons/spells/champions-sacrifice.webp","data":{"description":{"value":"Str 18, Dex 14, Con 16, Int 10, Wis 10, Cha 10; +2 AC (+3 Dex cap)
"},"source":{"value":"Pathfinder Secrets of Magic"},"traits":{"value":[],"rarity":"common","custom":""},"rules":[{"key":"ActiveEffectLike","value":18,"mode":"upgrade","path":"data.abilities.str.value"},{"key":"ActiveEffectLike","value":14,"mode":"upgrade","path":"data.abilities.dex.value"},{"key":"ActiveEffectLike","value":16,"mode":"upgrade","path":"data.abilities.con.value"},{"key":"ActiveEffectLike","value":10,"mode":"upgrade","path":"data.abilities.int.value"},{"key":"ActiveEffectLike","value":10,"mode":"upgrade","path":"data.abilities.wis.value"},{"key":"ActiveEffectLike","value":10,"mode":"upgrade","path":"data.abilities.cha.value"},{"key":"FlatModifier","selector":"ac","type":"item","value":2},{"key":"DexterityModifierCap","value":3}],"slug":null,"schema":{"version":0.71,"lastMigration":{"datetime":"2021-12-30T22:06:13.029-05:00","version":{"schema":0.709,"foundry":"9.238","system":"3.1.3"}}},"level":{"value":1},"featType":{"value":"ancestryfeature"},"actionType":{"value":"passive"},"actionCategory":{"value":""},"actions":{"value":null},"prerequisites":{"value":[]},"location":""},"effects":[],"folder":null,"sort":0,"permission":{"default":0,"0tWA9mscoVx3YLRI":3},"flags":{"core":{"sourceId":"Item.oQ4aTLTv0qU7sRGG"}}} {"_id":"WeZLk8HXhoa20J7t","name":"Angelic Emissary","type":"feat","img":"systems/pf2e/icons/spells/angel-form.webp","data":{"description":{"value":"Str 12, Dex 18, Con 12, Int 10, Wis 12, Cha 14; +1 AC (+4 Dex cap)
"},"source":{"value":"Pathfinder Secrets of Magic"},"traits":{"value":[],"rarity":"common","custom":""},"rules":[{"key":"ActiveEffectLike","value":12,"mode":"upgrade","path":"data.abilities.str.value"},{"key":"ActiveEffectLike","value":18,"mode":"upgrade","path":"data.abilities.dex.value"},{"key":"ActiveEffectLike","value":12,"mode":"upgrade","path":"data.abilities.con.value"},{"key":"ActiveEffectLike","value":10,"mode":"upgrade","path":"data.abilities.int.value"},{"key":"ActiveEffectLike","value":12,"mode":"upgrade","path":"data.abilities.wis.value"},{"key":"ActiveEffectLike","value":14,"mode":"upgrade","path":"data.abilities.cha.value"},{"key":"FlatModifier","selector":"ac","type":"item","value":1},{"key":"DexterityModifierCap","value":4}],"slug":null,"schema":{"version":0.71,"lastMigration":{"datetime":"2021-12-30T22:06:13.030-05:00","version":{"schema":0.709,"foundry":"9.238","system":"3.1.3"}}},"level":{"value":1},"featType":{"value":"ancestryfeature"},"actionType":{"value":"passive"},"actionCategory":{"value":""},"actions":{"value":null},"prerequisites":{"value":[]},"location":""},"effects":[],"folder":null,"sort":0,"permission":{"default":0,"0tWA9mscoVx3YLRI":3},"flags":{"core":{"sourceId":"Item.oQ4aTLTv0qU7sRGG"}}} {"_id":"WfNq9WV1ERdAz7xG","name":"Tempter Demon","type":"feat","img":"systems/pf2e/icons/spells/demon-form.webp","data":{"description":{"value":"Str 12, Dex 18, Con 12, Int 10, Wis 10, Cha 16; +1 AC (+4 Dex cap)
"},"source":{"value":"Pathfinder Secrets of Magic"},"traits":{"value":[],"rarity":"common","custom":""},"rules":[{"key":"ActiveEffectLike","value":12,"mode":"upgrade","path":"data.abilities.str.value"},{"key":"ActiveEffectLike","value":18,"mode":"upgrade","path":"data.abilities.dex.value"},{"key":"ActiveEffectLike","value":12,"mode":"upgrade","path":"data.abilities.con.value"},{"key":"ActiveEffectLike","value":10,"mode":"upgrade","path":"data.abilities.int.value"},{"key":"ActiveEffectLike","value":10,"mode":"upgrade","path":"data.abilities.wis.value"},{"key":"ActiveEffectLike","value":16,"mode":"upgrade","path":"data.abilities.cha.value"},{"key":"FlatModifier","selector":"ac","type":"item","value":1},{"key":"DexterityModifierCap","value":4}],"slug":null,"schema":{"version":0.71,"lastMigration":{"datetime":"2021-12-30T22:06:13.029-05:00","version":{"schema":0.709,"foundry":"9.238","system":"3.1.3"}}},"level":{"value":1},"featType":{"value":"ancestryfeature"},"actionType":{"value":"passive"},"actionCategory":{"value":""},"actions":{"value":null},"prerequisites":{"value":[]},"location":""},"effects":[],"folder":null,"sort":0,"permission":{"default":0,"0tWA9mscoVx3YLRI":3},"flags":{"core":{"sourceId":"Item.oQ4aTLTv0qU7sRGG"}}} -{"_id":"WyN2qQ2AP4cOMNxF","name":"Hallowed Strikes","type":"feat","img":"systems/pf2e/icons/spells/moonlight-ray.webp","data":{"description":{"value":"Your eidolon's attacks are hallowed by the celestial realms. Your eidolon's unarmed Strikes deal an extra [[/r {1}[good]]]{1 good Damage}; as usual, this extra damage harms only evil creatures or those with a weakness to good damage. Additionally, your eidolon can make nonlethal attacks with its unarmed attacks without taking the usual -2 circumstance penalty.
"},"source":{"value":""},"traits":{"value":[],"rarity":"common","custom":""},"rules":[{"key":"FlatModifier","selector":"damage","value":1,"damageType":"good","predicate":{"all":["target:evil"]}}],"slug":null,"schema":{"version":0.709,"lastMigration":null},"level":{"value":0},"featType":{"value":"classfeature"},"actionType":{"value":"passive"},"actionCategory":{"value":"offensive"},"actions":{"value":null},"prerequisites":{"value":[]},"location":""},"effects":[],"folder":null,"sort":0,"permission":{"default":0,"0tWA9mscoVx3YLRI":3},"flags":{"core":{"sourceId":"Item.jSDsKX3BOHhvtgsD"}}} +{"_id":"WyN2qQ2AP4cOMNxF","name":"Hallowed Strikes","type":"feat","img":"systems/pf2e/icons/spells/moonlight-ray.webp","data":{"description":{"value":"Your eidolon's attacks are hallowed by the celestial realms. Your eidolon's unarmed Strikes deal an extra [[/r {1}[good]]]{1 good Damage}; as usual, this extra damage harms only evil creatures or those with a weakness to good damage. Additionally, your eidolon can make nonlethal attacks with its unarmed attacks without taking the usual -2 circumstance penalty.
"},"source":{"value":""},"traits":{"value":[],"rarity":"common","custom":""},"rules":[{"key":"FlatModifier","selector":"damage","value":1,"damageType":"good","predicate":{"all":["target:trait:evil"]}}],"slug":null,"schema":{"version":0.709,"lastMigration":null},"level":{"value":0},"featType":{"value":"classfeature"},"onlyLevel1":false,"maxTakable":1,"actionType":{"value":"passive"},"actionCategory":{"value":"offensive"},"actions":{"value":null},"prerequisites":{"value":[]},"location":""},"effects":[],"folder":null,"sort":0,"permission":{"default":0,"0tWA9mscoVx3YLRI":3},"flags":{"core":{"sourceId":"Item.jSDsKX3BOHhvtgsD"}}} {"_id":"XNgPUKsnRQO2OS2O","name":"Primary (1d8, shove)","type":"weapon","img":"systems/pf2e/icons/default-icons/weapon.svg","data":{"description":{"value":""},"source":{"value":""},"traits":{"value":["shove","unarmed"],"rarity":"common","custom":""},"rules":[],"slug":null,"schema":{"version":0.713,"lastMigration":{"datetime":"2022-01-15T00:06:45.155-05:00","version":{"schema":0.708,"foundry":"9.242","system":"3.1.3"}}},"quantity":{"value":1},"baseItem":null,"hp":{"value":0},"maxHp":{"value":0},"hardness":{"value":0},"brokenThreshold":{"value":0},"weight":{"value":"-"},"equippedBulk":{"value":""},"price":{"value":"0 gp"},"equipped":{"value":false},"stackGroup":{"value":""},"bulkCapacity":{"value":""},"negateBulk":{"value":"0"},"containerId":{"value":null},"preciousMaterial":{"value":null},"preciousMaterialGrade":{"value":null},"collapsed":{"value":false},"size":{"value":"med"},"identification":{"status":"identified","unidentified":{"name":"Unusual Weapon","img":"systems/pf2e/icons/unidentified_item_icons/weapon.webp","data":{"description":{"value":""}}},"misidentified":{}},"usage":{"value":"held-in-one-hand"},"level":{"value":1},"invested":{"value":null},"category":"unarmed","group":null,"hands":{"value":false},"bonus":{"value":0},"damage":{"value":"","dice":1,"die":"d8","damageType":"slashing"},"bonusDamage":{"value":0},"splashDamage":{"value":0},"range":null,"reload":{"value":""},"MAP":{"value":""},"potencyRune":{"value":0},"strikingRune":{"value":""},"specific":{"value":false},"propertyRune1":{"value":null},"propertyRune2":{"value":null},"propertyRune3":{"value":null},"propertyRune4":{"value":null},"property1":{"value":"","dice":0,"die":"","damageType":"","critDice":0,"critDie":"","critDamage":"","critDamageType":"","strikeConditionType":"","strikeConditionValue":null,"criticalConditionType":"","criticalConditionValue":null}},"effects":[],"folder":null,"sort":0,"permission":{"0tWA9mscoVx3YLRI":3},"flags":{"core":{"sourceId":"Item.QuSOa39bspWwCSg1"}}} {"_id":"YkevbtGldcm34DlT","name":"Soul Guardian","type":"feat","img":"systems/pf2e/icons/spells/illusory-creature.webp","data":{"description":{"value":"Str 18, Dex 14, Con 16, Int 10, Wis 12, Cha 8; +2 AC (+3 Dex cap)
"},"source":{"value":"Pathfinder Secrets of Magic"},"traits":{"value":[],"rarity":"common","custom":""},"rules":[{"key":"ActiveEffectLike","value":18,"mode":"upgrade","path":"data.abilities.str.value"},{"key":"ActiveEffectLike","value":14,"mode":"upgrade","path":"data.abilities.dex.value"},{"key":"ActiveEffectLike","value":16,"mode":"upgrade","path":"data.abilities.con.value"},{"key":"ActiveEffectLike","value":10,"mode":"upgrade","path":"data.abilities.int.value"},{"key":"ActiveEffectLike","value":12,"mode":"upgrade","path":"data.abilities.wis.value"},{"key":"ActiveEffectLike","value":8,"mode":"downgrade","path":"data.abilities.cha.value"},{"key":"FlatModifier","selector":"ac","type":"item","value":2},{"key":"DexterityModifierCap","value":3}],"slug":null,"schema":{"version":0.71,"lastMigration":{"datetime":"2021-12-30T22:06:13.028-05:00","version":{"schema":0.709,"foundry":"9.238","system":"3.1.3"}}},"level":{"value":1},"featType":{"value":"ancestryfeature"},"actionType":{"value":"passive"},"actionCategory":{"value":""},"actions":{"value":null},"prerequisites":{"value":[]},"location":""},"effects":[],"folder":null,"sort":0,"permission":{"default":0,"0tWA9mscoVx3YLRI":3},"flags":{}} {"_id":"ZXrAWVLwKxz5kovL","name":"Primary (1d8, trip)","type":"weapon","img":"systems/pf2e/icons/default-icons/weapon.svg","data":{"description":{"value":""},"source":{"value":""},"traits":{"value":["trip","unarmed"],"rarity":"common","custom":""},"rules":[],"slug":null,"schema":{"version":0.713,"lastMigration":{"datetime":"2022-01-15T00:06:45.155-05:00","version":{"schema":0.708,"foundry":"9.242","system":"3.1.3"}}},"quantity":{"value":1},"baseItem":null,"hp":{"value":0},"maxHp":{"value":0},"hardness":{"value":0},"brokenThreshold":{"value":0},"weight":{"value":"-"},"equippedBulk":{"value":""},"price":{"value":"0 gp"},"equipped":{"value":false},"stackGroup":{"value":""},"bulkCapacity":{"value":""},"negateBulk":{"value":"0"},"containerId":{"value":null},"preciousMaterial":{"value":null},"preciousMaterialGrade":{"value":null},"collapsed":{"value":false},"size":{"value":"med"},"identification":{"status":"identified","unidentified":{"name":"Unusual Weapon","img":"systems/pf2e/icons/unidentified_item_icons/weapon.webp","data":{"description":{"value":""}}},"misidentified":{}},"usage":{"value":"held-in-one-hand"},"level":{"value":1},"invested":{"value":null},"category":"unarmed","group":null,"hands":{"value":false},"bonus":{"value":0},"damage":{"value":"","dice":1,"die":"d8","damageType":"slashing"},"bonusDamage":{"value":0},"splashDamage":{"value":0},"range":null,"reload":{"value":""},"MAP":{"value":""},"potencyRune":{"value":0},"strikingRune":{"value":""},"specific":{"value":false},"propertyRune1":{"value":null},"propertyRune2":{"value":null},"propertyRune3":{"value":null},"propertyRune4":{"value":null},"property1":{"value":"","dice":0,"die":"","damageType":"","critDice":0,"critDie":"","critDamage":"","critDamageType":"","strikeConditionType":"","strikeConditionValue":null,"criticalConditionType":"","criticalConditionValue":null}},"effects":[],"folder":null,"sort":0,"permission":{"0tWA9mscoVx3YLRI":3},"flags":{"core":{"sourceId":"Item.QuSOa39bspWwCSg1"}}} @@ -104,11 +104,9 @@ {"_id":"v5dfcKYsaD0EvvtH","name":"Secondary Attack","type":"weapon","img":"systems/pf2e/icons/default-icons/weapon.svg","data":{"description":{"value":""},"source":{"value":""},"traits":{"value":["agile","finesse","unarmed"],"rarity":"common","custom":""},"rules":[],"slug":null,"schema":{"version":0.708,"lastMigration":null},"quantity":{"value":1},"baseItem":null,"hp":{"value":0},"maxHp":{"value":0},"hardness":{"value":0},"brokenThreshold":{"value":0},"weight":{"value":"-"},"equippedBulk":{"value":""},"price":{"value":0},"equipped":{"value":false},"stackGroup":{"value":""},"bulkCapacity":{"value":""},"negateBulk":{"value":"0"},"containerId":{"value":null},"preciousMaterial":{"value":null},"preciousMaterialGrade":{"value":null},"collapsed":{"value":false},"size":{"value":"med"},"identification":{"status":"identified","unidentified":{"name":"Unusual Weapon","img":"systems/pf2e/icons/unidentified_item_icons/weapon.webp","data":{"description":{"value":""}}},"misidentified":{}},"usage":{"value":"held-in-one-hand"},"level":{"value":0},"invested":{"value":null},"category":"unarmed","group":null,"hands":{"value":false},"bonus":{"value":0},"damage":{"value":"","dice":1,"die":"d6","damageType":"slashing"},"bonusDamage":{"value":0},"splashDamage":{"value":0},"range":null,"reload":{"value":""},"MAP":{"value":""},"potencyRune":{"value":0},"strikingRune":{"value":""},"specific":{"value":false},"propertyRune1":{"value":null},"propertyRune2":{"value":null},"propertyRune3":{"value":null},"propertyRune4":{"value":null},"property1":{"value":"","dice":0,"die":"","damageType":"","critDice":0,"critDie":"","critDamage":"","critDamageType":"","strikeConditionType":"","strikeConditionValue":null,"criticalConditionType":"","criticalConditionValue":null}},"effects":[],"folder":null,"sort":0,"permission":{"default":0,"0tWA9mscoVx3YLRI":3},"flags":{"core":{"sourceId":"Item.plHqkYSxSSPZ4mHQ"}}} {"_id":"wHIXVGxc57t8Va4G","name":"Breath Weapon (Piercing)","type":"action","img":"systems/pf2e/icons/actions/TwoActions.webp","data":{"description":{"value":"Your eidolon exhales a blast of destructive energy. Your eidolon deals [[/r {1d6}[piercing]]]{1d6 Piercing Damage} to all creatures in the area, with a basic Reflex save against your spell DC. The area and damage type of the Breath Weapon are chosen when the eidolon gains this ability. Your eidolon then can't use their Breath Weapon again for the next [[/r 1d4 #Breath Weapon Cooldown]]{1d4 rounds}.
\nAt 3rd level and every 2 levels thereafter, the damage increases by 1d6.
\n@Template[type:cone|distance:30]
\n@Template[type:line|distance:60]
"},"source":{"value":""},"traits":{"value":["arcane","eidolon","evocation"],"rarity":"common","custom":""},"rules":[],"slug":null,"schema":{"version":0.71,"lastMigration":null},"actionType":{"value":"action"},"actionCategory":{"value":"offensive"},"actions":{"value":2},"requirements":{"value":""},"trigger":{"value":""}},"effects":[],"folder":null,"sort":0,"permission":{"default":0,"0tWA9mscoVx3YLRI":3},"flags":{"core":{"sourceId":"Item.mzeQIa11p6ASSxIm"}}} {"_id":"xE3lRxl1t4ulQyLa","name":"Undead Stalker","type":"heritage","img":"systems/pf2e/icons/spells/spellwrack.webp","data":{"description":{"value":"Str 14, Dex 18, Con 16, Int 8, Wis 12, Cha 10
"},"source":{"value":""},"traits":{"value":[],"rarity":"common","custom":""},"rules":[{"key":"ActiveEffectLike","value":14,"mode":"upgrade","path":"data.abilities.str.value"},{"key":"ActiveEffectLike","value":18,"mode":"upgrade","path":"data.abilities.dex.value"},{"key":"ActiveEffectLike","value":16,"mode":"upgrade","path":"data.abilities.con.value"},{"key":"ActiveEffectLike","value":8,"mode":"upgrade","path":"data.abilities.int.value"},{"key":"ActiveEffectLike","value":12,"mode":"upgrade","path":"data.abilities.wis.value"}],"slug":null,"schema":{"version":0.74,"lastMigration":{"datetime":"2022-04-20T01:34:28.620-04:00","version":{"schema":null,"foundry":"9.268","system":"3.8.4"}}},"ancestry":null},"effects":[],"folder":null,"sort":0,"permission":{"default":0,"thw0Ox3kKEThnAFP":3},"flags":{}} -{"_id":"xPn27nNxcLOByTXJ","name":"Eidolon","type":"class","img":"systems/pf2e/icons/default-icons/class.svg","data":{"description":{"value":""},"source":{"value":"Pathfinder Secrets of Magic"},"traits":{"value":[],"rarity":"common","custom":""},"rules":[{"adjustName":false,"choices":[{"value":"Compendium.pf2e-animal-companions.AC-Features.8dyatrsCMoIPuOlE"},{"value":"Compendium.pf2e-animal-companions.AC-Features.8IodRUpyU4nXGyAv"},{"value":"Compendium.pf2e-animal-companions.AC-Features.cIAB28BfwNA2uTQv"},{"value":"Compendium.pf2e-animal-companions.AC-Features.GEVoWzCBjidkO6DG"},{"value":"Compendium.pf2e-animal-companions.AC-Features.8EJNylotPDelRtZK"},{"value":"Compendium.pf2e-animal-companions.AC-Features.XNgPUKsnRQO2OS2O"},{"value":"Compendium.pf2e-animal-companions.AC-Features.ZXrAWVLwKxz5kovL"}],"flag":"primaryStrike","key":"ChoiceSet","prompt":"Select the Details of the Primary Strike. These can be edited on the inventory tab later."},{"key":"GrantItem","uuid":"{item|flags.pf2e.rulesSelections.primaryStrike}"},{"key":"GrantItem","uuid":"Compendium.pf2e-animal-companions.AC-Features.v5dfcKYsaD0EvvtH"},{"key":"FlatModifier","selector":"hp-per-level","type":"item","value":"-@actor.data.data.abilities.con.mod"},{"key":"FlatModifier","selector":"hp","type":"item","value":1}],"slug":null,"schema":{"version":0.719,"lastMigration":{"datetime":"2022-02-11T15:17:15.291-05:00","version":{"schema":0.71,"foundry":"9.249","system":"3.3.1"}}},"keyAbility":{"value":[]},"items":{"il5oe":{"pack":"pf2e-animal-companions.AC-Features","id":"jQBe4yXTAcMt2kKQ","img":"systems/pf2e/icons/spells/devour-life.webp","name":"Eidolon Ability Boosts (5th)","level":5},"qnt39":{"pack":"pf2e-animal-companions.AC-Features","id":"0i2ZSrRpjKG0KV4U","img":"systems/pf2e/icons/spells/devour-life.webp","name":"Eidolon Ability Boosts (20th)","level":20},"k0uzu":{"pack":"pf2e-animal-companions.AC-Features","id":"GpeinpTPNrfAijp2","img":"systems/pf2e/icons/spells/devour-life.webp","name":"Eidolon Ability Boosts (15th)","level":15},"m99vd":{"pack":"pf2e-animal-companions.AC-Features","id":"iRlcl9MOhoEL943l","img":"systems/pf2e/icons/spells/devour-life.webp","name":"Eidolon Ability Boosts (10th)","level":10},"46m9q":{"pack":"pf2e.classfeatures","id":"QiMlJ33kNEoyh1M0","img":"systems/pf2e/icons/features/classes/shared-vigilance.webp","name":"Shared Vigilance","level":3},"qs3dj":{"pack":"pf2e.classfeatures","id":"eZPfHVz14j42jCnS","img":"systems/pf2e/icons/features/classes/resolve.webp","name":"Shared Resolve","level":15},"v3p8l":{"pack":"pf2e.classfeatures","id":"dZNAXTQovlWVvAyX","img":"systems/pf2e/icons/features/classes/lightning-reflexes.webp","name":"Shared Reflexes","level":9},"acx0x":{"pack":"pf2e.classfeatures","id":"q1Y12Pg2gQg2FJPR","img":"systems/pf2e/icons/features/classes/juggerenaut.webp","name":"Twin Juggernauts","level":11},"o16um":{"pack":"pf2e-animal-companions.AC-Features","id":"RsDBv9TwwNMnofud","img":"systems/pf2e/icons/features/classes/eidolon-symbiosis.webp","name":"Eidolon Symbiosis","level":7},"znxxl":{"pack":"pf2e-animal-companions.AC-Features","id":"E7DFHsVNS1xph8DT","img":"systems/pf2e/icons/features/classes/eidolon-transcendence.webp","name":"Eidolon Transcendence","level":17},"sl284":{"pack":"pf2e-animal-companions.AC-Features","id":"a6supDv34hhqsktB","img":"systems/pf2e/icons/features/classes/eidolon-weapon-specialization.webp","name":"Eidolon Weapon Specialization","level":7},"7hpon":{"pack":"pf2e-animal-companions.AC-Features","id":"VzJuYopRKC81GteD","img":"systems/pf2e/icons/features/classes/weapon-specialization.webp","name":"Greater Eidolon Specialization","level":15},"njojj":{"pack":"pf2e-animal-companions.AC-Features","id":"8PDmjqUZ1qfVhnFx","img":"systems/pf2e/icons/features/classes/eidolon-defensive-expertise.webp","name":"Eidolon Defensive Expertise","level":11},"0pcmz":{"pack":"pf2e-animal-companions.AC-Features","id":"bFHz5ZHKMGTDkggN","img":"systems/pf2e/icons/features/classes/eidolon-defensive-mastery.webp","name":"Eidolon Defensive Mastery","level":19},"dw7ap":{"pack":"pf2e-animal-companions.AC-Features","id":"rbOOv8FqBFQlTDeu","img":"systems/pf2e/icons/features/classes/eidolon-unarmed-mastery.webp","name":"Eidolon Unarmed Mastery","level":13},"86i1y":{"pack":"pf2e-animal-companions.AC-Features","id":"zF6bLjVwj7Njkqan","img":"systems/pf2e/icons/features/classes/eidolon-unarmed-expertise.webp","name":"Eidolon Unarmed Expertise","level":5}},"hp":0,"trainedSkills":{"value":["acr"],"additional":0,"custom":""},"perception":0,"savingThrows":{"fortitude":2,"reflex":1,"will":2},"attacks":{"simple":0,"martial":0,"advanced":0,"unarmed":1,"other":{"name":"","rank":0}},"defenses":{"unarmored":1,"light":0,"medium":0,"heavy":0},"classDC":0,"ancestryFeatLevels":{"value":[]},"classFeatLevels":{"value":[]},"generalFeatLevels":{"value":[]},"skillFeatLevels":{"value":[]},"skillIncreaseLevels":{"value":[]},"abilityBoostLevels":{"value":[]}},"effects":[],"folder":null,"sort":0,"permission":{"default":0,"0tWA9mscoVx3YLRI":3,"thw0Ox3kKEThnAFP":3},"flags":{"core":{"sourceId":"Item.4yrittMrVNhR2woZ"}}} +{"_id":"xPn27nNxcLOByTXJ","name":"Eidolon","type":"class","img":"systems/pf2e/icons/default-icons/class.svg","data":{"description":{"value":""},"source":{"value":"Pathfinder Secrets of Magic"},"traits":{"value":[],"rarity":"common","custom":""},"rules":[{"adjustName":false,"choices":[{"value":"Compendium.pf2e-animal-companions.AC-Features.8dyatrsCMoIPuOlE"},{"value":"Compendium.pf2e-animal-companions.AC-Features.8IodRUpyU4nXGyAv"},{"value":"Compendium.pf2e-animal-companions.AC-Features.cIAB28BfwNA2uTQv"},{"value":"Compendium.pf2e-animal-companions.AC-Features.GEVoWzCBjidkO6DG"},{"value":"Compendium.pf2e-animal-companions.AC-Features.8EJNylotPDelRtZK"},{"value":"Compendium.pf2e-animal-companions.AC-Features.XNgPUKsnRQO2OS2O"},{"value":"Compendium.pf2e-animal-companions.AC-Features.ZXrAWVLwKxz5kovL"}],"flag":"primaryStrike","key":"ChoiceSet","prompt":"Select the Details of the Primary Strike. These can be edited on the inventory tab later."},{"key":"GrantItem","uuid":"{item|flags.pf2e.rulesSelections.primaryStrike}"},{"key":"GrantItem","uuid":"Compendium.pf2e-animal-companions.AC-Features.v5dfcKYsaD0EvvtH"},{"key":"FlatModifier","selector":"hp-per-level","type":"item","value":"-@actor.data.data.abilities.con.mod"}],"slug":null,"schema":{"version":0.719,"lastMigration":{"datetime":"2022-02-11T15:17:15.291-05:00","version":{"schema":0.71,"foundry":"9.249","system":"3.3.1"}}},"keyAbility":{"value":[]},"items":{"il5oe":{"pack":"pf2e-animal-companions.AC-Features","id":"jQBe4yXTAcMt2kKQ","img":"systems/pf2e/icons/spells/devour-life.webp","name":"Eidolon Ability Boosts (5th)","level":5},"qnt39":{"pack":"pf2e-animal-companions.AC-Features","id":"0i2ZSrRpjKG0KV4U","img":"systems/pf2e/icons/spells/devour-life.webp","name":"Eidolon Ability Boosts (20th)","level":20},"k0uzu":{"pack":"pf2e-animal-companions.AC-Features","id":"GpeinpTPNrfAijp2","img":"systems/pf2e/icons/spells/devour-life.webp","name":"Eidolon Ability Boosts (15th)","level":15},"m99vd":{"pack":"pf2e-animal-companions.AC-Features","id":"iRlcl9MOhoEL943l","img":"systems/pf2e/icons/spells/devour-life.webp","name":"Eidolon Ability Boosts (10th)","level":10},"46m9q":{"pack":"pf2e.classfeatures","id":"QiMlJ33kNEoyh1M0","img":"systems/pf2e/icons/features/classes/shared-vigilance.webp","name":"Shared Vigilance","level":3},"qs3dj":{"pack":"pf2e.classfeatures","id":"eZPfHVz14j42jCnS","img":"systems/pf2e/icons/features/classes/resolve.webp","name":"Shared Resolve","level":15},"v3p8l":{"pack":"pf2e.classfeatures","id":"dZNAXTQovlWVvAyX","img":"systems/pf2e/icons/features/classes/lightning-reflexes.webp","name":"Shared Reflexes","level":9},"acx0x":{"pack":"pf2e.classfeatures","id":"q1Y12Pg2gQg2FJPR","img":"systems/pf2e/icons/features/classes/juggerenaut.webp","name":"Twin Juggernauts","level":11},"o16um":{"pack":"pf2e-animal-companions.AC-Features","id":"RsDBv9TwwNMnofud","img":"systems/pf2e/icons/features/classes/eidolon-symbiosis.webp","name":"Eidolon Symbiosis","level":7},"znxxl":{"pack":"pf2e-animal-companions.AC-Features","id":"E7DFHsVNS1xph8DT","img":"systems/pf2e/icons/features/classes/eidolon-transcendence.webp","name":"Eidolon Transcendence","level":17},"sl284":{"pack":"pf2e-animal-companions.AC-Features","id":"a6supDv34hhqsktB","img":"systems/pf2e/icons/features/classes/eidolon-weapon-specialization.webp","name":"Eidolon Weapon Specialization","level":7},"7hpon":{"pack":"pf2e-animal-companions.AC-Features","id":"VzJuYopRKC81GteD","img":"systems/pf2e/icons/features/classes/weapon-specialization.webp","name":"Greater Eidolon Specialization","level":15},"njojj":{"pack":"pf2e-animal-companions.AC-Features","id":"8PDmjqUZ1qfVhnFx","img":"systems/pf2e/icons/features/classes/eidolon-defensive-expertise.webp","name":"Eidolon Defensive Expertise","level":11},"0pcmz":{"pack":"pf2e-animal-companions.AC-Features","id":"bFHz5ZHKMGTDkggN","img":"systems/pf2e/icons/features/classes/eidolon-defensive-mastery.webp","name":"Eidolon Defensive Mastery","level":19},"dw7ap":{"pack":"pf2e-animal-companions.AC-Features","id":"rbOOv8FqBFQlTDeu","img":"systems/pf2e/icons/features/classes/eidolon-unarmed-mastery.webp","name":"Eidolon Unarmed Mastery","level":13},"86i1y":{"pack":"pf2e-animal-companions.AC-Features","id":"zF6bLjVwj7Njkqan","img":"systems/pf2e/icons/features/classes/eidolon-unarmed-expertise.webp","name":"Eidolon Unarmed Expertise","level":5}},"hp":0,"trainedSkills":{"value":["acr"],"additional":0,"custom":""},"perception":0,"savingThrows":{"fortitude":2,"reflex":1,"will":2},"attacks":{"simple":0,"martial":0,"advanced":0,"unarmed":1,"other":{"name":"","rank":0}},"defenses":{"unarmored":1,"light":0,"medium":0,"heavy":0},"classDC":0,"ancestryFeatLevels":{"value":[]},"classFeatLevels":{"value":[]},"generalFeatLevels":{"value":[]},"skillFeatLevels":{"value":[]},"skillIncreaseLevels":{"value":[]},"abilityBoostLevels":{"value":[]}},"effects":[],"folder":null,"sort":0,"permission":{"default":0,"0tWA9mscoVx3YLRI":3,"thw0Ox3kKEThnAFP":3},"flags":{"core":{"sourceId":"Item.4yrittMrVNhR2woZ"}}} {"_id":"yE9n6h53psgbYThV","name":"Effect: Seething Frenzy","type":"effect","img":"systems/pf2e/icons/features/classes/rage.webp","data":{"description":{"value":"The creature takes a -2 penalty to AC.
"},"source":{"value":""},"traits":{"value":[],"rarity":"common","custom":""},"rules":[{"key":"FlatModifier","selector":"ac","value":-2}],"slug":null,"schema":{"version":0.71,"lastMigration":null},"level":{"value":1},"duration":{"value":1,"unit":"minutes","sustained":false,"expiry":"turn-start"},"start":{"value":0,"initiative":null},"target":null,"tokenIcon":{"show":true},"badge":null},"effects":[],"folder":null,"sort":0,"permission":{"default":0,"0tWA9mscoVx3YLRI":3},"flags":{}} {"_id":"zF6bLjVwj7Njkqan","name":"Eidolon Unarmed Expertise","type":"feat","img":"systems/pf2e/icons/features/classes/eidolon-unarmed-expertise.webp","data":{"description":{"value":"Your eidolon becomes more capable of using its unarmed attacks. Its proficiency rank for unarmed attacks increases to expert.
"},"source":{"value":"Pathfinder Secrets of Magic"},"traits":{"value":[],"rarity":"common","custom":""},"rules":[{"key":"ActiveEffectLike","mode":"upgrade","path":"data.martial.unarmed.rank","value":2}],"slug":null,"schema":{"version":0.71,"lastMigration":null},"level":{"value":5},"featType":{"value":"classfeature"},"actionType":{"value":"passive"},"actionCategory":{"value":""},"actions":{"value":null},"prerequisites":{"value":[]},"location":""},"effects":[],"folder":null,"sort":0,"permission":{"default":0,"0tWA9mscoVx3YLRI":3},"flags":{}} -{"_id":"xPn27nNxcLOByTXJ","name":"Eidolon","type":"class","img":"systems/pf2e/icons/default-icons/class.svg","data":{"description":{"value":""},"source":{"value":"Pathfinder Secrets of Magic"},"traits":{"value":[],"rarity":"common","custom":""},"rules":[{"adjustName":false,"choices":[{"value":"Compendium.pf2e-animal-companions.AC-Features.8dyatrsCMoIPuOlE"},{"value":"Compendium.pf2e-animal-companions.AC-Features.8IodRUpyU4nXGyAv"},{"value":"Compendium.pf2e-animal-companions.AC-Features.cIAB28BfwNA2uTQv"},{"value":"Compendium.pf2e-animal-companions.AC-Features.GEVoWzCBjidkO6DG"},{"value":"Compendium.pf2e-animal-companions.AC-Features.8EJNylotPDelRtZK"},{"value":"Compendium.pf2e-animal-companions.AC-Features.XNgPUKsnRQO2OS2O"},{"value":"Compendium.pf2e-animal-companions.AC-Features.ZXrAWVLwKxz5kovL"}],"flag":"primaryStrike","key":"ChoiceSet","prompt":"Select the Details of the Primary Strike. These can be edited on the inventory tab later."},{"key":"GrantItem","uuid":"{item|flags.pf2e.rulesSelections.primaryStrike}"},{"key":"GrantItem","uuid":"Compendium.pf2e-animal-companions.AC-Features.v5dfcKYsaD0EvvtH"},{"key":"FlatModifier","selector":"hp-per-level","type":"item","value":"-@actor.data.data.abilities.con.mod"},{"key":"FlatModifier","selector":"hp","type":"item","value":1}],"slug":null,"schema":{"version":0.719,"lastMigration":{"datetime":"2022-02-11T15:17:15.291-05:00","version":{"schema":0.71,"foundry":"9.249","system":"3.3.1"}}},"keyAbility":{"value":[]},"items":{"il5oe":{"pack":"pf2e-animal-companions.AC-Features","id":"jQBe4yXTAcMt2kKQ","img":"systems/pf2e/icons/spells/devour-life.webp","name":"Eidolon Ability Boosts (5th)","level":5},"qnt39":{"pack":"pf2e-animal-companions.AC-Features","id":"0i2ZSrRpjKG0KV4U","img":"systems/pf2e/icons/spells/devour-life.webp","name":"Eidolon Ability Boosts (20th)","level":20},"k0uzu":{"pack":"pf2e-animal-companions.AC-Features","id":"GpeinpTPNrfAijp2","img":"systems/pf2e/icons/spells/devour-life.webp","name":"Eidolon Ability Boosts (15th)","level":15},"m99vd":{"pack":"pf2e-animal-companions.AC-Features","id":"iRlcl9MOhoEL943l","img":"systems/pf2e/icons/spells/devour-life.webp","name":"Eidolon Ability Boosts (10th)","level":10},"46m9q":{"pack":"pf2e.classfeatures","id":"QiMlJ33kNEoyh1M0","img":"systems/pf2e/icons/features/classes/shared-vigilance.webp","name":"Shared Vigilance","level":3},"qs3dj":{"pack":"pf2e.classfeatures","id":"eZPfHVz14j42jCnS","img":"systems/pf2e/icons/features/classes/resolve.webp","name":"Shared Resolve","level":15},"v3p8l":{"pack":"pf2e.classfeatures","id":"dZNAXTQovlWVvAyX","img":"systems/pf2e/icons/features/classes/lightning-reflexes.webp","name":"Shared Reflexes","level":9},"acx0x":{"pack":"pf2e.classfeatures","id":"q1Y12Pg2gQg2FJPR","img":"systems/pf2e/icons/features/classes/juggerenaut.webp","name":"Twin Juggernauts","level":11},"o16um":{"pack":"pf2e-animal-companions.AC-Features","id":"RsDBv9TwwNMnofud","img":"systems/pf2e/icons/features/classes/eidolon-symbiosis.webp","name":"Eidolon Symbiosis","level":7},"znxxl":{"pack":"pf2e-animal-companions.AC-Features","id":"E7DFHsVNS1xph8DT","img":"systems/pf2e/icons/features/classes/eidolon-transcendence.webp","name":"Eidolon Transcendence","level":17},"sl284":{"pack":"pf2e-animal-companions.AC-Features","id":"a6supDv34hhqsktB","img":"systems/pf2e/icons/features/classes/eidolon-weapon-specialization.webp","name":"Eidolon Weapon Specialization","level":7},"7hpon":{"pack":"pf2e-animal-companions.AC-Features","id":"VzJuYopRKC81GteD","img":"systems/pf2e/icons/features/classes/weapon-specialization.webp","name":"Greater Eidolon Specialization","level":15},"njojj":{"pack":"pf2e-animal-companions.AC-Features","id":"8PDmjqUZ1qfVhnFx","img":"systems/pf2e/icons/features/classes/eidolon-defensive-expertise.webp","name":"Eidolon Defensive Expertise","level":11},"0pcmz":{"pack":"pf2e-animal-companions.AC-Features","id":"bFHz5ZHKMGTDkggN","img":"systems/pf2e/icons/features/classes/eidolon-defensive-mastery.webp","name":"Eidolon Defensive Mastery","level":19},"dw7ap":{"pack":"pf2e-animal-companions.AC-Features","id":"rbOOv8FqBFQlTDeu","img":"systems/pf2e/icons/features/classes/eidolon-unarmed-mastery.webp","name":"Eidolon Unarmed Mastery","level":13},"86i1y":{"pack":"pf2e-animal-companions.AC-Features","id":"zF6bLjVwj7Njkqan","img":"systems/pf2e/icons/features/classes/eidolon-unarmed-expertise.webp","name":"Eidolon Unarmed Expertise","level":5}},"hp":0,"trainedSkills":{"value":["acr"],"additional":0,"custom":""},"perception":0,"savingThrows":{"fortitude":2,"reflex":1,"will":2},"attacks":{"simple":0,"martial":0,"advanced":0,"unarmed":1,"other":{"name":"","rank":0}},"defenses":{"unarmored":1,"light":0,"medium":0,"heavy":0},"classDC":0,"ancestryFeatLevels":{"value":[]},"classFeatLevels":{"value":[]},"generalFeatLevels":{"value":[]},"skillFeatLevels":{"value":[]},"skillIncreaseLevels":{"value":[]},"abilityBoostLevels":{"value":[]}},"effects":[],"folder":null,"sort":0,"permission":{"default":0,"0tWA9mscoVx3YLRI":3,"thw0Ox3kKEThnAFP":3},"flags":{"core":{"sourceId":"Item.4yrittMrVNhR2woZ"}}} -{"_id":"xPn27nNxcLOByTXJ","name":"Eidolon","type":"class","img":"systems/pf2e/icons/default-icons/class.svg","data":{"description":{"value":""},"source":{"value":"Pathfinder Secrets of Magic"},"traits":{"value":[],"rarity":"common","custom":""},"rules":[{"adjustName":false,"choices":[{"value":"Compendium.pf2e-animal-companions.AC-Features.8dyatrsCMoIPuOlE"},{"value":"Compendium.pf2e-animal-companions.AC-Features.8IodRUpyU4nXGyAv"},{"value":"Compendium.pf2e-animal-companions.AC-Features.cIAB28BfwNA2uTQv"},{"value":"Compendium.pf2e-animal-companions.AC-Features.GEVoWzCBjidkO6DG"},{"value":"Compendium.pf2e-animal-companions.AC-Features.8EJNylotPDelRtZK"},{"value":"Compendium.pf2e-animal-companions.AC-Features.XNgPUKsnRQO2OS2O"},{"value":"Compendium.pf2e-animal-companions.AC-Features.ZXrAWVLwKxz5kovL"}],"flag":"primaryStrike","key":"ChoiceSet","prompt":"Select the Details of the Primary Strike. These can be edited on the inventory tab later."},{"key":"GrantItem","uuid":"{item|flags.pf2e.rulesSelections.primaryStrike}"},{"key":"GrantItem","uuid":"Compendium.pf2e-animal-companions.AC-Features.v5dfcKYsaD0EvvtH"},{"key":"FlatModifier","selector":"hp-per-level","type":"item","value":"-@actor.data.data.abilities.con.mod"}],"slug":null,"schema":{"version":0.719,"lastMigration":{"datetime":"2022-02-11T15:17:15.291-05:00","version":{"schema":0.71,"foundry":"9.249","system":"3.3.1"}}},"keyAbility":{"value":[]},"items":{"il5oe":{"pack":"pf2e-animal-companions.AC-Features","id":"jQBe4yXTAcMt2kKQ","img":"systems/pf2e/icons/spells/devour-life.webp","name":"Eidolon Ability Boosts (5th)","level":5},"qnt39":{"pack":"pf2e-animal-companions.AC-Features","id":"0i2ZSrRpjKG0KV4U","img":"systems/pf2e/icons/spells/devour-life.webp","name":"Eidolon Ability Boosts (20th)","level":20},"k0uzu":{"pack":"pf2e-animal-companions.AC-Features","id":"GpeinpTPNrfAijp2","img":"systems/pf2e/icons/spells/devour-life.webp","name":"Eidolon Ability Boosts (15th)","level":15},"m99vd":{"pack":"pf2e-animal-companions.AC-Features","id":"iRlcl9MOhoEL943l","img":"systems/pf2e/icons/spells/devour-life.webp","name":"Eidolon Ability Boosts (10th)","level":10},"46m9q":{"pack":"pf2e.classfeatures","id":"QiMlJ33kNEoyh1M0","img":"systems/pf2e/icons/features/classes/shared-vigilance.webp","name":"Shared Vigilance","level":3},"qs3dj":{"pack":"pf2e.classfeatures","id":"eZPfHVz14j42jCnS","img":"systems/pf2e/icons/features/classes/resolve.webp","name":"Shared Resolve","level":15},"v3p8l":{"pack":"pf2e.classfeatures","id":"dZNAXTQovlWVvAyX","img":"systems/pf2e/icons/features/classes/lightning-reflexes.webp","name":"Shared Reflexes","level":9},"acx0x":{"pack":"pf2e.classfeatures","id":"q1Y12Pg2gQg2FJPR","img":"systems/pf2e/icons/features/classes/juggerenaut.webp","name":"Twin Juggernauts","level":11},"o16um":{"pack":"pf2e-animal-companions.AC-Features","id":"RsDBv9TwwNMnofud","img":"systems/pf2e/icons/features/classes/eidolon-symbiosis.webp","name":"Eidolon Symbiosis","level":7},"znxxl":{"pack":"pf2e-animal-companions.AC-Features","id":"E7DFHsVNS1xph8DT","img":"systems/pf2e/icons/features/classes/eidolon-transcendence.webp","name":"Eidolon Transcendence","level":17},"sl284":{"pack":"pf2e-animal-companions.AC-Features","id":"a6supDv34hhqsktB","img":"systems/pf2e/icons/features/classes/eidolon-weapon-specialization.webp","name":"Eidolon Weapon Specialization","level":7},"7hpon":{"pack":"pf2e-animal-companions.AC-Features","id":"VzJuYopRKC81GteD","img":"systems/pf2e/icons/features/classes/weapon-specialization.webp","name":"Greater Eidolon Specialization","level":15},"njojj":{"pack":"pf2e-animal-companions.AC-Features","id":"8PDmjqUZ1qfVhnFx","img":"systems/pf2e/icons/features/classes/eidolon-defensive-expertise.webp","name":"Eidolon Defensive Expertise","level":11},"0pcmz":{"pack":"pf2e-animal-companions.AC-Features","id":"bFHz5ZHKMGTDkggN","img":"systems/pf2e/icons/features/classes/eidolon-defensive-mastery.webp","name":"Eidolon Defensive Mastery","level":19},"dw7ap":{"pack":"pf2e-animal-companions.AC-Features","id":"rbOOv8FqBFQlTDeu","img":"systems/pf2e/icons/features/classes/eidolon-unarmed-mastery.webp","name":"Eidolon Unarmed Mastery","level":13},"86i1y":{"pack":"pf2e-animal-companions.AC-Features","id":"zF6bLjVwj7Njkqan","img":"systems/pf2e/icons/features/classes/eidolon-unarmed-expertise.webp","name":"Eidolon Unarmed Expertise","level":5}},"hp":0,"trainedSkills":{"value":["acr"],"additional":0,"custom":""},"perception":0,"savingThrows":{"fortitude":2,"reflex":1,"will":2},"attacks":{"simple":0,"martial":0,"advanced":0,"unarmed":1,"other":{"name":"","rank":0}},"defenses":{"unarmored":1,"light":0,"medium":0,"heavy":0},"classDC":0,"ancestryFeatLevels":{"value":[]},"classFeatLevels":{"value":[]},"generalFeatLevels":{"value":[]},"skillFeatLevels":{"value":[]},"skillIncreaseLevels":{"value":[]},"abilityBoostLevels":{"value":[]}},"effects":[],"folder":null,"sort":0,"permission":{"default":0,"0tWA9mscoVx3YLRI":3,"thw0Ox3kKEThnAFP":3},"flags":{"core":{"sourceId":"Item.4yrittMrVNhR2woZ"}}} -{"_id":"xPn27nNxcLOByTXJ","name":"Eidolon","type":"class","img":"systems/pf2e/icons/default-icons/class.svg","data":{"description":{"value":""},"source":{"value":"Pathfinder Secrets of Magic"},"traits":{"value":[],"rarity":"common","custom":""},"rules":[{"adjustName":false,"choices":[{"value":"Compendium.pf2e-animal-companions.AC-Features.8dyatrsCMoIPuOlE"},{"value":"Compendium.pf2e-animal-companions.AC-Features.8IodRUpyU4nXGyAv"},{"value":"Compendium.pf2e-animal-companions.AC-Features.cIAB28BfwNA2uTQv"},{"value":"Compendium.pf2e-animal-companions.AC-Features.GEVoWzCBjidkO6DG"},{"value":"Compendium.pf2e-animal-companions.AC-Features.8EJNylotPDelRtZK"},{"value":"Compendium.pf2e-animal-companions.AC-Features.XNgPUKsnRQO2OS2O"},{"value":"Compendium.pf2e-animal-companions.AC-Features.ZXrAWVLwKxz5kovL"}],"flag":"primaryStrike","key":"ChoiceSet","prompt":"Select the Details of the Primary Strike. These can be edited on the inventory tab later."},{"key":"GrantItem","uuid":"{item|flags.pf2e.rulesSelections.primaryStrike}"},{"key":"GrantItem","uuid":"Compendium.pf2e-animal-companions.AC-Features.v5dfcKYsaD0EvvtH"},{"key":"FlatModifier","selector":"hp-per-level","type":"item","value":"-@actor.data.data.abilities.con.mod"}],"slug":null,"schema":{"version":0.719,"lastMigration":{"datetime":"2022-02-11T15:17:15.291-05:00","version":{"schema":0.71,"foundry":"9.249","system":"3.3.1"}}},"keyAbility":{"value":[]},"items":{"il5oe":{"pack":"pf2e-animal-companions.AC-Features","id":"jQBe4yXTAcMt2kKQ","img":"systems/pf2e/icons/spells/devour-life.webp","name":"Eidolon Ability Boosts (5th)","level":5},"qnt39":{"pack":"pf2e-animal-companions.AC-Features","id":"0i2ZSrRpjKG0KV4U","img":"systems/pf2e/icons/spells/devour-life.webp","name":"Eidolon Ability Boosts (20th)","level":20},"k0uzu":{"pack":"pf2e-animal-companions.AC-Features","id":"GpeinpTPNrfAijp2","img":"systems/pf2e/icons/spells/devour-life.webp","name":"Eidolon Ability Boosts (15th)","level":15},"m99vd":{"pack":"pf2e-animal-companions.AC-Features","id":"iRlcl9MOhoEL943l","img":"systems/pf2e/icons/spells/devour-life.webp","name":"Eidolon Ability Boosts (10th)","level":10},"46m9q":{"pack":"pf2e.classfeatures","id":"QiMlJ33kNEoyh1M0","img":"systems/pf2e/icons/features/classes/shared-vigilance.webp","name":"Shared Vigilance","level":3},"qs3dj":{"pack":"pf2e.classfeatures","id":"eZPfHVz14j42jCnS","img":"systems/pf2e/icons/features/classes/resolve.webp","name":"Shared Resolve","level":15},"v3p8l":{"pack":"pf2e.classfeatures","id":"dZNAXTQovlWVvAyX","img":"systems/pf2e/icons/features/classes/lightning-reflexes.webp","name":"Shared Reflexes","level":9},"acx0x":{"pack":"pf2e.classfeatures","id":"q1Y12Pg2gQg2FJPR","img":"systems/pf2e/icons/features/classes/juggerenaut.webp","name":"Twin Juggernauts","level":11},"o16um":{"pack":"pf2e-animal-companions.AC-Features","id":"RsDBv9TwwNMnofud","img":"systems/pf2e/icons/features/classes/eidolon-symbiosis.webp","name":"Eidolon Symbiosis","level":7},"znxxl":{"pack":"pf2e-animal-companions.AC-Features","id":"E7DFHsVNS1xph8DT","img":"systems/pf2e/icons/features/classes/eidolon-transcendence.webp","name":"Eidolon Transcendence","level":17},"sl284":{"pack":"pf2e-animal-companions.AC-Features","id":"a6supDv34hhqsktB","img":"systems/pf2e/icons/features/classes/eidolon-weapon-specialization.webp","name":"Eidolon Weapon Specialization","level":7},"7hpon":{"pack":"pf2e-animal-companions.AC-Features","id":"VzJuYopRKC81GteD","img":"systems/pf2e/icons/features/classes/weapon-specialization.webp","name":"Greater Eidolon Specialization","level":15},"njojj":{"pack":"pf2e-animal-companions.AC-Features","id":"8PDmjqUZ1qfVhnFx","img":"systems/pf2e/icons/features/classes/eidolon-defensive-expertise.webp","name":"Eidolon Defensive Expertise","level":11},"0pcmz":{"pack":"pf2e-animal-companions.AC-Features","id":"bFHz5ZHKMGTDkggN","img":"systems/pf2e/icons/features/classes/eidolon-defensive-mastery.webp","name":"Eidolon Defensive Mastery","level":19},"dw7ap":{"pack":"pf2e-animal-companions.AC-Features","id":"rbOOv8FqBFQlTDeu","img":"systems/pf2e/icons/features/classes/eidolon-unarmed-mastery.webp","name":"Eidolon Unarmed Mastery","level":13},"86i1y":{"pack":"pf2e-animal-companions.AC-Features","id":"zF6bLjVwj7Njkqan","img":"systems/pf2e/icons/features/classes/eidolon-unarmed-expertise.webp","name":"Eidolon Unarmed Expertise","level":5}},"hp":0,"trainedSkills":{"value":["acr"],"additional":0,"custom":""},"perception":0,"savingThrows":{"fortitude":2,"reflex":1,"will":2},"attacks":{"simple":0,"martial":0,"advanced":0,"unarmed":1,"other":{"name":"","rank":0}},"defenses":{"unarmored":1,"light":0,"medium":0,"heavy":0},"classDC":0,"ancestryFeatLevels":{"value":[]},"classFeatLevels":{"value":[]},"generalFeatLevels":{"value":[]},"skillFeatLevels":{"value":[]},"skillIncreaseLevels":{"value":[]},"abilityBoostLevels":{"value":[]}},"effects":[],"folder":null,"sort":0,"permission":{"default":0,"0tWA9mscoVx3YLRI":3,"thw0Ox3kKEThnAFP":3},"flags":{"core":{"sourceId":"Item.4yrittMrVNhR2woZ"}}} -{"_id":"WyN2qQ2AP4cOMNxF","name":"Hallowed Strikes","type":"feat","img":"systems/pf2e/icons/spells/moonlight-ray.webp","data":{"description":{"value":"Your eidolon's attacks are hallowed by the celestial realms. Your eidolon's unarmed Strikes deal an extra [[/r {1}[good]]]{1 good Damage}; as usual, this extra damage harms only evil creatures or those with a weakness to good damage. Additionally, your eidolon can make nonlethal attacks with its unarmed attacks without taking the usual -2 circumstance penalty.
"},"source":{"value":""},"traits":{"value":[],"rarity":"common","custom":""},"rules":[{"key":"FlatModifier","selector":"damage","value":1,"damageType":"good","predicate":{"all":["target:trait:evil"]}}],"slug":null,"schema":{"version":0.709,"lastMigration":null},"level":{"value":0},"featType":{"value":"classfeature"},"onlyLevel1":false,"maxTakable":1,"actionType":{"value":"passive"},"actionCategory":{"value":"offensive"},"actions":{"value":null},"prerequisites":{"value":[]},"location":""},"effects":[],"folder":null,"sort":0,"permission":{"default":0,"0tWA9mscoVx3YLRI":3},"flags":{"core":{"sourceId":"Item.jSDsKX3BOHhvtgsD"}}} -{"_id":"WyN2qQ2AP4cOMNxF","name":"Hallowed Strikes","type":"feat","img":"systems/pf2e/icons/spells/moonlight-ray.webp","data":{"description":{"value":"Your eidolon's attacks are hallowed by the celestial realms. Your eidolon's unarmed Strikes deal an extra [[/r {1}[good]]]{1 good Damage}; as usual, this extra damage harms only evil creatures or those with a weakness to good damage. Additionally, your eidolon can make nonlethal attacks with its unarmed attacks without taking the usual -2 circumstance penalty.
"},"source":{"value":""},"traits":{"value":[],"rarity":"common","custom":""},"rules":[{"key":"FlatModifier","selector":"damage","value":1,"damageType":"good","predicate":{"all":["target:trait:evil"]}}],"slug":null,"schema":{"version":0.709,"lastMigration":null},"level":{"value":0},"featType":{"value":"classfeature"},"onlyLevel1":false,"maxTakable":1,"actionType":{"value":"passive"},"actionCategory":{"value":"offensive"},"actions":{"value":null},"prerequisites":{"value":[]},"location":""},"effects":[],"folder":null,"sort":0,"permission":{"default":0,"0tWA9mscoVx3YLRI":3},"flags":{"core":{"sourceId":"Item.jSDsKX3BOHhvtgsD"}}} +{"_id":"KrHyF5BSvYM6tFbB","name":"Advanced Maneuver","type":"feat","img":"systems/pf2e/icons/default-icons/feats.webp","data":{"description":{"value":""},"source":{"value":""},"traits":{"value":[],"rarity":"common","custom":""},"rules":[{"key":"GrantItem","uuid":"Compendium.pf2e-animal-companions.AC-Advanced-Maneuvers.ODGf6brAHHKrSAPo","predicate":{"not":["has-advanced-maneuver"],"all":["self:ancestry:bat"]},"replaceSelf":true},{"key":"GrantItem","uuid":"Compendium.pf2e-animal-companions.AC-Advanced-Maneuvers.WdTzlCO2i4loeYkQ","predicate":{"not":["has-advanced-maneuver"],"all":["self:ancestry:moth"]},"replaceSelf":true},{"key":"GrantItem","uuid":"Compendium.pf2e-animal-companions.AC-Advanced-Maneuvers.q0Vh2V6KlzdMi1Pv","predicate":{"not":["has-advanced-maneuver"],"all":["self:ancestry:cave-gecko"]},"replaceSelf":true},{"key":"GrantItem","uuid":"Compendium.pf2e-animal-companions.AC-Advanced-Maneuvers.FKh7ZMNyKxgnV7kI","predicate":{"not":["has-advanced-maneuver"],"all":["self:ancestry:arboreal-sapling"]},"replaceSelf":true},{"key":"GrantItem","uuid":"Compendium.pf2e-animal-companions.AC-Advanced-Maneuvers.Upr7u0KhPAIMOqXv","predicate":{"not":["has-advanced-maneuver"],"all":["self:ancestry:ulgrem-lurann"]},"replaceSelf":true},{"key":"GrantItem","uuid":"Compendium.pf2e-animal-companions.AC-Advanced-Maneuvers.F98ajoIakyOPEuwj","predicate":{"not":["has-advanced-maneuver"],"all":["self:ancestry:shark"]},"replaceSelf":true},{"key":"GrantItem","uuid":"Compendium.pf2e-animal-companions.AC-Advanced-Maneuvers.PAXJgysWqv3T0tTD","predicate":{"not":["has-advanced-maneuver"],"all":["self:ancestry:camel"]},"replaceSelf":true},{"key":"GrantItem","uuid":"Compendium.pf2e-animal-companions.AC-Advanced-Maneuvers.7C9iFWBpEOJs4Uo2","predicate":{"not":["has-advanced-maneuver"],"all":["self:ancestry:pterosaur"]},"replaceSelf":true},{"key":"GrantItem","uuid":"Compendium.pf2e-animal-companions.AC-Advanced-Maneuvers.uR3j6TAJFeOVUHpY","predicate":{"not":["has-advanced-maneuver"],"all":["self:ancestry:monitor-lizard"]},"replaceSelf":true},{"key":"GrantItem","uuid":"Compendium.pf2e-animal-companions.AC-Advanced-Maneuvers.xssFjTXqGlsaddvl","predicate":{"not":["has-advanced-maneuver"],"all":["self:ancestry:wolf"]},"replaceSelf":true},{"key":"GrantItem","uuid":"Compendium.pf2e-animal-companions.AC-Advanced-Maneuvers.7H8wqKtsAaSgyLyp","predicate":{"not":["has-advanced-maneuver"],"all":["self:ancestry:scorpion"]},"replaceSelf":true},{"key":"GrantItem","uuid":"Compendium.pf2e-animal-companions.AC-Advanced-Maneuvers.oisXYTTYE0TABboA","predicate":{"not":["has-advanced-maneuver"],"all":["self:ancestry:hyena"]},"replaceSelf":true},{"key":"GrantItem","uuid":"Compendium.pf2e-animal-companions.AC-Advanced-Maneuvers.tsOaXTRWQvsKTyaL","predicate":{"not":["has-advanced-maneuver"],"any":["self:ancestry:horse","self:ancestry:skeletal-mount"]},"replaceSelf":true},{"key":"GrantItem","uuid":"Compendium.pf2e-animal-companions.AC-Advanced-Maneuvers.0WtqP7Wei3AxHh5M","predicate":{"not":["has-advanced-maneuver"],"all":["self:ancestry:ape"]},"replaceSelf":true},{"key":"GrantItem","uuid":"Compendium.pf2e-animal-companions.AC-Advanced-Maneuvers.X4VjMfVVAjZjwcrT","predicate":{"not":["has-advanced-maneuver"],"all":["self:ancestry:bird"]},"replaceSelf":true},{"key":"GrantItem","uuid":"Compendium.pf2e-animal-companions.AC-Advanced-Maneuvers.g4JEtCnKXyY4LJpm","predicate":{"not":["has-advanced-maneuver"],"all":["self:ancestry:vulture"]},"replaceSelf":true},{"key":"GrantItem","uuid":"Compendium.pf2e-animal-companions.AC-Advanced-Maneuvers.pMPtswKNokDNyYR2","predicate":{"not":["has-advanced-maneuver"],"all":["self:ancestry:pangolin"]},"replaceSelf":true},{"key":"GrantItem","uuid":"Compendium.pf2e-animal-companions.AC-Advanced-Maneuvers.cpMkN79PdNci3nGp","predicate":{"not":["has-advanced-maneuver"],"all":["self:ancestry:capybara"]},"replaceSelf":true},{"key":"GrantItem","uuid":"Compendium.pf2e-animal-companions.AC-Advanced-Maneuvers.ttJ1CanrAuehoSV8","predicate":{"not":["has-advanced-maneuver"],"all":["self:ancestry:crocodile"]},"replaceSelf":true},{"key":"GrantItem","uuid":"Compendium.pf2e-animal-companions.AC-Advanced-Maneuvers.ClUiCoBn3lHBBK5c","predicate":{"not":["has-advanced-maneuver"],"all":["self:ancestry:dromaeosaur"]},"replaceSelf":true},{"key":"GrantItem","uuid":"Compendium.pf2e-animal-companions.AC-Advanced-Maneuvers.kKW68gi1FNJlNSOp","predicate":{"not":["has-advanced-maneuver"],"all":["self:ancestry:snake"]},"replaceSelf":true},{"key":"GrantItem","uuid":"Compendium.pf2e-animal-companions.AC-Advanced-Maneuvers.U0J8J5ukmqnOskE8","predicate":{"not":["has-advanced-maneuver"],"all":["self:ancestry:cat"]},"replaceSelf":true},{"key":"GrantItem","uuid":"Compendium.pf2e-animal-companions.AC-Advanced-Maneuvers.lrchn6ROZcuKCg3C","predicate":{"not":["has-advanced-maneuver"],"all":["self:ancestry:legchair"]},"replaceSelf":true},{"key":"GrantItem","uuid":"Compendium.pf2e-animal-companions.AC-Advanced-Maneuvers.8JdETVTpbZAgtBA3","predicate":{"not":["has-advanced-maneuver"],"all":["self:ancestry:riding-drake"]},"replaceSelf":true},{"key":"GrantItem","uuid":"Compendium.pf2e-animal-companions.AC-Advanced-Maneuvers.EwCqdvU8WOw2SSxm","predicate":{"not":["has-advanced-maneuver"],"all":["self:ancestry:boar"]},"replaceSelf":true},{"key":"GrantItem","uuid":"Compendium.pf2e-animal-companions.AC-Advanced-Maneuvers.oCgdnQP5bMDD02YC","predicate":{"not":["has-advanced-maneuver"],"all":["self:ancestry:bear"]},"replaceSelf":true},{"key":"GrantItem","uuid":"Compendium.pf2e-animal-companions.AC-Advanced-Maneuvers.EvuMVR9ut9wIHOtq","predicate":{"not":["has-advanced-maneuver"],"all":["self:ancestry:shadow-hound"]},"replaceSelf":true},{"key":"GrantItem","uuid":"Compendium.pf2e-animal-companions.AC-Advanced-Maneuvers.HLD4JW6SUn5Oy8C9","predicate":{"not":["has-advanced-maneuver"],"all":["self:ancestry:badger"]}},{"key":"GrantItem","uuid":"Compendium.pf2e-animal-companions.AC-Advanced-Maneuvers.zSlsnbvsGKdCTzL1","predicate":{"not":["has-advanced-maneuver"],"all":["self:ancestry:beetle"]},"replaceSelf":true},{"key":"GrantItem","uuid":"Compendium.pf2e-animal-companions.AC-Advanced-Maneuvers.6LvtdtVVwtbzqUXG","predicate":{"not":["has-advanced-maneuver"],"all":["self:ancestry:skeletal-servant"]},"replaceSelf":true},{"key":"GrantItem","uuid":"Compendium.pf2e-animal-companions.AC-Advanced-Maneuvers.cVrW2GGLVpydj8h5","predicate":{"not":["has-advanced-maneuver"],"all":["self:ancestry:vampiric-animal"]},"replaceSelf":true},{"key":"GrantItem","uuid":"Compendium.pf2e-animal-companions.AC-Advanced-Maneuvers.LaBfTYUsvoI3nscv","predicate":{"not":["has-advanced-maneuver"],"all":["self:ancestry:zombie"]},"replaceSelf":true},{"key":"GrantItem","uuid":"Compendium.pf2e-animal-companions.AC-Advanced-Maneuvers.oYEXImMSzg0eDqzR","predicate":{"not":["has-advanced-maneuver"],"all":["self:ancestry:elephant"]},"replaceSelf":true},{"key":"GrantItem","uuid":"Compendium.pf2e-animal-companions.AC-Advanced-Maneuvers.NMaMTiDB40L5O41S","predicate":{"not":["has-advanced-maneuver"],"all":["self:ancestry:ghost"]},"replaceSelf":true},{"key":"GrantItem","uuid":"Compendium.pf2e-animal-companions.AC-Advanced-Maneuvers.Uv49tQCwUUjaMCj5","predicate":{"not":["has-advanced-maneuver"],"all":["self:ancestry:gibtas"]},"replaceSelf":true},{"key":"GrantItem","uuid":"Compendium.pf2e-animal-companions.AC-Advanced-Maneuvers.JMHoCFb886K6dT1n","predicate":{"not":["has-advanced-maneuver"],"all":["self:ancestry:rhinoceros"]},"replaceSelf":true},{"key":"GrantItem","uuid":"Compendium.pf2e-animal-companions.AC-Advanced-Maneuvers.H1ElYt6KovGYGzLD","predicate":{"not":["has-advanced-maneuver"],"all":["self:ancestry:triceratops"]},"replaceSelf":true},{"key":"GrantItem","uuid":"Compendium.pf2e-animal-companions.AC-Advanced-Maneuvers.yXw82Zd5nkcCUfRQ","predicate":{"not":["has-advanced-maneuver"],"all":["self:ancestry:tyrannosaurus"]},"replaceSelf":true},{"key":"GrantItem","uuid":"Compendium.pf2e-animal-companions.AC-Advanced-Maneuvers.ow3S5zhS51Nj8tsI","predicate":{"not":["has-advanced-maneuver"],"all":["self:ancestry:skeletal-bird-of-prey"]},"replaceSelf":true},{"key":"GrantItem","uuid":"Compendium.pf2e-animal-companions.AC-Advanced-Maneuvers.AH3kNbdGLYaRjVAr","predicate":{"not":["has-advanced-maneuver"],"all":["self:ancestry:skeletal-constrictor"]},"replaceSelf":true},{"key":"GrantItem","uuid":"Compendium.pf2e-animal-companions.AC-Advanced-Maneuvers.MQv67R7KBIrJkshN","predicate":{"not":["has-advanced-maneuver"],"all":["self:ancestry:undead-hand"]},"replaceSelf":true},{"key":"GrantItem","uuid":"Compendium.pf2e-animal-companions.AC-Advanced-Maneuvers.9o7NwxGqohpa9M7r","predicate":{"not":["has-advanced-maneuver"],"all":["self:ancestry:zombie-carrion-bird"]},"replaceSelf":true},{"key":"GrantItem","uuid":"Compendium.pf2e-animal-companions.AC-Advanced-Maneuvers.h1Rldre8WVjUR5XO","predicate":{"not":["has-advanced-maneuver"],"all":["self:ancestry:zombie-mount"]},"replaceSelf":true}],"slug":null,"schema":{"version":0.708,"lastMigration":null},"level":{"value":14},"featType":{"value":"ancestryfeature"},"onlyLevel1":false,"maxTakable":1,"actionType":{"value":"passive"},"actionCategory":{"value":""},"actions":{"value":null},"prerequisites":{"value":[]},"location":""},"effects":[],"folder":null,"sort":0,"permission":{"default":0,"0tWA9mscoVx3YLRI":3},"flags":{"core":{"sourceId":"Item.4GUtdDCKZynlVWmC"}}} +{"_id":"KrHyF5BSvYM6tFbB","name":"Advanced Maneuver","type":"feat","img":"systems/pf2e/icons/default-icons/feats.webp","data":{"description":{"value":""},"source":{"value":""},"traits":{"value":[],"rarity":"common","custom":""},"rules":[{"key":"GrantItem","uuid":"Compendium.pf2e-animal-companions.AC-Advanced-Maneuvers.ODGf6brAHHKrSAPo","predicate":{"not":["has-advanced-maneuver"],"all":["self:ancestry:bat"]},"replaceSelf":true},{"key":"GrantItem","uuid":"Compendium.pf2e-animal-companions.AC-Advanced-Maneuvers.WdTzlCO2i4loeYkQ","predicate":{"not":["has-advanced-maneuver"],"all":["self:ancestry:moth"]},"replaceSelf":true},{"key":"GrantItem","uuid":"Compendium.pf2e-animal-companions.AC-Advanced-Maneuvers.q0Vh2V6KlzdMi1Pv","predicate":{"not":["has-advanced-maneuver"],"all":["self:ancestry:cave-gecko"]},"replaceSelf":true},{"key":"GrantItem","uuid":"Compendium.pf2e-animal-companions.AC-Advanced-Maneuvers.FKh7ZMNyKxgnV7kI","predicate":{"not":["has-advanced-maneuver"],"all":["self:ancestry:arboreal-sapling"]},"replaceSelf":true},{"key":"GrantItem","uuid":"Compendium.pf2e-animal-companions.AC-Advanced-Maneuvers.Upr7u0KhPAIMOqXv","predicate":{"not":["has-advanced-maneuver"],"all":["self:ancestry:ulgrem-lurann"]},"replaceSelf":true},{"key":"GrantItem","uuid":"Compendium.pf2e-animal-companions.AC-Advanced-Maneuvers.F98ajoIakyOPEuwj","predicate":{"not":["has-advanced-maneuver"],"all":["self:ancestry:shark"]},"replaceSelf":true},{"key":"GrantItem","uuid":"Compendium.pf2e-animal-companions.AC-Advanced-Maneuvers.PAXJgysWqv3T0tTD","predicate":{"not":["has-advanced-maneuver"],"all":["self:ancestry:camel"]},"replaceSelf":true},{"key":"GrantItem","uuid":"Compendium.pf2e-animal-companions.AC-Advanced-Maneuvers.7C9iFWBpEOJs4Uo2","predicate":{"not":["has-advanced-maneuver"],"all":["self:ancestry:pterosaur"]},"replaceSelf":true},{"key":"GrantItem","uuid":"Compendium.pf2e-animal-companions.AC-Advanced-Maneuvers.uR3j6TAJFeOVUHpY","predicate":{"not":["has-advanced-maneuver"],"all":["self:ancestry:monitor-lizard"]},"replaceSelf":true},{"key":"GrantItem","uuid":"Compendium.pf2e-animal-companions.AC-Advanced-Maneuvers.xssFjTXqGlsaddvl","predicate":{"not":["has-advanced-maneuver"],"all":["self:ancestry:wolf"]},"replaceSelf":true},{"key":"GrantItem","uuid":"Compendium.pf2e-animal-companions.AC-Advanced-Maneuvers.7H8wqKtsAaSgyLyp","predicate":{"not":["has-advanced-maneuver"],"all":["self:ancestry:scorpion"]},"replaceSelf":true},{"key":"GrantItem","uuid":"Compendium.pf2e-animal-companions.AC-Advanced-Maneuvers.oisXYTTYE0TABboA","predicate":{"not":["has-advanced-maneuver"],"all":["self:ancestry:hyena"]},"replaceSelf":true},{"key":"GrantItem","uuid":"Compendium.pf2e-animal-companions.AC-Advanced-Maneuvers.tsOaXTRWQvsKTyaL","predicate":{"not":["has-advanced-maneuver"],"any":["self:ancestry:horse","self:ancestry:skeletal-mount"]},"replaceSelf":true},{"key":"GrantItem","uuid":"Compendium.pf2e-animal-companions.AC-Advanced-Maneuvers.0WtqP7Wei3AxHh5M","predicate":{"not":["has-advanced-maneuver"],"all":["self:ancestry:ape"]},"replaceSelf":true},{"key":"GrantItem","uuid":"Compendium.pf2e-animal-companions.AC-Advanced-Maneuvers.X4VjMfVVAjZjwcrT","predicate":{"not":["has-advanced-maneuver"],"all":["self:ancestry:bird"]},"replaceSelf":true},{"key":"GrantItem","uuid":"Compendium.pf2e-animal-companions.AC-Advanced-Maneuvers.g4JEtCnKXyY4LJpm","predicate":{"not":["has-advanced-maneuver"],"all":["self:ancestry:vulture"]},"replaceSelf":true},{"key":"GrantItem","uuid":"Compendium.pf2e-animal-companions.AC-Advanced-Maneuvers.pMPtswKNokDNyYR2","predicate":{"not":["has-advanced-maneuver"],"all":["self:ancestry:pangolin"]},"replaceSelf":true},{"key":"GrantItem","uuid":"Compendium.pf2e-animal-companions.AC-Advanced-Maneuvers.cpMkN79PdNci3nGp","predicate":{"not":["has-advanced-maneuver"],"all":["self:ancestry:capybara"]},"replaceSelf":true},{"key":"GrantItem","uuid":"Compendium.pf2e-animal-companions.AC-Advanced-Maneuvers.ttJ1CanrAuehoSV8","predicate":{"not":["has-advanced-maneuver"],"all":["self:ancestry:crocodile"]},"replaceSelf":true},{"key":"GrantItem","uuid":"Compendium.pf2e-animal-companions.AC-Advanced-Maneuvers.ClUiCoBn3lHBBK5c","predicate":{"not":["has-advanced-maneuver"],"all":["self:ancestry:dromaeosaur"]},"replaceSelf":true},{"key":"GrantItem","uuid":"Compendium.pf2e-animal-companions.AC-Advanced-Maneuvers.kKW68gi1FNJlNSOp","predicate":{"not":["has-advanced-maneuver"],"all":["self:ancestry:snake"]},"replaceSelf":true},{"key":"GrantItem","uuid":"Compendium.pf2e-animal-companions.AC-Advanced-Maneuvers.U0J8J5ukmqnOskE8","predicate":{"not":["has-advanced-maneuver"],"all":["self:ancestry:cat"]},"replaceSelf":true},{"key":"GrantItem","uuid":"Compendium.pf2e-animal-companions.AC-Advanced-Maneuvers.lrchn6ROZcuKCg3C","predicate":{"not":["has-advanced-maneuver"],"all":["self:ancestry:legchair"]},"replaceSelf":true},{"key":"GrantItem","uuid":"Compendium.pf2e-animal-companions.AC-Advanced-Maneuvers.8JdETVTpbZAgtBA3","predicate":{"not":["has-advanced-maneuver"],"all":["self:ancestry:riding-drake"]},"replaceSelf":true},{"key":"GrantItem","uuid":"Compendium.pf2e-animal-companions.AC-Advanced-Maneuvers.EwCqdvU8WOw2SSxm","predicate":{"not":["has-advanced-maneuver"],"all":["self:ancestry:boar"]},"replaceSelf":true},{"key":"GrantItem","uuid":"Compendium.pf2e-animal-companions.AC-Advanced-Maneuvers.oCgdnQP5bMDD02YC","predicate":{"not":["has-advanced-maneuver"],"all":["self:ancestry:bear"]},"replaceSelf":true},{"key":"GrantItem","uuid":"Compendium.pf2e-animal-companions.AC-Advanced-Maneuvers.EvuMVR9ut9wIHOtq","predicate":{"not":["has-advanced-maneuver"],"all":["self:ancestry:shadow-hound"]},"replaceSelf":true},{"key":"GrantItem","uuid":"Compendium.pf2e-animal-companions.AC-Advanced-Maneuvers.HLD4JW6SUn5Oy8C9","predicate":{"not":["has-advanced-maneuver"],"all":["self:ancestry:badger"]},"replaceSelf":true},{"key":"GrantItem","uuid":"Compendium.pf2e-animal-companions.AC-Advanced-Maneuvers.zSlsnbvsGKdCTzL1","predicate":{"not":["has-advanced-maneuver"],"all":["self:ancestry:beetle"]},"replaceSelf":true},{"key":"GrantItem","uuid":"Compendium.pf2e-animal-companions.AC-Advanced-Maneuvers.6LvtdtVVwtbzqUXG","predicate":{"not":["has-advanced-maneuver"],"all":["self:ancestry:skeletal-servant"]},"replaceSelf":true},{"key":"GrantItem","uuid":"Compendium.pf2e-animal-companions.AC-Advanced-Maneuvers.cVrW2GGLVpydj8h5","predicate":{"not":["has-advanced-maneuver"],"all":["self:ancestry:vampiric-animal"]},"replaceSelf":true},{"key":"GrantItem","uuid":"Compendium.pf2e-animal-companions.AC-Advanced-Maneuvers.LaBfTYUsvoI3nscv","predicate":{"not":["has-advanced-maneuver"],"all":["self:ancestry:zombie"]},"replaceSelf":true},{"key":"GrantItem","uuid":"Compendium.pf2e-animal-companions.AC-Advanced-Maneuvers.oYEXImMSzg0eDqzR","predicate":{"not":["has-advanced-maneuver"],"all":["self:ancestry:elephant"]},"replaceSelf":true},{"key":"GrantItem","uuid":"Compendium.pf2e-animal-companions.AC-Advanced-Maneuvers.NMaMTiDB40L5O41S","predicate":{"not":["has-advanced-maneuver"],"all":["self:ancestry:ghost"]},"replaceSelf":true},{"key":"GrantItem","uuid":"Compendium.pf2e-animal-companions.AC-Advanced-Maneuvers.Uv49tQCwUUjaMCj5","predicate":{"not":["has-advanced-maneuver"],"all":["self:ancestry:gibtas"]},"replaceSelf":true},{"key":"GrantItem","uuid":"Compendium.pf2e-animal-companions.AC-Advanced-Maneuvers.JMHoCFb886K6dT1n","predicate":{"not":["has-advanced-maneuver"],"all":["self:ancestry:rhinoceros"]},"replaceSelf":true},{"key":"GrantItem","uuid":"Compendium.pf2e-animal-companions.AC-Advanced-Maneuvers.H1ElYt6KovGYGzLD","predicate":{"not":["has-advanced-maneuver"],"all":["self:ancestry:triceratops"]},"replaceSelf":true},{"key":"GrantItem","uuid":"Compendium.pf2e-animal-companions.AC-Advanced-Maneuvers.yXw82Zd5nkcCUfRQ","predicate":{"not":["has-advanced-maneuver"],"all":["self:ancestry:tyrannosaurus"]},"replaceSelf":true},{"key":"GrantItem","uuid":"Compendium.pf2e-animal-companions.AC-Advanced-Maneuvers.ow3S5zhS51Nj8tsI","predicate":{"not":["has-advanced-maneuver"],"all":["self:ancestry:skeletal-bird-of-prey"]},"replaceSelf":true},{"key":"GrantItem","uuid":"Compendium.pf2e-animal-companions.AC-Advanced-Maneuvers.AH3kNbdGLYaRjVAr","predicate":{"not":["has-advanced-maneuver"],"all":["self:ancestry:skeletal-constrictor"]},"replaceSelf":true},{"key":"GrantItem","uuid":"Compendium.pf2e-animal-companions.AC-Advanced-Maneuvers.MQv67R7KBIrJkshN","predicate":{"not":["has-advanced-maneuver"],"all":["self:ancestry:undead-hand"]},"replaceSelf":true},{"key":"GrantItem","uuid":"Compendium.pf2e-animal-companions.AC-Advanced-Maneuvers.9o7NwxGqohpa9M7r","predicate":{"not":["has-advanced-maneuver"],"all":["self:ancestry:zombie-carrion-bird"]},"replaceSelf":true},{"key":"GrantItem","uuid":"Compendium.pf2e-animal-companions.AC-Advanced-Maneuvers.h1Rldre8WVjUR5XO","predicate":{"not":["has-advanced-maneuver"],"all":["self:ancestry:zombie-mount"]},"replaceSelf":true}],"slug":null,"schema":{"version":0.708,"lastMigration":null},"level":{"value":14},"featType":{"value":"ancestryfeature"},"onlyLevel1":false,"maxTakable":1,"actionType":{"value":"passive"},"actionCategory":{"value":""},"actions":{"value":null},"prerequisites":{"value":[]},"location":""},"effects":[],"folder":null,"sort":0,"permission":{"default":0,"0tWA9mscoVx3YLRI":3},"flags":{"core":{"sourceId":"Item.4GUtdDCKZynlVWmC"}}} +{"_id":"KrHyF5BSvYM6tFbB","name":"Advanced Maneuver","type":"feat","img":"systems/pf2e/icons/default-icons/feats.webp","data":{"description":{"value":""},"source":{"value":""},"traits":{"value":[],"rarity":"common","custom":""},"rules":[{"key":"GrantItem","uuid":"Compendium.pf2e-animal-companions.AC-Advanced-Maneuvers.ODGf6brAHHKrSAPo","predicate":{"not":["has-advanced-maneuver"],"all":["self:ancestry:bat"]},"replaceSelf":true},{"key":"GrantItem","uuid":"Compendium.pf2e-animal-companions.AC-Advanced-Maneuvers.WdTzlCO2i4loeYkQ","predicate":{"not":["has-advanced-maneuver"],"all":["self:ancestry:moth"]},"replaceSelf":true},{"key":"GrantItem","uuid":"Compendium.pf2e-animal-companions.AC-Advanced-Maneuvers.q0Vh2V6KlzdMi1Pv","predicate":{"not":["has-advanced-maneuver"],"all":["self:ancestry:cave-gecko"]},"replaceSelf":true},{"key":"GrantItem","uuid":"Compendium.pf2e-animal-companions.AC-Advanced-Maneuvers.FKh7ZMNyKxgnV7kI","predicate":{"not":["has-advanced-maneuver"],"all":["self:ancestry:arboreal-sapling"]},"replaceSelf":true},{"key":"GrantItem","uuid":"Compendium.pf2e-animal-companions.AC-Advanced-Maneuvers.Upr7u0KhPAIMOqXv","predicate":{"not":["has-advanced-maneuver"],"all":["self:ancestry:ulgrem-lurann"]},"replaceSelf":true},{"key":"GrantItem","uuid":"Compendium.pf2e-animal-companions.AC-Advanced-Maneuvers.F98ajoIakyOPEuwj","predicate":{"not":["has-advanced-maneuver"],"all":["self:ancestry:shark"]},"replaceSelf":true},{"key":"GrantItem","uuid":"Compendium.pf2e-animal-companions.AC-Advanced-Maneuvers.PAXJgysWqv3T0tTD","predicate":{"not":["has-advanced-maneuver"],"all":["self:ancestry:camel"]},"replaceSelf":true},{"key":"GrantItem","uuid":"Compendium.pf2e-animal-companions.AC-Advanced-Maneuvers.7C9iFWBpEOJs4Uo2","predicate":{"not":["has-advanced-maneuver"],"all":["self:ancestry:pterosaur"]},"replaceSelf":true},{"key":"GrantItem","uuid":"Compendium.pf2e-animal-companions.AC-Advanced-Maneuvers.uR3j6TAJFeOVUHpY","predicate":{"not":["has-advanced-maneuver"],"all":["self:ancestry:monitor-lizard"]},"replaceSelf":true},{"key":"GrantItem","uuid":"Compendium.pf2e-animal-companions.AC-Advanced-Maneuvers.xssFjTXqGlsaddvl","predicate":{"not":["has-advanced-maneuver"],"all":["self:ancestry:wolf"]},"replaceSelf":true},{"key":"GrantItem","uuid":"Compendium.pf2e-animal-companions.AC-Advanced-Maneuvers.7H8wqKtsAaSgyLyp","predicate":{"not":["has-advanced-maneuver"],"all":["self:ancestry:scorpion"]},"replaceSelf":true},{"key":"GrantItem","uuid":"Compendium.pf2e-animal-companions.AC-Advanced-Maneuvers.oisXYTTYE0TABboA","predicate":{"not":["has-advanced-maneuver"],"all":["self:ancestry:hyena"]},"replaceSelf":true},{"key":"GrantItem","uuid":"Compendium.pf2e-animal-companions.AC-Advanced-Maneuvers.tsOaXTRWQvsKTyaL","predicate":{"not":["has-advanced-maneuver"],"any":["self:ancestry:horse","self:ancestry:skeletal-mount"]},"replaceSelf":true},{"key":"GrantItem","uuid":"Compendium.pf2e-animal-companions.AC-Advanced-Maneuvers.0WtqP7Wei3AxHh5M","predicate":{"not":["has-advanced-maneuver"],"all":["self:ancestry:ape"]},"replaceSelf":true},{"key":"GrantItem","uuid":"Compendium.pf2e-animal-companions.AC-Advanced-Maneuvers.X4VjMfVVAjZjwcrT","predicate":{"not":["has-advanced-maneuver"],"all":["self:ancestry:bird"]},"replaceSelf":true},{"key":"GrantItem","uuid":"Compendium.pf2e-animal-companions.AC-Advanced-Maneuvers.g4JEtCnKXyY4LJpm","predicate":{"not":["has-advanced-maneuver"],"all":["self:ancestry:vulture"]},"replaceSelf":true},{"key":"GrantItem","uuid":"Compendium.pf2e-animal-companions.AC-Advanced-Maneuvers.pMPtswKNokDNyYR2","predicate":{"not":["has-advanced-maneuver"],"all":["self:ancestry:pangolin"]},"replaceSelf":true},{"key":"GrantItem","uuid":"Compendium.pf2e-animal-companions.AC-Advanced-Maneuvers.cpMkN79PdNci3nGp","predicate":{"not":["has-advanced-maneuver"],"all":["self:ancestry:capybara"]},"replaceSelf":true},{"key":"GrantItem","uuid":"Compendium.pf2e-animal-companions.AC-Advanced-Maneuvers.ttJ1CanrAuehoSV8","predicate":{"not":["has-advanced-maneuver"],"all":["self:ancestry:crocodile"]},"replaceSelf":true},{"key":"GrantItem","uuid":"Compendium.pf2e-animal-companions.AC-Advanced-Maneuvers.ClUiCoBn3lHBBK5c","predicate":{"not":["has-advanced-maneuver"],"all":["self:ancestry:dromaeosaur"]},"replaceSelf":true},{"key":"GrantItem","uuid":"Compendium.pf2e-animal-companions.AC-Advanced-Maneuvers.kKW68gi1FNJlNSOp","predicate":{"not":["has-advanced-maneuver"],"all":["self:ancestry:snake"]},"replaceSelf":true},{"key":"GrantItem","uuid":"Compendium.pf2e-animal-companions.AC-Advanced-Maneuvers.U0J8J5ukmqnOskE8","predicate":{"not":["has-advanced-maneuver"],"all":["self:ancestry:cat"]},"replaceSelf":true},{"key":"GrantItem","uuid":"Compendium.pf2e-animal-companions.AC-Advanced-Maneuvers.lrchn6ROZcuKCg3C","predicate":{"not":["has-advanced-maneuver"],"all":["self:ancestry:legchair"]},"replaceSelf":true},{"key":"GrantItem","uuid":"Compendium.pf2e-animal-companions.AC-Advanced-Maneuvers.8JdETVTpbZAgtBA3","predicate":{"not":["has-advanced-maneuver"],"all":["self:ancestry:riding-drake"]},"replaceSelf":true},{"key":"GrantItem","uuid":"Compendium.pf2e-animal-companions.AC-Advanced-Maneuvers.EwCqdvU8WOw2SSxm","predicate":{"not":["has-advanced-maneuver"],"all":["self:ancestry:boar"]},"replaceSelf":true},{"key":"GrantItem","uuid":"Compendium.pf2e-animal-companions.AC-Advanced-Maneuvers.oCgdnQP5bMDD02YC","predicate":{"not":["has-advanced-maneuver"],"all":["self:ancestry:bear"]},"replaceSelf":true},{"key":"GrantItem","uuid":"Compendium.pf2e-animal-companions.AC-Advanced-Maneuvers.EvuMVR9ut9wIHOtq","predicate":{"not":["has-advanced-maneuver"],"all":["self:ancestry:shadow-hound"]},"replaceSelf":true},{"key":"GrantItem","uuid":"Compendium.pf2e-animal-companions.AC-Advanced-Maneuvers.HLD4JW6SUn5Oy8C9","predicate":{"not":["has-advanced-maneuver"],"all":["self:ancestry:badger"]},"replaceSelf":true},{"key":"GrantItem","uuid":"Compendium.pf2e-animal-companions.AC-Advanced-Maneuvers.zSlsnbvsGKdCTzL1","predicate":{"not":["has-advanced-maneuver"],"all":["self:ancestry:beetle"]},"replaceSelf":true},{"key":"GrantItem","uuid":"Compendium.pf2e-animal-companions.AC-Advanced-Maneuvers.6LvtdtVVwtbzqUXG","predicate":{"not":["has-advanced-maneuver"],"all":["self:ancestry:skeletal-servant"]},"replaceSelf":true},{"key":"GrantItem","uuid":"Compendium.pf2e-animal-companions.AC-Advanced-Maneuvers.cVrW2GGLVpydj8h5","predicate":{"not":["has-advanced-maneuver"],"all":["self:ancestry:vampiric-animal"]},"replaceSelf":true},{"key":"GrantItem","uuid":"Compendium.pf2e-animal-companions.AC-Advanced-Maneuvers.LaBfTYUsvoI3nscv","predicate":{"not":["has-advanced-maneuver"],"all":["self:ancestry:zombie"]},"replaceSelf":true},{"key":"GrantItem","uuid":"Compendium.pf2e-animal-companions.AC-Advanced-Maneuvers.oYEXImMSzg0eDqzR","predicate":{"not":["has-advanced-maneuver"],"all":["self:ancestry:elephant"]},"replaceSelf":true},{"key":"GrantItem","uuid":"Compendium.pf2e-animal-companions.AC-Advanced-Maneuvers.NMaMTiDB40L5O41S","predicate":{"not":["has-advanced-maneuver"],"all":["self:ancestry:ghost"]},"replaceSelf":true},{"key":"GrantItem","uuid":"Compendium.pf2e-animal-companions.AC-Advanced-Maneuvers.Uv49tQCwUUjaMCj5","predicate":{"not":["has-advanced-maneuver"],"all":["self:ancestry:gibtas"]},"replaceSelf":true},{"key":"GrantItem","uuid":"Compendium.pf2e-animal-companions.AC-Advanced-Maneuvers.JMHoCFb886K6dT1n","predicate":{"not":["has-advanced-maneuver"],"all":["self:ancestry:rhinoceros"]},"replaceSelf":true},{"key":"GrantItem","uuid":"Compendium.pf2e-animal-companions.AC-Advanced-Maneuvers.H1ElYt6KovGYGzLD","predicate":{"not":["has-advanced-maneuver"],"all":["self:ancestry:triceratops"]},"replaceSelf":true},{"key":"GrantItem","uuid":"Compendium.pf2e-animal-companions.AC-Advanced-Maneuvers.yXw82Zd5nkcCUfRQ","predicate":{"not":["has-advanced-maneuver"],"all":["self:ancestry:tyrannosaurus"]},"replaceSelf":true},{"key":"GrantItem","uuid":"Compendium.pf2e-animal-companions.AC-Advanced-Maneuvers.ow3S5zhS51Nj8tsI","predicate":{"not":["has-advanced-maneuver"],"all":["self:ancestry:skeletal-bird-of-prey"]},"replaceSelf":true},{"key":"GrantItem","uuid":"Compendium.pf2e-animal-companions.AC-Advanced-Maneuvers.AH3kNbdGLYaRjVAr","predicate":{"not":["has-advanced-maneuver"],"all":["self:ancestry:skeletal-constrictor"]},"replaceSelf":true},{"key":"GrantItem","uuid":"Compendium.pf2e-animal-companions.AC-Advanced-Maneuvers.MQv67R7KBIrJkshN","predicate":{"not":["has-advanced-maneuver"],"all":["self:ancestry:undead-hand"]},"replaceSelf":true},{"key":"GrantItem","uuid":"Compendium.pf2e-animal-companions.AC-Advanced-Maneuvers.9o7NwxGqohpa9M7r","predicate":{"not":["has-advanced-maneuver"],"all":["self:ancestry:zombie-carrion-bird"]},"replaceSelf":true},{"key":"GrantItem","uuid":"Compendium.pf2e-animal-companions.AC-Advanced-Maneuvers.h1Rldre8WVjUR5XO","predicate":{"not":["has-advanced-maneuver"],"all":["self:ancestry:zombie-mount"]},"replaceSelf":true}],"slug":null,"schema":{"version":0.708,"lastMigration":null},"level":{"value":14},"featType":{"value":"ancestryfeature"},"onlyLevel1":false,"maxTakable":1,"actionType":{"value":"passive"},"actionCategory":{"value":""},"actions":{"value":null},"prerequisites":{"value":[]},"location":""},"effects":[],"folder":null,"sort":0,"permission":{"default":0,"0tWA9mscoVx3YLRI":3},"flags":{"core":{"sourceId":"Item.4GUtdDCKZynlVWmC"}}} diff --git a/packs/ac-support-benefits.db b/packs/ac-support-benefits.db index 515760a..0ae7c46 100644 --- a/packs/ac-support-benefits.db +++ b/packs/ac-support-benefits.db @@ -13,15 +13,19 @@ {"_id":"Du0wsxf7TitL6wSb","name":"Dromaeosaur Support Benefit","type":"action","img":"systems/pf2e/icons/actions/OneAction.webp","data":{"description":{"value":"Your raptor constantly darts into flanking position. Until the start of your next turn, it counts as being in its space or an empty space of your choice within 10 feet when determining whether you and your companion are flanking; you can choose a different space for each of your attacks.
"},"source":{"value":""},"traits":{"value":[],"rarity":{"value":"common"},"custom":""},"rules":[],"slug":null,"schema":{"version":0.692,"lastMigration":{"datetime":"2021-11-20T02:33:11.354-05:00","version":{"schema":0.643,"foundry":"0.8.9","system":"2.19.0.9009"}}},"actionType":{"value":"action"},"actionCategory":{"value":"offensive"},"actions":{"value":1},"requirements":{"value":""},"trigger":{"value":""},"weapon":{"value":""}},"effects":[],"folder":null,"sort":0,"permission":{"default":0,"WG8TaxGEQOxXBO1S":3},"flags":{"core":{"sourceId":"Compendium.pf2e-animal-companions.AC-Support.Du0wsxf7TitL6wSb"}}} {"_id":"Fl1VEpYhmScEEon8","name":"Capybara Support Benefit","type":"action","img":"systems/pf2e/icons/actions/OneAction.webp","data":{"description":{"value":"Your capybara assists you in battle. You gain a +1 circumstance bonus on your next attack roll to Strike a foe within your capybara's reach. The bonus lasts until the first time you use it or until the beginning of your next turn, whichever comes first.
"},"source":{"value":""},"traits":{"value":[],"rarity":{"value":"common"},"custom":""},"rules":[],"slug":null,"schema":{"version":0.692,"lastMigration":{"datetime":"2021-11-20T02:33:11.355-05:00","version":{"schema":0.678,"foundry":"0.8.9","system":"2.19.0.9009"}}},"actionType":{"value":"action"},"actionCategory":{"value":"offensive"},"actions":{"value":1},"requirements":{"value":""},"trigger":{"value":""},"weapon":{"value":""}},"effects":[],"folder":null,"sort":0,"permission":{"default":0,"0tWA9mscoVx3YLRI":3},"flags":{"core":{"sourceId":"Compendium.pf2e-animal-companions.AC-Support.wf20kx6pPGBWwUn2"}}} {"_id":"HCQXxqMtH81jE1W5","name":"Cat Support Benefit","type":"action","img":"systems/pf2e/icons/actions/OneAction.webp","data":{"description":{"value":"Your cat throws your enemies off-balance when you create an opening. Until the start of your next turn, your Strikes that deal damage to a creature within your cat's reach make the target @Compendium[pf2e.conditionitems.Flat-Footed]{Flat-Footed} until the end of your next turn.
"},"source":{"value":""},"traits":{"value":[],"rarity":{"value":"common"},"custom":""},"rules":[],"slug":null,"schema":{"version":0.692,"lastMigration":{"datetime":"2021-11-20T02:33:11.356-05:00","version":{"schema":0.643,"foundry":"0.8.9","system":"2.19.0.9009"}}},"actionType":{"value":"action"},"actionCategory":{"value":"offensive"},"actions":{"value":1},"requirements":{"value":""},"trigger":{"value":""},"weapon":{"value":""}},"effects":[],"folder":null,"sort":0,"permission":{"default":0,"WG8TaxGEQOxXBO1S":3},"flags":{"core":{"sourceId":"Compendium.pf2e-animal-companions.AC-Support.HCQXxqMtH81jE1W5"}}} +{"_id":"N9fYaUuIgD6RQ7CY","name":"Zombie Mount Support Benefit","type":"action","img":"systems/pf2e/icons/actions/OneAction.webp","data":{"description":{"value":"Your zombie mount chews on your enemies. Until the start of your next turn, each time you Strike while riding the zombie mount and hit a creature in the zombie mount's reach, the creature takes [[/r {1d4}[bludgeoning]]]{1d4 bludgeoning damage} from the zombie mount. If your zombie mount is nimble or savage, the bludgeoning damage increases to [[/r {2d4}[bludgeoning]]]{2d4}. This benefit is based on a zombie horse or camel, but might deal piercing damage if your mount has sharp teeth.
"},"source":{"value":"Pathfinder #181: Zombie Feast"},"traits":{"value":[],"rarity":"common","custom":""},"rules":[],"slug":null,"schema":{"version":0.766,"lastMigration":{"datetime":"2022-07-26T12:26:45.294-04:00","version":{"schema":null,"foundry":"9.269","system":"3.12.2"}}},"actionType":{"value":"action"},"actionCategory":{"value":"offensive"},"actions":{"value":1},"requirements":{"value":""},"trigger":{"value":""},"deathNote":false},"effects":[],"folder":null,"sort":0,"permission":{"default":0,"thw0Ox3kKEThnAFP":3},"flags":{}} {"_id":"QEZUnvbdrgQJAUs0","name":"Vulture Support Benefit","type":"action","img":"systems/pf2e/icons/actions/OneAction.webp","data":{"description":{"value":"The vulture retches and vomits onto a foe within 10 feet. Until the start of your next turn, if you hit and deal damage to the target, the target must succeed at a Fortitude save or become @Compendium[pf2e.conditionitems.Sickened]{Sickened 1} (@Compendium[pf2e.conditionitems.Sickened]{Sickened 2} on a critical failure). The DC of the Fortitude save is 12 (or 14, if the vulture is a specialized animal companion) + your level + the vulture's Constitution modifier.
"},"source":{"value":""},"traits":{"value":[],"rarity":{"value":"common"},"custom":""},"rules":[],"slug":null,"schema":{"version":0.692,"lastMigration":{"datetime":"2021-11-20T02:33:11.356-05:00","version":{"schema":0.643,"foundry":"0.8.9","system":"2.19.0.9009"}}},"actionType":{"value":"action"},"actionCategory":{"value":"offensive"},"actions":{"value":1},"requirements":{"value":""},"trigger":{"value":""},"weapon":{"value":""}},"effects":[],"folder":null,"sort":0,"permission":{"default":0,"WG8TaxGEQOxXBO1S":3},"flags":{"core":{"sourceId":"Compendium.pf2e-animal-companions.AC-Support.QEZUnvbdrgQJAUs0"}}} {"_id":"QiQvx7jtfrkGnf13","name":"Pangolin Support Benefit","type":"action","img":"systems/pf2e/icons/actions/OneAction.webp","data":{"description":{"value":"Your pangolin tears at your enemies with its serrated plates. Until the start of your next turn, your Strikes that damage a creature in your pangolin's reach also deal [[/r {1d6}[persistent,bleed]]]{1d6} @Compendium[pf2e.conditionitems.Persistent Damage]{Persistent bleed Damage}. If your pangolin is nimble or savage, the persistent bleed damage increases to [[/r {2d6}[persistent,bleed]]]{2d6}.
"},"source":{"value":""},"traits":{"value":[],"rarity":{"value":"common"},"custom":""},"rules":[],"slug":null,"schema":{"version":0.692,"lastMigration":{"datetime":"2021-11-20T02:33:11.357-05:00","version":{"schema":0.678,"foundry":"0.8.9","system":"2.19.0.9009"}}},"actionType":{"value":"action"},"actionCategory":{"value":"offensive"},"actions":{"value":1},"requirements":{"value":""},"trigger":{"value":""},"weapon":{"value":""}},"effects":[],"folder":null,"sort":0,"permission":{"default":0,"0tWA9mscoVx3YLRI":3},"flags":{"core":{"sourceId":"Compendium.pf2e-animal-companions.AC-Support.wf20kx6pPGBWwUn2"}}} {"_id":"Qm0iwIYyy2gbnYXe","name":"Ape Support Benefit","type":"action","img":"systems/pf2e/icons/actions/OneAction.webp","data":{"description":{"value":"Your ape threatens your foes with menacing growls. Until the start of your next turn, if you hit and deal damage to a creature in your ape's reach, the creature becomes @Compendium[pf2e.conditionitems.Frightened]{Frightened 1}.
"},"source":{"value":""},"traits":{"value":["concentrate","emotion","fear","mental","visual"],"rarity":{"value":"common"},"custom":""},"rules":[],"slug":null,"schema":{"version":0.692,"lastMigration":{"datetime":"2021-11-20T02:33:11.358-05:00","version":{"schema":0.643,"foundry":"0.8.9","system":"2.19.0.9009"}}},"actionType":{"value":"action"},"actionCategory":{"value":"offensive"},"actions":{"value":1},"requirements":{"value":""},"trigger":{"value":""},"weapon":{"value":""}},"effects":[],"folder":null,"sort":0,"permission":{"default":0,"WG8TaxGEQOxXBO1S":3},"flags":{"core":{"sourceId":"Compendium.pf2e-animal-companions.AC-Support.Qm0iwIYyy2gbnYXe"}}} +{"_id":"Si13B4VFANZN8mi1","name":"Skeletal Constrictor Support Benefit","type":"action","img":"systems/pf2e/icons/actions/OneAction.webp","data":{"description":{"value":"Your snake sways, captivating an enemy. Choose one creature within 20 feet of the constrictor that can see it. Until the start of your next turn, your Strikes that deal damage to the chosen creature make the target @Compendium[pf2e.conditionitems.Flat-Footed]{Flat-Footed} until the end of your next turn.
"},"source":{"value":"Pathfinder #181: Zombie Feast"},"traits":{"value":[],"rarity":"common","custom":""},"rules":[],"slug":null,"schema":{"version":0.766,"lastMigration":{"datetime":"2022-07-26T12:26:45.294-04:00","version":{"schema":null,"foundry":"9.269","system":"3.12.2"}}},"actionType":{"value":"action"},"actionCategory":{"value":"offensive"},"actions":{"value":1},"requirements":{"value":""},"trigger":{"value":""},"deathNote":false},"effects":[],"folder":null,"sort":0,"permission":{"default":0,"thw0Ox3kKEThnAFP":3},"flags":{}} {"_id":"TDMhLC16cQOYBbmA","name":"Triceratops Support Benefit","type":"action","img":"systems/pf2e/icons/actions/OneAction.webp","data":{"description":{"value":"Your triceratops gores @Compendium[pf2e.conditionitems.Prone]{Prone} targets in your wake. Until the start of your next turn, your Strikes that damage a prone creature in your triceratops's reach also deal [[/r {1d8}[persistent,bleed]]]{1d8} @Compendium[pf2e.conditionitems.Persistent Damage]{Persistent bleed Damage}. If your triceratops is nimble or savage, the persistent bleed damage increases to [[/r 2d8]]{2d8}.
"},"source":{"value":"Pathfinder #177: Burning Tundra"},"traits":{"value":[],"rarity":"common","custom":""},"rules":[],"slug":null,"schema":{"version":0.74,"lastMigration":{"datetime":"2022-04-20T00:54:20.202-04:00","version":{"schema":0.739,"foundry":"9.268","system":"3.8.4"}}},"actionType":{"value":"action"},"actionCategory":{"value":"offensive"},"actions":{"value":1},"requirements":{"value":""},"trigger":{"value":""}},"effects":[],"folder":null,"sort":0,"permission":{"default":0,"thw0Ox3kKEThnAFP":3},"flags":{}} {"_id":"XrxIRaD1A5tpKm1t","name":"Tyrannosaurus Support Benefit","type":"action","img":"systems/pf2e/icons/actions/OneAction.webp","data":{"description":{"value":"Your tyrannosaurus roars and puts on a fearsome display as you attack, startling your foes. Until the start of your next turn, if you hit and deal damage to a creature within your tyrannosaurus's reach, the creature is @Compendium[pf2e.conditionitems.Frightened]{Frightened 1}.
"},"source":{"value":"Pathfinder #177: Burning Tundra"},"traits":{"value":[],"rarity":"common","custom":""},"rules":[],"slug":null,"schema":{"version":0.74,"lastMigration":{"datetime":"2022-04-20T00:54:20.202-04:00","version":{"schema":0.739,"foundry":"9.268","system":"3.8.4"}}},"actionType":{"value":"action"},"actionCategory":{"value":"offensive"},"actions":{"value":1},"requirements":{"value":""},"trigger":{"value":""}},"effects":[],"folder":null,"sort":0,"permission":{"default":0,"thw0Ox3kKEThnAFP":3},"flags":{}} {"_id":"YsLLV4J7L6fgzTXf","name":"Shark Support Benefit","type":"action","img":"systems/pf2e/icons/actions/OneAction.webp","data":{"description":{"value":"When your shark senses blood, it tears into your enemies. Until the start of your next turn, each time you hit a creature in the shark's reach with a Strike and deal slashing or piercing damage, the creature takes [[/r 1d8 # slashing damage]]{1d8 slashing damage} from the shark. If your shark is nimble or savage, the slashing damage increases to [[/r 2d8 # slashing damage]]{2d8}.
"},"source":{"value":""},"traits":{"value":[],"rarity":{"value":"common"},"custom":""},"rules":[],"slug":null,"schema":{"version":0.692,"lastMigration":{"datetime":"2021-11-20T02:33:11.359-05:00","version":{"schema":0.643,"foundry":"0.8.9","system":"2.19.0.9009"}}},"actionType":{"value":"action"},"actionCategory":{"value":"offensive"},"actions":{"value":1},"requirements":{"value":""},"trigger":{"value":""},"weapon":{"value":""}},"effects":[],"folder":null,"sort":0,"permission":{"default":0,"WG8TaxGEQOxXBO1S":3},"flags":{"core":{"sourceId":"Compendium.pf2e-animal-companions.AC-Support.YsLLV4J7L6fgzTXf"}}} +{"_id":"bEkXle5FLNxnp3IE","name":"Undead Bird of Prey Support Benefit","type":"action","img":"systems/pf2e/icons/actions/OneAction.webp","data":{"description":{"value":"The bird flaps around and throws your foe off balance. Until the start of your next turn, when you damage a creature in the bird's reach with a Strike, that creature becomes @Compendium[pf2e.conditionitems.Clumsy]{Clumsy 1} until the end of your next turn.
"},"source":{"value":"Pathfinder #181: Zombie Feast"},"traits":{"value":[],"rarity":"common","custom":""},"rules":[],"slug":null,"schema":{"version":0.766,"lastMigration":{"datetime":"2022-07-26T12:26:45.294-04:00","version":{"schema":null,"foundry":"9.269","system":"3.12.2"}}},"actionType":{"value":"action"},"actionCategory":{"value":"offensive"},"actions":{"value":1},"requirements":{"value":""},"trigger":{"value":""},"deathNote":false},"effects":[],"folder":null,"sort":0,"permission":{"default":0,"thw0Ox3kKEThnAFP":3},"flags":{}} {"_id":"bHaJZSm7SakAsk00","name":"Skeletal Servant Support Benefit","type":"action","img":"systems/pf2e/icons/actions/OneAction.webp","data":{"description":{"value":"Your skeletal servant jabs bones into your enemies to distract them while you attack. Until the start of your next turn, when a Strike you make hits and deals damage to a creature within your skeletal servant's reach, that target becomes @Compendium[pf2e.conditionitems.AJh5ex99aV6VTggg]{Flat-Footed} until the end of your next turn.
"},"source":{"value":"Pathfinder Book of the Dead"},"traits":{"value":[],"rarity":"common","custom":""},"rules":[],"slug":null,"schema":{"version":0.74,"lastMigration":{"datetime":"2022-04-20T01:05:56.237-04:00","version":{"schema":null,"foundry":"9.268","system":"3.8.4"}}},"actionType":{"value":"action"},"actionCategory":{"value":"offensive"},"actions":{"value":1},"requirements":{"value":""},"trigger":{"value":""}},"effects":[],"folder":null,"sort":0,"permission":{"default":0,"thw0Ox3kKEThnAFP":3},"flags":{}} {"_id":"bO92dKyk8V4aM0NP","name":"Arboreal Sapling Support Benefit","type":"action","img":"systems/pf2e/icons/actions/OneAction.webp","data":{"description":{"value":"Your arboreal sapling plants roots around your foe, impeding its movement. Until the start of your next turn, if you hit and deal damage to a creature in your arboreal sapling's reach, the first square the creature moves into after taking that damage is difficult terrain.
"},"source":{"value":""},"traits":{"value":[],"rarity":{"value":"common"},"custom":""},"rules":[],"slug":null,"schema":{"version":0.692,"lastMigration":{"datetime":"2021-11-20T02:33:11.360-05:00","version":{"schema":0.643,"foundry":"0.8.9","system":"2.19.0.9009"}}},"actionType":{"value":"action"},"actionCategory":{"value":"offensive"},"actions":{"value":1},"requirements":{"value":""},"trigger":{"value":""},"weapon":{"value":""}},"effects":[],"folder":null,"sort":0,"permission":{"default":0,"WG8TaxGEQOxXBO1S":3},"flags":{"core":{"sourceId":"Compendium.pf2e-animal-companions.AC-Support.bO92dKyk8V4aM0NP"}}} {"_id":"h65iGxPkfrT8DdPv","name":"Shadow Hound Support Benefit","type":"action","img":"systems/pf2e/icons/actions/OneAction.webp","data":{"description":{"value":"Your shadow hound shrouds your foes in shadow when you leave an opening. Until the start of your next turn, when you damage a creature with a Strike and that creature is within reach of your shadow hound, both you and your shadow hound become @Compendium[pf2e.conditionitems.Concealed]{Concealed} to the creature until the end of your next turn.
"},"source":{"value":""},"traits":{"value":[],"rarity":{"value":"common"},"custom":""},"rules":[],"slug":null,"schema":{"version":0.692,"lastMigration":{"datetime":"2021-11-20T02:33:11.360-05:00","version":{"schema":0.656,"foundry":"0.8.9","system":"2.19.0.9009"}}},"actionType":{"value":"action"},"actionCategory":{"value":"offensive"},"actions":{"value":1},"requirements":{"value":""},"trigger":{"value":""}},"effects":[],"folder":null,"sort":0,"permission":{"default":0,"vD7HMkL8eJh8gXaP":3},"flags":{"core":{"sourceId":"Compendium.pf2e-animal-companions.AC-Support.h65iGxPkfrT8DdPv"}}} +{"_id":"imNJpD4afn4UrLpu","name":"Undead Hand Support Benefit","type":"action","img":"systems/pf2e/icons/actions/OneAction.webp","data":{"description":{"value":"The hand viciously batters the foes you attack. Until the start of your next turn, each time you hit a creature in the hand's reach with a Strike, the creature takes [[/r {1d6}[bludgeoning]]]{1d6 bludgeoning damage} from the hand. If your hand is nimble or savage, the bludgeoning damage increases to [[/r {2d6}[bludgeoning]]]{2d6}.
"},"source":{"value":"Pathfinder #181: Zombie Feast"},"traits":{"value":[],"rarity":"common","custom":""},"rules":[],"slug":null,"schema":{"version":0.766,"lastMigration":{"datetime":"2022-07-26T12:26:45.294-04:00","version":{"schema":null,"foundry":"9.269","system":"3.12.2"}}},"actionType":{"value":"action"},"actionCategory":{"value":"offensive"},"actions":{"value":1},"requirements":{"value":""},"trigger":{"value":""},"deathNote":false},"effects":[],"folder":null,"sort":0,"permission":{"default":0,"thw0Ox3kKEThnAFP":3},"flags":{}} {"_id":"kZvomyJobGrDs1MU","name":"Legchair Support Benefit","type":"action","img":"systems/pf2e/icons/actions/OneAction.webp","data":{"description":{"value":"Your legchair moves its limbs in the way of enemy attacks. You gain @Compendium[pf2e.equipment-effects.lKkQvMzNG55Yhyef]{Lesser Cover} from your legchair against all attacks, not just ones where the legchair would be in the way.
"},"source":{"value":""},"traits":{"value":[],"rarity":{"value":"common"},"custom":""},"rules":[],"slug":null,"schema":{"version":0.692,"lastMigration":{"datetime":"2021-11-20T02:33:11.361-05:00","version":{"schema":0.678,"foundry":"0.8.9","system":"2.19.0.9009"}}},"actionType":{"value":"action"},"actionCategory":{"value":"offensive"},"actions":{"value":1},"requirements":{"value":""},"trigger":{"value":""},"weapon":{"value":""}},"effects":[],"folder":null,"sort":0,"permission":{"default":0,"0tWA9mscoVx3YLRI":3},"flags":{"core":{"sourceId":"Compendium.pf2e-animal-companions.AC-Support.wf20kx6pPGBWwUn2"}}} {"_id":"kecawjDhBFz5QA4f","name":"Rhinoceros Support Benefit","type":"action","img":"systems/pf2e/icons/actions/OneAction.webp","data":{"description":{"value":"Your rhino swings its heavy head to unbalance your enemy. The first creature within your rhino's reach that you hit and deal damage to before the start of your next turn becomes @Compendium[pf2e.conditionitems.Clumsy]{Clumsy 1} until the end of your next turn.
"},"source":{"value":"Pathfinder #177: Burning Tundra"},"traits":{"value":[],"rarity":"common","custom":""},"rules":[],"slug":null,"schema":{"version":0.74,"lastMigration":{"datetime":"2022-04-20T00:54:20.202-04:00","version":{"schema":0.739,"foundry":"9.268","system":"3.8.4"}}},"actionType":{"value":"action"},"actionCategory":{"value":"offensive"},"actions":{"value":1},"requirements":{"value":""},"trigger":{"value":""}},"effects":[],"folder":null,"sort":0,"permission":{"default":0,"thw0Ox3kKEThnAFP":3},"flags":{}} {"_id":"lzaNwsSxjVPH1nzn","name":"Camel Support benefit","type":"action","img":"systems/pf2e/icons/actions/OneAction.webp","data":{"description":{"value":"The camel makes a ranged attack to spit a long string of saliva at a foe within 10 feet. On a hit, the foe is @Compendium[pf2e.conditionitems.Dazzled]{Dazzled} for 1 round.
"},"source":{"value":""},"traits":{"value":[],"rarity":{"value":"common"},"custom":""},"rules":[],"slug":null,"schema":{"version":0.692,"lastMigration":{"datetime":"2021-11-20T02:33:11.362-05:00","version":{"schema":0.643,"foundry":"0.8.9","system":"2.19.0.9009"}}},"actionType":{"value":"action"},"actionCategory":{"value":"interaction"},"actions":{"value":1},"requirements":{"value":""},"trigger":{"value":""},"weapon":{"value":""}},"effects":[],"folder":null,"sort":0,"permission":{"default":0,"WG8TaxGEQOxXBO1S":3},"flags":{"core":{"sourceId":"Compendium.pf2e-animal-companions.AC-Support.lzaNwsSxjVPH1nzn"}}} @@ -32,9 +36,9 @@ {"_id":"r7QN2lUVWXlcynMW","name":"Elephant Support Benefit","type":"action","img":"systems/pf2e/icons/actions/OneAction.webp","data":{"description":{"value":"Your elephant trumpets noisily and menaces your enemy. The first creature within your elephant's reach that you hit and deal damage to before the start of your next turn has difficulty hearing as its ears ring from the noise, taking a -4 status penalty to purely auditory Perception checks until the end of your next turn.
"},"source":{"value":"Pathfinder #177: Burning Tundra"},"traits":{"value":[],"rarity":"common","custom":""},"rules":[],"slug":null,"schema":{"version":0.74,"lastMigration":{"datetime":"2022-04-20T00:54:20.201-04:00","version":{"schema":0.739,"foundry":"9.268","system":"3.8.4"}}},"actionType":{"value":"action"},"actionCategory":{"value":"offensive"},"actions":{"value":1},"requirements":{"value":""},"trigger":{"value":""}},"effects":[],"folder":null,"sort":0,"permission":{"default":0,"thw0Ox3kKEThnAFP":3},"flags":{}} {"_id":"trujzLuDqjQ7nJEO","name":"Snake Support Benefit","type":"action","img":"systems/pf2e/icons/actions/OneAction.webp","data":{"description":{"value":"Your snake holds your enemies with its coils, interfering with reactions. Until the start of your next turn, any creature your snake threatens can't use reactions triggered by your actions unless its level is higher than yours.
"},"source":{"value":""},"traits":{"value":[],"rarity":{"value":"common"},"custom":""},"rules":[],"slug":null,"schema":{"version":0.692,"lastMigration":{"datetime":"2021-11-20T02:33:11.365-05:00","version":{"schema":0.643,"foundry":"0.8.9","system":"2.19.0.9009"}}},"actionType":{"value":"action"},"actionCategory":{"value":"offensive"},"actions":{"value":1},"requirements":{"value":""},"trigger":{"value":""},"weapon":{"value":""}},"effects":[],"folder":null,"sort":0,"permission":{"default":0,"WG8TaxGEQOxXBO1S":3},"flags":{"core":{"sourceId":"Compendium.pf2e-animal-companions.AC-Support.trujzLuDqjQ7nJEO"}}} {"name":"Ulgrem-Lurann Support Benefit","type":"action","img":"systems/pf2e/icons/actions/OneAction.webp","data":{"description":{"value":"The Ulgrem-Lurann grabs at your foe and zaps it. Until the start of your next turn, each time you hit a creature in the Ulgrem-Lurann's reach with a Strike, the creature takes an additional [[/r {1d4}[piercing]]]{1d4 piercing damage} and [[/r {1d4}[electricity]]]{1d4 electricity damage} from the Ulgrem-Lurann. If the Ulgrem-Lurann is nimble or savage, the piercing damage and electricity damage each increase to [[/r 2d4]]{2d4}.
"},"source":{"value":""},"traits":{"value":[],"rarity":{"value":"common"},"custom":""},"rules":[],"slug":null,"schema":{"version":0.706,"lastMigration":null},"actionType":{"value":"action"},"actionCategory":{"value":"offensive"},"actions":{"value":1},"requirements":{"value":""},"trigger":{"value":""}},"effects":[],"folder":null,"sort":0,"permission":{"default":0,"0tWA9mscoVx3YLRI":3},"flags":{"core":{"sourceId":"Item.qTD1AGkv9Vd9mXRn"}},"_id":"uZLtEOimbFnEDUKh"} -{"_id":"wf20kx6pPGBWwUn2","name":"Horse Support Benefit","type":"action","img":"systems/pf2e/icons/actions/OneAction.webp","data":{"description":{"value":"Your horse adds momentum to your charge. Until the start of your next turn, if you moved at least 10 feet on the action before your attack, add a circumstance bonus to damage to that attack equal to twice the number of damage dice. If your weapon already has the jousting weapon trait, increase the trait's damage bonus by 2 per die instead.
"},"source":{"value":""},"traits":{"value":[],"rarity":{"value":"common"},"custom":""},"rules":[],"slug":null,"schema":{"version":0.692,"lastMigration":{"datetime":"2021-11-20T02:33:11.366-05:00","version":{"schema":0.643,"foundry":"0.8.9","system":"2.19.0.9009"}}},"actionType":{"value":"action"},"actionCategory":{"value":"offensive"},"actions":{"value":1},"requirements":{"value":""},"trigger":{"value":""},"weapon":{"value":""}},"effects":[],"folder":null,"sort":0,"permission":{"default":0,"WG8TaxGEQOxXBO1S":3},"flags":{"core":{"sourceId":"Compendium.pf2e-animal-companions.AC-Support.wf20kx6pPGBWwUn2"}}} +{"_id":"wf20kx6pPGBWwUn2","name":"Horse Support Benefit","type":"action","img":"systems/pf2e/icons/actions/OneAction.webp","data":{"description":{"value":"Your horse adds momentum to your charge. Until the start of your next turn, if you moved at least 10 feet on the action before your Strike, add a circumstance bonus to damage to that Strike equal to twice the number of damage dice. If your weapon already has the jousting weapon trait, increase the trait's damage bonus by 2 per die instead.
"},"source":{"value":""},"traits":{"value":[],"rarity":{"value":"common"},"custom":""},"rules":[],"slug":null,"schema":{"version":0.692,"lastMigration":{"datetime":"2021-11-20T02:33:11.366-05:00","version":{"schema":0.643,"foundry":"0.8.9","system":"2.19.0.9009"}}},"actionType":{"value":"action"},"actionCategory":{"value":"offensive"},"actions":{"value":1},"requirements":{"value":""},"trigger":{"value":""},"deathNote":false,"weapon":{"value":""}},"effects":[],"folder":null,"sort":0,"permission":{"default":0,"WG8TaxGEQOxXBO1S":3},"flags":{"core":{"sourceId":"Compendium.pf2e-animal-companions.AC-Support.wf20kx6pPGBWwUn2"}}} {"_id":"wlh1poSMLK9wk2Nw","name":"Hyena Support Benefit","type":"action","img":"systems/pf2e/icons/actions/OneAction.webp","data":{"description":{"value":"The hyena mockingly yowls at your enemies and bites at them when you create an opening. Until the start of your next turn, each time you hit a creature in the hyena's reach with a Strike, the creature becomes @Compendium[pf2e.conditionitems.Frightened]{Frightened 1}.
"},"source":{"value":""},"traits":{"value":[],"rarity":{"value":"common"},"custom":""},"rules":[],"slug":null,"schema":{"version":0.692,"lastMigration":{"datetime":"2021-11-20T02:33:11.368-05:00","version":{"schema":0.643,"foundry":"0.8.9","system":"2.19.0.9009"}}},"actionType":{"value":"action"},"actionCategory":{"value":"offensive"},"actions":{"value":1},"requirements":{"value":""},"trigger":{"value":""},"weapon":{"value":""}},"effects":[],"folder":null,"sort":0,"permission":{"default":0,"WG8TaxGEQOxXBO1S":3},"flags":{"core":{"sourceId":"Compendium.pf2e-animal-companions.AC-Support.wlh1poSMLK9wk2Nw"}}} {"_id":"xtXdDC5KrUqh7eCu","name":"Scorpion Support Benefit","type":"action","img":"systems/pf2e/icons/actions/OneAction.webp","data":{"description":{"value":"Your scorpion drips poison from its stinger when you create an opening. Until the start of your next turn, your Strikes that damage a creature in your scorpion's reach also deal [[/r 1d6 # persistent poison damage]]{1d6} @Compendium[pf2e.conditionitems.lDVqvLKA6eF3Df60]{Persistent poison Damage}. If your scorpion is nimble or savage, the persistent poison damage increases to [[/r 2d6 # persistent poison damage]]{2d6}.
"},"source":{"value":""},"traits":{"value":[],"rarity":{"value":"common"},"custom":""},"rules":[],"slug":null,"schema":{"version":0.692,"lastMigration":{"datetime":"2021-11-20T02:33:11.369-05:00","version":{"schema":0.643,"foundry":"0.8.9","system":"2.19.0.9009"}}},"actionType":{"value":"action"},"actionCategory":{"value":"offensive"},"actions":{"value":1},"requirements":{"value":""},"trigger":{"value":""},"weapon":{"value":""}},"effects":[],"folder":null,"sort":0,"permission":{"default":0,"WG8TaxGEQOxXBO1S":3},"flags":{"core":{"sourceId":"Compendium.pf2e-animal-companions.AC-Support.xtXdDC5KrUqh7eCu"}}} {"_id":"yAYlM3aIRYnqx6j8","name":"Zombie Support Benefit","type":"action","img":"systems/pf2e/icons/actions/OneAction.webp","data":{"description":{"value":"The zombie emits an aura of rot, causing wounds to fester. Until the start of your next turn, each time you hit a creature that's within 10 feet of the zombie and you deal damage, the creature takes an additional [[/r 1d6]] damage as the wound festers. If your zombie is nimble or savage, the damage increases to [[/r 2d6]]. This is a disease and necromancy effect.
"},"source":{"value":"Pathfinder Book of the Dead"},"traits":{"value":["disease","necromancy"],"rarity":"common","custom":""},"rules":[],"slug":null,"schema":{"version":0.74,"lastMigration":{"datetime":"2022-04-20T01:17:44.676-04:00","version":{"schema":null,"foundry":"9.268","system":"3.8.4"}}},"actionType":{"value":"action"},"actionCategory":{"value":"offensive"},"actions":{"value":1},"requirements":{"value":""},"trigger":{"value":""}},"effects":[],"folder":null,"sort":0,"permission":{"default":0,"thw0Ox3kKEThnAFP":3},"flags":{}} {"_id":"yfjeiYMC27YGgoGW","name":"Crocodile Support Benefit","type":"action","img":"systems/pf2e/icons/actions/OneAction.webp","data":{"description":{"value":"Your crocodile clamps its jaws on your foe, refusing to let go. Until the start of your next turn, if your Strike damages a creature in your crocodile's reach, your crocodile can latch onto the creature. While thus attached, the crocodile can move along with the target whenever the target moves until the end of your next turn. Your crocodile can latch onto only one creature in this way, and it must release the creature to make a jaws Strike. If the target is smaller than the crocodile, it takes a –10-foot circumstance penalty to its Speeds and can't Fly while the crocodile is latched on.
"},"source":{"value":""},"traits":{"value":[],"rarity":{"value":"common"},"custom":""},"rules":[],"slug":null,"schema":{"version":0.692,"lastMigration":{"datetime":"2021-11-20T02:33:11.370-05:00","version":{"schema":0.643,"foundry":"0.8.9","system":"2.19.0.9009"}}},"actionType":{"value":"action"},"actionCategory":{"value":"offensive"},"actions":{"value":1},"requirements":{"value":""},"trigger":{"value":""},"weapon":{"value":""}},"effects":[],"folder":null,"sort":0,"permission":{"default":0,"WG8TaxGEQOxXBO1S":3},"flags":{"core":{"sourceId":"Compendium.pf2e-animal-companions.AC-Support.yfjeiYMC27YGgoGW"}}} -{"_id":"wf20kx6pPGBWwUn2","name":"Horse Support Benefit","type":"action","img":"systems/pf2e/icons/actions/OneAction.webp","data":{"description":{"value":"Your horse adds momentum to your charge. Until the start of your next turn, if you moved at least 10 feet on the action before your Strike, add a circumstance bonus to damage to that Strike equal to twice the number of damage dice. If your weapon already has the jousting weapon trait, increase the trait's damage bonus by 2 per die instead.
"},"source":{"value":""},"traits":{"value":[],"rarity":{"value":"common"},"custom":""},"rules":[],"slug":null,"schema":{"version":0.692,"lastMigration":{"datetime":"2021-11-20T02:33:11.366-05:00","version":{"schema":0.643,"foundry":"0.8.9","system":"2.19.0.9009"}}},"actionType":{"value":"action"},"actionCategory":{"value":"offensive"},"actions":{"value":1},"requirements":{"value":""},"trigger":{"value":""},"deathNote":false,"weapon":{"value":""}},"effects":[],"folder":null,"sort":0,"permission":{"default":0,"WG8TaxGEQOxXBO1S":3},"flags":{"core":{"sourceId":"Compendium.pf2e-animal-companions.AC-Support.wf20kx6pPGBWwUn2"}}} +{"_id":"zE01vpjowhoKygig","name":"Zombie Carrion Bird Support Benefit","type":"action","img":"systems/pf2e/icons/actions/OneAction.webp","data":{"description":{"value":"The zombie emits an aura of rot, causing wounds to fester. Until the start of your next turn, each time you hit and deal damage to a creature that's within 10 feet of the zombie carrion bird, the creature takes an additional [[/r 1d6]] damage as the wound festers. If your carrion bird is nimble or savage, the damage increases to [[/r 2d6]]. This is a disease and necromancy effect.
"},"source":{"value":"Pathfinder #181: Zombie Feast"},"traits":{"value":["disease","necromancy"],"rarity":"common","custom":""},"rules":[],"slug":null,"schema":{"version":0.766,"lastMigration":{"datetime":"2022-07-26T12:26:45.294-04:00","version":{"schema":null,"foundry":"9.269","system":"3.12.2"}}},"actionType":{"value":"action"},"actionCategory":{"value":"offensive"},"actions":{"value":1},"requirements":{"value":""},"trigger":{"value":""},"deathNote":false},"effects":[],"folder":null,"sort":0,"permission":{"default":0,"thw0Ox3kKEThnAFP":3},"flags":{}}