Skip to content

Commit

Permalink
final
Browse files Browse the repository at this point in the history
  • Loading branch information
RobUster0 committed Dec 28, 2024
1 parent e4c13be commit b7d4292
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 12 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
- type: entity
parent: ClothingHeadHatHardhatBase
id: ClothingHeadHatHardhatWhiteXmas
name: Новогодняя белая каска
name: новогодняя белая каска
description: Новогоднее настроение на вашей голове и защита в одном!
components:
- type: Sprite
Expand All @@ -25,7 +25,7 @@
- type: entity
parent: ClothingHeadHatHardhatBase
id: ClothingHeadHatHardhatYellowXmas
name: Новогодняя жёлтая каска
name: новогодняя жёлтая каска
description: Новогоднее настроение на вашей голове и защита в одном!
components:
- type: Sprite
Expand All @@ -36,7 +36,7 @@
- type: entity
parent: ClothingHeadHatHardhatBase
id: ClothingHeadHatHardhatVioletXmas
name: Новогодняя фиолетовая каска
name: новогодняя фиолетовая каска
description: Новогоднее настроение на вашей голове и защита в одном!
components:
- type: Sprite
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
- type: entity
parent: [ClothingHeadHelmetBase]
id: ClothingHeadHelmetBasicXmas
name: Новогодний шлем
name: новогодний шлем
description: Новогоднее настроение на вашей голове и защита в одном!
components:
- type: EmitSoundOnLand ##new sound_drop effect, add MIXnikita
Expand All @@ -27,6 +27,9 @@
sprite: SS220/Clothing/Head/Helmets/security_xmas.rsi
- type: Clothing
sprite: SS220/Clothing/Head/Helmets/security_xmas.rsi
- type: Tag
tags:
- Kangaroo #SS220-ghost-roles

#Military Police Helmet #by MIXnikita for SS200
- type: entity
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
id: PilotCapCap
equipment:
head: ClothingHeadPilotCapCap

# Outer
- type: loadout
id: SecBomber
Expand Down
2 changes: 2 additions & 0 deletions Resources/Prototypes/SS220/Loadouts/loadout_groups.yml
Original file line number Diff line number Diff line change
Expand Up @@ -226,6 +226,7 @@
name: loadout-group-security-pilot-head
minLimit: 0
loadouts:
- SecurityHelmetXmas
- SecurityHelmet
- SecurityBeret
- SecurityHat
Expand Down Expand Up @@ -533,6 +534,7 @@
loadouts:
- ClothingHeadHatSalvage
- ClothingHeadBandSalvage
- ClothingHeadHatHardhatVioletXmas
- ClothingHeadHatHardhatViolet
- ClothingHeadBeretSalvageSpecialist
# Утилизатор (Конец)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,14 +22,6 @@
"name": "equipped-HELMET-vox",
"directions": 4
},
{
"name": "light-equipped-HELMET",
"directions": 4
},
{
"name": "lighton-equipped-HELMET",
"directions": 4
},
{
"name": "inhand-left",
"directions": 4
Expand Down

0 comments on commit b7d4292

Please sign in to comment.