From 11ad05058ef9ca1da338ac20ce6b549ec319450b Mon Sep 17 00:00:00 2001 From: Red <96445749+TheShuEd@users.noreply.github.com> Date: Fri, 27 Jun 2025 00:25:47 +0300 Subject: [PATCH] Remove mithril lock & keys from Cozy House (#1478) * Add LumeraMagicVision skill and update trading requests Introduces the LumeraMagicVision skill to the Lumera demigod skill tree, granting access to the Magic Vision action. Also removes several 30-minute jewelry trading requests (Ruby, Emerald, Sapphire, Topaz) from thaumaturgy.yml. Additionally, improves price scanner logic to skip items with non-positive price. * Remove Rep 3 trading positions from cozy_house.yml Deleted the CP14KeyMithrilBlank and CP14LockMithril trading positions for reputation level 3 from the cozy_house.yml file, leaving only the gold lock product for HomeDecor. --- .../_CP14/Trading/BuyPositions/cozy_house.yml | 26 +------------------ 1 file changed, 1 insertion(+), 25 deletions(-) diff --git a/Resources/Prototypes/_CP14/Trading/BuyPositions/cozy_house.yml b/Resources/Prototypes/_CP14/Trading/BuyPositions/cozy_house.yml index 2e92c11da2..3ceca414e8 100644 --- a/Resources/Prototypes/_CP14/Trading/BuyPositions/cozy_house.yml +++ b/Resources/Prototypes/_CP14/Trading/BuyPositions/cozy_house.yml @@ -211,28 +211,4 @@ sprite: _CP14/Objects/keys.rsi state: lock_gold service: !type:CP14BuyItemsService - product: CP14LockGold - -# Rep 3 - -- type: cp14TradingPosition - id: CP14KeyMithrilBlank - faction: HomeDecor - reputationLevel: 3 - uiPosition: 3 - icon: - sprite: _CP14/Objects/keys.rsi - state: key_mithril - service: !type:CP14BuyItemsService - product: CP14KeyMithrilBlank - -- type: cp14TradingPosition - id: CP14LockMithril - faction: HomeDecor - reputationLevel: 3 - uiPosition: 4 - icon: - sprite: _CP14/Objects/keys.rsi - state: lock_mithril - service: !type:CP14BuyItemsService - product: CP14LockMithril + product: CP14LockGold \ No newline at end of file