Added vulnerable condition automation (#1704)

This commit is contained in:
WBHarry 2026-03-07 01:32:36 +01:00 committed by GitHub
parent 83c3da0130
commit a4f8c67707
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
6 changed files with 67 additions and 2 deletions

View file

@ -1031,7 +1031,8 @@
},
"vulnerable": {
"name": "Vulnerable",
"description": "While a creature is Vulnerable, all rolls targeting them have advantage.\nA creature who is already Vulnerable cant be made to take the condition again."
"description": "While a creature is Vulnerable, all rolls targeting them have advantage.\nA creature who is already Vulnerable cant be made to take the condition again.",
"autoAppliedByLabel": "Max Stress"
}
},
"CountdownType": {
@ -2556,6 +2557,10 @@
"gm": { "label": "GM" },
"players": { "label": "Players" }
},
"vulnerableAutomation": {
"label": "Vulnerable Automation",
"hint": "Automatically apply the Vulnerable condition when a actor reaches max stress"
},
"countdownAutomation": {
"label": "Countdown Automation",
"hint": "Automatically progress countdowns based on their progression settings"