Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 12 additions & 0 deletions Resources/Locale/ru-RU/Imperial/Medieval/medieval.ftl
Original file line number Diff line number Diff line change
Expand Up @@ -555,6 +555,9 @@ ent-MedievalKeyKing = ключ культа истины
ent-MedievalKeyCargo = ключ оружейной легиона
.desc = За императора!
.suffix = { "Средневековье, ключ, снабжение" }
ent-MedievalKeyCathedral = ключ церкви
.desc = Отче наш.
.suffix = { "Средневековье, ключ, научныйруководитель" }
ent-MedievalMobGoblin = гоблин
.desc = Мелкие бегающие твари. Пока ты успеешь одуматься они тебя уже разденут и убегут.
.suffix = { "Средневековье, моб" }
Expand All @@ -579,6 +582,9 @@ ent-MedievalAirlockChemistryLocked = дверь бандитов волка
ent-MedievalAirlockSecurityLocked = дверь оружейной мятежников
.desc = Для нее нужен ключ
.suffix = { "Средневековье, дверь" }
ent-MedievalAirlockCathedralLocked = дверь церкви
.desc = Для нее нужен ключ
.suffix = { "Средневековье, дверь" }
ent-MedievalAirlock = дверь
.desc = Для нее не нужен ключ
.suffix = { "Средневековье, дверь" }
Expand All @@ -597,6 +603,9 @@ ent-MedievalAirlockGrilleChemistryLocked = решетчатая дверь ба
ent-MedievalAirlockGrilleSecurityLocked = решетчатая дверь оружейной мятежников
.desc = Для нее нужен ключ
.suffix = { "Средневековье, дверь" }
ent-MedievalAirlockGrilleCathedralLocked = решетчатая дверь церкви
.desc = Для нее нужен ключ
.suffix = { "Средневековье, дверь" }
ent-MedievalAirlockGrille = решетчатая дверь
.desc = Для нее не нужен ключ
.suffix = { "Средневековье, дверь" }
Expand All @@ -615,6 +624,9 @@ ent-MedievalAirlockReinforcedChemistryLocked = оббитая железом д
ent-MedievalAirlockReinforcedSecurityLocked = оббитая железом дверь оружейной мятежников
.desc = Для нее нужен ключ
.suffix = { "Средневековье, дверь" }
ent-MedievalAirlockReinforcedCathedralLocked = оббитая железом дверь церкви
.desc = Для нее нужен ключ
.suffix = { "Средневековье, дверь" }
ent-MedievalAirlockReinforced = оббитая железом дверь
.desc = Для нее не нужен ключ
.suffix = { "Средневековье, дверь" }
Expand Down
37 changes: 37 additions & 0 deletions Resources/Prototypes/Imperial/Medieval/doors.yml
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,19 @@
accessLists:
- Hydroponics

- type: entity
parent: MedievalAirlock
id: MedievalAirlockCathedralLocked
components:
#- type: AccessReader
# access: [["ResearchDirector"]]
- type: DoorBolt
boltsDown: True
- type: LockDoor
accessLists:
- ResearchDirector


- type: entity
parent: MedievalAirlock
id: MedievalAirlockJanitorLocked
Expand Down Expand Up @@ -486,6 +499,18 @@
accessLists:
- Hydroponics

- type: entity
parent: MedievalAirlockGrille
id: MedievalAirlockGrilleCathedralLocked
components:
#- type: AccessReader
# access: [["ResearchDirector"]]
- type: DoorBolt
boltsDown: True
- type: LockDoor
accessLists:
- ResearchDirector

- type: entity
parent: MedievalAirlockGrille
id: MedievalAirlockGrilleJanitorLocked
Expand Down Expand Up @@ -742,6 +767,18 @@
accessLists:
- Hydroponics

- type: entity
parent: MedievalAirlockReinforced
id: MedievalAirlockReinforcedCathedralLocked
components:
#- type: AccessReader
# access: [["ResearchDirector"]]
- type: DoorBolt
boltsDown: True
- type: LockDoor
accessLists:
- ResearchDirector

- type: entity
parent: MedievalAirlockReinforced
id: MedievalAirlockReinforcedJanitorLocked
Expand Down
35 changes: 35 additions & 0 deletions Resources/Prototypes/Imperial/Medieval/keys.yml
Original file line number Diff line number Diff line change
Expand Up @@ -264,6 +264,20 @@
tags:
- LegionnaireKey

- type: entity
parent: MedievalKeyBase
id: MedievalKeyCathedral
name: Chaplain key
components:
- type: Sprite
sprite: Imperial/Medieval/Misc/keys.rsi
state: chapel
- type: Key
accesses:
- ResearchDirector
- type: Tag
tags:
- CathedralKey

- type: job
id: TavernaKey
Expand Down Expand Up @@ -433,6 +447,18 @@
access:
- Medical

- type: job
id: CathedralKey
name: key
setPreference: false
description: key
playTimeTracker: Medieval15
startingGear: CargoTechGear
icon: "CargoTechnician"
supervisors: job-supervisors-hop-qm
access:
- ResearchDirector

- type: entity
parent: ClothingBeltStorageBase
id: MedievalKeyStorage
Expand All @@ -459,7 +485,9 @@
- TavernKey
- CultOfTruthKey
- WizardKey
- CathedralKey
- KayotKey

- type: ItemMapper
mapLayers:
medieval_key:
Expand Down Expand Up @@ -506,6 +534,10 @@
whitelist:
tags:
- CultOfTruthKey
chapel:
whitelist:
tags:
- CathedralKey
sprite: Imperial/Medieval/Misc/key_storage.rsi
- type: Appearance
- type: Item
Expand Down Expand Up @@ -559,3 +591,6 @@

- type: playTimeTracker
id: Medieval14

- type: playTimeTracker
id: Medieval15
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"version": 1,
"license": "this content is under ICLA licence, read more on https://wiki.imperialspace.net/icla",
"copyright": "by dantanat#7095",
"copyright": "by dantanat#7095, chapel by fichty (discord)",
"size": {
"x": 32,
"y": 32
Expand Down Expand Up @@ -46,6 +46,9 @@
{
"name": "1"
},
{
"name": "chapel"
},
{
"name": "kayot"
}
Expand Down
Binary file modified Resources/Textures/Imperial/Medieval/Misc/keys.rsi/chapel.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
5 changes: 4 additions & 1 deletion Resources/Textures/Imperial/Medieval/Misc/keys.rsi/meta.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"version": 1,
"license": "this content is under ICLA licence, read more on https://wiki.imperialspace.net/icla",
"copyright": "Taken from tgstation at https://github.com/tgstation/tgstation/commit/e1142f20f5e4661cb6845cfcf2dd69f864d67432 and modified by Swept",
"copyright": "Taken from tgstation at https://github.com/tgstation/tgstation/commit/e1142f20f5e4661cb6845cfcf2dd69f864d67432 and modified by Swept, chapel by fichty (discord)",
"size": {
"x": 32,
"y": 32
Expand Down Expand Up @@ -49,6 +49,9 @@
{
"name": "storage"
},
{
"name": "necro"
},
{
"name": "kayot"
}
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading