Wide anomaly locator (#20581)

* Add files via upload

* Add files via upload

* Add files via upload

* Add files via upload

* add textures

* fix encoding

* fix 2
This commit is contained in:
Ed
2023-10-01 19:41:32 +03:00
committed by GitHub
parent a6e784404a
commit 45db770759
9 changed files with 76 additions and 0 deletions

View File

@@ -71,3 +71,36 @@
slots:
cell_slot:
name: power-cell-slot-component-slot-name-default
- type: entity
id: AnomalyLocatorWideUnpowered
parent: AnomalyLocatorUnpowered
name: wide-spectrum anomaly locator
description: A device that looks for anomalies from an extended distance, but has no way to determine the distance to them.
suffix: Unpowered
components:
- type: Sprite
sprite: Objects/Specific/Research/anomalylocatorwide.rsi
- type: ProximityBeeper
maximumDistance: 40
minBeepInterval: 0.5
maxBeepInterval: 0.5
- type: entity
id: AnomalyLocatorWide
parent: [ AnomalyLocatorWideUnpowered, PowerCellSlotSmallItem ]
suffix: Powered
components:
- type: PowerCellDraw
drawRate: 1
useRate: 0
- type: entity
id: AnomalyLocatorWideEmpty
parent: AnomalyLocatorWide
suffix: Empty
components:
- type: ItemSlots
slots:
cell_slot:
name: power-cell-slot-component-slot-name-default

View File

@@ -203,6 +203,7 @@
- MiningDrill
- AnomalyScanner
- AnomalyLocator
- AnomalyLocatorWide
- RCD
- RCDAmmo
- HandheldCrewMonitor

View File

@@ -68,6 +68,14 @@
Steel: 400
Glass: 100
- type: latheRecipe
id: AnomalyLocatorWide
result: AnomalyLocatorWideEmpty
completetime: 3
materials:
Steel: 400
Glass: 100
- type: latheRecipe
id: AnomalyScanner
result: AnomalyScanner

View File

@@ -26,6 +26,7 @@
recipeUnlocks:
- AnomalyScanner
- AnomalyLocator
- AnomalyLocatorWide
- BorgModuleAnomaly
- APECircuitboard
- AnomalyVesselCircuitboard

Binary file not shown.

After

Width:  |  Height:  |  Size: 500 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 316 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 307 B

View File

@@ -0,0 +1,33 @@
{
"version": 1,
"license": "CC0-1.0",
"copyright": "Created by TheShuEd (github) for Space Station 14.",
"size": {
"x": 32,
"y": 32
},
"states": [
{
"name": "icon"
},
{
"name": "inhand-left",
"directions": 4
},
{
"name": "inhand-right",
"directions": 4
},
{
"name": "screen",
"delays": [
[
0.2,
0.2,
0.2,
0.2
]
]
}
]
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 258 B