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

Небольшие исправления одежды стража и инквизитора #112

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
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
Expand Up @@ -33,7 +33,8 @@
- HeadTop
- HeadSide
- type: TemperatureProtection
coefficient: 0.005
coolingCoefficient: 0.005
heatingCoefficient: 0.005
- type: PressureProtection
highPressureMultiplier: 0.08
lowPressureMultiplier: 1000
Expand Down Expand Up @@ -66,7 +67,8 @@
- HeadTop
- HeadSide
- type: TemperatureProtection
coefficient: 0.005
coolingCoefficient: 0.005
heatingCoefficient: 0.005
- type: PressureProtection
highPressureMultiplier: 0.08
lowPressureMultiplier: 1000
Expand Down
12 changes: 7 additions & 5 deletions Resources/Prototypes/Stories/Entities/Clothing/Neck/cloaks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,11 @@
parent: ClothingNeckBase
id: ClothingNeckCloakSith
name: плащ инквизитора
description: Невероятное произведение искусства объединяющие в себе прочность и легкость. Заряжен неведомой энергией.
description: Невероятное произведение искусства, объединяющее в себе прочность и легкость. Заряжен неведомой энергией.
components:
- type: TemperatureProtection
coefficient: 0.001
coolingCoefficient: 0.001
heatingCoefficient: 0.001
- type: PressureProtection
highPressureMultiplier: 0.02
lowPressureMultiplier: 1000
Expand Down Expand Up @@ -43,10 +44,11 @@
parent: ClothingNeckBase
id: ClothingNeckCloakKylo
name: плащ кайло рена
description: Невероятное произведение искусства объединяющие в себе прочность и легкость.
description: Невероятное произведение искусства, объединяющее в себе прочность и легкость.
components:
- type: TemperatureProtection
coefficient: 0.001
coolingCoefficient: 0.001
heatingCoefficient: 0.001
- type: PressureProtection
highPressureMultiplier: 0.02
lowPressureMultiplier: 1000
Expand Down Expand Up @@ -79,7 +81,7 @@
parent: ClothingNeckBase
id: ClothingNeckCloakExe
name: плащ хранителя
description: Похоже тут выгравировано R u s t e d T i m. Что же это может значить?
description: Похоже, тут выгравировано "R u s t e d T i m". Что же это может значить?
components:
- type: Tag
tags:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
parent: ClothingNeckBase
id: ClothingNeckMantleJediNomad
name: мантия путника
description: Похоже тут выгравировано o k h r i m m. Что же это может значить?
description: Похоже, тут выгравировано "o k h r i m m". Что же это может значить?
components:
- type: Tag
tags:
Expand All @@ -16,7 +16,7 @@
parent: ClothingNeckBase
id: ClothingNeckMantleJediNt
name: мантия стража клинка
description: Похоже тут выгравировано W o o b y. Что же это может значить?
description: Похоже, тут выгравировано "W o o b y". Что же это может значить?
components:
- type: Tag
tags:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,16 @@
parent: ClothingOuterStorageBase
id: ClothingOuterCoatJedi
name: накидка джедая
description: Длинный вид одежды, который свободно лежит на плечах, охватывая шею, но не имеет капюшона.
pheenty marked this conversation as resolved.
Show resolved Hide resolved
description: Длинный вид одежды, который свободно лежит на плечах, охватывая шею.
components:
- type: Tag
tags:
- ForceRecallEquipment
- type: ToggleableClothing
clothingPrototype: ClothingHeadHatHoodJedihood
- type: TemperatureProtection
coefficient: 0.001
coolingCoefficient: 0.001
heatingCoefficient: 0.001
- type: ClothingSpeedModifier
walkModifier: 1
sprintModifier: 1.04
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,14 @@
parent: ClothingOuterArmorBasic
id: ClothingOuterVestJediNt
name: утепленный бронежилет стража клинка
description: Потому что, кто-то сказал, что бронежилеты могут быть утепленны. Ваш щит уже утеплен!
description: Потому что кто-то сказал, что бронежилеты могут быть утеплены. Ваш щит уже утеплен!
components:
- type: Tag
tags:
- ForceRecallEquipment
- type: TemperatureProtection
coefficient: 0.001
coolingCoefficient: 0.001
heatingCoefficient: 0.001
- type: Sprite
sprite: Stories/Clothing/OuterClothing/Vests/jedi_nt.rsi
- type: Clothing
Expand All @@ -29,8 +30,14 @@
parent: ClothingOuterArmorBasic
id: ClothingOuterVestArmorExe
name: бронежилет хранителя
description: Тонкий бронежилет типа I, обеспечивающий достойную защиту от большинства видов повреждений.
description: Элегантный бронежилет, оберегающий хранителя от большинства видов повреждений и перепадов температур.
components:
- type: Tag
tags:
- ForceRecallEquipment
- type: TemperatureProtection
coolingCoefficient: 0.001
heatingCoefficient: 0.001
- type: Sprite
sprite: Stories/Clothing/OuterClothing/Vests/exe_armor.rsi
- type: Clothing
Expand Down
Loading