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

89 lines
1.9 KiB
JSON

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