1
0
forked from 0ad/0ad

A pair of tower technologies.

This was SVN commit r11925.
This commit is contained in:
Michael D. Hafer 2012-05-30 05:55:55 +00:00
parent 3009d463a6
commit 9d619a673e
4 changed files with 37 additions and 1 deletions

View File

@ -0,0 +1,13 @@
{
"pair": "pair_tower_01",
"genericName": "Crenellations",
"description": "Crenellations on the battlements allow soldiers wider range of fire in defending a keep.",
"cost": {"food": 0, "wood": 0, "stone": 100, "metal": 100},
"requirements": {"tech": "phase_town"},
"requirementsTooltip": "Unlocked in Town Phase.",
"icon": "arrow.png",
"researchTime": 20,
"tooltip": "Install crenellations and murder holes to increase the number of arrows fired per garrisoned soldier +50%.",
"modifications": [{"value": "BuildingAI/GarrisonArrowMultiplier", "multiply": 1.5}],
"affects": ["Defensive Tower"]
}

View File

@ -0,0 +1,13 @@
{
"pair": "pair_tower_01",
"genericName": "Night's Watch",
"description": "Night's watch increases vigilance.",
"cost": {"food": 100, "wood": 100, "stone": 0, "metal": 0},
"requirements": {"tech": "phase_town"},
"requirementsTooltip": "Unlocked in Town Phase.",
"icon": "helmet_corinthian_bronze.png",
"researchTime": 20,
"tooltip": "Post night's watchmen to double the number of default arrows in ungarrisoned Towers.",
"modifications": [{"value": "BuildingAI/DefaultArrowCount", "add": 1.0}],
"affects": ["Defensive Tower"]
}

View File

@ -0,0 +1,5 @@
{
"genericName": "Night's Watch vs. Crenellations",
"top": "attack_tower_watch",
"bottom": "attack_tower_crenellations"
}

View File

@ -47,7 +47,7 @@
<Max>1200</Max>
</Health>
<Identity>
<GenericName>Tower</GenericName>
<GenericName>Defense Tower</GenericName>
<Tooltip>Shoots arrows. Garrison to provide extra defense.</Tooltip>
<Classes datatype="tokens">Town Defensive Tower GarrisonTower -ConquestCritical</Classes>
<Icon>structures/defense_tower.png</Icon>
@ -63,6 +63,11 @@
<Obstruction>
<Static width="7.0" depth="7.0"/>
</Obstruction>
<ProductionQueue>
<Technologies datatype="tokens">
pair_tower_01
</Technologies>
</ProductionQueue>
<Sound>
<SoundGroups>
<select>interface/select/building/sel_tower.xml</select>