mirror of
https://git.mero.moe/dimbreath/ZenlessData.git
synced 2024-11-08 19:48:44 +08:00
41 lines
926 B
JSON
41 lines
926 B
JSON
|
{
|
||
|
"AbilityName": "GamePlay_ListenMinionDie",
|
||
|
"AbilityStacking": "Unique",
|
||
|
"DefaultModifier": {
|
||
|
"ModifierStacking": "Unique",
|
||
|
"OnAdded": [
|
||
|
{
|
||
|
"$type": "ApplyModifier",
|
||
|
"ModifierName": "MonsterCountModifier",
|
||
|
"Target": "Self"
|
||
|
}
|
||
|
]
|
||
|
},
|
||
|
"Modifiers": {
|
||
|
"MonsterCountModifier": {
|
||
|
"Duration": -1,
|
||
|
"ModifierMixins": [
|
||
|
{
|
||
|
"$type": "MonsterCountMonitorMixin",
|
||
|
"DoInitialCheck": false,
|
||
|
"OnlyCheckStrengthType": true,
|
||
|
"StrengthTypeList": [
|
||
|
"Normal"
|
||
|
],
|
||
|
"ValueRangeActions": [
|
||
|
{
|
||
|
"HighToValueActions": [
|
||
|
{
|
||
|
"$type": "LDListenEntityAction",
|
||
|
"TargetKey": "MinionDie"
|
||
|
}
|
||
|
],
|
||
|
"Val": 0
|
||
|
}
|
||
|
]
|
||
|
}
|
||
|
],
|
||
|
"ModifierStacking": "Unique"
|
||
|
}
|
||
|
}
|
||
|
}
|