Re-enables promotions.

This was SVN commit r16774.
This commit is contained in:
scythetwirler 2015-06-15 16:31:26 +00:00
parent 8380b67f94
commit dc97eeb5e5
7 changed files with 27 additions and 58 deletions

View File

@ -3,22 +3,18 @@
"autoResearch": true, "autoResearch": true,
"description": "These stat modifications will be applied to advanced and elite units", "description": "These stat modifications will be applied to advanced and elite units",
"modifications": [ "modifications": [
{"value": "Health/Max", "add": 10 }, {"value": "Health/Max", "multiply": 1.2 },
{"value": "Armour/Hack", "add": 1 }, {"value": "Armour/Hack", "add": 1 },
{"value": "Armour/Pierce", "add": 1 }, {"value": "Armour/Pierce", "add": 1 },
{"value": "Armour/Crush", "add": 1 }, {"value": "Armour/Crush", "add": 1 },
{"value": "UnitMotion/WalkSpeed", "add": -0.5, "affects": "Infantry"}, {"value": "UnitMotion/WalkSpeed", "add": 0.5, "affects": "Infantry"},
{"value": "UnitMotion/WalkSpeed", "add": -1, "affects": "Cavalry" }, {"value": "UnitMotion/WalkSpeed", "add": 1, "affects": "Cavalry" },
{"value": "Attack/Ranged/MaxRange", "add": 4, "affects": "Ranged" }, {"value": "Attack/Ranged/MaxRange", "add": 4, "affects": "Ranged" },
{"value": "Attack/Ranged/Spread", "add": -0.2, "affects": "Ranged" }, {"value": "Attack/Ranged/Spread", "multiply": 0.95,"affects": "Ranged" },
{"value": "Attack/Melee/Hack", "add": 3, "affects": "Sword" }, {"value": "Attack/Melee/Hack", "multiply": 1.2, "affects": "Melee" },
{"value": "Attack/Melee/Hack", "add": 1, "affects": "Dog" }, {"value": "Attack/Melee/Pierce", "multiply": 1.2, "affects": "Melee" },
{"value": "Attack/Melee/Hack", "add": 1, "affects": "Spear" }, {"value": "Heal/Range", "add": 4, "affects": "Healer" },
{"value": "Attack/Melee/Pierce", "add": 1.5, "affects": "Spear" }, {"value": "Heal/HP", "add": 5, "affects": "Healer" }
{"value": "Attack/Melee/Hack", "add": 1, "affects": "Pike" },
{"value": "Attack/Melee/Pierce", "add": 1.5, "affects": "Pike" },
{"value": "Heal/Range", "add": 5, "affects": "Healer" },
{"value": "Heal/HP", "add": 3, "affects": "Healer" }
], ],
"affects": ["Advanced Unit", "Elite Unit"] "affects": ["Advanced Unit", "Elite Unit"]
} }

View File

@ -3,22 +3,18 @@
"autoResearch": true, "autoResearch": true,
"description": "These stat modifications will be applied to elite units", "description": "These stat modifications will be applied to elite units",
"modifications": [ "modifications": [
{"value": "Health/Max", "add": 10 }, {"value": "Health/Max", "multiply": 1.2 },
{"value": "Armour/Hack", "add": 1 }, {"value": "Armour/Hack", "add": 1 },
{"value": "Armour/Pierce", "add": 1 }, {"value": "Armour/Pierce", "add": 1 },
{"value": "Armour/Crush", "add": 1 }, {"value": "Armour/Crush", "add": 1 },
{"value": "UnitMotion/WalkSpeed", "add": -0.5, "affects": "Infantry"}, {"value": "UnitMotion/WalkSpeed", "add": 0.5, "affects": "Infantry"},
{"value": "UnitMotion/WalkSpeed", "add": -1, "affects": "Cavalry" }, {"value": "UnitMotion/WalkSpeed", "add": 1, "affects": "Cavalry" },
{"value": "Attack/Ranged/MaxRange", "add": 4, "affects": "Ranged" }, {"value": "Attack/Ranged/MaxRange", "add": 4, "affects": "Ranged" },
{"value": "Attack/Ranged/Spread", "add": -0.2, "affects": "Ranged" }, {"value": "Attack/Ranged/Spread", "multiply": 0.95,"affects": "Ranged" },
{"value": "Attack/Melee/Hack", "add": 3, "affects": "Sword" }, {"value": "Attack/Melee/Hack", "multiply": 1.2, "affects": "Melee" },
{"value": "Attack/Melee/Hack", "add": 1, "affects": "Dog" }, {"value": "Attack/Melee/Pierce", "multiply": 1.2, "affects": "Melee" },
{"value": "Attack/Melee/Hack", "add": 1, "affects": "Spear" }, {"value": "Heal/Range", "add": 4, "affects": "Healer" },
{"value": "Attack/Melee/Pierce", "add": 1.5, "affects": "Spear" }, {"value": "Heal/HP", "add": 5, "affects": "Healer" }
{"value": "Attack/Melee/Hack", "add": 1, "affects": "Pike" },
{"value": "Attack/Melee/Pierce", "add": 1.5, "affects": "Pike" },
{"value": "Heal/Range", "add": 5, "affects": "Healer" },
{"value": "Heal/HP", "add": 3, "affects": "Healer" }
], ],
"affects": ["Elite Unit"] "affects": ["Elite Unit"]
} }

View File

@ -55,7 +55,7 @@
<Anchor>pitch</Anchor> <Anchor>pitch</Anchor>
</Position> </Position>
<Promotion> <Promotion>
<RequiredXp>15000000</RequiredXp> <RequiredXp>150</RequiredXp>
</Promotion> </Promotion>
<ResourceGatherer> <ResourceGatherer>
<MaxDistance>2.0</MaxDistance> <MaxDistance>2.0</MaxDistance>

View File

@ -24,9 +24,6 @@
formations/skirmish formations/skirmish
</Formations> </Formations>
</Identity> </Identity>
<Promotion>
<RequiredXp>20000000</RequiredXp>
</Promotion>
<Sound> <Sound>
<SoundGroups> <SoundGroups>
<attack>attack/weapon/arrowfly.xml</attack> <attack>attack/weapon/arrowfly.xml</attack>

View File

@ -72,7 +72,7 @@
</Loot> </Loot>
<Looter/> <Looter/>
<Promotion> <Promotion>
<RequiredXp>100000000</RequiredXp> <RequiredXp>100</RequiredXp>
</Promotion> </Promotion>
<ResourceGatherer> <ResourceGatherer>
<MaxDistance>2.0</MaxDistance> <MaxDistance>2.0</MaxDistance>

View File

@ -29,9 +29,6 @@
formations/skirmish formations/skirmish
</Formations> </Formations>
</Identity> </Identity>
<Promotion>
<RequiredXp>15000000</RequiredXp>
</Promotion>
<Sound> <Sound>
<SoundGroups> <SoundGroups>
<attack>attack/weapon/arrowfly.xml</attack> <attack>attack/weapon/arrowfly.xml</attack>

View File

@ -1,30 +1,13 @@
<?xml version="1.0" encoding="utf-8"?> <?xml version="1.0" encoding="utf-8"?>
<Entity parent="units/mace_champion_infantry_a"> <Entity parent="units/mace_champion_infantry_a">
<Attack>
<Melee>
<Hack>8.5</Hack>
<Pierce>17</Pierce>
</Melee>
<Charge>
<Hack>16.0</Hack>
<Pierce>48.0</Pierce>
<MaxRange>6.0</MaxRange>
</Charge>
</Attack>
<Health> <Health>
<Max>145</Max> <Max>240</Max>
</Health> </Health>
<Identity> <Identity>
<SpecificName>Hypaspistḗs Argyraspídi</SpecificName> <SpecificName>Hypaspistḗs Argyraspídi</SpecificName>
<Icon>units/macedonian_argyraspidai.png</Icon> <Icon>units/macedonian_argyraspidai.png</Icon>
</Identity> </Identity>
<Promotion disable=""/> <Promotion disable=""/>
<UnitMotion>
<WalkSpeed>8</WalkSpeed>
<Run>
<Speed>15.0</Speed>
</Run>
</UnitMotion>
<VisualActor> <VisualActor>
<Actor>units/macedonians/mace_champion_argyraspis.xml</Actor> <Actor>units/macedonians/mace_champion_argyraspis.xml</Actor>
</VisualActor> </VisualActor>