mirror of
https://gitlab.com/Dimbreath/turnbasedgamedata.git
synced 2025-05-11 22:45:53 +08:00
143 lines
3.3 KiB
JSON
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_3_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_3_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_3_203.json"
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"Trigger": {
|
|
"$type": "RPG.GameCore.Match3.StartRoundTrigger"
|
|
},
|
|
"Condition": {
|
|
"$type": "RPG.GameCore.Match3.RoundCondition",
|
|
"TargetRound": 1
|
|
},
|
|
"Actions": [
|
|
{
|
|
"$type": "RPG.GameCore.Match3.ApplyOpponentCurveAction",
|
|
"CurveID": 1321
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"Trigger": {
|
|
"$type": "RPG.GameCore.Match3.StartRoundTrigger"
|
|
},
|
|
"Condition": {
|
|
"$type": "RPG.GameCore.Match3.RoundCondition",
|
|
"TargetRound": 2
|
|
},
|
|
"Actions": [
|
|
{
|
|
"$type": "RPG.GameCore.Match3.ApplyOpponentCurveAction",
|
|
"CurveID": 1322
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"Trigger": {
|
|
"$type": "RPG.GameCore.Match3.StartRoundTrigger"
|
|
},
|
|
"Condition": {
|
|
"$type": "RPG.GameCore.Match3.RoundAfterCondition",
|
|
"TargetRound": 3
|
|
},
|
|
"Actions": [
|
|
{
|
|
"$type": "RPG.GameCore.Match3.ApplyOpponentCurveAction",
|
|
"CurveID": 1323
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"Trigger": {
|
|
"$type": "RPG.GameCore.Match3.StartRoundTrigger"
|
|
},
|
|
"Condition": {
|
|
"$type": "RPG.GameCore.Match3.RoundCondition",
|
|
"TargetRound": 4
|
|
},
|
|
"Actions": [
|
|
{
|
|
"$type": "RPG.GameCore.Match3.ApplyChessBoardTemplateRuleAction",
|
|
"Mode": "PVE3H"
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"Trigger": {
|
|
"$type": "RPG.GameCore.Match3.StartGameTrigger"
|
|
},
|
|
"Actions": [
|
|
{
|
|
"$type": "RPG.GameCore.Match3.SetEmojiReplyPatternAction",
|
|
"EmojiList": [
|
|
133,
|
|
134,
|
|
135
|
|
],
|
|
"DelayTime": 3
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"Trigger": {
|
|
"$type": "RPG.GameCore.Match3.BeforeInputTrigger"
|
|
},
|
|
"Condition": {
|
|
"$type": "RPG.GameCore.Match3.RoundAndStepCondition",
|
|
"TargetRound": 1
|
|
},
|
|
"Actions": [
|
|
{
|
|
"$type": "RPG.GameCore.Match3.ShowEmojiAction",
|
|
"EmojiList": [
|
|
132
|
|
],
|
|
"DelayTime": 3
|
|
}
|
|
]
|
|
}
|
|
]
|
|
} |