mirror of
https://gitea.wildfiregames.com/0ad/0ad.git
synced 2026-07-28 13:53:01 +00:00
Change tower armour tech to a roughly equivalent health one
Patch By: Nescio Comments By: borg, Freagarach Differential Revision D2937 This was SVN commit r24446.
This commit is contained in:
+2
-4
@@ -6,11 +6,9 @@
|
|||||||
"requirementsTooltip": "Unlocked in City Phase.",
|
"requirementsTooltip": "Unlocked in City Phase.",
|
||||||
"icon": "architecture.png",
|
"icon": "architecture.png",
|
||||||
"researchTime": 40,
|
"researchTime": 40,
|
||||||
"tooltip": "Towers +2 armor.",
|
"tooltip": "Towers +25% health.",
|
||||||
"modifications": [
|
"modifications": [
|
||||||
{ "value": "Resistance/Entity/Damage/Hack", "add": 2 },
|
{ "value": "Health/Max", "multiply": 1.25 }
|
||||||
{ "value": "Resistance/Entity/Damage/Pierce", "add": 2 },
|
|
||||||
{ "value": "Resistance/Entity/Damage/Crush", "add": 2 }
|
|
||||||
],
|
],
|
||||||
"affects": ["Tower"],
|
"affects": ["Tower"],
|
||||||
"soundComplete": "interface/alarm/alarm_upgradearmory.xml"
|
"soundComplete": "interface/alarm/alarm_upgradearmory.xml"
|
||||||
@@ -53,6 +53,15 @@
|
|||||||
<GenericName>Tower</GenericName>
|
<GenericName>Tower</GenericName>
|
||||||
<VisibleClasses datatype="tokens">Tower</VisibleClasses>
|
<VisibleClasses datatype="tokens">Tower</VisibleClasses>
|
||||||
</Identity>
|
</Identity>
|
||||||
|
<ProductionQueue>
|
||||||
|
<Technologies datatype="tokens">
|
||||||
|
tower_watch
|
||||||
|
tower_crenellations
|
||||||
|
tower_range
|
||||||
|
tower_murderholes
|
||||||
|
tower_health
|
||||||
|
</Technologies>
|
||||||
|
</ProductionQueue>
|
||||||
<Sound>
|
<Sound>
|
||||||
<SoundGroups>
|
<SoundGroups>
|
||||||
<constructed>interface/complete/building/complete_tower.xml</constructed>
|
<constructed>interface/complete/building/complete_tower.xml</constructed>
|
||||||
|
|||||||
-9
@@ -68,15 +68,6 @@
|
|||||||
<Obstruction>
|
<Obstruction>
|
||||||
<Static width="7.0" depth="7.0"/>
|
<Static width="7.0" depth="7.0"/>
|
||||||
</Obstruction>
|
</Obstruction>
|
||||||
<ProductionQueue>
|
|
||||||
<Technologies datatype="tokens">
|
|
||||||
tower_watch
|
|
||||||
tower_crenellations
|
|
||||||
tower_range
|
|
||||||
tower_murderholes
|
|
||||||
tower_armour
|
|
||||||
</Technologies>
|
|
||||||
</ProductionQueue>
|
|
||||||
<Sound>
|
<Sound>
|
||||||
<SoundGroups>
|
<SoundGroups>
|
||||||
<attack_impact_ranged>attack/impact/siegeprojectilehit.xml</attack_impact_ranged>
|
<attack_impact_ranged>attack/impact/siegeprojectilehit.xml</attack_impact_ranged>
|
||||||
|
|||||||
-9
@@ -67,15 +67,6 @@
|
|||||||
<Obstruction>
|
<Obstruction>
|
||||||
<Static width="7.0" depth="7.0"/>
|
<Static width="7.0" depth="7.0"/>
|
||||||
</Obstruction>
|
</Obstruction>
|
||||||
<ProductionQueue>
|
|
||||||
<Technologies datatype="tokens">
|
|
||||||
tower_watch
|
|
||||||
tower_crenellations
|
|
||||||
tower_range
|
|
||||||
tower_murderholes
|
|
||||||
tower_armour
|
|
||||||
</Technologies>
|
|
||||||
</ProductionQueue>
|
|
||||||
<Sound>
|
<Sound>
|
||||||
<SoundGroups>
|
<SoundGroups>
|
||||||
<attack_ranged>attack/weapon/arrowfly.xml</attack_ranged>
|
<attack_ranged>attack/weapon/arrowfly.xml</attack_ranged>
|
||||||
|
|||||||
+4
-1
@@ -42,7 +42,10 @@
|
|||||||
</Obstruction>
|
</Obstruction>
|
||||||
<ProductionQueue>
|
<ProductionQueue>
|
||||||
<Technologies datatype="tokens">
|
<Technologies datatype="tokens">
|
||||||
tower_watch
|
-tower_crenellations
|
||||||
|
-tower_range
|
||||||
|
-tower_murderholes
|
||||||
|
-tower_health
|
||||||
</Technologies>
|
</Technologies>
|
||||||
</ProductionQueue>
|
</ProductionQueue>
|
||||||
<Resistance>
|
<Resistance>
|
||||||
|
|||||||
-9
@@ -42,15 +42,6 @@
|
|||||||
<Obstruction>
|
<Obstruction>
|
||||||
<Static width="7.0" depth="7.0"/>
|
<Static width="7.0" depth="7.0"/>
|
||||||
</Obstruction>
|
</Obstruction>
|
||||||
<ProductionQueue>
|
|
||||||
<Technologies datatype="tokens">
|
|
||||||
tower_watch
|
|
||||||
tower_crenellations
|
|
||||||
tower_range
|
|
||||||
tower_murderholes
|
|
||||||
tower_armour
|
|
||||||
</Technologies>
|
|
||||||
</ProductionQueue>
|
|
||||||
<TerritoryInfluence>
|
<TerritoryInfluence>
|
||||||
<Root>false</Root>
|
<Root>false</Root>
|
||||||
<Radius>32</Radius>
|
<Radius>32</Radius>
|
||||||
|
|||||||
Reference in New Issue
Block a user