mirror of
https://github.com/qbcore-fivem/qb-core.git
synced 2026-08-29 01:08:57 +00:00
Upload shared files
This commit is contained in:
@@ -0,0 +1,44 @@
|
||||
{
|
||||
"General": {
|
||||
"cash": {
|
||||
"amount": 500,
|
||||
"allowminus": false,
|
||||
"minuslimit": -5000
|
||||
},
|
||||
"bank": {
|
||||
"amount": 5000,
|
||||
"allowminus": false,
|
||||
"minuslimit": -50000
|
||||
},
|
||||
"crypto": {
|
||||
"amount": 0,
|
||||
"allowminus": false,
|
||||
"minuslimit": -5000
|
||||
},
|
||||
"DefaultSpawn": { "x": -1035.71, "y": -2731.87, "z": 12.86, "h": 0.0 },
|
||||
"UpdateInterval": 5,
|
||||
"StatusInterval": 5000,
|
||||
"ForceJobDefaultDutyAtLogin": true,
|
||||
"HungerRate": 4.2,
|
||||
"ThirstRate": 3.8,
|
||||
"PayCheckTimeOut": 10,
|
||||
"PayCheckSociety": false,
|
||||
"Bloodtypes": ["A+", "A-", "B+", "B-", "AB+", "AB-", "O+", "O-"],
|
||||
"items": [
|
||||
{ "item": "driver_license", "amount": 1 },
|
||||
{ "item": "id_card", "amount": 1 },
|
||||
{ "item": "phone", "amount": 1 }
|
||||
]
|
||||
},
|
||||
"Server": {
|
||||
"Closed": false,
|
||||
"ClosedReason": "Server Closed",
|
||||
"Uptime": 0,
|
||||
"Whitelist": false,
|
||||
"WhitelistPermission": "admin",
|
||||
"PVP": true,
|
||||
"Discord": "",
|
||||
"CheckDuplicateLicense": true,
|
||||
"Permissions": ["god", "admin", "mod"]
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,118 @@
|
||||
{
|
||||
"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
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
File diff suppressed because it is too large
Load Diff
@@ -0,0 +1,399 @@
|
||||
{
|
||||
"unemployed": {
|
||||
"label": "Civilian",
|
||||
"defaultDuty": true,
|
||||
"offDutyPay": false,
|
||||
"grades": [
|
||||
{
|
||||
"name": "Freelancer",
|
||||
"payment": 10
|
||||
}
|
||||
]
|
||||
},
|
||||
"bus": {
|
||||
"label": "Bus",
|
||||
"defaultDuty": true,
|
||||
"offDutyPay": false,
|
||||
"grades": [
|
||||
{
|
||||
"name": "Driver",
|
||||
"payment": 50
|
||||
}
|
||||
]
|
||||
},
|
||||
"judge": {
|
||||
"label": "Honorary",
|
||||
"defaultDuty": true,
|
||||
"offDutyPay": false,
|
||||
"grades": [
|
||||
{
|
||||
"name": "Judge",
|
||||
"payment": 100
|
||||
}
|
||||
]
|
||||
},
|
||||
"lawyer": {
|
||||
"label": "Law Firm",
|
||||
"defaultDuty": true,
|
||||
"offDutyPay": false,
|
||||
"grades": [
|
||||
{
|
||||
"name": "Associate",
|
||||
"payment": 50
|
||||
}
|
||||
]
|
||||
},
|
||||
"reporter": {
|
||||
"label": "Reporter",
|
||||
"defaultDuty": true,
|
||||
"offDutyPay": false,
|
||||
"grades": [
|
||||
{
|
||||
"name": "Journalist",
|
||||
"payment": 50
|
||||
}
|
||||
]
|
||||
},
|
||||
"trucker": {
|
||||
"label": "Trucker",
|
||||
"defaultDuty": true,
|
||||
"offDutyPay": false,
|
||||
"grades": [
|
||||
{
|
||||
"name": "Driver",
|
||||
"payment": 50
|
||||
}
|
||||
]
|
||||
},
|
||||
"tow": {
|
||||
"label": "Towing",
|
||||
"defaultDuty": true,
|
||||
"offDutyPay": false,
|
||||
"grades": [
|
||||
{
|
||||
"name": "Driver",
|
||||
"payment": 50
|
||||
}
|
||||
]
|
||||
},
|
||||
"garbage": {
|
||||
"label": "Garbage",
|
||||
"defaultDuty": true,
|
||||
"offDutyPay": false,
|
||||
"grades": [
|
||||
{
|
||||
"name": "Collector",
|
||||
"payment": 50
|
||||
}
|
||||
]
|
||||
},
|
||||
"vineyard": {
|
||||
"label": "Vineyard",
|
||||
"defaultDuty": true,
|
||||
"offDutyPay": false,
|
||||
"grades": [
|
||||
{
|
||||
"name": "Picker",
|
||||
"payment": 50
|
||||
}
|
||||
]
|
||||
},
|
||||
"hotdog": {
|
||||
"label": "Hotdog",
|
||||
"defaultDuty": true,
|
||||
"offDutyPay": false,
|
||||
"grades": [
|
||||
{
|
||||
"name": "Sales",
|
||||
"payment": 50
|
||||
}
|
||||
]
|
||||
},
|
||||
"police": {
|
||||
"label": "Law Enforcement",
|
||||
"type": "leo",
|
||||
"defaultDuty": true,
|
||||
"offDutyPay": false,
|
||||
"grades": [
|
||||
{
|
||||
"name": "Recruit",
|
||||
"payment": 50
|
||||
},
|
||||
{
|
||||
"name": "Officer",
|
||||
"payment": 75
|
||||
},
|
||||
{
|
||||
"name": "Sergeant",
|
||||
"payment": 100
|
||||
},
|
||||
{
|
||||
"name": "Lieutenant",
|
||||
"payment": 125
|
||||
},
|
||||
{
|
||||
"name": "Chief",
|
||||
"isboss": true,
|
||||
"payment": 150
|
||||
}
|
||||
]
|
||||
},
|
||||
"ambulance": {
|
||||
"label": "EMS",
|
||||
"type": "ems",
|
||||
"defaultDuty": true,
|
||||
"offDutyPay": false,
|
||||
"grades": [
|
||||
{
|
||||
"name": "Recruit",
|
||||
"payment": 50
|
||||
},
|
||||
{
|
||||
"name": "Paramedic",
|
||||
"payment": 75
|
||||
},
|
||||
{
|
||||
"name": "Doctor",
|
||||
"payment": 100
|
||||
},
|
||||
{
|
||||
"name": "Surgeon",
|
||||
"payment": 125
|
||||
},
|
||||
{
|
||||
"name": "Chief",
|
||||
"isboss": true,
|
||||
"payment": 150
|
||||
}
|
||||
]
|
||||
},
|
||||
"realestate": {
|
||||
"label": "Real Estate",
|
||||
"defaultDuty": true,
|
||||
"offDutyPay": false,
|
||||
"grades": [
|
||||
{
|
||||
"name": "Recruit",
|
||||
"payment": 50
|
||||
},
|
||||
{
|
||||
"name": "House Sales",
|
||||
"payment": 75
|
||||
},
|
||||
{
|
||||
"name": "Business Sales",
|
||||
"payment": 100
|
||||
},
|
||||
{
|
||||
"name": "Broker",
|
||||
"payment": 125
|
||||
},
|
||||
{
|
||||
"name": "Manager",
|
||||
"isboss": true,
|
||||
"payment": 150
|
||||
}
|
||||
]
|
||||
},
|
||||
"taxi": {
|
||||
"label": "Taxi",
|
||||
"defaultDuty": true,
|
||||
"offDutyPay": false,
|
||||
"grades": [
|
||||
{
|
||||
"name": "Recruit",
|
||||
"payment": 50
|
||||
},
|
||||
{
|
||||
"name": "Driver",
|
||||
"payment": 75
|
||||
},
|
||||
{
|
||||
"name": "Event Driver",
|
||||
"payment": 100
|
||||
},
|
||||
{
|
||||
"name": "Sales",
|
||||
"payment": 125
|
||||
},
|
||||
{
|
||||
"name": "Manager",
|
||||
"isboss": true,
|
||||
"payment": 150
|
||||
}
|
||||
]
|
||||
},
|
||||
"cardealer": {
|
||||
"label": "Vehicle Dealer",
|
||||
"defaultDuty": true,
|
||||
"offDutyPay": false,
|
||||
"grades": [
|
||||
{
|
||||
"name": "Recruit",
|
||||
"payment": 50
|
||||
},
|
||||
{
|
||||
"name": "Showroom Sales",
|
||||
"payment": 75
|
||||
},
|
||||
{
|
||||
"name": "Business Sales",
|
||||
"payment": 100
|
||||
},
|
||||
{
|
||||
"name": "Finance",
|
||||
"payment": 125
|
||||
},
|
||||
{
|
||||
"name": "Manager",
|
||||
"isboss": true,
|
||||
"payment": 150
|
||||
}
|
||||
]
|
||||
},
|
||||
"mechanic": {
|
||||
"label": "LS Customs",
|
||||
"type": "mechanic",
|
||||
"defaultDuty": true,
|
||||
"offDutyPay": false,
|
||||
"grades": [
|
||||
{
|
||||
"name": "Recruit",
|
||||
"payment": 50
|
||||
},
|
||||
{
|
||||
"name": "Novice",
|
||||
"payment": 75
|
||||
},
|
||||
{
|
||||
"name": "Experienced",
|
||||
"payment": 100
|
||||
},
|
||||
{
|
||||
"name": "Advanced",
|
||||
"payment": 125
|
||||
},
|
||||
{
|
||||
"name": "Manager",
|
||||
"isboss": true,
|
||||
"payment": 150
|
||||
}
|
||||
]
|
||||
},
|
||||
"mechanic2": {
|
||||
"label": "LS Customs",
|
||||
"type": "mechanic",
|
||||
"defaultDuty": true,
|
||||
"offDutyPay": false,
|
||||
"grades": [
|
||||
{
|
||||
"name": "Recruit",
|
||||
"payment": 50
|
||||
},
|
||||
{
|
||||
"name": "Novice",
|
||||
"payment": 75
|
||||
},
|
||||
{
|
||||
"name": "Experienced",
|
||||
"payment": 100
|
||||
},
|
||||
{
|
||||
"name": "Advanced",
|
||||
"payment": 125
|
||||
},
|
||||
{
|
||||
"name": "Manager",
|
||||
"isboss": true,
|
||||
"payment": 150
|
||||
}
|
||||
]
|
||||
},
|
||||
"mechanic3": {
|
||||
"label": "LS Customs",
|
||||
"type": "mechanic",
|
||||
"defaultDuty": true,
|
||||
"offDutyPay": false,
|
||||
"grades": [
|
||||
{
|
||||
"name": "Recruit",
|
||||
"payment": 50
|
||||
},
|
||||
{
|
||||
"name": "Novice",
|
||||
"payment": 75
|
||||
},
|
||||
{
|
||||
"name": "Experienced",
|
||||
"payment": 100
|
||||
},
|
||||
{
|
||||
"name": "Advanced",
|
||||
"payment": 125
|
||||
},
|
||||
{
|
||||
"name": "Manager",
|
||||
"isboss": true,
|
||||
"payment": 150
|
||||
}
|
||||
]
|
||||
},
|
||||
"beeker": {
|
||||
"label": "Beeker's Garage",
|
||||
"type": "mechanic",
|
||||
"defaultDuty": true,
|
||||
"offDutyPay": false,
|
||||
"grades": [
|
||||
{
|
||||
"name": "Recruit",
|
||||
"payment": 50
|
||||
},
|
||||
{
|
||||
"name": "Novice",
|
||||
"payment": 75
|
||||
},
|
||||
{
|
||||
"name": "Experienced",
|
||||
"payment": 100
|
||||
},
|
||||
{
|
||||
"name": "Advanced",
|
||||
"payment": 125
|
||||
},
|
||||
{
|
||||
"name": "Manager",
|
||||
"isboss": true,
|
||||
"payment": 150
|
||||
}
|
||||
]
|
||||
},
|
||||
"bennys": {
|
||||
"label": "Benny's Original Motor Works",
|
||||
"type": "mechanic",
|
||||
"defaultDuty": true,
|
||||
"offDutyPay": false,
|
||||
"grades": [
|
||||
{
|
||||
"name": "Recruit",
|
||||
"payment": 50
|
||||
},
|
||||
{
|
||||
"name": "Novice",
|
||||
"payment": 75
|
||||
},
|
||||
{
|
||||
"name": "Experienced",
|
||||
"payment": 100
|
||||
},
|
||||
{
|
||||
"name": "Advanced",
|
||||
"payment": 125
|
||||
},
|
||||
{
|
||||
"name": "Manager",
|
||||
"isboss": true,
|
||||
"payment": 150
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,90 @@
|
||||
{
|
||||
"citizenid": null,
|
||||
"cid": 1,
|
||||
"money": {
|
||||
"cash": 500,
|
||||
"bank": 5000,
|
||||
"crypto": 0
|
||||
},
|
||||
"optin": true,
|
||||
"charinfo": {
|
||||
"firstname": "Firstname",
|
||||
"lastname": "Lastname",
|
||||
"birthdate": "00-00-0000",
|
||||
"gender": 0,
|
||||
"nationality": "USA",
|
||||
"phone": null,
|
||||
"account": null
|
||||
},
|
||||
"job": {
|
||||
"name": "unemployed",
|
||||
"label": "Civilian",
|
||||
"payment": 10,
|
||||
"type": "none",
|
||||
"onduty": false,
|
||||
"isboss": false,
|
||||
"grade": {
|
||||
"name": "Freelancer",
|
||||
"level": 1,
|
||||
"payment": 10,
|
||||
"isboss": false
|
||||
}
|
||||
},
|
||||
"gang": {
|
||||
"name": "none",
|
||||
"label": "No Gang Affiliation",
|
||||
"isboss": false,
|
||||
"grade": {
|
||||
"name": "none",
|
||||
"level": 1,
|
||||
"isboss": false
|
||||
}
|
||||
},
|
||||
"metadata": {
|
||||
"hunger": 100,
|
||||
"thirst": 100,
|
||||
"stress": 0,
|
||||
"isdead": false,
|
||||
"inlaststand": false,
|
||||
"armor": 0,
|
||||
"ishandcuffed": false,
|
||||
"tracker": false,
|
||||
"injail": 0,
|
||||
"jailitems": [],
|
||||
"status": {},
|
||||
"phone": {},
|
||||
"rep": {},
|
||||
"currentapartment": null,
|
||||
"callsign": "NO CALLSIGN",
|
||||
"bloodtype": null,
|
||||
"fingerprint": null,
|
||||
"walletid": null,
|
||||
"criminalrecord": {
|
||||
"hasRecord": false,
|
||||
"date": null
|
||||
},
|
||||
"licences": {
|
||||
"driver": true,
|
||||
"business": false,
|
||||
"weapon": false
|
||||
},
|
||||
"inside": {
|
||||
"house": null,
|
||||
"apartment": {
|
||||
"apartmentType": null,
|
||||
"apartmentId": null
|
||||
}
|
||||
},
|
||||
"phonedata": {
|
||||
"SerialNumber": null,
|
||||
"InstalledApps": []
|
||||
}
|
||||
},
|
||||
"position": {
|
||||
"x": 1000,
|
||||
"y": 1000,
|
||||
"z": 1000,
|
||||
"h": 1000
|
||||
},
|
||||
"items": []
|
||||
}
|
||||
File diff suppressed because it is too large
Load Diff
@@ -0,0 +1,884 @@
|
||||
[
|
||||
{
|
||||
"name": "weapon_unarmed",
|
||||
"label": "Fists",
|
||||
"weapontype": "Melee",
|
||||
"ammotype": null,
|
||||
"damagereason": "Melee killed / Whacked / Executed / Beat down / Murdered / Battered"
|
||||
},
|
||||
{
|
||||
"name": "weapon_dagger",
|
||||
"label": "Dagger",
|
||||
"weapontype": "Melee",
|
||||
"ammotype": null,
|
||||
"damagereason": "Knifed / Stabbed / Eviscerated"
|
||||
},
|
||||
{
|
||||
"name": "weapon_bat",
|
||||
"label": "Bat",
|
||||
"weapontype": "Melee",
|
||||
"ammotype": null,
|
||||
"damagereason": "Melee killed / Whacked / Executed / Beat down / Murdered / Battered"
|
||||
},
|
||||
{
|
||||
"name": "weapon_bottle",
|
||||
"label": "Broken Bottle",
|
||||
"weapontype": "Melee",
|
||||
"ammotype": null,
|
||||
"damagereason": "Knifed / Stabbed / Eviscerated"
|
||||
},
|
||||
{
|
||||
"name": "weapon_crowbar",
|
||||
"label": "Crowbar",
|
||||
"weapontype": "Melee",
|
||||
"ammotype": null,
|
||||
"damagereason": "Melee killed / Whacked / Executed / Beat down / Murdered / Battered"
|
||||
},
|
||||
{
|
||||
"name": "weapon_flashlight",
|
||||
"label": "Flashlight",
|
||||
"weapontype": "Melee",
|
||||
"ammotype": null,
|
||||
"damagereason": "Melee killed / Whacked / Executed / Beat down / Murdered / Battered"
|
||||
},
|
||||
{
|
||||
"name": "weapon_golfclub",
|
||||
"label": "Golfclub",
|
||||
"weapontype": "Melee",
|
||||
"ammotype": null,
|
||||
"damagereason": "Melee killed / Whacked / Executed / Beat down / Murdered / Battered"
|
||||
},
|
||||
{
|
||||
"name": "weapon_hammer",
|
||||
"label": "Hammer",
|
||||
"weapontype": "Melee",
|
||||
"ammotype": null,
|
||||
"damagereason": "Melee killed / Whacked / Executed / Beat down / Murdered / Battered"
|
||||
},
|
||||
{
|
||||
"name": "weapon_hatchet",
|
||||
"label": "Hatchet",
|
||||
"weapontype": "Melee",
|
||||
"ammotype": null,
|
||||
"damagereason": "Knifed / Stabbed / Eviscerated"
|
||||
},
|
||||
{
|
||||
"name": "weapon_knuckle",
|
||||
"label": "Knuckle",
|
||||
"weapontype": "Melee",
|
||||
"ammotype": null,
|
||||
"damagereason": "Melee killed / Whacked / Executed / Beat down / Murdered / Battered"
|
||||
},
|
||||
{
|
||||
"name": "weapon_knife",
|
||||
"label": "Knife",
|
||||
"weapontype": "Melee",
|
||||
"ammotype": null,
|
||||
"damagereason": "Knifed / Stabbed / Eviscerated"
|
||||
},
|
||||
{
|
||||
"name": "weapon_machete",
|
||||
"label": "Machete",
|
||||
"weapontype": "Melee",
|
||||
"ammotype": null,
|
||||
"damagereason": "Knifed / Stabbed / Eviscerated"
|
||||
},
|
||||
{
|
||||
"name": "weapon_switchblade",
|
||||
"label": "Switchblade",
|
||||
"weapontype": "Melee",
|
||||
"ammotype": null,
|
||||
"damagereason": "Knifed / Stabbed / Eviscerated"
|
||||
},
|
||||
{
|
||||
"name": "weapon_nightstick",
|
||||
"label": "Nightstick",
|
||||
"weapontype": "Melee",
|
||||
"ammotype": null,
|
||||
"damagereason": "Melee killed / Whacked / Executed / Beat down / Murdered / Battered"
|
||||
},
|
||||
{
|
||||
"name": "weapon_wrench",
|
||||
"label": "Wrench",
|
||||
"weapontype": "Melee",
|
||||
"ammotype": null,
|
||||
"damagereason": "Melee killed / Whacked / Executed / Beat down / Murdered / Battered"
|
||||
},
|
||||
{
|
||||
"name": "weapon_battleaxe",
|
||||
"label": "Battle Axe",
|
||||
"weapontype": "Melee",
|
||||
"ammotype": null,
|
||||
"damagereason": "Knifed / Stabbed / Eviscerated"
|
||||
},
|
||||
{
|
||||
"name": "weapon_poolcue",
|
||||
"label": "Poolcue",
|
||||
"weapontype": "Melee",
|
||||
"ammotype": null,
|
||||
"damagereason": "Melee killed / Whacked / Executed / Beat down / Murdered / Battered"
|
||||
},
|
||||
{
|
||||
"name": "weapon_briefcase",
|
||||
"label": "Briefcase",
|
||||
"weapontype": "Melee",
|
||||
"ammotype": null,
|
||||
"damagereason": "Melee killed / Whacked / Executed / Beat down / Murdered / Battered"
|
||||
},
|
||||
{
|
||||
"name": "weapon_briefcase_02",
|
||||
"label": "Briefcase",
|
||||
"weapontype": "Melee",
|
||||
"ammotype": null,
|
||||
"damagereason": "Melee killed / Whacked / Executed / Beat down / Murdered / Battered"
|
||||
},
|
||||
{
|
||||
"name": "weapon_garbagebag",
|
||||
"label": "Garbage Bag",
|
||||
"weapontype": "Melee",
|
||||
"ammotype": null,
|
||||
"damagereason": "Melee killed / Whacked / Executed / Beat down / Murdered / Battered"
|
||||
},
|
||||
{
|
||||
"name": "weapon_handcuffs",
|
||||
"label": "Handcuffs",
|
||||
"weapontype": "Melee",
|
||||
"ammotype": null,
|
||||
"damagereason": "Melee killed / Whacked / Executed / Beat down / Murdered / Battered"
|
||||
},
|
||||
{
|
||||
"name": "weapon_bread",
|
||||
"label": "Baquette",
|
||||
"weapontype": "Melee",
|
||||
"ammotype": null,
|
||||
"damagereason": "Melee killed / Whacked / Executed / Beat down / Murdered / Battered"
|
||||
},
|
||||
{
|
||||
"name": "weapon_stone_hatchet",
|
||||
"label": "Stone Hatchet",
|
||||
"weapontype": "Melee",
|
||||
"ammotype": null,
|
||||
"damagereason": "Knifed / Stabbed / Eviscerated"
|
||||
},
|
||||
{
|
||||
"name": "weapon_candycane",
|
||||
"label": "Candy Cane",
|
||||
"weapontype": "Melee",
|
||||
"ammotype": null,
|
||||
"damagereason": "Melee Killed / Whacked / Executed / Beat down / Musrdered / Battered / Candy Caned"
|
||||
},
|
||||
{
|
||||
"name": "weapon_pistol",
|
||||
"label": "Pistol",
|
||||
"weapontype": "Pistol",
|
||||
"ammotype": "AMMO_PISTOL",
|
||||
"damagereason": "Pistoled / Blasted / Plugged / Bust a cap in"
|
||||
},
|
||||
{
|
||||
"name": "weapon_pistol_mk2",
|
||||
"label": "Pistol Mk2",
|
||||
"weapontype": "Pistol",
|
||||
"ammotype": "AMMO_PISTOL",
|
||||
"damagereason": "Pistoled / Blasted / Plugged / Bust a cap in"
|
||||
},
|
||||
{
|
||||
"name": "weapon_combatpistol",
|
||||
"label": "Combat Pistol",
|
||||
"weapontype": "Pistol",
|
||||
"ammotype": "AMMO_PISTOL",
|
||||
"damagereason": "Pistoled / Blasted / Plugged / Bust a cap in"
|
||||
},
|
||||
{
|
||||
"name": "weapon_appistol",
|
||||
"label": "AP Pistol",
|
||||
"weapontype": "Pistol",
|
||||
"ammotype": "AMMO_PISTOL",
|
||||
"damagereason": "Pistoled / Blasted / Plugged / Bust a cap in"
|
||||
},
|
||||
{
|
||||
"name": "weapon_stungun",
|
||||
"label": "Taser",
|
||||
"weapontype": "Pistol",
|
||||
"ammotype": "AMMO_STUNGUN",
|
||||
"damagereason": "Died"
|
||||
},
|
||||
{
|
||||
"name": "weapon_pistol50",
|
||||
"label": "Pistol .50 Cal",
|
||||
"weapontype": "Pistol",
|
||||
"ammotype": "AMMO_PISTOL",
|
||||
"damagereason": "Pistoled / Blasted / Plugged / Bust a cap in"
|
||||
},
|
||||
{
|
||||
"name": "weapon_snspistol",
|
||||
"label": "SNS Pistol",
|
||||
"weapontype": "Pistol",
|
||||
"ammotype": "AMMO_PISTOL",
|
||||
"damagereason": "Pistoled / Blasted / Plugged / Bust a cap in"
|
||||
},
|
||||
{
|
||||
"name": "weapon_snspistol_mk2",
|
||||
"label": "SNS Pistol MK2",
|
||||
"weapontype": "Pistol",
|
||||
"ammotype": "AMMO_PISTOL",
|
||||
"damagereason": "Pistoled / Blasted / Plugged / Bust a cap in"
|
||||
},
|
||||
{
|
||||
"name": "weapon_heavypistol",
|
||||
"label": "Heavy Pistol",
|
||||
"weapontype": "Pistol",
|
||||
"ammotype": "AMMO_PISTOL",
|
||||
"damagereason": "Pistoled / Blasted / Plugged / Bust a cap in"
|
||||
},
|
||||
{
|
||||
"name": "weapon_vintagepistol",
|
||||
"label": "Vintage Pistol",
|
||||
"weapontype": "Pistol",
|
||||
"ammotype": "AMMO_PISTOL",
|
||||
"damagereason": "Pistoled / Blasted / Plugged / Bust a cap in"
|
||||
},
|
||||
{
|
||||
"name": "weapon_flaregun",
|
||||
"label": "Flare Gun",
|
||||
"weapontype": "Pistol",
|
||||
"ammotype": "AMMO_FLARE",
|
||||
"damagereason": "Died"
|
||||
},
|
||||
{
|
||||
"name": "weapon_marksmanpistol",
|
||||
"label": "Marksman Pistol",
|
||||
"weapontype": "Pistol",
|
||||
"ammotype": "AMMO_PISTOL",
|
||||
"damagereason": "Pistoled / Blasted / Plugged / Bust a cap in"
|
||||
},
|
||||
{
|
||||
"name": "weapon_revolver",
|
||||
"label": "Revolver",
|
||||
"weapontype": "Pistol",
|
||||
"ammotype": "AMMO_PISTOL",
|
||||
"damagereason": "Pistoled / Blasted / Plugged / Bust a cap in"
|
||||
},
|
||||
{
|
||||
"name": "weapon_revolver_mk2",
|
||||
"label": "Revolver MK2",
|
||||
"weapontype": "Pistol",
|
||||
"ammotype": "AMMO_PISTOL",
|
||||
"damagereason": "Pistoled / Blasted / Plugged / Bust a cap in"
|
||||
},
|
||||
{
|
||||
"name": "weapon_doubleaction",
|
||||
"label": "Double Action Revolver",
|
||||
"weapontype": "Pistol",
|
||||
"ammotype": "AMMO_PISTOL",
|
||||
"damagereason": "Pistoled / Blasted / Plugged / Bust a cap in"
|
||||
},
|
||||
{
|
||||
"name": "weapon_raypistol",
|
||||
"label": "Ray Pistol",
|
||||
"weapontype": "Pistol",
|
||||
"ammotype": "AMMO_PISTOL",
|
||||
"damagereason": "Pistoled / Blasted / Plugged / Bust a cap in"
|
||||
},
|
||||
{
|
||||
"name": "weapon_ceramicpistol",
|
||||
"label": "Ceramic Pistol",
|
||||
"weapontype": "Pistol",
|
||||
"ammotype": "AMMO_PISTOL",
|
||||
"damagereason": "Pistoled / Blasted / Plugged / Bust a cap in"
|
||||
},
|
||||
{
|
||||
"name": "weapon_navyrevolver",
|
||||
"label": "Navy Revolver",
|
||||
"weapontype": "Pistol",
|
||||
"ammotype": "AMMO_PISTOL",
|
||||
"damagereason": "Pistoled / Blasted / Plugged / Bust a cap in"
|
||||
},
|
||||
{
|
||||
"name": "weapon_gadgetpistol",
|
||||
"label": "Gadget Pistol",
|
||||
"weapontype": "Pistol",
|
||||
"ammotype": "AMMO_PISTOL",
|
||||
"damagereason": "Pistoled / Blasted / Plugged / Bust a cap in"
|
||||
},
|
||||
{
|
||||
"name": "weapon_stungun_mp",
|
||||
"label": "Taser",
|
||||
"weapontype": "Pistol",
|
||||
"ammotype": "AMMO_STUNGUN",
|
||||
"damagereason": "Died"
|
||||
},
|
||||
{
|
||||
"name": "weapon_pistolxm3",
|
||||
"label": "Pistol XM3",
|
||||
"weapontype": "Pistol",
|
||||
"ammotype": "AMMO_PISTOL",
|
||||
"damagereason": "Pistoled / Blasted / Plaugged / Bust a cap in"
|
||||
},
|
||||
{
|
||||
"name": "weapon_microsmg",
|
||||
"label": "Micro SMG",
|
||||
"weapontype": "Submachine Gun",
|
||||
"ammotype": "AMMO_SMG",
|
||||
"damagereason": "Riddled / Drilled / Finished / Submachine Gunned"
|
||||
},
|
||||
{
|
||||
"name": "weapon_smg",
|
||||
"label": "SMG",
|
||||
"weapontype": "Submachine Gun",
|
||||
"ammotype": "AMMO_SMG",
|
||||
"damagereason": "Riddled / Drilled / Finished / Submachine Gunned"
|
||||
},
|
||||
{
|
||||
"name": "weapon_smg_mk2",
|
||||
"label": "SMG MK2",
|
||||
"weapontype": "Submachine Gun",
|
||||
"ammotype": "AMMO_SMG",
|
||||
"damagereason": "Riddled / Drilled / Finished / Submachine Gunned"
|
||||
},
|
||||
{
|
||||
"name": "weapon_assaultsmg",
|
||||
"label": "Assault SMG",
|
||||
"weapontype": "Submachine Gun",
|
||||
"ammotype": "AMMO_SMG",
|
||||
"damagereason": "Riddled / Drilled / Finished / Submachine Gunned"
|
||||
},
|
||||
{
|
||||
"name": "weapon_combatpdw",
|
||||
"label": "Combat PDW",
|
||||
"weapontype": "Submachine Gun",
|
||||
"ammotype": "AMMO_SMG",
|
||||
"damagereason": "Riddled / Drilled / Finished / Submachine Gunned"
|
||||
},
|
||||
{
|
||||
"name": "weapon_machinepistol",
|
||||
"label": "Tec-9",
|
||||
"weapontype": "Submachine Gun",
|
||||
"ammotype": "AMMO_PISTOL",
|
||||
"damagereason": "Riddled / Drilled / Finished / Submachine Gunned"
|
||||
},
|
||||
{
|
||||
"name": "weapon_minismg",
|
||||
"label": "Mini SMG",
|
||||
"weapontype": "Submachine Gun",
|
||||
"ammotype": "AMMO_SMG",
|
||||
"damagereason": "Riddled / Drilled / Finished / Submachine Gunned"
|
||||
},
|
||||
{
|
||||
"name": "weapon_raycarbine",
|
||||
"label": "Raycarbine",
|
||||
"weapontype": "Submachine Gun",
|
||||
"ammotype": "AMMO_SMG",
|
||||
"damagereason": "Riddled / Drilled / Finished / Submachine Gunned"
|
||||
},
|
||||
{
|
||||
"name": "weapon_pumpshotgun",
|
||||
"label": "Pump Shotgun",
|
||||
"weapontype": "Shotgun",
|
||||
"ammotype": "AMMO_SHOTGUN",
|
||||
"damagereason": "Devastated / Pulverized / Shotgunned"
|
||||
},
|
||||
{
|
||||
"name": "weapon_pumpshotgun_mk2",
|
||||
"label": "Pump Shotgun MK2",
|
||||
"weapontype": "Shotgun",
|
||||
"ammotype": "AMMO_SHOTGUN",
|
||||
"damagereason": "Devastated / Pulverized / Shotgunned"
|
||||
},
|
||||
{
|
||||
"name": "weapon_sawnoffshotgun",
|
||||
"label": "Sawn-off Shotgun",
|
||||
"weapontype": "Shotgun",
|
||||
"ammotype": "AMMO_SHOTGUN",
|
||||
"damagereason": "Devastated / Pulverized / Shotgunned"
|
||||
},
|
||||
{
|
||||
"name": "weapon_assaultshotgun",
|
||||
"label": "Assault Shotgun",
|
||||
"weapontype": "Shotgun",
|
||||
"ammotype": "AMMO_SHOTGUN",
|
||||
"damagereason": "Devastated / Pulverized / Shotgunned"
|
||||
},
|
||||
{
|
||||
"name": "weapon_bullpupshotgun",
|
||||
"label": "Bullpup Shotgun",
|
||||
"weapontype": "Shotgun",
|
||||
"ammotype": "AMMO_SHOTGUN",
|
||||
"damagereason": "Devastated / Pulverized / Shotgunned"
|
||||
},
|
||||
{
|
||||
"name": "weapon_musket",
|
||||
"label": "Musket",
|
||||
"weapontype": "Shotgun",
|
||||
"ammotype": "AMMO_SHOTGUN",
|
||||
"damagereason": "Devastated / Pulverized / Shotgunned"
|
||||
},
|
||||
{
|
||||
"name": "weapon_heavyshotgun",
|
||||
"label": "Heavy Shotgun",
|
||||
"weapontype": "Shotgun",
|
||||
"ammotype": "AMMO_SHOTGUN",
|
||||
"damagereason": "Devastated / Pulverized / Shotgunned"
|
||||
},
|
||||
{
|
||||
"name": "weapon_dbshotgun",
|
||||
"label": "Double-barrel Shotgun",
|
||||
"weapontype": "Shotgun",
|
||||
"ammotype": "AMMO_SHOTGUN",
|
||||
"damagereason": "Devastated / Pulverized / Shotgunned"
|
||||
},
|
||||
{
|
||||
"name": "weapon_autoshotgun",
|
||||
"label": "Auto Shotgun",
|
||||
"weapontype": "Shotgun",
|
||||
"ammotype": "AMMO_SHOTGUN",
|
||||
"damagereason": "Devastated / Pulverized / Shotgunned"
|
||||
},
|
||||
{
|
||||
"name": "weapon_combatshotgun",
|
||||
"label": "Combat Shotgun",
|
||||
"weapontype": "Shotgun",
|
||||
"ammotype": "AMMO_SHOTGUN",
|
||||
"damagereason": "Devastated / Pulverized / Shotgunned"
|
||||
},
|
||||
{
|
||||
"name": "weapon_assaultrifle",
|
||||
"label": "Assault Rifle",
|
||||
"weapontype": "Assault Rifle",
|
||||
"ammotype": "AMMO_RIFLE",
|
||||
"damagereason": "Ended / Rifled / Shot down / Floored"
|
||||
},
|
||||
{
|
||||
"name": "weapon_assaultrifle_mk2",
|
||||
"label": "Assault Rifle MK2",
|
||||
"weapontype": "Assault Rifle",
|
||||
"ammotype": "AMMO_RIFLE",
|
||||
"damagereason": "Ended / Rifled / Shot down / Floored"
|
||||
},
|
||||
{
|
||||
"name": "weapon_carbinerifle",
|
||||
"label": "Carbine Rifle",
|
||||
"weapontype": "Assault Rifle",
|
||||
"ammotype": "AMMO_RIFLE",
|
||||
"damagereason": "Ended / Rifled / Shot down / Floored"
|
||||
},
|
||||
{
|
||||
"name": "weapon_carbinerifle_mk2",
|
||||
"label": "Carbine Rifle MK2",
|
||||
"weapontype": "Assault Rifle",
|
||||
"ammotype": "AMMO_RIFLE",
|
||||
"damagereason": "Ended / Rifled / Shot down / Floored"
|
||||
},
|
||||
{
|
||||
"name": "weapon_advancedrifle",
|
||||
"label": "Advanced Rifle",
|
||||
"weapontype": "Assault Rifle",
|
||||
"ammotype": "AMMO_RIFLE",
|
||||
"damagereason": "Ended / Rifled / Shot down / Floored"
|
||||
},
|
||||
{
|
||||
"name": "weapon_specialcarbine",
|
||||
"label": "Special Carbine",
|
||||
"weapontype": "Assault Rifle",
|
||||
"ammotype": "AMMO_RIFLE",
|
||||
"damagereason": "Ended / Rifled / Shot down / Floored"
|
||||
},
|
||||
{
|
||||
"name": "weapon_specialcarbine_mk2",
|
||||
"label": "Specialcarbine MK2",
|
||||
"weapontype": "Assault Rifle",
|
||||
"ammotype": "AMMO_RIFLE",
|
||||
"damagereason": "Ended / Rifled / Shot down / Floored"
|
||||
},
|
||||
{
|
||||
"name": "weapon_bullpuprifle",
|
||||
"label": "Bullpup Rifle",
|
||||
"weapontype": "Assault Rifle",
|
||||
"ammotype": "AMMO_RIFLE",
|
||||
"damagereason": "Ended / Rifled / Shot down / Floored"
|
||||
},
|
||||
{
|
||||
"name": "weapon_bullpuprifle_mk2",
|
||||
"label": "Bull Puprifle MK2",
|
||||
"weapontype": "Assault Rifle",
|
||||
"ammotype": "AMMO_RIFLE",
|
||||
"damagereason": "Ended / Rifled / Shot down / Floored"
|
||||
},
|
||||
{
|
||||
"name": "weapon_compactrifle",
|
||||
"label": "Compact Rifle",
|
||||
"weapontype": "Assault Rifle",
|
||||
"ammotype": "AMMO_RIFLE",
|
||||
"damagereason": "Ended / Rifled / Shot down / Floored"
|
||||
},
|
||||
{
|
||||
"name": "weapon_militaryrifle",
|
||||
"label": "Military Rifle",
|
||||
"weapontype": "Assault Rifle",
|
||||
"ammotype": "AMMO_RIFLE",
|
||||
"damagereason": "Ended / Rifled / Shot down / Floored"
|
||||
},
|
||||
{
|
||||
"name": "weapon_heavyrifle",
|
||||
"label": "Heavy Rifle",
|
||||
"weapontype": "Assault Rifle",
|
||||
"ammotype": "AMMO_RIFLE",
|
||||
"damagereason": "Ended / Rifled / Shot down / Floored"
|
||||
},
|
||||
{
|
||||
"name": "weapon_mg",
|
||||
"label": "Machinegun",
|
||||
"weapontype": "Light Machine Gun",
|
||||
"ammotype": "AMMO_MG",
|
||||
"damagereason": "Machine gunned / Sprayed / Ruined"
|
||||
},
|
||||
{
|
||||
"name": "weapon_combatmg",
|
||||
"label": "Combat MG",
|
||||
"weapontype": "Light Machine Gun",
|
||||
"ammotype": "AMMO_MG",
|
||||
"damagereason": "Machine gunned / Sprayed / Ruined"
|
||||
},
|
||||
{
|
||||
"name": "weapon_combatmg_mk2",
|
||||
"label": "Combat MG MK2",
|
||||
"weapontype": "Light Machine Gun",
|
||||
"ammotype": "AMMO_MG",
|
||||
"damagereason": "Machine gunned / Sprayed / Ruined"
|
||||
},
|
||||
{
|
||||
"name": "weapon_gusenberg",
|
||||
"label": "Thompson SMG",
|
||||
"weapontype": "Light Machine Gun",
|
||||
"ammotype": "AMMO_MG",
|
||||
"damagereason": "Machine gunned / Sprayed / Ruined"
|
||||
},
|
||||
{
|
||||
"name": "weapon_sniperrifle",
|
||||
"label": "Sniper Rifle",
|
||||
"weapontype": "Sniper Rifle",
|
||||
"ammotype": "AMMO_SNIPER",
|
||||
"damagereason": "Sniped / Picked off / Scoped"
|
||||
},
|
||||
{
|
||||
"name": "weapon_heavysniper",
|
||||
"label": "Heavy Sniper",
|
||||
"weapontype": "Sniper Rifle",
|
||||
"ammotype": "AMMO_SNIPER",
|
||||
"damagereason": "Sniped / Picked off / Scoped"
|
||||
},
|
||||
{
|
||||
"name": "weapon_heavysniper_mk2",
|
||||
"label": "Heavysniper MK2",
|
||||
"weapontype": "Sniper Rifle",
|
||||
"ammotype": "AMMO_SNIPER",
|
||||
"damagereason": "Sniped / Picked off / Scoped"
|
||||
},
|
||||
{
|
||||
"name": "weapon_marksmanrifle",
|
||||
"label": "Marksman Rifle",
|
||||
"weapontype": "Sniper Rifle",
|
||||
"ammotype": "AMMO_SNIPER",
|
||||
"damagereason": "Sniped / Picked off / Scoped"
|
||||
},
|
||||
{
|
||||
"name": "weapon_marksmanrifle_mk2",
|
||||
"label": "Marksman Rifle MK2",
|
||||
"weapontype": "Sniper Rifle",
|
||||
"ammotype": "AMMO_SNIPER",
|
||||
"damagereason": "Sniped / Picked off / Scoped"
|
||||
},
|
||||
{
|
||||
"name": "weapon_remotesniper",
|
||||
"label": "Remote Sniper",
|
||||
"weapontype": "Sniper Rifle",
|
||||
"ammotype": "AMMO_SNIPER_REMOTE",
|
||||
"damagereason": "Sniped / Picked off / Scoped"
|
||||
},
|
||||
{
|
||||
"name": "weapon_rpg",
|
||||
"label": "RPG",
|
||||
"weapontype": "Heavy Weapons",
|
||||
"ammotype": "AMMO_RPG",
|
||||
"damagereason": "Killed / Exploded / Obliterated / Destroyed / Erased / Annihilated"
|
||||
},
|
||||
{
|
||||
"name": "weapon_grenadelauncher",
|
||||
"label": "Grenade Launcher",
|
||||
"weapontype": "Heavy Weapons",
|
||||
"ammotype": "AMMO_GRENADELAUNCHER",
|
||||
"damagereason": "Killed / Exploded / Obliterated / Destroyed / Erased / Annihilated"
|
||||
},
|
||||
{
|
||||
"name": "weapon_grenadelauncher_smoke",
|
||||
"label": "Smoke Grenade Launcher",
|
||||
"weapontype": "Heavy Weapons",
|
||||
"ammotype": "AMMO_GRENADELAUNCHER",
|
||||
"damagereason": "Killed / Exploded / Obliterated / Destroyed / Erased / Annihilated"
|
||||
},
|
||||
{
|
||||
"name": "weapon_minigun",
|
||||
"label": "Minigun",
|
||||
"weapontype": "Heavy Weapons",
|
||||
"ammotype": "AMMO_MINIGUN",
|
||||
"damagereason": "Killed / Exploded / Obliterated / Destroyed / Erased / Annihilated"
|
||||
},
|
||||
{
|
||||
"name": "weapon_firework",
|
||||
"label": "Firework Launcher",
|
||||
"weapontype": "Heavy Weapons",
|
||||
"ammotype": null,
|
||||
"damagereason": "Killed / Exploded / Obliterated / Destroyed / Erased / Annihilated"
|
||||
},
|
||||
{
|
||||
"name": "weapon_railgun",
|
||||
"label": "Railgun",
|
||||
"weapontype": "Heavy Weapons",
|
||||
"ammotype": null,
|
||||
"damagereason": "Killed / Exploded / Obliterated / Destroyed / Erased / Annihilated"
|
||||
},
|
||||
{
|
||||
"name": "weapon_railgunxm3",
|
||||
"label": "Railgun XM3",
|
||||
"weapontype": "Heavy Weapons",
|
||||
"ammotype": null,
|
||||
"damagereason": "Killed / Exploded / Obliterated / Destroyed / Erased / Annihilated"
|
||||
},
|
||||
{
|
||||
"name": "weapon_hominglauncher",
|
||||
"label": "Homing Launcher",
|
||||
"weapontype": "Heavy Weapons",
|
||||
"ammotype": "AMMO_STINGER",
|
||||
"damagereason": "Killed / Exploded / Obliterated / Destroyed / Erased / Annihilated"
|
||||
},
|
||||
{
|
||||
"name": "weapon_compactlauncher",
|
||||
"label": "Compact Launcher",
|
||||
"weapontype": "Heavy Weapons",
|
||||
"ammotype": null,
|
||||
"damagereason": "Killed / Exploded / Obliterated / Destroyed / Erased / Annihilated"
|
||||
},
|
||||
{
|
||||
"name": "weapon_rayminigun",
|
||||
"label": "Ray Minigun",
|
||||
"weapontype": "Heavy Weapons",
|
||||
"ammotype": "AMMO_MINIGUN",
|
||||
"damagereason": "Killed / Exploded / Obliterated / Destroyed / Erased / Annihilated"
|
||||
},
|
||||
{
|
||||
"name": "weapon_emplauncher",
|
||||
"label": "EMP Launcher",
|
||||
"weapontype": "Heavy Weapons",
|
||||
"ammotype": "AMMO_EMPLAUNCHER",
|
||||
"damagereason": "Died"
|
||||
},
|
||||
{
|
||||
"name": "weapon_grenade",
|
||||
"label": "Grenade",
|
||||
"weapontype": "Throwable",
|
||||
"ammotype": null,
|
||||
"damagereason": "Bombed / Exploded / Detonated / Blew up"
|
||||
},
|
||||
{
|
||||
"name": "weapon_bzgas",
|
||||
"label": "BZ Gas",
|
||||
"weapontype": "Throwable",
|
||||
"ammotype": null,
|
||||
"damagereason": "Died"
|
||||
},
|
||||
{
|
||||
"name": "weapon_molotov",
|
||||
"label": "Molotov",
|
||||
"weapontype": "Throwable",
|
||||
"ammotype": null,
|
||||
"damagereason": "Torched / Flambeed / Barbecued"
|
||||
},
|
||||
{
|
||||
"name": "weapon_stickybomb",
|
||||
"label": "C4",
|
||||
"weapontype": "Throwable",
|
||||
"ammotype": null,
|
||||
"damagereason": "Bombed / Exploded / Detonated / Blew up"
|
||||
},
|
||||
{
|
||||
"name": "weapon_proxmine",
|
||||
"label": "Proxmine Grenade",
|
||||
"weapontype": "Throwable",
|
||||
"ammotype": null,
|
||||
"damagereason": "Bombed / Exploded / Detonated / Blew up"
|
||||
},
|
||||
{
|
||||
"name": "weapon_snowball",
|
||||
"label": "Snowball",
|
||||
"weapontype": "Throwable",
|
||||
"ammotype": null,
|
||||
"damagereason": "Died"
|
||||
},
|
||||
{
|
||||
"name": "weapon_pipebomb",
|
||||
"label": "Pipe Bomb",
|
||||
"weapontype": "Throwable",
|
||||
"ammotype": null,
|
||||
"damagereason": "Bombed / Exploded / Detonated / Blew up"
|
||||
},
|
||||
{
|
||||
"name": "weapon_ball",
|
||||
"label": "Ball",
|
||||
"weapontype": "Throwable",
|
||||
"ammotype": "AMMO_BALL",
|
||||
"damagereason": "Died"
|
||||
},
|
||||
{
|
||||
"name": "weapon_smokegrenade",
|
||||
"label": "Smoke Grenade",
|
||||
"weapontype": "Throwable",
|
||||
"ammotype": null,
|
||||
"damagereason": "Died"
|
||||
},
|
||||
{
|
||||
"name": "weapon_flare",
|
||||
"label": "Flare pistol",
|
||||
"weapontype": "Throwable",
|
||||
"ammotype": "AMMO_FLARE",
|
||||
"damagereason": "Died"
|
||||
},
|
||||
{
|
||||
"name": "weapon_petrolcan",
|
||||
"label": "Petrol Can",
|
||||
"weapontype": "Miscellaneous",
|
||||
"ammotype": "AMMO_PETROLCAN",
|
||||
"damagereason": "Died"
|
||||
},
|
||||
{
|
||||
"name": "gadget_parachute",
|
||||
"label": "Parachute",
|
||||
"weapontype": "Miscellaneous",
|
||||
"ammotype": null,
|
||||
"damagereason": "Died"
|
||||
},
|
||||
{
|
||||
"name": "weapon_fireextinguisher",
|
||||
"label": "Fire Extinguisher",
|
||||
"weapontype": "Miscellaneous",
|
||||
"ammotype": null,
|
||||
"damagereason": "Died"
|
||||
},
|
||||
{
|
||||
"name": "weapon_hazardcan",
|
||||
"label": "Hazardcan",
|
||||
"weapontype": "Miscellaneous",
|
||||
"ammotype": "AMMO_PETROLCAN",
|
||||
"damagereason": "Died"
|
||||
},
|
||||
{
|
||||
"name": "weapon_fertilizercan",
|
||||
"label": "Fertilizer Can",
|
||||
"weapontype": "Miscellaneous",
|
||||
"ammotype": "AMMO_FERTILIZERCAN",
|
||||
"damagereason": "Died"
|
||||
},
|
||||
{
|
||||
"name": "weapon_barbed_wire",
|
||||
"label": "Barbed Wire",
|
||||
"weapontype": "Miscellaneous",
|
||||
"ammotype": null,
|
||||
"damagereason": "Prodded"
|
||||
},
|
||||
{
|
||||
"name": "weapon_drowning",
|
||||
"label": "Drowning",
|
||||
"weapontype": "Miscellaneous",
|
||||
"ammotype": null,
|
||||
"damagereason": "Died"
|
||||
},
|
||||
{
|
||||
"name": "weapon_drowning_in_vehicle",
|
||||
"label": "Drowning in a Vehicle",
|
||||
"weapontype": "Miscellaneous",
|
||||
"ammotype": null,
|
||||
"damagereason": "Died"
|
||||
},
|
||||
{
|
||||
"name": "weapon_bleeding",
|
||||
"label": "Bleeding",
|
||||
"weapontype": "Miscellaneous",
|
||||
"ammotype": null,
|
||||
"damagereason": "Bled out"
|
||||
},
|
||||
{
|
||||
"name": "weapon_electric_fence",
|
||||
"label": "Electric Fence",
|
||||
"weapontype": "Miscellaneous",
|
||||
"ammotype": null,
|
||||
"damagereason": "Fried"
|
||||
},
|
||||
{
|
||||
"name": "weapon_explosion",
|
||||
"label": "Explosion",
|
||||
"weapontype": "Miscellaneous",
|
||||
"ammotype": null,
|
||||
"damagereason": "Killed / Exploded / Obliterated / Destroyed / Erased / Annihilated"
|
||||
},
|
||||
{
|
||||
"name": "weapon_fall",
|
||||
"label": "Fall",
|
||||
"weapontype": "Miscellaneous",
|
||||
"ammotype": null,
|
||||
"damagereason": "Committed suicide"
|
||||
},
|
||||
{
|
||||
"name": "weapon_exhaustion",
|
||||
"label": "Exhaustion",
|
||||
"weapontype": "Miscellaneous",
|
||||
"ammotype": null,
|
||||
"damagereason": "Died"
|
||||
},
|
||||
{
|
||||
"name": "weapon_hit_by_water_cannon",
|
||||
"label": "Water Cannon",
|
||||
"weapontype": "Miscellaneous",
|
||||
"ammotype": null,
|
||||
"damagereason": "Died"
|
||||
},
|
||||
{
|
||||
"name": "weapon_rammed_by_car",
|
||||
"label": "Rammed - Vehicle",
|
||||
"weapontype": "Miscellaneous",
|
||||
"ammotype": null,
|
||||
"damagereason": "Flattened / Ran over / Ran down"
|
||||
},
|
||||
{
|
||||
"name": "weapon_run_over_by_car",
|
||||
"label": "Run Over - Vehicle",
|
||||
"weapontype": "Miscellaneous",
|
||||
"ammotype": null,
|
||||
"damagereason": "Flattened / Ran over / Ran down"
|
||||
},
|
||||
{
|
||||
"name": "weapon_heli_crash",
|
||||
"label": "Heli Crash",
|
||||
"weapontype": "Miscellaneous",
|
||||
"ammotype": null,
|
||||
"damagereason": "Helicopter Crash"
|
||||
},
|
||||
{
|
||||
"name": "weapon_fire",
|
||||
"label": "Fire",
|
||||
"weapontype": "Miscellaneous",
|
||||
"ammotype": null,
|
||||
"damagereason": "Torched / Flambeed / Barbecued"
|
||||
},
|
||||
{
|
||||
"name": "weapon_animal",
|
||||
"label": "Animal",
|
||||
"weapontype": "Animals",
|
||||
"ammotype": null,
|
||||
"damagereason": "Mauled"
|
||||
},
|
||||
{
|
||||
"name": "weapon_cougar",
|
||||
"label": "Cougar",
|
||||
"weapontype": "Animals",
|
||||
"ammotype": null,
|
||||
"damagereason": "Mauled"
|
||||
}
|
||||
]
|
||||
Reference in New Issue
Block a user