Skip to content

Commit

Permalink
yml cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
Cheackraze committed Mar 1, 2024
1 parent 2042133 commit 647f2df
Show file tree
Hide file tree
Showing 8 changed files with 38 additions and 8 deletions.
4 changes: 2 additions & 2 deletions Resources/Prototypes/Catalog/Cargo/cargo_engines.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
- type: cargoProduct
id: EngineAmeShielding
icon:
sprite: Objects/Power/AME/ame_part.rsi
state: box
sprite: Objects/Power/AME/ame_jar.rsi
state: jar
product: CrateEngineeringAMEShielding
cost: 10000
category: Engineering
Expand Down
2 changes: 1 addition & 1 deletion Resources/Prototypes/Catalog/Fills/Lockers/medical.yml
Original file line number Diff line number Diff line change
Expand Up @@ -144,5 +144,5 @@
- id: ClothingHandsGlovesLatex
# - id: ClothingHeadsetMedical # Frontier
- id: ClothingMaskSterile
- id: ClothingBeltParamedicFilled # Frontier
- id: ClothingBeltMedicalEMTFilled # Frontier
- id: MedkitFilled # Frontier
Original file line number Diff line number Diff line change
Expand Up @@ -1091,4 +1091,3 @@
Heat: 20 # Slightly more damage than the 17heat from the Captain's Hitscan lasgun
soundHit:
collection: MeatLaserImpact
soundForce: true
2 changes: 0 additions & 2 deletions Resources/Prototypes/Entities/Structures/Machines/lathe.yml
Original file line number Diff line number Diff line change
Expand Up @@ -270,7 +270,6 @@
- AnomalyLocatorWide
- RCD
- RCDAmmo
- HandheldCrewMonitor
- Scalpel
- Retractor
- Cautery
Expand All @@ -285,7 +284,6 @@
- Implanter
- PillCanister
- ChemistryEmptyBottle01
- Drone
- AdvancedCapacitorStockPart
- AdvancedMatterBinStockPart
- NanoManipulatorStockPart
Expand Down
1 change: 0 additions & 1 deletion Resources/Prototypes/Tiles/planet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,6 @@
West: /Textures/Tiles/Planet/Snow/snow_double_edge_west.png
baseTurf: FloorDirt
itemDrop: FloorTileItemSnow # Delta V
canCrowbar: false # Come back
canShovel: true # Delta V
isSubfloor: true
footstepSounds:
Expand Down
2 changes: 1 addition & 1 deletion Resources/Prototypes/_NF/Catalog/Fills/Lockers/medical.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
- id: ClothingHandsGlovesLatex
# - id: ClothingHeadsetMedical # Frontier
- id: ClothingMaskSterile
- id: ClothingBeltParamedicFilled # Frontier
- id: ClothingBeltMedicalEMTFilled # Frontier
- id: MedkitFilled # Frontier
- id: NitrogenTankFilled # Frontier
- id: OxygenTankFilled # Frontier
Expand Down
28 changes: 28 additions & 0 deletions Resources/Prototypes/_NF/Recipes/Lathes/devices.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,31 @@
Silver: 750
Plasma: 1500
Uranium: 150

- type: latheRecipe
id: WeaponCrusher
result: WeaponCrusher
completetime: 5
materials:
Steel: 1000
Glass: 250
Plastic: 100

- type: latheRecipe
id: WeaponCrusherDagger
result: WeaponCrusherDagger
completetime: 5
materials:
Steel: 500
Glass: 250
Plastic: 50

- type: latheRecipe
id: WeaponCrusherGlaive
result: WeaponCrusherGlaive
completetime: 5
materials:
Steel: 1500
Glass: 500
Plastic: 50
Gold: 100
6 changes: 6 additions & 0 deletions Resources/Prototypes/_NF/tags.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,3 +57,9 @@

- type: Tag
id: SecurityUplink

- type: Tag
id: DroneUsable

- type: Tag
id: LightReplacer

0 comments on commit 647f2df

Please sign in to comment.