Added parsing of effect values from Item data model. Almost finished with itemConfig.

This commit is contained in:
WBHarry 2025-07-07 20:14:05 +02:00
parent 52be430eff
commit 363afb97a1
9 changed files with 679 additions and 141 deletions

View file

@ -482,10 +482,6 @@
"name": "Magic",
"description": "You can't mark an Armor Slot to reduce physical damage."
},
"painful": {
"name": "Painful",
"description": "Each time you mark an Armor Slot, you must mark a Stress."
},
"physical": {
"name": "Physical",
"description": "You can't mark an Armor Slot to reduce magic damage."
@ -883,6 +879,10 @@
"name": "Scary",
"description": "On a successful attack, the target must mark a Stress."
},
"selfCorrecting": {
"name": "Self Correcting",
"description": "When you roll a 1 on a damage die, it deals 6 damage instead."
},
"serrated": {
"name": "Serrated",
"description": "When you roll a 1 on a damage die, it deals 8 damage instead."