47 lines
1018 B
JSON
47 lines
1018 B
JSON
{
|
|
"AbilityName": "Yidhari_Talent_02",
|
|
"AbilitySpecials": {
|
|
"AS_CritDamageRatioDelta": {
|
|
"Value": 0
|
|
},
|
|
"AS_Duration": {
|
|
"Value": 30
|
|
},
|
|
"AS_RecoverRpAmoutPreS": {
|
|
"Value": 1
|
|
}
|
|
},
|
|
"AbilityStacking": "Unique",
|
|
"DefaultModifier": {
|
|
"OnCustomEventReceived": [
|
|
{
|
|
"$type": "ApplyModifier",
|
|
"ModifierName": "SmoothRecoverRPModifier",
|
|
"Predicates": [
|
|
{
|
|
"$type": "ByCustomEvent",
|
|
"EventKey": "GuardPoint_Success"
|
|
}
|
|
]
|
|
}
|
|
],
|
|
"Properties": {
|
|
"Actor_CriticalDamageRatioDelta": "%AS_CritDamageRatioDelta"
|
|
}
|
|
},
|
|
"Modifiers": {
|
|
"SmoothRecoverRPModifier": {
|
|
"Duration": "%AS_Duration",
|
|
"ModifierMixins": [
|
|
{
|
|
"$type": "SmoothRecoverRpMixin",
|
|
"PropertyItem": {
|
|
"Amount": "%AS_RecoverRpAmoutPreS",
|
|
"PropertyModifyFunction": "Add"
|
|
}
|
|
}
|
|
],
|
|
"ModifierStacking": "Replace"
|
|
}
|
|
}
|
|
} |