mirror of
https://git.mero.moe/dimbreath/ZenlessData.git
synced 2024-11-08 19:48:44 +08:00
32 lines
771 B
JSON
32 lines
771 B
JSON
|
{
|
||
|
"AbilityName": "Hati_Armored_ATK05_BulletSelector",
|
||
|
"AbilityStacking": "Unique",
|
||
|
"OnAbilityStart": [
|
||
|
{
|
||
|
"$type": "TriggerAbilityAction",
|
||
|
"AbilityName": "Hati_Armored_ATK05_BulletType_01",
|
||
|
"Predicates": [
|
||
|
{
|
||
|
"$type": "ByDistance",
|
||
|
"CompareTarget": "SelfAttackTarget",
|
||
|
"CompareType": "GreaterEqual",
|
||
|
"Distance": 10,
|
||
|
"Target": "Self"
|
||
|
}
|
||
|
]
|
||
|
},
|
||
|
{
|
||
|
"$type": "TriggerAbilityAction",
|
||
|
"AbilityName": "Hati_Armored_ATK05_BulletType_03",
|
||
|
"Predicates": [
|
||
|
{
|
||
|
"$type": "ByDistance",
|
||
|
"CompareTarget": "SelfAttackTarget",
|
||
|
"CompareType": "Less",
|
||
|
"Distance": 10,
|
||
|
"Target": "Self"
|
||
|
}
|
||
|
]
|
||
|
}
|
||
|
]
|
||
|
}
|