ZenlessData/Data/Test_Card_LimboS2Test_1009913.json

86 lines
2.2 KiB
JSON
Raw Normal View History

{
"AbilityName": "Test_Card_LimboS2Test_1009913",
"AbilitySpecials": {
"AS_AddedAccumulationRatio_Greater": {
"Value": 0.2
},
"AddedDamageRatio_Greater": {
"Value": 0.15
},
"AddedStunRatio_Greater": {
"Value": 0.15
},
"Self_CurHP": {
"Value": 0
},
"Target_CurHP": {
"Value": 0
}
},
"AbilityStacking": "Unique",
"DefaultModifier": {
"OnHitOtherPre": [
{
"$type": "SetAbilitySpecialByExpression",
"DoRefresh": true,
"Expression": "property(CurHP)\/property(MaxHP)",
"ParamName": "Self_CurHP",
"Target": "Self",
"ValueType": "Float"
},
{
"$type": "SetAbilitySpecialByExpression",
"DoRefresh": true,
"Expression": "property(CurHP)\/property(MaxHP)",
"ParamName": "Target_CurHP",
"Target": "Target",
"ValueType": "Float"
},
{
"$type": "ModifyAttackDataAction",
"Predicates": [
{
"$type": "ByAbilitySpecial",
"CompareType": "Less",
"Param": "%Target_CurHP",
"ParamName": "Self_CurHP",
"ParamType": "Float"
}
],
"PropertyKey": "Actor_AddedDamageRatio",
"PropertyValue": "%AddedDamageRatio_Greater",
"Target": "Self"
},
{
"$type": "ModifyAttackDataAction",
"Predicates": [
{
"$type": "ByAbilitySpecial",
"CompareType": "Less",
"Param": "%Target_CurHP",
"ParamName": "Self_CurHP",
"ParamType": "Float"
}
],
"PropertyKey": "Actor_AddedBreakStunRatio",
"PropertyValue": "%AddedStunRatio_Greater",
"Target": "Self"
},
{
"$type": "ModifyAttackDataAction",
"Predicates": [
{
"$type": "ByAbilitySpecial",
"CompareType": "Less",
"Param": "%Target_CurHP",
"ParamName": "Self_CurHP",
"ParamType": "Float"
}
],
"PropertyKey": "Actor_AddedElementAccumulationRatio",
"PropertyValue": "%AS_AddedAccumulationRatio_Greater",
"Target": "Self"
}
]
}
}