- add: Time beacon. (#254)
This commit is contained in:
10
Resources/Locale/ru-RU/_white/object/time-beacon.ftl
Normal file
10
Resources/Locale/ru-RU/_white/object/time-beacon.ftl
Normal file
@@ -0,0 +1,10 @@
|
||||
ent-TimeBeacon = временной маяк
|
||||
.desc = Перемотка!
|
||||
|
||||
time-beacon-component-charged = Временной маяк [color=darkgreen]заряжен[/color]
|
||||
time-beacon-component-charging = Временной маяк зарядится через [color=fuchsia]{ $cooldown }[/color] секунд.
|
||||
time-beacon-component-cooldown = Временной маяк можно использовать через { $cooldown } секунд.
|
||||
time-beacon-component-anchor-set = Маяк установлен!
|
||||
|
||||
uplink-time-beacon = Временной маяк
|
||||
uplink-time-beacon-desc = Устанавливает маяк при активации. Через 10 секунд телепортирует вас к точке маяка. Время перезарядки составляет 20 секунд.
|
||||
@@ -63,6 +63,17 @@
|
||||
categories:
|
||||
- UplinkAmmo
|
||||
|
||||
- type: listing
|
||||
id: UplinkTimeBeacon
|
||||
name: uplink-time-beacon
|
||||
description: uplink-time-beacon-desc
|
||||
productEntity: TimeBeacon
|
||||
icon: { sprite: Objects/Devices/door_remote.rsi, state: door_remotebase_white }
|
||||
cost:
|
||||
Telecrystal: 2
|
||||
categories:
|
||||
- UplinkUtility
|
||||
|
||||
- type: listing
|
||||
id: UplinkSmokeImplanter
|
||||
name: Имплант дыма
|
||||
|
||||
@@ -0,0 +1,24 @@
|
||||
- type: entity
|
||||
parent: BaseItem
|
||||
id: TimeBeacon
|
||||
name: time beacon
|
||||
description: Rewind!
|
||||
components:
|
||||
- type: Sprite
|
||||
sprite: Objects/Devices/door_remote.rsi
|
||||
layers:
|
||||
- state: door_remotebase_white
|
||||
- state: door_remotelightscolour
|
||||
color: "#00FFF7"
|
||||
- state: door_remotescreencolour
|
||||
color: "#00FFF7"
|
||||
- type: Item
|
||||
storedRotation: -90
|
||||
- type: TimeBeacon
|
||||
|
||||
- type: entity
|
||||
id: TimeBeaconAnchor
|
||||
name: time beacon anchor
|
||||
description: Fuck!
|
||||
components:
|
||||
- type: TimeBeaconAnchor
|
||||
Binary file not shown.
|
After Width: | Height: | Size: 717 B |
@@ -10,6 +10,9 @@
|
||||
{
|
||||
"name": "door_remotebase"
|
||||
},
|
||||
{
|
||||
"name": "door_remotebase_white"
|
||||
},
|
||||
{
|
||||
"name": "door_remotelightscolour"
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user