init
This commit is contained in:
10
Prototypes/_Harmony/Catalog/Fills/Backpacks/duffelbag.yml
Normal file
10
Prototypes/_Harmony/Catalog/Fills/Backpacks/duffelbag.yml
Normal file
@@ -0,0 +1,10 @@
|
||||
- type: entity
|
||||
parent: ClothingBackpackDuffelSyndicateBundle
|
||||
id: ClothingBackpackDuffelSyndicateFilledHushpup
|
||||
name: Hushpup bundle
|
||||
description: A duffel bag containing a Hushpup, quarter included.
|
||||
components:
|
||||
- type: StorageFill
|
||||
contents:
|
||||
- id: WeaponShotgunHushpup
|
||||
- id: TreasureCoinIron
|
||||
11
Prototypes/_Harmony/Catalog/uplink_catalog.yml
Normal file
11
Prototypes/_Harmony/Catalog/uplink_catalog.yml
Normal file
@@ -0,0 +1,11 @@
|
||||
# Guns
|
||||
- type: listing
|
||||
id: UplinkHushpup
|
||||
name: uplink-hushpup-name
|
||||
description: uplink-hushpup-desc
|
||||
icon: { sprite: /Textures/_Harmony/Objects/Weapons/Guns/Shotguns/hushpup.rsi, state: icon }
|
||||
productEntity: ClothingBackpackDuffelSyndicateFilledHushpup
|
||||
cost:
|
||||
Telecrystal: 30
|
||||
categories:
|
||||
- UplinkWeaponry
|
||||
@@ -0,0 +1,24 @@
|
||||
- type: entity
|
||||
parent: [BaseWeaponShotgun, BaseGunWieldable, BaseSyndicateContraband]
|
||||
id: WeaponShotgunHushpup
|
||||
name: Hushpup
|
||||
description: An obscure modification of the Enforcer, fitted with an experimental muffler. Great for those with a strict moral code. Uses 12 gauge shotgun shells.
|
||||
components:
|
||||
- type: Sprite
|
||||
sprite: _Harmony/Objects/Weapons/Guns/Shotguns/hushpup.rsi
|
||||
- type: Clothing
|
||||
sprite: _Harmony/Objects/Weapons/Guns/Shotguns/hushpup.rsi
|
||||
- type: Item
|
||||
sprite: _Harmony/Objects/Weapons/Guns/Shotguns/hushpup_inhands_64x.rsi
|
||||
- type: BallisticAmmoProvider
|
||||
capacity: 5
|
||||
- type: GunRequiresWield
|
||||
- type: Gun
|
||||
soundGunshot:
|
||||
path: /Audio/_Harmony/Weapons/Guns/Gunshots/hushpup_fire.ogg
|
||||
params:
|
||||
volume: -3
|
||||
fireRate: 1.5
|
||||
selectedMode: SemiAuto
|
||||
- type: GunSpreadModifier
|
||||
spread: 1.4
|
||||
Reference in New Issue
Block a user