1
0
ZenlessData/Data/_unsorted/Weapon_Ability_14143.json
2025-12-30 00:30:43 +01:00

45 lines
1.0 KiB
JSON

{
"AbilityName": "Weapon_Ability_14143",
"AbilitySpecials": {
"AS_AddedDamageRatioDelta": {
"Value": 0.1
},
"AS_CriticalDamageRatioDelta": {
"Value": 0.1
},
"AS_Duration": {
"Value": 30
},
"AS_PhysicsDamageResist": {
"Value": -0.1
}
},
"DefaultModifier": {
"OnHitOther": [
{
"$type": "ModifyAttackDataAction",
"MpExecMode": "MpTotallyLocal",
"PropertyKey": "Actor_PhysicsDamageResist",
"PropertyValue": "%AS_PhysicsDamageResist",
"Target": "Target"
}
],
"OnThemeSpaceStartByCaster": [
{
"$type": "ApplyModifier",
"ModifierName": "DamageUpModifier",
"Target": "Self"
}
]
},
"Modifiers": {
"DamageUpModifier": {
"Duration": "%AS_Duration",
"ModifierStacking": "Replace",
"Properties": {
"Actor_AddedDamageRatio": "%AS_AddedDamageRatioDelta",
"Actor_CriticalDamageRatioDelta": "%AS_CriticalDamageRatioDelta"
}
}
}
}