Исправлены кресла в меню строительства

This commit is contained in:
Hero010h
2024-12-24 18:07:25 +03:00
parent e2d91fc947
commit dcaa7e9638
4 changed files with 50 additions and 36 deletions

View File

@@ -13,25 +13,25 @@ ent-ChairGreyscale = стул
.suffix = Белый
ent-ChairBrass = медный стул
.desc = медный стул
ent-BlackComfyChair = черный удобный стул
ent-BlackComfyChair = чёрное удобное кресло
.desc = Выглядит удобно.
ent-BlueComfyChair = синий удобный стул
ent-BlueComfyChair = синее удобное кресло
.desc = Выглядит удобно.
ent-GreenComfyChair = зеленый удобный стул
ent-GreenComfyChair = зеленое удобное кресло
.desc = Выглядит удобно.
ent-OrangeComfyChair = оранжевый удобный стул
ent-OrangeComfyChair = оранжевое удобное кресло
.desc = Выглядит удобно.
ent-PinkComfyChair = розовый удобный стул
ent-PinkComfyChair = розовое удобное кресло
.desc = Выглядит удобно.
ent-PurpleComfyChair = фиолетовый удобный стул
ent-PurpleComfyChair = фиолетовое удобное кресло
.desc = Выглядит удобно.
ent-RedComfyChair = красный удобный стул
ent-RedComfyChair = красное удобное кресло
.desc = Выглядит удобно.
ent-WhiteComfyChair = белый удобный стул
ent-WhiteComfyChair = белое удобное кресло
.desc = Выглядит удобно.
ent-BrownComfyChair = коричневый удобный стул
ent-BrownComfyChair = коричневое удобное кресло
.desc = Выглядит удобно.
ent-LightBlueComfyChair = светло-синий удобный стул
ent-LightBlueComfyChair = светло-синее удобное кресло
.desc = Выглядит удобно.
ent-ChairWeb = стул для веб-разработчиков
.desc = Для настоящих веб-разработчиков.
@@ -39,7 +39,7 @@ ent-SteelBench = стальная скамья
.desc = Длинный стул, сделанный для метро. Действительно стандартный дизайн.
ent-WoodenBench = деревянная скамья
.desc = Вы получили занозу? Ну, по крайней мере, это экологично.
ent-BlackPaddedStool = черный мягкий стул
ent-BlackPaddedStool = чёрный мягкий стул
.desc = Мягкий мешок-стул, комфортный!
ent-BluePaddedStool = синий мягкий стул
.desc = Мягкий мешок-стул, комфортный!

View File

@@ -17,6 +17,8 @@
- PurpleComfyChair
- RedComfyChair
- WhiteComfyChair
- LightBlueComfyChair
- BrownComfyChair
chance: 1
- type: entity

View File

@@ -190,7 +190,7 @@
- type: Sprite
sprite: Structures/Furniture/chairs.rsi
state: comfy-greyscale
color: "#23242c"
color: "#606060"
- type: Construction
graph: Seat
node: blackChairComfy

View File

@@ -76,6 +76,18 @@
- material: Steel
amount: 2
doAfter: 1
#WD edit start
- to: brownChairComfy
steps:
- material: Steel
amount: 2
doAfter: 1
- to: lightBlueChairComfy
steps:
- material: Steel
amount: 2
doAfter: 1
#WD edit end
- to: chairPilotSeat
steps:
- material: Steel
@@ -356,38 +368,38 @@
- node: brownChairComfy
entity: BrownComfyChair
edges:
- to: start
completed:
- !type:SpawnPrototype
prototype: SheetSteel1
amount: 2
steps:
- tool: Screwing
doAfter: 1
- to: start
completed:
- !type:SpawnPrototype
prototype: SheetSteel1
amount: 2
steps:
- tool: Screwing
doAfter: 1
- node: lightBlueChairComfy
entity: LightBlueComfyChair
edges:
- to: start
completed:
- !type:SpawnPrototype
prototype: SheetSteel1
amount: 2
steps:
- tool: Screwing
doAfter: 1
- to: start
completed:
- !type:SpawnPrototype
prototype: SheetSteel1
amount: 2
steps:
- tool: Screwing
doAfter: 1
- node: chairComfy
entity: ComfyChair
edges:
- to: start
completed:
- !type:SpawnPrototype
prototype: SheetSteel1
amount: 2
steps:
- tool: Screwing
doAfter: 1
- to: start
completed:
- !type:SpawnPrototype
prototype: SheetSteel1
amount: 2
steps:
- tool: Screwing
doAfter: 1
# WD edit end