Fixed the Cult Initiate Group Attack to use Fear instead of marking Stress

This commit is contained in:
Chris Ryan 2025-08-23 10:50:08 +10:00
parent 7016f71da7
commit e93c2e7623

View file

@ -265,7 +265,7 @@
"cost": [ "cost": [
{ {
"scalable": false, "scalable": false,
"key": "stress", "key": "fear",
"value": 1, "value": 1,
"keyIsID": false, "keyIsID": false,
"step": null "step": null
@ -281,7 +281,7 @@
"type": "self", "type": "self",
"amount": null "amount": null
}, },
"name": "Mark Stress", "name": "Spend Fear",
"img": "icons/creatures/abilities/tail-strike-bone-orange.webp", "img": "icons/creatures/abilities/tail-strike-bone-orange.webp",
"range": "" "range": ""
} }