Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Вещи ЦК и суперсинтезатор в лодауте музыканта. #712

Merged
merged 22 commits into from
Dec 6, 2024
Merged
Show file tree
Hide file tree
Changes from 5 commits
Commits
Show all changes
22 commits
Select commit Hold shift + click to select a range
40ca72d
Вещи ЦК и суперсинтезатор в лодауте музыканта.
RipZoro1 Oct 30, 2024
7aae54d
Merge branch 'master' into schrodinger71-milashka
RipZoro1 Oct 30, 2024
46def20
Я еблан, я еблан, я еблан...
RipZoro1 Oct 31, 2024
d84975e
Update satchel.yml
RipZoro1 Oct 31, 2024
7536aad
Update coats.yml
RipZoro1 Oct 31, 2024
f08823b
locale fix 1
jungarikjan Nov 1, 2024
d37e7e2
locale fix 2
jungarikjan Nov 1, 2024
d75c250
Помогаю Зоро. Поставил время 25ч, как сказал Пётр + указал профессию …
jungarikjan Nov 3, 2024
3ec4a29
Суперсинтезатор, шаг первый
jungarikjan Nov 3, 2024
eac2118
Суперсинтезатор, шаг второй
jungarikjan Nov 3, 2024
70375ef
Суперсинтезатор, конец
jungarikjan Nov 3, 2024
859ce8e
Merge branch 'master' into schrodinger71-milashka
jungarikjan Nov 10, 2024
d672c34
Merge branch 'master' into schrodinger71-milashka
jungarikjan Nov 18, 2024
f499325
Чиню ямл и доделываю PR
Darkiich Nov 20, 2024
dbcb5b3
Merge branch 'master' into schrodinger71-milashka
Darkiich Nov 20, 2024
f39bb3d
щтотаделаим
Darkiich Dec 2, 2024
35dcd63
Фикс тестера
FaDeOkno Dec 5, 2024
2d3c3ab
Merge branch 'master' into schrodinger71-milashka
FaDeOkno Dec 5, 2024
e29854c
fix
Filokini Dec 6, 2024
9477a3b
nerf
Filokini Dec 6, 2024
b8af49c
fix
Filokini Dec 6, 2024
e965911
Merge branch 'master' into schrodinger71-milashka
Filokini Dec 6, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
ent-ADTClothingBackpackSatchelBlueshield = сумка офицера синего щита
.desc = Крайне вместительная черно-синяя сумка с яркими белыми эмблемами щита, предназначенная для хранения охранного и медицинского арсенала Офицеров Синего Щита.

ent-ADTClothingCentComBackpack = сумка центком
.desc = Зелёная сумка. Пахнет свежестью.

ent-ADTClothingBackpackSatchelParamedic = сумка парамедика
.desc = Стерильная сумка для экстренных вызовов медицинской помощи.
.desc = Стерильная сумка для экстренных вызовов медицинской помощи.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ ent-ADTClothingOuterCoatLabPathologist = халат патологоанатом
.desc = { ent-ClothingOuterCoatLab.desc }
ent-ADTClothingOuterApronPathologist = фартук патологоанатома
.desc = Фартук для работы с трупами.
ent-ADTClothingKadet = шинель для Кадетов СБ
ent-ADTClothingKadet = шинель для кадетов сб
.desc = шинель, сшитая для новобранцев службы безопасности. Она очень похожа на шинели младших чинов РИА

ent-ADTClothingOuterGraySweatshirtTop = серая толстовка-топка
Expand All @@ -25,6 +25,9 @@ ent-ADTClothingOuterCoatInvestigator = бушлат следователя Сл
ent-ClothingOuterAtmosianBomberJacket = куртка-бомбер атмосианина
.desc = Плотная, поношенная куртка-бомбер атмосианина.

ent-ADTClothingOuterCoatCentCom = пальто центком
.desc = Зеленое пальто с золотыми вставками. На спине выгравирована золотая буква N. Такое пальто носят только важные персоны...

ent-ADTClothingOuterCoatCyberSun = лабораторный халат Киберсан
.desc = Лабораторный халат Киберсан, предоставляющий минимальную защиту от вредного воздействия.

Expand All @@ -45,4 +48,4 @@ ent-ADTClothingOuterCoatLabcoatCMOHike = походный халат главн

ent-ADTClothingOuterCoatLabcoatCMOHikeOpened = походный халат главного врача
.desc = Частично открытый халат. Не сковывает движения.
.suffix = {"Раскрытый"}
.suffix = {"Раскрытый"}
10 changes: 10 additions & 0 deletions Resources/Prototypes/ADT/Entities/Clothing/Back/satchel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,16 @@
- type: Sprite
sprite: ADT/Clothing/Back/pathologist_satchel.rsi

# Сумка ЦентКом
- type: entity
parent: ClothingBackpackSatchel
id: ADTClothingCentComSatchel
name: centcom satchel
description: Green satchel. He smells fresh
components:
- type: Sprite
sprite: Clothing/Back/Satchels/centcom_satchel.rsi

- type: entity
parent: ClothingBackpack
id: ADTClothingBackpackSatchelParamedic
Expand Down
30 changes: 28 additions & 2 deletions Resources/Prototypes/ADT/Entities/Clothing/OuterClothing/coats.yml
Original file line number Diff line number Diff line change
Expand Up @@ -136,6 +136,33 @@
- type: Clothing
sprite: ADT/Clothing/OuterClothing/Coats/atmosian.rsi

#Пальто ЦентКом
- type: entity
parent: ClothingOuterBase
id: ADTClothingOuterCoatCentCom
name: centcom coat
description: A green coat with gold inserts. The golden letter N is emblazoned on the back. Only the big shots wear this coat...
components:
- type: Storage
grid:
- 0,0,3,1
maxItemSize: Normal
- type: Sprite
sprite: Clothing/OuterClothing/Coats/centcom_coat.rsi
- type: Clothing
sprite: Clothing/OuterClothing/Coats/centcom_coat.rsi
- type: StorageFill
contents:
- id: RubberStampCentcom
- id: PenCentcom
- type: Armor
modifiers:
coefficients:
Blunt: 0.7
Slash: 0.7
Piercing: 0.6
Heat: 0.7

- type: entity
parent: ClothingOuterStorageBase
id: ADTClothingOuterCoatCyberSun
Expand Down Expand Up @@ -224,5 +251,4 @@
sprite: ADT/Clothing/OuterClothing/Coats/labcoat_pathologist.rsi
state: icon-open
- type: Clothing
sprite: ADT/Clothing/OuterClothing/Coats/labcoat_pathologist.rsi

sprite: ADT/Clothing/OuterClothing/Coats/labcoat_pathologist.rsi
Original file line number Diff line number Diff line change
Expand Up @@ -18,3 +18,5 @@
ClothingOuterCoatExpensive: 1
ClothingNeckScarfStripedCentcom: 3
ClothingNeckCloakCentcom: 3
ADTClothingOuterCoatCentCom: 3 #ADT-Tweak
ADTClothingCentComSatchel: 3 #ADT-Tweak
9 changes: 9 additions & 0 deletions Resources/Prototypes/Loadouts/Jobs/Civilian/musician.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,3 +14,12 @@
id: MusicianWintercoat
equipment:
outerClothing: ClothingOuterWinterMusician

- type: loadoutEffectGroup
id: SuperSynthesizerInstrument
effects:
- !type:JobRequirementLoadoutEffect
requirement:
!type:RoleTimeRequirement
role: Musician
jungarikjan marked this conversation as resolved.
Show resolved Hide resolved
time: 72000 #20 hrs
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,26 @@
{
"version": 1,
"license": "CC-BY-SA-3.0",
"copyright": "Taken from tgstation at commit https://github.com/tgstation/tgstation/commit/2e24b7af2221928e4b844a29408e821b60a5fe29",
"size": {
"x": 32,
"y": 32
},
"states": [
{
"name": "icon"
},
{
"name": "equipped-BACKPACK",
"directions": 4
},
{
"name": "inhand-left",
"directions": 4
},
{
"name": "inhand-right",
"directions": 4
}
]
}
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,26 @@
{
"version": 1,
"license": "CC-BY-SA-3.0",
"copyright": "Taken from tgstation at commit https://github.com/tgstation/tgstation/commit/4f6190e2895e09116663ef282d3ce1d8b35c032e",
"size": {
"x": 32,
"y": 32
},
"states": [
{
"name": "icon"
},
{
"name": "equipped-OUTERCLOTHING",
"directions": 4
},
{
"name": "inhand-left",
"directions": 4
},
{
"name": "inhand-right",
"directions": 4
}
]
}
Loading