Syndicate surplus crates (#7992)
This commit is contained in:
15
Resources/Prototypes/Catalog/Fills/Crates/syndicate.yml
Normal file
15
Resources/Prototypes/Catalog/Fills/Crates/syndicate.yml
Normal file
@@ -0,0 +1,15 @@
|
||||
- type: entity
|
||||
id: CrateSyndicateSurplusBundle
|
||||
name: syndicate surplus crate
|
||||
parent: CrateGenericSteel
|
||||
components:
|
||||
- type: SurplusBundle
|
||||
totalPrice: 50
|
||||
|
||||
- type: entity
|
||||
id: CrateSyndicateSuperSurplusBundle
|
||||
name: syndicate super surplus crate
|
||||
parent: CrateGenericSteel
|
||||
components:
|
||||
- type: SurplusBundle
|
||||
totalPrice: 125
|
||||
@@ -89,6 +89,7 @@
|
||||
category: Explosives
|
||||
itemId: MobGrenadePenguin
|
||||
price: 6
|
||||
surplus: false # got wrecked by penguins from surplus crate
|
||||
|
||||
- type: uplinkListing
|
||||
id: UplinkC4
|
||||
@@ -211,6 +212,21 @@
|
||||
price: 50
|
||||
icon: /Textures/Structures/Wallmounts/signs.rsi/bio.png
|
||||
|
||||
- type: uplinkListing
|
||||
id: UplinkSurplusBundle
|
||||
category: Bundles
|
||||
itemId: CrateSyndicateSurplusBundle
|
||||
description: Contains 50 telecrystals worth of completely random Syndicate items. It can be useless junk or really good.
|
||||
price: 20
|
||||
surplus: false
|
||||
|
||||
- type: uplinkListing
|
||||
id: UplinkSuperSurplusBundle
|
||||
category: Bundles
|
||||
itemId: CrateSyndicateSuperSurplusBundle
|
||||
description: Contains 125 telecrystals worth of completely random Syndicate items.
|
||||
price: 40
|
||||
surplus: false
|
||||
|
||||
#- type: uplinkListing
|
||||
# id: UplinkCarbineBundle
|
||||
@@ -384,3 +400,4 @@
|
||||
listingName: syndicate segway
|
||||
description: Be an enemy of the corporation, in style!
|
||||
price: 5
|
||||
surplus: false
|
||||
|
||||
Reference in New Issue
Block a user