Skip to content

Commit

Permalink
Merge branch 'master' into bubble-nerf
Browse files Browse the repository at this point in the history
  • Loading branch information
pheenty authored Oct 4, 2024
2 parents 5a0d9f9 + df2e44c commit 5f75bde
Show file tree
Hide file tree
Showing 8 changed files with 26 additions and 23 deletions.
3 changes: 0 additions & 3 deletions Resources/Prototypes/Stories/Entities/Clothing/Belt/belts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,6 @@
- type: Tag
tags:
- ForceRecallEquipment
- type: ClothingSpeedModifier
walkModifier: 1
sprintModifier: 1.02
- type: Sprite
sprite: Stories/Clothing/Belt/jedi_belt.rsi
state: icon
Expand Down
6 changes: 4 additions & 2 deletions Resources/Prototypes/Stories/Entities/Clothing/Head/hoods.yml
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,18 +2,19 @@
parent: ClothingOuterStorageBase
id: ClothingOuterCoatJedi
name: накидка джедая
description: Длинный вид одежды, который свободно лежит на плечах, охватывая шею, но не имеет капюшона.
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
sprintModifier: 1.1
- type: Sprite
sprite: Stories/Clothing/OuterClothing/Coats/jedi.rsi
- type: Clothing
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@
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
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,6 @@
- type: Tag
tags:
- ForceRecallEquipment
- type: ClothingSpeedModifier
walkModifier: 1
sprintModifier: 1.02
- type: NoSlip
- type: Sprite
sprite: Stories/Clothing/Shoes/Boots/jedi.rsi
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,6 @@
- type: Tag
tags:
- ForceRecallEquipment
- type: ClothingSpeedModifier
walkModifier: 1
sprintModifier: 1.02
- type: Sprite
sprite: Stories/Clothing/Uniforms/Jumpsuit/jedi.rsi
- type: Clothing
Expand Down

0 comments on commit 5f75bde

Please sign in to comment.