Advertisement
Regi1255

Parsed PerpHeads Laws - 2022 February

Feb 27th, 2022
341
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 27.31 KB | None | 0 0
  1. {
  2.     "5": {
  3.         "parts": [
  4.             {
  5.                 "desc": "Any person who actively evades and or assists in the evasion of any government tax where it would otherwise be paid acts unlawfully.",
  6.                 "title": "Tax Evasion",
  7.                 "id": 1.0,
  8.                 "punishment": {
  9.                     "money": 3000.0,
  10.                     "years": 2.0,
  11.                     "phrase": "Felony - liable to 2 years maximum imprisonment, $3,000 maximum fine and asset forfeiture.",
  12.                     "assetForfeiture": true
  13.                 },
  14.                 "section": 5.0
  15.             },
  16.             {
  17.                 "desc": "No person shall attempt to offer personal payment in any form to any member of the emergency services or an elected official in order to receive immunity, preferential treatment or other such dishonest benefits.",
  18.                 "title": "Bribery",
  19.                 "id": 2.0,
  20.                 "punishment": {
  21.                     "money": 4000.0,
  22.                     "years": 3.0,
  23.                     "phrase": "Felony - liable to 3 years maximum imprisonment and $4,000 maximum fine.",
  24.                     "assetForfeiture": false
  25.                 },
  26.                 "section": 5.0
  27.             },
  28.             {
  29.                 "desc": "It is an offence to impersonate another person through any means with the intent of committing or concealing a criminal offence or in order damage their reputation.",
  30.                 "title": "Identity Theft",
  31.                 "id": 3.0,
  32.                 "punishment": {
  33.                     "money": 4000.0,
  34.                     "years": 3.0,
  35.                     "phrase": "Felony - liable to 3 years maximum imprisonment and $4,000 maximum fine.",
  36.                     "assetForfeiture": false
  37.                 },
  38.                 "section": 5.0
  39.             },
  40.             {
  41.                 "desc": "No person shall deliberately deceive another person with the intention of unlawfully depriving them of money, possessions or property.",
  42.                 "title": "Fraud",
  43.                 "id": 4.0,
  44.                 "punishment": {
  45.                     "money": 4000.0,
  46.                     "years": 3.0,
  47.                     "phrase": "Felony - liable to 3 years maximum imprisonment, $4,000 maximum fine and asset forfeiture.",
  48.                     "assetForfeiture": true
  49.                 },
  50.                 "section": 5.0
  51.             },
  52.             {
  53.                 "desc": "Any person who uses information as a form of leverage in order to threaten a person legally, financially, or otherwise, in return for their respective cooperation with any form of demand commits an offence.",
  54.                 "title": "Blackmail",
  55.                 "id": 5.0,
  56.                 "punishment": {
  57.                     "money": 4000.0,
  58.                     "years": 5.0,
  59.                     "phrase": "Felony - liable to 5 years maximum imprisonment, $4,000 maximum fine and asset forfeiture.",
  60.                     "assetForfeiture": true
  61.                 },
  62.                 "section": 5.0
  63.             },
  64.             {
  65.                 "desc": "No person should impersonate Emergency Services or Government Official personnel unless they hold a position in either institution.",
  66.                 "title": "Impersonating Emergency Services or Government Official Personnel",
  67.                 "id": 6.0,
  68.                 "punishment": {
  69.                     "money": 4000.0,
  70.                     "years": 3.0,
  71.                     "phrase": "Felony - liable to 3 years maximum imprisonment and $4,000 maximum fine.",
  72.                     "assetForfeiture": false
  73.                 },
  74.                 "section": 5.0
  75.             }
  76.         ],
  77.         "title": "Financial and Identity Crime",
  78.         "id": 5.0
  79.     },
  80.     "6": {
  81.         "parts": [
  82.             {
  83.                 "desc": "Any person who when asked for information or when offering information to emergency services presents information which is not truthful and complete commits an offence",
  84.                 "title": "Provision of False Information",
  85.                 "id": 1.0,
  86.                 "punishment": {
  87.                     "money": 2000.0,
  88.                     "years": 3.0,
  89.                     "phrase": "Misdemeanor - liable to 3 years maximum imprisonment and $2,000 maximum fine.",
  90.                     "assetForfeiture": false
  91.                 },
  92.                 "section": 6.0
  93.             },
  94.             {
  95.                 "desc": "No person shall tamper with, destroy or hide evidence relating to a criminal offence.",
  96.                 "title": "Destruction of Evidence",
  97.                 "id": 2.0,
  98.                 "punishment": {
  99.                     "money": 3000.0,
  100.                     "years": 3.0,
  101.                     "phrase": "Felony - liable to 3 years maximum imprisonment, $3,000 maximum fine and asset forfeiture.",
  102.                     "assetForfeiture": true
  103.                 },
  104.                 "section": 6.0
  105.             },
  106.             {
  107.                 "desc": "Any person who knowingly provides assistance to a person under detainment, arrest or warrant for arrest other than providing medical assistance or formal legal consul acts unlawfully. Assistance may be, but is not necessarily limited to advice, action and financial support.",
  108.                 "title": "Aiding & Abetting",
  109.                 "id": 3.0,
  110.                 "punishment": {
  111.                     "money": 5000.0,
  112.                     "years": 5.0,
  113.                     "phrase": "Felony - liable to 5 years maximum imprisonment and $5,000 maximum fine.",
  114.                     "assetForfeiture": false
  115.                 },
  116.                 "section": 6.0
  117.             },
  118.             {
  119.                 "desc": "No person shall fail to comply with the orders detailed within a warrant or obstruct the execution of a warrant.",
  120.                 "title": "Failure to Comply with a Warrant",
  121.                 "id": 4.0,
  122.                 "punishment": {
  123.                     "money": 4000.0,
  124.                     "years": 4.0,
  125.                     "phrase": "Misdemeanor - liable to 4 years maximum imprisonment and $4,000 maximum fine.",
  126.                     "assetForfeiture": false
  127.                 },
  128.                 "section": 6.0
  129.             },
  130.             {
  131.                 "desc": "Any person who fails to comply with the legal orders of a Law enforcement officer such as refusing to provide ID when detained or obstructs a Law enforcement officer executing their duties commits an offence.",
  132.                 "title": "Cooperation with the Orders of Law Enforcement Personnel",
  133.                 "id": 5.0,
  134.                 "punishment": {
  135.                     "money": 5000.0,
  136.                     "years": 5.0,
  137.                     "phrase": "Felony - liable to 5 years maximum imprisonment and $5,000 maximum fine.",
  138.                     "assetForfeiture": false
  139.                 },
  140.                 "section": 6.0
  141.             },
  142.             {
  143.                 "desc": "It is an offence for a person to fail to contact the emergency services when a person is in need of emergency medical care.",
  144.                 "title": "Persons in Need",
  145.                 "id": 6.0,
  146.                 "punishment": {
  147.                     "money": 4000.0,
  148.                     "years": 3.0,
  149.                     "phrase": "Misdemeanor - liable to 3 years maximum imprisonment and $4,000 maximum fine.",
  150.                     "assetForfeiture": false
  151.                 },
  152.                 "section": 6.0
  153.             },
  154.             {
  155.                 "desc": "No person shall attempt or plan to commit a crime. A person who does so shall be liable for punishment as if they had committed the offence.",
  156.                 "title": "Attempting or Planning a Crime",
  157.                 "id": 7.0,
  158.                 "punishment": {
  159.                     "money": 0.0,
  160.                     "years": 0.0,
  161.                     "phrase": "Liable to half of what offence was if committed.",
  162.                     "assetForfeiture": false
  163.                 },
  164.                 "section": 6.0
  165.             },
  166.             {
  167.                 "desc": "Any person who refuses to give information or withholds information regarding identification of themselves whilst under detainment by an LEO commits an offence.",
  168.                 "title": "Failure to identify to a Law Enforcement Officer",
  169.                 "id": 8.0,
  170.                 "punishment": {
  171.                     "money": 3000.0,
  172.                     "years": 2.0,
  173.                     "phrase": "Misdemeanor - liable to 2 years maximum imprisonment and $3,000 maximum fine",
  174.                     "assetForfeiture": false
  175.                 },
  176.                 "section": 6.0
  177.             },
  178.             {
  179.                 "desc": "Fleeing or attempting to elude a pursuing LEO commits an offence.",
  180.                 "title": "Failure to stop for a Law Enforcement Officer",
  181.                 "id": 9.0,
  182.                 "punishment": {
  183.                     "money": 4000.0,
  184.                     "years": 5.0,
  185.                     "phrase": "Felony - liable to 5 years maximum imprisonment and $4,000 maximum fine.",
  186.                     "assetForfeiture": false
  187.                 },
  188.                 "section": 6.0
  189.             },
  190.             {
  191.                 "desc": "Any person who obstructs a member of the emergency services in their duties commits an offence.",
  192.                 "title": "Obstruction of Emergency Services",
  193.                 "id": 10.0,
  194.                 "punishment": {
  195.                     "money": 4000.0,
  196.                     "years": 5.0,
  197.                     "phrase": "Felony - liable to 5 years maximum imprisonment and $4,000 maximum fine.",
  198.                     "assetForfeiture": false
  199.                 },
  200.                 "section": 6.0
  201.             }
  202.         ],
  203.         "title": "Cooperation with Emergency Services",
  204.         "id": 6.0
  205.     },
  206.     "7": {
  207.         "parts": [
  208.             {
  209.                 "desc": "It is an offence for a person to light a firework within the business, city or suburban areas of Paralake City.",
  210.                 "title": "Fireworks",
  211.                 "id": 1.0,
  212.                 "punishment": {
  213.                     "money": 1500.0,
  214.                     "years": 0.0,
  215.                     "phrase": "Infraction - liable to $1,500 and asset forfeiture.",
  216.                     "assetForfeiture": true
  217.                 },
  218.                 "section": 7.0
  219.             },
  220.             {
  221.                 "desc": "It is illegal for a person to manufacture, possess, sell, or transport an explosive or incendiary device.",
  222.                 "title": "Possession of Explosives and Incendiaries",
  223.                 "id": 2.0,
  224.                 "punishment": {
  225.                     "money": 3000.0,
  226.                     "years": 3.0,
  227.                     "phrase": "Misdemeanor - liable to 3 years maximum imprisonment, $3,000 maximum fine and asset forfeiture.",
  228.                     "assetForfeiture": true
  229.                 },
  230.                 "section": 7.0
  231.             },
  232.             {
  233.                 "desc": "Any person who is in possession of any offensive weapon in a public area without a reasonable excuse commits an offence. Offensive weapons include, but are not necessarily limited to the following, firearms, baseball bats, knives, machetes, or improvised/adapted items with the intent to harm or cause damage.",
  234.                 "title": "Possession of Offensive Weapons",
  235.                 "id": 3.0,
  236.                 "punishment": {
  237.                     "money": 2500.0,
  238.                     "years": 2.0,
  239.                     "phrase": "Misdemeanor - liable to 2 years maximum imprisonment, $2,500 maximum fine and asset forfeiture.",
  240.                     "assetForfeiture": true
  241.                 },
  242.                 "section": 7.0
  243.             },
  244.             {
  245.                 "desc": "It is an offence to store an offensive weapon in an insecure place such as a public area or an area easily accessible by the public.",
  246.                 "title": "Storage of Offensive Weapons",
  247.                 "id": 4.0,
  248.                 "punishment": {
  249.                     "money": 2000.0,
  250.                     "years": 2.0,
  251.                     "phrase": "Misdemeanor - liable to 2 years maximum imprisonment, $2,000 maximum fine and asset forfeiture",
  252.                     "assetForfeiture": true
  253.                 },
  254.                 "section": 7.0
  255.             },
  256.             {
  257.                 "desc": "Any person who display an offensive weapon in a public setting commits an offence.",
  258.                 "title": "Displayal of Offensive Weapons",
  259.                 "id": 5.0,
  260.                 "punishment": {
  261.                     "money": 4000.0,
  262.                     "years": 2.0,
  263.                     "phrase": "Felony - liable to 2 years maximum imprisonment, $4,000 maximum fine and asset forfeiture.",
  264.                     "assetForfeiture": true
  265.                 },
  266.                 "section": 7.0
  267.             },
  268.             {
  269.                 "desc": "A person does not act unlawfully under articles 7.3, 7.4 or 7.5 if they are transporting an offensive weapon in a way that is direct and immediate between places of secure storage, such as a vehicle trunk or storage chest.",
  270.                 "title": "Transport of Offensive Weapons",
  271.                 "id": 6.0,
  272.                 "punishment": {
  273.                     "money": 3000.0,
  274.                     "years": 2.0,
  275.                     "phrase": "Misdemeanor - liable to 2 years maximum imprisonment, $3,000 maximum fine and asset forfeiture.",
  276.                     "assetForfeiture": true
  277.                 },
  278.                 "section": 7.0
  279.             },
  280.             {
  281.                 "desc": "A person does not commit an offence under articles 7.4 or 7.5 if the offensive weapon in question is stored or displayed within a property defined by the banks of Paralake City as being a Shop. In addition to this, the offensive weapon in question must be intended for sale to the general public, it must not be being held by any person and must not intended to assist in the committing of any criminal offence.",
  282.                 "title": "Sale of Offensive Weapons",
  283.                 "id": 7.0,
  284.                 "punishment": {
  285.                     "money": 2000.0,
  286.                     "years": 0.0,
  287.                     "phrase": "Infraction - liable to $2,000 maximum fine.",
  288.                     "assetForfeiture": false
  289.                 },
  290.                 "section": 7.0
  291.             },
  292.             {
  293.                 "desc": "It is illegal for a person to detonate an explosive or incendiary device.",
  294.                 "title": "Detonation of Explosives and Incendiaries",
  295.                 "id": 8.0,
  296.                 "punishment": {
  297.                     "money": 6000.0,
  298.                     "years": 6.0,
  299.                     "phrase": "Felony - liable to 6 years maximum imprisonment and $6,000 maximum fine.",
  300.                     "assetForfeiture": false
  301.                 },
  302.                 "section": 7.0
  303.             }
  304.         ],
  305.         "title": "Offensive Weapons",
  306.         "id": 7.0
  307.     },
  308.     "8": {
  309.         "parts": [
  310.             {
  311.                 "desc": "Any restricted substance shall be illegal to possess with the intent to use.",
  312.                 "title": "Possession of Restricted Substances with Intent to Use",
  313.                 "id": 1.0,
  314.                 "punishment": {
  315.                     "money": 1500.0,
  316.                     "years": 0.0,
  317.                     "phrase": "Infraction - liable to $1,500 maximum fine and asset forfeiture.",
  318.                     "assetForfeiture": true
  319.                 },
  320.                 "section": 8.0
  321.             },
  322.             {
  323.                 "desc": "Any restricted substance shall be illegal to possess with the intent to supply others.",
  324.                 "title": "Possession of Restricted Substances with Intent to Supply",
  325.                 "id": 2.0,
  326.                 "punishment": {
  327.                     "money": 4000.0,
  328.                     "years": 3.0,
  329.                     "phrase": "Felony - liable to 3 years maximum imprisonment, $4,000 maximum fine and asset forfeiture.",
  330.                     "assetForfeiture": true
  331.                 },
  332.                 "section": 8.0
  333.             },
  334.             {
  335.                 "desc": "Any restricted substance shall be illegal to possess with the intent to produce further narcotics.",
  336.                 "title": "Possession of Restricted Substances with Intent to Produce",
  337.                 "id": 3.0,
  338.                 "punishment": {
  339.                     "money": 4000.0,
  340.                     "years": 4.0,
  341.                     "phrase": "Misdemeanor - liable to 4 years maximum imprisonment, $4,000 maximum fine and asset forfeiture.",
  342.                     "assetForfeiture": true
  343.                 },
  344.                 "section": 8.0
  345.             },
  346.             {
  347.                 "desc": "Any restricted substance shall be illegal to possess with the intent to transport",
  348.                 "title": "Possession of Restricted Substances with Intent to Transport",
  349.                 "id": 4.0,
  350.                 "punishment": {
  351.                     "money": 2000.0,
  352.                     "years": 2.0,
  353.                     "phrase": "Misdemeanor - liable to 2 years maximum imprisonment, $2,000 maximum fine and asset forfeiture.",
  354.                     "assetForfeiture": true
  355.                 },
  356.                 "section": 8.0
  357.             }
  358.         ],
  359.         "title": "Restricted Substances",
  360.         "id": 8.0
  361.     },
  362.     "9": {
  363.         "parts": [
  364.             {
  365.                 "desc": "Any person who applies or causes reckless injury to another person commits an offence.",
  366.                 "title": "Physical Assault",
  367.                 "id": 1.0,
  368.                 "punishment": {
  369.                     "money": 5000.0,
  370.                     "years": 5.0,
  371.                     "phrase": "Felony - liable to 5 years maximum imprisonment and $5,000 maximum fine.",
  372.                     "assetForfeiture": false
  373.                 },
  374.                 "section": 9.0
  375.             },
  376.             {
  377.                 "desc": "Any person who applies or causes reckless injury to another person with any type of offensive weapon as defined in law 7.3, that is likely to cause great bodily injury commits an offence.",
  378.                 "title": "Physical Assault with an Offensive Weapon",
  379.                 "id": 2.0,
  380.                 "punishment": {
  381.                     "money": 7000.0,
  382.                     "years": 8.0,
  383.                     "phrase": "Felony - liable to 8 years maximum imprisonment and $7,000 maximum fine.",
  384.                     "assetForfeiture": false
  385.                 },
  386.                 "section": 9.0
  387.             },
  388.             {
  389.                 "desc": "Any person who causes another person to be in fear of physical assault as defined under article 9.1 by verbal, physical, emotional or other forms of intimidation acts unlawfully.",
  390.                 "title": "Threat of Physical Harm",
  391.                 "id": 3.0,
  392.                 "punishment": {
  393.                     "money": 2500.0,
  394.                     "years": 3.0,
  395.                     "phrase": "Felony - liable to 3 years maximum imprisonment and $2,500 maximum fine.",
  396.                     "assetForfeiture": false
  397.                 },
  398.                 "section": 9.0
  399.             },
  400.             {
  401.                 "desc": "The detainment of a person against their will unless the person has committed a criminal offence or their detainment is in order to facilitate their apprehension by law enforcement officers.",
  402.                 "title": "Unlawful Detainment",
  403.                 "id": 4.0,
  404.                 "punishment": {
  405.                     "money": 3000.0,
  406.                     "years": 4.0,
  407.                     "phrase": "Felony - liable to 4 years maximum imprisonment and $3,000 maximum fine.",
  408.                     "assetForfeiture": false
  409.                 },
  410.                 "section": 9.0
  411.             },
  412.             {
  413.                 "desc": "No person shall take the life of another person with the intent of causing death or severe injury.",
  414.                 "title": "Murder",
  415.                 "id": 5.0,
  416.                 "punishment": {
  417.                     "money": 10000.0,
  418.                     "years": 10.0,
  419.                     "phrase": "Felony - liable to 10 years maximum imprisonment and $10,000 maximum fine.",
  420.                     "assetForfeiture": false
  421.                 },
  422.                 "section": 9.0
  423.             },
  424.             {
  425.                 "desc": "No person shall take the life of another person through negligence.",
  426.                 "title": "Manslaughter",
  427.                 "id": 6.0,
  428.                 "punishment": {
  429.                     "money": 7000.0,
  430.                     "years": 7.0,
  431.                     "phrase": "Felony - liable to 7 years maximum imprisonment and $7,000 maximum fine.",
  432.                     "assetForfeiture": false
  433.                 },
  434.                 "section": 9.0
  435.             },
  436.             {
  437.                 "desc": "Any person who coerces another person through force, threats or abuse of authority forces another person into performing a sexual act commits an offence.",
  438.                 "title": "Sexual Offences",
  439.                 "id": 7.0,
  440.                 "punishment": {
  441.                     "money": 4000.0,
  442.                     "years": 5.0,
  443.                     "phrase": "Felony - liable to 5 years maximum imprisonment and $4,000 maximum fine.",
  444.                     "assetForfeiture": false
  445.                 },
  446.                 "section": 9.0
  447.             }
  448.         ],
  449.         "title": "Violent Crime",
  450.         "id": 9.0
  451.     },
  452.     "10": {
  453.         "parts": [
  454.             {
  455.                 "desc": "It is an offence for a person to display behaviour that is likely to cause harassment, alarm or distress. This includes but is not limited to visual representations such as signs and newspaper adverts.",
  456.                 "title": "Causing Harrassment, Alarm or Distress",
  457.                 "id": 1.0,
  458.                 "punishment": {
  459.                     "money": 3000.0,
  460.                     "years": 4.0,
  461.                     "phrase": "Misdemeanor - liable to 4 years maximum imprisonment and $3,000 maximum fine.",
  462.                     "assetForfeiture": false
  463.                 },
  464.                 "section": 10.0
  465.             },
  466.             {
  467.                 "desc": "It is illegal for a person who witnesses or has knowledge of the committing of a criminal offence to fail to contact the police as soon as is practicable following the offence.",
  468.                 "title": "Failing to report a crime",
  469.                 "id": 2.0,
  470.                 "punishment": {
  471.                     "money": 3500.0,
  472.                     "years": 3.0,
  473.                     "phrase": "Felony - liable to 3 years maximum imprisonment and $3,500 maximum fine.",
  474.                     "assetForfeiture": false
  475.                 },
  476.                 "section": 10.0
  477.             },
  478.             {
  479.                 "desc": "Any person who misuses the emergency services such as by hoax calling the 911 service commits an offence.",
  480.                 "title": "Inappropriate use of Emergency Services",
  481.                 "id": 3.0,
  482.                 "punishment": {
  483.                     "money": 5000.0,
  484.                     "years": 0.0,
  485.                     "phrase": "Infraction - liable to $5,000 maximum fine.",
  486.                     "assetForfeiture": false
  487.                 },
  488.                 "section": 10.0
  489.             }
  490.         ],
  491.         "title": "Non-Violent Conduct",
  492.         "id": 10.0
  493.     },
  494.     "11": {
  495.         "parts": [
  496.             {
  497.                 "desc": "It is illegal to use objects, your person or threatening behaviour to prevent access to either a public area or private property, to a person authorised to enter the area in question.",
  498.                 "title": "Obstruction of Property Access",
  499.                 "id": 1.0,
  500.                 "punishment": {
  501.                     "money": 1500.0,
  502.                     "years": 3.0,
  503.                     "phrase": "Misdemeanor - liable to 3 years maximum imprisonment and $1,500 maximum fine.",
  504.                     "assetForfeiture": false
  505.                 },
  506.                 "section": 11.0
  507.             },
  508.             {
  509.                 "desc": "Any person who damages, defaces or alters a property or possession without the permission of the owner.",
  510.                 "title": "Vandalism",
  511.                 "id": 2.0,
  512.                 "punishment": {
  513.                     "money": 2000.0,
  514.                     "years": 2.0,
  515.                     "phrase": "Misdemeanor - liable to 2 years maximum imprisonment and $2,000 maximum fine.",
  516.                     "assetForfeiture": false
  517.                 },
  518.                 "section": 11.0
  519.             },
  520.             {
  521.                 "desc": "Any person who takes or offers residence in a property not intended or adapted for such a purpose commits an offence.",
  522.                 "title": "Buildings of Residence",
  523.                 "id": 3.0,
  524.                 "punishment": {
  525.                     "money": 2000.0,
  526.                     "years": 0.0,
  527.                     "phrase": "Misdemeanour - liable to $2,000 maximum fine and the ejection of residents.",
  528.                     "assetForfeiture": false
  529.                 },
  530.                 "section": 11.0
  531.             },
  532.             {
  533.                 "desc": "Any person who enters private property without permission of the owner or publicly restricted area without the use of force or causing damage to possessions or the property.",
  534.                 "title": "Trespassing",
  535.                 "id": 4.0,
  536.                 "punishment": {
  537.                     "money": 3000.0,
  538.                     "years": 3.0,
  539.                     "phrase": "Misdemeanor - liable to 3 years maximum imprisonment and $3,000 maximum fine.",
  540.                     "assetForfeiture": false
  541.                 },
  542.                 "section": 11.0
  543.             },
  544.             {
  545.                 "desc": "Any person entering private property without permission of the owner or publicly restricted area by means of force or by causing damages to possessions or the property.",
  546.                 "title": "Breaking and Entering",
  547.                 "id": 5.0,
  548.                 "punishment": {
  549.                     "money": 4000.0,
  550.                     "years": 4.0,
  551.                     "phrase": "Felony - liable to 4 years maximum imprisonment and $4,000 maximum fine.",
  552.                     "assetForfeiture": false
  553.                 },
  554.                 "section": 11.0
  555.             },
  556.             {
  557.                 "desc": "Any person who dishonestly appropriates any possession belonging to another person commits a criminal offence.",
  558.                 "title": "Theft",
  559.                 "id": 6.0,
  560.                 "punishment": {
  561.                     "money": 3000.0,
  562.                     "years": 3.0,
  563.                     "phrase": "Misdemeanor - liable to 3 years maximum imprisonment and $3,000 maximum fine.",
  564.                     "assetForfeiture": false
  565.                 },
  566.                 "section": 11.0
  567.             },
  568.             {
  569.                 "desc": "Any person who willfully and maliciously or recklessly sets fire to a property commits a criminal offence.",
  570.                 "title": "Arson",
  571.                 "id": 7.0,
  572.                 "punishment": {
  573.                     "money": 5000.0,
  574.                     "years": 6.0,
  575.                     "phrase": "Felony - liable to 6 years maximum imprisonment and $5,000 maximum fine.",
  576.                     "assetForfeiture": false
  577.                 },
  578.                 "section": 11.0
  579.             },
  580.             {
  581.                 "desc": "Any person who remains in a public area for a prolonged period of time without any apparent lawful purpose commits a criminal offence.",
  582.                 "title": "Loitering",
  583.                 "id": 8.0,
  584.                 "punishment": {
  585.                     "money": 2000.0,
  586.                     "years": 0.0,
  587.                     "phrase": "Infraction - liable to $2,000 maximum fine.",
  588.                     "assetForfeiture": false
  589.                 },
  590.                 "section": 11.0
  591.             },
  592.             {
  593.                 "desc": "Any person who discharges their firearm in a public or private property, unless for Self Defence and the Defence of Others (see law 2.1) commits an offence.",
  594.                 "title": "Discharging a Firearm",
  595.                 "id": 9.0,
  596.                 "punishment": {
  597.                     "money": 2000.0,
  598.                     "years": 0.0,
  599.                     "phrase": "Infraction - liable to $2,000 maximum fine.",
  600.                     "assetForfeiture": false
  601.                 },
  602.                 "section": 11.0
  603.             }
  604.         ],
  605.         "title": "Property and Possession Crime",
  606.         "id": 11.0
  607.     },
  608.     "12": {
  609.         "parts": [
  610.             {
  611.                 "desc": "It is an offence to cross or enter a public road on foot via any crossing point other than those designated by road markings or signage.",
  612.                 "title": "Jaywalking",
  613.                 "id": 1.0,
  614.                 "punishment": {
  615.                     "money": 750.0,
  616.                     "years": 0.0,
  617.                     "phrase": "Infraction - liable to $750 maximum fine.",
  618.                     "assetForfeiture": false
  619.                 },
  620.                 "section": 12.0
  621.             },
  622.             {
  623.                 "desc": "Vehicles may not exceed the posted speed limit on a public road as designated by road signs.",
  624.                 "title": "Speeding",
  625.                 "id": 2.0,
  626.                 "punishment": {
  627.                     "money": 1500.0,
  628.                     "years": 0.0,
  629.                     "phrase": "Infraction - liable to $1,500 maximum fine.",
  630.                     "assetForfeiture": false
  631.                 },
  632.                 "section": 12.0
  633.             },
  634.             {
  635.                 "desc": "Drivers of vehicles must come to a complete stop at a red traffic light. When meeting an amber traffic light, drivers must come to a complete stop if it is safe and possible to do so.",
  636.                 "title": "Traffic lights",
  637.                 "id": 3.0,
  638.                 "punishment": {
  639.                     "money": 2000.0,
  640.                     "years": 0.0,
  641.                     "phrase": "Infraction - liable to $2,000 maximum fine.",
  642.                     "assetForfeiture": false
  643.                 },
  644.                 "section": 12.0
  645.             },
  646.             {
  647.                 "desc": "Vehicles may not be parked on public roads, sidewalks, pathways or any other public area not intended for parking unless designated by the parking road markings.",
  648.                 "title": "Parking",
  649.                 "id": 4.0,
  650.                 "punishment": {
  651.                     "money": 1000.0,
  652.                     "years": 0.0,
  653.                     "phrase": "Infraction - liable to $1,000 maximum fine and asset forfeiture.",
  654.                     "assetForfeiture": true
  655.                 },
  656.                 "section": 12.0
  657.             },
  658.             {
  659.                 "desc": "Drivers of vehicles must drive in accordance with road markings and signage.",
  660.                 "title": "Road Markings and Signage",
  661.                 "id": 5.0,
  662.                 "punishment": {
  663.                     "money": 1000.0,
  664.                     "years": 0.0,
  665.                     "phrase": "Infraction - liable to $1,000 maximum fine.",
  666.                     "assetForfeiture": false
  667.                 },
  668.                 "section": 12.0
  669.             },
  670.             {
  671.                 "desc": "It is the responsibility of the driver to ensure that the vehicle is free of faults or defects. Any person who drives a vehicle in an unroadworthy condition acts unlawfully.",
  672.                 "title": "Vehicle Maintenance",
  673.                 "id": 6.0,
  674.                 "punishment": {
  675.                     "money": 2000.0,
  676.                     "years": 0.0,
  677.                     "phrase": "Infraction - liable to $2,000 maximum fine and asset forfeiture.",
  678.                     "assetForfeiture": true
  679.                 },
  680.                 "section": 12.0
  681.             },
  682.             {
  683.                 "desc": "Upon the approach of an emergency vehicle with its lights or sirens activated drivers must pull to the rightmost side of the road to allow the vehicle to pass.If the vehicle remains behind them they must come to a stop at the nearest safe location.",
  684.                 "title": "Emergency Vehicles",
  685.                 "id": 7.0,
  686.                 "punishment": {
  687.                     "money": 2000.0,
  688.                     "years": 0.0,
  689.                     "phrase": "Infraction - liable to $2,000 maximum fine.",
  690.                     "assetForfeiture": false
  691.                 },
  692.                 "section": 12.0
  693.             },
  694.             {
  695.                 "desc": "Drivers involved in a collision with any person or object must stop at the scene of the incident and inform the police of the incident.",
  696.                 "title": "Collisions",
  697.                 "id": 8.0,
  698.                 "punishment": {
  699.                     "money": 2000.0,
  700.                     "years": 0.0,
  701.                     "phrase": "Infraction - liable to $2,000 maximum fine.",
  702.                     "assetForfeiture": false
  703.                 },
  704.                 "section": 12.0
  705.             },
  706.             {
  707.                 "desc": "Headlights must be used in situations where there is reduced visibility such as night time or in foggy conditions.",
  708.                 "title": "Headlights",
  709.                 "id": 9.0,
  710.                 "punishment": {
  711.                     "money": 1000.0,
  712.                     "years": 0.0,
  713.                     "phrase": "Infraction - liable to $1,000 maximum fine.",
  714.                     "assetForfeiture": false
  715.                 },
  716.                 "section": 12.0
  717.             },
  718.             {
  719.                 "desc": "Drivers must activate the appropriate indicator prior to crossing a lane or joining a new road. Drivers must also activate their hazard lights if their vehicle presents an unavoidable hazard to other road users.",
  720.                 "title": "Indicators and Hazard Lights",
  721.                 "id": 10.0,
  722.                 "punishment": {
  723.                     "money": 1000.0,
  724.                     "years": 0.0,
  725.                     "phrase": "Infraction - liable to $1,000 maximum fine.",
  726.                     "assetForfeiture": false
  727.                 },
  728.                 "section": 12.0
  729.             },
  730.             {
  731.                 "desc": "Drivers must exercise complete care and attention when operating a vehicle.",
  732.                 "title": "Driving Without Due Care and Attention",
  733.                 "id": 11.0,
  734.                 "punishment": {
  735.                     "money": 2000.0,
  736.                     "years": 3.0,
  737.                     "phrase": "Misdemeanor - liable to 3 years maximum imprisonment and $2,000 maximum fine.",
  738.                     "assetForfeiture": false
  739.                 },
  740.                 "section": 12.0
  741.             },
  742.             {
  743.                 "desc": "Any person who drives any vehicle with disregard for the safety of persons or property is guilty of this offence.",
  744.                 "title": "Reckless Driving",
  745.                 "id": 12.0,
  746.                 "punishment": {
  747.                     "money": 3500.0,
  748.                     "years": 4.0,
  749.                     "phrase": "Misdemeanor - liable to 4 years maximum imprisonment, $3,500 maximum fine and asset forfeiture.",
  750.                     "assetForfeiture": true
  751.                 },
  752.                 "section": 12.0
  753.             },
  754.             {
  755.                 "desc": "Drivers must not operate a vehicle when they are impaired by alcohol or any restricted drug.",
  756.                 "title": "Driving under the influence",
  757.                 "id": 13.0,
  758.                 "punishment": {
  759.                     "money": 2000.0,
  760.                     "years": 3.0,
  761.                     "phrase": "Misdemeanor - liable to 3 years maximum imprisonment and $2,000 maximum fine.",
  762.                     "assetForfeiture": false
  763.                 },
  764.                 "section": 12.0
  765.             },
  766.             {
  767.                 "desc": "Where not overridden by road markings, signage or other such signals, vehicles must give way at intersections and junctions to vehicles approaching from their right.",
  768.                 "title": "Right of way",
  769.                 "id": 14.0,
  770.                 "punishment": {
  771.                     "money": 2000.0,
  772.                     "years": 0.0,
  773.                     "phrase": "Infraction - liable to $2,000 maximum fine.",
  774.                     "assetForfeiture": false
  775.                 },
  776.                 "section": 12.0
  777.             }
  778.         ],
  779.         "title": "Road Offences",
  780.         "id": 12.0
  781.     }
  782. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement