From 855d07273e850c7d0088157d3870bce44425640f Mon Sep 17 00:00:00 2001 From: ThunderE75 <74486623+ThunderE75@users.noreply.github.com> Date: Thu, 12 May 2022 15:20:19 +0530 Subject: [PATCH] api response for legends --- data/APEX/legends.json | 41 ++++++++++++++++++++--------------------- 1 file changed, 20 insertions(+), 21 deletions(-) diff --git a/data/APEX/legends.json b/data/APEX/legends.json index 03548e2..2c6474f 100644 --- a/data/APEX/legends.json +++ b/data/APEX/legends.json @@ -1,25 +1,24 @@ { - "bloodhound": [ + "Banglore": [ { - "legend": "Bloodhound", - "intro": "https://youtu.be/euWTbVdRGv0", - "wiki": "https://apexlegends.fandom.com/wiki/Bloodhound/", - "codename": "Technological Tracker", - "type": "Recon", - "tactical": "Eye of the Allfather", - "tactical_description": "", - "tactical_cooldown": "", - "tactical_link": "https://apexlegends.fandom.com/wiki/Bloodhound#Eye_of_the_Allfather", - "tactical_img": "", - "passive": "Tracker", - "passive_description": "", - "passive_link": "", - "passive_img": "", - "ultimate": "Beast of the Hunt", - "ultimate_description": "", - "ultimate_charge_time": "", - "ultimate_link": "", - "ultimate_img": "" + "legend_image": "https://media.discordapp.net/attachments/973918659007377408/973918831443574834/unknown.png?width=548&height=613", + "intro": "https://youtu.be/JyJhFYNob30", + "wiki": "https://apexlegends.fandom.com/wiki/Bangalore", + "codename": "Professional Soldier", + "type": "offensive", + "avalable": true, + "tactical": "Smoke Launcher", + "tactical_description": "Fire a high-velocity smoke canister that explodes into a smoke wall on impact.", + "tactical_cooldown": 33, + "tactical_link": "https://apexlegends.fandom.com/wiki/Bangalore#Smoke_Launcher", + "passive": " Double Time", + "passive_description": "Taking fire while sprinting makes you move faster for a brief time.", + "passive_link": "https://apexlegends.fandom.com/wiki/Bangalore#Double_Time", + "ultimate": "Rolling Thunder", + "ultimate_description": "Call in an artillery strike that slowly creeps across the landscape.", + "ultimate_chargetime": 180, + "ultimate_link": "https://apexlegends.fandom.com/wiki/Bangalore#Rolling_Thunder" } - ] + ], + "Bloodhound": "" } \ No newline at end of file