Pf2eToolsOrg / Pf2eTools

A site dedicated to making playing games with your friends as easy as possible.
https://pf2etools.com/
MIT License
98 stars 63 forks source link

Apply Weak/Elite adjustment to creature during _copy #245

Closed Jnosh closed 1 year ago

Jnosh commented 1 year ago

Weak/Elite are applied as an initial step before any _copy modes or merges with the target data.

Named the property creatureAdjustment for now but I am open to alternative suggestions. Alternatively, could also introduce a _copy modifier for use in _mod * entries instead.

Example:

{
    "name": "River Devil",
    "source": "ToK",
    "page": 7,
    "_copy": {
        "name": "Sea Devil Scout",
        "source": "B1",
        "creatureAdjustment": "Weak"
    }
}
Screenshot 2023-04-07 at 00 55 41 Screenshot 2023-04-07 at 00 55 59