ZenlessData/Data/NotoriousMarionette_SpecialAttackTrigger.json
2024-12-17 20:43:14 -03:00

28 lines
613 B
JSON

{
"AbilityName": "NotoriousMarionette_SpecialAttackTrigger",
"AbilityStacking": "Unique",
"DefaultModifier": {
"OnAdded": [
{
"$type": "ApplyModifier",
"ModifierName": "UnlockAttack09_Count",
"Target": "Self"
}
]
},
"Modifiers": {
"UnlockAttack09_Count": {
"Duration": 45,
"IgnoreTimeScale": false,
"ModifierStacking": "Unique",
"OnRemoved": [
{
"$type": "WriteAIParamAction",
"BoolParamValue": true,
"ParamName": "Bool_UnlockAttack09",
"Target": "Self"
}
]
}
}
}