Kobold/monkey AI holograms (#38888)

* Added kobold/monkey AI holograms

* Updated meta.json
This commit is contained in:
Hitlinemoss
2025-07-10 13:11:23 -04:00
committed by GitHub
parent d071b4dab6
commit 97fcebb92b
5 changed files with 30 additions and 2 deletions

View File

@@ -43,4 +43,6 @@ station-ai-hologram-female = Female appearance
station-ai-hologram-male = Male appearance
station-ai-hologram-face = Disembodied head
station-ai-hologram-cat = Cat form
station-ai-hologram-dog = Corgi form
station-ai-hologram-dog = Corgi form
station-ai-hologram-kobold = Kobold form
station-ai-hologram-monkey = Monkey form

View File

@@ -22,6 +22,8 @@
- StationAiHologramFace
- StationAiHologramCat
- StationAiHologramDog
- StationAiHologramKobold
- StationAiHologramMonkey
# Iconography
- type: stationAiCustomization
@@ -161,3 +163,21 @@
Hologram:
sprite: Mobs/Silicon/holograms.rsi
state: ai_dog
- type: stationAiCustomization
id: StationAiHologramKobold
name: station-ai-hologram-kobold
previewKey: Hologram
layerData:
Hologram:
sprite: Mobs/Silicon/holograms.rsi
state: ai_kobold
- type: stationAiCustomization
id: StationAiHologramMonkey
name: station-ai-hologram-monkey
previewKey: Hologram
layerData:
Hologram:
sprite: Mobs/Silicon/holograms.rsi
state: ai_monkey

Binary file not shown.

After

Width:  |  Height:  |  Size: 869 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 593 B

View File

@@ -1,7 +1,7 @@
{
"version": 1,
"license": "CC-BY-SA-3.0",
"copyright": "Taken from vgstation at https://github.com/vgstation-coders/vgstation13/blob/e2923df112df8aa025846d0764697bad6506586a/icons/mob/AI.dmi - modified by chromiumboy.",
"copyright": "Taken from vgstation at https://github.com/vgstation-coders/vgstation13/blob/e2923df112df8aa025846d0764697bad6506586a/icons/mob/AI.dmi - modified by chromiumboy. Kobold/monkey sprites taken from SS14 Wizard's Den at https://github.com/space-wizards/space-station-14/tree/f574990b11db5936de3635a4273d5eb26217882e/Resources/Textures/Mobs/Animals, modified by Hitlinemoss",
"size": {
"x": 32,
"y": 32
@@ -33,6 +33,12 @@
},
{
"name": "ai_dog"
},
{
"name": "ai_kobold"
},
{
"name": "ai_monkey"
}
]
}