| 12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455 |
- - type: factionIcon
- id: ZombieFaction
- priority: 11
- showTo:
- components:
- - ShowAntagIcons
- - Zombie
- - InitialInfected
- icon:
- sprite: /Textures/Interface/Misc/job_icons.rsi
- state: Zombie
- - type: factionIcon
- id: InitialInfectedFaction
- priority: 11
- showTo:
- components:
- - ShowAntagIcons
- - InitialInfected
- - Zombie
- icon:
- sprite: /Textures/Interface/Misc/job_icons.rsi
- state: InitialInfected
- - type: factionIcon
- id: RevolutionaryFaction
- isShaded: true
- priority: 11
- showTo:
- components:
- - ShowAntagIcons
- - Revolutionary
- icon:
- sprite: /Textures/Interface/Misc/job_icons.rsi
- state: Revolutionary
- - type: factionIcon
- id: HeadRevolutionaryFaction
- isShaded: true
- priority: 11
- showTo:
- components:
- - ShowAntagIcons
- - Revolutionary
- icon:
- sprite: /Textures/Interface/Misc/job_icons.rsi
- state: HeadRevolutionary
- - type: factionIcon
- id: SyndicateFaction
- priority: 0
- locationPreference: Left
- icon:
- sprite: /Textures/Interface/Misc/job_icons.rsi
- state: Syndicate
|