TikaelSol / PF2e-Animal-Companions

A module for Foundry VTT that helps automate PF2e companions like animal companions and eidolons.
Apache License 2.0
8 stars 13 forks source link

Added Magical Trait to Strikes #55

Closed squirrelkiller closed 1 year ago

squirrelkiller commented 1 year ago

This is a quick and dirty update to make Animal Companion and Construct Companion strikes count as magical when they have the appropriate feats. This has become more necessary to ensure due to the recent addition of IWR in the core system.

All this does is add the following rule element where required:

{
  "definition": [
    "item:category:unarmed"
  ],
  "key": "AdjustStrike",
  "mode": "add",
  "property": "weapon-traits",
  "value": "magical"
}
TikaelSol commented 1 year ago

Added locally to go along with many other changes. Thanks!