Kobold/monkey AI holograms (#38888)
* Added kobold/monkey AI holograms * Updated meta.json
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
BIN
Resources/Textures/Mobs/Silicon/holograms.rsi/ai_kobold.png
Normal file
BIN
Resources/Textures/Mobs/Silicon/holograms.rsi/ai_kobold.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 869 B |
BIN
Resources/Textures/Mobs/Silicon/holograms.rsi/ai_monkey.png
Normal file
BIN
Resources/Textures/Mobs/Silicon/holograms.rsi/ai_monkey.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 593 B |
@@ -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"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user