Skip to content

Commit

Permalink
фиксы х5
Browse files Browse the repository at this point in the history
  • Loading branch information
SpicyDarkFox committed Sep 4, 2024
1 parent 5a98fb8 commit 16477ba
Show file tree
Hide file tree
Showing 17 changed files with 380 additions and 159 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@
- type: Item
size: Large
- type: Storage
capacity: 120
grid:
- 0,0,3,2

- type: entity
parent: ClothingBeltStorageBase
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@
- type: Item
size: Huge
- type: Storage
capacity: 16
grid:
- 1,1,3,3 # я хз как это работает, потому пусть будет так
- type: ContainerContainer
containers:
storagebase: !type:Container
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -216,7 +216,7 @@
- BorgModuleService
hasMindState: robot_e
noMindState: robot_e_r
name: киборг-эротический
# name: киборг-эротический
- type: PointLight
enabled: false
color: "#A83AAE"
Expand Down Expand Up @@ -298,4 +298,3 @@
startingItem: PowerCellMedium
- type: RandomMetadata
nameSegments: [names_borg]

Empty file.
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
- BorgModuleMedical
hasMindState: medibot1
noMindState: medibot1
name: киборг-доктор
# name: киборг-доктор
- type: Construction
node: medical
- type: IntrinsicRadioTransmitter
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@
- type: ItemBorgModule
items:
- LPPClothingBackpackBorgs
hands: 1
# hands: 1

- type: entity
parent: ClothingBackpack
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,19 +15,19 @@
groups:
- AllAccess

- type: entity
parent: DoorRemoteDefault
id: DoorRemoteCC
name: Пульт ЦК
suffix: Cenctom
components:
- type: Sprite
layers:
- state: door_remotebase
- state: door_remotelightscolour
color: "#2eba22"
- state: door_remotescreencolour
color: "#22871a"
- type: Access
groups:
- CentCom
# - type: entity
# parent: DoorRemoteDefault
# id: DoorRemoteCC
# name: Пульт ЦК
# suffix: Cenctom
# components:
# - type: Sprite
# layers:
# - state: door_remotebase
# - state: door_remotelightscolour
# color: "#2eba22"
# - state: door_remotescreencolour
# color: "#22871a"
# - type: Access
# groups:
# - CentCom
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@
sprite: _LostParadise/Objects/Misc/RingBox.rsi
state: box
- type: Storage
capacity: 4
grid:
- 1,1,3,3
- type: Item
sprite: _LostParadise/Objects/Misc/RingBox.rsi
size: Normal
Expand All @@ -29,4 +30,3 @@
openIcon: box-open
- type: StaticPrice
price: 500

Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
- type: entity
parent: Airlock
id: LPPAirlockGate
suffix: Gate
components:
- type: Sprite
sprite: _LostParadise/Structures/Doors/Standard/gate.rsi
- type: WiresPanelSecurity
securityLevel: medSecurity
- type: PaintableAirlock
department: Command
- type: AccessReader
access: [["Gateway"]]
# - type: entity
# parent: Airlock
# id: LPPAirlockGate
# suffix: Gate
# components:
# - type: Sprite
# sprite: _LostParadise/Structures/Doors/Standard/gate.rsi
# - type: WiresPanelSecurity
# securityLevel: medSecurity
# - type: PaintableAirlock
# department: Command
# - type: AccessReader
# access: [["Gateway"]]
Original file line number Diff line number Diff line change
Expand Up @@ -28,15 +28,15 @@

# Expeditor

- type: entity
id: LockerExpeditor
parent: LockerBaseSecure
name: Expeditor Locker
components:
- type: Appearance
- type: EntityStorageVisuals
stateBaseClosed: expeditor
stateDoorOpen: expeditor_open
stateDoorClosed: expeditor_door
- type: AccessReader
access: [["Gateway"]]
# - type: entity
# id: LockerExpeditor
# parent: LockerBaseSecure
# name: Expeditor Locker
# components:
# - type: Appearance
# - type: EntityStorageVisuals
# stateBaseClosed: expeditor
# stateDoorOpen: expeditor_open
# stateDoorClosed: expeditor_door
# - type: AccessReader
# access: [["Gateway"]]

This file was deleted.

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -19,5 +19,5 @@
- to: start
completed:
- !type:SpawnPrototype
prototype: Plasteel
amount: 10
prototype: SheetPlasteel10
amount: 1
Original file line number Diff line number Diff line change
Expand Up @@ -19,5 +19,5 @@
- to: start
completed:
- !type:SpawnPrototype
prototype: Plasteel
amount: 10
prototype: SheetPlasteel10
amount: 1
Loading

0 comments on commit 16477ba

Please sign in to comment.