nyx

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

commit 96176eb59b068383172393738eaa3b8ee833f8ef
parent 3612e8a9a89d577a1279b9578018cab80fd0374e
Author: ThunderE75 <[email protected]>
Date:   Mon,  9 May 2022 00:04:55 +0530

added apex json template
Diffstat:
Mdata/APEX/apex.json | 13++-----------
Adata/APEX/legends.json | 26++++++++++++++++++++++++++
2 files changed, 28 insertions(+), 11 deletions(-)

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