From 559ff13a121ee1a79bf6d59e427d9c0fc93ec9a1 Mon Sep 17 00:00:00 2001 From: Agoichi <92464780+Agoichi@users.noreply.github.com> Date: Sat, 20 Jan 2024 04:35:44 +0200 Subject: [PATCH] Rebalance of Lobbying bundle (#24303) * Rebalance of Lobbying bundle - More money, mickey (5000 -> 30000) - Added trader`s rubberstump for high iq players - Phone to call upper managment - Some fancy and absolutely unsuspicious clothings - Patriotic Flag for the most valuable lobist of Syndicate * Thief problem fix Thief now have have separate lobbying bundle, now it calls bribing bundle * Fixing Money count, suffix * Hi Fixing money --- .../Catalog/Fills/Items/briefcases.yml | 29 +++++++++++++++++-- .../Prototypes/Catalog/thief_toolbox_sets.yml | 2 +- .../Entities/Objects/Misc/space_cash.yml | 22 ++++++++++++++ 3 files changed, 50 insertions(+), 3 deletions(-) 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 -- 2.51.2