var licensesData = [ //add new license here use same id as your license name in database.
{
id: 'weapon',
color : 'red',
description : "Weapon License"
},
{
id: 'driver',
color : 'green',
description : "Driving License"
},
{
id: 'business',
color : 'red',
description : "Business License"
},
]
var Language = {
dashboard: "Dashboard",
incidents: "Incidents",
profiles: "Profiles",
vehicles: "Vehicles",
reports: "Reports",
evidence: "Evidence",
warrants: "Warrants",
charges: "Charges",
config: "Config",
welcome: "Welcome",
badge: "Badge: ",
duty: "ON DUTY",
editprofile: "Edit Profile",
submitevi: "Submit Evidence",
createreport: "Create Report",
editreport: "Edit Report",
editvehicle: "Edit Vehicle",
bolo: "BOLO",
invreport: "Investigative Report",
civreport: "Civilian Report",
reporttype: "Report Type",
search: "Search",
approved: "Approved",
papproval: "Pending Approval",
rapproval: "Approval Rejected",
expirein: "expires in",
ago: "ago",
officerin: "Officers Involved",
personin: "Person Involved",
criminalsc: "Add Criminal Scum",
vehiclein: "Vehicle Involved",
documenthere: "Document content goes here",
warrsec: "Warrant action successful",
maintitle: "Title",
imgurl: "Profile Image URL",
profileloaded: "Profile Loaded with CitizenID",
profilesaved: "Profile saved with CitizenID",
licenseRemoved: "License Removed",
evidencealready: 'Evidence already added! 1',
evidencenot: "Evidence not found!",
evidenceid: "Evidence ID",
evidenceass: 'Evidence assigned ID 1',
assievi: "Assign Evidence",
assign: "ASSIGN",
createevi: "Create Evidence",
type: "Type",
imgurl2: "Image URL",
description: "Description",
evicreated: "Evidence created ID",
create: "CREATE",
close: "CLOSE",
name: "Name",
stateid: "SlateID",
alreadyin: "ALREADY ADDED",
add: "ADD",
editcharges: "Edit Charges",
arrwarr: "Warrant for Arrest",
reductions: "Reductions",
inprg: "In Progress",
expired: "Expired",
expires: "Expires",
guilty: "Pleaded Guilty",
processed: "Processed",
month: "month(s)",
final: "Final",
incsaved: "Incident saved with ID",
incloaded: 'Incident loaded with ID 1',
reportloaded: "Report loaded with ID",
reportsaved: "Report saved with ID",
photo: "Photo",
bullets: "Bullets",
blood: "Blood",
vehicle: "Vehicle",
other: "Other",
evidencesaved: "Evidence created with ID",
extendedsidebar: "Extended Sidebar",
dtheme: "Dark Theme",
save: "SAVE",
mrights: "You have the right to remain silent. Anything you say can and will be used against you in a court of law. You have the right to an attorney. If you cannot afford an attorney, one will be provided for you. Do you understand the rights I have just read to you? With these rights in mind, do you wish to speak to me?",
configsaved: "Config Saved Successfully",
success: "Success",
error: "Error",
empty: "Empty Fields",
assperson: "Assign Person",
citizenid: 'CitizenID',
incident: "Incident",
report: "Report",
incin: "Incidents Involved",
reportinv: "Reports Involved",
fine: "Fine",
seized: "Seized",
vsaved: "Vehicle saved with PlateID",
vloaded: "Vehicle loaded with PlateID",
vimage: "Vehicle Image URL",
vowner: "Owner",
vmodel: "Model",
}
var mdtLogo = "https://cdn.discordapp.com/attachments/955831405064114216/1213019086381121566/Lspd.webp?ex=65f3f30e&is=65e17e0e&hm=eacf833ead99565989c1a84007d38f2a5ee47cbabc5dbef42276d14d95681230&"
var mdtCharges = [{
name: "Simple Assault",
fine: 500,
time: 5,
color: "green",
description: "Attempts to or commits an injury upon another person without the use of a weapon."
}, {
name: "Assault",
fine: 700,
time: 10,
color: "green",
description: "Causes bodily injury to another, threatens another with imminent bodily injury, or causes physical contact that should reasonably be considered offensive or provocative."
}, {
name: "Accomplice to an crime",
fine: 1e3,
time: 10,
color: "green",
description: "A person who helps another commit a crime."
}, {
name: "Aggravated Assault",
fine: 3e3,
time: 15,
color: "green",
description: "Attempts to or commits serious or grievous bodily injury upon someone with a weapon."
}, {
name: "Sexual Assault",
fine: 2e4,
time: 20,
color: "red",
description: "Sexual assault is an act in which a person intentionally sexually touches another person without that person's consent, or coerces or physically forces a person to engage in a sexual act against their will ."
}, {
name: "Involuntary Manslaughter",
fine: 2e3,
time: 20,
color: "green",
description: "Recklessly or accidentally kills another person."
}, {
name: "Vehicular Manslaughter",
fine: 3e3,
time: 30,
color: "green",
description: "Recklessly or accidentally kills another person while driving a motor vehicle."
}, {
name: "Voluntary Manslaughter",
fine: 5e3,
time: 35,
color: "red",
description: "Recklessly or accidentally kills another person with intent to physically hurt the person."
}, {
name: "Second Degree Murder",
fine: 1e4,
time: 40,
color: "red",
description: "Kills another person with the intent to kill."
}, {
name: "First Degree Murder",
fine: 15e3,
time: 50,
color: "red",
description: "Kills another person with the intent to kill with premeditation and deliberation."
}, {
name: "Unlawful Imprisonment",
fine: 2e3,
time: 10,
color: "green",
description: "Restricts a person's movement within any area without justification or consent."
}, {
name: "Kidnapping",
fine: 2500,
time: 20,
color: "green",
description: "Abducts another person and holds them against their will for an extended period of time."
}, {
name: "Kidnapping of a Public Servant",
fine: 3500,
time: 25,
color: "green",
description: "Abducts a Public Servant and holds them against their will for an extended period of time."
}, {
name: "Hostage Taking",
fine: 1250,
time: 10,
color: "green",
description: "Holds a person with a threat to their life or well being with intent or declaration of using them for leverage for escape or personal gain."
}, {
name: "Criminal Threats",
fine: 1e3,
time: 5,
color: "green",
description: "Any person who willfully utters a threat to commit a crime which will result in death or bodily injury to another person."
}, {
name: "Reckless Endangerment",
fine: 2e3,
time: 10,
color: "green",
description: "Disregard for one's own life or the life of another."
}, {
name: "Harassment",
fine: 3e3,
time: 15,
color: "green",
description: "Intimidates or pressures another person aggressively with unwelcome words, deeds, actions, or gestures. Continued harassment aggravates the charge leading to $10,000 per occurrence being added to the charge."
}, {
name: "Sexual Harassment",
fine: 5e3,
time: 10,
color: "red",
description: "Involving the use of explicit or implicit sexual overtones, including the unwelcome or inappropriate promise of rewards in exchange for sexual favors."
}, {
name: "Petty Theft",
fine: 800,
time: 0,
color: "green",
description: "Steals property in the value of less than $1,000 from another person."
}, {
name: "Grand Theft",
fine: 2500,
time: 10,
color: "green",
description: "Steals property in the value of more than $1,000 from another person."
}, {
name: "Joyriding",
fine: 1e3,
time: 10,
color: "green",
description: "The action or practice of driving fast and dangerously in a stolen car for enjoyment."
}, {
name: "Grand Theft Auto (A)",
fine: 2e3,
time: 15,
color: "green",
description: "Unlawfully taking a vehicle belonging to another, or driving the vehicle without the owner's consent, with the intent to permanently or temporarily deprive the owner of the vehicle."
}, {
name: "Grand Theft Auto (B)",
fine: 3e3,
time: 15,
color: "green",
description: "Government Vehicle: If covered in P.C. 1205, double."
}, {
name: "Burglary",
fine: 1750,
time: 15,
color: "green",
description: "Enters knowingly or remains unlawfully in a building with intent to commit a crime."
}, {
name: "Robbery",
fine: 2500,
time: 10,
color: "green",
description: "Theft of money or property from an individual or business."
}, {
name: "Bank Robbery",
fine: 3500,
time: 15,
color: "green",
description: "Robs or attempts to rob a bank, jeweler or financial institution."
}, {
name: "Federal Bank Robbery",
fine: 5e3,
time: 20,
color: "green",
description: "Robbing institutions insured by the FDIC (Pac Standard and Vangelico's)."
}, {
name: "Extortion",
fine: 2e3,
time: 10,
color: "green",
description: "Uses threats or force to obtain monetary or material gain."
}, {
name: "Fraud",
fine: 5e3,
time: 15,
color: "green",
description: "Wrongfully decepts intending to receive financial or personal gain."
}, {
name: "Impersonating",
fine: 2e3,
time: 15,
color: "green",
description: "Impersonates another person that could make them civilly or criminally liable, signing under a false name or providing documentation of another person."
}, {
name: "Impersonating a Government employee",
fine: 4e3,
time: 30,
color: "green",
description: "Impersonates a Government employee that could make them civilly or criminally liable, signing under their name or providing documentation, and exercising authority."
}, {
name: "Impersonating a Judge",
fine: 1e4,
time: 35,
color: "red",
description: "Impersonates a Judge."
}, {
name: "Forgery",
fine: 2500,
time: 15,
color: "red",
description: "Possessing or creating any false government document including but not limited to ID cards and license plates."
}, {
name: "Antitrust",
fine: 5e3,
time: 30,
color: "red",
description: "Taking actions that engage in the creation of a monopoly are deemed criminal. This includes predatory acts to gain or hold monopoly power, price fixing limited markets (Car Sales, Store Shops and Mechanic Hubs) or malicious sabotage of a competitor's stock. All individuals that manage, work for or own shares (majority or minority) in a business or participate with an individual that engages in these tactics are liable if found to have not reported these actions even when they were aware they were being undertaken."
}, {
name: "Trespassing",
fine: 800,
time: 5,
color: "green",
description: "Enters knowingly or remains unlawfully in or upon government premises or private property. (Police holding, military installations, Braddock Farm etc..)"
}, {
name: "Possession of Items Used In The Commission Of A Crime",
fine: 1e3,
time: 10,
color: "green",
description: "Possession of any items used in the commission of a felony, misdemeanor or infraction. This includes Advance lockpicks,lockpicks,Tuner,Thermite,VPN."
}, {
name: "Arson",
fine: 3e3,
time: 15,
color: "green",
description: "The willful and malicious burning or charring of property or persons."
}, {
name: "Vandelism",
fine: 1500,
time: 0,
color: "green",
description: "Intentionally causing damage to property they do not own."
}, {
name: "Vandalism of Government Property",
fine: 3e3,
time: 15,
color: "green",
description: "Intentionally causing damage to Government Property"
}, {
name: "Bribery",
fine: 3e3,
time: 10,
color: "green",
description: "Confers, or agrees to confer, any benefit upon a public servant upon an agreement or understanding that such public servant's vote, opinion, judgment, action, decision or exercise of discretion as a public servant will thereby be influenced."
}, {
name: "Contempt of Court",
fine: 5e3,
time: 50,
color: "red",
description: "The act of being disobedient to or discourteous towards a court of law and its officers in the form of behavior that opposes or defies the authority, justice and dignity of the court. Time/Fine is Judge Discretion."
}, {
name: "Criminal Possession of Stolen Property",
fine: 1e3,
time: 5,
color: "green",
description: "Possesses any physical property that is reported stolen."
}, {
name: "Escaping",
fine: 3e3,
time: 15,
color: "green",
description: "Escapes the custody of the government of their own free will."
}, {
name: "Jailbreak",
fine: 8e3,
time: 40,
color: "green",
description: "Breaks into government buildings designated for detainment or imprisonment with intent to break a prisoner out."
}, {
name: "Disorderly Conduct",
fine: 1e3,
time: 5,
color: "green",
description: "Engages in behavior intending to cause public inconvenience."
}, {
name: "Perjury",
fine: 7e3,
time: 20,
color: "red",
description: "Knowingly lies under oath verbally or through writing in judicial proceedings."
}, {
name: "Violating a Court Orde",
fine: 5e3,
time: 20,
color: "red",
description: "Willful disobedience of the terms written in a court order."
}, {
name: "Failure to Appear",
fine: 1e4,
time: 20,
color: "red",
description: "Failure to Appear in Court when summoned"
}, {
name: "Unlawful Practice",
fine: 1e4,
time: 15,
color: "red",
description: "Practices law or medicine without proper state-sanctioned licensing."
}, {
name: "Embezzlement",
fine: 1e4,
time: 20,
color: "red",
description: "Steals or misappropriated funds that are used for a specific purpose."
}, {
name: "Conspiracy - Misdemeanor",
fine: 2e3,
time: 0,
color: "green",
description: "Any act of conspiracy (See definition at the top) to commit a misdemeanor. This is also called a [Wobbler]."
}, {
name: "Conspiracy to Commit Fraud",
fine: 3e3,
time: 15,
color: "green",
description: "Any act of conspiracy (See definition at the top) to defraud someone out of money or property. This can be filed as a misdemeanor or as a felony based on the facts of the case and criminal history."
},
|