Skip to content

Commit

Permalink
Merge pull request #120 from sanmusen214/dev
Browse files Browse the repository at this point in the history
Fix shop match of1.6.9
  • Loading branch information
sanmusen214 authored Oct 27, 2024
2 parents 314b8a1 + 64b4fe2 commit 106bc6a
Show file tree
Hide file tree
Showing 15 changed files with 780 additions and 260 deletions.
69 changes: 69 additions & 0 deletions DATA/grid_solution/quest/27-1.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,69 @@
{
"task_location": 27,
"task_level": 1,
"task_type": "normal",
"requires": {
"0": [
"any"
]
},
"0": {
"initial_teams": [
{
"name": "A",
"type": "yellow",
"position": "left-down"
},
{
"name": "B",
"type": "red",
"position": "right"
}
],
"fight_plan": [
[
{
"team": "A",
"action": "move",
"target": "right-up"
},
{
"team": "B",
"action": "move",
"target": "left-down"
}
],
[
{
"team": "B",
"action": "move",
"target": "left-down"
},
{
"team": "A",
"action": "move",
"target": "right-up"
}
],
[
{
"team": "B",
"action": "move",
"target": "right-up"
},
{
"team": "A",
"action": "move",
"target": "right-up"
}
],
[
{
"team": "A",
"action": "move",
"target": "right-up"
}
]
]
}
}
79 changes: 79 additions & 0 deletions DATA/grid_solution/quest/27-2.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,79 @@
{
"task_location": 27,
"task_level": 2,
"task_type": "normal",
"requires": {
"0": [
"any"
]
},
"0": {
"initial_teams": [
{
"name": "A",
"type": "red",
"position": "left"
},
{
"name": "B",
"type": "yellow",
"position": "right"
}
],
"fight_plan": [
[
{
"team": "A",
"action": "move",
"target": "right"
},
{
"team": "B",
"action": "move",
"target": "left"
}
],
[
{
"team": "B",
"action": "exchange",
"target": "left"
},
{
"team": "B",
"action": "move",
"target": "left-up"
},
{
"team": "A",
"action": "move",
"target": "left"
}
],
[
{
"team": "B",
"action": "move",
"target": "right-up"
},
{
"team": "A",
"action": "move",
"target": "right"
}
],
[
{
"team": "A",
"action": "move",
"target": "right-down"
},
{
"team": "B",
"action": "move",
"target": "left-up"
}
]
]
}
}
91 changes: 91 additions & 0 deletions DATA/grid_solution/quest/27-3.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,91 @@
{
"task_location": 27,
"task_level": 3,
"task_type": "normal",
"requires": {
"0": [
"any"
]
},
"0": {
"initial_teams": [
{
"name": "A",
"type": "red",
"position": "left"
},
{
"name": "B",
"type": "yellow",
"position": "left-down"
}
],
"fight_plan": [
[
{
"team": "A",
"action": "move",
"target": "right"
},
{
"team": "B",
"action": "move",
"target": "right-up"
}
],
[
{
"team": "B",
"action": "move",
"target": "right"
},
{
"team": "A",
"action": "move",
"target": "right-up"
}
],
[
{
"team": "A",
"action": "move",
"target": "right"
},
{
"team": "B",
"action": "move",
"target": "right-up"
}
],
[
{
"team": "B",
"action": "exchange",
"target": "left-up"
},
{
"team": "B",
"action": "move",
"target": "left"
},
{
"team": "A",
"action": "move",
"target": "left-down"
}
],
[
{
"team": "A",
"action": "move",
"target": "right-down"
},
{
"team": "B",
"action": "move",
"target": "left-up"
}
]
]
}
}
91 changes: 91 additions & 0 deletions DATA/grid_solution/quest/27-4.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,91 @@
{
"task_location": 27,
"task_level": 4,
"task_type": "normal",
"requires": {
"0": [
"any"
]
},
"0": {
"initial_teams": [
{
"name": "A",
"type": "red",
"position": "left"
},
{
"name": "B",
"type": "yellow",
"position": "right"
}
],
"fight_plan": [
[
{
"team": "A",
"action": "move",
"target": "right"
},
{
"team": "B",
"action": "move",
"target": "left"
}
],
[
{
"team": "B",
"action": "move",
"target": "left"
},
{
"team": "A",
"action": "exchange",
"target": "right-up"
},
{
"team": "A",
"action": "move",
"target": "right"
}
],
[
{
"team": "A",
"action": "move",
"target": "left"
},
{
"team": "B",
"action": "move",
"target": "right"
}
],
[
{
"team": "A",
"action": "move",
"target": "left-up"
},
{
"team": "B",
"action": "move",
"target": "right-down"
}
],
[
{
"team": "A",
"action": "move",
"target": "left-up"
},
{
"team": "B",
"action": "move",
"target": "right-down"
}
]
]
}
}
Loading

0 comments on commit 106bc6a

Please sign in to comment.