1
0
ZenlessData/Data/_unsorted/SPBilly_Talent_01.json
2026-05-06 01:39:00 +02:00

48 lines
1.0 KiB
JSON

{
"AbilityMixins": [
],
"AbilityName": "SPBilly_Talent_01",
"AbilitySpecials": {
"AS_Duration": {
"Value": 30,
"ValueType": "Float"
},
"AS_PhysicsDamageResis": {
"Value": -0.2,
"ValueType": "Float"
}
},
"AbilityStacking": "Unique",
"DefaultModifier": {
"OnPatternHitOtherPre": [
{
"$type": "ApplyModifier",
"ModifierName": "PhysicsDamageResistModifier",
"Predicates": [
{
"$type": "ByAnimTagList",
"TagList": [
"AttackSpecial",
"ExSp"
]
}
],
"Target": "Self"
}
]
},
"Modifiers": {
"PhysicsDamageResistModifier": {
"Duration": "%AS_Duration",
"ModifierStacking": "Refresh",
"OnHitOther": [
{
"$type": "ModifyAttackDataAction",
"PropertyKey": "Actor_PhysicsDamageResist",
"PropertyValue": "%AS_PhysicsDamageResis",
"Target": "Target"
}
]
}
}
}