This commit is contained in:
einknusprigestoast 2026-08-14 01:46:09 +00:00 committed by GitHub
commit 1c24f65dfd
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
5 changed files with 47 additions and 6 deletions

View File

@ -7,6 +7,9 @@ ert-amber-gun-desc-aegun = One advanced energy gun, for both lethal and non-leth
ert-amber-gun-name-mixlaser = Mixed Laser bundle
ert-amber-gun-desc-mixlaser = A disabler SMG together with a Laser Carbine, bundled with a portable recharger.
ert-amber-gun-name-kammerer = Kammerer
ert-amber-gun-desc-kammerer = Do not be afraid Captain.
ert-medkit-name = First aid kit
ert-medkit-desc = A simple first aid kit, dont get shoot too hard.
@ -76,6 +79,9 @@ ert-Immolatorkit-desc = The original firestarter bundled together with a portabl
ert-IK60kit-name = IK-60 bundle
ert-IK60kit-desc = IK-60-M bundled together with 4 Laser magazines. Watch your ammo consumption.
ert-jackdawkit-name = Jackdaw bundle
ert-jackdawkit-desc = A caseless rifle, paired with 20 round magazines. Property of Internal Affairs.
ert-GammaC4-name = C4 box
ert-GammaC4-desc = 4 timed charges of plastic breaching explosives.

View File

@ -34,6 +34,17 @@
- WeaponDisablerSMG
- PortableRecharger
- type: thiefBackpackSet
id: ERTkammerer
name: ert-amber-gun-name-kammerer
description: ert-amber-gun-desc-kammerer
sprite:
sprite: Objects/Weapons/Guns/Shotguns/pump.rsi
state: icon
content:
- WeaponShotgunKammerer
- BoxLethalshot
- type: thiefBackpackSet
id: ERTMedkit
name: ert-medkit-name
@ -347,6 +358,24 @@
- MagazineLaser
- MagazineLaser
- type: thiefBackpackSet
id: ERTGammaSecJackdaw
name: ert-jackdawkit-name
description: ert-jackdawkit-desc
sprite:
sprite: _DV/Objects/Weapons/Guns/Rifles/jackdaw.rsi
state: icon
content:
- WeaponRifleJackdaw
- MagazineCaselessRifleShort
- MagazineCaselessRifleShort
- MagazineCaselessRifleShort
- MagazineCaselessRifleShort
- MagazineCaselessRifleShort
- MagazineCaselessRifleShort
- MagazineCaselessRifleShort
- MagazineCaselessRifleShort
- type: thiefBackpackSet
id: ERTGammaC4
name: ert-GammaC4-name

View File

@ -397,8 +397,9 @@
coefficients:
Blunt: 0.5
Slash: 0.5
Piercing: 0.50
Piercing: 0.6
Heat: 0.6
Cold: 0.7
Radiation: 0
Caustic: 0.35
Holy: 0.50

View File

@ -14,6 +14,7 @@
- ERTPatosBundle
- ERTaegunBundle
- ERTmixlaserBundle
- ERTkammerer
- type: entity
parent: ToolboxThief
@ -100,6 +101,7 @@
- ERTGammaSecWT
- ERTGammaSecImmolator
- ERTGammaSecIK60
- ERTGammaSecJackdaw
- type: entity
parent: ToolboxThief

View File

@ -45,7 +45,7 @@
parent: [BaseWeaponRifle, BaseGunWieldable]
id: WeaponRifleJackdaw
description: The beginning of the end is heralded by the song of a Jackdaw. Uses .25 caseless ammo.
suffix: Deathsquad
suffix: ERT # was Deathsquad
components:
- type: Item
size: Large
@ -56,12 +56,15 @@
map: ["enum.GunVisualLayers.Base"]
- state: mag-0
map: ["enum.GunVisualLayers.Mag"]
- type: GunWieldBonus
minAngle: -15
maxAngle: -11
- type: Gun
minAngle: 2
maxAngle: 6
minAngle: 17
maxAngle: 17
angleIncrease: 2
angleDecay: 8
fireRate: 6 # DeltaV - was 8
fireRate: 6 # was 8
selectedMode: FullAuto
availableModes:
- SemiAuto
@ -73,7 +76,7 @@
slots:
gun_magazine:
name: Magazine
startingItem: MagazineCaselessRifle
startingItem: MagazineCaselessRifleShort # was a normal magazine
insertSound: /Audio/Weapons/Guns/MagIn/batrifle_magin.ogg
ejectSound: /Audio/Weapons/Guns/MagOut/batrifle_magout.ogg
priority: 2