Fixes entity spawner icons (#9411)

* fixes asteroid icon / parent and adds suffix

* fixes asteroid icon / parent and adds suffix

* fix rust wall icon

* fix table icon

* fix counter icons

* makes base grenade abstract

* fixes rat stomach sprite error

* really fixed rat stomachs
This commit is contained in:
Peptide90
2022-07-05 15:12:24 +01:00
committed by GitHub
parent 33ea8df379
commit 1af84204d8
6 changed files with 15 additions and 1 deletions

View File

@@ -13,3 +13,5 @@
components: components:
- type: Stomach - type: Stomach
maxVolume: 50 # they're hungry maxVolume: 50 # they're hungry
- type: Sprite
state: stomach

View File

@@ -71,6 +71,9 @@
abstract: true abstract: true
components: components:
- type: Mechanism - type: Mechanism
- type: Sprite
netsync: false
sprite: Mobs/Species/Human/organs.rsi
- type: entity - type: entity
id: OrganAnimalLungs id: OrganAnimalLungs

View File

@@ -43,6 +43,7 @@
id: BaseGrenade id: BaseGrenade
name: base grenade name: base grenade
parent: BaseItem parent: BaseItem
abstract: true
components: components:
- type: Tag - type: Tag
tags: tags:

View File

@@ -9,6 +9,7 @@
sprite: Structures/Furniture/Tables/frame.rsi sprite: Structures/Furniture/Tables/frame.rsi
- type: Icon - type: Icon
sprite: Structures/Furniture/Tables/frame.rsi sprite: Structures/Furniture/Tables/frame.rsi
state: full
- type: Fixtures - type: Fixtures
fixtures: fixtures:
- shape: - shape:
@@ -55,6 +56,7 @@
sprite: Structures/Furniture/Tables/counterwood.rsi sprite: Structures/Furniture/Tables/counterwood.rsi
- type: Icon - type: Icon
sprite: Structures/Furniture/Tables/counterwood.rsi sprite: Structures/Furniture/Tables/counterwood.rsi
state: full
- type: Fixtures - type: Fixtures
fixtures: fixtures:
- shape: - shape:
@@ -107,6 +109,7 @@
sprite: Structures/Furniture/Tables/countermetal.rsi sprite: Structures/Furniture/Tables/countermetal.rsi
- type: Icon - type: Icon
sprite: Structures/Furniture/Tables/countermetal.rsi sprite: Structures/Furniture/Tables/countermetal.rsi
state: full
- type: Damageable - type: Damageable
damageContainer: Inorganic damageContainer: Inorganic
damageModifierSet: Metallic damageModifierSet: Metallic

View File

@@ -2,6 +2,7 @@
id: AsteroidRock id: AsteroidRock
parent: BaseStructure parent: BaseStructure
name: asteroid rock name: asteroid rock
suffix: Low Ore Yield
description: A rocky asteroid. description: A rocky asteroid.
components: components:
- type: Gatherable - type: Gatherable
@@ -44,8 +45,9 @@
- type: entity - type: entity
id: AsteroidRockMining id: AsteroidRockMining
parent: BaseStructure parent: AsteroidRock
name: asteroid rock name: asteroid rock
suffix: higher ore yield
description: An asteroid. description: An asteroid.
components: components:
- type: Gatherable - type: Gatherable

View File

@@ -568,6 +568,9 @@
components: components:
- type: Sprite - type: Sprite
sprite: Structures/Walls/solidrust.rsi sprite: Structures/Walls/solidrust.rsi
- type: Icon
sprite: Structures/Walls/solidrust.rsi
state: full
- type: Construction - type: Construction
graph: Girder graph: Girder
node: wallrust node: wallrust