More xeno artifacts effects (#6282)
This commit is contained in:
@@ -14,6 +14,10 @@
|
||||
- AngryMobsSpawnArtifact
|
||||
- JunkSpawnArtifact
|
||||
- BananaSpawnArtifact
|
||||
- HeatArtifact
|
||||
- ColdArtifact
|
||||
- RadiateArtifact
|
||||
- GasArtifact
|
||||
chance: 1
|
||||
|
||||
- type: entity
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -219,11 +219,7 @@
|
||||
0.1,
|
||||
0.1,
|
||||
0.1,
|
||||
0.1,
|
||||
0.1,
|
||||
0.1,
|
||||
0.1,
|
||||
0.1
|
||||
0.1
|
||||
]
|
||||
]
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user