Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Syndie visor buff #1920

Open
wants to merge 4 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from 3 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: 4 additions & 0 deletions Resources/Locale/en-US/ss220/store/uplink-catalog.ftl
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
#Misc

uplink-clothing-eyes-hud-syndicate-agent-name = Syndicate agent Visor
uplink-clothing-eyes-hud-syndicate-agent-desc = The syndicate's advanced head-up display, designed for better detection of humanoids and their subsequent elimination. Able to determine the health condition of humanoids and cyborgs.
5 changes: 5 additions & 0 deletions Resources/Locale/ru-RU/ss220/store/uplink-catalog.ftl
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@
uplink-ecrossbow-name = { ent-WeaponMiniEnergyCrossbow }
uplink-ecrossbow-desc = { ent-WeaponMiniEnergyCrossbow.desc }
#Misc

uplink-clothing-eyes-hud-syndicate-agent-name = Визор агента Синдиката
uplink-clothing-eyes-hud-syndicate-agent-desc = Продвинутый визор Синдиката с индикатором на стекле, предназначенный для более точного обнаружения гуманоидов с их последующим уничтожением. Способен опеределять уровень здоровья гуманоидов и киборгов.
# Disruption

uplink-syndicate-pen-signaller = Ручка-передатчик
Expand Down
34 changes: 23 additions & 11 deletions Resources/Prototypes/Catalog/uplink_catalog.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1711,21 +1711,33 @@
- LoneOpsUplink
# ss220-fix-uplink-end

#SS220 Syndie visor buff begin
#- type: listing
# id: UplinkClothingEyesHudSyndicate
# name: uplink-clothing-eyes-hud-syndicate-name
# description: uplink-clothing-eyes-hud-syndicate-desc
# productEntity: ClothingEyesHudSyndicate
# cost:
# Telecrystal: 2
# categories:
# - UplinkWearables
# conditions:
# - !type:StoreWhitelistCondition
# blacklist:
# tags:
# - NukeOpsUplink
# - LoneOpsUplink

- type: listing
id: UplinkClothingEyesHudSyndicate
name: uplink-clothing-eyes-hud-syndicate-name
description: uplink-clothing-eyes-hud-syndicate-desc
productEntity: ClothingEyesHudSyndicate
id: UplinkClothingEyesHudSyndicateAgent
name: uplink-clothing-eyes-hud-syndicate-agent-name
description: uplink-clothing-eyes-hud-syndicate-agent-desc
productEntity: ClothingEyesHudSyndicateAgent
cost:
Telecrystal: 2
Telecrystal: 1 #price is lower because that is basically enemy equipment and in-game perma
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Вернуть как было

categories:
- UplinkWearables
conditions:
- !type:StoreWhitelistCondition
blacklist:
tags:
- NukeOpsUplink
- LoneOpsUplink
#SS220 Syndie visor buff end

- type: listing
id: UplinkClothingConductingGloves
Expand Down
14 changes: 14 additions & 0 deletions Resources/Prototypes/Entities/Clothing/Eyes/hud.yml
Original file line number Diff line number Diff line change
Expand Up @@ -210,6 +210,12 @@
- type: Clothing
sprite: Clothing/Eyes/Hud/synd.rsi
- type: ShowSyndicateIcons
#SS220 Syndie visor buff start
- type: EyeProtection
- type: FlashImmunity
- type: IdentityBlocker
coverage: EYES
#SS220 Syndie visor buff end

- type: entity
parent: [ClothingEyesBase, ShowSecurityIcons, BaseSyndicateContraband]
Expand All @@ -225,6 +231,14 @@
- type: ShowHealthBars
damageContainers:
- Biological
#SS220 Syndie visor buff start
- Silicon #to destroy borgs or heal syndie assault borg
- type: EyeProtection
- type: FlashImmunity
- type: IdentityBlocker
coverage: EYES
- type: SolutionScanner #because nukie medic should make chems
#SS220 Syndie visor buff end

- type: entity
parent: [ClothingEyesGlassesSunglasses, ShowSecurityIcons]
Expand Down
Loading