39 lines
799 B
JSON
39 lines
799 B
JSON
{
|
|
"AbilityName": "JaneDoe_Card_A_02",
|
|
"AbilitySpecials": {
|
|
"AS_Duration": {
|
|
"Value": 10
|
|
},
|
|
"AS_PhysicsDamageResist": {
|
|
"Value": -0.1
|
|
}
|
|
},
|
|
"AbilityStacking": "Unique",
|
|
"DefaultModifier": {
|
|
"OnHitOther": [
|
|
{
|
|
"$type": "ApplyModifier",
|
|
"ModifierName": "PhysicsDamageResistDown",
|
|
"Predicates": [
|
|
{
|
|
"$type": "ByAnimTagList",
|
|
"TagList": [
|
|
"AttackNormal",
|
|
"Counter"
|
|
]
|
|
}
|
|
],
|
|
"Target": "Other"
|
|
}
|
|
]
|
|
},
|
|
"Modifiers": {
|
|
"PhysicsDamageResistDown": {
|
|
"Duration": "%AS_Duration",
|
|
"ModifierStacking": "Replace",
|
|
"Properties": {
|
|
"Actor_PhysicsDamageResist": "%AS_PhysicsDamageResist"
|
|
}
|
|
}
|
|
}
|
|
} |