insertingState: inserting_mothroach
- type: MothAccent
- type: Sprite
- sprite: Mobs/Animals/mothroach.rsi
+ sprite: Mobs/Animals/mothroach/mothroach.rsi
layers:
- map: ["enum.DamageStateVisualLayers.Base", "movement"]
state: mothroach
size: Normal
- type: Clothing
quickEquip: false
- sprite: Mobs/Animals/mothroach.rsi
+ sprite: Mobs/Animals/mothroach/mothroach.rsi
equippedPrefix: 0
slots:
- HEAD
- type: FireVisuals
sprite: Mobs/Effects/onfire.rsi
normalState: Mouse_burning
+ - type: Strippable
+ - type: UserInterface
+ interfaces:
+ enum.StrippingUiKey.Key:
+ type: StrippableBoundUserInterface
+ - type: InventorySlots
+ - type: Inventory
+ speciesId: hamster
+ templateId: hamster
+ displacements:
+ head:
+ sizeMaps:
+ 32:
+ sprite: Mobs/Animals/mothroach/displacement.rsi
+ state: head
+ mask:
+ sizeMaps:
+ 32:
+ sprite: Mobs/Animals/mothroach/displacement.rsi
+ state: mask
+ suitstorage:
+ sizeMaps:
+ 32:
+ sprite: Mobs/Animals/mothroach/displacement.rsi
+ state: suitstorage
+ eyes:
+ sizeMaps:
+ 32:
+ sprite: Mobs/Animals/mothroach/displacement.rsi
+ state: eyes
+ neck:
+ sizeMaps:
+ 32:
+ sprite: Mobs/Animals/mothroach/displacement.rsi
+ state: neck
# Note that the mallard duck is actually a male drake mallard, with the brown duck being the female variant of the same species, however ss14 lacks sex specific textures
slotTexture: neck
slotFlags: NECK
uiWindowPos: 0,1
- strippingWindowPos: 1,0
+ strippingWindowPos: 0,1
displayName: Neck
whitelist:
tags:
slotTexture: glasses
slotFlags: EYES
stripTime: 3
- uiWindowPos: 0,1
+ uiWindowPos: 0,2
strippingWindowPos: 0,0
displayName: Eyes
whitelist:
- name: suitstorage
slotTexture: suit_storage
slotFlags: SUITSTORAGE
- slotGroup: SecondHotbar
stripTime: 3
- uiWindowPos: 2,0
+ uiWindowPos: 1,0
strippingWindowPos: 2,5
displayName: Suit Storage
whitelist:
--- /dev/null
+{
+ "version": 1,
+ "license": "CC-BY-SA-3.0",
+ "copyright": "Made by Vermidia",
+ "size": {
+ "x": 32,
+ "y": 32
+ },
+ "load": {
+ "srgb": false
+ },
+ "states": [
+ {
+ "name": "head",
+ "directions": 4
+ },
+ {
+ "name": "mask",
+ "directions": 4
+ },
+ {
+ "name": "suitstorage",
+ "directions": 4
+ },
+ {
+ "name": "eyes",
+ "directions": 4
+ },
+ {
+ "name": "neck",
+ "directions": 4
+ }
+ ]
+}
+