Feat 27 03 23 syndie balance (#14913)
Co-authored-by: moonheart08 <moonheart08@users.noreply.github.com>
This commit is contained in:
parent
9f5c2d6e9c
commit
cfeba15e98
|
|
@ -73,7 +73,7 @@ uplink-agent-id-card-name = Agent ID Card
|
|||
uplink-agent-id-card-desc = A modified ID card that can copy accesses from other cards and change its name and job title at-will.
|
||||
|
||||
uplink-black-jetpack-name = Black Jetpack
|
||||
uplink-black-jetpack-desc = A black jetpack. It allows you to fly around in space. Additional fuel not included.
|
||||
uplink-black-jetpack-desc = A black jetpack. It allows you to fly around in space. Additional fuel now included!
|
||||
|
||||
uplink-reinforcement-radio-name = Reinforcement Teleporter
|
||||
uplink-reinforcement-radio-desc = Radio in a reinforcement agent of extremely questionable quality. No off button, buy this if you're ready to party. They have a pistol with no reserve ammo, and a knife. That's it.
|
||||
|
|
@ -88,7 +88,7 @@ uplink-encryption-key-name = Syndicate Encryption Key
|
|||
uplink-encryption-key-desc = An encryption key for access to the secret frequency of our special agents. No one will know about your special channel with friends... or rivals.
|
||||
|
||||
uplink-hypopen-name = Hypopen
|
||||
uplink-hypopen-desc = A chemical hypospray disguised as a pen, capable of instantly injecting up to 15u of reagents. Starts empty.
|
||||
uplink-hypopen-desc = A chemical hypospray disguised as a pen, capable of instantly injecting up to 10u of reagents. Starts empty.
|
||||
|
||||
uplink-voice-mask-name = Voice Mask
|
||||
uplink-voice-mask-desc = A gas mask that lets you adjust your voice to whoever you can think of. Also utilizes cutting-edge chameleon technology.
|
||||
|
|
|
|||
|
|
@ -93,7 +93,7 @@
|
|||
description: uplink-flash-grenade-desc
|
||||
productEntity: GrenadeFlashBang
|
||||
cost:
|
||||
Telecrystal: 2
|
||||
Telecrystal: 1
|
||||
categories:
|
||||
- UplinkExplosives
|
||||
|
||||
|
|
@ -171,7 +171,7 @@
|
|||
icon: { sprite: /Textures/Objects/Weapons/Guns/Ammunition/Magazine/Pistol/pistol_mag.rsi, state: red-icon }
|
||||
productEntity: MagazinePistol
|
||||
cost:
|
||||
Telecrystal: 2
|
||||
Telecrystal: 1
|
||||
categories:
|
||||
- UplinkAmmo
|
||||
|
||||
|
|
@ -183,7 +183,7 @@
|
|||
icon: { sprite: /Textures/Objects/Weapons/Guns/Ammunition/Magazine/CaselessRifle/caseless_pistol_mag.rsi, state: red-icon }
|
||||
productEntity: MagazinePistolCaselessRifle
|
||||
cost:
|
||||
Telecrystal: 2
|
||||
Telecrystal: 1
|
||||
categories:
|
||||
- UplinkAmmo
|
||||
|
||||
|
|
@ -195,7 +195,7 @@
|
|||
icon: { sprite: /Textures/Objects/Weapons/Guns/Ammunition/SpeedLoaders/Magnum/magnum_speed_loader.rsi, state: icon }
|
||||
productEntity: SpeedLoaderMagnum
|
||||
cost:
|
||||
Telecrystal: 2
|
||||
Telecrystal: 1
|
||||
categories:
|
||||
- UplinkAmmo
|
||||
|
||||
|
|
@ -262,7 +262,7 @@
|
|||
id: UplinkJetpack
|
||||
name: uplink-black-jetpack-name
|
||||
description: uplink-black-jetpack-desc
|
||||
productEntity: JetpackBlack
|
||||
productEntity: JetpackBlackFilled
|
||||
cost:
|
||||
Telecrystal: 4
|
||||
categories:
|
||||
|
|
@ -275,7 +275,7 @@
|
|||
productEntity: ReinforcementRadioSyndicate
|
||||
icon: { sprite: Objects/Devices/communication.rsi, state: old-radio }
|
||||
cost:
|
||||
Telecrystal: 20
|
||||
Telecrystal: 16
|
||||
categories:
|
||||
- UplinkUtility
|
||||
|
||||
|
|
@ -285,7 +285,7 @@
|
|||
description: uplink-stealth-box-desc
|
||||
productEntity: StealthBox
|
||||
cost:
|
||||
Telecrystal: 10
|
||||
Telecrystal: 5
|
||||
categories:
|
||||
- UplinkUtility
|
||||
|
||||
|
|
@ -516,7 +516,7 @@
|
|||
description: uplink-duffel-surgery-desc
|
||||
productEntity: ClothingBackpackDuffelSyndicateFilledMedical
|
||||
cost:
|
||||
Telecrystal: 5
|
||||
Telecrystal: 4
|
||||
categories:
|
||||
- UplinkTools
|
||||
|
||||
|
|
@ -647,7 +647,7 @@
|
|||
description: uplink-clothing-outer-vest-web-desc
|
||||
productEntity: ClothingOuterVestWeb
|
||||
cost:
|
||||
Telecrystal: 4
|
||||
Telecrystal: 3
|
||||
categories:
|
||||
- UplinkArmor
|
||||
|
||||
|
|
|
|||
|
|
@ -94,6 +94,10 @@
|
|||
state: advanced
|
||||
- type: Item
|
||||
heldPrefix: advanced
|
||||
- type: MeleeWeapon
|
||||
damage:
|
||||
types:
|
||||
Slash: 12
|
||||
|
||||
- type: entity
|
||||
name: laser scalpel
|
||||
|
|
@ -218,7 +222,7 @@
|
|||
attackRate: 1.5
|
||||
damage:
|
||||
groups:
|
||||
Brute: 10
|
||||
Brute: 15
|
||||
soundHit:
|
||||
path: /Audio/Items/drill_hit.ogg
|
||||
- type: Tool
|
||||
|
|
|
|||
|
|
@ -51,6 +51,12 @@
|
|||
- type: Sprite
|
||||
sprite: Objects/Tools/jaws_of_life.rsi
|
||||
state: syn_jaws_pry
|
||||
- type: Item
|
||||
size: 35
|
||||
- type: Tool
|
||||
qualities:
|
||||
- Prying
|
||||
speed: 3.0
|
||||
- type: MultipleTool
|
||||
entries:
|
||||
- behavior: Prying
|
||||
|
|
|
|||
|
|
@ -109,6 +109,8 @@
|
|||
fireRate: 4
|
||||
soundGunshot:
|
||||
path: /Audio/Weapons/Guns/Gunshots/silenced.ogg
|
||||
params:
|
||||
volume: -14
|
||||
- type: ItemSlots
|
||||
slots:
|
||||
gun_magazine:
|
||||
|
|
|
|||
Loading…
Reference in New Issue