1
0
forked from 0ad/0ad
This was SVN commit r11650.
This commit is contained in:
Michael D. Hafer 2012-04-23 01:46:04 +00:00
parent 5101393f26
commit e4f1cd10ba
9 changed files with 10 additions and 10 deletions

View File

@ -6,7 +6,7 @@
"requirementsTooltip": "Unlocked in Town Phase.", "requirementsTooltip": "Unlocked in Town Phase.",
"icon": "plough.png", "icon": "plough.png",
"researchTime": 20, "researchTime": 20,
"tooltip": "Equip your citizens with iron ploughs. +25% farming rate.", "tooltip": "Equip your workers with iron ploughs. +25% farming rate.",
"modifications": [{"value": "ResourceGatherer/Rates/food.grain", "multiplier": 1.25}], "modifications": [{"value": "ResourceGatherer/Rates/food.grain", "multiplier": 1.25}],
"affects": ["Citizen"] "affects": ["Worker"]
} }

View File

@ -15,5 +15,5 @@
"researchTime": 20, "researchTime": 20,
"tooltip": "+25% stone gathering rate.", "tooltip": "+25% stone gathering rate.",
"modifications": [{"value": "ResourceGatherer/Rates/stone/rock", "multiplier": 1.25}], "modifications": [{"value": "ResourceGatherer/Rates/stone/rock", "multiplier": 1.25}],
"affects": ["Citizen"] "affects": ["Worker"]
} }

View File

@ -15,5 +15,5 @@
"researchTime": 20, "researchTime": 20,
"tooltip": "+25% stone gathering rate.", "tooltip": "+25% stone gathering rate.",
"modifications": [{"value": "ResourceGatherer/Rates/stone/rock", "multiplier": 1.25}], "modifications": [{"value": "ResourceGatherer/Rates/stone/rock", "multiplier": 1.25}],
"affects": ["Citizen"] "affects": ["Worker"]
} }

View File

@ -9,5 +9,5 @@
"researchTime": 20, "researchTime": 20,
"tooltip": "+25% metal gathering rate.", "tooltip": "+25% metal gathering rate.",
"modifications": [{"value": "ResourceGatherer/Rates/metal/ore", "multiplier": 1.25}], "modifications": [{"value": "ResourceGatherer/Rates/metal/ore", "multiplier": 1.25}],
"affects": ["Citizen"] "affects": ["Worker"]
} }

View File

@ -12,5 +12,5 @@
"researchTime": 20, "researchTime": 20,
"tooltip": "+25% metal gathering rate.", "tooltip": "+25% metal gathering rate.",
"modifications": [{"value": "ResourceGatherer/Rates/metal/ore", "multiplier": 1.25}], "modifications": [{"value": "ResourceGatherer/Rates/metal/ore", "multiplier": 1.25}],
"affects": ["Citizen"] "affects": ["Worker"]
} }

View File

@ -15,5 +15,5 @@
"researchTime": 20, "researchTime": 20,
"tooltip": "+25% stone gathering rate.", "tooltip": "+25% stone gathering rate.",
"modifications": [{"value": "ResourceGatherer/Rates/stone/rock", "multiplier": 1.25}], "modifications": [{"value": "ResourceGatherer/Rates/stone/rock", "multiplier": 1.25}],
"affects": ["Citizen"] "affects": ["Worker"]
} }

View File

@ -9,5 +9,5 @@
"researchTime": 20, "researchTime": 20,
"tooltip": "+25% metal gathering rate.", "tooltip": "+25% metal gathering rate.",
"modifications": [{"value": "ResourceGatherer/Rates/metal/ore", "multiplier": 1.25}], "modifications": [{"value": "ResourceGatherer/Rates/metal/ore", "multiplier": 1.25}],
"affects": ["Citizen"] "affects": ["Worker"]
} }

View File

@ -45,7 +45,7 @@
</Health> </Health>
<Identity> <Identity>
<GenericName>Infantry</GenericName> <GenericName>Infantry</GenericName>
<Classes datatype="tokens">Infantry CitizenSoldier Citizen Organic</Classes> <Classes datatype="tokens">Infantry CitizenSoldier Worker Organic</Classes>
<Rank>Basic</Rank> <Rank>Basic</Rank>
</Identity> </Identity>
<Loot> <Loot>

View File

@ -39,7 +39,7 @@
<Unhealable>true</Unhealable> <Unhealable>true</Unhealable>
</Health> </Health>
<Identity> <Identity>
<Classes datatype="tokens">Slave</Classes> <Classes datatype="tokens">Slave Worker</Classes>
<GenericName>Slave</GenericName> <GenericName>Slave</GenericName>
<Icon>units/global_slave.png</Icon> <Icon>units/global_slave.png</Icon>
<Tooltip>Econ unit with a finite life span.</Tooltip> <Tooltip>Econ unit with a finite life span.</Tooltip>