Skip to content

Commit

Permalink
Fix action type and cost of Regurgitate Mutagen
Browse files Browse the repository at this point in the history
  • Loading branch information
simonward committed Jan 12, 2025
1 parent eed9c47 commit ea73547
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions packs/feats/regurgitate-mutagen.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,14 @@
"name": "Regurgitate Mutagen",
"system": {
"actionType": {
"value": "passive"
"value": "action"
},
"actions": {
"value": null
"value": 1
},
"category": "class",
"description": {
"value": "<p><strong>Requirements</strong> You are under the effects of a mutagen.</p><hr /><p>You redirect a mutagen within your body to spit a stream of stomach acid at a foe. A creature within 30 feet takes @Damage[(floor(@actor.level/2))d6[acid]], with a @Check[reflex|against:alchemist|basic] save against your class DC. On a failure, the creature is also @UUID[Compendium.pf2e.conditionitems.Item.Sickened]{Sickened 1} (or @UUID[Compendium.pf2e.conditionitems.Item.Sickened]{Sickened 2} on a critical failure). The mutagen's duration immediately ends.</p>"
"value": "<p><strong>Requirements</strong> You are under the effects of a mutagen.</p><hr /><p>You redirect a mutagen within your body to spit a stream of stomach acid at a foe. A creature within 30 feet takes @Damage[(floor(@actor.level/2))d6[acid]]{1d6 acid} damage for every 2 levels you have, with a @Check[reflex|against:alchemist|basic] save against your class DC. On a failure, the creature is also @UUID[Compendium.pf2e.conditionitems.Item.Sickened]{Sickened 1} (or @UUID[Compendium.pf2e.conditionitems.Item.Sickened]{Sickened 2} on a critical failure). The mutagen's duration immediately ends.</p>"
},
"level": {
"value": 4
Expand Down

0 comments on commit ea73547

Please sign in to comment.