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