Skip to content

Commit

Permalink
Add automation for Emotional Consumption (#16672)
Browse files Browse the repository at this point in the history
  • Loading branch information
simonward authored Sep 25, 2024
1 parent 1e68093 commit e76af77
Showing 1 changed file with 15 additions and 1 deletion.
16 changes: 15 additions & 1 deletion packs/blood-lords-bestiary/theater-phantasm.json
Original file line number Diff line number Diff line change
Expand Up @@ -321,7 +321,21 @@
"remaster": false,
"title": ""
},
"rules": [],
"rules": [
{
"domain": "all",
"key": "RollOption",
"option": "emotional-consumption",
"toggleable": true
},
{
"key": "FastHealing",
"predicate": [
"emotional-consumption"
],
"value": 20
}
],
"slug": null,
"traits": {
"rarity": "common",
Expand Down

0 comments on commit e76af77

Please sign in to comment.