Fixed so active effects can handle expressions again (#368)

This commit is contained in:
WBHarry 2025-07-18 00:49:44 +02:00 committed by GitHub
parent 6e87e4dad0
commit 1d75b08087
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 19 additions and 18 deletions

View file

@ -777,7 +777,7 @@
"WeaponFeature": {
"barrier": {
"name": "Barrier",
"description": "+{armorScore} to Armor Score; -1 to Evasion"
"description": "Gain your character's Tier + 1 to Armor Score; -1 to Evasion"
},
"bonded": {
"name": "Bonded",
@ -893,7 +893,7 @@
},
"paired": {
"name": "Paired",
"description": "+{bonusDamage} to primary weapon damage to targets within Melee range"
"description": "Add your character's Tier + 1 to primary weapon damage against targets within Melee range"
},
"parry": {
"name": "Parry",
@ -913,7 +913,7 @@
},
"protective": {
"name": "Protective",
"description": "+{tier} to Armor Score"
"description": "Add your character's Tier to your Armor Score"
},
"quick": {
"name": "Quick",
@ -962,10 +962,6 @@
"timebending": {
"name": "Timebending",
"description": "You can choose the target of your attack after making your attack roll."
},
"versatile": {
"name": "Versatile",
"description": "This weapon can also be used with these statistics—{characterTrait}, {range}, {damage}."
}
}
},