diff --git a/Resources/Locale/en-US/store/uplink-catalog.ftl b/Resources/Locale/en-US/store/uplink-catalog.ftl index 47eb67161936..4b6bd17f20b0 100644 --- a/Resources/Locale/en-US/store/uplink-catalog.ftl +++ b/Resources/Locale/en-US/store/uplink-catalog.ftl @@ -174,13 +174,15 @@ uplink-freedom-implanter-name = Freedom Implanter uplink-freedom-implanter-desc = Get away from those nasty sec officers with this three use implant! uplink-scram-implanter-name = Scram Implanter -uplink-scram-implanter-desc = A 2-use implant which teleports you within a large radius. Attempts to teleport you onto an unobstructed tile. May sometimes fail to do so. Life insurance not included. +#SS220-underused-uplinks-stuff +uplink-scram-implanter-desc = A 12-use implant which teleports you within a medium radius. Attempts to teleport you onto an unobstructed tile. May sometimes fail to do so. Life insurance not included. uplink-dna-scrambler-implanter-name = DNA Scrambler Implanter uplink-dna-scrambler-implanter-desc = A single use implant that can be activated to modify your DNA and give you a completely new look. uplink-emp-implanter-name = EMP Implanter -uplink-emp-implanter-desc = Detonates a small EMP pulse on activation that drains nearby electronics of their power, can be used three times before the internal battery runs out. +#SS220-underused-uplinks-stuff +uplink-emp-implanter-desc = Detonates a small EMP pulse on activation that drains nearby electronics of their power, can be used five times before the internal battery runs out. uplink-macro-bomb-implanter-name = Macro Bomb Implanter uplink-macro-bomb-implanter-desc = Inject this and on death you'll create a large explosion. Huge team casualty cost, use at own risk. Replaces internal micro bomb. diff --git a/Resources/Locale/ru-RU/store/uplink-catalog.ftl b/Resources/Locale/ru-RU/store/uplink-catalog.ftl index b58c8164abb0..78c1f88cad9b 100644 --- a/Resources/Locale/ru-RU/store/uplink-catalog.ftl +++ b/Resources/Locale/ru-RU/store/uplink-catalog.ftl @@ -118,11 +118,13 @@ uplink-storage-implanter-desc = Прячьте предметы внутри с uplink-freedom-implanter-name = Имплантер Свобода uplink-freedom-implanter-desc = Сбегите от этих противных сотрудников СБ при помощи этого импланта, который можно использовать аж три раза! uplink-scram-implanter-name = Имплантер Побег -uplink-scram-implanter-desc = Двухразовый имплант, который телепортирует вас в большом радиусе. Попытается телепортировать вас на незанятое место. Иногда сбоит. Страхование жизни не прилагается. +#SS220-underused-uplinks-stuff +uplink-scram-implanter-desc = Имеет 12 зарядов, телепортирует вас в небольшом радиусе. Попытается телепортировать вас на незанятое место. Иногда сбоит. Страхование жизни не прилагается. uplink-dna-scrambler-implanter-name = Имплантер Миксер ДНК uplink-dna-scrambler-implanter-desc = Одноразовый имплант, который можно активировать для перемешивания ДНК и приобретения совершенно нового облика. uplink-emp-implanter-name = Имплантер ЭМИ -uplink-emp-implanter-desc = При активации создаёт небольшой ЭМИ, который обесточивает находящуюся рядом электронику; может быть использован три раза, прежде чем разрядится внутренняя батарея. +#SS220-underused-uplinks-stuff +uplink-emp-implanter-desc = При активации создаёт небольшой ЭМИ, который обесточивает находящуюся рядом электронику; может быть использован пять раз, прежде чем разрядится внутренняя батарея. uplink-macro-bomb-implanter-name = Имплантер Макробомба uplink-macro-bomb-implanter-desc = Вколите его, и после смерти вы устроите большой взрыв. Большой риск для союзников, используйте на свой страх и риск. Заменяет Микробомбу. uplink-uplink-implanter-name = Имплантер Аплинк diff --git a/Resources/Prototypes/Actions/types.yml b/Resources/Prototypes/Actions/types.yml index 1375dc39790e..a7544138c938 100644 --- a/Resources/Prototypes/Actions/types.yml +++ b/Resources/Prototypes/Actions/types.yml @@ -122,7 +122,7 @@ components: - type: InstantAction checkCanInteract: false - charges: 3 + charges: 5 #SS220-underused-uplinks-stuff begin useDelay: 5 itemIconStyle: BigAction priority: -20 @@ -134,11 +134,14 @@ - type: entity id: ActionActivateScramImplant name: SCRAM! - description: Randomly teleports you within a large distance. + #SS220-underused-uplinks-stuff begin + description: Randomly teleports you within a medium distance. + noSpawn: true + #SS220-underused-uplinks-stuff end components: - type: InstantAction checkCanInteract: false - charges: 2 + charges: 12 #SS220 changed useDelay: 5 itemIconStyle: BigAction priority: -20 diff --git a/Resources/Prototypes/Catalog/uplink_catalog.yml b/Resources/Prototypes/Catalog/uplink_catalog.yml index cce204b4e534..cdaa657c8c36 100644 --- a/Resources/Prototypes/Catalog/uplink_catalog.yml +++ b/Resources/Prototypes/Catalog/uplink_catalog.yml @@ -72,7 +72,7 @@ icon: { sprite: /Textures/Objects/Storage/boxicons.rsi, state: throwing_knives } productEntity: ThrowingKnivesKit cost: - Telecrystal: 6 + Telecrystal: 4 #SS220-underused-uplinks-stuff categories: - UplinkWeaponry @@ -648,7 +648,7 @@ description: uplink-cigarettes-desc productEntity: CigPackSyndicate cost: - Telecrystal: 2 + Telecrystal: 1 #SS220-underused-uplinks-stuff categories: - UplinkChemicals @@ -1126,7 +1126,7 @@ icon: { sprite: /Textures/Actions/Implants/implants.rsi, state: freedom } productEntity: FreedomImplanter cost: - Telecrystal: 5 + Telecrystal: 3 #SS220-underused-uplinks-stuff categories: - UplinkImplants @@ -1159,7 +1159,7 @@ icon: { sprite: /Textures/Objects/Magic/magicactions.rsi, state: shield } productEntity: EmpImplanter cost: - Telecrystal: 2 + Telecrystal: 1 #SS220-underused-uplinks-stuff categories: - UplinkImplants @@ -1226,7 +1226,7 @@ icon: { sprite: /Textures/Objects/Devices/communication.rsi, state: old-radio } productEntity: UplinkImplanter cost: - Telecrystal: 2 + Telecrystal: 1 #SS220-underused-uplinks-stuff categories: - UplinkImplants conditions: @@ -1355,7 +1355,7 @@ icon: { sprite: /Textures/Clothing/OuterClothing/Suits/eva_syndicate.rsi, state: icon } productEntity: ClothingBackpackDuffelSyndicateEVABundle cost: - Telecrystal: 2 + Telecrystal: 1 #SS220-underused-uplinks-stuff categories: - UplinkWearables diff --git a/Resources/Prototypes/Entities/Clothing/Back/backpacks.yml b/Resources/Prototypes/Entities/Clothing/Back/backpacks.yml index b355a4f8b046..03689d8081d8 100644 --- a/Resources/Prototypes/Entities/Clothing/Back/backpacks.yml +++ b/Resources/Prototypes/Entities/Clothing/Back/backpacks.yml @@ -309,6 +309,12 @@ sprite: Clothing/Back/Backpacks/syndicate.rsi - type: ExplosionResistance damageCoefficient: 0.1 + #SS220-underused-uplinks-stuff begin + - type: Storage + grid: + - 0,0,7,4 + maxItemSize: Huge + #SS220-underused-uplinks-stuff end #Special - type: entity diff --git a/Resources/Prototypes/Entities/Clothing/Shoes/magboots.yml b/Resources/Prototypes/Entities/Clothing/Shoes/magboots.yml index 2d3c6636128a..e0e0033a3525 100644 --- a/Resources/Prototypes/Entities/Clothing/Shoes/magboots.yml +++ b/Resources/Prototypes/Entities/Clothing/Shoes/magboots.yml @@ -91,13 +91,15 @@ - type: Clothing sprite: Clothing/Shoes/Boots/magboots-syndicate.rsi - type: ClothingSpeedModifier - walkModifier: 0.95 - sprintModifier: 0.9 + #SS220-underused-uplinks-stuff begin + walkModifier: 1 + sprintModifier: 1 + #SS220-underused-uplinks-stuff end - type: GasTank outputPressure: 42.6 air: - # 2 minutes of thrust - volume: 0.75 + # SS220 fix + volume: 5 temperature: 293.15 moles: - 0.153853429 # oxygen diff --git a/Resources/Prototypes/Entities/Objects/Weapons/Guns/turrets.yml b/Resources/Prototypes/Entities/Objects/Weapons/Guns/turrets.yml index 82177478fa79..b7756ccd896c 100644 --- a/Resources/Prototypes/Entities/Objects/Weapons/Guns/turrets.yml +++ b/Resources/Prototypes/Entities/Objects/Weapons/Guns/turrets.yml @@ -147,7 +147,7 @@ acts: [ "Destruction" ] - trigger: !type:DamageTrigger - damage: 100 + damage: 200 #SS220-underused-uplinks-stuff behaviors: - !type:DoActsBehavior acts: [ "Destruction" ] @@ -160,7 +160,7 @@ soundGunshot: /Audio/Weapons/Guns/Gunshots/gun_sentry.ogg - type: BallisticAmmoProvider proto: CartridgePistol - capacity: 50 + capacity: 100 #SS220-underused-uplinks-stuff - type: Construction deconstructionTarget: null graph: WeaponTurretSyndicateDisposable