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 4e6ec1f188..1420ea86bf 100644 --- a/Resources/Locale/en-US/ghost/roles/ghost-role-component.ftl +++ b/Resources/Locale/en-US/ghost/roles/ghost-role-component.ftl @@ -21,6 +21,13 @@ ghost-role-information-hamster-description = A grumpy little ball of fluff. 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-Shiva-name = Shiva +ghost-role-information-Shiva-description = You are a spider defender. Protect the station till the end! +ghost-role-information-Shiva-rules = Obey the heads, protect the crew and do not cocoon peaceful beings! + +ghost-role-information-Laika-name = Laika +ghost-role-information-Laika-description = Security's resident she-dog. Badger the officers for headpats and nip at the heels of violent offenders. + ghost-role-information-slimes-name = Slime ghost-role-information-slimes-description = An ordinary slime with no special needs or interests. You are friendly to others. diff --git a/Resources/Locale/ru-RU/ghost/roles/ghost-role-component.ftl b/Resources/Locale/ru-RU/ghost/roles/ghost-role-component.ftl index 2374a29b98..94d0b1069f 100644 --- a/Resources/Locale/ru-RU/ghost/roles/ghost-role-component.ftl +++ b/Resources/Locale/ru-RU/ghost/roles/ghost-role-component.ftl @@ -21,6 +21,13 @@ ghost-role-information-hamster-description = Маленький ворчливы ghost-role-information-hamlet-name = Хомяк Гамлет ghost-role-information-hamlet-description = Живёт на капитанском мостике, немного вспыльчив и всегда голоден. +ghost-role-information-Laika-name = Лайка +ghost-role-information-Laika-description = Постоянная обитательница службы безопасности. Требуйте ласки у офицеров и кусайте за пятки нарушителей. + +ghost-role-information-Shiva-name = Шива +ghost-role-information-Shiva-description = Вы - паук-защитник. Защищайте же станцию до самого конца! +ghost-role-information-Shiva-rules = Слушайтесь глав, защищайте экипаж и не смейте коконировать мирных! + ghost-role-information-slimes-name = Слайм ghost-role-information-slimes-description = Обычный слайм без особых потребностей или интересов. Он просто живет. diff --git a/Resources/Locale/ru-RU/prototypes/entities/mobs/npcs/pets.ftl b/Resources/Locale/ru-RU/prototypes/entities/mobs/npcs/pets.ftl index c6c408f720..06aacf2656 100644 --- a/Resources/Locale/ru-RU/prototypes/entities/mobs/npcs/pets.ftl +++ b/Resources/Locale/ru-RU/prototypes/entities/mobs/npcs/pets.ftl @@ -46,3 +46,6 @@ ent-MobFoxRenault = Алиса ent-MobHamsterHamlet = Гамлет .desc = Ворчливый, милый и пушистый хомяк. .suffix = { "" } +ent-MobSecDogLaika = Лайка + .desc = Подобно своей тезке, Лайка — это экземпляр неопределенной породы, только что с улицы и готова к бою. + .suffix = { "" } diff --git a/Resources/Prototypes/DeltaV/Entities/Mobs/NPCs/pets.yml b/Resources/Prototypes/DeltaV/Entities/Mobs/NPCs/pets.yml index 2d1a1d72c4..4871952e28 100644 --- a/Resources/Prototypes/DeltaV/Entities/Mobs/NPCs/pets.yml +++ b/Resources/Prototypes/DeltaV/Entities/Mobs/NPCs/pets.yml @@ -29,8 +29,8 @@ makeSentient: true allowSpeech: true allowMovement: true - name: "Laika" - description: "Security's resident she-dog. Badger the officers for headpats and nip at the heels of violent offenders." + name: ghost-role-information-Laika-name # Localization added by WD + description: ghost-role-information-Laika-description # Localization added by WD requirements: - !type:DepartmentTimeRequirement department: Security