From 96176eb59b068383172393738eaa3b8ee833f8ef Mon Sep 17 00:00:00 2001 From: ThunderE75 <74486623+ThunderE75@users.noreply.github.com> Date: Mon, 9 May 2022 00:04:55 +0530 Subject: [PATCH] added apex json template --- data/APEX/apex.json | 13 ++----------- data/APEX/legends.json | 25 +++++++++++++++++++++++++ 2 files changed, 27 insertions(+), 11 deletions(-) create mode 100644 data/APEX/legends.json diff --git a/data/APEX/apex.json b/data/APEX/apex.json index 1e75041..67951ea 100644 --- a/data/APEX/apex.json +++ b/data/APEX/apex.json @@ -3,23 +3,15 @@ "Bangalore", "Bloodhound", "Caustic", - "Crypto", - "Fuse", "Gibraltar", - "Horizon", "LIfeline", - "Loba", "Mirage", "Octane", "Pathfinder", - "Rampart", - "Revenant", - "Valkyrie", - "Watton", - "Wraith" + "Wraith", + "Fade" ], "guns": [ - "Bocek Bow", "EVA-8", "Kraber", "Peacekeeper", @@ -42,7 +34,6 @@ "Longbow", "L-Star", "RE-45", - "30-30 Repeater", "Mozambique", "P2020" ] diff --git a/data/APEX/legends.json b/data/APEX/legends.json new file mode 100644 index 0000000..03548e2 --- /dev/null +++ b/data/APEX/legends.json @@ -0,0 +1,25 @@ +{ + "bloodhound": [ + { + "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": "" + } + ] +} \ No newline at end of file