added apex json template

This commit is contained in:
ThunderE75 2022-05-09 00:04:55 +05:30 committed by GitHub
parent 3612e8a9a8
commit 96176eb59b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 27 additions and 11 deletions

View file

@ -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"
]

25
data/APEX/legends.json Normal file
View file

@ -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": ""
}
]
}