diff --git a/Resources/Prototypes/Catalog/Fills/Items/briefcases.yml b/Resources/Prototypes/Catalog/Fills/Items/briefcases.yml index ce2cf1e2b3..c261a2c0da 100644 --- a/Resources/Prototypes/Catalog/Fills/Items/briefcases.yml +++ b/Resources/Prototypes/Catalog/Fills/Items/briefcases.yml @@ -38,5 +38,30 @@ - type: StorageFill contents: - id: ClothingEyesGlassesSunglasses - - id: SpaceCash1000 - amount: 5 + - id: SpaceCash30000 + amount: 1 + - id: EncryptionKeySyndie + - id: RubberStampTrader + - id: PhoneInstrumentSyndicate + - id: ClothingUniformJumpsuitTacticool + - id: ClothingOuterCoatJensen + - id: ClothingHandsGlovesCombat + - id: ClothingMaskNeckGaiter + - id: SyndieHandyFlag + +- type: entity + id: BriefcaseThiefBribingBundleFilled + name: brown briefcase + parent: BriefcaseSyndie + suffix: Thief, Spesos + components: + - type: StorageFill + contents: + - id: ClothingEyesGlassesSunglasses + - id: SpaceCash20000 + amount: 1 + - id: ClothingUniformJumpsuitTacticool + - id: ClothingOuterCoatJensen + - id: ClothingHandsGlovesCombat + - id: ClothingMaskNeckGaiter + - id: ToyFigurineThief \ No newline at end of file diff --git a/Resources/Prototypes/Catalog/thief_toolbox_sets.yml b/Resources/Prototypes/Catalog/thief_toolbox_sets.yml index fb6873f540..2c98b0b89d 100644 --- a/Resources/Prototypes/Catalog/thief_toolbox_sets.yml +++ b/Resources/Prototypes/Catalog/thief_toolbox_sets.yml @@ -90,7 +90,7 @@ - EncryptionKeyStationMaster - CyberPen - SpyCrewMonitor - - BriefcaseSyndieLobbyingBundleFilled + - BriefcaseThiefBribingBundleFilled - ClothingMaskGasVoiceChameleon #- todo Chameleon Stamp diff --git a/Resources/Prototypes/Entities/Objects/Misc/space_cash.yml b/Resources/Prototypes/Entities/Objects/Misc/space_cash.yml index f402c1abef..57dfb40098 100644 --- a/Resources/Prototypes/Entities/Objects/Misc/space_cash.yml +++ b/Resources/Prototypes/Entities/Objects/Misc/space_cash.yml @@ -136,6 +136,28 @@ - type: Stack count: 10000 +- type: entity + parent: SpaceCash + id: SpaceCash20000 + suffix: 20000 + components: + - type: Icon + sprite: Objects/Economy/cash.rsi + state: cash_1000 + - type: Stack + count: 20000 + +- type: entity + parent: SpaceCash + id: SpaceCash30000 + suffix: 30000 + components: + - type: Icon + sprite: Objects/Economy/cash.rsi + state: cash_1000 + - type: Stack + count: 30000 + - type: entity parent: SpaceCash id: SpaceCash1000000