mirror of
https://git.mero.moe/dimbreath/ZenlessData.git
synced 2024-11-08 19:48:44 +08:00
82 lines
1.7 KiB
JSON
82 lines
1.7 KiB
JSON
{
|
|
"AbilityName": "Lighter_MathSkill",
|
|
"AbilitySpecials": {
|
|
"AS_Actor_BurnAddedDamageRatio": {
|
|
"Value": 2.25
|
|
},
|
|
"AS_BuffAddDuration": {
|
|
"Value": 2
|
|
},
|
|
"AS_PairACount": {
|
|
"Value": 0
|
|
}
|
|
},
|
|
"AbilityStacking": "Unique",
|
|
"DefaultModifier": {
|
|
"OnHitOther": [
|
|
{
|
|
"$type": "ModifyAttackDataAction",
|
|
"Predicates": [
|
|
{
|
|
"$type": "ByMathSkillSuccess"
|
|
},
|
|
{
|
|
"$type": "ByHasBuffGroup",
|
|
"BuffGroupList": [
|
|
"Burn",
|
|
"Ignite"
|
|
],
|
|
"Target": "Target"
|
|
}
|
|
],
|
|
"PropertyKey": "Actor_AddedDamageRatio",
|
|
"PropertyValue": "%AS_Actor_BurnAddedDamageRatio"
|
|
}
|
|
],
|
|
"OnTeamAvatarConstructed": [
|
|
{
|
|
"$type": "RemoveModifier",
|
|
"ModifierName": "FireBuffReviseModifier",
|
|
"Target": "TeamAvatars"
|
|
},
|
|
{
|
|
"$type": "ApplyModifier",
|
|
"ModifierName": "FireBuffReviseModifier",
|
|
"Predicates": [
|
|
{
|
|
"$type": "ByMathSkillSuccess"
|
|
}
|
|
],
|
|
"Target": "TeamAvatars"
|
|
}
|
|
]
|
|
},
|
|
"Modifiers": {
|
|
"FireBuffReviseModifier": {
|
|
"BuffRevises": [
|
|
{
|
|
"FilterType": "ByBuffGroup",
|
|
"GroupName": "Burn",
|
|
"Params": [
|
|
{
|
|
"Delta": "%AS_BuffAddDuration",
|
|
"Name": "Duration"
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"FilterType": "ByBuffGroup",
|
|
"GroupName": "Ignite",
|
|
"Params": [
|
|
{
|
|
"Delta": "%AS_BuffAddDuration",
|
|
"Name": "Duration"
|
|
}
|
|
]
|
|
}
|
|
],
|
|
"Duration": -1,
|
|
"ModifierStacking": "Unique"
|
|
}
|
|
}
|
|
} |