mirror of
https://git.mero.moe/dimbreath/ZenlessData.git
synced 2024-11-08 19:48:44 +08:00
85 lines
2.0 KiB
JSON
85 lines
2.0 KiB
JSON
{
|
|
"AbilityName": "Longinus_Talent_01",
|
|
"AbilitySpecials": {
|
|
"AS_AddSP": {
|
|
"Value": 0
|
|
},
|
|
"AS_AddedSpCD_Talent_03": {
|
|
"Value": 40
|
|
},
|
|
"AS_Proportion_Talent_03": {
|
|
"Value": 40
|
|
}
|
|
},
|
|
"AbilityStacking": "Unique",
|
|
"DefaultModifier": {
|
|
"OnBattleEnter": [
|
|
{
|
|
"$type": "ApplyModifier",
|
|
"ModifierName": "LonginusTalent03Modifier",
|
|
"Predicates": [
|
|
{
|
|
"$type": "ByPlayerPropertyValue",
|
|
"CompareType": "Less",
|
|
"Denominator": "MaxSP",
|
|
"IsUsePercent": false,
|
|
"Numerator": "CurSP",
|
|
"Target": "Self",
|
|
"Val1": "%AS_Proportion_Talent_03"
|
|
},
|
|
{
|
|
"$type": "ByIsLocalAvatar",
|
|
"IsLocalAvatar": true,
|
|
"Target": "Self"
|
|
}
|
|
],
|
|
"Target": "Self"
|
|
}
|
|
],
|
|
"OnSwitchInBegin": [
|
|
{
|
|
"$type": "ApplyModifier",
|
|
"ModifierName": "LonginusTalent03Modifier",
|
|
"Predicates": [
|
|
{
|
|
"$type": "ByPlayerPropertyValue",
|
|
"CompareType": "Less",
|
|
"Denominator": "MaxSP",
|
|
"IsUsePercent": false,
|
|
"Numerator": "CurSP",
|
|
"Target": "Self",
|
|
"Val1": "%AS_Proportion_Talent_03"
|
|
},
|
|
{
|
|
"$type": "ByInOutBattleStatus",
|
|
"IsInBattle": true,
|
|
"Target": "Self"
|
|
}
|
|
],
|
|
"Target": "Self"
|
|
}
|
|
]
|
|
},
|
|
"Modifiers": {
|
|
"LonginusTalent03Modifier": {
|
|
"Duration": "%AS_AddedSpCD_Talent_03",
|
|
"ModifierStacking": "Unique",
|
|
"OnAdded": [
|
|
{
|
|
"$type": "SetAbilitySpecialByExpression",
|
|
"DoRefresh": true,
|
|
"Expression": "80-property(CurSP)",
|
|
"ParamName": "AS_AddSP",
|
|
"Target": "Self",
|
|
"ValueType": "Float"
|
|
},
|
|
{
|
|
"$type": "RecoverSPAction",
|
|
"Amount": "%AS_AddSP",
|
|
"IgnoreRatio": true,
|
|
"Percentage": 0
|
|
}
|
|
]
|
|
}
|
|
}
|
|
} |