Skip to content

Commit

Permalink
Откат дробовика (#867)
Browse files Browse the repository at this point in the history
Откат добавления дробовика в карго и добавление его смотрителю
Ссылка #802
🆑 Filo
- tweak: Дробовик отобрал у отдела снабжения свой дробовик.
  • Loading branch information
PyotrIgn authored Dec 2, 2024
2 parents 1f66725 + 94d63ed commit c2aca21
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 24 deletions.

This file was deleted.

9 changes: 0 additions & 9 deletions Resources/Prototypes/ADT/Catalog/Cargo/cargo_armory.yml

This file was deleted.

8 changes: 0 additions & 8 deletions Resources/Prototypes/ADT/Catalog/Fills/Crates/armory.yml

This file was deleted.

2 changes: 2 additions & 0 deletions Resources/Prototypes/Catalog/Fills/Lockers/security.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@
- id: ClothingOuterCoatWardenAlt # Corvax-SecFashion
- id: ClothingBackpackWarden # Corvax-SecFashion
# ADT-Tweak-Start
- id: WeaponEnergyShotgun # Дробовик для смотрителя
- id: ADTClothingNeckBodyCamera #ADT bodycam
- id: ADTBookSRPsec
- id: ADTBookPCDsec
Expand Down Expand Up @@ -60,6 +61,7 @@
- id: BookSpaceLaw
- id: ClothingBackpackWarden # Corvax-SecFashion
# ADT-Tweak-Start
- id: WeaponEnergyShotgun # Дробовик для смотрителя
- id: ADTClothingNeckBodyCamera #ADT bodycam
- id: ADTBookSRPsec
- id: ADTBookPCDsec
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -747,12 +747,12 @@
fireCost: 100
- proto: BulletLaserHeavySpread
fireCost: 100
# - proto: BulletDisablerSmgSpread # ADT nerf
# fireCost: 100 # ADT nerf
- proto: BulletDisablerSmgSpread # ADT nerf
fireCost: 100 # ADT nerf
- type: Item
size: Large
shape:
- 0,0,3,3 # ADT tweak before 0 0 3 1
- 0,0,3,1
sprite: Objects/Weapons/Guns/Battery/inhands_64x.rsi
heldPrefix: energy
# ADT tweak start
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1030,7 +1030,7 @@
impactEffect: BulletImpactEffectOrangeDisabler
damage:
types:
Heat: 10 # ADT nerf from 13
Heat: 13

- type: entity
name: wide laser barrage
Expand All @@ -1052,7 +1052,7 @@
- type: Projectile
damage:
types:
Heat: 11 # ADT nerf from 15
Heat: 15

- type: entity
name: narrow laser barrage
Expand Down

0 comments on commit c2aca21

Please sign in to comment.