Skip to content

Commit a2f1791

Browse files
committed
Morphos, Saltire, Veletas: Strip 'Default rules' from tables by dropping 'name' in locale file
1 parent 5300702 commit a2f1791

File tree

2 files changed

+3
-8
lines changed

2 files changed

+3
-8
lines changed

locales/en/apgames.json

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1617,9 +1617,6 @@
16171617
"size-17": {
16181618
"name": "17x17 board"
16191619
},
1620-
"#rules": {
1621-
"name": "Default rules"
1622-
},
16231620
"simplified": {
16241621
"name": "Minimorph",
16251622
"description": "Faster game with simplified capture formations. Deadlocks are not possible."
@@ -2100,9 +2097,8 @@
21002097
"#board": {
21012098
"name": "13x13 board"
21022099
},
2103-
"#ruleset": {
2100+
"#rules": {
21042101
"description": "A swap must decrease either the number of crosscuts or the number of supercuts on the board, and it must not increase the number of crosscuts.",
2105-
"name": "Default rules"
21062102
},
21072103
"basic": {
21082104
"description": "A swap must decrease the number of crosscuts. Draws are possible.",
@@ -2702,8 +2698,7 @@
27022698
"description": "Default board with 7 neutral pieces."
27032699
},
27042700
"#setup": {
2705-
"description": "The first player places shooters and a stone of their colour, then the second player chooses if they want to invoke the pie rule. After that the second player places more shooters and a stone, and the game begins.",
2706-
"name": "Freestyle setup"
2701+
"description": "The first player places shooters and a stone of their colour, then the second player chooses if they want to invoke the pie rule. After that the second player places more shooters and a stone, and the game begins."
27072702
},
27082703
"random": {
27092704
"description": "The starting board has shooters in randomised position. The first player makes a normal move and the second player decides if they want to invoke the pie rule.",

src/games/saltire.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ export class SaltireGame extends GameBase {
5454
{ uid: "#board" },
5555
{ uid: "size-15", group: "board" },
5656
{ uid: "size-17", group: "board" },
57-
{ uid: "basic", group: "ruleset" },
57+
{ uid: "basic", group: "rules" },
5858
],
5959
categories: ["goal>connect", "mechanic>place", "mechanic>move", "mechanic>coopt", "board>shape>rect", "board>connect>rect", "components>simple>1per"],
6060
flags: ["pie"],

0 commit comments

Comments
 (0)