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

77 lines
1.7 KiB
JSON

{
"EnvActionConfigs": [
{
"Trigger": {
"$type": "RPG.GameCore.Match3.StartRoundTrigger"
},
"Actions": [
{
"$type": "RPG.GameCore.Match3.ApplyChessBoardTemplateRuleAction",
"Mode": "PVNPC3"
}
]
},
{
"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
}
]
}
]
}