mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-07-21 21:10:30 +01:00
3d9f0dac0a
this PR updates regulations i213 and i310 to have the new descriptions and removes 2 regulations that are no longer wanted. approved by CatsinHD.
87 lines
2.1 KiB
Plaintext
87 lines
2.1 KiB
Plaintext
/datum/law/high_severity
|
|
severity = 3
|
|
felony = 1
|
|
|
|
min_fine = 0
|
|
max_fine = 0
|
|
|
|
/datum/law/high_severity/murder
|
|
name = "i301 - Murder"
|
|
desc = "To kill someone, or attempt to kill someone, with premeditated malicious intent."
|
|
id = "i301"
|
|
|
|
min_brig_time = 90
|
|
max_brig_time = 90
|
|
|
|
/datum/law/high_severity/manslaughter
|
|
name = "i302 - Manslaughter"
|
|
desc = "To kill someone without malice or forethought."
|
|
id = "i302"
|
|
|
|
min_brig_time = 20
|
|
max_brig_time = 90
|
|
|
|
/datum/law/high_severity/mutiny
|
|
name = "i303 - Mutiny"
|
|
desc = "To openly rebel against or attempt to remove command staff with violent intent."
|
|
id = "i303"
|
|
|
|
min_brig_time = 90
|
|
max_brig_time = 90
|
|
|
|
/datum/law/high_severity/kidnapping
|
|
name = "i304 - Kidnapping and Hostage Taking"
|
|
desc = "To take away or transport a victim against the victim's will."
|
|
id = "i304"
|
|
|
|
min_brig_time = 90
|
|
max_brig_time = 90
|
|
|
|
/datum/law/high_severity/terrorism
|
|
name = "i305 - Terrorist Acts"
|
|
desc = "To engage in maliciously destructive actions, which seriously threaten the crew or ship."
|
|
id = "i305"
|
|
|
|
min_brig_time = 90
|
|
max_brig_time = 90
|
|
|
|
/datum/law/high_severity/assault_hos
|
|
name = "i306 - Assaulting a Head of Staff"
|
|
desc = "To assault a Head of Staff, causing severe damage."
|
|
id = "i306"
|
|
|
|
min_brig_time = 20
|
|
max_brig_time = 40
|
|
|
|
/datum/law/high_severity/escape_hut
|
|
name = "i307 - Escaping From Holding Until Transfer"
|
|
desc = "To escape, or attempt to escape, from the brig or other holding area when being held until transfer."
|
|
id = "i307"
|
|
|
|
min_brig_time = 90
|
|
max_brig_time = 90
|
|
|
|
/datum/law/high_severity/corporate_espionage
|
|
name = "i308 - Corporate Espionage"
|
|
desc = "To act as an agent of a terrorist or anti-Corporation group."
|
|
id = "i308"
|
|
|
|
min_brig_time = 90
|
|
max_brig_time = 90
|
|
|
|
/datum/law/high_severity/automacide
|
|
name = "i310 - Automacide"
|
|
desc = "To willfully, unlawfully and permanently terminate or wipe a free positronic intelligence."
|
|
id = "i310"
|
|
|
|
min_brig_time = 20
|
|
max_brig_time = 90
|
|
|
|
/datum/law/high_severity/fytocide
|
|
name = "i311 - Fytocide"
|
|
desc = "To willfully, unlawfully and permanently terminate 2/3 or more nymphs contained within a gestalt."
|
|
id = "i311"
|
|
|
|
min_brig_time = 20
|
|
max_brig_time = 90
|