Skip to content

Commit

Permalink
Add locale for blueshield access and add blueshield locker and bluesh…
Browse files Browse the repository at this point in the history
…ield access airlock.
  • Loading branch information
Merrokitsune committed Dec 17, 2024
1 parent d91219c commit ad4e39d
Show file tree
Hide file tree
Showing 16 changed files with 99 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
id-card-access-level-blueshield = Blueshield
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
- type: entity
id: LockerBlueshieldFilled
suffix: Filled
parent: LockerBlueshield
components:
- type: StorageFill
contents:
- id: FlashlightSeclite
prob: 0.8
- id: WeaponDisabler
- id: ClothingUniformJumpsuitBlueshieldGrey
prob: 0.3
- id: ClothingHeadHelmetBasic
- id: ClothingOuterArmorBasic
- id: ClothingBeltSecurityFilled
- id: Flash
prob: 0.5
- id: ClothingEyesGlassesSecurity
- id: ClothingHeadsetCommand
- id: ClothingHandsGlovesCombat
- id: ClothingShoesBootsCombat
- id: WeaponMeleeNeedle
prob: 0.1
- id: HoloprojectorSecurity
prob: 0.6
- id: BookSpaceLaw
prob: 0.5
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
- type: entity
parent: DoorElectronics
id: DoorElectronicsBlueshield
suffix: Blueshield, Locked
components:
- type: AccessReader
access: [["Blueshield"]]
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
- type: entity
parent: AirlockCommand
id: AirlockBlueshieldLocked
suffix: Blueshield, Locked
components:
- type: ContainerFill
containers:
board: [ DoorElectronicsBlueshield ]
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
# Blueshield Officer
- type: entity
id: LockerBlueshield
parent: LockerBaseSecure
name: blueshield officer's locker
components:
- type: Appearance
- type: Sprite
sprite: Ronstation/Structures/Storage/closet.rsi
- type: EntityStorageVisuals
stateBaseClosed: blueshield
stateDoorOpen: blueshield_open
stateDoorClosed: blueshield_door
- type: AccessReader
access: [["Blueshield"]]
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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
@@ -0,0 +1,41 @@
{
"version": 1,
"size": {
"x": 32,
"y": 32
},
"copyright": "Taken from tgstation, blueshield locker is merely a security locker resprited by Merrokitsune for Ronstation.",
"license": "CC-BY-SA-3.0",
"states": [
{
"name": "blueshield"
},
{
"name": "blueshield_door"
},
{
"name": "blueshield_open"
},
{
"name": "generic"
},
{
"name": "generic_door"
},
{
"name": "generic_open"
},
{
"name": "generic_icon"
},
{
"name": "welded"
},
{
"name": "unlocked"
},
{
"name": "locked"
}
]
}
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit ad4e39d

Please sign in to comment.