Skip to content

Commit

Permalink
Merge pull request #204 from Memeji/Nikko-Artifacts
Browse files Browse the repository at this point in the history
Artifact Tweaks.
  • Loading branch information
FoxxoTrystan committed Sep 23, 2024
2 parents e91efca + 8226fce commit 923fd1a
Show file tree
Hide file tree
Showing 4 changed files with 30 additions and 5 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
- type: entity
- type: entity
id: RandomArtifactSpawner
name: random artifact spawner
parent: MarkerBase
Expand All @@ -18,9 +18,11 @@
- ComplexXenoArtifact
- ComplexXenoArtifact
- ComplexXenoArtifact
- OmenXenoArtifactItem # Floof - Artifacts
- SimpleXenoArtifactItem
- MediumXenoArtifactItem
- ComplexXenoArtifactItem
- OmenXenoArtifactItem # Floof - Artifacts
chance: 1

- type: entity
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
- type: entity
- type: entity
parent: BaseItem
id: BaseXenoArtifactItem
name: alien artifact
Expand Down Expand Up @@ -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
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
- type: entity
- type: entity
parent: BaseStructureDynamic
id: BaseXenoArtifact
name: alien artifact
Expand Down Expand Up @@ -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

9 changes: 7 additions & 2 deletions Resources/Prototypes/XenoArch/Effects/normal_effects.yml
Original file line number Diff line number Diff line change
Expand Up @@ -181,6 +181,9 @@
- Sodium
- Water
- Sulfur
- Blood # Floof - Artifact tweaks
- Cum # Floof - Artifact tweaks
- Pomelustine # Floof - Artifact tweaks

- type: artifactEffect
id: EffectCold
Expand Down Expand Up @@ -503,6 +506,8 @@
- Desoxyephedrine
- Pax
- Siderlac
- Libidozenithizine # Floof - Artifact tweaks
- Philterex # Floof - Artifact tweaks

- type: artifactEffect
id: EffectEmp
Expand Down Expand Up @@ -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
Expand All @@ -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
Expand Down

0 comments on commit 923fd1a

Please sign in to comment.