diff options
author | jacopograndi <jak.sk8@hotmail.it> | 2021-09-05 22:36:13 +0200 |
---|---|---|
committer | jacopograndi <jak.sk8@hotmail.it> | 2021-09-05 22:36:13 +0200 |
commit | 728abda9dc6fc8e65c7c0e0240a2e7d61a43a583 (patch) | |
tree | 545187ed3d634792af1082ce021665d3ef4934fc /build/content/techs.json | |
parent | c298eb988874bc2cf3adb39c2532419ec76a24bc (diff) |
tech tostring, all sprites, heal and convert
Diffstat (limited to 'build/content/techs.json')
-rw-r--r-- | build/content/techs.json | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/build/content/techs.json b/build/content/techs.json index 37e066b..871b5e2 100644 --- a/build/content/techs.json +++ b/build/content/techs.json @@ -52,7 +52,6 @@ "name": "Horse Collar", "id": 7, "level": 1, "cost": [ 95, 280 ], "req_id": 101, "bonus": { - "aff_all": 1, "prod": [ 0.15, 0 ] } },{ @@ -106,21 +105,18 @@ "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 ] } },{ @@ -148,7 +144,6 @@ "name": "Heavy Plow", "id": 20, "level": 2, "cost": [ 150, 450 ], "req_id": 101, "bonus": { - "aff_all": 1, "prod": [ 0.1, 0 ] } },{ @@ -223,7 +218,6 @@ "name": "Banking", "id": 30, "level": 2, "cost": [ 200, 600 ], "req_id": 107, "bonus": { - "aff_all": 1, "trade": 1, "prod": [ 0, 0.05 ] } @@ -269,7 +263,6 @@ "name": "Crop Rotation", "id": 37, "level": 3, "cost": [ 250, 750 ], "req_id": 101, "bonus": { - "aff_all": 1, "prod": [ 0.1, 0 ] } },{ @@ -338,7 +331,6 @@ "name": "Guilds", "id": 49, "level": 3, "cost": [ 250, 750 ], "req_id": 107, "bonus": { - "aff_all": 1, "trade": 1, "prod": [ 0, 0.05 ] } |