From fb95ca02348ef56a824d501f79098eee01c6f30a Mon Sep 17 00:00:00 2001 From: BlueHNT <79374236+BlueHNT@users.noreply.github.com> Date: Tue, 9 Jul 2024 00:54:11 +0200 Subject: [PATCH 1/2] fixes material costs being insanely high --- .../Entities/Objects/Materials/materials.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/Resources/Prototypes/_Nuclear14/Entities/Objects/Materials/materials.yml b/Resources/Prototypes/_Nuclear14/Entities/Objects/Materials/materials.yml index 5cd9594edf2..b78f2e4ea0e 100644 --- a/Resources/Prototypes/_Nuclear14/Entities/Objects/Materials/materials.yml +++ b/Resources/Prototypes/_Nuclear14/Entities/Objects/Materials/materials.yml @@ -9,7 +9,7 @@ - type: Material - type: PhysicalComposition materialComposition: - Gunpowder: 10 + Gunpowder: 100 - type: Stack stackType: Gunpowder baseLayer: powder_lead @@ -60,7 +60,7 @@ components: - type: PhysicalComposition materialComposition: - Sulfur: 10 + Sulfur: 100 - type: Stack stackType: Sulfur baseLayer: powder_brass @@ -129,7 +129,7 @@ components: - type: Stack count: 1 - + - type: entity parent: BaseItem id: N14Dung @@ -150,7 +150,7 @@ entity: N14CompostRotted stage: 1 # N14:TODO: Add creampie ing but worse and it makes you throw up. - + - type: entity parent: BaseItem id: N14CompostRotted @@ -178,4 +178,4 @@ - type: Material - type: Stack stackType: Compost - count: 1 \ No newline at end of file + count: 1 From 14960a74237eecd619060a56de9eeb031e74cf24 Mon Sep 17 00:00:00 2001 From: BlueHNT <79374236+BlueHNT@users.noreply.github.com> Date: Tue, 9 Jul 2024 03:13:29 +0200 Subject: [PATCH 2/2] edits modif mask --- .../FalloutHelmets/rangerhelmetmodif.rsi/meta.json | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Resources/Textures/_Nuclear14/Clothing/Head/FalloutHelmets/rangerhelmetmodif.rsi/meta.json b/Resources/Textures/_Nuclear14/Clothing/Head/FalloutHelmets/rangerhelmetmodif.rsi/meta.json index 6382b2e9b46..800c048fe37 100644 --- a/Resources/Textures/_Nuclear14/Clothing/Head/FalloutHelmets/rangerhelmetmodif.rsi/meta.json +++ b/Resources/Textures/_Nuclear14/Clothing/Head/FalloutHelmets/rangerhelmetmodif.rsi/meta.json @@ -11,7 +11,7 @@ "name": "icon", "delays": [ [ - 1, + 10, 0.2, 0.4, 0.4, @@ -28,7 +28,7 @@ "directions": 4, "delays": [ [ - 1, + 10, 0.2, 0.4, 0.4, @@ -39,7 +39,7 @@ 3 ], [ - 1, + 10, 0.2, 0.4, 0.4, @@ -50,7 +50,7 @@ 3 ], [ - 1, + 10, 0.2, 0.4, 0.4, @@ -61,7 +61,7 @@ 3 ], [ - 1, + 10, 0.2, 0.4, 0.4, @@ -74,4 +74,4 @@ ] } ] -} \ No newline at end of file +}