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

52 lines
1.2 KiB
JSON

{
"AbilityMixins": [
{
"$type": "AttachZoneTagWithModifierMixin",
"ConfigList": [
{
"ModifierNameList": [
"AlpecaInfestedP2Modifier"
],
"ZoneTag": "StartingAtP2"
}
]
}
],
"AbilityName": "AlpecaInfested_P2",
"AbilityStacking": "Unique",
"Modifiers": {
"AlpecaInfestedP2Modifier": {
"Duration": -1,
"IgnoreTimeScale": false,
"ModifierStacking": "Unique",
"OnAdded": [
{
"$type": "SetAnimCtrlerParamAction",
"BoolVal": true,
"ParamName": "Trigger_AlpecaInfestedBeginning_P2",
"ParamType": 1,
"Target": "Self"
},
{
"$type": "SetAnimCtrlerParamAction",
"BoolVal": true,
"ParamName": "Trigger_ControlMode",
"ParamType": 1,
"Target": "Self"
},
{
"$type": "SetAnimCtrlerParamAction",
"IntVal": 1,
"ParamName": "Int_PhaseIndex",
"ParamType": 3,
"Target": "Self"
},
{
"$type": "ChangeMonsterAIAction",
"MonsterAIId": 118201,
"Target": "Self"
}
]
}
}
}