-
Notifications
You must be signed in to change notification settings - Fork 55
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #513 from Schrodinger71/fix_and_new_role
Fix and new ghost-role
- Loading branch information
Showing
7 changed files
with
98 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
ent-ADTRandomHumanoidSpawnerOperatorCentComm = Оператор Центрального Командования | ||
.desc = Ага | ||
.suffix = {"Гейм-Мастер, ОЦК"} | ||
ghost-role-information-operator-centcom-official-name = Оператор Центрального Командования | ||
ghost-role-information-operator-centcom-official-description = Исполняйте обязанности по проверке отчётов, присланных станциями в определённом секторе, сверяет их с формами, установленные самим Центральным Командованием, вносит незначительные правки и передаёт их выше. В игре же вашей задачей будет принимать, рассматривать отчёты, присланные станцией, и одобрять/отклонять их, в зависимости от содержимого, а так же объёма ошибок. (В случае чего обращайтесь в Ф1 или в телефон ЦентКома, чтобы запросить помощь от администрации.) | ||
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
73 changes: 73 additions & 0 deletions
73
Resources/Prototypes/ADT/Entities/Mobs/player/humanoid.yml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,73 @@ | ||
## ОЦк для игроков | ||
- type: entity | ||
name: CentCom official | ||
id: ADTRandomHumanoidSpawnerOperatorCentComm | ||
suffix: "Game-Master, Operator CentComm" | ||
components: | ||
- type: Sprite | ||
sprite: Markers/jobs.rsi | ||
state: centcom | ||
- type: RandomHumanoidSpawner | ||
settings: ADTOperatorCentComm | ||
- type: InitialInfectedExempt | ||
- type: AutoImplant | ||
implants: | ||
- MindShieldImplant | ||
|
||
- type: randomHumanoidSettings | ||
id: ADTOperatorCentComm | ||
components: | ||
- type: MindShield | ||
- type: GhostRole | ||
name: ghost-role-information-operator-centcom-official-name | ||
description: ghost-role-information-operator-centcom-official-description | ||
requirements: | ||
- !type:OverallPlaytimeRequirement | ||
time: 72000 # 20h overall | ||
- !type:DepartmentTimeRequirement | ||
department: Command | ||
time: 72000 # 20h | ||
- !type:DepartmentTimeRequirement | ||
department: Security | ||
time: 72000 # 20h | ||
- type: GhostTakeoverAvailable | ||
- type: Loadout | ||
prototypes: [ ADTOperatorCentCommGear ] | ||
- type: InitialInfectedExempt | ||
|
||
- type: startingGear | ||
id: ADTOperatorCentCommGear | ||
equipment: | ||
jumpsuit: ClothingUniformJumpsuitCentcomOfficial | ||
shoes: ClothingShoesBootsCombatFilled | ||
head: ClothingHeadHatCentcom | ||
eyes: ClothingEyesGlassesSunglasses | ||
gloves: ClothingHandsGlovesColorBlack | ||
outerClothing: ClothingOuterArmorBasic | ||
id: CentcomPDA | ||
ears: ClothingHeadsetAltCentCom | ||
belt: WeaponPistolN1984 | ||
pocket1: BoxFolderBlack | ||
pocket2: PhoneInstrument | ||
underwearb: ClothingUnderwearBottomBoxersWhite # Sirena-Underwear | ||
socks: ClothingUnderwearSocksNormal | ||
underweart: ClothingUnderwearTopBraWhite # Sirena-Underwear | ||
underwearb: ClothingUnderwearBottomPantiesWhite # Sirena-Underwear | ||
|
||
# - !type:OverallPlaytimeRequirement | ||
# time: 324000 #90 hrs | ||
# - !type:DepartmentTimeRequirement | ||
# department: Security | ||
# time: 324000 #90 hrs | ||
# - !type:RoleTimeRequirement | ||
# role: JobSecurityOfficer | ||
# time: 21600 #6 hrs 21600 | ||
# - !type:RoleTimeRequirement | ||
# role: JobWarden | ||
# time: 21600 #6 hrs 21600 | ||
# - !type:RoleTimeRequirement | ||
# role: JobDetective | ||
# time: 7200 #2 hrs 7200 | ||
# - !type:DepartmentTimeRequirement | ||
# department: Command | ||
# time: 72000 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters