Skip to content

Commit

Permalink
Merge pull request #174 from AltMapper/Newclothes
Browse files Browse the repository at this point in the history
Гольфы и чулки
  • Loading branch information
Gorox221 authored Jul 26, 2024
2 parents e3021ad + 98504da commit 22d1bc2
Show file tree
Hide file tree
Showing 37 changed files with 566 additions and 154 deletions.
20 changes: 20 additions & 0 deletions Resources/Locale/ru-RU/ganimed/entities/clothing/Socks.ftl
Original file line number Diff line number Diff line change
Expand Up @@ -12,3 +12,23 @@ ent-ClothingSocksRed = красные носки
.desc = Куда пропал ещё один?
ent-ClothingSocksYellow = жёлтые носки
.desc = Куда пропал ещё один?
ent-ClothingUnderStockingsBee = полосатые чулки
.desc = От их вида хочется жжужжать. Ж-жу-жу-жу.
ent-ClothingUnderStockingsCentCom = чулки центкома
.desc = Их любят властные женщины и их игрушки.
ent-ClothingUnderStockingsDark = тёмные чулки
.desc = Тёмные и прозрачные, подчёркивают красоту ваших ног.
ent-ClothingUnderStockingsFishnets = клетчатые чулки
.desc = Клетчатые и прозрачные, подчёркивают красоту ваших ног.
ent-ClothingUnderStockingsHOS = чулки главы службы безопасности
.desc = Полосатые чулки, подчёркивают ваш статус и имплант лояльности.
ent-ClothingUnderStockingsWhite = светлые чулки
.desc = Светлые и прозрачные, подчёркивают красоту ваших ног.
ent-ClothingUnderStockingsSky = Светлые полосатые чулки
.desc = Светлые и непрозрачные, подчёркивают красоту ваших ног. Они в толстую полосочку.
ent-ClothingUnderStockingsCat = Чулки с ушками
.desc = С ушками и в полосочку, подчёркивают ваше желание замурчать.
ent-ClothingUnderlongSocksDark = тёмные гольфы
.desc = Длинные и тёмные гольфы. Они призваны подчеркнуть элегантность ваших ног.
ent-ClothingUnderlongSocksWhite = cветлые гольфы
.desc = Длинные и светлые гольфы. Они призваны подчеркнуть элегантность ваших ног.
153 changes: 0 additions & 153 deletions Resources/Prototypes/Entities/Clothing/Under/socks.yml

This file was deleted.

6 changes: 6 additions & 0 deletions Resources/Prototypes/Ganimed/Catalog/Loadout/Neck/bandage.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
- type: loadout
id: LoadoutNeckClothingNeckRevBandage
category: loadout-category-neck
cost: 0
exclusive: true
prototype: ClothingNeckRevBandage
68 changes: 67 additions & 1 deletion Resources/Prototypes/Ganimed/Catalog/Loadout/Under/socks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,58 @@
cost: 1
exclusive: true
prototype: ClothingUnderSocksBee

- type: loadout
id: LoadoutClothingUnderStockingsBee
category: loadout-category-under
cost: 0
exclusive: true
prototype: ClothingUnderStockingsBee

- type: loadout
id: LoadoutClothingUnderStockingsDark
category: loadout-category-under
cost: 0
exclusive: true
prototype: ClothingUnderStockingsDark

- type: loadout
id: LoadoutClothingUnderStockingsFishnets
category: loadout-category-under
cost: 0
exclusive: true
prototype: ClothingUnderStockingsFishnets

- type: loadout
id: LoadoutClothingUnderStockingsHOS
category: loadout-category-under
cost: 1
exclusive: true
whitelistJobs:
- HeadOfSecurity
prototype: ClothingUnderStockingsHOS

- type: loadout
id: LoadoutClothingUnderStockingsWhite
category: loadout-category-under
cost: 0
exclusive: true
prototype: ClothingUnderStockingsWhite

- type: loadout
id: LoadoutClothingUnderStockingsCat
category: loadout-category-under
cost: 1
exclusive: true
sponsorOnly: true
prototype: ClothingUnderStockingsCat

- type: loadout
id: LoadoutClothingUnderStockingsSky
category: loadout-category-under
cost: 0
exclusive: true
prototype: ClothingUnderStockingsSky

- type: loadout
id: LoadoutClothingSocksWhite
Expand Down Expand Up @@ -59,4 +111,18 @@
category: loadout-category-under
cost: 0
exclusive: true
prototype: ClothingSocksYellow
prototype: ClothingSocksYellow

- type: loadout
id: LoadoutClothingUnderlongSocksDark
category: loadout-category-under
cost: 0
exclusive: true
prototype: ClothingUnderlongSocksDark

- type: loadout
id: LoadoutClothingUnderlongSocksWhite
category: loadout-category-under
cost: 0
exclusive: true
prototype: ClothingUnderlongSocksWhite
Loading

0 comments on commit 22d1bc2

Please sign in to comment.