Steps to reproduce
Convert a creature with the following action in it.
Rage
(concentrate, emotion, mental); Requirements The barbarian isn't fatigued or raging. Effect The barbarian enters a state of pure rage that lasts for 1 minute, until there are no enemies they can perceive, or until they falls unconscious, whichever comes first. they can’t voluntarily stop raging. While raging, the badger is affected in the following ways. • They deal 2 additional damage on melee Strikes. This additional damage is halved if Their weapon or unarmed attack is agile. • They take a –1 penalty to AC. • They can’t use actions with the concentrate trait unless they also have the rage trait. They can Seek while raging. After they has stopped raging, they can’t use Rage again for 1 minute.
Now remove the Requirements. It will output with the generic: { tag: "action" } unlike before.
Steps to reproduce Convert a creature with the following action in it.
Now remove the Requirements. It will output with the
generic: { tag: "action" }
unlike before.Severity Low