Index: binaries/data/mods/public/simulation/data/technologies/civbonuses/kush_farming.json =================================================================== --- binaries/data/mods/public/simulation/data/technologies/civbonuses/kush_farming.json +++ binaries/data/mods/public/simulation/data/technologies/civbonuses/kush_farming.json @@ -0,0 +1,12 @@ +{ + "genericName": "Nile Agriculture", + "autoResearch": true, + "description": "The Nile River provided rich soil for farming and a place for fishing. Additionally, the Kushites highly valued their cattle herds.", + "requirements": { "civ": "kush" }, + "icon": "grain.png", + "tooltip": "Corrals, Fields, and Fishing Boats -50% build cost.", + "modifications": [ + { "value": "Cost/Resources/wood", "multiply": 0.5 } + ], + "affects": ["Corral", "Field", "FishingBoat"] +}