]> git.smokeofanarchy.ru Git - space-station-14.git/commitdiff
Patch Cargo Lathe Abuse (#23698)
authorNairod <110078045+Nairodian@users.noreply.github.com>
Sun, 7 Jan 2024 23:51:17 +0000 (17:51 -0600)
committerGitHub <noreply@github.com>
Sun, 7 Jan 2024 23:51:17 +0000 (18:51 -0500)
* Reduce Several Prices

* Several Fixes

21 files changed:
Resources/Prototypes/Entities/Clothing/Shoes/magboots.yml
Resources/Prototypes/Entities/Objects/Devices/Circuitboards/Machine/production.yml
Resources/Prototypes/Entities/Objects/Devices/Electronics/power_electronics.yml
Resources/Prototypes/Entities/Objects/Devices/flatpack.yml
Resources/Prototypes/Entities/Objects/Devices/holoprojectors.yml
Resources/Prototypes/Entities/Objects/Fun/Instruments/instruments_percussion.yml
Resources/Prototypes/Entities/Objects/Shields/shields.yml
Resources/Prototypes/Entities/Objects/Specific/Medical/defib.yml
Resources/Prototypes/Entities/Objects/Specific/Medical/healing.yml
Resources/Prototypes/Entities/Objects/Specific/Medical/surgery.yml
Resources/Prototypes/Entities/Objects/Specific/Robotics/borg_modules.yml
Resources/Prototypes/Entities/Objects/Specific/chemical-containers.yml
Resources/Prototypes/Entities/Objects/Specific/chemistry.yml
Resources/Prototypes/Entities/Objects/Weapons/Guns/Ammunition/Cartridges/base_cartridge.yml
Resources/Prototypes/Entities/Objects/Weapons/Guns/Ammunition/Cartridges/light_rifle.yml
Resources/Prototypes/Entities/Objects/Weapons/Guns/Ammunition/Cartridges/magnum.yml
Resources/Prototypes/Entities/Objects/Weapons/Guns/Ammunition/Cartridges/pistol.yml
Resources/Prototypes/Entities/Objects/Weapons/Guns/Ammunition/Cartridges/rifle.yml
Resources/Prototypes/Entities/Objects/Weapons/Guns/Battery/battery_guns.yml
Resources/Prototypes/Entities/Objects/Weapons/security.yml
Resources/Prototypes/Entities/Structures/Furniture/rollerbeds.yml

index dd7ed674a8b42cda8ebc33722bad22610a0c061d..880239b51e40ff2b4c3c798b260235ce7a0ee75a 100644 (file)
@@ -66,8 +66,6 @@
     sprite: Clothing/Shoes/Boots/magboots-science.rsi
   - type: Magboots
     toggleAction: ActionToggleMagbootsSci
-  - type: StaticPrice
-    price: 400
 
 - type: entity
   parent: ClothingShoesBootsMag
index a16a69ee216711cf973995a1ba8b2829d9b8e597..d6863d49a70d6b05a82ce26969727194b5f1c759 100644 (file)
         Glass: 200
       chemicalComposition:
         Silicon: 20
+    - type: StaticPrice
+      price: 40
 
 - type: entity
   id: ThrusterMachineCircuitboard
         Glass: 200
       chemicalComposition:
         Silicon: 20
+    - type: StaticPrice
+      price: 40
 
 - type: entity
   id: PortableGeneratorJrPacmanMachineCircuitboard
         Glass: 200
       chemicalComposition:
         Silicon: 20
+    - type: StaticPrice
+      price: 40
 
 - type: entity
   id: ReagentGrinderMachineCircuitboard
index 80c728aca73f79ee9a057640f925506ce493cf9b..9a806a6bf2b75cc4fe1428502fa409a76292361d 100644 (file)
@@ -27,6 +27,8 @@
     - type: Sprite
       sprite: Objects/Misc/module.rsi
       state: charger_APC
+    - type: StaticPrice
+      price: 40
     - type: Tag
       tags:
         - DroneUsable
@@ -42,6 +44,8 @@
   - type: Sprite
     sprite: Objects/Misc/module.rsi
     state: charger_APC
+  - type: StaticPrice
+    price: 20
   - type: PhysicalComposition
     materialComposition:
       Glass: 90
@@ -60,6 +64,8 @@
     - type: Sprite
       sprite: Objects/Misc/module.rsi
       state: charger_APC
+    - type: StaticPrice
+      price: 40
     - type: Tag
       tags:
         - DroneUsable
@@ -75,6 +81,8 @@
     - type: Sprite
       sprite: Objects/Misc/module.rsi
       state: generic
+    - type: StaticPrice
+      price: 85
     - type: Tag
       tags:
         - DroneUsable
index 9d49d7e994107406405889c0c97e6dbc5df56f15..8c4a4a52c17be7b789bfe795b31d20b423160884 100644 (file)
@@ -34,7 +34,7 @@
       cpu_science: "#D381C9"
       cpu_supply: "#A46106"
   - type: StaticPrice
-    price: 500
+    price: 250
   - type: Tag
     tags:
     - DroneUsable
index 7edd788bf351a9c860c00133c61fd90f67aaef09..4924a46fe86c6068f45007dcb3798d004b83d2d5 100644 (file)
@@ -72,7 +72,7 @@
       tags:
         - HolofanProjector
     - type: StaticPrice
-      price: 250
+      price: 130
 
 - type: entity
   parent: Holoprojector
@@ -90,7 +90,7 @@
       tags:
         - HolofanProjector
     - type: StaticPrice
-      price: 80
+      price: 50
 
 - type: entity
   parent: HoloprojectorSecurity
index 9a464a5009684fcecac6de89b8d01191a0752044..a255ab4a32c30bd4743f4598a21829679b9b6f95 100644 (file)
@@ -81,6 +81,8 @@
   - type: Tag
     tags:
     - KeyedInstrument
+  - type: StaticPrice
+    price: 90
 
 - type: entity
   parent: BaseHandheldInstrument
index c7fda9779a073c4d48406601f6ccf3fe197301cd..0016e25cf446e49fb4ae8f73ad114236d0477061 100644 (file)
@@ -68,7 +68,7 @@
   description: A large tower shield. Good for controlling crowds.
   components:
     - type: StaticPrice
-      price: 100
+      price: 90
 
 - type: entity
   name: riot laser shield
index 3c93a0a876d5385d50361461241382afb9c2278b..4a61074a8d5728f4be202f80554150c5021a5be6 100644 (file)
@@ -38,7 +38,7 @@
     - type: DoAfter
     - type: UseDelay
     - type: StaticPrice
-      price: 100
+      price: 30
     - type: GuideHelp
       guides:
       - Medical Doctor
index 25b9823175e161b4b565abfa53af264950eefc9b..0165557f83ce6bd0b13b8485a0eb70b8b6a7f048 100644 (file)
@@ -44,7 +44,7 @@
     stackType: Ointment
     count: 10
   - type: StackPrice
-    price: 10
+    price: 5
 
 - type: entity
   id: Ointment1
     stackType: Brutepack
     count: 10
   - type: StackPrice
-    price: 10
+    price: 5
 
 - type: entity
   id: Brutepack1
index e157817ec46339e5ce1a761287d3a96036accd6b..0dc1116cf05ef9b6849ee392db45f2ab2978b62b 100644 (file)
@@ -7,7 +7,7 @@
   components:
   - type: Sprite
   - type: StaticPrice
-    price: 60
+    price: 20
 
 # Cautery
 
@@ -48,6 +48,8 @@
         Piercing: 10
     soundHit:
       path: /Audio/Items/drill_hit.ogg
+  - type: StaticPrice
+    price: 40
 
 # Scalpel
 
index 10d89c591d67e4ea8e695631a1db3383eed95194..b3c0a779b848cfc6a6d6da5b601b0b8f856de734 100644 (file)
@@ -9,7 +9,7 @@
     sprite: Objects/Specific/Robotics/borgmodule.rsi
   - type: BorgModule
   - type: StaticPrice
-    price: 250
+    price: 100
   - type: Tag
     tags:
     - BorgModuleGeneric
index ba422313e3ddf2272e08bcf52ac9a292068c2408..139eecfe83c7741443c3f65688f1bb05b4e3d486 100644 (file)
@@ -44,7 +44,7 @@
       maxFillLevels: 6
       fillBaseName: jug
     - type: StaticPrice
-      price: 80
+      price: 60
     - type: Label
       originalName: jug
 
index 2fad96411fccdc2e51856081212ce913587a0b15..f9a843c4d4de21014617b0a02b9438ff12e2ab71 100644 (file)
     maxFillLevels: 6
     fillBaseName: beakerlarge
   - type: StaticPrice
-    price: 40
+    price: 20
 
 - type: entity
   name: cryostasis beaker
index 1831db28e755c95956e016b7ba1a0c88ee60bab1..e188ee8c658ff05b93dc4f2d1e7217c1ba1ca13c 100644 (file)
@@ -27,3 +27,5 @@
       path: /Audio/Weapons/Guns/Casings/casing_fall_2.ogg
       params:
         volume: -1
+  - type: StaticPrice
+    price: 1
index f12811939af43c77345e894d53d6ac8d8118ea1e..729b1e6fc07fd5478469dc37c29215aad45bc08b 100644 (file)
@@ -17,8 +17,6 @@
       map: ["enum.AmmoVisualLayers.Base"]
   - type: Appearance
   - type: SpentAmmoVisuals
-  - type: StaticPrice
-    price: 10
 
 - type: entity
   id: CartridgeLightRifle
index d233f42d5ee8e4e2c71053dbfa83b0f17769b741..950b9c7563cdaaf7248d2eb89955faa499a1a64c 100644 (file)
@@ -17,8 +17,6 @@
       map: ["enum.AmmoVisualLayers.Base"]
   - type: Appearance
   - type: SpentAmmoVisuals
-  - type: StaticPrice
-    price: 10
 
 - type: entity
   id: CartridgeMagnum
index 80a6720cb26ec58657b599678bd7644a306cf6cd..50ca07cebcff0893287ed405fa0c0d59d7cd713e 100644 (file)
@@ -17,8 +17,6 @@
       map: ["enum.AmmoVisualLayers.Base"]
   - type: Appearance
   - type: SpentAmmoVisuals
-  - type: StaticPrice
-    price: 10
 
 - type: entity
   id: CartridgePistol
index d70d863f2276ec13c9a3e2d544b544f31b8ad6b8..98443d890d4edc9941cc7f567f2024e6a9f18138 100644 (file)
@@ -17,8 +17,6 @@
       map: ["enum.AmmoVisualLayers.Base"]
   - type: Appearance
   - type: SpentAmmoVisuals
-  - type: StaticPrice
-    price: 10
 
 - type: entity
   id: CartridgeRifle
index 49c79bb8fc3651976a0cef698004f93e497a7743..bf9579d65bdd970aadce7fad224da10d903f496b 100644 (file)
       shader: unshaded
   - type: Clothing
     sprite: Objects/Weapons/Guns/Battery/laser_gun.rsi
+  - type: StaticPrice
+    price: 420
   - type: Gun
     selectedMode: SemiAuto
     availableModes:
   - type: HitscanBatteryAmmoProvider
     proto: RedLaserPractice
     fireCost: 62.5
+  - type: StaticPrice
+    price: 300
 
 - type: entity
   name: pulse pistol
     magState: mag
     steps: 5
     zeroVisible: true
+  - type: StaticPrice
+    price: 260
 
 - type: entity
   name: practice disabler
       quickEquip: false
       slots:
         - Belt
+    - type: StaticPrice
+      price: 100
     - type: ProjectileBatteryAmmoProvider
       proto: BulletDisablerPractice
       fireCost: 100
   - type: Construction
     graph: UpgradeWeaponPistolCHIMP
     node: start
+  - type: StaticPrice
+    price: 100
 
 - type: entity
   name: experimental C.H.I.M.P. handcannon
index 93bc0a2dd322616303c837691fe2f0eab16f7464..c8f2fd4d0e7bbd5fa9d538dbe88f2a3699204085 100644 (file)
@@ -65,7 +65,7 @@
           True: {state: stunbaton_on}
           False: {state: stunbaton_off}
   - type: StaticPrice
-    price: 100
+    price: 80
   - type: Riggable
   - type: SolutionContainerManager
     solutions:
     malus: 0.225
   - type: Appearance
   - type: StaticPrice
-    price: 100
+    price: 80
   - type: GuideHelp
     guides:
     - Security
index 406ff7fa48e67b506bbc6be286dc2aff773ba770..53abcf592a8ffe4abae81229d7a1fdf596670be8 100644 (file)
@@ -69,7 +69,7 @@
             True: {visible: false}
             False: {visible: true}
     - type: StaticPrice
-      price: 200
+      price: 120
 
 - type: entity
   parent: RollerBed