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

View File

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