From 03e51157704f002a27b9afff3f177eb1111f2700 Mon Sep 17 00:00:00 2001 From: Phil Campeau Date: Fri, 11 Oct 2024 11:27:13 -0400 Subject: [PATCH 1/2] [18ESP] sets minimum buy-in price for P6 and P7 to 1 --- lib/engine/game/g_18_esp/entities.rb | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/lib/engine/game/g_18_esp/entities.rb b/lib/engine/game/g_18_esp/entities.rb index 4d7b6f27ad..d4240218e1 100644 --- a/lib/engine/game/g_18_esp/entities.rb +++ b/lib/engine/game/g_18_esp/entities.rb @@ -110,6 +110,7 @@ module Entities name: 'Zafra - Huelva', value: 160, revenue: 20, + min_price: 1, desc: 'It provides a 10% certificate from the Southern company CRB.', color: nil, abilities: [{ type: 'shares', shares: 'CRB_1' }], @@ -119,7 +120,8 @@ module Entities name: 'Ferrocarril Vasco-Navarro', value: 160, revenue: 20, - desc: 'It provides a 10% certificate from the Southern company CRB.', + min_price: 1, + desc: 'It provides a 10% certificate from a randomly chosen company.', color: nil, abilities: [{ type: 'shares', shares: 'random_share' }], }, @@ -128,6 +130,7 @@ module Entities name: 'Ferrocarril de CarreƱo', value: 170, revenue: 30, + min_price: 1, desc: 'President share of one Northern major company (randomly selected before the game starts).'\ 'It closes when the major company buys its first train.', color: nil, From 43c8fef38b6d837409c39507425c33cb6352a24a Mon Sep 17 00:00:00 2001 From: Phil Campeau Date: Tue, 15 Oct 2024 16:12:40 -0400 Subject: [PATCH 2/2] reverts description change, which wasn't needed. --- lib/engine/game/g_18_esp/entities.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/engine/game/g_18_esp/entities.rb b/lib/engine/game/g_18_esp/entities.rb index d4240218e1..0ffb50bfcd 100644 --- a/lib/engine/game/g_18_esp/entities.rb +++ b/lib/engine/game/g_18_esp/entities.rb @@ -121,7 +121,7 @@ module Entities value: 160, revenue: 20, min_price: 1, - desc: 'It provides a 10% certificate from a randomly chosen company.', + desc: 'It provides a 10% certificate from the Southern company CRB.', color: nil, abilities: [{ type: 'shares', shares: 'random_share' }], },