Pjb518 / FoundryVTT-Level-Up-Official

An official implementation of the Level Up: Advanced 5th Edition system for FoundryVTT.
MIT License
43 stars 15 forks source link

Adding status conditions via an ActiveEffect does not display the status icon on the token #474

Open caewok opened 2 months ago

caewok commented 2 months ago

If you try to add an active effect to an actor sheet that has 1+ status conditions, the conditions will appear in the _token.actor.statuses array but no status icon will appear on the token and no informational icon will appear on the right-hand side. Compare against just using the Token HUD to Assign Status Effects. (The icon for the ActiveEffect will appear, however.)

To replicate:

  1. Create an object to store an ActiveEffect.
  2. Create a new ActiveEffect on the token with the Key "Status Conditions" and select 1+ conditions.
  3. Drag the ActiveEffect from the object to an actor sheet.

Related: #473