- add: Time beacon. (#254)

This commit is contained in:
Aviu00
2024-03-30 21:02:02 +09:00
committed by GitHub
parent 18ac666686
commit 034a18b1d0
8 changed files with 183 additions and 0 deletions

View 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 секунд.

View File

@@ -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: Имплант дыма

View File

@@ -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

View File

@@ -10,6 +10,9 @@
{
"name": "door_remotebase"
},
{
"name": "door_remotebase_white"
},
{
"name": "door_remotelightscolour"
},