diff options
Diffstat (limited to 'build/content/techs.json')
-rw-r--r-- | build/content/techs.json | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/build/content/techs.json b/build/content/techs.json index df2ac8d..3476177 100644 --- a/build/content/techs.json +++ b/build/content/techs.json @@ -52,6 +52,7 @@ "name": "Horse Collar", "id": 7, "level": 1, "cost": [ 95, 280 ], "req_id": 101, "bonus": { + "aff_all": 1, "prod": [ 0.15, 0 ] } },{ @@ -105,18 +106,21 @@ "name": "Cartography", "id": 14, "level": 1, "cost": [ 95, 280 ], "req_id": 107, "bonus": { + "aff_all": 1, "sight": 1 } },{ "name": "Trading", "id": 15, "level": 1, "cost": [ 95, 280 ], "req_id": 107, "bonus": { + "aff_all": 1, "trade": 1 } },{ "name": "Coniage", "id": 16, "level": 1, "cost": [ 125, 375 ], "req_id": 107, "bonus": { + "aff_all": 1, "prod": [ 0, 0.1 ] } },{ @@ -144,6 +148,7 @@ "name": "Heavy Plow", "id": 20, "level": 2, "cost": [ 150, 450 ], "req_id": 101, "bonus": { + "aff_all": 1, "prod": [ 0.1, 0 ] } },{ @@ -218,6 +223,7 @@ "name": "Banking", "id": 30, "level": 2, "cost": [ 200, 600 ], "req_id": 107, "bonus": { + "aff_all": 1, "trade": 1, "prod": [ 0, 0.05 ] } @@ -267,6 +273,7 @@ "name": "Crop Rotation", "id": 37, "level": 3, "cost": [ 250, 750 ], "req_id": 101, "bonus": { + "aff_all": 1, "prod": [ 0.1, 0 ] } },{ @@ -335,6 +342,7 @@ "name": "Guilds", "id": 49, "level": 3, "cost": [ 250, 750 ], "req_id": 107, "bonus": { + "aff_all": 1, "trade": 1, "prod": [ 0, 0.05 ] } |