Skip to content

Commit

Permalink
pda
Browse files Browse the repository at this point in the history
  • Loading branch information
Ko4ergaPunk committed Dec 15, 2024
1 parent aeeb359 commit fbbed4b
Show file tree
Hide file tree
Showing 11 changed files with 41 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
ent-SurgeonPDA = КПК хирурга
.desc = { ent-MedicalPDA.desc }
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
ent-SurgeonIDCard = ID карта хирурга
.desc = { ent-IDCardStandard.desc }
17 changes: 17 additions & 0 deletions Resources/Prototypes/_CorvaxNext/Entities/Objects/Devices/pda.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
- type: entity
parent: BaseMedicalPDA
id: SurgeonPDA
name: surgeon PDA
description: Shiny and sterile.
components:
- type: Pda
id: SurgeonIDCard
state: pda-surgeon
- type: PdaBorderColor
borderColor: "#d7d7d0"
accentVColor: "#5db8be"
- type: Icon
state: pda-surgeon
- type: GuideHelp
guides:
- Medical Doctor
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
- type: entity
parent: IDCardStandard
id: SurgeonIDCard
name: surgeon ID card
components:
- type: Sprite
layers:
- state: default
- state: idsurgeon
- type: PresetIdCard
job: Surgeon
Original file line number Diff line number Diff line change
Expand Up @@ -22,5 +22,6 @@
ears: ClothingHeadsetMedical
belt: ClothingBeltSurgicalBoardFilled
shoes: ClothingShoesColorWhite
id: SurgeonPDA
mask: ClothingMaskSterile
gloves: ClothingHandsGlovesNitrile
2 changes: 1 addition & 1 deletion Resources/Textures/Markers/jobs.rsi/meta.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"version": 1,
"license": "CC-BY-SA-3.0",
"copyright": "Taken from https://github.com/vgstation-coders/vgstation13/blob/e71d6c4fba5a51f99b81c295dcaec4fc2f58fb19/icons/mob/screen1.dmi | cburn and cluwne made by brainfood1183 (github). brigmed made by PuroSlavKing (Github)",
"copyright": "Taken from https://github.com/vgstation-coders/vgstation13/blob/e71d6c4fba5a51f99b81c295dcaec4fc2f58fb19/icons/mob/screen1.dmi | cburn and cluwne made by brainfood1183 (github). brigmed made by PuroSlavKing (Github), surgeon by Ko4erga",
"size": {
"x": 32,
"y": 32
Expand Down
Binary file added Resources/Textures/Markers/jobs.rsi/surgeon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 3 additions & 0 deletions Resources/Textures/Objects/Devices/pda.rsi/meta.json
Original file line number Diff line number Diff line change
Expand Up @@ -226,6 +226,9 @@
{
"name": "pda-seniorofficer"
},
{
"name": "pda-surgeon"
},
{
"name": "equipped-IDCARD",
"directions": 4
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.
5 changes: 4 additions & 1 deletion Resources/Textures/Objects/Misc/id_cards.rsi/meta.json
Original file line number Diff line number Diff line change
Expand Up @@ -227,11 +227,14 @@
"name": "idseniorphysician"
},
{
"name": "idseniorofficer"
"name": "idseniorofficer"
},
{
"name": "idpilot"
},
{
"name": "idsurgeon"
},
{
"name": "gold-inhand-left",
"directions": 4
Expand Down

0 comments on commit fbbed4b

Please sign in to comment.