From 66db16bc0e22a165a1deb924ab6717f547156fdc Mon Sep 17 00:00:00 2001 From: Tim Goddard Date: Mon, 3 Mar 2014 10:41:04 +1300 Subject: [PATCH] Add printing press config changes to the config template --- Config Scripts/template.yml | 17 +++++++++-------- 1 file changed, 9 insertions(+), 8 deletions(-) diff --git a/Config Scripts/template.yml b/Config Scripts/template.yml index c3c09a15..612336a8 100644 --- a/Config Scripts/template.yml +++ b/Config Scripts/template.yml @@ -114,7 +114,8 @@ printing_presses: repair: "Iron block": material: 'IRON_BLOCK' - amount: 5 + amount: 1 + repair_multiple: 5 binding: # Each Leather: material: 'LEATHER' @@ -122,21 +123,21 @@ printing_presses: page_lot: Paper: material: 'PAPER' - amount: 16 + amount: 4 Ink: material: 'INK_SACK' durability: 0 - amount: 2 - pages_per_lot: 24 + amount: 1 + pages_per_lot: 32 pamphlet_lot: Paper: material: 'PAPER' - amount: 16 + amount: 8 Ink: material: 'INK_SACK' durability: 0 - amount: 2 - pamphlets_per_lot: 24 + amount: 1 + pamphlets_per_lot: 32 security_lot: "Gold nuggets": material: 'GOLD_NUGGET' @@ -145,4 +146,4 @@ printing_presses: material: 'INK_SACK' durability: 2 amount: 6 - security_notes_per_lot: 24 + security_notes_per_lot: 64