init
This commit is contained in:
47
Prototypes/contraband_severities.yml
Normal file
47
Prototypes/contraband_severities.yml
Normal file
@@ -0,0 +1,47 @@
|
||||
# SPDX-FileCopyrightText: 2024 EmoGarbage404 <retron404@gmail.com>
|
||||
# SPDX-FileCopyrightText: 2024 Kara <lunarautomaton6@gmail.com>
|
||||
# SPDX-FileCopyrightText: 2024 Nemanja <98561806+EmoGarbage404@users.noreply.github.com>
|
||||
# SPDX-FileCopyrightText: 2024 Plykiya <58439124+Plykiya@users.noreply.github.com>
|
||||
# SPDX-FileCopyrightText: 2025 Aiden <28298836+Aidenkrz@users.noreply.github.com>
|
||||
# SPDX-FileCopyrightText: 2025 John <35928781+sporkyz@users.noreply.github.com>
|
||||
# SPDX-FileCopyrightText: 2025 slarticodefast <161409025+slarticodefast@users.noreply.github.com>
|
||||
#
|
||||
# SPDX-License-Identifier: AGPL-3.0-or-later
|
||||
# Improvised weapons/gear, etc. Not departmentally restricted per se, but you shouldn't really have it around
|
||||
# as non-sec without a valid reason.
|
||||
- type: contrabandSeverity
|
||||
id: Minor
|
||||
examineText: contraband-examine-text-Minor
|
||||
|
||||
# Dangerous fucking shit that doesn't belong to CyberSun or NanoTrasen, RPGs, retro laser blasters, unholy things
|
||||
- type: contrabandSeverity
|
||||
id: Major
|
||||
examineText: contraband-examine-text-Major
|
||||
|
||||
# Having this without a good reason might get you yelled at by security. (spears, shivs, etc).
|
||||
# or, Having this as a regular crew member, not the department it was made for, is considered theft IC. (rcd, sec gear, etc)
|
||||
- type: contrabandSeverity
|
||||
id: Restricted
|
||||
examineText: contraband-examine-text-Restricted
|
||||
showDepartmentsAndJobs: true
|
||||
|
||||
# Having this as a regular crew member is considered grand theft. (nuke disk, captain's gear, objective items, etc)
|
||||
- type: contrabandSeverity
|
||||
id: GrandTheft
|
||||
examineText: contraband-examine-text-GrandTheft
|
||||
|
||||
# This is clear syndicate contraband and is illegal to own IC.
|
||||
- type: contrabandSeverity
|
||||
id: Syndicate
|
||||
examineText: contraband-examine-text-Syndicate
|
||||
|
||||
# This is magical contraband and not permitted to be used IC.
|
||||
- type: contrabandSeverity
|
||||
id: Magical
|
||||
examineText: contraband-examine-text-Magical
|
||||
|
||||
# These toys belong to the clown, give them back or get honked
|
||||
- type: contrabandSeverity
|
||||
id: Honkraband
|
||||
examineText: contraband-examine-text-Clown
|
||||
|
||||
Reference in New Issue
Block a user