2024-10-21 03:16:22 -03:00

143 lines
3.3 KiB
JSON

{
"EnvActionConfigs": [
{
"Trigger": {
"$type": "RPG.GameCore.Match3.StartRoundTrigger"
},
"Condition": {
"$type": "RPG.GameCore.Match3.RoundCondition",
"TargetRound": 1
},
"Actions": [
{
"$type": "RPG.GameCore.Match3.ApplyChessBoardTemplateAction",
"TemplatePath": "Config/Gameplays/Match3/ChessboardTemplates/pve_2_201.json"
}
]
},
{
"Trigger": {
"$type": "RPG.GameCore.Match3.StartRoundTrigger"
},
"Condition": {
"$type": "RPG.GameCore.Match3.RoundCondition",
"TargetRound": 2
},
"Actions": [
{
"$type": "RPG.GameCore.Match3.ApplyChessBoardTemplateAction",
"TemplatePath": "Config/Gameplays/Match3/ChessboardTemplates/pve_2_202.json"
}
]
},
{
"Trigger": {
"$type": "RPG.GameCore.Match3.StartRoundTrigger"
},
"Condition": {
"$type": "RPG.GameCore.Match3.RoundCondition",
"TargetRound": 3
},
"Actions": [
{
"$type": "RPG.GameCore.Match3.ApplyChessBoardTemplateAction",
"TemplatePath": "Config/Gameplays/Match3/ChessboardTemplates/pve_2_203.json"
}
]
},
{
"Trigger": {
"$type": "RPG.GameCore.Match3.StartRoundTrigger"
},
"Condition": {
"$type": "RPG.GameCore.Match3.RoundCondition",
"TargetRound": 1
},
"Actions": [
{
"$type": "RPG.GameCore.Match3.ApplyOpponentCurveAction",
"CurveID": 1221
}
]
},
{
"Trigger": {
"$type": "RPG.GameCore.Match3.StartRoundTrigger"
},
"Condition": {
"$type": "RPG.GameCore.Match3.RoundCondition",
"TargetRound": 2
},
"Actions": [
{
"$type": "RPG.GameCore.Match3.ApplyOpponentCurveAction",
"CurveID": 1222
}
]
},
{
"Trigger": {
"$type": "RPG.GameCore.Match3.StartRoundTrigger"
},
"Condition": {
"$type": "RPG.GameCore.Match3.RoundAfterCondition",
"TargetRound": 3
},
"Actions": [
{
"$type": "RPG.GameCore.Match3.ApplyOpponentCurveAction",
"CurveID": 1223
}
]
},
{
"Trigger": {
"$type": "RPG.GameCore.Match3.StartRoundTrigger"
},
"Condition": {
"$type": "RPG.GameCore.Match3.RoundCondition",
"TargetRound": 4
},
"Actions": [
{
"$type": "RPG.GameCore.Match3.ApplyChessBoardTemplateRuleAction",
"Mode": "PVE2H"
}
]
},
{
"Trigger": {
"$type": "RPG.GameCore.Match3.StartGameTrigger"
},
"Actions": [
{
"$type": "RPG.GameCore.Match3.SetEmojiReplyPatternAction",
"EmojiList": [
123,
124,
125
],
"DelayTime": 2
}
]
},
{
"Trigger": {
"$type": "RPG.GameCore.Match3.BeforeInputTrigger"
},
"Condition": {
"$type": "RPG.GameCore.Match3.RoundAndStepCondition",
"TargetRound": 1
},
"Actions": [
{
"$type": "RPG.GameCore.Match3.ShowEmojiAction",
"EmojiList": [
122
],
"DelayTime": 2
}
]
}
]
}