]> git.smokeofanarchy.ru Git - space-station-14.git/commitdiff
remove rped (#26316)
authordeltanedas <39013340+deltanedas@users.noreply.github.com>
Fri, 22 Mar 2024 00:20:26 +0000 (00:20 +0000)
committerGitHub <noreply@github.com>
Fri, 22 Mar 2024 00:20:26 +0000 (20:20 -0400)
* remove rped

* trol

---------

Co-authored-by: deltanedas <@deltanedas:kde.org>
Resources/Prototypes/Entities/Objects/Specific/Research/rped.yml [deleted file]
Resources/Prototypes/Entities/Structures/Machines/lathe.yml
Resources/Prototypes/Procedural/salvage_loot.yml
Resources/Prototypes/Recipes/Lathes/tools.yml
Resources/Prototypes/Research/experimental.yml
Resources/migration.yml

diff --git a/Resources/Prototypes/Entities/Objects/Specific/Research/rped.yml b/Resources/Prototypes/Entities/Objects/Specific/Research/rped.yml
deleted file mode 100644 (file)
index 199e2d8..0000000
+++ /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
index 037e2e9ab85ad8db4d5d0b83ee6fbc81d68d83bc..2b1a4c9f1fcf551a85178366b8f5ef04648e7750 100644 (file)
       - WeaponPistolCHIMP
       - WeaponGauntletGorilla
       - SynthesizerInstrument
-      - RPED
       - ClothingShoesBootsMagSci
       - ClothingShoesBootsSpeed
       - NodeScanner
index f12e8c7ffda474176cff6a78970b9e0077e6c8e5..e8783760ddcd2f6db5da114917c57bf11db557e3 100644 (file)
@@ -88,7 +88,6 @@
         - proto: RipleyHarness
           cost: 3
           prob: 0.5
-        - proto: RPED
         - proto: SpaceCash1000
         - proto: SpaceCash10000
           cost: 10
index 2b335ae6dc462cb6729a4c2af8894358294747d5..21aabce49f1266f8649390b3cbbf3e726a218950 100644 (file)
     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
index bc0a26b58abf361f799477bd96b80bf42840edfe..5fbf0e640bfe7c3c838c6f86d21fe10cece3f489 100644 (file)
   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
index d0f2bb702e479c1ee653ffcd4401f6af1f1227e8..acdfbdf4dc520224594cae0f3ac974667205c89a 100644 (file)
@@ -246,3 +246,6 @@ ClothingBackpackSatchelFilledDetective: ClothingBackpackSatchelSecurityFilledDet
 ImprovisedExplosive: FireBomb
 ImprovisedExplosiveEmpty: FireBombEmpty
 ImprovisedExplosiveFuel: FireBombFuel
+
+# 2024-03-21
+RPED: null