Add: Merc access, ID and door
This commit is contained in:
@@ -76,3 +76,5 @@ ent-DoorElectronicsTheatre = { ent-DoorElectronics }
|
|||||||
.desc = { ent-DoorElectronics.desc }
|
.desc = { ent-DoorElectronics.desc }
|
||||||
ent-DoorElectronicsVault = { ent-DoorElectronics }
|
ent-DoorElectronicsVault = { ent-DoorElectronics }
|
||||||
.desc = { ent-DoorElectronics.desc }
|
.desc = { ent-DoorElectronics.desc }
|
||||||
|
ent-DoorElectronicsMercenary = { ent-DoorElectronics }
|
||||||
|
.desc = { ent-DoorElectronics.desc }
|
||||||
|
|||||||
@@ -311,3 +311,6 @@ ent-AirlockSecurityLawyerLocked = { ent-Airlock }
|
|||||||
.desc = { ent-Airlock.desc }
|
.desc = { ent-Airlock.desc }
|
||||||
ent-AirlockSyndicateLocked = { ent-Airlock }
|
ent-AirlockSyndicateLocked = { ent-Airlock }
|
||||||
.desc = { ent-Airlock.desc }
|
.desc = { ent-Airlock.desc }
|
||||||
|
ent-AirlockMercenaryLocked = { ent-Airlock }
|
||||||
|
.suffix = Наёмник, Закрыт
|
||||||
|
.desc = { ent-Airlock.desc } В углу имеется небольшой символ Администрации сектора.
|
||||||
|
|||||||
@@ -1,2 +1,5 @@
|
|||||||
ent-IAAIDCard = ID карта агента внутренних дел
|
ent-IAAIDCard = ID карта агента внутренних дел
|
||||||
.desc = { ent-IDCardStandard.desc }
|
.desc = { ent-IDCardStandard.desc }
|
||||||
|
|
||||||
|
ent-MercenaryIDCard = ID карта резидента
|
||||||
|
.desc = Карта резидента выдаётся Администрацией сектора. Позволяет записывать данные для временного оформления и имеет доступ к личному судну владельца.
|
||||||
|
|||||||
3
Resources/Prototypes/Access/nonfaction.yml
Normal file
3
Resources/Prototypes/Access/nonfaction.yml
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
- type: accessLevel # WD
|
||||||
|
id: Mercenary
|
||||||
|
name: id-card-access-level-mercenary
|
||||||
@@ -310,3 +310,11 @@
|
|||||||
components:
|
components:
|
||||||
- type: AccessReader
|
- type: AccessReader
|
||||||
access: [["Security"], ["Command"]]
|
access: [["Security"], ["Command"]]
|
||||||
|
|
||||||
|
- type: entity # WD
|
||||||
|
parent: DoorElectronics
|
||||||
|
id: DoorElectronicsMercenary
|
||||||
|
suffix: Mercenary, Locked
|
||||||
|
components:
|
||||||
|
- type: AccessReader
|
||||||
|
access: [["Mercenary"]]
|
||||||
|
|||||||
@@ -950,3 +950,16 @@
|
|||||||
- state: idseniorofficer
|
- state: idseniorofficer
|
||||||
- type: PresetIdCard
|
- type: PresetIdCard
|
||||||
job: SeniorOfficer
|
job: SeniorOfficer
|
||||||
|
|
||||||
|
- type: entity # WD
|
||||||
|
parent: IDCardStandard
|
||||||
|
id: MercenaryIDCard
|
||||||
|
name: mercenary ID card
|
||||||
|
suffix: Merc
|
||||||
|
components:
|
||||||
|
- type: Sprite
|
||||||
|
layers:
|
||||||
|
- state: non_faction
|
||||||
|
- type: Access
|
||||||
|
tags:
|
||||||
|
- Mercenary
|
||||||
|
|||||||
@@ -1227,3 +1227,16 @@
|
|||||||
- type: ContainerFill
|
- type: ContainerFill
|
||||||
containers:
|
containers:
|
||||||
board: [ DoorElectronicsSyndicateAgent ]
|
board: [ DoorElectronicsSyndicateAgent ]
|
||||||
|
|
||||||
|
# WD
|
||||||
|
|
||||||
|
- type: entity
|
||||||
|
parent: Airlock
|
||||||
|
id: AirlockMercenaryLocked
|
||||||
|
suffix: Mercenary, Locked
|
||||||
|
components:
|
||||||
|
- type: ContainerFill
|
||||||
|
containers:
|
||||||
|
board: [ DoorElectronicsMercenary ]
|
||||||
|
- type: Wires
|
||||||
|
layoutId: AirlockArmory
|
||||||
|
|||||||
@@ -456,6 +456,7 @@
|
|||||||
- type: startingGear
|
- type: startingGear
|
||||||
id: MercenaryStandardGear
|
id: MercenaryStandardGear
|
||||||
equipment:
|
equipment:
|
||||||
|
id: MercenaryIDCard
|
||||||
jumpsuit: ClothingUniformJumpsuitMercenary
|
jumpsuit: ClothingUniformJumpsuitMercenary
|
||||||
back: ClothingBackpackMercFilledStandard
|
back: ClothingBackpackMercFilledStandard
|
||||||
head: ClothingHeadBandMerc
|
head: ClothingHeadBandMerc
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"version": 1,
|
"version": 1,
|
||||||
"license": "CC-BY-SA-3.0",
|
"license": "CC-BY-SA-3.0",
|
||||||
"copyright": "Taken from tgstation at commit https://github.com/tgstation/tgstation/commit/d917f4c2a088419d5c3aec7656b7ff8cebd1822e idcluwne made by brainfood1183 (github) for ss14, idbrigmedic made by PuroSlavKing (Github), pirate made by brainfood1183 (github)",
|
"copyright": "Taken from tgstation at commit https://github.com/tgstation/tgstation/commit/d917f4c2a088419d5c3aec7656b7ff8cebd1822e idcluwne made by brainfood1183 (github) for ss14, idbrigmedic made by PuroSlavKing (Github), pirate made by brainfood1183 (github), non_faction made by keslik",
|
||||||
"size": {
|
"size": {
|
||||||
"x": 32,
|
"x": 32,
|
||||||
"y": 32
|
"y": 32
|
||||||
@@ -226,6 +226,9 @@
|
|||||||
{
|
{
|
||||||
"name": "idmaid"
|
"name": "idmaid"
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"name": "non_faction"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"name": "gold-inhand-left",
|
"name": "gold-inhand-left",
|
||||||
"directions": 4
|
"directions": 4
|
||||||
|
|||||||
BIN
Resources/Textures/Objects/Misc/id_cards.rsi/non_faction.png
Normal file
BIN
Resources/Textures/Objects/Misc/id_cards.rsi/non_faction.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 433 B |
Reference in New Issue
Block a user