Skip to content

Commit fece1b7

Browse files
Balancing & Level 15
1 parent fa3ba0f commit fece1b7

File tree

1 file changed

+71
-6
lines changed

1 file changed

+71
-6
lines changed

levels.toml

Lines changed: 71 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -427,7 +427,7 @@ board3 = """
427427
[][][][][][][][][][][][][][]
428428
[][][][][][][][][][][][][][]
429429
"""
430-
totalmine = 77 #20.1%
430+
totalmine = 72 #18.9%
431431

432432
portals = [
433433
{ from = 0, to = 1, x = 0, y = 3, w = 2, h = 1 },
@@ -490,7 +490,7 @@ board2 = """
490490
[][][][][][]
491491
"""
492492

493-
totalmine = 80 #18.0%
493+
totalmine = 90 #20.3%
494494

495495
portals = [
496496
{ from = 1, to = 0, x = 17, y = 1, w = 6, h = 6 },
@@ -734,20 +734,85 @@ board5 = """
734734
[][][][][][][][][][][][]
735735
[][][][][][][][][][][][]
736736
"""
737-
totalmine = 45 #only 11.7% because it's just that hard
737+
board6 = """
738+
[][][][][][][][]
739+
[][][][][][][][]
740+
[][]........[][]
741+
[][]........[][]
742+
[][]........[][]
743+
[][]........[][]
744+
[][][][][][][][]
745+
[][][][][][][][]
746+
"""
747+
board6mine = 8
748+
board7 = """
749+
[][][][][][][][][][][][]
750+
[][][][][][][][][][][][]
751+
[][]................[][]
752+
[][]................[][]
753+
[][]................[][]
754+
[][]................[][]
755+
[][]................[][]
756+
[][]................[][]
757+
[][]................[][]
758+
[][]................[][]
759+
[][][][][][][][][][][][]
760+
[][][][][][][][][][][][]
761+
"""
762+
totalmine = 60 #only 11.7% because it's just that hard
738763

739764
portals = [
740765
{ from = 1, to = 0, x = 2, y = 2, w = 8, h = 8 },
741766
{ from = 3, to = 2, x = 2, y = 2, w = 8, h = 8 },
742767
{ from = 5, to = 4, x = 2, y = 2, w = 8, h = 8 },
768+
{ from = 7, to = 6, x = 2, y = 2, w = 8, h = 8 },
743769

744770
{ from = 0, to = 2, x = 2, y = 2, w = 4, h = 4, clone = true },
745771
{ from = 2, to = 4, x = 2, y = 2, w = 4, h = 4, clone = true },
746-
{ from = 4, to = 0, x = 2, y = 2, w = 4, h = 4, clone = true },
772+
{ from = 4, to = 6, x = 2, y = 2, w = 4, h = 4, clone = true },
773+
{ from = 6, to = 0, x = 2, y = 2, w = 4, h = 4, clone = true },
747774
]
748775

749776
[15]
750777
board0 = """
751-
....
752-
....
778+
[][][][][][][][][]
779+
[]..[][]..[][]..[]
780+
[][][][][][][][][]
781+
[][][]......[][][]
782+
[]..[]......[]..[]
783+
[][][]......[][][]
784+
[][][][][][][][][]
785+
[]..[][]..[][]..[]
786+
[][][][][][][][][]
787+
"""
788+
board1 = """
789+
[][][][][][][][][][][][][][][][]
790+
[][][][][][][][][][][][][][][][]
791+
[][][][][][][][][][][][][][][][]
792+
[][][][][][][][][][][][][][][][]
793+
[][][][][][][][][][][][][][][][]
794+
[][][][][][][][][][][][][][][][]
795+
[][][][][][][][][][][][][][][][]
796+
[][][][][][][]....[][][][][][][]
797+
[][][][][][][]....[][][][][][][]
798+
[][][][][][][][][][][][][][][][]
799+
[][][][][][][][][][][][][][][][]
800+
[][][][][][][][][][][][][][][][]
801+
[][][][][][][][][][][][][][][][]
802+
[][][][][][][][][][][][][][][][]
803+
[][][][][][][][][][][][][][][][]
804+
[][][][][][][][][][][][][][][][]
753805
"""
806+
totalmine = 40
807+
portals = [
808+
{ from = 0, to = 1, x = 1, y = 1, w = 1, h = 1, clone = true },
809+
{ from = 0, to = 1, x = 4, y = 1, w = 1, h = 1, clone = true },
810+
{ from = 0, to = 1, x = 7, y = 1, w = 1, h = 1, clone = true },
811+
{ from = 0, to = 1, x = 1, y = 4, w = 1, h = 1, clone = true },
812+
{ from = 0, to = 1, x = 3, y = 3, w = 3, h = 3 },
813+
{ from = 0, to = 1, x = 7, y = 4, w = 1, h = 1, clone = true },
814+
{ from = 0, to = 1, x = 1, y = 7, w = 1, h = 1, clone = true },
815+
{ from = 0, to = 1, x = 4, y = 7, w = 1, h = 1, clone = true },
816+
{ from = 0, to = 1, x = 7, y = 7, w = 1, h = 1, clone = true },
817+
{ from = 1, to = 0, x = 7, y = 7, w = 2, h = 2 },
818+
]

0 commit comments

Comments
 (0)