Advertisement
AdrianxD

units

Apr 3rd, 2021
497
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 23.51 KB | None | 0 0
  1. {
  2.   "units": [
  3.     {
  4.       "id": 1,
  5.       "name": "Archer",
  6.       "img" : "https://static.wikia.nocookie.net/ageofempires/images/d/dd/Archer_aoe2DE.png",
  7.       "description": "Quick and light. Weak at close range; excels at battle from distance",
  8.       "expansion": "Age of Kings",
  9.       "age": "Feudal",
  10.       "created_in": "https://age-of-empires-2-api.herokuapp.com/api/v1/structure/archery_range",
  11.       "cost": {
  12.         "Wood": 25,
  13.         "Gold": 45
  14.       },
  15.       "build_time": 35,
  16.       "reload_time": 2.0,
  17.       "attack_delay": 0.35,
  18.       "movement_rate": 0.96,
  19.       "line_of_sight": 6,
  20.       "hit_points": 4,
  21.       "range": 30,
  22.       "attack": 4,
  23.       "armor": "0/0",
  24.       "accuracy": "80%"
  25.     },
  26.     {
  27.       "id": 2,
  28.       "name": "Crossbowman",
  29.       "img" : "https://static.wikia.nocookie.net/ageofempires/images/d/d1/Crossbowman_aoe2DE.png",
  30.       "description": "Upgraded archer",
  31.       "expansion": "Age of Kings",
  32.       "age": "Castle",
  33.       "created_in": "https://age-of-empires-2-api.herokuapp.com/api/v1/structure/archery_range",
  34.       "cost": {
  35.         "Wood": 25,
  36.         "Gold": 45
  37.       },
  38.       "build_time": 27,
  39.       "reload_time": 2.0,
  40.       "attack_delay": 0.35,
  41.       "movement_rate": 0.96,
  42.       "line_of_sight": 7,
  43.       "hit_points": 35,
  44.       "range": 5,
  45.       "attack": 5,
  46.       "armor": "0/0",
  47.       "attack_bonus": [
  48.         "+3 spearmen"
  49.       ],
  50.       "accuracy": "85%"
  51.     },
  52.     {
  53.       "id": 3,
  54.       "name": "Arbalest",
  55.       "img" : "https://static.wikia.nocookie.net/ageofempires/images/d/dc/Arbalester_aoe2DE.png",
  56.       "description": "Upgraded crossbowman",
  57.       "expansion": "Age of Kings",
  58.       "age": "Imperial",
  59.       "created_in": "https://age-of-empires-2-api.herokuapp.com/api/v1/structure/archery_range",
  60.       "cost": {
  61.         "Wood": 25,
  62.         "Gold": 45
  63.       },
  64.       "build_time": 27,
  65.       "reload_time": 2.0,
  66.       "attack_delay": 0.35,
  67.       "movement_rate": 0.96,
  68.       "line_of_sight": 7,
  69.       "hit_points": 40,
  70.       "range": 5,
  71.       "attack": 6,
  72.       "armor": "0/0",
  73.       "attack_bonus": [
  74.         "+3 spearmen"
  75.       ],
  76.       "accuracy": "90%"
  77.     },
  78.     {
  79.       "id": 4,
  80.       "name": "Cavalry Archer",
  81.       "img" : "https://static.wikia.nocookie.net/ageofempires/images/b/b1/Cavalryarcher_aoe2DE.png",
  82.       "description": "Fast with ranged attack. Ideal for hit-and-run attacks",
  83.       "expansion": "Age of Kings",
  84.       "age": "Castle",
  85.       "created_in": "https://age-of-empires-2-api.herokuapp.com/api/v1/structure/archery_range",
  86.       "cost": {
  87.         "Wood": 40,
  88.         "Gold": 70
  89.       },
  90.       "build_time": 34,
  91.       "reload_time": 2.0,
  92.       "attack_delay": 1.0,
  93.       "movement_rate": 1.4,
  94.       "line_of_sight": 5,
  95.       "hit_points": 50,
  96.       "range": 4,
  97.       "attack": 6,
  98.       "armor": "0/0",
  99.       "attack_bonus": [
  100.         "+2 spearmen"
  101.       ],
  102.       "search_radius": 6,
  103.       "accuracy": "50%"
  104.     },
  105.     {
  106.       "id": 5,
  107.       "name": "Heavy Cavalry Archer",
  108.       "img" : "https://static.wikia.nocookie.net/ageofempires/images/e/ec/Heavycavalryarcher_aoe2de.png",
  109.       "description": "Upgraded Cavalry Archer",
  110.       "expansion": "Age of Kings",
  111.       "age": "Imperial",
  112.       "created_in": "https://age-of-empires-2-api.herokuapp.com/api/v1/structure/archery_range",
  113.       "cost": {
  114.         "Wood": 40,
  115.         "Gold": 70
  116.       },
  117.       "build_time": 27,
  118.       "reload_time": 2.0,
  119.       "attack_delay": 1.0,
  120.       "movement_rate": 1.4,
  121.       "line_of_sight": 6,
  122.       "hit_points": 60,
  123.       "range": 4,
  124.       "attack": 7,
  125.       "armor": "1/0",
  126.       "attack_bonus": [
  127.         "+2 spearmen"
  128.       ],
  129.       "accuracy": "50%"
  130.     },
  131.     {
  132.       "id": 6,
  133.       "name": "Hand Cannoneer",
  134.       "img" : "https://static.wikia.nocookie.net/ageofempires/images/4/47/Hand_cannoneer_aoe2DE.png",
  135.       "description": "Powerful close attack; inaccurate at range. Attack bonus against spearman +11 in total",
  136.       "expansion": "Age of Kings",
  137.       "age": "Imperial",
  138.       "created_in": "https://age-of-empires-2-api.herokuapp.com/api/v1/structure/archery_range",
  139.       "cost": {
  140.         "Food": 45,
  141.         "Gold": 50
  142.       },
  143.       "build_time": 34,
  144.       "reload_time": 3.45,
  145.       "attack_delay": 0.45,
  146.       "movement_rate": 0.96,
  147.       "line_of_sight": 9,
  148.       "hit_points": 35,
  149.       "range": 7,
  150.       "attack": 17,
  151.       "armor": "1/0",
  152.       "attack_bonus": [
  153.         "1 spearmen",
  154.         "+10 infantry",
  155.         "+2 rams"
  156.       ],
  157.       "accuracy": "65%"
  158.     },
  159.     {
  160.       "id": 7,
  161.       "name": "Skirmisher",
  162.       "img" : "https://static.wikia.nocookie.net/ageofempires/images/1/11/Skirmisher_aoe2DE.png",
  163.       "description": "Ranged unit equipped with armor vs. archer attacks",
  164.       "expansion": "Age of Kings",
  165.       "age": "Feudal",
  166.       "created_in": "https://age-of-empires-2-api.herokuapp.com/api/v1/structure/archery_range",
  167.       "cost": {
  168.         "Food": 25,
  169.         "Wood": 35
  170.       },
  171.       "build_time": 22,
  172.       "reload_time": 3.0,
  173.       "attack_delay": 0.5,
  174.       "movement_rate": 0.96,
  175.       "line_of_sight": 6,
  176.       "hit_points": 30,
  177.       "range": "1-4",
  178.       "attack": 2,
  179.       "armor": "0/3",
  180.       "attack_bonus": [
  181.         "+3 spearmen",
  182.         "+3 archers/hand cannon/skirms/conquistadors"
  183.       ],
  184.       "accuracy": "90%"
  185.     },
  186.     {
  187.       "id": 8,
  188.       "name": "Elite Skirmisher",
  189.       "img" : "https://static.wikia.nocookie.net/ageofempires/images/8/8e/Elite_skirmisher_aoe2DE.png",
  190.       "description": "Upgraded skirmisher",
  191.       "expansion": "Age of Kings",
  192.       "age": "Castle",
  193.       "created_in": "https://age-of-empires-2-api.herokuapp.com/api/v1/structure/archery_range",
  194.       "cost": {
  195.         "Food": 25,
  196.         "Wood": 35
  197.       },
  198.       "build_time": 22,
  199.       "reload_time": 3.0,
  200.       "attack_delay": 0.5,
  201.       "movement_rate": 0.96,
  202.       "line_of_sight": 7,
  203.       "hit_points": 35,
  204.       "range": "1-5",
  205.       "attack": 3,
  206.       "armor": "0/4",
  207.       "attack_bonus": [
  208.         "+3 spearmen",
  209.         "+4 archers/hand cannon/skirms/conquistadors",
  210.         "+6 against cavalry archers"
  211.       ],
  212.       "accuracy": "90%"
  213.     },
  214.     {
  215.       "id": 9,
  216.       "name": "Eagle Warrior",
  217.       "img" : "https://static.wikia.nocookie.net/ageofempires/images/c/c7/Eaglewarrior_aoe2DE.png",
  218.       "description": "Fast infantry with extensive sight; resists conversion; attack bonus vs. Monks",
  219.       "expansion": "The Conquerors",
  220.       "age": "Dark",
  221.       "created_in": "https://age-of-empires-2-api.herokuapp.com/api/v1/structure/barracks",
  222.       "cost": {
  223.         "info": "1 Unit free at the start of the game for Aztecs and Mayans"
  224.       },
  225.       "reload_time": 2.0,
  226.       "movement_rate": 1.1,
  227.       "line_of_sight": 6,
  228.       "hit_points": 50,
  229.       "attack": 4,
  230.       "armor": "0/2",
  231.       "attack_bonus": [
  232.         "+8 monks",
  233.         "+3 siege"
  234.       ]
  235.     },
  236.     {
  237.       "id": 10,
  238.       "name": "Eagle Warrior",
  239.       "img" : "https://static.wikia.nocookie.net/ageofempires/images/c/c7/Eaglewarrior_aoe2DE.png",
  240.       "description": "Fast infantry with extensive sight; resists conversion; attack bonus vs. Monks",
  241.       "expansion": "The Conquerors",
  242.       "age": "Castle",
  243.       "created_in": "https://age-of-empires-2-api.herokuapp.com/api/v1/structure/barracks",
  244.       "cost": {
  245.         "Food": 20,
  246.         "Gold": 50
  247.       },
  248.       "build_time": 35,
  249.       "reload_time": 2.0,
  250.       "movement_rate": 1.1,
  251.       "line_of_sight": 6,
  252.       "hit_points": 50,
  253.       "attack": 7,
  254.       "armor": "0/2",
  255.       "attack_bonus": [
  256.         "+8 monks",
  257.         "+3 siege",
  258.         "+2 cavalry",
  259.         "+1 ship/camel"
  260.       ]
  261.     },
  262.     {
  263.       "id": 11,
  264.       "name": "Elite Eagle Warrior",
  265.       "img" : "https://static.wikia.nocookie.net/ageofempires/images/9/99/EliteEaglewarrior_aoe2DE.png",
  266.       "description": "Upgraded Eagle Warrior",
  267.       "expansion": "The Conquerors",
  268.       "age": "Imperial",
  269.       "created_in": "https://age-of-empires-2-api.herokuapp.com/api/v1/structure/barracks",
  270.       "cost": {
  271.         "Food": 20,
  272.         "Gold": 50
  273.       },
  274.       "build_time": 20,
  275.       "reload_time": 2.0,
  276.       "movement_rate": 1.3,
  277.       "line_of_sight": 6,
  278.       "hit_points": 60,
  279.       "attack": 9,
  280.       "armor": "0/4",
  281.       "attack_bonus": [
  282.         "+10 monks",
  283.         "+5 siege",
  284.         "+4 cavalry",
  285.         "+2 ship/camel"
  286.       ]
  287.     },
  288.     {
  289.       "id": 12,
  290.       "name": "Spearman",
  291.       "img" : "https://static.wikia.nocookie.net/ageofempires/images/5/5b/Spearman_aoe2DE.png",
  292.       "description": "Medium infantry",
  293.       "expansion": "Age of Kings",
  294.       "age": "Feudal",
  295.       "created_in": "https://age-of-empires-2-api.herokuapp.com/api/v1/structure/barracks",
  296.       "cost": {
  297.         "Food": 35,
  298.         "Wood": 15
  299.       },
  300.       "build_time": 22,
  301.       "reload_time": 3.0,
  302.       "movement_rate": 1.0,
  303.       "line_of_sight": 4,
  304.       "hit_points": 45,
  305.       "attack": 3,
  306.       "armor": "0/0",
  307.       "attack_bonus": [
  308.         "+1 eagles",
  309.         "+1 buildings",
  310.         "+30 war elephants",
  311.         "+15 cavalry",
  312.         "+7 camels/ships"
  313.       ]
  314.     },
  315.     {
  316.       "id": 13,
  317.       "name": "Pikeman",
  318.       "img" : "https://static.wikia.nocookie.net/ageofempires/images/a/a6/Aoe2-infantry-2-pikeman.png",
  319.       "description": "Upgraded Spearman",
  320.       "expansion": "Age of Kings",
  321.       "age": "Castle",
  322.       "created_in": "https://age-of-empires-2-api.herokuapp.com/api/v1/structure/barracks",
  323.       "cost": {
  324.         "Food": 35,
  325.         "Wood": 25
  326.       },
  327.       "build_time": 22,
  328.       "reload_time": 3.0,
  329.       "movement_rate": 1.0,
  330.       "line_of_sight": 4,
  331.       "hit_points": 55,
  332.       "attack": 4,
  333.       "armor": "0/0",
  334.       "attack_bonus": [
  335.         "+1 eagles",
  336.         "+1 buildings",
  337.         "+47 war elephants",
  338.         "+22 cavalry",
  339.         "+11 camels/ships"
  340.       ]
  341.     },
  342.     {
  343.       "id": 14,
  344.       "name": "Halberdier",
  345.       "img" : "https://static.wikia.nocookie.net/ageofempires/images/a/aa/Halberdier_aoe2DE.png",
  346.       "description": "Upgraded Pikeman",
  347.       "expansion": "The Conquerors",
  348.       "age": "Imperial",
  349.       "created_in": "https://age-of-empires-2-api.herokuapp.com/api/v1/structure/barracks",
  350.       "cost": {
  351.         "Food": 35,
  352.         "Wood": 25
  353.       },
  354.       "build_time": 22,
  355.       "reload_time": 3.0,
  356.       "movement_rate": 1.0,
  357.       "line_of_sight": 4,
  358.       "hit_points": 60,
  359.       "attack": 6,
  360.       "armor": "0/0",
  361.       "attack_bonus": [
  362.         "+1 eagles",
  363.         "+1 buildings",
  364.         "+60 war elephants",
  365.         "+32 cavalry",
  366.         "+16 camels/ships"
  367.       ]
  368.     },
  369.     {
  370.       "id": 15,
  371.       "name": "Militia",
  372.       "img" : "https://static.wikia.nocookie.net/ageofempires/images/3/3a/MilitiaDE.png",
  373.       "description": "Basic infantry swordsman. Quick and cheap to create",
  374.       "expansion": "Age of Kings",
  375.       "age": "Dark",
  376.       "created_in": "https://age-of-empires-2-api.herokuapp.com/api/v1/structure/barracks",
  377.       "cost": {
  378.         "Food": 60,
  379.         "Gold": 20
  380.       },
  381.       "build_time": 21,
  382.       "reload_time": 2.0,
  383.       "movement_rate": 0.9,
  384.       "line_of_sight": 4,
  385.       "hit_points": 40,
  386.       "attack": 4,
  387.       "armor": "0/1"
  388.     },
  389.     {
  390.       "id": 16,
  391.       "name": "Man-at-Arms",
  392.       "img" : "https://static.wikia.nocookie.net/ageofempires/images/9/96/Manatarms_aoe2DE.png",
  393.       "description": "Upgraded Militia. Attack bonus vs. buildings",
  394.       "expansion": "Age of Kings",
  395.       "age": "Feudal",
  396.       "created_in": "https://age-of-empires-2-api.herokuapp.com/api/v1/structure/barracks",
  397.       "cost": {
  398.         "Food": 60,
  399.         "Gold": 20
  400.       },
  401.       "build_time": 21,
  402.       "reload_time": 2.0,
  403.       "movement_rate": 0.9,
  404.       "line_of_sight": 4,
  405.       "hit_points": 45,
  406.       "attack": 6,
  407.       "armor": "0/1",
  408.       "attack_bonus": [
  409.         "+2 eagles",
  410.         "+1 buildings"
  411.       ]
  412.     },
  413.     {
  414.       "id": 17,
  415.       "name": "Long Swordsman",
  416.       "img" : "https://static.wikia.nocookie.net/ageofempires/images/1/1a/Longswordsman_aoe2DE.png",
  417.       "description": "Upgraded Man-at-Arms",
  418.       "expansion": "Age of Kings",
  419.       "age": "Castle",
  420.       "created_in": "https://age-of-empires-2-api.herokuapp.com/api/v1/structure/barracks",
  421.       "cost": {
  422.         "Food": 60,
  423.         "Gold": 20
  424.       },
  425.       "build_time": 21,
  426.       "reload_time": 2.0,
  427.       "movement_rate": 0.9,
  428.       "line_of_sight": 4,
  429.       "hit_points": 55,
  430.       "attack": 9,
  431.       "armor": "0/1",
  432.       "attack_bonus": [
  433.         "+4 eagles",
  434.         "+2 buildings"
  435.       ]
  436.     },
  437.     {
  438.       "id": 18,
  439.       "name": "Two-Handed Swordsman",
  440.       "img" : "https://static.wikia.nocookie.net/ageofempires/images/3/3c/Twohanded_aoe2DE.png",
  441.       "description": "Upgraded Long Swordsman. Attack bonus vs. buildings",
  442.       "expansion": "Age of Kings",
  443.       "age": "Imperial",
  444.       "created_in": "https://age-of-empires-2-api.herokuapp.com/api/v1/structure/barracks",
  445.       "cost": {
  446.         "Food": 60,
  447.         "Gold": 20
  448.       },
  449.       "build_time": 21,
  450.       "reload_time": 2.0,
  451.       "movement_rate": 0.9,
  452.       "line_of_sight": 5,
  453.       "hit_points": 60,
  454.       "attack": 11,
  455.       "armor": "0/1",
  456.       "attack_bonus": [
  457.         "+6 eagles",
  458.         "+3 buildings"
  459.       ],
  460.       "search_radius": 4
  461.     },
  462.     {
  463.       "id": 19,
  464.       "name": "Champion",
  465.       "img" : "https://static.wikia.nocookie.net/ageofempires/images/5/54/Champion_aoe2DE.png",
  466.       "description": "Upgraded Two-Handed Swordsman",
  467.       "expansion": "Age of Kings",
  468.       "age": "Imperial",
  469.       "created_in": "https://age-of-empires-2-api.herokuapp.com/api/v1/structure/barracks",
  470.       "cost": {
  471.         "Food": 60,
  472.         "Gold": 20
  473.       },
  474.       "build_time": 21,
  475.       "reload_time": 2.0,
  476.       "movement_rate": 0.9,
  477.       "line_of_sight": 5,
  478.       "hit_points": 70,
  479.       "attack": 13,
  480.       "armor": "1/1",
  481.       "attack_bonus": [
  482.         "+6 eagles",
  483.         "+3 buildings"
  484.       ],
  485.       "search_radius": 5
  486.     },
  487.     {
  488.       "id": 20,
  489.       "name": "King",
  490.       "img" : "https://static.wikia.nocookie.net/ageofempires/images/7/7d/King_eu_aoe2DE.png",
  491.       "description": "Cannot be produced so the cost and build time just for the sake of interest",
  492.       "expansion": "Age of Kings",
  493.       "age": "Dark",
  494.       "created_in": "https://age-of-empires-2-api.herokuapp.com/api/v1/structure/castle",
  495.       "cost": {
  496.         "Food": 50
  497.       },
  498.       "build_time": 30,
  499.       "movement_rate": 1.32,
  500.       "line_of_sight": 6,
  501.       "hit_points": 75,
  502.       "armor": "0/0"
  503.     },
  504.     {
  505.       "id": 21,
  506.       "name": "Petard",
  507.       "img" : "https://static.wikia.nocookie.net/ageofempires/images/9/9e/Petard_aoe2DE.png",
  508.       "description": "Demolition infantry unit armed with explosives. Bonuses add up - for example against walls and gates: +500 buildings +900 walls = +1400 bonus attack",
  509.       "expansion": "The Conquerors",
  510.       "age": "Castle",
  511.       "created_in": "https://age-of-empires-2-api.herokuapp.com/api/v1/structure/castle",
  512.       "cost": {
  513.         "Food": 80,
  514.         "Gold": 20
  515.       },
  516.       "build_time": 25,
  517.       "movement_rate": 0.8,
  518.       "line_of_sight": 4,
  519.       "hit_points": 50,
  520.       "attack": 25,
  521.       "armor": "0/2",
  522.       "attack_bonus": [
  523.         "+500 buildings",
  524.         "+100 castle",
  525.         "+60 siege",
  526.         "+900 walls & gates"
  527.       ],
  528.       "blast_radius": 0.5
  529.     },
  530.     {
  531.       "id": 22,
  532.       "name": "Trebuchet",
  533.       "img" : "https://static.wikia.nocookie.net/ageofempires/images/3/31/Trebuchet_aoe2DE.png",
  534.       "description": "Powerful siege weapon used to destroy buildings and walls from long distance. Cannot fire on close units. Must be packed to move and unpacked to attack. Can cut paths through forests. Unpack time: 0:11",
  535.       "expansion": "Age of Kings",
  536.       "age": "Imperial",
  537.       "created_in": "https://age-of-empires-2-api.herokuapp.com/api/v1/structure/castle",
  538.       "cost": {
  539.         "Wood": 200,
  540.         "Gold": 200
  541.       },
  542.       "build_time": 50,
  543.       "reload_time": 10.0,
  544.       "attack_delay": 0.6,
  545.       "line_of_sight": 18,
  546.       "hit_points": 150,
  547.       "range": "4-16",
  548.       "attack": 200,
  549.       "armor": "1/150",
  550.       "attack_bonus": [
  551.         "+250 buildings"
  552.       ],
  553.       "accuracy": "15%"
  554.     },
  555.     {
  556.       "id": 23,
  557.       "name": "Trebuchet (packed)",
  558.       "img" : "https://static.wikia.nocookie.net/ageofempires/images/3/31/Trebuchet_aoe2DE.png",
  559.       "description": "Powerful siege weapon used to destroy buildings and walls from long distance. Cannot fire on close units. Must be packed to move and unpacked to attack. Can cut paths through forests. Unpack time: 0:11",
  560.       "expansion": "Age of Kings",
  561.       "age": "Imperial",
  562.       "created_in": "https://age-of-empires-2-api.herokuapp.com/api/v1/structure/castle",
  563.       "cost": {
  564.         "Wood": 200,
  565.         "Gold": 200
  566.       },
  567.       "build_time": 50,
  568.       "movement_rate": 0.8,
  569.       "line_of_sight": 18,
  570.       "hit_points": 150,
  571.       "armor": "2/8",
  572.       "attack_bonus": [
  573.         "+250 buildings"
  574.       ],
  575.       "accuracy": "15% (80% if walls/towers/buildings with target radius 1)"
  576.     },
  577.     {
  578.       "id": 24,
  579.       "name": "Cannon Galleon",
  580.       "img" : "https://static.wikia.nocookie.net/ageofempires/images/4/4e/Cannon_galleon_aoe2DE.png",
  581.       "description": "Long-range warship used to attack targets on shore to establish beachhead. Fires slowly and has minimum range",
  582.       "expansion": "Age of Kings",
  583.       "age": "Imperial",
  584.       "created_in": "https://age-of-empires-2-api.herokuapp.com/api/v1/structure/dock",
  585.       "cost": {
  586.         "Wood": 200,
  587.         "Gold": 150
  588.       },
  589.       "build_time": 46,
  590.       "reload_time": 10.0,
  591.       "movement_rate": 1.1,
  592.       "line_of_sight": 15,
  593.       "hit_points": 120,
  594.       "range": "3-13",
  595.       "attack": 35,
  596.       "armor": "0/6",
  597.       "attack_bonus": [
  598.         "+200 buildings",
  599.         "+15 infantry",
  600.         "+15 archers",
  601.         "+15 cavalry",
  602.         "+40 siege"
  603.       ],
  604.       "accuracy": "50%"
  605.     },
  606.     {
  607.       "id": 25,
  608.       "name": "Elite Cannon Galleon",
  609.       "img" : "https://static.wikia.nocookie.net/ageofempires/images/d/d8/Elite_cannon_galleon_aoe2de.png",
  610.       "description": "Upgraded Cannon Galleon",
  611.       "expansion": "Age of Kings",
  612.       "age": "Imperial",
  613.       "created_in": "https://age-of-empires-2-api.herokuapp.com/api/v1/structure/dock",
  614.       "cost": {
  615.         "Wood": 200,
  616.         "Gold": 150
  617.       },
  618.       "build_time": 46,
  619.       "reload_time": 10.0,
  620.       "movement_rate": 1.1,
  621.       "line_of_sight": 17,
  622.       "hit_points": 150,
  623.       "range": "3-15",
  624.       "attack": 45,
  625.       "armor": "0/8",
  626.       "attack_bonus": [
  627.         "+275 buildings",
  628.         "+15 infantry",
  629.         "+15 archers",
  630.         "+15 cavalry",
  631.         "+40 siege"
  632.       ],
  633.       "accuracy": "50%"
  634.     },
  635.     {
  636.       "id": 26,
  637.       "name": "Demolition Ship",
  638.       "img" : "https://static.wikia.nocookie.net/ageofempires/images/4/4c/Demoship_aoe2DE.png",
  639.       "description": "Filled with explosives. Self-destructs when used. Pilot near enemy ships and detonate to wrest control of the sea from an entrenched opponent",
  640.       "expansion": "Age of Kings",
  641.       "age": "Castle",
  642.       "created_in": "https://age-of-empires-2-api.herokuapp.com/api/v1/structure/dock",
  643.       "cost": {
  644.         "Wood": 70,
  645.         "Gold": 50
  646.       },
  647.       "build_time": 31,
  648.       "movement_rate": 1.6,
  649.       "line_of_sight": 6,
  650.       "hit_points": 50,
  651.       "attack": 110,
  652.       "armor": "0/3",
  653.       "attack_bonus": [
  654.         "+220 buildings"
  655.       ],
  656.       "armor_bonus": [
  657.         "+3 ships/camel"
  658.       ],
  659.       "blast_radius": 2.5
  660.     },
  661.     {
  662.       "id": 27,
  663.       "name": "Heavy Demolition Ship",
  664.       "img" : "https://static.wikia.nocookie.net/ageofempires/images/2/2d/Heavydemoship_aoe2de.png",
  665.       "description": "Upgraded Demolition Ship",
  666.       "expansion": "Age of Kings",
  667.       "age": "Imperial",
  668.       "created_in": "https://age-of-empires-2-api.herokuapp.com/api/v1/structure/dock",
  669.       "cost": {
  670.         "Wood": 70,
  671.         "Gold": 50
  672.       },
  673.       "build_time": 31,
  674.       "movement_rate": 1.6,
  675.       "line_of_sight": 6,
  676.       "hit_points": 60,
  677.       "attack": 140,
  678.       "armor": "0/3",
  679.       "attack_bonus": [
  680.         "+280 buildings"
  681.       ],
  682.       "armor_bonus": [
  683.         "+5 ships/camel"
  684.       ],
  685.       "search_radius": 5,
  686.       "blast_radius": 3.5
  687.     },
  688.     {
  689.       "id": 28,
  690.       "name": "Fire Ship",
  691.       "img" : "https://static.wikia.nocookie.net/ageofempires/images/5/5d/Fireship_aoe2DE.png",
  692.       "description": "Spews fire at other ships. Good at sinking galleys. Attack shows pierce attack",
  693.       "expansion": "Age of Kings",
  694.       "age": "Castle",
  695.       "created_in": "https://age-of-empires-2-api.herokuapp.com/api/v1/structure/dock",
  696.       "cost": {
  697.         "Wood": 75,
  698.         "Gold": 45
  699.       },
  700.       "build_time": 36,
  701.       "reload_time": 0.25,
  702.       "movement_rate": 1.35,
  703.       "line_of_sight": 5,
  704.       "hit_points": 100,
  705.       "range": "2.49",
  706.       "attack": 2,
  707.       "armor": "0/6",
  708.       "attack_bonus": [
  709.         "+2 buildings",
  710.         "+3 ships/camels",
  711.         "+2 turtle ships",
  712.         "+1 melee"
  713.       ],
  714.       "armor_bonus": [
  715.         "+5 ships/camel"
  716.       ]
  717.     },
  718.     {
  719.       "id": 29,
  720.       "name": "Fast Fire Ship",
  721.       "img" : "https://static.wikia.nocookie.net/ageofempires/images/1/11/Fastfireship_aoe2DE.png",
  722.       "description": "Upgraded Fire Ship",
  723.       "expansion": "Age of Kings",
  724.       "age": "Imperial",
  725.       "created_in": "https://age-of-empires-2-api.herokuapp.com/api/v1/structure/dock",
  726.       "cost": {
  727.         "Wood": 75,
  728.         "Gold": 45
  729.       },
  730.       "build_time": 36,
  731.       "reload_time": 0.25,
  732.       "movement_rate": 1.43,
  733.       "line_of_sight": 6,
  734.       "hit_points": 120,
  735.       "range": "2.49",
  736.       "attack": 3,
  737.       "armor": "0/8",
  738.       "attack_bonus": [
  739.         "+3 buildings",
  740.         "+4 ships/camels",
  741.         "+3 turtle ships",
  742.         "+1 melee"
  743.       ],
  744.       "armor_bonus": [
  745.         "+7 ships/camel"
  746.       ]
  747.     },
  748.     {
  749.       "id": 30,
  750.       "name": "Galley",
  751.       "img" : "https://static.wikia.nocookie.net/ageofempires/images/c/c5/Galley_aoe2DE.png",
  752.       "description": "Small and fast ship with weak attack. Used to scout the water and for early attacks on enemy fishing fleets",
  753.       "expansion": "Age of Kings",
  754.       "age": "Feudal",
  755.       "created_in": "https://age-of-empires-2-api.herokuapp.com/api/v1/structure/dock",
  756.       "cost": {
  757.         "Wood": 90,
  758.         "Gold": 30
  759.       },
  760.       "build_time": 60,
  761.       "reload_time": 3.0,
  762.       "movement_rate": 1.43,
  763.       "line_of_sight": 7,
  764.       "hit_points": 120,
  765.       "range": 5,
  766.       "attack": 6,
  767.       "armor": "0/6",
  768.       "attack_bonus": [
  769.         "+6 buildings",
  770.         "+8 ships/camels",
  771.         "+3 rams"
  772.       ]
  773.     }
  774.   ]
  775. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement