@@ -1090,34 +1090,30 @@ function getDefaultTree() {
10901090
10911091
10921092 let marketlane = new Lane ( ) ;
1093+ marketlane . rows . dark_1 . push ( building ( FOLWARK ) ) ;
10931094 marketlane . rows . feudal_1 . push ( building ( MARKET ) ) ;
10941095 marketlane . rows . feudal_2 . push ( unit ( TRADE_CART ) ) ;
1095- marketlane . rows . castle_1 . push ( tech ( COINAGE ) ) ;
1096+ marketlane . rows . castle_2 . push ( tech ( COINAGE ) ) ;
10961097 marketlane . rows . castle_1 . push ( tech ( CARAVAN ) ) ;
10971098 marketlane . rows . imperial_1 . push ( tech ( BANKING ) ) ;
1098- marketlane . rows . imperial_1 . push ( tech ( GUILDS ) ) ;
1099+ marketlane . rows . imperial_2 . push ( tech ( GUILDS ) ) ;
10991100 tree . lanes . push ( marketlane ) ;
11001101
11011102
11021103 let farmlane = new Lane ( ) ;
1103- farmlane . rows . dark_1 . push ( building ( FOLWARK ) ) ;
1104+ farmlane . rows . dark_1 . push ( building ( MILL ) ) ;
11041105 farmlane . rows . dark_2 . push ( building ( FARM ) ) ;
1106+ farmlane . rows . feudal_1 . push ( tech ( HORSE_COLLAR ) ) ;
1107+ farmlane . rows . castle_1 . push ( tech ( HEAVY_PLOW ) ) ;
1108+ farmlane . rows . imperial_1 . push ( tech ( CROP_ROTATION ) ) ;
11051109 tree . lanes . push ( farmlane ) ;
11061110
11071111
1108- let milllane = new Lane ( ) ;
1109- milllane . rows . dark_1 . push ( building ( MILL ) ) ;
1110- milllane . rows . feudal_1 . push ( tech ( HORSE_COLLAR ) ) ;
1111- milllane . rows . feudal_1 . push ( tech ( DOMESTICATION ) ) ;
1112- milllane . rows . castle_1 . push ( tech ( HEAVY_PLOW ) ) ;
1113- milllane . rows . castle_1 . push ( tech ( PASTORALISM ) ) ;
1114- milllane . rows . imperial_1 . push ( tech ( CROP_ROTATION ) ) ;
1115- milllane . rows . imperial_1 . push ( tech ( TRANSHUMANCE ) ) ;
1116- tree . lanes . push ( milllane ) ;
1117-
1118-
11191112 let pasturelane = new Lane ( ) ;
11201113 pasturelane . rows . dark_1 . push ( building ( PASTURE ) ) ;
1114+ pasturelane . rows . feudal_1 . push ( tech ( DOMESTICATION ) ) ;
1115+ pasturelane . rows . castle_1 . push ( tech ( PASTORALISM ) ) ;
1116+ pasturelane . rows . imperial_1 . push ( tech ( TRANSHUMANCE ) ) ;
11211117 tree . lanes . push ( pasturelane ) ;
11221118
11231119
@@ -1304,7 +1300,6 @@ function getConnections() {
13041300 [ b ( LUMBER_CAMP ) , t ( DOUBLE_BIT_AXE ) ] ,
13051301 [ t ( DOUBLE_BIT_AXE ) , t ( BOW_SAW ) ] ,
13061302 [ t ( BOW_SAW ) , t ( TWO_MAN_SAW ) ] ,
1307- [ b ( MARKET ) , t ( CARAVAN ) ] ,
13081303 [ t ( COINAGE ) , t ( BANKING ) ] ,
13091304 [ b ( MARKET ) , u ( TRADE_CART ) ] ,
13101305 [ b ( MILL ) , b ( MARKET ) ] ,
0 commit comments