Skip to content

Commit

Permalink
Add Station Holograph (#145)
Browse files Browse the repository at this point in the history
  • Loading branch information
ps3moira authored Oct 11, 2023
1 parent f4b379b commit 805b075
Show file tree
Hide file tree
Showing 3 changed files with 45 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
- type: entity
id: shuttle_manipulator
parent: BaseStructure
name: station holograph
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
]
]
}
]
}

0 comments on commit 805b075

Please sign in to comment.