From 83596e0864203eeed86f53340e669006db6e9822 Mon Sep 17 00:00:00 2001 From: Nim <128169402+Nimfar11@users.noreply.github.com> Date: Wed, 3 May 2023 15:32:52 +0300 Subject: [PATCH] Labels and description slime (#16049) --- .../ghost/roles/ghost-role-component.ftl | 3 ++- .../Entities/Markers/Spawners/mobs.yml | 12 ++++++------ .../Prototypes/Entities/Mobs/NPCs/slimes.yml | 19 ++++++++++++------- 3 files changed, 20 insertions(+), 14 deletions(-) diff --git a/Resources/Locale/en-US/ghost/roles/ghost-role-component.ftl b/Resources/Locale/en-US/ghost/roles/ghost-role-component.ftl index 9059e9413c..1f749e90a3 100644 --- a/Resources/Locale/en-US/ghost/roles/ghost-role-component.ftl +++ b/Resources/Locale/en-US/ghost/roles/ghost-role-component.ftl @@ -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! diff --git a/Resources/Prototypes/Entities/Markers/Spawners/mobs.yml b/Resources/Prototypes/Entities/Markers/Spawners/mobs.yml index 8d9a4225e9..c3da4026e5 100644 --- a/Resources/Prototypes/Entities/Markers/Spawners/mobs.yml +++ b/Resources/Prototypes/Entities/Markers/Spawners/mobs.yml @@ -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 diff --git a/Resources/Prototypes/Entities/Mobs/NPCs/slimes.yml b/Resources/Prototypes/Entities/Mobs/NPCs/slimes.yml index b52777be0f..03a71c67d7 100644 --- a/Resources/Prototypes/Entities/Mobs/NPCs/slimes.yml +++ b/Resources/Prototypes/Entities/Mobs/NPCs/slimes.yml @@ -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 -- 2.51.2