diff --git a/Resources/Prototypes/DeltaV/Entities/Structures/Decoration/shuttle_manipulator.yml b/Resources/Prototypes/DeltaV/Entities/Structures/Decoration/shuttle_manipulator.yml new file mode 100644 index 0000000000..a0a17cc6da --- /dev/null +++ b/Resources/Prototypes/DeltaV/Entities/Structures/Decoration/shuttle_manipulator.yml @@ -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 \ No newline at end of file diff --git a/Resources/Textures/DeltaV/Structures/Decoration/shuttle_manipulator.rsi/holograph_station.png b/Resources/Textures/DeltaV/Structures/Decoration/shuttle_manipulator.rsi/holograph_station.png new file mode 100644 index 0000000000..a3d91b09f2 Binary files /dev/null and b/Resources/Textures/DeltaV/Structures/Decoration/shuttle_manipulator.rsi/holograph_station.png differ diff --git a/Resources/Textures/DeltaV/Structures/Decoration/shuttle_manipulator.rsi/meta.json b/Resources/Textures/DeltaV/Structures/Decoration/shuttle_manipulator.rsi/meta.json new file mode 100644 index 0000000000..92642875f9 --- /dev/null +++ b/Resources/Textures/DeltaV/Structures/Decoration/shuttle_manipulator.rsi/meta.json @@ -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 + ] + ] + } + ] +}