Created
November 4, 2021 13:31
-
-
Save NicmeisteR/fb124dfd1fbd2c1c2d64fb8d475b8d23 to your computer and use it in GitHub Desktop.
Team Structure
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// This is the team structure, be sure to fill in the correct players and teams. | |
export const teams = [ | |
{ | |
"Region": "South Africa", | |
"Players": [ | |
"NicmeistaR", | |
"RSA Maniac", | |
"Plain Filth", | |
"xEdgie" | |
], | |
"Name": "Ethereal", | |
"Media": { | |
"Banner": "https://pbs.twimg.com/profile_banners/800678780649885696/1533647679/600x200", | |
"Logo": "https://pbs.twimg.com/profile_images/1084939030930907136/6mRPI5X9_400x400.jpg" | |
} | |
}, | |
{ | |
"Name": "ADRENALINE", | |
"Players": [ | |
"UndyTonza", | |
"Maratones", | |
"Danizzy EU", | |
"P3rmission" | |
], | |
"Region": "United Kingdom of Great Britain and Northern Ireland" | |
}, | |
{ | |
"Name": "CARTEL ULTRA", | |
"Region": null, | |
"Players": [ | |
"r Sica", | |
"Jimbo", | |
"Lqgend", | |
"Shaady" | |
] | |
}, | |
{ | |
"Players": [ | |
"SNlPEDRONE", | |
"MQSE", | |
"KIMBQ", | |
"slgslg31" | |
], | |
"Name": "ENG GER ITA FRA", | |
"Region": null | |
}, | |
{ | |
"Name": "ENTROPY", | |
"Region": null, | |
"Players": [ | |
"Cod roe n chips", | |
"Hypxrcide", | |
"Hopx I", | |
"nizzze" | |
] | |
}, | |
{ | |
"Region": null, | |
"Players": [ | |
"Exyl VLTN", | |
"ReconU", | |
"Passion 1g", | |
"Exyl Joska" | |
], | |
"Name": "EXYL TEAM" | |
}, | |
{ | |
"Name": "GROS PORC", | |
"Region": null, | |
"Players": [ | |
"Moleculaire", | |
"IPr0M", | |
"llBIBI", | |
"BZH furax" | |
] | |
}, | |
{ | |
"Players": [ | |
"GvA JoKerZ", | |
"Slubbix", | |
"vHerman", | |
"sG Ligny" | |
], | |
"Name": "HUNTED", | |
"Region": null | |
}, | |
{ | |
"Region": null, | |
"Players": [ | |
"Stickahh", | |
"Sanart cant aim", | |
"Spxrkyyy", | |
"EU Jesus" | |
], | |
"Name": "INCONTROL" | |
}, | |
{ | |
"Name": "INTERFERENCE", | |
"Region": null, | |
"Players": [ | |
"Jyon 1", | |
"IX ICON XL", | |
"iTzz Boka", | |
"Fireboy" | |
] | |
}, | |
{ | |
"Players": [ | |
"EU Rooss", | |
"RAZZIATQRE", | |
"Savieer", | |
"JASHBOT" | |
], | |
"Name": "ITALIAN BOYS", | |
"Region": null | |
}, | |
{ | |
"Players": [ | |
"Cr0ssMan", | |
"Tommi theKrogan", | |
"Outkqst", | |
"fabE Speed" | |
], | |
"Region": null, | |
"Name": "KROGANAVACCINE" | |
}, | |
{ | |
"Region": null, | |
"Players": [ | |
"YParabellumY", | |
"Crysis Blunt", | |
"End3rDragon", | |
"xNiion2650" | |
], | |
"Name": "LASTPLACE ONLY" | |
}, | |
{ | |
"Region": null, | |
"Players": [ | |
"Jestaz", | |
"HSV Zocke", | |
"sX iSuperior", | |
"UCSxGunfusion" | |
], | |
"Name": "MACHTERGREIFUNG" | |
}, | |
{ | |
"Region": null, | |
"Name": "MERCENAIRES", | |
"Players": [ | |
"Snriz", | |
"KronosZer", | |
"Sy CxLii", | |
"Cruzz" | |
] | |
}, | |
{ | |
"Region": null, | |
"Players": [ | |
"X3rThoS", | |
"llNASH", | |
"llMaDa", | |
"PinguinCore" | |
], | |
"Name": "MICHEL SARDOU" | |
}, | |
{ | |
"Name": "MOOREISH", | |
"Players": [ | |
"Kikkaoui", | |
"Washed Moore", | |
"L3G3ND6", | |
"Hxrshly" | |
], | |
"Region": null | |
}, | |
{ | |
"Name": "RECEDING", | |
"Players": [ | |
"Kamehhh", | |
"Scarcety", | |
"Lvckless", | |
"Stracticc" | |
], | |
"Region": null | |
}, | |
{ | |
"Name": "ROYAL MARINES", | |
"Players": [ | |
"Shystie", | |
"Mqrine", | |
"HoIlers", | |
"lMysta" | |
], | |
"Region": null | |
}, | |
{ | |
"Players": [ | |
"Sinistraal", | |
"Ex Azamat", | |
"m6T GuTuN", | |
"Qnizuka" | |
], | |
"Region": null, | |
"Name": "ZBEUB" | |
} | |
] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment