chiark / gitweb /
penultima: Update the game's introductory set for new pices
authorIan Jackson <ijackson@chiark.greenend.org.uk>
Sun, 10 Jan 2021 23:31:01 +0000 (23:31 +0000)
committerIan Jackson <ijackson@chiark.greenend.org.uk>
Sun, 10 Jan 2021 23:40:45 +0000 (23:40 +0000)
Additions:
 * Purple pieces
 * Giraffe, cannon, flag
 * Knights in the four extra colours
 * Ships in black and white

Removals (note: these can be added with library-add, but are not shown
on the playing field by default):
 * Ships in extra colours.  (We demo the black and white ships.)
 * Portals

Signed-off-by: Ian Jackson <ijackson@chiark.greenend.org.uk>
specs/penultima.game.toml

index e025f548b42f76f32a96486f8348c2e54959eaa7..a98a9a225782ebe909614f8ddee91fbdba3d9993 100644 (file)
@@ -118,75 +118,69 @@ posd = [10, 0]
 count = 4
 
 [[pieces]]
-pos = [210, 75]
+pos = [210, 55]
 type = "LibList"
 lib = "wikimedia"
-prefix = "chess-red-"
-items = ["K","Q","R","R","B","B","ship","ship"]
+prefix = "chess-blue-"
+items = ["K","Q","R","R","B","B","N","N"]
 posd = [10, 0]
 
 [[pieces]]
-pos = [210, 85]
+pos = [210, 65]
 type = "LibList"
 lib = "wikimedia"
-prefix = "chess-blue-"
-items = ["K","Q","R","R","B","B","ship","ship"]
+prefix = "chess-yellow-"
+items = ["K","Q","R","R","B","B","N","N"]
 posd = [10, 0]
 
 [[pieces]]
-pos = [210, 95]
+pos = [210, 75]
 type = "LibList"
 lib = "wikimedia"
-prefix = "chess-yellow-"
-items = ["K","Q","R","R","B","B","ship","ship"]
+prefix = "chess-red-"
+items = ["K","Q","R","R","B","B","N","N"]
 posd = [10, 0]
 
 [[pieces]]
-pos = [210, 115]
+pos = [210, 85]
 type = "LibList"
 lib = "wikimedia"
-prefix = "chess-w-"
-items = ["commoner","elephant","knight-king","mann","zebra"]
+prefix = "chess-purple-"
+items = ["K","Q","R","R","B","B","N","N"]
 posd = [10, 0]
 
 [[pieces]]
-pos = [210, 125]
+pos = [205, 115]
 type = "LibList"
 lib = "wikimedia"
 prefix = "chess-w-"
-items = ["commoner","elephant","knight-king","mann","zebra"]
+items = ["commoner","elephant","knight-king","mann","zebra",
+        "ship","giraffe","cannon","flag"]
 posd = [10, 0]
 
 [[pieces]]
-pos = [210, 135]
+pos = [205, 125]
 type = "LibList"
 lib = "wikimedia"
-prefix = "chess-b-"
-items = ["commoner","elephant","knight-king","mann","zebra"]
+prefix = "chess-w-"
+items = ["commoner","elephant","knight-king","mann","zebra",
+        "ship","giraffe","cannon","flag"]
 posd = [10, 0]
 
 [[pieces]]
-pos = [210, 145]
+pos = [205, 135]
 type = "LibList"
 lib = "wikimedia"
 prefix = "chess-b-"
-items = ["commoner","elephant","knight-king","mann","zebra"]
+items = ["commoner","elephant","knight-king","mann","zebra",
+       "ship","giraffe","cannon","flag"]
 posd = [10, 0]
 
-
 [[pieces]]
-pos = [210, 155]
+pos = [205, 145]
 type = "LibList"
-lib = "edited"
-prefix = "chess-w-"
-items = ["portal-orange", "portal-orange", "portal-blue", "portal-blue"]
-posd = [10, 0]
-
-[[pieces]]
-pos = [210, 165]
-type = "LibList"
-lib = "edited"
+lib = "wikimedia"
 prefix = "chess-b-"
-items = ["portal-orange", "portal-orange", "portal-blue", "portal-blue"]
+items = ["commoner","elephant","knight-king","mann","zebra",
+        "ship","giraffe","cannon","flag"]
 posd = [10, 0]
-