Skip to content

Commit

Permalink
Version 5.3
Browse files Browse the repository at this point in the history
  • Loading branch information
TikaelSol authored Jul 27, 2022
1 parent eba3750 commit fd78b6e
Show file tree
Hide file tree
Showing 11 changed files with 75 additions and 71 deletions.
6 changes: 6 additions & 0 deletions Changelog
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 2 additions & 0 deletions OpenGamingLicense.md
Original file line number Diff line number Diff line change
Expand Up @@ -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).

Expand Down
14 changes: 8 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
@@ -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.
24 changes: 12 additions & 12 deletions module.json
Original file line number Diff line number Diff line change
@@ -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": [],
Expand All @@ -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",
Expand All @@ -24,7 +24,7 @@
"private": false
},
{
"label": "AC Feats",
"label": "CC Animal Companion Feats",
"entity": "Item",
"name": "AC-Feats",
"path": "./packs/ac-feats.db",
Expand All @@ -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",
Expand All @@ -42,7 +42,7 @@
"private": false
},
{
"label": "AC Features",
"label": "CC Features",
"entity": "Item",
"name": "AC-Features",
"path": "./packs/ac-features.db",
Expand All @@ -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",
Expand All @@ -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",
Expand All @@ -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",
Expand All @@ -78,7 +78,7 @@
"private": false
},
{
"label": "AC Eidolons",
"label": "CC Eidolons",
"entity": "Item",
"name": "AC-Eidolons",
"path": "./packs/ac-eidolons.db",
Expand All @@ -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",
Expand All @@ -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
}
Loading

0 comments on commit fd78b6e

Please sign in to comment.