More xeno artifacts effects (#6282)

This commit is contained in:
Alex Evgrashin
2022-02-07 05:26:10 +03:00
committed by GitHub
parent be7a770b78
commit 617f92df65
15 changed files with 299 additions and 23 deletions

View File

@@ -14,6 +14,10 @@
- AngryMobsSpawnArtifact
- JunkSpawnArtifact
- BananaSpawnArtifact
- HeatArtifact
- ColdArtifact
- RadiateArtifact
- GasArtifact
chance: 1
- type: entity

View File

@@ -122,3 +122,33 @@
maxSpawns: 20
possiblePrototypes:
- FoodBanana
- type: entity
parent: BaseXenoArtifact
id: HeatArtifact
suffix: Heat
components:
- type: TemperatureArtifact
targetTemp: 400 # around 125 celsius
- type: entity
parent: BaseXenoArtifact
id: ColdArtifact
suffix: Cold
components:
- type: TemperatureArtifact
targetTemp: 150 # around -125 celsius
- type: entity
parent: BaseXenoArtifact
id: RadiateArtifact
suffix: Radiation
components:
- type: RadiateArtifact
- type: entity
parent: BaseXenoArtifact
id: GasArtifact
suffix: Gas
components:
- type: GasArtifact

View File

@@ -219,11 +219,7 @@
0.1,
0.1,
0.1,
0.1,
0.1,
0.1,
0.1,
0.1
0.1
]
]
},