mirror of
https://git.mero.moe/dimbreath/ZenlessData.git
synced 2024-11-08 19:48:44 +08:00
38 lines
805 B
JSON
38 lines
805 B
JSON
{
|
|
"AbilityMixins": [
|
|
{
|
|
"$type": "AttachZoneTagWithModifierMixin",
|
|
"ConfigList": [
|
|
{
|
|
"ModifierNameList": [
|
|
"EousInvincibleModifier"
|
|
],
|
|
"ZoneTag": "EousGuide"
|
|
}
|
|
]
|
|
}
|
|
],
|
|
"AbilityName": "Bangboo_Eous001_GuideInvincible",
|
|
"AbilityStacking": "Unique",
|
|
"Modifiers": {
|
|
"EousInvincibleModifier": {
|
|
"Duration": -1,
|
|
"IgnoreTimeScale": false,
|
|
"ModifierStacking": "Unique",
|
|
"OnAdded": [
|
|
{
|
|
"$type": "PushInvincibleAction",
|
|
"Tag": "EousGuide_Invincible",
|
|
"Target": "Self"
|
|
}
|
|
],
|
|
"OnRemoved": [
|
|
{
|
|
"$type": "PopInvincibleAction",
|
|
"Tag": "EousGuide_Invincible",
|
|
"Target": "Self"
|
|
}
|
|
]
|
|
}
|
|
}
|
|
} |