ZenlessData/Data/AbyssS2_Trend_08.json

92 lines
2.1 KiB
JSON
Raw Normal View History

{
"AbilityName": "AbyssS2_Trend_08",
"AbilitySpecials": {
"AS_AddedDamageRatio": {
"Value": 0.2
},
"BuffCount": {
"Value": 0
},
"HpPercentage_Show": {
"Value": 0.8
},
"HpReducePercentage": {
"Value": 0.2
}
},
"AbilityStacking": "Unique",
"DefaultModifier": {
"OnAbyssS2AreaStart": [
{
"$type": "SetAbilitySpecialByExpression",
"Expression": "scenevar(AreaCount_Trend_08)",
"ParamName": "BuffCount",
"Target": "Self",
"ValueType": "Float"
},
{
"$type": "ApplyModifier",
"ModifierName": "HpDecreaseModifier",
"Predicates": [
{
"$type": "ByNot",
"Predicates": [
{
"$type": "ByAbyssS2AreaTypeID",
"AbyssS2AreaTypeID": 6601
}
]
},
{
"$type": "ByAbilitySpecial",
"CompareType": "Equal",
"Param": 1,
"ParamName": "BuffCount",
"ParamType": "Float",
"Target": "Self"
}
]
}
]
},
"Modifiers": {
"HpDecreaseModifier": {
"ModifierStacking": "Unique",
"OnAdded": [
{
"$type": "DecreaseHPAction",
"Amount": 0,
"Percentage": "%HpReducePercentage",
"Predicates": [
{
"$type": "ByNot",
"Predicates": [
{
"$type": "ByAbyssS2AreaTypeID",
"AbyssS2AreaTypeID": 6601
}
]
},
{
"$type": "ByAbilitySpecial",
"CompareType": "Equal",
"Param": 1,
"ParamName": "BuffCount",
"ParamType": "Float",
"Target": "Self"
}
],
"Target": "Self"
}
],
"OnHitOther": [
{
"$type": "ModifyAttackDataAction",
"PropertyKey": "Actor_AddedDamageRatio",
"PropertyValue": "%AS_AddedDamageRatio",
"Target": "Self"
}
]
}
}
}