From: deltanedas <39013340+deltanedas@users.noreply.github.com> Date: Fri, 22 Mar 2024 00:20:26 +0000 (+0000) Subject: remove rped (#26316) X-Git-Url: https://git.smokeofanarchy.ru/gitweb.cgi?a=commitdiff_plain;h=5ac88d9b2788182f607aeaf08eea8d26b1bb4d18;p=space-station-14.git remove rped (#26316) * remove rped * trol --------- Co-authored-by: deltanedas <@deltanedas:kde.org> --- diff --git a/Resources/Prototypes/Entities/Objects/Specific/Research/rped.yml b/Resources/Prototypes/Entities/Objects/Specific/Research/rped.yml deleted file mode 100644 index 199e2d8cba..0000000000 --- a/Resources/Prototypes/Entities/Objects/Specific/Research/rped.yml +++ /dev/null @@ -1,21 +0,0 @@ -- type: entity - parent: BaseStorageItem - id: RPED - name: RPED - description: A Rapid Part Exchange Device, perfect for quickly upgrading machines. - components: - - type: Sprite - sprite: Objects/Specific/Research/rped.rsi - state: icon - - type: Item - sprite: Objects/Specific/Research/rped.rsi - size: Normal - - type: PartExchanger - - type: Storage - grid: - - 0,0,15,5 - quickInsert: true - areaInsert: true - whitelist: - components: - - MachinePart diff --git a/Resources/Prototypes/Entities/Structures/Machines/lathe.yml b/Resources/Prototypes/Entities/Structures/Machines/lathe.yml index 037e2e9ab8..2b1a4c9f1f 100644 --- a/Resources/Prototypes/Entities/Structures/Machines/lathe.yml +++ b/Resources/Prototypes/Entities/Structures/Machines/lathe.yml @@ -301,7 +301,6 @@ - WeaponPistolCHIMP - WeaponGauntletGorilla - SynthesizerInstrument - - RPED - ClothingShoesBootsMagSci - ClothingShoesBootsSpeed - NodeScanner diff --git a/Resources/Prototypes/Procedural/salvage_loot.yml b/Resources/Prototypes/Procedural/salvage_loot.yml index f12e8c7ffd..e8783760dd 100644 --- a/Resources/Prototypes/Procedural/salvage_loot.yml +++ b/Resources/Prototypes/Procedural/salvage_loot.yml @@ -88,7 +88,6 @@ - proto: RipleyHarness cost: 3 prob: 0.5 - - proto: RPED - proto: SpaceCash1000 - proto: SpaceCash10000 cost: 10 diff --git a/Resources/Prototypes/Recipes/Lathes/tools.yml b/Resources/Prototypes/Recipes/Lathes/tools.yml index 2b335ae6dc..21aabce49f 100644 --- a/Resources/Prototypes/Recipes/Lathes/tools.yml +++ b/Resources/Prototypes/Recipes/Lathes/tools.yml @@ -198,16 +198,6 @@ Plastic: 150 Gold: 10 -- type: latheRecipe - id: RPED - result: RPED - category: Tools - completetime: 10 - materials: - Steel: 650 - Plastic: 150 - Gold: 50 - - type: latheRecipe id: MiningDrill result: MiningDrill diff --git a/Resources/Prototypes/Research/experimental.yml b/Resources/Prototypes/Research/experimental.yml index bc0a26b58a..5fbf0e640b 100644 --- a/Resources/Prototypes/Research/experimental.yml +++ b/Resources/Prototypes/Research/experimental.yml @@ -112,18 +112,6 @@ technologyPrerequisites: - BasicAnomalousResearch -- type: technology - id: RapidPartExchange - name: research-technology-rped - icon: - sprite: Objects/Specific/Research/rped.rsi - state: icon - discipline: Experimental - tier: 2 - cost: 7500 - recipeUnlocks: - - RPED - - type: technology id: DeterrenceTechnologies name: research-technology-deterrence diff --git a/Resources/migration.yml b/Resources/migration.yml index d0f2bb702e..acdfbdf4dc 100644 --- a/Resources/migration.yml +++ b/Resources/migration.yml @@ -246,3 +246,6 @@ ClothingBackpackSatchelFilledDetective: ClothingBackpackSatchelSecurityFilledDet ImprovisedExplosive: FireBomb ImprovisedExplosiveEmpty: FireBombEmpty ImprovisedExplosiveFuel: FireBombFuel + +# 2024-03-21 +RPED: null