Update swat crate gear (#18680)
* swat crate description * beanbags and shields * Beanbag enforcer
This commit is contained in:
@@ -8,7 +8,7 @@ ent-CrateSecurityNonlethal = nonlethals crate
|
||||
.desc = Disabler weapons. Requires Security access to open.
|
||||
|
||||
ent-CrateSecurityRiot = swat crate
|
||||
.desc = Contains two sets of heavy body armor and helmets and 2 shotguns with 6 rounds of beanbag shells each. Requires Armory access to open.
|
||||
.desc = Contains two sets of riot armor, helmets, shields, and enforcers loaded with beanbags. Extra ammo is included. Requires Armory access to open.
|
||||
|
||||
ent-CrateSecuritySupplies = security supplies crate
|
||||
.desc = Contains various supplies for the station's Security team. Requires Security access to open.
|
||||
|
||||
@@ -42,11 +42,12 @@
|
||||
amount: 2
|
||||
- id: ClothingHeadHelmetRiot
|
||||
amount: 2
|
||||
- id: WeaponShotgunEnforcer
|
||||
- id: WeaponShotgunEnforcerRubber
|
||||
amount: 2
|
||||
- id: BoxBeanbag
|
||||
amount: 2
|
||||
# - ShieldRiot
|
||||
- id: RiotShield
|
||||
amount: 2
|
||||
# - SecGasmask
|
||||
|
||||
- type: entity
|
||||
|
||||
@@ -139,6 +139,20 @@
|
||||
sprite: Objects/Weapons/Guns/Shotguns/enforcer.rsi
|
||||
- type: BallisticAmmoProvider
|
||||
|
||||
- type: entity
|
||||
name: Enforcer
|
||||
parent: BaseWeaponShotgun
|
||||
id: WeaponShotgunEnforcerRubber
|
||||
description: A next-generation Frozen Star shotgun. Uses .50 shotgun shells.
|
||||
suffix: Non-Lethal
|
||||
components:
|
||||
- type: Sprite
|
||||
sprite: Objects/Weapons/Guns/Shotguns/enforcer.rsi
|
||||
- type: Clothing
|
||||
sprite: Objects/Weapons/Guns/Shotguns/enforcer.rsi
|
||||
- type: BallisticAmmoProvider
|
||||
proto: ShellShotgunBeanbag
|
||||
|
||||
- type: entity
|
||||
name: Kammerer
|
||||
parent: BaseWeaponShotgun
|
||||
|
||||
Reference in New Issue
Block a user