Add the most basic form of a difficulty delta region behaviour
This commit is contained in:
parent
a71a22bf19
commit
690eff8e46
4 changed files with 54 additions and 0 deletions
|
|
@ -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."
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue