Skip to content

Commit

Permalink
Purple Hop
Browse files Browse the repository at this point in the history
  • Loading branch information
EstKemran committed Sep 10, 2024
1 parent 53a4ab4 commit 18bfad0
Show file tree
Hide file tree
Showing 17 changed files with 114 additions and 3 deletions.
6 changes: 4 additions & 2 deletions Resources/Locale/ru-RU/ss220/clothing/Head/hats.ftl
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,8 @@ ent-ClothingHeadHatSalvageFlipped = кепка утилизатора
ent-ClothingHeadHatBeretBard = берет с пером
.desc = Добавит атмосферы!
ent-ClothingHeadTiaraDruid = диадема друида
.desc = Символ гармонии с природой, даже среди звезд и планет.
.desc = Символ гармонии с природой, даже среди звезд и планет.
ent-ClothingHeadBeretSalvageSpecialist = берет утилизатора
.desc = Берет утилизатора, потому что, ну, а почему нет?
.desc = Берет утилизатора, потому что, ну, а почему нет?
ent-ClothingHeadHoPSilverHeadBand = серебряный ободок и серёжки
.desc = Ярки столько же, сколько и ваше будущее.
2 changes: 2 additions & 0 deletions Resources/Locale/ru-RU/ss220/clothing/OuterClothing/coats.ftl
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,5 @@ ent-ClothingOuterCoatCentcomJacket = куртка Центком
.desc = Куртка центрального командования, подчеркивающий ваш статус.
ent-ClothingOuterCoatQMWarehouseman = пальто заведующего складом
.desc = Идеально совмещающее выдержанный стиль и рабочее назначение пальто. По сути, является вашим старым рабочим пальто, которое всё ещё цело только благодаря использованию дюраткани и сигаретному пеплу, что уже въелся в ткань. Вы никогда не понимали людей, надевающих поверх пальто одежды ещë слои одежды.
ent-ClothingOuterCoatHoPPurpleDress = пурпурное платье
.desc = Одеяние настоящей самодовольной змеи.
2 changes: 2 additions & 0 deletions Resources/Prototypes/Loadouts/loadout_groups.yml
Original file line number Diff line number Diff line change
Expand Up @@ -145,6 +145,7 @@
minLimit: 0
loadouts:
- HoPHead
- HoPSilverHeadBand #SS220-Purple HoP

- type: loadoutGroup
id: HoPJumpsuit
Expand Down Expand Up @@ -176,6 +177,7 @@
minLimit: 0
loadouts:
- HoPWintercoat
- HoPPurpleDress #SS220-Purple HoP

# Civilian
- type: loadoutGroup
Expand Down
13 changes: 12 additions & 1 deletion Resources/Prototypes/SS220/Entities/Clothing/Head/hats.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,18 @@
- type: Clothing
sprite: SS220/Clothing/Head/Hats/whitecapcap.rsi

# Глава Персонала
- type: entity
parent: ClothingHeadBase
id: ClothingHeadHoPSilverHeadBand
name: silver headband and earrings
description: They are as bright as your future.
components:
- type: Sprite
sprite: SS220/Clothing/Head/Hats/silverheadband.rsi
- type: Clothing
sprite: SS220/Clothing/Head/Hats/silverheadband.rsi

# CentCom

# Берет
Expand Down Expand Up @@ -255,4 +267,3 @@
- type: Sprite
sprite: SS220/Clothing/Head/Hats/druid_tiara.rsi
- type: Clothing
sprite: SS220/Clothing/Head/Hats/druid_tiara.rsi
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,17 @@
- type: Clothing
sprite: SS220/Clothing/OuterClothing/Coats/hop_coat.rsi

- type: entity
parent: ClothingOuterStorageBase
id: ClothingOuterCoatHoPPurpleDress
name: purple dress
description: The robe of a real smug snake.
components:
- type: Sprite
sprite: SS220/Clothing/OuterClothing/Coats/purpledress.rsi
- type: Clothing
sprite: SS220/Clothing/OuterClothing/Coats/purpledress.rsi

# Cargo
- type: entity
parent: ClothingOuterStorageBase
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
#play-time-loadout
- type: loadoutEffectGroup
id: HoPPurpleDress
effects:
- !type:JobRequirementLoadoutEffect
requirement:
!type:RoleTimeRequirement
role: JobHeadOfPersonnel
time: 100000

# Head
- type: loadout
id: HoPSilverHeadBand
effects:
- !type:GroupLoadoutEffect
proto: HoPPurpleDress
equipment:
head: ClothingHeadHoPSilverHeadBand

# Outer clothing
- type: loadout
id: HoPPurpleDress
effects:
- !type:GroupLoadoutEffect
proto: HoPPurpleDress
equipment:
outerClothing: ClothingOuterCoatHoPPurpleDress
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": "EULA/CLA with a hosting restriction, full text: https://raw.githubusercontent.com/SerbiaStrong-220/space-station-14/master/CLA.txt",
"copyright": "Made for SS220 by DaGo7393 (Discord)",
"size": {
"x": 32,
"y": 32
},
"states": [
{
"name": "icon"
},
{
"name": "equipped-HELMET",
"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.
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,30 @@
{
"version": 1,
"license": "CC-BY-SA-3.0",
"copyright": "Taken from TG station at: https://github.com/tgstation/tgstation/commit/dbc2435fa562f4ef130a7112d2a4cc9c80099894#diff-ada70b2d4470118728541e389021f5b1320ace12ce32195045358bc795452819, Resprited by DaGo7393 for SS220",
"size": {
"x": 32,
"y": 32
},
"states": [
{
"name": "inhand-right",
"directions": 4
},
{
"name": "equipped-OUTERCLOTHING",
"directions": 4
},
{
"name": "equipped-OUTERCLOTHING-vox",
"directions": 4
},
{
"name": "icon"
},
{
"name": "inhand-left",
"directions": 4
}
]
}

0 comments on commit 18bfad0

Please sign in to comment.