From 9c96680a51d57f715656049aaa11029df7e5710b Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Sun, 10 Jan 2021 23:31:01 +0000 Subject: [PATCH] penultima: Update the game's introductory set for new pices 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 --- specs/penultima.game.toml | 58 ++++++++++++++++++--------------------- 1 file changed, 26 insertions(+), 32 deletions(-) diff --git a/specs/penultima.game.toml b/specs/penultima.game.toml index e025f548..a98a9a22 100644 --- a/specs/penultima.game.toml +++ b/specs/penultima.game.toml @@ -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] - -- 2.30.2