Skip to content

Commit

Permalink
Добавление ручек для глав станции
Browse files Browse the repository at this point in the history
  • Loading branch information
Hyrmik committed Sep 6, 2024
1 parent b55629e commit 4a8fb67
Show file tree
Hide file tree
Showing 9 changed files with 134 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
ent-ADTPenCe = перьевая ручка старшего инженера
.desc = Элегантная перьевая ручка для старшего инженера станции.
ent-ADTPenCmo = перьевая ручка главного врача
.desc = Элегантная перьевая ручка для главного врача станции.
ent-ADTPenQM = перьевая ручка квартирмейстера
.desc = Элегантная перьевая ручка для квартирмейстера станции.
ent-ADTPenRD = перьевая ручка научного руководителя
.desc = Элегантная перьевая ручка для научного руководителя станции.
ent-ADTPenHos = перьевая ручка главы службы безопасности
.desc = Элегантная перьевая ручка для главы службы безопасности станции.
67 changes: 67 additions & 0 deletions Resources/Prototypes/ADT/Entities/Objects/Misc/pen.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,67 @@
- type: entity
parent: Pen
id: ADTPenEmbeddable
abstract: true
components:
- type: Sprite
sprite: ADT\Objects\Misc\pens.rsi
state: pen
- type: Item
sprite: ADT\Objects\Misc\pens.rsi
heldPrefix: pen
size: Tiny
- type: EmbeddableProjectile
offset: 0.3,0.0
removalTime: 0.0
- type: ThrowingAngle
angle: 315
- type: LandAtCursor
- type: DamageOtherOnHit
damage:
types:
Piercing: 3

- type: entity
name: ce's fountain pen
parent: ADTPenEmbeddable
id: ADTPenCe
description: A luxurious fountain pen for the ce of the station.
components:
- type: Sprite
state: ADTpen_CE

- type: entity
name: cmo's fountain pen
parent: ADTPenEmbeddable
id: ADTPenCmo
description: A luxurious fountain pen for the cmo of the station.
components:
- type: Sprite
state: ADTpen_cmo

- type: entity
name: QM's fountain pen
parent: ADTPenEmbeddable
id: ADTPenQM
description: A luxurious fountain pen for the QM of the station.
components:
- type: Sprite
state: ADTpen_QM

- type: entity
name: RD's fountain pen
parent: ADTPenEmbeddable
id: ADTPenRD
description: A luxurious fountain pen for the RD of the station.
components:
- type: Sprite
state: ADTpen_RD

- type: entity
name: Hos's fountain pen
parent: ADTPenEmbeddable
id: ADTPenHos
description: A luxurious fountain pen for the Hos of the station.
components:
- type: Sprite
state: ADTpen_hos
32 changes: 31 additions & 1 deletion Resources/Prototypes/Entities/Objects/Devices/pda.yml
Original file line number Diff line number Diff line change
Expand Up @@ -337,6 +337,12 @@
- type: Pda
id: QuartermasterIDCard
state: pda-qm
penSlot:
startingItem: ADTPenQM #ADT tweak
priority: -1
whitelist:
tags:
- Write
- type: PdaBorderColor
borderColor: "#e39751"
accentVColor: "#a23e3e"
Expand Down Expand Up @@ -490,6 +496,12 @@
- type: Pda
id: CEIDCard
state: pda-ce
penSlot:
startingItem: ADTPenCe #ADT tweak
priority: -1
whitelist:
tags:
- Write
- type: PdaBorderColor
borderColor: "#949137"
accentHColor: "#447987"
Expand Down Expand Up @@ -520,6 +532,12 @@
- type: Pda
id: CMOIDCard
state: pda-cmo
penSlot:
startingItem: ADTPenCmo #ADT tweak
priority: -1
whitelist:
tags:
- Write
- type: PdaBorderColor
borderColor: "#d7d7d0"
accentHColor: "#447987"
Expand Down Expand Up @@ -584,6 +602,12 @@
- type: Pda
id: RDIDCard
state: pda-rd
penSlot:
startingItem: ADTPenRD #ADT tweak
priority: -1
whitelist:
tags:
- Write
- type: PdaBorderColor
borderColor: "#d7d7d0"
accentHColor: "#447987"
Expand All @@ -608,13 +632,19 @@

- type: entity
parent: BasePDA
id: HoSPDA
id: HoSPDA #ADT tweak
name: head of security PDA
description: Whosoever bears this PDA is the law.
components:
- type: Pda
id: HoSIDCard
state: pda-hos
penSlot:
startingItem: ADTPenHos #ADT tweak
priority: -1
whitelist:
tags:
- Write
- type: PdaBorderColor
borderColor: "#A32D26"
accentHColor: "#447987"
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
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.
26 changes: 26 additions & 0 deletions Resources/Textures/ADT/Objects/Misc/pens.rsi/meta.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
{
"version": 1,
"license": "CC-BY-SA-3.0",
"copyright": "pen_CE, pen_cmo, pen_hos, pen_QM, pen_RD is drawn by mascotvalera (Discord)",
"size": {
"x": 32,
"y": 32
},
"states": [
{
"name": "ADTpen_CE"
},
{
"name": "ADTpen_cmo"
},
{
"name": "ADTpen_hos"
},
{
"name": "ADTpen_QM"
},
{
"name": "ADTpen_RD"
}
]
}

0 comments on commit 4a8fb67

Please sign in to comment.