Ticket #3947: 3947.diff

File 3947.diff, 10.1 KB (added by fatherbushido, 8 years ago)
  • binaries/data/mods/public/simulation/data/auras/athen_hero_iphicrates_1.json

     
    11{
    22    "type": "formation",
    3     "affects": ["Unit"],
     3    "affects": ["Soldier"],
    44    "modifications": [
    55    { "value": "Armour/Pierce", "add": 1 },
    66    { "value": "Armour/Hack", "add": 1 },
    77    { "value": "Armour/Crush", "add": 1 },
    88    { "value": "UnitMotion/WalkSpeed", "multiply": 1.15 }
  • binaries/data/mods/public/simulation/data/auras/athen_hero_iphicrates_2.json

     
    11{
    22    "type": "global",
    33    "affects": ["Javelin"],
    44    "modifications": [
    5     { "value": "UnitMotion/WalkSpeed", "add": 1.15 }
     5    { "value": "UnitMotion/WalkSpeed", "multiply": 1.15 }
    66    ],
    77    "auraName": "Peltast Reforms",
    88    "auraDescription": "All Peltasts +15% speed."
    99}
  • binaries/data/mods/public/simulation/data/auras/athen_hero_themistocles_2.json

     
    11{
    22    "type": "global",
    33    "affects": ["Ship"],
    44    "modifications": [
    5     { "value": "Cost.BuildTime", "multiply": 0.8 }
     5    { "value": "Cost/BuildTime", "multiply": 0.8 }
    66    ],
    77    "auraName": "Naval Architect Aura",
    88    "auraDescription": "-20% build time for ships during his lifespan."
    99}
  • binaries/data/mods/public/simulation/data/auras/brit_hero_caratacos.json

     
    11{
    22    "type": "global",
    3     "affects": ["Unit"],
     3    "affects": ["Soldier", "Siege"],
    44    "modifications": [
    55    { "value": "UnitMotion/WalkSpeed", "multiply": 1.15 }
    66    ],
    77    "auraName": "Hero Aura",
    88    "auraDescription": "All Units +15% speed."
  • binaries/data/mods/public/simulation/data/auras/brit_hero_cunobelin.json

     
    11{
    22    "type": "range",
    33    "radius": 60,
    4     "affects": ["Unit"],
     4    "affects": ["Human"],
    55    "modifications": [
    66    { "value": "Health/RegenRate", "add": 1 }
    77    ],
    88    "auraName": "Hero Aura",
    99    "auraDescription": "+1 HP per second healing rate for all units.",
  • binaries/data/mods/public/simulation/data/auras/cart_hero_hamilcar.json

     
    11{
    22    "type": "global",
    3     "affects": ["Unit"],
     3    "affects": ["Soldier", "Siege"],
    44    "modifications": [
    55    { "value": "UnitMotion/WalkSpeed", "multiply": 1.15 }
    66    ],
    77    "auraName": "Lightning Aura",
    88    "auraDescription": "All Units +15% speed."
  • binaries/data/mods/public/simulation/data/auras/cart_hero_hannibal.json

     
    11{
    22    "type": "range",
    33    "radius": 60,
    4     "affects": ["Unit"],
     4    "affects": ["Soldier", "Siege"],
    55    "affectedPlayers": ["Ally"],
    66    "modifications": [
    77    { "value": "Attack/Ranged/Pierce", "add": 2 },
    88    { "value": "Attack/Melee/Hack", "add": 2 },
    99    { "value": "Attack/Capture/Value", "add": 1 }
  • binaries/data/mods/public/simulation/data/auras/gaul_hero_brennus.json

     
    11{
    22    "type": "global",
    3     "affects": ["Unit"],
     3    "affects": ["Human", "Mechanical"],
    44    "modifications": [
    55    { "value": "Looter/Resource/metal", "add": 10 }
    66    ],
    77    "auraName": "Hero Aura",
    88    "auraDescription": "+10 Metal loot for every enemy unit killed."
  • binaries/data/mods/public/simulation/data/auras/gaul_hero_vercingetorix.json

     
    11{
    22    "type": "range",
    33    "radius": 60,
    4     "affects": ["Unit"],
     4    "affects": ["Soldier", "Siege"],
    55    "modifications": [
    66    { "value": "Attack/Ranged/Pierce", "add": 2 },
    77    { "value": "Attack/Melee/Hack", "add": 2 },
    88    { "value": "Attack/Capture/Value", "add": 1 }
    99    ],
  • binaries/data/mods/public/simulation/data/auras/iber_monument.json

     
    11{
    22    "type": "range",
    33    "radius": 50,
    4     "affects": ["Unit"],
     4    "affects": ["Soldier"],
    55    "modifications": [
    66    { "value": "Attack/Melee/Hack", "add": 2 },
    77    {"value": "Attack/Ranged/Pierce", "add": 3 }
    88    ],
     9    "auraName": "Defensive Aura",
     10    "auraDescription": "Gives all Iberian units in Aura +2 Hack and +5 Pierce Attack boost.",
    911    "overlayIcon": "art/textures/ui/session/auras/attack_bonus.png"
    1012}
  • binaries/data/mods/public/simulation/data/auras/pers_hero_darius.json

     
    11{
    22    "type": "global",
    3     "affects": ["Unit"],
     3    "affects": ["Soldier", "Siege"],
    44    "modifications": [
    55    { "value": "UnitMotion/WalkSpeed", "multiply": 1.15 }
    66    ],
    77    "auraName": "Leadership Aura",
    88    "auraDescription": "+15% Movement Speed for all units."
  • binaries/data/mods/public/simulation/data/auras/ptol_hero_cleopatra.json

     
    11{
    22    "type": "range",
    33    "radius": 60,
    4     "affects": ["Unit"],
     4    "affects": ["Soldier", "Siege"],
    55    "modifications": [
    66    { "value": "Attack/Melee/RepeatTime", "multiply": 0.8 },
    77    { "value": "Attack/Ranged/RepeatTime", "multiply": 0.8 }
    88    ],
    99    "auraName": "Patriot Aura",
  • binaries/data/mods/public/simulation/data/auras/rome_hero_marcellus.json

     
    11{
    22    "type": "range",
    33    "radius": 60,
    4     "affects": ["Unit"],
     4    "affects": ["Soldier", "Siege"],
    55    "modifications": [
    66    { "value": "Attack/Ranged/Pierce", "add": 5 },
    77    { "value": "Attack/Ranged/Hack", "add": 5 },
    88    { "value": "Attack/Capture/Value", "add": 2 }
    99    ],
  • binaries/data/mods/public/simulation/data/auras/rome_hero_maximus.json

     
    11{
    22    "type": "global",
    3     "affects": ["Unit", "Structure"],
     3    "affects": ["Human", "Structure"],
    44    "modifications": [
    55    { "value": "Armour/Pierce", "add": 1 },
    66    { "value": "Armour/Hack", "add": 1 },
    77    { "value": "Armour/Crush", "add": 1 }
    88    ],
  • binaries/data/mods/public/simulation/data/auras/sele_hero_seleucus_victor.json

     
    22    "type": "range",
    33    "radius": 80,
    44    "affects": ["Elephant"],
    55    "modifications": [
    66    { "value": "UnitMotion/WalkSpeed>", "multiply": 1.2 },
    7     { "value": "Attack.Melee.Hack>", "multiply": 1.2 },
    8     { "value": "Attack.Melee.Crush>", "multiply": 1.2 }
     7    { "value": "Attack/Melee/Hack>", "multiply": 1.2 },
     8    { "value": "Attack/Melee/Crush>", "multiply": 1.2 }
    99    ],
    1010    "auraName": "Zooiarchos Aura",
    1111    "auraDescription": "Boosts War Elephant attack and speed +20% within his vision.",
    1212    "overlayIcon": "art/textures/ui/session/auras/attack_bonus.png"
    1313}
  • binaries/data/mods/public/simulation/data/auras/wall_garrisoned.json

     
    11{
    22    "type": "garrisonedUnits",
    3     "affects": ["Unit"],
     3    "affects": ["Soldier"],
    44    "modifications": [
    55    { "value": "Armour/Pierce", "add": 3 },
    66    { "value": "Armour/Hack", "add": 3 },
    77    { "value": "Armour/Crush", "add": 3 },
    88    { "value": "Vision/Range", "add": 20 }