diff --git a/Resources/Prototypes/Entities/Markers/Spawners/Random/artifacts.yml b/Resources/Prototypes/Entities/Markers/Spawners/Random/artifacts.yml index a678ef03f3e..df9cde8b5d6 100644 --- a/Resources/Prototypes/Entities/Markers/Spawners/Random/artifacts.yml +++ b/Resources/Prototypes/Entities/Markers/Spawners/Random/artifacts.yml @@ -1,4 +1,4 @@ -- type: entity +- type: entity id: RandomArtifactSpawner name: random artifact spawner parent: MarkerBase @@ -18,9 +18,11 @@ - ComplexXenoArtifact - ComplexXenoArtifact - ComplexXenoArtifact + - OmenXenoArtifactItem # Floof - Artifacts - SimpleXenoArtifactItem - MediumXenoArtifactItem - ComplexXenoArtifactItem + - OmenXenoArtifactItem # Floof - Artifacts chance: 1 - type: entity diff --git a/Resources/Prototypes/Entities/Objects/Specific/Xenoarchaeology/item_artifacts.yml b/Resources/Prototypes/Entities/Objects/Specific/Xenoarchaeology/item_artifacts.yml index cb6708431a0..ac2066ee5df 100644 --- a/Resources/Prototypes/Entities/Objects/Specific/Xenoarchaeology/item_artifacts.yml +++ b/Resources/Prototypes/Entities/Objects/Specific/Xenoarchaeology/item_artifacts.yml @@ -1,4 +1,4 @@ -- type: entity +- type: entity parent: BaseItem id: BaseXenoArtifactItem name: alien artifact @@ -94,6 +94,15 @@ nodesMin: 9 nodesMax: 13 +- 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 parent: BaseXenoArtifactItem diff --git a/Resources/Prototypes/Entities/Objects/Specific/Xenoarchaeology/structure_artifacts.yml b/Resources/Prototypes/Entities/Objects/Specific/Xenoarchaeology/structure_artifacts.yml index f098894ff79..283176230d2 100644 --- a/Resources/Prototypes/Entities/Objects/Specific/Xenoarchaeology/structure_artifacts.yml +++ b/Resources/Prototypes/Entities/Objects/Specific/Xenoarchaeology/structure_artifacts.yml @@ -1,4 +1,4 @@ -- type: entity +- type: entity parent: BaseStructureDynamic id: BaseXenoArtifact name: alien artifact @@ -88,3 +88,12 @@ nodesMin: 9 nodesMax: 13 +- type: entity # Floof - Omen artifact + parent: BaseXenoArtifact + id: OmenXenoArtifact + suffix: Omen + components: + - type: Artifact + nodesMin: 13 + nodesMax: 18 + diff --git a/Resources/Prototypes/XenoArch/Effects/normal_effects.yml b/Resources/Prototypes/XenoArch/Effects/normal_effects.yml index b9564c0366b..962c90e16e6 100644 --- a/Resources/Prototypes/XenoArch/Effects/normal_effects.yml +++ b/Resources/Prototypes/XenoArch/Effects/normal_effects.yml @@ -181,6 +181,9 @@ - Sodium - Water - Sulfur + - Blood # Floof - Artifact tweaks + - Cum # Floof - Artifact tweaks + - Pomelustine # Floof - Artifact tweaks - type: artifactEffect id: EffectCold @@ -503,6 +506,8 @@ - Desoxyephedrine - Pax - Siderlac + - Libidozenithizine # Floof - Artifact tweaks + - Philterex # Floof - Artifact tweaks - type: artifactEffect id: EffectEmp @@ -658,7 +663,7 @@ - type: artifactEffect id: EffectSingulo - targetDepth: 10 + targetDepth: 8 # Floof - Make it so they can actually occur effectHint: artifact-effect-hint-destruction components: - type: SpawnArtifact @@ -668,7 +673,7 @@ - type: artifactEffect id: EffectTesla - targetDepth: 10 + targetDepth: 8 # Floof - Make it so they can actually occur effectHint: artifact-effect-hint-destruction components: - type: SpawnArtifact