mirror of
https://github.com/qbcore-fivem/qb-core.git
synced 2026-08-29 16:01:29 +00:00
118 lines
2.3 KiB
JSON
118 lines
2.3 KiB
JSON
{
|
|
"none": {
|
|
"label": "No Gang",
|
|
"grades": [
|
|
{
|
|
"name": "Unaffiliated"
|
|
}
|
|
]
|
|
},
|
|
"lostmc": {
|
|
"label": "The Lost MC",
|
|
"grades": [
|
|
{
|
|
"name": "Recruit"
|
|
},
|
|
{
|
|
"name": "Enforcer"
|
|
},
|
|
{
|
|
"name": "Shot Caller"
|
|
},
|
|
{
|
|
"name": "Boss",
|
|
"isboss": true
|
|
}
|
|
]
|
|
},
|
|
"ballas": {
|
|
"label": "Ballas",
|
|
"grades": [
|
|
{
|
|
"name": "Recruit"
|
|
},
|
|
{
|
|
"name": "Enforcer"
|
|
},
|
|
{
|
|
"name": "Shot Caller"
|
|
},
|
|
{
|
|
"name": "Boss",
|
|
"isboss": true
|
|
}
|
|
]
|
|
},
|
|
"vagos": {
|
|
"label": "Vagos",
|
|
"grades": [
|
|
{
|
|
"name": "Recruit"
|
|
},
|
|
{
|
|
"name": "Enforcer"
|
|
},
|
|
{
|
|
"name": "Shot Caller"
|
|
},
|
|
{
|
|
"name": "Boss",
|
|
"isboss": true
|
|
}
|
|
]
|
|
},
|
|
"cartel": {
|
|
"label": "Cartel",
|
|
"grades": [
|
|
{
|
|
"name": "Recruit"
|
|
},
|
|
{
|
|
"name": "Enforcer"
|
|
},
|
|
{
|
|
"name": "Shot Caller"
|
|
},
|
|
{
|
|
"name": "Boss",
|
|
"isboss": true
|
|
}
|
|
]
|
|
},
|
|
"families": {
|
|
"label": "Families",
|
|
"grades": [
|
|
{
|
|
"name": "Recruit"
|
|
},
|
|
{
|
|
"name": "Enforcer"
|
|
},
|
|
{
|
|
"name": "Shot Caller"
|
|
},
|
|
{
|
|
"name": "Boss",
|
|
"isboss": true
|
|
}
|
|
]
|
|
},
|
|
"triads": {
|
|
"label": "Triads",
|
|
"grades": [
|
|
{
|
|
"name": "Recruit"
|
|
},
|
|
{
|
|
"name": "Enforcer"
|
|
},
|
|
{
|
|
"name": "Shot Caller"
|
|
},
|
|
{
|
|
"name": "Boss",
|
|
"isboss": true
|
|
}
|
|
]
|
|
}
|
|
} |