Jump to content

Mauryas Wicker Basket


Veridagorin
 Share

Recommended Posts

@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"
}



image.png.5b60f943a7e7c4d24705f965f1c07fd4.png
 

  • Like 1
Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

 Share

×
×
  • Create New...