Skip to content
This repository has been archived by the owner on Nov 1, 2024. It is now read-only.

Commit

Permalink
Browse files Browse the repository at this point in the history
…-station-14 into апстрим-19042024
  • Loading branch information
Vonsant committed Apr 19, 2024
2 parents 5950b05 + 261fdd0 commit f309cb9
Show file tree
Hide file tree
Showing 14 changed files with 169 additions and 64 deletions.
12 changes: 12 additions & 0 deletions Resources/Changelog/Changelog.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4067,3 +4067,15 @@ Entries:
message: Added a full suite of clothing for the station representative.
id: 4916
time: '2024-04-17T22:04:59.0000000+00:00'
- author: Kesiath
changes:
- type: Tweak
message: Nerfed bluespace bags to only 4 additional bag columns.
id: 4917
time: '2024-04-18T20:49:44.0000000+00:00'
- author: Leander
changes:
- type: Add
message: NFSD now has access to breaching charges.
id: 4918
time: '2024-04-18T21:59:45.0000000+00:00'
4 changes: 3 additions & 1 deletion Resources/Locale/en-US/_NF/store/uplink-catalog.ftl
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ uplink-security-shotslug-name = Lethal Shotgun Slug Shells
uplink-security-shotslug-desc = A box of lethal .50 calibre slug shotgun shells.
uplink-security-cash1000-name = 1000 Spesos
uplink-security-cash1000-desc = Cold, hard cash.
uplink-security-empgrenade-box-name = EMP Grenades
uplink-security-empgrenade-box-name = EMP Grenade Box
uplink-security-empgrenade-box-desc = A box containing 4 EMP grenades.
uplink-security-explosivegrenade-box-name = Explosive Grenade Box
uplink-security-explosivegrenade-box-desc = A box containing 4 explosive grenades.
Expand All @@ -130,3 +130,5 @@ uplink-security-flashbanggrenade-box-name = Flashbang Grenade Box
uplink-security-flashbanggrenade-box-desc = A box containing 4 flasbang grenades.
uplink-security-stingergrenade-box-name = Stinger Grenade Box
uplink-security-stingergrenade-box-desc = A box containing 4 stinger grenades.
uplink-security-breachingcharge-box-name = Breaching Charge Box
uplink-security-breachingcharge-box-desc = A box containing 4 breaching charges.
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
- type: entity
name: breaching charge
description: A breaching explosive for security officers to break through walls.
parent: SeismicCharge
id: BreachingCharge
components:
- type: Sprite
sprite: DeltaV/Objects/Weapons/Bombs/breaching.rsi
state: icon
layers:
- state: icon
map: ["base"]
- type: OnUseTimerTrigger
delay: 10
delayOptions: [10, 15, 20, 25]
initialBeepDelay: 0
beepSound:
path: /Audio/Effects/Cargo/buzz_two.ogg
params:
volume: -6
startOnStick: true
canToggleStartOnStick: true
- type: Explosive
explosionType: DemolitionCharge
totalIntensity: 10
intensitySlope: 10
maxIntensity: 10
canCreateVacuum: false
2 changes: 1 addition & 1 deletion Resources/Prototypes/Entities/Clothing/Back/backpacks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -270,7 +270,7 @@
- type: Storage
maxItemSize: Huge
grid:
- 0,0,19,9
- 0,0,11,4

- type: entity
parent: ClothingBackpackClown
Expand Down
2 changes: 1 addition & 1 deletion Resources/Prototypes/Entities/Clothing/Back/duffel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -236,7 +236,7 @@
- type: Storage
maxItemSize: Huge
grid:
- 0,0,19,9
- 0,0,11,4
- type: ClothingSpeedModifier
sprintModifier: 1 # makes its stats identical to other variants of bag of holding
- type: HeldSpeedModifier
Expand Down
2 changes: 1 addition & 1 deletion Resources/Prototypes/Entities/Clothing/Back/satchel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -177,4 +177,4 @@
- type: Storage
maxItemSize: Huge
grid:
- 0,0,19,9
- 0,0,11,4
31 changes: 21 additions & 10 deletions Resources/Prototypes/_NF/Catalog/Fills/Boxes/nfsd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
- type: entity
name: box of nfsd items
parent: BoxCardboard
id: BoxBundleNFSD
id: BoxBundleNfsd
description: A box full of nfsd items.
components:
- type: Sprite
Expand All @@ -11,7 +11,7 @@

- type: entity
name: box of explosive grenades
parent: BoxBundleNFSD
parent: BoxBundleNfsd
id: BoxExplosiveGrenades
description: A box full of explosive grenades.
components:
Expand All @@ -22,7 +22,7 @@

- type: entity
name: box of incendiary grenades
parent: BoxBundleNFSD
parent: BoxBundleNfsd
id: BoxIncendiaryGrenades
description: A box full of incendiary grenades.
components:
Expand All @@ -33,7 +33,7 @@

- type: entity
name: box of shrapnel grenades
parent: BoxBundleNFSD
parent: BoxBundleNfsd
id: BoxShrapnelGrenades
description: A box full of shrapnel grenades.
components:
Expand All @@ -44,7 +44,7 @@

- type: entity
name: box of smoke grenades
parent: BoxBundleNFSD
parent: BoxBundleNfsd
id: BoxSmokeGrenades
description: A box full of smoke grenades.
components:
Expand All @@ -55,7 +55,7 @@

- type: entity
name: box of tear gas grenades
parent: BoxBundleNFSD
parent: BoxBundleNfsd
id: BoxTeargasGrenades
description: A box full of tear gas grenades.
components:
Expand All @@ -65,8 +65,7 @@
amount: 4

- type: entity
name: box of EMP grenades
parent: BoxBundleNFSD
parent: BoxBundleNfsd
id: BoxEMPGrenades
description: A box full of EMP grenades.
components:
Expand All @@ -77,7 +76,7 @@

- type: entity
name: box of flashbang grenades
parent: BoxBundleNFSD
parent: BoxBundleNfsd
id: BoxFlashBangGrenades
description: A box full of flashbang grenades.
components:
Expand All @@ -88,11 +87,23 @@

- type: entity
name: box of stinger grenades
parent: BoxBundleNFSD
parent: BoxBundleNfsd
id: BoxStingerGrenades
description: A box full of stinger grenades.
components:
- type: StorageFill
contents:
- id: GrenadeStinger
amount: 4

## plastic explosives
- type: entity
name: box of breaching charges grenades
parent: BoxBundleNfsd
id: BoxBreachingCharges
description: A box full of breaching charges.
components:
- type: StorageFill
contents:
- id: BreachingCharge
amount: 4
Loading

0 comments on commit f309cb9

Please sign in to comment.