Skip to content

Commit 73d0b41

Browse files
author
Saurav Tripathi
committed
connected Devotion to Fortified Church; narrowed Market lane, akin to in-game tree
1 parent 8ae8d40 commit 73d0b41

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

js/techtree.js

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1092,10 +1092,10 @@ function getDefaultTree() {
10921092
let marketlane = new Lane();
10931093
marketlane.rows.feudal_1.push(building(MARKET));
10941094
marketlane.rows.feudal_2.push(unit(TRADE_CART));
1095-
marketlane.rows.castle_1.push(tech(COINAGE));
10961095
marketlane.rows.castle_1.push(tech(CARAVAN));
1096+
marketlane.rows.castle_2.push(tech(COINAGE));
10971097
marketlane.rows.imperial_1.push(tech(BANKING));
1098-
marketlane.rows.imperial_1.push(tech(GUILDS));
1098+
marketlane.rows.imperial_2.push(tech(GUILDS));
10991099
tree.lanes.push(marketlane);
11001100

11011101

@@ -1223,6 +1223,7 @@ function getConnections() {
12231223
[t(DEVOTION), t(FAITH)],
12241224
[b(FORTIFIED_CHURCH), u(MONK)],
12251225
[b(FORTIFIED_CHURCH), u(WARRIOR_PRIEST)],
1226+
[b(FORTIFIED_CHURCH), t(DEVOTION)],
12261227
[b(FORTIFIED_CHURCH), t(REDEMPTION)],
12271228
[b(FORTIFIED_CHURCH), t(ATONEMENT)],
12281229
[b(FORTIFIED_CHURCH), t(HERBAL_MEDICINE)],
@@ -1303,7 +1304,7 @@ function getConnections() {
13031304
[b(LUMBER_CAMP), t(DOUBLE_BIT_AXE)],
13041305
[t(DOUBLE_BIT_AXE), t(BOW_SAW)],
13051306
[t(BOW_SAW), t(TWO_MAN_SAW)],
1306-
[b(MARKET), t(CARAVAN)],
1307+
//[b(MARKET), t(CARAVAN)],
13071308
[t(COINAGE), t(BANKING)],
13081309
[b(MARKET), u(TRADE_CART)],
13091310
[b(MILL), b(MARKET)],

0 commit comments

Comments
 (0)