Files
FireflyGo_Resources/Config/ConfigAbility/Monster/Monster_W2_Huanlong_02_Ability.json
2025-09-09 21:37:33 +07:00

219 lines
6.0 KiB
JSON

{
"AbilityList": [
{
"Name": "Monster_W2_Huanlong_02_PassiveSkillInitiate",
"TargetInfo": {
"TargetType": "Caster"
},
"OnStart": [
{
"$type": "RPG.GameCore.AddModifier",
"TargetType": {
"$type": "RPG.GameCore.TargetAlias",
"Alias": "Caster"
},
"ModifierName": {
"Value": "WMonster_W2_Huanlong_02_MuteHitFly"
}
},
{
"$type": "RPG.GameCore.ShowBossInfoBar",
"TargetType": {
"$type": "RPG.GameCore.TargetAlias",
"Alias": "Caster"
},
"IsShow": true
},
{
"$type": "RPG.GameCore.AddModifier",
"TargetType": {
"$type": "RPG.GameCore.TargetAlias",
"Alias": "Caster"
},
"ModifierName": {
"Value": "Monster_W2_Boss_01_Revive"
}
},
{
"$type": "RPG.GameCore.Retarget",
"TargetType": {
"$type": "RPG.GameCore.TargetAlias",
"Alias": "AllLightTeam"
},
"Predicate": {
"$type": "RPG.GameCore.ByCompareCharacterID",
"TargetType": {
"$type": "RPG.GameCore.TargetAlias",
"Alias": "ParamEntity"
},
"TargetCharacterID": {
"IsDynamic": false,
"FixedValue": {
"Value": 1204
}
}
},
"ByRandom": true,
"MaxNumber": {
"IsDynamic": false,
"FixedValue": {
"Value": 1
}
},
"TaskList": [
{
"$type": "RPG.GameCore.AddModifier",
"TargetType": {
"$type": "RPG.GameCore.TargetAlias",
"Alias": "ParamEntity"
},
"ModifierName": {
"Value": "Monster_W2_Huanlong_00_Skill13_Special"
}
}
]
},
{
"$type": "RPG.GameCore.ModifyDefaultTeamFormation",
"FormationWidthMin": {
"IsDynamic": false,
"FixedValue": {
"Value": 12
}
}
},
{
"$type": "RPG.GameCore.OverrideSelectDarkTeamEntityCamera",
"ChooseEnemyTargetLookAtWeight": 0.05,
"ChooseEnemyTargetLookAtWeightByTeamWidth": 0.07,
"ChooseEnemyTargetDisToCenterWeight": 7,
"ChooseEnemyTargetDisToCenterImpairment": 0.25,
"ChooseEnemyTargetLookAtAmplitude": 1.5,
"ChooseEnemyTargetCenterOffset1": 0.23,
"ChooseEnemyTargetCenterOffset2": 2.8
},
{
"$type": "RPG.GameCore.CharacterChangePhase",
"TargetType": {
"$type": "RPG.GameCore.TargetAlias",
"Alias": "Caster"
},
"PhaseName": "Phase1",
"PhaseAnimConfig": {
"ModifierBehaviorVisuals": [
{
"Flag": "STAT_CTRL_Frozen_Effect",
"AnimOccurTransition": 0,
"AnimSpeedFactor": 0,
"AnimSpeedTransitTime": 0.05,
"MaterialTransitTime": 1,
"IgnoreAnimConfig": true
}
]
}
},
{
"$type": "RPG.GameCore.TriggerCustomString",
"CustomString": {
"Value": "BATX03Boxx_TriggerPhase_03"
}
}
],
"Modifiers": {
"WMonster_W2_Huanlong_02_MuteHitFly": {
"BehaviorFlagList": [
"MuteHitFly"
]
},
"Monster_W2_Boss_02_Stop": {
"DynamicValues": {
"Floats": {
"\u0026{map[Hash:0xc04405cf60] 0xc04405cf30}": {
"readInfo": null,
"unk": null,
"v24": {
"Value": 0
}
}
}
},
"_CallbackList": [
{
"Event": "OnStack",
"CallbackConfig": [
{
"$type": "RPG.GameCore.SetDynamicValueByProperty",
"DynamicKey": "BaseSpeed",
"ReadTargetType": {
"$type": "RPG.GameCore.TargetAlias",
"Alias": "ModifierOwnerEntity"
},
"Value": "BaseSpeed"
},
{
"$type": "RPG.GameCore.StackProperty",
"TargetType": {
"$type": "RPG.GameCore.TargetAlias",
"Alias": "ModifierOwnerEntity"
},
"Property": "SpeedDelta",
"PropertyValue": {
"IsDynamic": true,
"PostfixExpr": {
"OpCodes": "AAABAAMR",
"FixedValues": [
{
"Value": 0
}
],
"DynamicHashes": [
-906730870
]
}
}
}
]
}
]
}
}
},
{
"Name": "Monster_W2_Huanlong_02_Skill01_Phase01",
"TargetInfo": {
"TargetType": "SkillTargetEntityList"
},
"OnStart": []
},
{
"Name": "Monster_W2_Huanlong_02_Skill01_Phase02",
"TargetInfo": {
"TargetType": "SkillTargetEntityList"
},
"OnStart": [
{
"$type": "RPG.GameCore.SkillPerformFinish"
}
]
},
{
"Name": "Monster_W2_Huanlong_02_Skill02_Phase01",
"TargetInfo": {
"TargetType": "AllEnemy"
},
"OnStart": []
},
{
"Name": "Monster_W2_Huanlong_02_Skill02_Phase02",
"TargetInfo": {
"TargetType": "AllEnemy"
},
"OnStart": [
{
"$type": "RPG.GameCore.SkillPerformFinish"
}
]
}
]
}