mirror of
https://gitlab.com/Dimbreath/turnbasedgamedata.git
synced 2025-05-11 22:45:53 +08:00
40 lines
823 B
JSON
40 lines
823 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"
|
|
}
|
|
]
|
|
}
|
|
]
|
|
} |