added apex json template
This commit is contained in:
parent
3612e8a9a8
commit
96176eb59b
2 changed files with 27 additions and 11 deletions
|
@ -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
25
data/APEX/legends.json
Normal 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": ""
|
||||
}
|
||||
]
|
||||
}
|
Loading…
Reference in a new issue