Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions Resources/Locale/en-US/store/uplink-catalog.ftl
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,11 @@ uplink-bulldog-desc = Lean and mean: Contains the popular Bulldog Shotgun.
uplink-grenade-launcher-name = China-Lake
uplink-grenade-launcher-desc = An old China-Lake grenade launcher bundled with 5 rounds of anti-personnel ammo.

uplink-SMGBriefcase-name = Operative Briefcase
uplink-SMGBriefcase-desc = A briefcase fitted with a trigger and a modified C-20r in it. Because of the briefcase it needs to fit in, the C-20r has been modified to fit, making it have a higher rate of fire, but sacrificing its accuracy and auto-ejecting magazine feature.

uplink-minigun-name = Minigun
uplink-minigun-desc = A belt-fed machine gun with an internal magazine. Built for suppresion, first and foremost. Has quite the heft to it.
# Explosives
uplink-explosive-grenade-name = Explosive Grenade
uplink-explosive-grenade-desc = A simplistic grenade with a 3.5 second long fuse that is geared towards injuring personnel. Causes minimal hull damage.
Expand Down
28 changes: 28 additions & 0 deletions Resources/Prototypes/Catalog/uplink_catalog.yml
Original file line number Diff line number Diff line change
Expand Up @@ -342,6 +342,20 @@
tags:
- NukeOpsUplink

- type: listing #more of a stealth thing
id: UplinkSMGBriefcase
name: uplink-SMGBriefcase-name
description: uplink-SMGBriefcase-desc
icon: { sprite: Objects/Storage/Briefcases/briefcase_brown.rsi, state: icon }
productEntity: WeaponSubMachineGunBriefcase
discountCategory: veryRareDiscounts
discountDownTo:
Telecrystal: 10
cost:
Telecrystal: 16
categories:
- UplinkWeaponry

- type: listing
id: UplinkBulldog
name: uplink-bulldog-name
Expand Down Expand Up @@ -448,6 +462,20 @@
categories:
- UplinkWeaponry

- type: listing #less DPS than the L6, more weight, but higher ROF and total damage packed in. You can't refill it, though. Sidegrade.
id: UplinkMinigunBundle
name: uplink-minigun-name
description: uplink-minigun-desc
icon: { sprite: Objects/Weapons/Guns/HMGs/minigun.rsi, state: icon }
productEntity: WeaponMinigunSyndicate
discountCategory: veryRareDiscounts
discountDownTo:
Telecrystal: 24
cost:
Telecrystal: 30
categories:
- UplinkWeaponry

# Explosives

- type: listing
Expand Down
25 changes: 25 additions & 0 deletions Resources/Prototypes/Entities/Objects/Weapons/Guns/HMGs/hmgs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,3 +63,28 @@
containers:
ballistic-ammo: !type:Container
ents: []

#just moving this so that well, it can be tagged as a syndicate thing
- type: entity
name: minigun
id: WeaponMinigunSyndicate
parent: [ BaseWeaponHeavyMachineGun, BaseSyndicateContraband ]
description: Vzzzzzt! Rahrahrahrah! Vrrrrr! Uses .10 rifle ammo.
components:
- type: Sprite
sprite: Objects/Weapons/Guns/HMGs/minigun.rsi
layers:
- state: icon
- type: Item
sprite: Objects/Weapons/Guns/HMGs/minigun.rsi
- type: Gun
fireRate: 15
soundGunshot:
path: /Audio/Weapons/Guns/Gunshots/minigun.ogg
- type: BallisticAmmoProvider
proto: CartridgeMinigun
capacity: 1000
- type: ContainerContainer
containers:
ballistic-ammo: !type:Container
ents: []
Loading