ZenlessData/Data/GamePlay_ListenMinionDie.json

41 lines
926 B
JSON
Raw Permalink Normal View History

{
"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"
}
}
}