Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
43 changes: 43 additions & 0 deletions Resources/Prototypes/_Funkystation/Entities/Mobs/NPCs/animals.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,43 @@
- type: entity
name: roingus
description: Bounce!
parent: MobMouse
id: MobRoingus
components:
- type: Sprite
layers:
- map: ["enum.DamageStateVisualLayers.Base", movement]
state: roingus
sprite: _Funkystation/Mobs/Animals/roingus.rsi
- type: SpriteMovement
movementLayers:
movement:
state: roingus-moving
noMovementLayers:
movement:
state: roingus
- type: Tag
tags:
- FootstepSound
- type: FootstepModifier
footstepSoundCollection:
collection: FootstepBounce
params:
pitch: 1.15
- type: Clothing
equippedPrefix: 1
- type: DamageStateVisuals
states:
Alive:
Base: roingus
Critical:
Base: dead
Dead:
Base: splat
- type: Item
size: Tiny
heldPrefix: 1
- type: FoodSequenceElement
sprite:
sprite: _Funkystation/Mobs/Animals/roingus.rsi
state: dead
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
@@ -0,0 +1,54 @@
{
"version": 1,
"license": "CC-BY-SA-3.0",
"copyright": "Taken from https://github.com/tgstation/tgstation/commit/e15c63d100db65eaaa5231133b8a2662ff439131#diff-8dd94e19fdb2ff341b57e31bce101298, modified by Vermidia, roingusified by GtheGlorious.",
"size": {
"x": 32,
"y": 32
},
"states": [
{
"name": "icon"
},
{
"name": "roingus",
"directions": 4
},
{
"name": "roingus-moving",
"directions": 4,
"delays": [
[
0.2,
0.2,
0.2
],
[
0.2,
0.2,
0.2
],
[
0.2,
0.2,
0.2
],
[
0.2,
0.2,
0.2
]
]
},
{
"name": "dead"
},
{
"name": "splat"
},
{
"name": "equipped-HELMET",
"directions": 4
}
]
}
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.