1
0
forked from mirrors/0ad

Standardizes formating style of aura json files

Use tabs for intendation.
Remove trailing zeroes.
Alphabetize modifications, except for damage types and resources, which
have a fixed order (hack, pierce, crush and food, wood, stone, metal,
respectively).

Differential Revision: https://code.wildfiregames.com/D2000
Patch by: Nescio
Reviewed by: Freagarach
Comments by: elexis, Stan
This was SVN commit r23556.
This commit is contained in:
Angen
2020-03-27 19:54:53 +00:00
parent 5063adb30f
commit 6cfb4e5df8
52 changed files with 115 additions and 115 deletions
@@ -3,12 +3,12 @@
"radius": 50,
"affects": ["Soldier"],
"modifications": [
{ "value": "Attack/Melee/Damage/Hack", "multiply": 1.20 },
{ "value": "Attack/Melee/Damage/Pierce", "multiply": 1.20 },
{ "value": "Attack/Melee/Damage/Crush", "multiply": 1.20 },
{ "value": "Attack/Ranged/Damage/Hack", "multiply": 1.20 },
{ "value": "Attack/Ranged/Damage/Pierce", "multiply": 1.20 },
{ "value": "Attack/Ranged/Damage/Crush", "multiply": 1.20 }
{ "value": "Attack/Melee/Damage/Hack", "multiply": 1.2 },
{ "value": "Attack/Melee/Damage/Pierce", "multiply": 1.2 },
{ "value": "Attack/Melee/Damage/Crush", "multiply": 1.2 },
{ "value": "Attack/Ranged/Damage/Hack", "multiply": 1.2 },
{ "value": "Attack/Ranged/Damage/Pierce", "multiply": 1.2 },
{ "value": "Attack/Ranged/Damage/Crush", "multiply": 1.2 }
],
"auraName": "Religious Fervor",
"auraDescription": "Soldiers +20% melee and ranged attack damage.",
@@ -2,7 +2,7 @@
"type": "global",
"affects": ["CivilCentre"],
"modifications": [
{ "value": "TerritoryInfluence/Radius", "multiply": 1.10 }
{ "value": "TerritoryInfluence/Radius", "multiply": 1.1 }
],
"auraName": "Meroitic Pyramids",
"auraDescription": "Civic Centers +10% territory influence radius."
@@ -2,10 +2,10 @@
"type": "global",
"affects": ["Structure"],
"modifications": [
{ "value": "ProductionQueue/TechCostMultiplier/wood", "multiply": 0.9 },
{ "value": "ProductionQueue/TechCostMultiplier/food", "multiply": 0.9 },
{ "value": "ProductionQueue/TechCostMultiplier/metal", "multiply": 0.9 },
{ "value": "ProductionQueue/TechCostMultiplier/wood", "multiply": 0.9 },
{ "value": "ProductionQueue/TechCostMultiplier/stone", "multiply": 0.9 },
{ "value": "ProductionQueue/TechCostMultiplier/metal", "multiply": 0.9 },
{ "value": "ProductionQueue/TechCostMultiplier/time", "multiply": 0.9 }
],
"auraDescription": "Structures 10% technology resource costs and research time.",
@@ -3,7 +3,7 @@
"radius": 75,
"affects": ["Trader"],
"modifications": [
{ "value": "UnitMotion/WalkSpeed", "multiply": 1.20 }
{ "value": "UnitMotion/WalkSpeed", "multiply": 1.2 }
],
"auraName": "Edict of Ashoka",
"auraDescription": "Traders +20% movement speed.",
@@ -2,7 +2,7 @@
"type": "global",
"affects": ["Structure"],
"modifications": [
{ "value": "TerritoryInfluence/Radius", "multiply": 1.20 }
{ "value": "TerritoryInfluence/Radius", "multiply": 1.2 }
],
"auraDescription": "Structures +20% territory influence radius.",
"auraName": "Hellenization",
@@ -2,8 +2,8 @@
"type": "garrisonedUnits",
"affects": ["Soldier"],
"modifications": [
{ "value": "Armour/Pierce", "add": 3 },
{ "value": "Armour/Hack", "add": 3 },
{ "value": "Armour/Pierce", "add": 3 },
{ "value": "Armour/Crush", "add": 3 },
{ "value": "Vision/Range", "add": 20 }
],
@@ -5,8 +5,8 @@
"modifications": [
{ "value": "Cost/Resources/food", "multiply": 0.8 },
{ "value": "Cost/Resources/wood", "multiply": 0.8 },
{ "value": "Cost/Resources/metal", "multiply": 0.8 },
{ "value": "Cost/Resources/stone", "multiply": 0.8 }
{ "value": "Cost/Resources/stone", "multiply": 0.8 },
{ "value": "Cost/Resources/metal", "multiply": 0.8 }
],
"auraName": "Druids",
"auraDescription": "Allied Healers 20% resource costs."
@@ -5,8 +5,8 @@
"modifications": [
{ "value": "Cost/Resources/food", "multiply": 0.9 },
{ "value": "Cost/Resources/wood", "multiply": 0.9 },
{ "value": "Cost/Resources/metal", "multiply": 0.9 },
{ "value": "Cost/Resources/stone", "multiply": 0.9 }
{ "value": "Cost/Resources/stone", "multiply": 0.9 },
{ "value": "Cost/Resources/metal", "multiply": 0.9 }
],
"auraName": "Saripeko",
"auraDescription": "Allied Citizen Javelinists 10% resource costs."
@@ -3,11 +3,11 @@
"affects": ["Elephant"],
"affectedPlayers": ["ExclusiveMutualAlly"],
"modifications": [
{ "value": "Cost/BuildTime", "multiply": 0.8 },
{ "value": "Cost/Resources/food", "multiply": 0.8 },
{ "value": "Cost/Resources/wood", "multiply": 0.8 },
{ "value": "Cost/Resources/metal", "multiply": 0.8 },
{ "value": "Cost/Resources/stone", "multiply": 0.8 },
{ "value": "Cost/BuildTime", "multiply": 0.8 }
{ "value": "Cost/Resources/metal", "multiply": 0.8 }
],
"auraName": "Elephant Suppliers",
"auraDescription": "Allied Elephants 20% resource costs and training time."
@@ -3,13 +3,13 @@
"affects": ["Temple"],
"affectedPlayers": ["ExclusiveMutualAlly"],
"modifications": [
{ "value": "Cost/BuildTime", "multiply": 0.5 },
{ "value": "Cost/Resources/wood", "multiply": 0.5 },
{ "value": "Cost/Resources/stone", "multiply": 0.5 },
{ "value": "Cost/BuildTime", "multiply": 0.5 },
{ "value": "ProductionQueue/TechCostMultiplier/food", "multiply": 0.5 },
{ "value": "ProductionQueue/TechCostMultiplier/wood", "multiply": 0.5 },
{ "value": "ProductionQueue/TechCostMultiplier/metal", "multiply": 0.5 },
{ "value": "ProductionQueue/TechCostMultiplier/stone", "multiply": 0.5 },
{ "value": "ProductionQueue/TechCostMultiplier/metal", "multiply": 0.5 },
{ "value": "ProductionQueue/TechCostMultiplier/time", "multiply": 0.5 }
],
"auraName": "Ashoka's Religious Support",
@@ -3,7 +3,7 @@
"affects": ["Player"],
"affectedPlayers": ["ExclusiveMutualAlly"],
"modifications": [
{ "value": "ResourceTrickle/Rates/food", "add": 1.0 }
{ "value": "ResourceTrickle/Rates/food", "add": 1 }
],
"auraName": "Breadbasket of the Mediterranean",
"auraDescription": "Allies +1.0 food trickle rate."
@@ -5,8 +5,8 @@
"modifications": [
{ "value": "Cost/Resources/food", "multiply": 0.8 },
{ "value": "Cost/Resources/wood", "multiply": 0.8 },
{ "value": "Cost/Resources/metal", "multiply": 0.8 },
{ "value": "Cost/Resources/stone", "multiply": 0.8 }
{ "value": "Cost/Resources/stone", "multiply": 0.8 },
{ "value": "Cost/Resources/metal", "multiply": 0.8 }
],
"auraName": "Syrian Tetrapolis",
"auraDescription": "Allied Civil Centers 20% resource costs."
@@ -3,7 +3,7 @@
"affects": ["Citizen Infantry Spearman"],
"affectedPlayers": ["ExclusiveMutualAlly"],
"modifications": [
{ "value": "Health/Max", "multiply": 1.10 }
{ "value": "Health/Max", "multiply": 1.1 }
],
"auraName": "Peloponnesian League",
"auraDescription": "Allied Citizen Infantry Spearmen +10% health."
@@ -4,8 +4,8 @@
"modifications": [
{ "value": "ProductionQueue/TechCostMultiplier/food", "multiply": 0.9 },
{ "value": "ProductionQueue/TechCostMultiplier/wood", "multiply": 0.9 },
{ "value": "ProductionQueue/TechCostMultiplier/metal", "multiply": 0.9 },
{ "value": "ProductionQueue/TechCostMultiplier/stone", "multiply": 0.9 }
{ "value": "ProductionQueue/TechCostMultiplier/stone", "multiply": 0.9 },
{ "value": "ProductionQueue/TechCostMultiplier/metal", "multiply": 0.9 }
],
"auraName": "Economic Fortune",
"auraDescription": "Solon brought in a new system of weights and measures, fathers were encouraged to find trades for their sons.\nEconomic technologies 10% resource costs."
@@ -2,8 +2,8 @@
"type": "global",
"affects": ["Soldier"],
"modifications": [
{ "value": "Vision/Range", "multiply": 1.15 },
{ "value": "UnitMotion/WalkSpeed", "multiply": 1.15 }
{ "value": "UnitMotion/WalkSpeed", "multiply": 1.15 },
{ "value": "Vision/Range", "multiply": 1.15 }
],
"auraName": "Guerrilla Tactics",
"auraDescription": "Seeing entrenched defense to be useless against the Roman army, Cassivellaunus resorted to guerrilla tactics. This was later employed by other chieftains too.\nSoldiers +15% movement speed and +15% vision range."
@@ -2,8 +2,8 @@
"type": "global",
"affects": ["Melee Cavalry"],
"modifications": [
{ "value": "Armour/Pierce", "add": 1 },
{ "value": "Armour/Hack", "add": 1 },
{ "value": "Armour/Pierce", "add": 1 },
{ "value": "Armour/Crush", "add": 1 },
{ "value": "Health/Max", "multiply": 1.1 }
],
@@ -4,8 +4,8 @@
"modifications": [
{ "value": "Cost/Resources/food", "multiply": 0.9 },
{ "value": "Cost/Resources/wood", "multiply": 0.9 },
{ "value": "Cost/Resources/metal", "multiply": 0.9 },
{ "value": "Cost/Resources/stone", "multiply": 0.9 },
{ "value": "Cost/Resources/metal", "multiply": 0.9 },
{ "value": "Health/Max", "multiply": 1.05 }
],
"auraName": "Great Builder",
@@ -4,8 +4,8 @@
"modifications": [
{ "value": "ProductionQueue/TechCostMultiplier/food", "multiply": 0.9 },
{ "value": "ProductionQueue/TechCostMultiplier/wood", "multiply": 0.9 },
{ "value": "ProductionQueue/TechCostMultiplier/metal", "multiply": 0.9 },
{ "value": "ProductionQueue/TechCostMultiplier/stone", "multiply": 0.9 }
{ "value": "ProductionQueue/TechCostMultiplier/stone", "multiply": 0.9 },
{ "value": "ProductionQueue/TechCostMultiplier/metal", "multiply": 0.9 }
],
"auraName": "Great Librarian",
"auraDescription": "Continuing his predecessors' work on the Great Library of Alexandria, he seized every book brought to the city, thus leaving to his people a vast amount of hoarded wisdom.\nStructure technologies 10% resource costs."
@@ -2,8 +2,8 @@
"type": "global",
"affects": ["Human", "Siege"],
"modifications": [
{ "value": "Armour/Pierce", "add": 1 },
{ "value": "Armour/Hack", "add": 1 },
{ "value": "Armour/Pierce", "add": 1 },
{ "value": "Armour/Crush", "add": 1 }
],
"auraName": "Founder and Defender of the Republic",
@@ -2,14 +2,14 @@
"type": "global",
"affects": ["Temple"],
"modifications": [
{ "value": "ProductionQueue/TechCostMultiplier/food", "multiply": 0.9 },
{ "value": "ProductionQueue/TechCostMultiplier/wood", "multiply": 0.9 },
{ "value": "ProductionQueue/TechCostMultiplier/metal", "multiply": 0.9 },
{ "value": "ProductionQueue/TechCostMultiplier/stone", "multiply": 0.9 },
{ "value": "Cost/Resources/food", "multiply": 0.9 },
{ "value": "Cost/Resources/wood", "multiply": 0.9 },
{ "value": "Cost/Resources/stone", "multiply": 0.9 },
{ "value": "Cost/Resources/metal", "multiply": 0.9 },
{ "value": "Cost/Resources/stone", "multiply": 0.9 }
{ "value": "ProductionQueue/TechCostMultiplier/food", "multiply": 0.9 },
{ "value": "ProductionQueue/TechCostMultiplier/wood", "multiply": 0.9 },
{ "value": "ProductionQueue/TechCostMultiplier/stone", "multiply": 0.9 },
{ "value": "ProductionQueue/TechCostMultiplier/metal", "multiply": 0.9 }
],
"auraName": "Founder of the Ezida Temple",
"auraDescription": "Antiochus I laid the foundation for the Ezida Temple in Borsippa.\nTemples 10% resource costs; Temple technologies 10% resource costs."
@@ -4,8 +4,8 @@
"modifications": [
{ "value": "Cost/Resources/food", "multiply": 0.9 },
{ "value": "Cost/Resources/wood", "multiply": 0.9 },
{ "value": "Cost/Resources/metal", "multiply": 0.9 },
{ "value": "Cost/Resources/stone", "multiply": 0.9 }
{ "value": "Cost/Resources/stone", "multiply": 0.9 },
{ "value": "Cost/Resources/metal", "multiply": 0.9 }
],
"auraName": "Basileus Megas",
"auraDescription": "Son of Seleucus Nicator, Antiochus succeeded in the formidable task of keeping the empire together, meanwhile founding temples and defeating the invading Gauls with war elephants.\nChampion Elephants 10% resource costs."
@@ -4,8 +4,8 @@
"modifications": [
{ "value": "Cost/Resources/food", "multiply": 0.9 },
{ "value": "Cost/Resources/wood", "multiply": 0.9 },
{ "value": "Cost/Resources/metal", "multiply": 0.9 },
{ "value": "Cost/Resources/stone", "multiply": 0.9 }
{ "value": "Cost/Resources/stone", "multiply": 0.9 },
{ "value": "Cost/Resources/metal", "multiply": 0.9 }
],
"auraName": "Lycurgan Military Reforms",
"auraDescription": "Lycurgus instituted several military reforms, thus the complete and undivided allegiance to Sparta from its citizens was implemented under his form of government.\nCitizen Infantry Spearmen 10% resource costs."
@@ -4,8 +4,8 @@
"modifications": [
{ "value": "Cost/Resources/food", "multiply": 0.95 },
{ "value": "Cost/Resources/wood", "multiply": 0.95 },
{ "value": "Cost/Resources/metal", "multiply": 0.95 },
{ "value": "Cost/Resources/stone", "multiply": 0.95 }
{ "value": "Cost/Resources/stone", "multiply": 0.95 },
{ "value": "Cost/Resources/metal", "multiply": 0.95 }
],
"auraName": "Lycurgan Military Reforms",
"auraDescription": "Champion Infantry Spearmen 5% resource costs."
@@ -2,8 +2,8 @@
"type": "formation",
"affects": ["Soldier"],
"modifications": [
{ "value": "Armour/Pierce", "add": 3 },
{ "value": "Armour/Hack", "add": 3 },
{ "value": "Armour/Pierce", "add": 3 },
{ "value": "Armour/Crush", "add": 3 },
{ "value": "UnitMotion/WalkSpeed", "multiply": 1.15 }
],
@@ -3,8 +3,8 @@
"affects": ["Ship"],
"affectedPlayers": ["MutualAlly"],
"modifications": [
{ "value": "UnitMotion/WalkSpeed", "multiply": 1.5 },
{ "value": "ProductionQueue/BatchTimeModifier", "multiply": 0.7 }
{ "value": "ProductionQueue/BatchTimeModifier", "multiply": 0.7 },
{ "value": "UnitMotion/WalkSpeed", "multiply": 1.5 }
],
"auraName": "Naval Commander",
"auraDescription": "When garrisoned, the Ship has 30% batch training time and +50% movement speed."
@@ -3,14 +3,14 @@
"radius": 40,
"affects": ["Champion"],
"modifications": [
{ "value": "UnitMotion/WalkSpeed", "multiply": 1.1 },
{ "value": "Attack/Capture/Capture", "add": 2 },
{ "value": "Attack/Melee/Damage/Hack", "multiply": 1.2 },
{ "value": "Attack/Melee/Damage/Pierce", "multiply": 1.2 },
{ "value": "Attack/Melee/Damage/Crush", "multiply": 1.2 },
{ "value": "Attack/Ranged/Damage/Hack", "multiply": 1.2 },
{ "value": "Attack/Ranged/Damage/Pierce", "multiply": 1.2 },
{ "value": "Attack/Ranged/Damage/Crush", "multiply": 1.2 },
{ "value": "Attack/Capture/Capture", "add": 2 }
{ "value": "UnitMotion/WalkSpeed", "multiply": 1.1 }
],
"auraName": "Champion Army",
"auraDescription": "Champions +2 capture attack strength, +20% melee and ranged attack damage, +10% movement speed.",
@@ -2,10 +2,10 @@
"type": "global",
"affects": ["Soldier", "Siege"],
"modifications": [
{ "value": "UnitMotion/WalkSpeed", "multiply": 1.15 },
{ "value": "Armour/Pierce", "add": 1 },
{ "value": "Armour/Hack", "add": 1 },
{ "value": "Armour/Crush", "add": 1 }
{ "value": "Armour/Pierce", "add": 1 },
{ "value": "Armour/Crush", "add": 1 },
{ "value": "UnitMotion/WalkSpeed", "multiply": 1.15 }
],
"auraName": "Guerrilla Chief",
"auraDescription": "Soldiers and Siege Engines +1 armor, +15% movement speed."
@@ -4,13 +4,13 @@
"affects": ["Soldier", "Siege"],
"affectedPlayers": ["Ally"],
"modifications": [
{ "value": "Attack/Melee/Damage/Hack", "multiply": 1.20 },
{ "value": "Attack/Melee/Damage/Pierce", "multiply": 1.20 },
{ "value": "Attack/Melee/Damage/Crush", "multiply": 1.20 },
{ "value": "Attack/Ranged/Damage/Hack", "multiply": 1.20 },
{ "value": "Attack/Ranged/Damage/Pierce", "multiply": 1.20 },
{ "value": "Attack/Ranged/Damage/Crush", "multiply": 1.20 },
{ "value": "Attack/Capture/Capture", "add": 1 }
{ "value": "Attack/Capture/Capture", "add": 1 },
{ "value": "Attack/Melee/Damage/Hack", "multiply": 1.2 },
{ "value": "Attack/Melee/Damage/Pierce", "multiply": 1.2 },
{ "value": "Attack/Melee/Damage/Crush", "multiply": 1.2 },
{ "value": "Attack/Ranged/Damage/Hack", "multiply": 1.2 },
{ "value": "Attack/Ranged/Damage/Pierce", "multiply": 1.2 },
{ "value": "Attack/Ranged/Damage/Crush", "multiply": 1.2 }
],
"auraName": "Tactician",
"auraDescription": "Own and Allied Soldiers and Siege Engines +1 capture attack strength, +20% melee and ranged attack damage.",
@@ -3,13 +3,13 @@
"radius": 60,
"affects": ["Soldier", "Siege"],
"modifications": [
{ "value": "Attack/Melee/Damage/Hack", "multiply": 1.20 },
{ "value": "Attack/Melee/Damage/Pierce", "multiply": 1.20 },
{ "value": "Attack/Melee/Damage/Crush", "multiply": 1.20 },
{ "value": "Attack/Ranged/Damage/Hack", "multiply": 1.20 },
{ "value": "Attack/Ranged/Damage/Pierce", "multiply": 1.20 },
{ "value": "Attack/Ranged/Damage/Crush", "multiply": 1.20 },
{ "value": "Attack/Capture/Capture", "add": 1 }
{ "value": "Attack/Capture/Capture", "add": 1 },
{ "value": "Attack/Melee/Damage/Hack", "multiply": 1.2 },
{ "value": "Attack/Melee/Damage/Pierce", "multiply": 1.2 },
{ "value": "Attack/Melee/Damage/Crush", "multiply": 1.2 },
{ "value": "Attack/Ranged/Damage/Hack", "multiply": 1.2 },
{ "value": "Attack/Ranged/Damage/Pierce", "multiply": 1.2 },
{ "value": "Attack/Ranged/Damage/Crush", "multiply": 1.2 }
],
"auraName": "Celtic Warlord",
"auraDescription": "Soldiers and Siege Engines +1 capture attack strength, +20% melee and ranged attack damage.",
@@ -3,8 +3,8 @@
"radius": 50,
"affects": ["Soldier"],
"modifications": [
{ "value": "Armour/Pierce", "add": 1 },
{ "value": "Armour/Hack", "add": 1 },
{ "value": "Armour/Pierce", "add": 1 },
{ "value": "Armour/Crush", "add": 1 }
],
"auraDescription": "Soldiers +1 armor.",
@@ -2,11 +2,11 @@
"type": "global",
"affects": ["Soldier"],
"modifications": [
{ "value": "Cost/BuildTime", "multiply": 0.80 },
{ "value": "Cost/BuildTime", "multiply": 0.8 },
{ "value": "Cost/Resources/food", "multiply": 0.85 },
{ "value": "Cost/Resources/wood", "multiply": 0.85 },
{ "value": "Cost/Resources/metal", "multiply": 0.85 },
{ "value": "Cost/Resources/stone", "multiply": 0.85 }
{ "value": "Cost/Resources/stone", "multiply": 0.85 },
{ "value": "Cost/Resources/metal", "multiply": 0.85 }
],
"auraName": "Mobilization",
"auraDescription": "Soldiers 15% resources costs, 20% training time."
@@ -3,10 +3,10 @@
"radius": 60,
"affects": ["Soldier", "Siege"],
"modifications": [
{ "value": "Looter/Resource/food", "multiply": 2.0 },
{ "value": "Looter/Resource/wood", "multiply": 2.0 },
{ "value": "Looter/Resource/stone", "multiply": 2.0 },
{ "value": "Looter/Resource/metal", "multiply": 2.0 }
{ "value": "Looter/Resource/food", "multiply": 2 },
{ "value": "Looter/Resource/wood", "multiply": 2 },
{ "value": "Looter/Resource/stone", "multiply": 2 },
{ "value": "Looter/Resource/metal", "multiply": 2 }
],
"auraName": "Swag",
"auraDescription": "Soldiers and Siege Engines gain +100% resource loot."
@@ -3,13 +3,13 @@
"radius": 60,
"affects": ["Champion"],
"modifications": [
{ "value": "Attack/Capture/Capture", "add": 2 },
{ "value": "Attack/Melee/Damage/Hack", "multiply": 1.2 },
{ "value": "Attack/Melee/Damage/Pierce", "multiply": 1.2 },
{ "value": "Attack/Melee/Damage/Crush", "multiply": 1.2 },
{ "value": "Attack/Ranged/Damage/Hack", "multiply": 1.2 },
{ "value": "Attack/Ranged/Damage/Pierce", "multiply": 1.2 },
{ "value": "Attack/Ranged/Damage/Crush", "multiply": 1.2 },
{ "value": "Attack/Capture/Capture", "add": 2 }
{ "value": "Attack/Ranged/Damage/Crush", "multiply": 1.2 }
],
"auraName": "Warrior Queen",
"auraDescription": "Champions +2 capture attack strength, +20% melee and ranged attack damage.",
@@ -2,11 +2,11 @@
"type": "global",
"affects": ["TempleOfAmun", "AmunGuard"],
"modifications": [
{ "value": "Cost/BuildTime", "multiply": 1.2 },
{ "value": "Cost/Resources/food", "multiply": 1.2 },
{ "value": "Cost/Resources/wood", "multiply": 1.2 },
{ "value": "Cost/Resources/metal", "multiply": 1.2 },
{ "value": "Cost/Resources/stone", "multiply": 1.2 },
{ "value": "Cost/BuildTime", "multiply": 1.2 }
{ "value": "Cost/Resources/metal", "multiply": 1.2 }
],
"auraName": "Defier of Tradition",
"auraDescription": "Temple of Amun +20% resource costs and build time. Amun Temple Guard +20% resource costs and training time."
@@ -2,11 +2,11 @@
"type": "global",
"affects": ["TempleOfApedemak", "ApedemakGuard"],
"modifications": [
{ "value": "Cost/BuildTime", "multiply": 0.8 },
{ "value": "Cost/Resources/food", "multiply": 0.8 },
{ "value": "Cost/Resources/wood", "multiply": 0.8 },
{ "value": "Cost/Resources/metal", "multiply": 0.8 },
{ "value": "Cost/Resources/stone", "multiply": 0.8 },
{ "value": "Cost/BuildTime", "multiply": 0.8 }
{ "value": "Cost/Resources/metal", "multiply": 0.8 }
],
"auraName": "Follower of Apedemak",
"auraDescription": "Temple of Apedemak 20% resource costs and build time. Apedemak Temple Guard 20% resource costs and training time."
@@ -3,16 +3,16 @@
"radius": 60,
"affects": ["Soldier"],
"modifications": [
{ "value": "Looter/Resource/food", "multiply": 1.5 },
{ "value": "Looter/Resource/wood", "multiply": 1.5 },
{ "value": "Looter/Resource/stone", "multiply": 1.5 },
{ "value": "Looter/Resource/metal", "multiply": 1.5 },
{ "value": "Attack/Melee/Damage/Hack", "multiply": 1.1 },
{ "value": "Attack/Melee/Damage/Pierce", "multiply": 1.1 },
{ "value": "Attack/Melee/Damage/Crush", "multiply": 1.1 },
{ "value": "Attack/Ranged/Damage/Hack", "multiply": 1.1 },
{ "value": "Attack/Ranged/Damage/Pierce", "multiply": 1.1 },
{ "value": "Attack/Ranged/Damage/Crush", "multiply": 1.1 }
{ "value": "Attack/Ranged/Damage/Crush", "multiply": 1.1 },
{ "value": "Looter/Resource/food", "multiply": 1.5 },
{ "value": "Looter/Resource/wood", "multiply": 1.5 },
{ "value": "Looter/Resource/stone", "multiply": 1.5 },
{ "value": "Looter/Resource/metal", "multiply": 1.5 }
],
"auraName": "Savior of Kush",
"auraDescription": "Soldiers +10 melee and ranged attack damage, gain +50% resource loot."
@@ -3,10 +3,10 @@
"radius": 60,
"affects": ["Infantry Pikeman"],
"modifications": [
{ "value": "Attack/Capture/Capture", "multiply": 1.2 },
{ "value": "Attack/Melee/Damage/Hack", "multiply": 1.2 },
{ "value": "Attack/Melee/Damage/Pierce", "multiply": 1.2 },
{ "value": "Attack/Melee/Damage/Crush", "multiply": 1.2 },
{ "value": "Attack/Capture/Capture", "multiply": 1.2 }
{ "value": "Attack/Melee/Damage/Crush", "multiply": 1.2 }
],
"auraName": "Taxiarchès",
"auraDescription": "Infantry Pikemen +20% capture attack strength, +20% melee attack damage.",
@@ -3,8 +3,8 @@
"radius": 60,
"affects": ["Siege"],
"modifications": [
{ "value": "Armour/Pierce", "add": 1 },
{ "value": "Armour/Hack", "add": 1 },
{ "value": "Armour/Pierce", "add": 1 },
{ "value": "Armour/Crush", "add": 1 },
{ "value": "Attack/Melee/Damage/Hack", "multiply": 1.2 },
{ "value": "Attack/Melee/Damage/Pierce", "multiply": 1.2 },
@@ -3,13 +3,13 @@
"radius": 60,
"affects": ["Champion"],
"modifications": [
{ "value": "Attack/Capture/Capture", "add": 2 },
{ "value": "Attack/Melee/Damage/Hack", "multiply": 1.2 },
{ "value": "Attack/Melee/Damage/Pierce", "multiply": 1.2 },
{ "value": "Attack/Melee/Damage/Crush", "multiply": 1.2 },
{ "value": "Attack/Ranged/Damage/Hack", "multiply": 1.2 },
{ "value": "Attack/Ranged/Damage/Pierce", "multiply": 1.2 },
{ "value": "Attack/Ranged/Damage/Crush", "multiply": 1.2 },
{ "value": "Attack/Capture/Capture", "add": 2 }
{ "value": "Attack/Ranged/Damage/Crush", "multiply": 1.2 }
],
"auraName": "Rise of Macedon",
"auraDescription": "Champions +2 capture attack strength, +20% melee and ranged attack damage.",
@@ -2,14 +2,14 @@
"type": "global",
"affects": ["Temple"],
"modifications": [
{ "value": "ProductionQueue/TechCostMultiplier/wood", "multiply": 0.5 },
{ "value": "ProductionQueue/TechCostMultiplier/food", "multiply": 0.5 },
{ "value": "ProductionQueue/TechCostMultiplier/metal", "multiply": 0.5 },
{ "value": "ProductionQueue/TechCostMultiplier/stone", "multiply": 0.5 },
{ "value": "ProductionQueue/TechCostMultiplier/time", "multiply": 0.5 },
{ "value": "Cost/BuildTime", "multiply": 0.5 },
{ "value": "Cost/Resources/wood", "multiply": 0.5 },
{ "value": "Cost/Resources/stone", "multiply": 0.5 },
{ "value": "Cost/Resources/wood", "multiply": 0.5 }
{ "value": "ProductionQueue/TechCostMultiplier/food", "multiply": 0.5 },
{ "value": "ProductionQueue/TechCostMultiplier/wood", "multiply": 0.5 },
{ "value": "ProductionQueue/TechCostMultiplier/stone", "multiply": 0.5 },
{ "value": "ProductionQueue/TechCostMultiplier/metal", "multiply": 0.5 },
{ "value": "ProductionQueue/TechCostMultiplier/time", "multiply": 0.5 }
],
"auraDescription": "Temples 50% resource costs and build time. Temple technologies 50% resource costs and research time.",
"auraName": "Buddhism",
@@ -2,10 +2,10 @@
"type": "garrison",
"affects": ["Structure"],
"modifications": [
{ "value": "ProductionQueue/TechCostMultiplier/wood", "multiply": 0.8 },
{ "value": "ProductionQueue/TechCostMultiplier/food", "multiply": 0.8 },
{ "value": "ProductionQueue/TechCostMultiplier/metal", "multiply": 0.8 },
{ "value": "ProductionQueue/TechCostMultiplier/wood", "multiply": 0.8 },
{ "value": "ProductionQueue/TechCostMultiplier/stone", "multiply": 0.8 },
{ "value": "ProductionQueue/TechCostMultiplier/metal", "multiply": 0.8 },
{ "value": "ProductionQueue/TechCostMultiplier/time", "multiply": 0.5 }
],
"auraDescription": "When garrisoned, the Structure's technologies have 20% resource cost and 50% research time.",
@@ -3,13 +3,13 @@
"radius": 45,
"affects": ["Cavalry"],
"modifications": [
{ "value": "Attack/Capture/Capture", "add": 1 },
{ "value": "Attack/Melee/Damage/Hack", "multiply": 1.2 },
{ "value": "Attack/Melee/Damage/Pierce", "multiply": 1.2 },
{ "value": "Attack/Melee/Damage/Crush", "multiply": 1.2 },
{ "value": "Attack/Ranged/Damage/Hack", "multiply": 1.2 },
{ "value": "Attack/Ranged/Damage/Pierce", "multiply": 1.2 },
{ "value": "Attack/Ranged/Damage/Crush", "multiply": 1.2 },
{ "value": "Attack/Capture/Capture", "add": 1 }
{ "value": "Attack/Ranged/Damage/Crush", "multiply": 1.2 }
],
"auraName": "Forefront Leader",
"auraDescription": "Cavalry +1 capture attack strength, +20% melee and ranged attack damage.",
@@ -4,7 +4,7 @@
"affects": ["Hero"],
"affectedPlayers": ["ExclusiveMutualAlly"],
"modifications": [
{ "value": "Health/Max", "multiply": 1.1 }
{ "value": "Health/Max", "multiply": 1.1 }
],
"auraName": "Consort",
"auraDescription": "Allied Heroes +10% health.",
@@ -4,7 +4,7 @@
"affects": ["Hero"],
"affectedPlayers": ["Enemy"],
"modifications": [
{ "value": "Health/Max", "multiply": 0.9 }
{ "value": "Health/Max", "multiply": 0.9 }
],
"auraName": "Consort",
"auraDescription": "Enemy Heroes 10% health."
@@ -3,7 +3,7 @@
"radius": 60,
"affects": ["Pikeman"],
"modifications": [
{ "value": "Health/Max", "multiply": 1.40 }
{ "value": "Health/Max", "multiply": 1.4 }
],
"auraName": "Raphia",
"auraDescription": "Pikemen +40% health."
@@ -3,7 +3,7 @@
"radius": 60,
"affects": ["Worker"],
"modifications": [
{ "value": "Builder/Rate", "multiply": 1.10 }
{ "value": "Builder/Rate", "multiply": 1.1 }
],
"auraName": "Patron of Construction",
"auraDescription": "Workers +10% build rate.",
@@ -2,8 +2,8 @@
"type": "global",
"affects": ["Human", "Structure"],
"modifications": [
{ "value": "Armour/Pierce", "add": 1 },
{ "value": "Armour/Hack", "add": 1 },
{ "value": "Armour/Pierce", "add": 1 },
{ "value": "Armour/Crush", "add": 1 }
],
"auraName": "Shield of Rome",
@@ -3,13 +3,13 @@
"radius": 30,
"affects": ["Soldier", "Siege"],
"modifications": [
{ "value": "Attack/Capture/Capture", "add": 2 },
{ "value": "Attack/Melee/Damage/Hack", "multiply": 1.2 },
{ "value": "Attack/Melee/Damage/Pierce", "multiply": 1.2 },
{ "value": "Attack/Melee/Damage/Crush", "multiply": 1.2 },
{ "value": "Attack/Ranged/Damage/Hack", "multiply": 1.2 },
{ "value": "Attack/Ranged/Damage/Pierce", "multiply": 1.2 },
{ "value": "Attack/Ranged/Damage/Crush", "multiply": 1.2 },
{ "value": "Attack/Capture/Capture", "add": 2 }
{ "value": "Attack/Ranged/Damage/Crush", "multiply": 1.2 }
],
"auraName": "Triumph",
"auraDescription": "Soldiers and Siege Engines +2 capture attack strength, +20% melee and ranged attack damage.",
@@ -3,8 +3,8 @@
"radius": 45,
"affects": ["Cavalry"],
"modifications": [
{ "value": "Armour/Pierce", "add": 2 },
{ "value": "Armour/Hack", "add": 2 },
{ "value": "Armour/Pierce", "add": 2 },
{ "value": "Armour/Crush", "add": 2 }
],
"auraName": "Ilarchès",
@@ -3,10 +3,10 @@
"radius": 60,
"affects": ["Elephant Champion"],
"modifications": [
{ "value": "UnitMotion/WalkSpeed", "multiply": 1.2 },
{ "value": "Attack/Melee/Damage/Hack", "multiply": 1.2 },
{ "value": "Attack/Melee/Damage/Pierce", "multiply": 1.2 },
{ "value": "Attack/Melee/Damage/Crush", "multiply": 1.2 }
{ "value": "Attack/Melee/Damage/Crush", "multiply": 1.2 },
{ "value": "UnitMotion/WalkSpeed", "multiply": 1.2 }
],
"auraName": "Zooiarchos",
"auraDescription": "Champion Elephants +20% melee attack damage, +20% movement speed.",
@@ -3,10 +3,10 @@
"radius": 60,
"affects": ["Citizen Infantry Javelinist"],
"modifications": [
{ "value": "Attack/Ranged/Damage/Pierce", "multiply": 1.25 },
{ "value": "Armour/Pierce", "add": 1 },
{ "value": "Armour/Hack", "add": 1 },
{ "value": "Armour/Crush", "add": 1 }
{ "value": "Armour/Pierce", "add": 1 },
{ "value": "Armour/Crush", "add": 1 },
{ "value": "Attack/Ranged/Damage/Pierce", "multiply": 1.25 }
],
"auraName": "Helot Reforms",
"auraDescription": "Citizen Infantry Javelinists +1 armor, +25% ranged attack pierce damage.",
@@ -3,10 +3,10 @@
"radius": 30,
"affects": ["Spearman"],
"modifications": [
{ "value": "Attack/Capture/Capture", "add": 1 },
{ "value": "Attack/Melee/Damage/Hack", "multiply": 1.25 },
{ "value": "Attack/Melee/Damage/Pierce", "multiply": 1.25 },
{ "value": "Attack/Melee/Damage/Crush", "multiply": 1.25 },
{ "value": "Attack/Capture/Capture", "add": 1 }
{ "value": "Attack/Melee/Damage/Crush", "multiply": 1.25 }
],
"auraName": "Last Stand",
"auraDescription": "Spearmen +1 capture attack strength, +25% melee attack damage.",