Ремейк атмос голопроектора (#225)
* add: atmos holoprojector remake * add: clean on use * translate
This commit is contained in:
@@ -8,4 +8,7 @@ ent-ZipLock = зип пакет
|
||||
.desc = Предназначен для хранения улик.
|
||||
ent-BoxZipLocks = коробка зип пакетов
|
||||
.desc = Заполнена зип пакетами. Обрадуйте детектива!
|
||||
clumsy-gun-delete-log = В следствии неуклюжести во время стрельбы от { $prettyUser }, было удалено { $prettyGun }
|
||||
clumsy-gun-delete-log = В следствии неуклюжести во время стрельбы от { $prettyUser }, было удалено { $prettyGun }
|
||||
holoprojector-active-holo = Активные проекции: [color=fuchsia]{ $activeholo }[/color]
|
||||
holoprojector-uses-limit = Было использовано максимальное количество проекций!
|
||||
holoprojector-delete-signs = Все проекции были удалены!
|
||||
@@ -6,16 +6,6 @@
|
||||
components:
|
||||
- type: HolosignProjector
|
||||
- type: UseDelay
|
||||
- type: ContainerContainer
|
||||
containers:
|
||||
cell_slot: !type:ContainerSlot {}
|
||||
- type: PowerCellSlot
|
||||
cellSlotId: cell_slot
|
||||
- type: ItemSlots
|
||||
slots:
|
||||
cell_slot:
|
||||
name: power-cell-slot-component-slot-name-default
|
||||
startingItem: PowerCellMedium
|
||||
- type: Sprite
|
||||
sprite: Objects/Devices/Holoprojectors/custodial.rsi
|
||||
state: icon
|
||||
@@ -29,14 +19,6 @@
|
||||
suffix: borg
|
||||
components:
|
||||
- type: HolosignProjector
|
||||
chargeUse: 240
|
||||
- type: ItemSlots
|
||||
slots:
|
||||
cell_slot:
|
||||
name: power-cell-slot-component-slot-name-default
|
||||
startingItem: PowerCellMicroreactor
|
||||
disableEject: true
|
||||
swap: false
|
||||
|
||||
- type: entity
|
||||
parent: Holoprojector
|
||||
@@ -46,7 +28,6 @@
|
||||
components:
|
||||
- type: HolosignProjector
|
||||
signProto: HoloFan
|
||||
chargeUse: 120
|
||||
- type: Sprite
|
||||
sprite: Objects/Devices/Holoprojectors/atmos.rsi
|
||||
state: icon
|
||||
|
||||
@@ -13,8 +13,6 @@
|
||||
- type: Sprite
|
||||
sprite: Structures/Holo/wetfloor.rsi
|
||||
state: icon
|
||||
- type: TimedDespawn
|
||||
lifetime: 90
|
||||
- type: Damageable
|
||||
damageContainer: StructuralInorganic
|
||||
- type: Destructible
|
||||
@@ -41,8 +39,6 @@
|
||||
shape:
|
||||
!type:PhysShapeAabb
|
||||
bounds: "-0.5,-0.5,0.5,0.5"
|
||||
- type: TimedDespawn
|
||||
lifetime: 180
|
||||
- type: Airtight
|
||||
noAirWhenFullyAirBlocked: false
|
||||
|
||||
|
||||
Reference in New Issue
Block a user