| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131 |
- - type: factionIcon
- id: ZombieFaction
- priority: 11
- showTo:
- components:
- - ShowAntagIcons
- - Zombie
- icon:
- sprite: /Textures/Interface/Misc/job_icons.rsi
- state: Zombie
- - 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
- - type: factionIcon
- id: NomadsFaction
- priority: 0
- locationPreference: Right
- showTo:
- components:
- - ShowAntagIcons
- icon:
- sprite: /Textures/Interface/Misc/civ_hud.rsi
- state: civ2
- - type: factionIcon
- id: Nomads1Faction
- priority: 0
- locationPreference: Right
- showTo:
- components:
- - ShowAntagIcons
- icon:
- sprite: /Textures/Interface/Misc/civ_hud.rsi
- state: civ1
- - type: factionIcon
- id: Nomads2Faction
- priority: 0
- locationPreference: Right
- showTo:
- components:
- - ShowAntagIcons
- icon:
- sprite: /Textures/Interface/Misc/civ_hud.rsi
- state: civ2
- - type: factionIcon
- id: Nomads3Faction
- priority: 0
- locationPreference: Right
- showTo:
- components:
- - ShowAntagIcons
- icon:
- sprite: /Textures/Interface/Misc/civ_hud.rsi
- state: civ3
- - type: factionIcon
- id: Nomads4Faction
- priority: 0
- locationPreference: Right
- showTo:
- components:
- - ShowAntagIcons
- icon:
- sprite: /Textures/Interface/Misc/civ_hud.rsi
- state: civ4
- - type: factionIcon
- id: Nomads5Faction
- priority: 0
- locationPreference: Right
- showTo:
- components:
- - ShowAntagIcons
- icon:
- sprite: /Textures/Interface/Misc/civ_hud.rsi
- state: civ5
- - type: factionIcon
- id: Nomads6Faction
- priority: 0
- locationPreference: Right
- showTo:
- components:
- - ShowAntagIcons
- icon:
- sprite: /Textures/Interface/Misc/civ_hud.rsi
- state: civ6
- - type: factionIcon
- id: HostileFaction
- priority: 0
- locationPreference: Right
- showTo:
- components:
- - ShowAntagIcons
- - ShowSyndicateIcons
- icon:
- sprite: /Textures/Interface/Misc/civ_hud.rsi
- state: hostile
|