Labels and description slime (#16049)

This commit is contained in:
Nim
2023-05-03 15:32:52 +03:00
committed by GitHub
parent 8b0719243a
commit 83596e0864
3 changed files with 20 additions and 14 deletions

View File

@@ -18,4 +18,5 @@ ghost-role-information-hamlet-name = Hamlet the hamster.
ghost-role-information-hamlet-description = Lives in the station bridge, has a bit of a temper and is always hungry.
ghost-role-information-slimes-name = Slime
ghost-role-information-slimes-description = Everything around you irritates your instincts, destroy them!
ghost-role-information-slimes-description = An ordinary slime with no special needs or interests. He just lives.
ghost-role-information-angry-slimes-description = Everything around you irritates your instincts, destroy them!

View File

@@ -359,7 +359,7 @@
- MobSpiderSpace
- type: entity
name: Slimes Spawner Blue Good
name: Slimes Spawner Blue
id: SpawnMobAdultSlimesBlue
parent: MarkerBase
components:
@@ -369,7 +369,7 @@
- state: ai
- type: ConditionalSpawner
prototypes:
- MobAdultSlimesBlueGood
- MobAdultSlimesBlue
- type: entity
name: Slimes Spawner Blue Angry
@@ -385,7 +385,7 @@
- MobAdultSlimesBlueAngry
- type: entity
name: Slimes Spawner Green Good
name: Slimes Spawner Green
id: SpawnMobAdultSlimesGreen
parent: MarkerBase
components:
@@ -395,7 +395,7 @@
- state: ai
- type: ConditionalSpawner
prototypes:
- MobAdultSlimesGreenGood
- MobAdultSlimesGreen
- type: entity
name: Slimes Spawner Green Angry
@@ -411,7 +411,7 @@
- MobAdultSlimesGreenAngry
- type: entity
name: Slimes Spawner Yellow Good
name: Slimes Spawner Yellow
id: SpawnMobAdultSlimesYellow
parent: MarkerBase
components:
@@ -421,7 +421,7 @@
- state: ai
- type: ConditionalSpawner
prototypes:
- MobAdultSlimesYellowGood
- MobAdultSlimesYellow
- type: entity
name: Slimes Spawner Yellow Angry

View File

@@ -4,7 +4,6 @@
parent: SimpleMobBase
abstract: true
description: It looks so much like jelly. I wonder what it tastes like?
suffix: Good
components:
- type: Faction
factions:
@@ -120,9 +119,8 @@
- type: entity
name: blue slime
id: MobAdultSlimesBlueGood
id: MobAdultSlimesBlue
parent: MobAdultSlimes
suffix: Good
components:
- type: DamageStateVisuals
states:
@@ -130,6 +128,9 @@
Base: blue_adult_slime
Dead:
Base: blue_adult_slime_dead
- type: GhostRole
makeSentient: true
description: ghost-role-information-slimes-description
- type: entity
name: blue slime
@@ -150,8 +151,7 @@
- type: entity
name: green slime
parent: MobAdultSlimes
id: MobAdultSlimesGreenGood
suffix: Good
id: MobAdultSlimesGreen
components:
- type: Sprite
layers:
@@ -170,6 +170,9 @@
Structural: 4
Caustic: 1
Poison: 4
- type: GhostRole
makeSentient: true
description: ghost-role-information-slimes-description
- type: entity
name: green slime
@@ -201,8 +204,7 @@
- type: entity
name: yellow slime
parent: MobAdultSlimes
id: MobAdultSlimesYellowGood
suffix: Good
id: MobAdultSlimesYellow
components:
- type: Sprite
layers:
@@ -221,6 +223,9 @@
Structural: 4
Caustic: 1
Cellular: 3
- type: GhostRole
makeSentient: true
description: ghost-role-information-slimes-description
- type: entity
name: yellow slime