- type: entity
name: kangaroo
- parent: [ SimpleMobBase, MobCombat ]
+ parent:
+ - SimpleMobBase
+ - MobCombat
+ - StripableInventoryBase
id: MobKangaroo
description: A large marsupial herbivore. It has powerful hind legs, with nails that resemble long claws.
components:
templateId: kangaroo
- type: ReplacementAccent
accent: kangaroo
- - type: InventorySlots
- - type: Strippable
- type: Butcherable
spawned:
- id: FoodMeat
- - type: UserInterface
- interfaces:
- enum.StrippingUiKey.Key:
- type: StrippableBoundUserInterface
- type: DamageStateVisuals
states:
Alive:
- type: entity
name: genetic ancestor
id: MobBaseAncestor
- parent: SimpleMobBase
+ parent: [SimpleMobBase, StripableInventoryBase]
description: The genetic bipedal ancestor of... Uh... Something. Yeah, there's definitely something on the station that descended from whatever this is.
abstract: true
components:
- type: Inventory
templateId: monkey
speciesId: monkey
- - type: InventorySlots
- type: Deathgasp
prototype: MonkeyDeathgasp
- type: Cuffable
layer:
- MobLayer
- type: Stripping
- - type: Strippable
- - type: UserInterface
- interfaces:
- enum.StrippingUiKey.Key:
- type: StrippableBoundUserInterface
- type: Sprite
drawdepth: Mobs
layers:
- type: entity
name: possum
- parent: SimpleMobBase
+ parent: [SimpleMobBase, StripableInventoryBase]
id: MobPossum
description: '"O Possum! My Possum!" -- Walt Whitman, 1865'
components:
- type: Inventory
speciesId: possum
templateId: pet
- - type: InventorySlots
- - type: Strippable
- - type: UserInterface
- interfaces:
- enum.StrippingUiKey.Key:
- type: StrippableBoundUserInterface
- type: DamageStateVisuals
states:
Alive:
- type: entity
name: raccoon
- parent: SimpleMobBase
+ parent: [SimpleMobBase, StripableInventoryBase]
id: MobRaccoon
description: Trash panda!
components:
- type: Inventory
speciesId: possum #close enough
templateId: pet
- - type: InventorySlots
- - type: Strippable
- - type: UserInterface
- interfaces:
- enum.StrippingUiKey.Key:
- type: StrippableBoundUserInterface
- type: DamageStateVisuals
states:
Alive:
- type: entity
name: fox
- parent: SimpleMobBase
+ parent: [SimpleMobBase, StripableInventoryBase]
id: MobFox
description: They're a fox.
components:
- type: Inventory
speciesId: fox
templateId: pet
- - type: InventorySlots
- - type: Strippable
- - type: UserInterface
- interfaces:
- enum.StrippingUiKey.Key:
- type: StrippableBoundUserInterface
- type: DamageStateVisuals
states:
Alive:
- type: entity
name: corgi
- parent: SimpleMobBase
+ parent: [SimpleMobBase, StripableInventoryBase]
id: MobCorgi
description: Finally, a space corgi!
components:
- type: Inventory
speciesId: dog
templateId: pet
- - type: InventorySlots
- - type: Strippable
- - type: UserInterface
- interfaces:
- enum.StrippingUiKey.Key:
- type: StrippableBoundUserInterface
- type: DamageStateVisuals
states:
Alive:
- type: Inventory
speciesId: puppy
templateId: pet
- - type: InventorySlots
- type: DamageStateVisuals
states:
Alive:
- type: entity
name: cat
- parent: SimpleMobBase
+ parent: [SimpleMobBase, StripableInventoryBase]
id: MobCat
description: Feline pet, very funny.
components:
- type: Inventory
speciesId: cat
templateId: pet
- - type: InventorySlots
- - type: Strippable
- - type: UserInterface
- interfaces:
- enum.StrippingUiKey.Key:
- type: StrippableBoundUserInterface
- type: DamageStateVisuals
states:
Alive:
- type: entity
name: sloth
- parent: SimpleMobBase
+ parent: [SimpleMobBase, StripableInventoryBase]
id: MobSloth
description: Very slow animal. For people with low energy.
components:
- type: Inventory
speciesId: sloth
templateId: pet
- - type: InventorySlots
- - type: Strippable
- - type: UserInterface
- interfaces:
- enum.StrippingUiKey.Key:
- type: StrippableBoundUserInterface
- type: DamageStateVisuals
states:
Alive:
- type: entity
name: ferret
- parent: SimpleMobBase
+ parent: [SimpleMobBase, StripableInventoryBase]
id: MobFerret
description: Just a silly little guy!
components:
- type: Inventory
speciesId: fox #close enough
templateId: pet
- - type: InventorySlots
- - type: Strippable
- - type: UserInterface
- interfaces:
- enum.StrippingUiKey.Key:
- type: StrippableBoundUserInterface
- type: DamageStateVisuals
states:
Alive:
- type: entity
name: hamster
- parent: [ SimpleMobBase, MobCombat ]
+ parent: [ SimpleMobBase, MobCombat, StripableInventoryBase]
id: MobHamster
description: A cute, fluffy, robust hamster.
components:
- type: Inventory
speciesId: hamster
templateId: hamster
- - type: InventorySlots
- - type: Strippable
- - type: UserInterface
- interfaces:
- enum.StrippingUiKey.Key:
- type: StrippableBoundUserInterface
- type: DamageStateVisuals
states:
Alive:
- type: entity
name: pig
- parent: SimpleMobBase
+ parent: [SimpleMobBase, StripableInventoryBase]
id: MobPig
description: Oink.
components:
offspring:
- id: MobPig
- type: ReproductivePartner
- - type: InventorySlots
- - type: Strippable
- - type: UserInterface
- interfaces:
- enum.StrippingUiKey.Key:
- type: StrippableBoundUserInterface
- type: DamageStateVisuals
states:
Alive:
- type: entity
name: diona nymph
- parent: SimpleMobBase
+ parent: [SimpleMobBase, StripableInventoryBase]
id: MobDionaNymph
description: It's like a cat, only.... branch-ier.
components:
- type: Inventory
speciesId: cat
templateId: pet
- - type: InventorySlots
- - type: Strippable
- type: Bloodstream
bloodReagent: Sap
bloodMaxVolume: 60
- - type: UserInterface
- interfaces:
- enum.StrippingUiKey.Key:
- type: StrippableBoundUserInterface
- type: DamageStateVisuals
states:
Alive:
- type: entity
name: Bingus
- parent: SimpleMobBase
+ parent: [SimpleMobBase, StripableInventoryBase]
id: MobBingus
description: Bingus my beloved...
components:
- type: Inventory
speciesId: cat
templateId: pet
- - type: InventorySlots
- - type: Strippable
- - type: UserInterface
- interfaces:
- enum.StrippingUiKey.Key:
- type: StrippableBoundUserInterface
- type: DamageStateVisuals
states:
Alive:
- type: entity
name: McGriff
- parent: SimpleMobBase
+ parent: [SimpleMobBase, StripableInventoryBase]
id: MobMcGriff
description: This dog can tell something smells around here, and that something is CRIME!
components:
- type: Inventory
speciesId: puppy
templateId: pet
- - type: InventorySlots
- - type: Strippable
- - type: UserInterface
- interfaces:
- enum.StrippingUiKey.Key:
- type: StrippableBoundUserInterface
- type: DamageStateVisuals
states:
Alive:
- type: entity
name: Walter
- parent: SimpleMobBase
+ parent: [SimpleMobBase, StripableInventoryBase]
id: MobWalter
description: He likes chems and treats. Walter.
components:
- type: Inventory
speciesId: dog
templateId: pet
- - type: InventorySlots
- - type: Strippable
- - type: UserInterface
- interfaces:
- enum.StrippingUiKey.Key:
- type: StrippableBoundUserInterface
- type: DamageStateVisuals
states:
Alive: