Add the most basic form of a difficulty delta region behaviour

This commit is contained in:
Oliver-Akins 2025-03-02 21:19:12 -07:00
parent a71a22bf19
commit 690eff8e46
4 changed files with 54 additions and 0 deletions

View file

@ -11,6 +11,9 @@
"shield": "Shield",
"skill": "Skill",
"weapon": "Weapon"
},
"RegionBehavior": {
"difficultyDelta": "Condition Delta"
}
},
"RipCrypt": {
@ -154,6 +157,16 @@
},
"tooltips": {
"shield-bonus": "Shield Bonus: {value}"
},
"region": {
"difficultyDelta": {
"FIELDS": {
"delta": {
"label": "Delta",
"hint": "How much should actors in this area have their difficulty changed from the global value."
}
}
}
}
}
}