56 lines
1.2 KiB
JSON
56 lines
1.2 KiB
JSON
{
|
|
"AbilityName": "Alice_Talent_01",
|
|
"AbilitySpecials": {
|
|
"AS_DefenceRatio": {
|
|
"Value": -0.2
|
|
},
|
|
"AS_Duration": {
|
|
"Value": 18
|
|
},
|
|
"AS_RecoverSabre_Talent01": {
|
|
"Value": 15
|
|
}
|
|
},
|
|
"AbilityStacking": "Unique",
|
|
"DefaultModifier": {
|
|
"OnBuffAddToOther": [
|
|
{
|
|
"$type": "ApplyModifier",
|
|
"ModifierName": "DefenceRatioModifier",
|
|
"Predicates": [
|
|
{
|
|
"$type": "ByHandlingBuffGroup",
|
|
"BuffGroupList": [
|
|
"Strike"
|
|
]
|
|
}
|
|
],
|
|
"Target": "Other"
|
|
}
|
|
],
|
|
"OnCustomEventReceived": [
|
|
{
|
|
"$type": "ModifyProperty",
|
|
"Amount": "%AS_RecoverSabre_Talent01",
|
|
"CustomPropertyType": "SabreCounts",
|
|
"Predicates": [
|
|
{
|
|
"$type": "ByCustomEvent",
|
|
"EventKey": "Alice_ForceStrike"
|
|
}
|
|
],
|
|
"PropertyModifyFunction": "Add",
|
|
"PropertyType": "Custom"
|
|
}
|
|
]
|
|
},
|
|
"Modifiers": {
|
|
"DefenceRatioModifier": {
|
|
"Duration": "%AS_Duration",
|
|
"ModifierStacking": "Refresh",
|
|
"Properties": {
|
|
"Actor_DefenceRatio": "%AS_DefenceRatio"
|
|
}
|
|
}
|
|
}
|
|
} |