Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Artifact Tweaks. #204

Merged
merged 4 commits into from
Sep 23, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

dangerous game

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
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

danger

targetDepth: 10
targetDepth: 8 # Floof - Make it so they can actually occur
effectHint: artifact-effect-hint-destruction
components:
- type: SpawnArtifact
Expand Down
Loading