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 246f090290..b676bcf5cd 100644 --- a/Resources/Locale/en-US/ghost/roles/ghost-role-component.ftl +++ b/Resources/Locale/en-US/ghost/roles/ghost-role-component.ftl @@ -73,6 +73,9 @@ ghost-role-information-jonkbot-description = An artificial being of pure evil. ghost-role-information-mimebot-name = Mimebot ghost-role-information-mimebot-description = A Mimebot, act like a mime but dont act like a greytider. +ghost-role-information-taxibot-name = TaxiBot +ghost-role-information-taxibot-description = Drive the station crew to their destination. + ghost-role-information-space-bear-name = Space bear ghost-role-information-space-bear-description = You're a bear! Do bear things. @@ -149,8 +152,11 @@ ghost-role-information-cburn-agent-description = A highly trained CentCom agent, ghost-role-information-centcom-official-name = CentCom official ghost-role-information-centcom-official-description = Inspect the station, jot down performance reviews for heads of staff, bug the Captain. +ghost-role-information-nukeop-rules = You are a syndicate operative tasked with the destruction of the station. As an antagonist, do whatever is required to complete this task. + +ghost-role-information-loneop-name = Lone Operative +ghost-role-information-loneop-description = You are a lone nuclear operative. Destroy the station! +ghost-role-information-loneop-rules = You are a syndicate operative tasked with the destruction of the station. As an antagonist, do whatever is required to complete this task. + ghost-role-information-behonker-name = Behonker ghost-role-information-behonker-description = You are an antagonist, bring death and honks to those who do not follow the honkmother. - -ghost-role-information-taxibot-name = TaxiBot -ghost-role-information-taxibot-description = Drive the station crew to their destination. diff --git a/Resources/Prototypes/Entities/Markers/Spawners/ghost_roles.yml b/Resources/Prototypes/Entities/Markers/Spawners/ghost_roles.yml index 2defae76ab..18c86443b5 100644 --- a/Resources/Prototypes/Entities/Markers/Spawners/ghost_roles.yml +++ b/Resources/Prototypes/Entities/Markers/Spawners/ghost_roles.yml @@ -5,9 +5,9 @@ parent: MarkerBase components: - type: GhostRole - name: Rat King - description: You are the Rat King, scavenge food in order to produce rat minions to do your bidding. - rules: You are an antagonist, scavenge, attack, and grow your hoard! + name: ghost-role-information-rat-king-name + description: ghost-role-information-rat-king-description + rules: ghost-role-information-rat-king-rules - type: GhostRoleMobSpawner prototype: MobRatKing - type: Sprite @@ -24,9 +24,9 @@ parent: MarkerBase components: - type: GhostRole - name: Remilia, the chaplain's familiar - description: Obey your master. Eat fruit. - rules: You are an intelligent fruit bat. Follow the chaplain around. Don't cause any trouble unless the chaplain tells you to. + name: ghost-role-information-remilia-name + description: ghost-role-information-remilia-description + rules: ghost-role-information-remilia-rules - type: GhostRoleMobSpawner prototype: MobBatRemilia - type: Sprite @@ -43,9 +43,9 @@ parent: MarkerBase components: - type: GhostRole - name: Cerberus, Evil Familiar - description: Obey your master. Spread chaos. - rules: You are an intelligent, demonic dog. Try to help the chaplain and any of his flock. As an antagonist, you're otherwise unrestrained. + name: ghost-role-information-cerberus-name + description: ghost-role-information-cerberus-description + rules: ghost-role-information-cerberus-rules - type: GhostRoleMobSpawner prototype: MobCorgiCerberus - type: Sprite @@ -63,7 +63,7 @@ parent: MarkerBase components: - type: GhostRole - rules: You are a syndicate operative tasked with the destruction of the station. As an antagonist, do whatever is required to complete this task. + rules: ghost-role-information-nukeop-rules - type: GhostRoleMobSpawner prototype: MobHumanNukeOp - type: Sprite @@ -81,9 +81,9 @@ parent: MarkerBase components: - type: GhostRole - name: Lone Operative - description: You are a lone nuclear operative. Destroy the station! - rules: You are a syndicate operative tasked with the destruction of the station. As an antagonist, do whatever is required to complete this task. + name: ghost-role-information-loneop-name + description: ghost-role-information-loneop-description + rules: ghost-role-information-loneop-rules - type: GhostRoleMobSpawner prototype: MobHumanLoneNuclearOperative - type: Sprite