]> git.smokeofanarchy.ru Git - space-station-14.git/commitdiff
Labels and description slime (#16049)
authorNim <128169402+Nimfar11@users.noreply.github.com>
Wed, 3 May 2023 12:32:52 +0000 (15:32 +0300)
committerGitHub <noreply@github.com>
Wed, 3 May 2023 12:32:52 +0000 (22:32 +1000)
Resources/Locale/en-US/ghost/roles/ghost-role-component.ftl
Resources/Prototypes/Entities/Markers/Spawners/mobs.yml
Resources/Prototypes/Entities/Mobs/NPCs/slimes.yml

index 9059e9413cf35fe4a43d4addddd597a142ce72ae..1f749e90a391830be5c9e28089877b9170748096 100644 (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!
index 8d9a4225e978b1306eea375a9e28b464de04af03..c3da4026e55a64da377420d1f20b5d31984374d5 100644 (file)
     - MobSpiderSpace
 
 - type: entity
-  name: Slimes Spawner Blue Good
+  name: Slimes Spawner Blue
   id: SpawnMobAdultSlimesBlue
   parent: MarkerBase
   components:
       - state: ai
   - type: ConditionalSpawner
     prototypes:
-      - MobAdultSlimesBlueGood
+      - MobAdultSlimesBlue
 
 - type: entity
   name: Slimes Spawner Blue Angry
       - MobAdultSlimesBlueAngry
 
 - type: entity
-  name: Slimes Spawner Green Good
+  name: Slimes Spawner Green
   id: SpawnMobAdultSlimesGreen
   parent: MarkerBase
   components:
       - state: ai
   - type: ConditionalSpawner
     prototypes:
-      - MobAdultSlimesGreenGood
+      - MobAdultSlimesGreen
 
 - type: entity
   name: Slimes Spawner Green Angry
       - MobAdultSlimesGreenAngry
 
 - type: entity
-  name: Slimes Spawner Yellow Good
+  name: Slimes Spawner Yellow
   id: SpawnMobAdultSlimesYellow
   parent: MarkerBase
   components:
       - state: ai
   - type: ConditionalSpawner
     prototypes:
-      - MobAdultSlimesYellowGood
+      - MobAdultSlimesYellow
 
 - type: entity
   name: Slimes Spawner Yellow Angry
index b52777be0fd41acd99b256ec7125a9dfddc77c64..03a71c67d7c11dbfac25b0c62995b8b749caab54 100644 (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:
 
 - type: entity
   name: blue slime
-  id: MobAdultSlimesBlueGood
+  id: MobAdultSlimesBlue
   parent: MobAdultSlimes
-  suffix: Good
   components:
   - type: DamageStateVisuals
     states:
         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
 - type: entity
   name: green slime
   parent: MobAdultSlimes
-  id: MobAdultSlimesGreenGood
-  suffix: Good
+  id: MobAdultSlimesGreen
   components:
     - type: Sprite
       layers:
           Structural: 4
           Caustic: 1
           Poison: 4
+    - type: GhostRole
+      makeSentient: true
+      description: ghost-role-information-slimes-description
 
 - type: entity
   name: green slime
 - type: entity
   name: yellow slime
   parent: MobAdultSlimes
-  id: MobAdultSlimesYellowGood
-  suffix: Good
+  id: MobAdultSlimesYellow
   components:
     - type: Sprite
       layers:
           Structural: 4
           Caustic: 1
           Cellular: 3
+    - type: GhostRole
+      makeSentient: true
+      description: ghost-role-information-slimes-description
 
 - type: entity
   name: yellow slime