foundryvtt / pf2e

A community contributed game system for Pathfinder Second Edition.
https://foundryvtt.com/packages/pf2e
Apache License 2.0
399 stars 333 forks source link

New Remaster Cauldron feat needs daily crafting coding #11595

Closed theJLUnit closed 8 months ago

theJLUnit commented 10 months ago

The new Cauldron feat has no daily crafting for its temporary items. I have some code from the Witches+ version but it's not working on this feat:

{"isDailyPrep":true,"key":"CraftingEntry","selector":"cauldron","craftableItems":[{"or":[{"and":["item:trait:potion"]},{"and":["item:trait:oil"]}]}]}

{"key":"ActiveEffectLike","mode":"upgrade","path":"system.crafting.entries.cauldron.maxItemLevel","value":"@actor.level","phase":"beforeDerived"}

ottyn commented 9 months ago

I did something similar by copying some of the REs from the Alchemist Dedication and Infused Reagents feats and modifying them.

image

This allowed my witch character to have a crafting area for the Cauldron feat and complete daily crafting, but unfortunately, it doesn't do any limitations on the crafting. She can click the button multiple times and create potions. This will definitely need to be fixed in code. image