From f52efe0ee104e185ab0451d6c905bc5360734cf0 Mon Sep 17 00:00:00 2001
From: Marko Lindqvist <cazfi74@gmail.com>
Date: Sat, 28 Jun 2025 16:08:13 +0300
Subject: [PATCH 78/78] granularity: Make Brewery to increase Wheat food output
 by 50

See RM #1545

Signed-off-by: Marko Lindqvist <cazfi74@gmail.com>
---
 data/granularity/buildings.ruleset |  3 ++-
 data/granularity/effects.ruleset   | 10 ++++++++++
 2 files changed, 12 insertions(+), 1 deletion(-)

diff --git a/data/granularity/buildings.ruleset b/data/granularity/buildings.ruleset
index 2d2daedac8..3fb677708d 100644
--- a/data/granularity/buildings.ruleset
+++ b/data/granularity/buildings.ruleset
@@ -128,7 +128,8 @@ sound_alt	= "b_generic"
 sound_alt2      = "-"
 ; /* xgettext:no-c-format */
 helptext	= _("\
-Increases luxury output by 25%, and gold output by 15%.\
+Increases luxury output by 25%, and gold output by 15%. \
+Adds food output of the Wheat tiles by 50.\
 ")
 
 [building_city_walls]
diff --git a/data/granularity/effects.ruleset b/data/granularity/effects.ruleset
index 98dcce7d8f..98d4adc747 100644
--- a/data/granularity/effects.ruleset
+++ b/data/granularity/effects.ruleset
@@ -341,6 +341,16 @@ reqs	=
       "OutputType", "Shield",       "Local"
     }
 
+[effect_brewery_wheat]
+type    = "Output_Add_Tile"
+value   = 50
+reqs	=
+    { "type",       "name",    "range"
+      "Extra",      "Wheat",   "Tile"
+      "Building",   "Brewery", "City"
+      "OutputType", "Food",    "Local"
+    }
+
 [effect_rock_pile_capital]
 type    = "Capital_City"
 value	= 1
-- 
2.47.2

