Veridagorin Posted September 16 Report Share Posted September 16 Wicker Baskets under Specific Technologies in Mauryas civilization overview. 1 Quote Link to comment Share on other sites More sharing options...
Dakara Posted Wednesday at 10:03 Report Share Posted Wednesday at 10:03 Hey, the tech exist so what it the issue? Quote Link to comment Share on other sites More sharing options...
Deicide4u Posted Wednesday at 11:36 Report Share Posted Wednesday at 11:36 @Dakara, the tech exists for everyone, not just Mauryans. That's why it's not a tech specific to them. Hence, it's a bug in the UI. Quote Link to comment Share on other sites More sharing options...
Dakara Posted Wednesday at 12:01 Report Share Posted Wednesday at 12:01 I just try with carthage, no exist Quote Link to comment Share on other sites More sharing options...
Gurken Khan Posted Wednesday at 12:15 Report Share Posted Wednesday at 12:15 13 minutes ago, Dakara said: I just try with carthage, no exist Ofc cart has wicker baskets. 38 minutes ago, Deicide4u said: That's why it's not a tech specific to them. Hence, it's a bug in the UI. In their case it's paired with Ahimsa, I guess that's why it's there. Quote Link to comment Share on other sites More sharing options...
Dakara Posted Wednesday at 12:25 Report Share Posted Wednesday at 12:25 Maurya has 2 tech ( a choice) Quote Link to comment Share on other sites More sharing options...
Deicide4u Posted Wednesday at 15:43 Report Share Posted Wednesday at 15:43 3 hours ago, Gurken Khan said: In their case it's paired with Ahimsa, I guess that's why it's there. Yes, probably because it's a pair tech for them. Quote Link to comment Share on other sites More sharing options...
Veridagorin Posted Friday at 00:25 Author Report Share Posted Friday at 00:25 It would be nice if it was clearer that they disable each other. 1 Quote Link to comment Share on other sites More sharing options...
Dakara Posted Friday at 06:45 Report Share Posted Friday at 06:45 6 hours ago, Veridagorin said: It would be nice if it was clearer that they disable each other. it is very clear already Quote Link to comment Share on other sites More sharing options...
Veridagorin Posted Friday at 15:08 Author Report Share Posted Friday at 15:08 In the civilization overview and tech tree. Quote Link to comment Share on other sites More sharing options...
guerringuerrin Posted Friday at 15:33 Report Share Posted Friday at 15:33 I think only Ahimsa should be there as Wicker Basket is available for every Civ, is not an specific tech for Mauryas. 1 Quote Link to comment Share on other sites More sharing options...
Obelix Posted Saturday at 15:02 Report Share Posted Saturday at 15:02 Thanks @guerringuerrin for filing Issue #8367 (Wicker Baskets incorrectly listed as Mauryan specific technology in Civilization Overview)! 2 Quote Link to comment Share on other sites More sharing options...
guerringuerrin Posted 3 hours ago Report Share Posted 3 hours ago @Stan` @wowgetoffyourcellphone By removing "{ "civ": "maur" }" from "simulation\data\technologies\gather_wicker_baskets_maur.json", I was able to eliminate Wicker Baskets as a civilization-specific technology from the Civilization Overview section without breaking its functionality in the game (it still appears as a pair tech of Ahimsa and produces the desired effects). However, I’m not sure if this is the proper way to fix it. Could you confirm? Thanks Original file { "pair": "pair_gather_food_maur", "genericName": "Wicker Baskets", "description": "Equip your foragers with wicker baskets for foraging.", "cost": { "wood": 100 }, "requirements": { "all": [ { "tech": "phase_village" }, { "civ": "maur" } ] }, "icon": "gather_basket.png", "researchTime": 40, "tooltip": "Workers +50% fruit gather rate.", "modifications": [ { "value": "ResourceGatherer/Rates/food.fruit", "multiply": 1.5 } ], "affects": ["Worker"], "soundComplete": "interface/alarm/alarm_upgradearmory.xml" } Edited file: { "pair": "pair_gather_food_maur", "genericName": "Wicker Baskets", "description": "Equip your foragers with wicker baskets for foraging.", "cost": { "wood": 100 }, "requirements": { "all": [ { "tech": "phase_village" } ] }, "icon": "gather_basket.png", "researchTime": 40, "tooltip": "Workers +50% fruit gather rate.", "modifications": [ { "value": "ResourceGatherer/Rates/food.fruit", "multiply": 1.5 } ], "affects": ["Worker"], "soundComplete": "interface/alarm/alarm_upgradearmory.xml" } 1 Quote Link to comment Share on other sites More sharing options...
Atrik Posted 3 hours ago Report Share Posted 3 hours ago It might make the tech available to other civs, maybe for example if you capture a maury farmstead Should be checked.. 1 Quote Link to comment Share on other sites More sharing options...
guerringuerrin Posted 1 hour ago Report Share Posted 1 hour ago Thanks for your answer, @Atrik Yeah i've just checked and it doesnt make tech available for other civs when farmstead is captured. Only if that play didnt research Wicker Baskets already. So it looks like it's working good. Doesn't look like the correct way to accomplish this, tho Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.