Skip to content

Commit

Permalink
a (#892)
Browse files Browse the repository at this point in the history
  • Loading branch information
rhailrake authored Dec 21, 2024
1 parent cc21d66 commit be1efa2
Show file tree
Hide file tree
Showing 8 changed files with 29 additions and 10 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -50,3 +50,5 @@ ent-ClothingHeadHatCapAdjutant = adjutant cap
.desc = Blue and white, suspiciously reminiscent of the captain's.
ent-ClothingHeadHatWithPaces = Hat with paces
.desc = A black hat with paces, usually worn by Jews.
ent-ClothingHeadHatSingulo = Singulo Crown
.desc = The greatest achievement of engineers and scientists - a compact singularity installation that allows the owner to demonstrate their status and uniqueness on the station.
Original file line number Diff line number Diff line change
Expand Up @@ -52,3 +52,9 @@ ent-NitrousOxideCanisterBroken = { ent-GasCanisterBrokenBase }
.desc = { ent-GasCanisterBrokenBase.desc }
ent-FrezonCanisterBroken = { ent-GasCanisterBrokenBase }
.desc = { ent-GasCanisterBrokenBase.desc }
ent-BZCanister = BZ Canister
.desc = A canister that can contain any type of gas. This one presumably contains BZ. Can be attached to a connector port using a wrench.
ent-HealiumCanister = Healium Canister
.desc = A canister that can contain any type of gas. This one presumably contains Healium. Can be attached to a connector port using a wrench.
ent-BZCanisterBroken = Broken BZ Canister
ent-HealiumCanisterBroken = Broken Healium Canister
Original file line number Diff line number Diff line change
Expand Up @@ -52,3 +52,5 @@ ent-ClothingHeadHatWithPaces = Шляпа с пейсами
.desc = Чёрная шляпа с пейсами, обычно такую носят евреи.
ent-ClothingHeadHatPatologonatHat = шапочка патологоаната
.desc = Черная шапочка пропитанная запахом гнили
ent-ClothingHeadHatSingulo = корона Сингуло
.desc = Величайшее достижение инженеров и ученых - компактная установка сингулярности, позволяющая владельцу продемонстрировать свой статус и уникальность на станции.
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ ent-CrateCybersunJuggernautBundle = набор джаггернаута Cybersun
.suffix = Заполненный
ent-CrateAmmokitBundle = ящик супер набора боеприпасов синдиката
.desc = Содержит все виды и наборы патронов, исключая боеприпасов для больших пушек.
.suffix = Filled
.suffix = Заполненный
ent-CrateSyndicateSuperSurplusBundle = ящик суперприпасов синдиката
.desc = Содержит случайное снаряжение Синдиката, общей стоимостью в 125 телекристаллов.
ent-CrateCybersunDarkGygaxBundle = набор Cybersun "Гигакс"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -52,3 +52,9 @@ ent-NitrousOxideCanisterBroken = { ent-GasCanisterBrokenBase }
.desc = { ent-GasCanisterBrokenBase.desc }
ent-FrezonCanisterBroken = { ent-GasCanisterBrokenBase }
.desc = { ent-GasCanisterBrokenBase.desc }
ent-BZCanister = Канистра БЗ
.desc = Канистра, в которой может содержаться газ любого вида. В этой, предположительно, содержится БЗ. Можно прикрепить к порту коннектора с помощью гаечного ключа.
ent-HealiumCanister = Канистра хилиума
.desc = Канистра, в которой может содержаться газ любого вида. В этой, предположительно, содержится хилиум. Можно прикрепить к порту коннектора с помощью гаечного ключа.
ent-BZCanisterBroken = Сломанная канистра БЗ
ent-HealiumCanisterBroken = Сломанная канистра хилиума
4 changes: 2 additions & 2 deletions Resources/Prototypes/_Sunrise/Entities/Clothing/Head/hats.yml
Original file line number Diff line number Diff line change
Expand Up @@ -304,8 +304,8 @@
- type: entity
parent: ClothingHeadBase
id: ClothingHeadHatSingulo
name: корона Сингуло
description: Величайшее достижение инженеров и ученых - компактная установка сингулярности, позволяющая владельцу продемонстрировать свой статус и уникальность на станции.
name: Singulo Crown
description: The greatest achievement of engineers and scientists - a compact singularity installation that allows the owner to demonstrate their status and uniqueness on the station.
components:
- type: Sprite
sprite: _Sunrise/Clothing/Head/Hats/crown_singulo_icon.rsi
Expand Down
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
- type: entity
parent: GasCanister
id: BZCanister
name: канистра БЗ
description: Канистра, в которой может содержаться газ любого вида. В этой, предположительно, содержится БЗ. Можно прикрепить к порту коннектора с помощью гаечного ключа.
name: BZ Canister
description: A canister that can contain any type of gas. This one presumably contains BZ. Can be attached to a connector port using a wrench.
components:
- type: Sprite
sprite: _Sunrise/Structures/Storage/canister.rsi
Expand Down Expand Up @@ -52,8 +52,8 @@
- type: entity
parent: GasCanister
id: HealiumCanister
name: канистра хилиума
description: Канистра, в которой может содержаться газ любого вида. В этой, предположительно, содержится хилиум. Можно прикрепить к порту коннектора с помощью гаечного ключа.
name: Healium Canister
description: A canister that can contain any type of gas. This one presumably contains Healium. Can be attached to a connector port using a wrench.
components:
- type: Sprite
sprite: _Sunrise/Structures/Storage/canister.rsi
Expand Down Expand Up @@ -119,4 +119,4 @@
components:
- type: Sprite
sprite: _Sunrise/Structures/Storage/canister.rsi
state: healium-1
state: healium-1
7 changes: 5 additions & 2 deletions Tools/_sunrise/Schemas/ignore_list.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ ignore_list:
- 'orange'
- '$count'
- 'v1'
- 'Nanotrasen'
- 'Nanotrasen'
- 'float'
- '$open'
- '$rate'
Expand Down Expand Up @@ -135,6 +135,9 @@ ignore_list:
- 'Telegram'
- 'AMLG-90'
- 'TR-263'
- 'LAW-12' # Для ent-WeaponShotgunSPAS12
- 'AKM' # Для ent-WeaponRifleAKM
- 'MG-342' # Для ent-WeaponMachineGunMG42

ignore_files:
- 'italian.ftl'
Expand All @@ -147,4 +150,4 @@ ignore_files:
- 'german.ftl'
- 'southern.ftl'
- 'tts-voices-sunrise.ftl'
- 'lobby.ftl'
- 'lobby.ftl'

0 comments on commit be1efa2

Please sign in to comment.