Skip to content

Commit

Permalink
loadout, belt and locale
Browse files Browse the repository at this point in the history
  • Loading branch information
Ko4ergaPunk committed Dec 10, 2024
1 parent a742170 commit dfb678a
Show file tree
Hide file tree
Showing 8 changed files with 31 additions and 2 deletions.
1 change: 1 addition & 0 deletions Resources/Locale/en-US/_corvaxnext/job/job-description.ftl
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
job-description-surgeon = Masterfully shove the scalpel deep into the poor souls who come... Saving lives, of course!
1 change: 1 addition & 0 deletions Resources/Locale/en-US/_corvaxnext/job/job-names.ftl
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
job-name-surgeon = surgeon
1 change: 1 addition & 0 deletions Resources/Locale/ru-RU/_corvaxnext/job/job-description.ftl
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
job-description-surgeon = Мастерски пихайте скальпель куда поглубже приходящим бедолагам... Спасая жизни, конечно!
2 changes: 2 additions & 0 deletions Resources/Locale/ru-RU/_corvaxnext/job/job-names.ftl
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
job-name-surgeon = хирург
JobSurgeon = хирург
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,8 @@ loadout-group-brigmedic-head = Бригмедик, голова
loadout-group-brigmedic-jumpsuit = Бригмедик, комбинезон
loadout-group-brigmedic-backpack = Бригмедик, верхняя одежда
loadout-group-brigmedic-outerclothing = Бригмедик, рюкзак
# Medical
loadout-group-surgeon-head = Хирург, голова
loadout-group-surgeon-jumpsuit = Хирург, комбинезон
loadout-group-surgeon-scalpel = Хирург, скальпель
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,8 @@ ent-ClothingBeltWhiteSheath = белые сабельные ножны
.desc = Стиль, блеск, всё для лучших сабель во вселенной.
ent-ClothingBeltSheriffSheath = сабельные ножны шерифа
.desc = Практичность, прочность, сабля точно не окажется в вашей ноге.
ent-ClothingBeltSurgicalBoard = магнитная доска хирурга
.desc = Может магнитить хирургические инструменты, изготовленные на Медицинском ТехФабе. Помощник хирурга? У меня есть свой дружок!
ent-ClothingBeltSurgicalBoardFilled = { ent-ClothingBeltSurgicalBoard }
.desc = { ent-ClothingBeltSurgicalBoard.desc }
.suffix = Заполненный
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
parent: ClothingBeltStorageBase
id: ClothingBeltSurgicalBoard
name: surgical magnetic board
description: Able to magnetize special surgical instruments made on . Surgeon's assistant? I have my own little buddy!
description: Able to magnetize special surgical instruments made on Medical TechFab. Surgeon's assistant? I have my own little buddy!
components:
- type: Sprite
sprite: _CorvaxNext/Clothing/Belt/surgical_board.rsi
Expand Down Expand Up @@ -89,3 +89,17 @@
- SawElectric
sprite: _CorvaxNext/Clothing/Belt/belt_overlay.rsi
- type: Appearance

- type: entity
parent: ClothingBeltSurgicalBoard
id: ClothingBeltSurgicalBoardFilled
suffix: Filled
components:
- type: StorageFill
contents:
- id: Hemostat
- id: Scalpel
- id: Retractor
- id: Cautery
- id: Drill
- id: SawElectric
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
id: SurgeonGear
equipment:
ears: ClothingHeadsetMedical
belt: ClothingBeltMedicalFilled
belt: ClothingBeltSurgicalBoardFilled
shoes: ClothingShoesColorWhite
mask: ClothingMaskSterile
gloves: ClothingHandsGlovesNitrile

0 comments on commit dfb678a

Please sign in to comment.