Skip to content
This repository has been archived by the owner on Oct 25, 2023. It is now read-only.

Add Station Holo-Projector #215

Open
wants to merge 4 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
- type: entity
id: shuttle_manipulator
parent: BaseStructure
name: station holo-projector
description: A three-dimensional hologram projection of a space station.
components:
- type: Sprite
sprite: DeltaV/Structures/Decoration/shuttle_manipulator.rsi
state: holograph_station
- type: PointLight
radius: 1.4
energy: 2
color: "#26DEB3"
- type: Damageable
damageContainer: Inorganic
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
{
"version": 1,
"license": "CC-BY-SA-3.0",
"copyright": "Taken from monkeystation13 at https://github.com/MonkeyStation13/MonkeyStation/blob/8f80d0398bbc8155d1253d15596d0ae5c82f96f9/icons/obj/machines/shuttle_manipulator.dmi",
"size": {
"x": 64,
"y": 64
},
"states": [
{
"name": "holograph_station",
"delays": [
[
0.3,
0.3,
0.3,
0.3,
0.3,
0.3,
0.3,
0.3,
0.3,
0.3,
0.3,
0.3
]
]
}
]
}
Loading