nyx

The first CODM discrod bot -- cath.exe Template
git clone https://codeberg.org/night0721/nyx
Log | Files | Refs | LICENSE

commit 855d07273e850c7d0088157d3870bce44425640f
parent 178d9aa9259cdaaf065f3a2500a4e2e5afa75da7
Author: ThunderE75 <[email protected]>
Date:   Thu, 12 May 2022 15:20:19 +0530

api response for legends
Diffstat:
Mdata/APEX/legends.json | 41++++++++++++++++++++---------------------
1 file changed, 20 insertions(+), 21 deletions(-)

diff --git 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