mirror of
https://git.mero.moe/dimbreath/ZenlessData.git
synced 2024-11-08 19:48:44 +08:00
37 lines
873 B
JSON
37 lines
873 B
JSON
{
|
|
"AbilityName": "Affix_FieldDurationUp_ByKillInField",
|
|
"AbilityStacking": "Unique",
|
|
"DefaultModifier": {
|
|
"OnAdded": [
|
|
{
|
|
"$type": "ApplyModifier",
|
|
"ModifierName": "FieldDurationUp_ByKillInField",
|
|
"Target": "TeamAvatars"
|
|
}
|
|
]
|
|
},
|
|
"Modifiers": {
|
|
"FieldDurationUp_ByKillInField": {
|
|
"ModifierMixins": [
|
|
{
|
|
"$type": "KillTargetMixin",
|
|
"Actions": [
|
|
{
|
|
"$type": "ModifyArcanaCommonPropertyAction",
|
|
"ArcanaProperty": "FieldRangeDuration",
|
|
"Delta": 1,
|
|
"Predicates": [
|
|
{
|
|
"$type": "ByIsInFieldRange",
|
|
"Target": "Self"
|
|
}
|
|
],
|
|
"Target": "Buddy"
|
|
}
|
|
]
|
|
}
|
|
],
|
|
"ModifierStacking": "Unique"
|
|
}
|
|
}
|
|
} |