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:
@@ -13,3 +13,5 @@
|
||||
components:
|
||||
- type: Stomach
|
||||
maxVolume: 50 # they're hungry
|
||||
- type: Sprite
|
||||
state: stomach
|
||||
@@ -71,6 +71,9 @@
|
||||
abstract: true
|
||||
components:
|
||||
- type: Mechanism
|
||||
- type: Sprite
|
||||
netsync: false
|
||||
sprite: Mobs/Species/Human/organs.rsi
|
||||
|
||||
- type: entity
|
||||
id: OrganAnimalLungs
|
||||
|
||||
@@ -43,6 +43,7 @@
|
||||
id: BaseGrenade
|
||||
name: base grenade
|
||||
parent: BaseItem
|
||||
abstract: true
|
||||
components:
|
||||
- type: Tag
|
||||
tags:
|
||||
|
||||
@@ -9,6 +9,7 @@
|
||||
sprite: Structures/Furniture/Tables/frame.rsi
|
||||
- type: Icon
|
||||
sprite: Structures/Furniture/Tables/frame.rsi
|
||||
state: full
|
||||
- type: Fixtures
|
||||
fixtures:
|
||||
- shape:
|
||||
@@ -55,6 +56,7 @@
|
||||
sprite: Structures/Furniture/Tables/counterwood.rsi
|
||||
- type: Icon
|
||||
sprite: Structures/Furniture/Tables/counterwood.rsi
|
||||
state: full
|
||||
- type: Fixtures
|
||||
fixtures:
|
||||
- shape:
|
||||
@@ -107,6 +109,7 @@
|
||||
sprite: Structures/Furniture/Tables/countermetal.rsi
|
||||
- type: Icon
|
||||
sprite: Structures/Furniture/Tables/countermetal.rsi
|
||||
state: full
|
||||
- type: Damageable
|
||||
damageContainer: Inorganic
|
||||
damageModifierSet: Metallic
|
||||
|
||||
@@ -2,6 +2,7 @@
|
||||
id: AsteroidRock
|
||||
parent: BaseStructure
|
||||
name: asteroid rock
|
||||
suffix: Low Ore Yield
|
||||
description: A rocky asteroid.
|
||||
components:
|
||||
- type: Gatherable
|
||||
@@ -44,8 +45,9 @@
|
||||
|
||||
- type: entity
|
||||
id: AsteroidRockMining
|
||||
parent: BaseStructure
|
||||
parent: AsteroidRock
|
||||
name: asteroid rock
|
||||
suffix: higher ore yield
|
||||
description: An asteroid.
|
||||
components:
|
||||
- type: Gatherable
|
||||
|
||||
@@ -568,6 +568,9 @@
|
||||
components:
|
||||
- type: Sprite
|
||||
sprite: Structures/Walls/solidrust.rsi
|
||||
- type: Icon
|
||||
sprite: Structures/Walls/solidrust.rsi
|
||||
state: full
|
||||
- type: Construction
|
||||
graph: Girder
|
||||
node: wallrust
|
||||
|
||||
Reference in New Issue
Block a user