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",
|
"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
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