mirror of
https://git.mero.moe/dimbreath/ZenlessData.git
synced 2024-11-08 19:48:44 +08:00
31 lines
646 B
JSON
31 lines
646 B
JSON
{
|
|
"AbilityName": "Follower_SetActiveStatus",
|
|
"AbilitySpecials": {
|
|
"Dynamic_TransPrefabPath": {
|
|
"Value": ""
|
|
}
|
|
},
|
|
"AbilityStacking": "Unique",
|
|
"Modifiers": {
|
|
"ShowFollowerModifier": {
|
|
"Duration": 0.1,
|
|
"ModifierStacking": "Unique",
|
|
"OnAdded": [
|
|
{
|
|
"$type": "FireEffect",
|
|
"EffectPattern": "Eff_Follower_Trans_Start"
|
|
},
|
|
{
|
|
"$type": "TransModelAction",
|
|
"TransPrefabPath": "%Dynamic_TransPrefabPath"
|
|
}
|
|
]
|
|
}
|
|
},
|
|
"OnAbilityStart": [
|
|
{
|
|
"$type": "ApplyModifier",
|
|
"ModifierName": "ShowFollowerModifier"
|
|
}
|
|
]
|
|
} |