1
0
forked from 0ad/0ad

Fix Han catafalque.

Which had a wrong description and/or wrong modifiers and a strange
affected class.
Reported by @LienRag at
https://wildfiregames.com/forum/topic/38729-addition-of-han-chinese-to-0ad/?do=findComment&comment=543258.

Differential revision: https://code.wildfiregames.com/D4931
Comments by: @chrstgtr, @Langbart, @Stan, @wowgetoffyourcellphone
This was SVN commit r27534.
This commit is contained in:
Freagarach 2023-02-10 07:28:27 +00:00
parent 471e1a8297
commit e6d87c7fe4

View File

@ -1,9 +1,13 @@
{
"type": "global",
"affects": ["Soldier"],
"affects": ["Structure"],
"modifications": [
{ "value": "Researcher/TechCostMultiplier/food", "multiply": 0.5 },
{ "value": "Researcher/TechCostMultiplier/wood", "multiply": 0.5 },
{ "value": "Researcher/TechCostMultiplier/stone", "multiply": 0.5 },
{ "value": "Researcher/TechCostMultiplier/metal", "multiply": 0.5 },
{ "value": "Researcher/TechCostMultiplier/time", "multiply": 0.5 }
],
"auraName": "Imperial Music Bureau",
"auraDescription": "The Music Bureau was charged directly, by the emperor to perform various tasks related to music, poetry, entertainment, or religious worship.\n Techcost −50%."
"auraDescription": "The Music Bureau was charged directly by Emperor Wu to perform various tasks related to music, poetry, entertainment, or religious worship.\nTechnologies −50% resource cost and research time."
}