Skip to content

Commit

Permalink
jedi cant unequip vests
Browse files Browse the repository at this point in the history
  • Loading branch information
pheenty committed Nov 5, 2024
1 parent a067b5d commit 2988928
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 12 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,6 @@
name: накидка джедая
description: Длинный вид одежды, который свободно лежит на плечах, охватывая шею.
components:
- type: Tag
tags:
- ForceRecallEquipment
- type: ToggleableClothing
clothingPrototype: ClothingHeadHatHoodJedihood
- type: TemperatureProtection
Expand All @@ -26,6 +23,8 @@
Slash: 0.80
Piercing: 0.80
Heat: 0.90
- type: Unremoveable
deleteOnDrop: false

- type: entity
parent: ClothingOuterStorageBase
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,16 +4,15 @@
name: утепленный бронежилет стража клинка
description: Потому что кто-то сказал, что бронежилеты могут быть утеплены. Ваш щит уже утеплен!
components:
- type: Tag
tags:
- ForceRecallEquipment
- type: TemperatureProtection
heatingCoefficient: 0.005
coolingCoefficient: 0.005
- type: Sprite
sprite: Stories/Clothing/OuterClothing/Vests/jedi_nt.rsi
- type: Clothing
sprite: Stories/Clothing/OuterClothing/Vests/jedi_nt.rsi
- type: Unremoveable
deleteOnDrop: false

- type: entity
parent: ClothingOuterArmorBasic
Expand All @@ -32,13 +31,12 @@
name: бронежилет хранителя
description: Элегантный бронежилет, оберегающий хранителя от большинства видов повреждений и перепадов температур.
components:
- type: Tag
tags:
- ForceRecallEquipment
- type: TemperatureProtection
coolingCoefficient: 0.001
heatingCoefficient: 0.001
coolingCoefficient: 0.005
heatingCoefficient: 0.005
- type: Sprite
sprite: Stories/Clothing/OuterClothing/Vests/exe_armor.rsi
- type: Clothing
sprite: Stories/Clothing/OuterClothing/Vests/exe_armor.rsi
- type: Unremoveable
deleteOnDrop: false
1 change: 0 additions & 1 deletion Resources/Prototypes/Stories/Loadouts/jedint_loadouts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,6 @@
- type: loadoutGroup
id: JediNtOuterClothing
name: loadout-group-Jedi-outer-clothing
minLimit: 0
loadouts:
- ClothingOuterVestArmorExe
- ClothingOuterVestJediNt
Expand Down

0 comments on commit 2988928

Please sign in to comment.