Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Meat Decor #2427

Open
wants to merge 6 commits into
base: master
Choose a base branch
from
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
102 changes: 102 additions & 0 deletions Resources/Prototypes/_DV/Entities/Objects/Decoration/meat.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,102 @@
- type: entity
id: MeatDecorBase
abstract: true
components:
- type: Sprite
sprite: DeltaV/Objects/Decoration/Flesh/meat.rsi
noRot: false
state: teeth1
- type: Damageable
damageContainer: StructuralInorganic
damageModifierSet: Wood
- type: MeleeSound
soundGroups:
Brute:
path: /Audio/Weapons/Xeno/alien_claw_flesh3.ogg
params:
variation: 0.05
- type: Destructible
thresholds:
- trigger:
!type:DamageTrigger
damage: 5
behaviors:
- !type:PlaySoundBehavior
sound:
collection: gib
- !type:DoActsBehavior
acts: [ "Destruction" ]
- !type:SpawnEntitiesBehavior
spawn:
FoodMeat:
min: 1
max: 1

- type: entity
id: FleshTeethBase
name: flesh teeth
description: Tooth-like protrusions.
parent: [MeatDecorBase, BaseRock]
abstract: true

- type: entity
parent: FleshTeethBase
id: FleshTeeth1
components:
- type: Sprite
state: teeth1

- type: entity
parent: FleshTeethBase
id: FleshTeeth2
components:
- type: Sprite
state: teeth2

- type: entity
parent: FleshTeethBase
id: FleshTeeth3
components:
- type: Sprite
state: teeth3

- type: entity
parent: [MeatDecorBase, BaseSign]
id: MeatWallMouth
name: wall mouth
description: It hungers.
components:
- type: Sprite
noRot: true
snapCardinals: false
state: wallmouth

- type: entity
parent: [MeatDecorBase, BaseSign]
id: MeatWhisperers
name: whisperers
description: It whispers.
placement:
mode: SnapgridBorder
components:
- type: Sprite
noRot: true
drawdepth: Overdoors
snapCardinals: false
sprite: DeltaV/Objects/Decoration/Flesh/bigmeat.rsi
state: whisperers

- type: entity
parent: MeatDecorBase
id: MeatFloorMouth
name: floor mouth
description: It's starving.
components:
- type: Clickable
- type: Tag
tags:
- Structure
- type: Sprite
drawdepth: FloorObjects
sprite: DeltaV/Objects/Decoration/Flesh/bigmeat.rsi
state: floormouth
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,18 @@
{
"version": 1,
"license": "CC-BY-SA-3.0",
"copyright": "rosieposieeee (Github)",
"size": {
"x": 64,
"y": 64
},
"states": [
{
"name": "whisperers",
"directions": 4
},
{
"name": "floormouth"
}
]
}
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,24 @@
{
"version": 1,
"license": "CC-BY-SA-3.0",
"copyright": "rosieposieeee (Github)",
"size": {
"x": 32,
"y": 32
},
"states": [
{
"name": "teeth1"
},
{
"name": "teeth2"
},
{
"name": "teeth3"
},
{
"name": "wallmouth",
"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.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading