foundryvtt / dnd5e

An implementation of the 5th Edition game system for Foundry Virtual Tabletop (http://foundryvtt.com).
MIT License
299 stars 206 forks source link

hp.bonuses.overall on polymorph #3750

Open Kharmans opened 2 months ago

Kharmans commented 2 months ago

I have a AE that applied this formula: system.attributes.hp.bonuses.overall | ADD | +min(20, ##stackCount * @abilities.wis.mod) (the ##stackCount is from DAE).

It works normal and as intended, added the WIS mod in the HP and Max HP, on a maximum of 20. BUT, when a player polymorph and use the AE, the HP and Max HP doesn't added up.

Apparently, system.attributes.hp.bonuses.overall don't work on polymorphed actors. Can it work?

Fyorl commented 1 month ago

NPCs don't currently make use of the overall bonus, but it should be possible to enable it for them.