mirror of
https://gitlab.com/Dimbreath/turnbasedgamedata.git
synced 2025-05-11 22:45:53 +08:00
77 lines
1.7 KiB
JSON
77 lines
1.7 KiB
JSON
{
|
|
"EnvActionConfigs": [
|
|
{
|
|
"Trigger": {
|
|
"$type": "RPG.GameCore.Match3.StartRoundTrigger"
|
|
},
|
|
"Actions": [
|
|
{
|
|
"$type": "RPG.GameCore.Match3.ApplyChessBoardTemplateRuleAction",
|
|
"Mode": "PVNPC1"
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"Trigger": {
|
|
"$type": "RPG.GameCore.Match3.StartRoundTrigger"
|
|
},
|
|
"Condition": {
|
|
"$type": "RPG.GameCore.Match3.RoundCondition",
|
|
"TargetRound": 1
|
|
},
|
|
"Actions": [
|
|
{
|
|
"$type": "RPG.GameCore.Match3.ApplyOpponentCurveAction",
|
|
"CurveID": 2131
|
|
}
|
|
]
|
|
},
|
|
{},
|
|
{},
|
|
{
|
|
"Trigger": {
|
|
"$type": "RPG.GameCore.Match3.StartRoundTrigger"
|
|
},
|
|
"Condition": {
|
|
"$type": "RPG.GameCore.Match3.RoundCondition",
|
|
"TargetRound": 2
|
|
},
|
|
"Actions": [
|
|
{
|
|
"$type": "RPG.GameCore.Match3.ApplyOpponentCurveAction",
|
|
"CurveID": 2131
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"Trigger": {
|
|
"$type": "RPG.GameCore.Match3.StartRoundTrigger"
|
|
},
|
|
"Condition": {
|
|
"$type": "RPG.GameCore.Match3.RoundCondition",
|
|
"TargetRound": 3
|
|
},
|
|
"Actions": [
|
|
{
|
|
"$type": "RPG.GameCore.Match3.ApplyOpponentCurveAction",
|
|
"CurveID": 2131
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"Trigger": {
|
|
"$type": "RPG.GameCore.Match3.StartRoundTrigger"
|
|
},
|
|
"Condition": {
|
|
"$type": "RPG.GameCore.Match3.RoundAfterCondition",
|
|
"TargetRound": 4
|
|
},
|
|
"Actions": [
|
|
{
|
|
"$type": "RPG.GameCore.Match3.ApplyOpponentCurveAction",
|
|
"CurveID": 2131
|
|
}
|
|
]
|
|
}
|
|
]
|
|
} |