mirror of
https://git.mero.moe/dimbreath/ZenlessData.git
synced 2024-11-08 19:48:44 +08:00
28 lines
583 B
JSON
28 lines
583 B
JSON
{
|
|
"AbilityName": "BuffBox_Eff",
|
|
"AbilityStacking": "Unique",
|
|
"DefaultModifier": {
|
|
"OnAdded": [
|
|
{
|
|
"$type": "ApplyModifier",
|
|
"ModifierName": "BuffBox_Eff_BuffModifier",
|
|
"Target": "Self"
|
|
}
|
|
]
|
|
},
|
|
"Modifiers": {
|
|
"BuffBox_Eff_BuffModifier": {
|
|
"Duration": -1,
|
|
"IgnoreTimeScale": true,
|
|
"ModifierStacking": "Unique",
|
|
"OnThinkInterval": [
|
|
{
|
|
"$type": "FireEffect",
|
|
"EffectPattern": "Eff_Treasure_Open",
|
|
"Target": "Self"
|
|
}
|
|
],
|
|
"ThinkInterval": 1
|
|
}
|
|
}
|
|
} |