From cd453fd944b0d454e4ce13348d4411b802911980 Mon Sep 17 00:00:00 2001 From: Memeji Date: Wed, 25 Sep 2024 08:23:30 -0500 Subject: [PATCH 1/3] Disable Omen Artifact Items --- .../Specific/Xenoarchaeology/item_artifacts.yml | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/Resources/Prototypes/Entities/Objects/Specific/Xenoarchaeology/item_artifacts.yml b/Resources/Prototypes/Entities/Objects/Specific/Xenoarchaeology/item_artifacts.yml index ac2066ee5d..229fafb0b2 100644 --- a/Resources/Prototypes/Entities/Objects/Specific/Xenoarchaeology/item_artifacts.yml +++ b/Resources/Prototypes/Entities/Objects/Specific/Xenoarchaeology/item_artifacts.yml @@ -94,14 +94,14 @@ nodesMin: 9 nodesMax: 13 -- type: entity # Floof - Omen artifact - parent: BaseXenoArtifactItem - id: OmenXenoArtifactItem - suffix: Omen - components: - - type: Artifact - nodesMin: 13 - nodesMax: 18 +# - type: entity # Floof - Omen artifact +# parent: BaseXenoArtifactItem +# id: OmenXenoArtifactItem +# suffix: Omen +# components: +# - type: Artifact +# nodesMin: 13 +# nodesMax: 18 # this exists for crafting item artifacts so that the final result can be simple, medium, or complex. - type: entity From 15d80a8590351b2741984b6060d660cba91e0fd3 Mon Sep 17 00:00:00 2001 From: Memeji Date: Wed, 25 Sep 2024 10:33:57 -0500 Subject: [PATCH 2/3] Forgot the prototype here --- .../Prototypes/Entities/Markers/Spawners/Random/artifacts.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Resources/Prototypes/Entities/Markers/Spawners/Random/artifacts.yml b/Resources/Prototypes/Entities/Markers/Spawners/Random/artifacts.yml index df9cde8b5d..2f44673f17 100644 --- a/Resources/Prototypes/Entities/Markers/Spawners/Random/artifacts.yml +++ b/Resources/Prototypes/Entities/Markers/Spawners/Random/artifacts.yml @@ -22,7 +22,7 @@ - SimpleXenoArtifactItem - MediumXenoArtifactItem - ComplexXenoArtifactItem - - OmenXenoArtifactItem # Floof - Artifacts + #- OmenXenoArtifactItem # Floof - Artifacts chance: 1 - type: entity From 2937ddd958c797ca3509fd1fd9e2bf9a86357cf8 Mon Sep 17 00:00:00 2001 From: Memeji Date: Wed, 25 Sep 2024 10:40:04 -0500 Subject: [PATCH 3/3] Fixing artifact spawner for Omen artifacts --- .../Prototypes/Entities/Markers/Spawners/Random/artifacts.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Resources/Prototypes/Entities/Markers/Spawners/Random/artifacts.yml b/Resources/Prototypes/Entities/Markers/Spawners/Random/artifacts.yml index 2f44673f17..1e85f83a88 100644 --- a/Resources/Prototypes/Entities/Markers/Spawners/Random/artifacts.yml +++ b/Resources/Prototypes/Entities/Markers/Spawners/Random/artifacts.yml @@ -18,7 +18,7 @@ - ComplexXenoArtifact - ComplexXenoArtifact - ComplexXenoArtifact - - OmenXenoArtifactItem # Floof - Artifacts + - OmenXenoArtifact # Floof - Artifacts - SimpleXenoArtifactItem - MediumXenoArtifactItem - ComplexXenoArtifactItem