diff options
author | jacopograndi <jak.sk8@hotmail.it> | 2021-08-31 23:53:53 +0200 |
---|---|---|
committer | jacopograndi <jak.sk8@hotmail.it> | 2021-08-31 23:53:53 +0200 |
commit | 8af1284654a4a5d454a559eca371bf0ac3c79786 (patch) | |
tree | 70e9cf9d3d11a205175bdad394b6201870cf7f07 /build/content/techs.json | |
parent | fb5a98b72ab79949d1da7f75a3d6150c2906ef40 (diff) |
tech done, building sprites, upgrade on age up, gui
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 ] } |