[Tweak] Shotgun shells rebalance and more (#910)

This commit is contained in:
BIGZi0348
2025-03-05 20:00:51 +03:00
committed by GitHub
8 changed files with 20 additions and 8 deletions

View File

@@ -441,6 +441,9 @@
- type: Storage - type: Storage
grid: grid:
- 0,0,9,2 - 0,0,9,2
whitelist: # WD start
components:
- ExtinguishOnInteract # WD end
- type: StorageFill - type: StorageFill
contents: contents:
- id: Candle - id: Candle
@@ -466,6 +469,9 @@
- type: Storage - type: Storage
grid: grid:
- 0,0,9,2 - 0,0,9,2
whitelist: # WD start
components:
- ExtinguishOnInteract # WD end
- type: StorageFill - type: StorageFill
contents: contents:
- id: CandleSmall - id: CandleSmall

View File

@@ -102,7 +102,7 @@
- id: BoxID - id: BoxID
- id: BoxHeadset - id: BoxHeadset
- id: IDComputerCircuitboard - id: IDComputerCircuitboard
- id: WeaponEgun - id: WeaponDisabler
- id: DoorRemoteService - id: DoorRemoteService
- id: ClothingNeckGoldmedal - id: ClothingNeckGoldmedal
- id: RubberStampHop - id: RubberStampHop

View File

@@ -113,4 +113,4 @@
- type: Sprite - type: Sprite
layers: layers:
- state: boxwide - state: boxwide
- state: shellslug - state: shelltranquilizer # WD

View File

@@ -10,7 +10,7 @@
- ShellShotgun - ShellShotgun
- type: CartridgeAmmo - type: CartridgeAmmo
count: 6 count: 6
spread: 28 spread: 14 # WD
soundEject: soundEject:
collection: ShellEject collection: ShellEject
- type: Sprite - type: Sprite
@@ -125,9 +125,9 @@
ammo: ammo:
reagents: reagents:
- ReagentId: ChloralHydrate - ReagentId: ChloralHydrate
Quantity: 5 Quantity: 12 # WD
- type: SolutionTransfer - type: SolutionTransfer
maxTransferAmount: 7 maxTransferAmount: 15 # WD
- type: SpentAmmoVisuals - type: SpentAmmoVisuals
state: "practice" state: "practice"

View File

@@ -7,7 +7,7 @@
- type: Projectile - type: Projectile
damage: damage:
types: types:
Piercing: 35 Piercing: 32 # WD
- type: entity - type: entity
id: BulletMagnumPractice id: BulletMagnumPractice

View File

@@ -10,7 +10,10 @@
- type: Projectile - type: Projectile
damage: damage:
types: types:
Piercing: 40 Piercing: 50 # WD start
- type: StaminaDamageOnCollide
ignoreResistances: false
damage: 80 # WD end
- type: entity - type: entity
id: PelletShotgunBeanbag id: PelletShotgunBeanbag

View File

@@ -1,7 +1,7 @@
{ {
"version": 1, "version": 1,
"license": "CC-BY-SA-3.0", "license": "CC-BY-SA-3.0",
"copyright": "Taken from tgstation at commit https://github.com/tgstation/tgstation/commit/cc65477c04f7403ca8a457bd5bae69a01abadbf0, encryptokey was taken from Baystation12 at https://github.com/infinitystation/Baystation12/blob/073f678cdce92edb8fcd55f9ffc9f0523bf31506/icons/obj/radio.dmi and modified by lapatison. boxwidetoy, shelltoy, swab, flare, inflatable, trashbag, magazine, holo and forensic created by potato1234x (github) for ss14 based on toys.rsi, mouth_swab.rsi, flare.rsi, inflatable_wall.rsi, trashbag.rsi, caseless_pistol_mag.rsi, guardians.rsi and bureaucracy.rsi respectively, candle and darts created by TheShuEd for ss14, vials was drawn by Ubaser, evidence_markers by moomoobeef, ziplock by CaypenNow.", "copyright": "Taken from tgstation at commit https://github.com/tgstation/tgstation/commit/cc65477c04f7403ca8a457bd5bae69a01abadbf0, encryptokey was taken from Baystation12 at https://github.com/infinitystation/Baystation12/blob/073f678cdce92edb8fcd55f9ffc9f0523bf31506/icons/obj/radio.dmi and modified by lapatison. boxwidetoy, shelltoy, swab, flare, inflatable, trashbag, magazine, holo and forensic created by potato1234x (github) for ss14 based on toys.rsi, mouth_swab.rsi, flare.rsi, inflatable_wall.rsi, trashbag.rsi, caseless_pistol_mag.rsi, guardians.rsi and bureaucracy.rsi respectively, candle and darts created by TheShuEd for ss14, vials was drawn by Ubaser, evidence_markers by moomoobeef, ziplock by CaypenNow, shelltranquilizer modified by keslik.",
"size": { "size": {
"x": 32, "x": 32,
"y": 32 "y": 32
@@ -203,6 +203,9 @@
{ {
"name": "shelltoy" "name": "shelltoy"
}, },
{
"name": "shelltranquilizer"
},
{ {
"name": "ziptie" "name": "ziptie"
}, },

Binary file not shown.

After

Width:  |  Height:  |  Size: 238 B