Skip to content

Commit

Permalink
Merge pull request #174 from sanmusen214/dev
Browse files Browse the repository at this point in the history
1.9.5
  • Loading branch information
sanmusen214 authored Feb 5, 2025
2 parents 832235f + 5ebfacf commit d53708c
Show file tree
Hide file tree
Showing 19 changed files with 876 additions and 41 deletions.
69 changes: 69 additions & 0 deletions DATA/grid_solution/quest/28-1.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,69 @@
{
"task_location": 28,
"task_level": 1,
"task_type": "normal",
"requires": {
"0": [
"any"
]
},
"0": {
"initial_teams": [
{
"name": "A",
"type": "red",
"position": "left"
},
{
"name": "B",
"type": "purple",
"position": "right"
}
],
"fight_plan": [
[
{
"team": "A",
"action": "move",
"target": "right"
},
{
"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/28-2.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,79 @@
{
"task_location": 28,
"task_level": 2,
"task_type": "normal",
"requires": {
"0": [
"any"
]
},
"0": {
"initial_teams": [
{
"name": "A",
"type": "red",
"position": "right"
},
{
"name": "B",
"type": "purple",
"position": "left"
}
],
"fight_plan": [
[
{
"team": "A",
"action": "move",
"target": "left"
},
{
"team": "B",
"action": "move",
"target": "right"
}
],
[
{
"team": "A",
"action": "exchange",
"target": "left"
},
{
"team": "A",
"action": "move",
"target": "left-up"
},
{
"team": "B",
"action": "move",
"target": "left"
}
],
[
{
"team": "A",
"action": "move",
"target": "right-up"
},
{
"team": "B",
"action": "move",
"target": "right"
}
],
[
{
"team": "B",
"action": "move",
"target": "right-down"
},
{
"team": "A",
"action": "move",
"target": "left-up"
}
]
]
}
}
96 changes: 96 additions & 0 deletions DATA/grid_solution/quest/28-3.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,96 @@
{
"task_location": 28,
"task_level": 3,
"task_type": "normal",
"requires": {
"0": [
"any"
]
},
"0": {
"initial_teams": [
{
"name": "A",
"type": "red",
"position": "up"
},
{
"name": "B",
"type": "purple",
"position": "down"
}
],
"fight_plan": [
[
{
"team": "A",
"action": "move",
"target": "right"
},
{
"team": "B",
"action": "move",
"target": "right-up"
}
],
[
{
"team": "A",
"action": "exchange",
"target": "right-down"
},
{
"team": "A",
"action": "move",
"target": "right"
},
{
"team": "B",
"action": "move",
"target": "right-up"
}
],
[
{
"team": "A",
"action": "move",
"target": "right-up"
},
{
"team": "B",
"action": "move",
"target": "right"
}
],
[
{
"team": "A",
"action": "exchange",
"target": "left-up"
},
{
"team": "A",
"action": "move",
"target": "left"
},
{
"team": "B",
"action": "move",
"target": "left-down"
}
],
[
{
"team": "A",
"action": "move",
"target": "left"
},
{
"team": "B",
"action": "move",
"target": "right-down"
}
]
]
}
}
91 changes: 91 additions & 0 deletions DATA/grid_solution/quest/28-4.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,91 @@
{
"task_location": 28,
"task_level": 4,
"task_type": "normal",
"requires": {
"0": [
"any"
]
},
"0": {
"initial_teams": [
{
"name": "A",
"type": "red",
"position": "right"
},
{
"name": "B",
"type": "purple",
"position": "left"
}
],
"fight_plan": [
[
{
"team": "A",
"action": "move",
"target": "left"
},
{
"team": "B",
"action": "move",
"target": "right"
}
],
[
{
"team": "A",
"action": "move",
"target": "left"
},
{
"team": "B",
"action": "exchange",
"target": "right-up"
},
{
"team": "B",
"action": "move",
"target": "right"
}
],
[
{
"team": "A",
"action": "move",
"target": "right"
},
{
"team": "B",
"action": "move",
"target": "left"
}
],
[
{
"team": "A",
"action": "move",
"target": "right-down"
},
{
"team": "B",
"action": "move",
"target": "left-up"
}
],
[
{
"team": "B",
"action": "move",
"target": "left"
},
{
"team": "A",
"action": "move",
"target": "right-down"
}
]
]
}
}
Loading

0 comments on commit d53708c

Please # to comment.