mirror of
https://git.mero.moe/dimbreath/ZenlessData.git
synced 2024-11-08 19:48:44 +08:00
31 lines
640 B
JSON
31 lines
640 B
JSON
{
|
|
"AbilityName": "DubiousHero_Born",
|
|
"AbilityStacking": "Unique",
|
|
"DefaultModifier": {
|
|
"OnAdded": [
|
|
{
|
|
"$type": "ApplyModifier",
|
|
"ModifierName": "Modifier_DelayEffect",
|
|
"Target": "Self"
|
|
},
|
|
{
|
|
"$type": "PushMuteHUDAction",
|
|
"isIgnoreAni": false,
|
|
"tag": "DubiousHeroMuteHUD"
|
|
}
|
|
]
|
|
},
|
|
"Modifiers": {
|
|
"Modifier_DelayEffect": {
|
|
"Duration": 0.5,
|
|
"ModifierStacking": "Unique",
|
|
"OnRemoved": [
|
|
{
|
|
"$type": "PopMuteHUDAction",
|
|
"isIgnoreAni": false,
|
|
"tag": "DubiousHeroMuteHUD"
|
|
}
|
|
]
|
|
}
|
|
}
|
|
} |