70 lines
3.0 KiB
YAML
70 lines
3.0 KiB
YAML
# SPDX-FileCopyrightText: 2023 Colin-Tel <113523727+Colin-Tel@users.noreply.github.com>
|
|
# SPDX-FileCopyrightText: 2023 Ed <96445749+TheShuEd@users.noreply.github.com>
|
|
# SPDX-FileCopyrightText: 2023 Flareguy <78941145+Flareguy@users.noreply.github.com>
|
|
# SPDX-FileCopyrightText: 2024 Aidenkrz <aiden@djkraz.com>
|
|
# SPDX-FileCopyrightText: 2024 Aviu00 <93730715+Aviu00@users.noreply.github.com>
|
|
# SPDX-FileCopyrightText: 2024 Errant <35878406+Errant-4@users.noreply.github.com>
|
|
# SPDX-FileCopyrightText: 2024 Nemanja <98561806+EmoGarbage404@users.noreply.github.com>
|
|
# SPDX-FileCopyrightText: 2024 Plykiya <58439124+Plykiya@users.noreply.github.com>
|
|
# SPDX-FileCopyrightText: 2024 Plykiya <plykiya@protonmail.com>
|
|
# SPDX-FileCopyrightText: 2024 SlamBamActionman <83650252+SlamBamActionman@users.noreply.github.com>
|
|
# SPDX-FileCopyrightText: 2024 deltanedas <39013340+deltanedas@users.noreply.github.com>
|
|
# SPDX-FileCopyrightText: 2024 deltanedas <@deltanedas:kde.org>
|
|
# SPDX-FileCopyrightText: 2024 metalgearsloth <comedian_vs_clown@hotmail.com>
|
|
# SPDX-FileCopyrightText: 2024 plykiya <plykiya@protonmail.com>
|
|
# SPDX-FileCopyrightText: 2024 username <113782077+whateverusername0@users.noreply.github.com>
|
|
# SPDX-FileCopyrightText: 2024 whateverusername0 <whateveremail>
|
|
# SPDX-FileCopyrightText: 2025 Aiden <28298836+Aidenkrz@users.noreply.github.com>
|
|
# SPDX-FileCopyrightText: 2025 GoobBot <uristmchands@proton.me>
|
|
# SPDX-FileCopyrightText: 2025 Ilya246 <57039557+Ilya246@users.noreply.github.com>
|
|
# SPDX-FileCopyrightText: 2025 Ilya246 <ilyukarno@gmail.com>
|
|
# SPDX-FileCopyrightText: 2025 SX_7 <sn1.test.preria.2002@gmail.com>
|
|
# SPDX-FileCopyrightText: 2025 TheBorzoiMustConsume <197824988+TheBorzoiMustConsume@users.noreply.github.com>
|
|
# SPDX-FileCopyrightText: 2025 keronshb <54602815+keronshb@users.noreply.github.com>
|
|
# SPDX-FileCopyrightText: 2025 loltart <159829224+loltart@users.noreply.github.com>
|
|
# SPDX-FileCopyrightText: 2025 loltart <lo1tartyt@gmail.com>
|
|
#
|
|
# SPDX-License-Identifier: AGPL-3.0-or-later
|
|
|
|
- type: entity
|
|
parent: BaseGameRule
|
|
id: Thief
|
|
components:
|
|
- type: ThiefRule
|
|
- type: AntagObjectives
|
|
objectives:
|
|
- EscapeThiefShuttleObjective
|
|
- type: AntagRandomObjectives
|
|
sets:
|
|
- groups: ThiefBigObjectiveGroups
|
|
prob: 0.7
|
|
maxPicks: 1
|
|
- groups: ThiefObjectiveGroups
|
|
maxPicks: 10
|
|
maxDifficulty: 2.5
|
|
- type: AntagSelection
|
|
selectionTime: IntraPlayerSpawn # Goobstation
|
|
agentName: thief-round-end-agent-name
|
|
definitions:
|
|
- prefRoles: [ Thief ]
|
|
max: 3
|
|
playerRatio: 15
|
|
chaosScore: 100 # Goobstation
|
|
lateJoinAdditional: true
|
|
allowNonHumans: true
|
|
multiAntagSetting: NotExclusive
|
|
startingGear: ThiefGear
|
|
jobBlacklist: [ Chaplain ] # GOOBSTATION
|
|
blacklist:
|
|
components:
|
|
- CommandStaff
|
|
components:
|
|
- type: Pacified
|
|
- type: Thieving
|
|
stripTimeReduction: 2
|
|
stealthy: true
|
|
mindRoles:
|
|
- MindRoleThief
|
|
briefing:
|
|
sound: "/Audio/Misc/thief_greeting.ogg"
|