diff options
| author | metamuffin <metamuffin@disroot.org> | 2025-10-14 23:31:42 +0200 |
|---|---|---|
| committer | metamuffin <metamuffin@disroot.org> | 2025-10-14 23:31:45 +0200 |
| commit | 3b96706c9b4b0c978cc8d13923380438619552ed (patch) | |
| tree | 67f13cc0a4552d4be765041d5d07a54fb70062ff /data | |
| parent | 9514b892d2323ca811ea57bf077336f69d0a4cf9 (diff) | |
| download | hurrycurry-3b96706c9b4b0c978cc8d13923380438619552ed.tar hurrycurry-3b96706c9b4b0c978cc8d13923380438619552ed.tar.bz2 hurrycurry-3b96706c9b4b0c978cc8d13923380438619552ed.tar.zst | |
Zigzag score baseline and index cleanup
Diffstat (limited to 'data')
| -rw-r--r-- | data/index.yaml | 6 | ||||
| -rw-r--r-- | data/maps/zigzag.yaml | 2 |
2 files changed, 2 insertions, 6 deletions
diff --git a/data/index.yaml b/data/index.yaml index eb92076e..e75433d3 100644 --- a/data/index.yaml +++ b/data/index.yaml @@ -32,7 +32,6 @@ maps: bbq: { name: "BBQ", players: 2, difficulty: 1 } salad: { name: "Salad Store", players: 2, difficulty: 1 } sushibar: { name: "Sushi Bar", players: 2, difficulty: 2 } - # smallest: { name: "Smallest", players: 1, difficulty: 1 } teeny: { name: "Teeny", players: 3, difficulty: 2 } village: { name: "Village", players: 4, difficulty: 2 } bar: { name: "Bar", players: 3, difficulty: 2 } @@ -40,12 +39,9 @@ maps: bus: { name: "Bus", players: 5, difficulty: 3 } station: { name: "Station", players: 3, difficulty: 3 } anticurry: { name: "Anti Curry!", players: 3, difficulty: 4 } - # zigzag: { name: "Zig-zag", players: 3, difficulty: 3 } - # conveyors_dot_com: { name: "conveyors.com", players: 3, difficulty: 3 } - # depot: { name: "Depot", players: 3, difficulty: 3 } + zigzag: { name: "Zig-zag", players: 3, difficulty: 3 } 5star: { name: "5 Star", players: 4, difficulty: 3 } auto_sushi: { name: "AutoSushi", players: 2, difficulty: 2 } - # factory: { name: "Factory", players: 3, difficulty: 4 } streetfood: { name: "Street Food", players: 2, difficulty: 1 } ring: { name: "Ring", players: 2, difficulty: 2 } diff --git a/data/maps/zigzag.yaml b/data/maps/zigzag.yaml index 6b8c1cbd..a2fb8ac6 100644 --- a/data/maps/zigzag.yaml +++ b/data/maps/zigzag.yaml @@ -13,7 +13,7 @@ # You should have received a copy of the GNU Affero General Public License # along with this program. If not, see <https://www.gnu.org/licenses/>. # -score_baseline: 200 +score_baseline: 300 map: - "''*''''''''*'''*''''''''''" - "*''''''*''''''''''*'''''''" |