Files
FireflyGo_Resources/Config/ConfigAbility/Monster/Monster_W1_Colossus_00_Ability.json
2025-08-26 17:57:41 +07:00

41 lines
824 B
JSON

{
"AbilityList": [
{
"Name": "Monster_W1_Colossus_00_Skill01_Phase01",
"TargetInfo": {
"TargetType": "SkillTargetEntityList"
},
"OnStart": []
},
{
"Name": "Monster_W1_Colossus_00_Skill01_Phase02",
"TargetInfo": {
"TargetType": "SkillTargetEntityList"
},
"OnStart": [
{
"$type": "RPG.GameCore.SkillPerformFinish"
}
]
},
{
"Name": "Monster_W1_Colossus_00_Skill02_Phase01",
"TargetInfo": {
"TargetType": "AllEnemy"
},
"OnStart": []
},
{
"Name": "Monster_W1_Colossus_00_Skill02_Phase02",
"TargetInfo": {
"TargetType": "AllEnemy"
},
"OnStart": [
{
"$type": "RPG.GameCore.SkillPerformFinish"
}
]
}
]
}