First step

This commit is contained in:
BIGZi0348
2025-01-23 23:42:33 +03:00
parent bc2857f546
commit 7fa6f0a2e5
5 changed files with 46 additions and 0 deletions

View File

@@ -0,0 +1,2 @@
ent-ProtocolCRAB17 = подозрительный телефон
.desc = Какой следующий шаг твоего мастер плана? Уничтожить этот рынок, не оставив выживших!

View File

@@ -0,0 +1,19 @@
- type: entity
name: suspicious phone
parent: BaseItem
id: ProtocolCRAB17
description: So what's the next step of your master plan? Crashing this market, with no survivors!
components:
- type: Sprite
sprite: _Amour/Objects/Devices/protocolcrab17.rsi
state: icon
scale: 0.75, 0.75
- type: EmitSoundOnPickup
sound:
path: /Audio/White/Items/handling/component_pickup.ogg
- type: EmitSoundOnDrop
sound:
path: /Audio/White/Items/handling/component_drop.ogg
- type: EmitSoundOnLand
sound:
path: /Audio/White/Items/handling/component_drop.ogg

View File

@@ -8,3 +8,14 @@
Telecrystal: 12
categories:
- UplinkAllies
- type: listing
id: UplinkProtocolCRAB17
name: Протокол КРАБ-17
description: Подозрительный телефон с загруженным протоколом "КРАБ-17". Привяжите свою карту и наблюдайте за падением экономики всей станции.
icon: { sprite: _Amour/Objects/Devices/protocolcrab17.rsi, state: icon }
productEntity: ProtocolCRAB17
cost:
Telecrystal: 8
categories:
- UplinkDisruption

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.9 KiB

View File

@@ -0,0 +1,14 @@
{
"version": 1,
"license": "CC-BY-SA-3.0",
"copyright": "Taken from https://github.com/BeeStation/BeeStation-Hornet/commit/016ff56f3b0c0884912c87002c34eedd5e82a8fe",
"size": {
"x": 32,
"y": 32
},
"states": [
{
"name": "icon"
}
]
}