2025-02-24 07:50:34 -03:00

119 lines
2.8 KiB
JSON

{
"EnvActionConfigs": [
{
"Trigger": {
"$type": "RPG.GameCore.Match3.StartGameTrigger"
},
"Actions": [
{
"$type": "RPG.GameCore.Match3.ApplyChessBoardTemplateAction",
"TemplatePath": "Config/Gameplays/Match3/ChessboardTemplates/test_reroll.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/test_reroll.json"
}
]
},
{
"Trigger": {
"$type": "RPG.GameCore.Match3.StartRoundTrigger"
},
"Condition": {
"$type": "RPG.GameCore.Match3.RoundAfterCondition",
"TargetRound": 3
},
"Actions": [
{
"$type": "RPG.GameCore.Match3.ApplyOpponentCurveAction",
"CurveID": 1113
}
]
},
{
"Trigger": {
"$type": "RPG.GameCore.Match3.StartRoundTrigger"
},
"Condition": {
"$type": "RPG.GameCore.Match3.RoundCondition",
"TargetRound": 1
},
"Actions": [
{
"$type": "RPG.GameCore.Match3.ApplyOpponentCurveAction",
"CurveID": 1111
}
]
},
{
"Trigger": {
"$type": "RPG.GameCore.Match3.StartRoundTrigger"
},
"Condition": {
"$type": "RPG.GameCore.Match3.RoundCondition",
"TargetRound": 2
},
"Actions": [
{
"$type": "RPG.GameCore.Match3.ApplyOpponentCurveAction",
"CurveID": 1112
}
]
},
{
"Trigger": {
"$type": "RPG.GameCore.Match3.StartRoundTrigger"
},
"Condition": {
"$type": "RPG.GameCore.Match3.RoundAfterCondition",
"TargetRound": 3
},
"Actions": [
{
"$type": "RPG.GameCore.Match3.ApplyChessBoardTemplateAction",
"TemplatePath": "Config/Gameplays/Match3/ChessboardTemplates/test_reroll.json"
}
]
},
{
"Trigger": {
"$type": "RPG.GameCore.Match3.AfterStepTrigger"
},
"Condition": {
"$type": "RPG.GameCore.Match3.RoundAndStepCondition",
"TargetRound": 1,
"TargetStep": 1
},
"Actions": [
{
"$type": "RPG.GameCore.Match3.ShowTextDialogAction",
"TextID": {
"Hash": 18334121275150875886
}
}
]
},
{
"Trigger": {
"$type": "RPG.GameCore.Match3.StartRoundTrigger"
},
"Actions": [
{
"$type": "RPG.GameCore.Match3.ShowPopupDialogAction",
"PopupID": 1100
}
]
}
]
}