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", "Bangalore",
"Bloodhound", "Bloodhound",
"Caustic", "Caustic",
"Crypto",
"Fuse",
"Gibraltar", "Gibraltar",
"Horizon",
"LIfeline", "LIfeline",
"Loba",
"Mirage", "Mirage",
"Octane", "Octane",
"Pathfinder", "Pathfinder",
"Rampart", "Wraith",
"Revenant", "Fade"
"Valkyrie",
"Watton",
"Wraith"
], ],
"guns": [ "guns": [
"Bocek Bow",
"EVA-8", "EVA-8",
"Kraber", "Kraber",
"Peacekeeper", "Peacekeeper",
@ -42,7 +34,6 @@
"Longbow", "Longbow",
"L-Star", "L-Star",
"RE-45", "RE-45",
"30-30 Repeater",
"Mozambique", "Mozambique",
"P2020" "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": ""
}
]
}