Syndicate Sniper Bundle (contains hristov) (#18250)
* added sniper bundle * fixed an error in briefcases.yml that would brick the entire map for some reason when I tried to test * mokey * whoops thats 1 line too many * squashed another bug that would brick the uplink * aha! * 9 TC * Update briefcases.yml * 1984 you cant make black hole storages * 6TC sniper
This commit is contained in:
@@ -140,6 +140,9 @@ uplink-meds-bundle-desc = All you need to get your comrades back in the fight: m
|
|||||||
uplink-ammo-bundle-name = Ammo Bundle
|
uplink-ammo-bundle-name = Ammo Bundle
|
||||||
uplink-ammo-bundle-desc = Reloading! Contains 4 magazines for the C-20r, 4 drums for the Bulldog, and 2 ammo boxes for the L6 SAW.
|
uplink-ammo-bundle-desc = Reloading! Contains 4 magazines for the C-20r, 4 drums for the Bulldog, and 2 ammo boxes for the L6 SAW.
|
||||||
|
|
||||||
|
uplink-sniper-bundle-name = Sniper Bundle
|
||||||
|
uplink-sniper-bundle-desc = An inconspicuous briefcase that contains a hristov, 30 spare bullets and a convenient disguise
|
||||||
|
|
||||||
uplink-c20r-bundle-name = C-20r Bundle
|
uplink-c20r-bundle-name = C-20r Bundle
|
||||||
uplink-c20r-bundle-desc = Old faithful: The classic C-20r Submachine Gun, bundled with three magazines.
|
uplink-c20r-bundle-desc = Old faithful: The classic C-20r Submachine Gun, bundled with three magazines.
|
||||||
|
|
||||||
|
|||||||
@@ -8,3 +8,18 @@
|
|||||||
contents:
|
contents:
|
||||||
- id: Paper
|
- id: Paper
|
||||||
amount: 3
|
amount: 3
|
||||||
|
|
||||||
|
- type: entity
|
||||||
|
id: BriefcaseSyndieSniperBundleFilled
|
||||||
|
name: brown briefcase
|
||||||
|
parent: BriefcaseSyndie
|
||||||
|
suffix: Filled
|
||||||
|
components:
|
||||||
|
- type: StorageFill
|
||||||
|
contents:
|
||||||
|
- id: WeaponSniperHristov
|
||||||
|
- id: MagazineBoxAntiMateriel
|
||||||
|
- id: ClothingNeckTieRed
|
||||||
|
- id: ClothingHandsGlovesLatex
|
||||||
|
- id: ClothingUniformJumpsuitLawyerBlack
|
||||||
|
- id: ClothingShoesBootsLaceup
|
||||||
|
|||||||
@@ -582,6 +582,17 @@
|
|||||||
components:
|
components:
|
||||||
- SurplusBundle
|
- SurplusBundle
|
||||||
|
|
||||||
|
- type: listing
|
||||||
|
id: UplinkSniperBundle
|
||||||
|
name: uplink-sniper-bundle-name
|
||||||
|
description: uplink-sniper-bundle-desc
|
||||||
|
icon: { sprite: /Textures/Objects/Weapons/Guns/Snipers/heavy_sniper.rsi, state: base }
|
||||||
|
productEntity: BriefcaseSyndieSniperBundleFilled
|
||||||
|
cost:
|
||||||
|
Telecrystal: 6
|
||||||
|
categories:
|
||||||
|
- UplinkBundles
|
||||||
|
|
||||||
- type: listing
|
- type: listing
|
||||||
id: UplinkC20RBundle
|
id: UplinkC20RBundle
|
||||||
name: uplink-c20r-bundle-name
|
name: uplink-c20r-bundle-name
|
||||||
@@ -1013,7 +1024,7 @@
|
|||||||
description: uplink-cyberpen-desc
|
description: uplink-cyberpen-desc
|
||||||
productEntity: CyberPen
|
productEntity: CyberPen
|
||||||
cost:
|
cost:
|
||||||
Telecrystal: 3
|
Telecrystal: 1
|
||||||
categories:
|
categories:
|
||||||
- UplinkMisc
|
- UplinkMisc
|
||||||
|
|
||||||
|
|||||||
@@ -23,3 +23,29 @@
|
|||||||
state: icon
|
state: icon
|
||||||
- type: Item
|
- type: Item
|
||||||
sprite: Objects/Storage/Briefcases/briefcase_brown.rsi
|
sprite: Objects/Storage/Briefcases/briefcase_brown.rsi
|
||||||
|
|
||||||
|
- type: entity
|
||||||
|
parent: BaseStorageItem
|
||||||
|
abstract: true
|
||||||
|
id: BriefcaseSyndieBase
|
||||||
|
description: Useful for carrying items in your hands.
|
||||||
|
components:
|
||||||
|
- type: Item
|
||||||
|
size: 80
|
||||||
|
- type: Storage
|
||||||
|
capacity: 80
|
||||||
|
- type: Tag
|
||||||
|
tags:
|
||||||
|
- Briefcase
|
||||||
|
|
||||||
|
- type: entity
|
||||||
|
name: brown briefcase
|
||||||
|
parent: BriefcaseSyndieBase
|
||||||
|
id: BriefcaseSyndie
|
||||||
|
description: A handy briefcase.
|
||||||
|
components:
|
||||||
|
- type: Sprite
|
||||||
|
sprite: Objects/Storage/Briefcases/briefcase_brown.rsi
|
||||||
|
state: icon
|
||||||
|
- type: Item
|
||||||
|
sprite: Objects/Storage/Briefcases/briefcase_brown.rsi
|
||||||
|
|||||||
Reference in New Issue
Block a user