Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions Resources/Locale/en-US/_ES/masks/masks.ftl
Original file line number Diff line number Diff line change
Expand Up @@ -79,8 +79,8 @@ es-mask-demolitionist-name = Demolitionist
es-mask-demolitionist-desc = As a Demolitionist, you have been trained by the Syndicate for both controlled and uncontrolled "demolitions"--including in the use of explosive implants, should things turn out that way.

# Oddballs
es-mask-syndie-superfan-name = Syndie Superfan
es-mask-syndie-superfan-desc = As the Syndicate's biggest fan, you're a member of crew and win with them, unless the entire traitors team dies, upon which you switch sides and gain a new mask.
es-mask-sleeper-agent-name = Sleeper Agent
es-mask-sleeper-agent-desc = As a covert operative, you're a member of crew and win with them, unless the entire traitors team dies, upon which you switch sides and gain a new mask.

# Meta
es-objective-issuer-mask = Mask
Expand Down
6 changes: 6 additions & 0 deletions Resources/Prototypes/_ES/MaskSets/traitoradjacent.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
- type: esMaskSet
id: TraitorAdjacent # roles which are not traitors but are adjacent to them in the game.
masks:
ESSleeperAgent: 0.7
ESVandal: 0.1
ESMercenary: 0.2
8 changes: 4 additions & 4 deletions Resources/Prototypes/_ES/Masks/traitor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,10 +67,10 @@
# Non-traitor masks that are dependent on traitors
- type: esMask
parent: ESBaseCommandSecRestricted # same restriction as traitors
id: ESSyndieSuperfan
name: es-mask-syndie-superfan-name
id: ESSleeperAgent
name: es-mask-sleeper-agent-name
troupe: ESCrew
description: es-mask-syndie-superfan-desc
color: lightpink
description: es-mask-sleeper-agent-desc
color: darkturquoise
mindComponents:
- type: ESSuperfan
4 changes: 2 additions & 2 deletions Resources/Prototypes/_ES/Masquerades/redcarpet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,13 @@
gameRules: []
masquerade:
defaultMask: "ESCrewmember/ESVIP"
superfanTarget: "ESSubverter"
superfanTarget: "#Traitors"
roles:
6: ["ESMarauder", "ESInfiltrator", "#Filler", "ESVIP", "ESVandal", "ESMercenary"] # 0 generic crew, 2 traitors
7: ["ESMartyr"]
8: ["ESVIP"]
9: ["ESVeteran"]
10: ["ESSyndieSuperfan"]
10: ["#TraitorAdjacent"]
11: ["ESVIP"]
13: ["ESAssassin"] # 0 generic crew, 3 traitors.
14: ["#Jesters"]
Expand Down
4 changes: 2 additions & 2 deletions Resources/Prototypes/_ES/Masquerades/traitors.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,13 @@
gameRules: []
masquerade:
defaultMask: "ESCrewmember"
superfanTarget: "ESSubverter"
superfanTarget: "#Traitors"
roles:
6: ["ESMarauder", "ESInfiltrator", "#Filler(2)", "ESVandal", "ESMercenary"] # 0 generic crew, 2 traitors
7: ["ESMartyr"]
8: ["#Filler"]
9: ["ESVeteran"]
10: ["ESSyndieSuperfan"]
10: ["#TraitorAdjacent"]
11: ["#Antagonistic"]
13: ["ESAssassin"] # 0 generic crew, 3 traitors.
14: ["#Jesters"]
Expand Down
2 changes: 1 addition & 1 deletion Resources/Prototypes/_ES/Objectives/traitor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
invert: true
- type: ESTargetMaskBlacklist
maskBlacklist:
- ESSyndieSuperfan
- ESSleeperAgent
- type: ESKillTargetObjective

### Sabotage objectives
Expand Down
Loading