Localize antag roles (#10638)
This commit is contained in:
20
Resources/Locale/en-US/prototypes/roles/antags.ftl
Normal file
20
Resources/Locale/en-US/prototypes/roles/antags.ftl
Normal file
@@ -0,0 +1,20 @@
|
||||
roles-antag-syndicate-agent-name = Syndicate agent
|
||||
roles-antag-syndicate-agent-objective = Complete your objectives without being caught.
|
||||
|
||||
roles-antag-initial-infected-name = Initial Infected
|
||||
roles-antag-initial-infected-objective = Once you turn, infect as many other crew members as possible.
|
||||
|
||||
roles-antag-zombie-name = Zombie
|
||||
roles-antag-zombie-objective = Turn as many humans as possible into zombies.
|
||||
|
||||
roles-antag-suspicion-innocent-name = Innocent
|
||||
roles-antag-suspicion-innocent-objective = Discover and eliminate all traitors.
|
||||
|
||||
roles-antag-suspicion-suspect-name = Suspect
|
||||
roles-antag-suspicion-suspect-objective = Kill the innocents.
|
||||
|
||||
roles-antag-nuclear-operative-commander-name = Nuclear operative commander
|
||||
roles-antag-nuclear-operative-commander-objective = Lead your team to the destruction of the station.
|
||||
|
||||
roles-antag-nuclear-operative-name = Nuclear operative
|
||||
roles-antag-nuclear-operative-objective = Find the nuke disk and blow up the station.
|
||||
@@ -1,6 +1,6 @@
|
||||
- type: antag
|
||||
id: SuspicionInnocent
|
||||
name: "Innocent"
|
||||
name: roles-antag-suspicion-innocent-name
|
||||
antagonist: false
|
||||
setPreference: false
|
||||
objective: "Discover and eliminate all traitors."
|
||||
objective: roles-antag-suspicion-innocent-objective
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
- type: antag
|
||||
id: SuspicionTraitor
|
||||
name: "Suspect"
|
||||
name: roles-antag-suspicion-suspect-name
|
||||
antagonist: true
|
||||
setPreference: true
|
||||
objective: "Kill the innocents."
|
||||
objective: roles-antag-suspicion-suspect-objective
|
||||
|
||||
@@ -1,13 +1,13 @@
|
||||
- type: antag
|
||||
id: Nukeops
|
||||
name: "Nuclear Operative"
|
||||
name: roles-antag-nuclear-operative-name
|
||||
antagonist: true
|
||||
setPreference: true
|
||||
objective: "Find the nuke disk and blow up the station."
|
||||
objective: roles-antag-nuclear-operative-objective
|
||||
|
||||
- type: antag
|
||||
id: NukeopsCommander
|
||||
name: "Nuclear Operative Commander"
|
||||
name: roles-antag-nuclear-operative-commander-name
|
||||
antagonist: true
|
||||
setPreference: true
|
||||
objective: "Lead your team to the destruction of the station."
|
||||
objective: roles-antag-nuclear-operative-commander-objective
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
- type: antag
|
||||
id: Traitor
|
||||
name: "Syndicate Agent"
|
||||
name: roles-antag-syndicate-agent-name
|
||||
antagonist: true
|
||||
setPreference: true
|
||||
objective: "Complete your objectives without being caught."
|
||||
objective: roles-antag-syndicate-agent-objective
|
||||
|
||||
@@ -1,13 +1,13 @@
|
||||
- type: antag
|
||||
id: InitialInfected
|
||||
name: "Initial Infected"
|
||||
name: roles-antag-initial-infected-name
|
||||
antagonist: true
|
||||
setPreference: true
|
||||
objective: "Once you turn, infect as many other crew members as possible"
|
||||
objective: roles-antag-initial-infected-objective
|
||||
|
||||
- type: antag
|
||||
id: Zombie
|
||||
name: "Zombie"
|
||||
name: roles-antag-zombie-name
|
||||
antagonist: true
|
||||
setPreference: false
|
||||
objective: "Turn as many humans as possible into zombies."
|
||||
objective: roles-antag-zombie-objective
|
||||
|
||||
Reference in New Issue
Block a user