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

Cherry-Pick Delta-V Asteroids #526

Merged
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
Expand Up @@ -17,14 +17,17 @@
- Barricade
- MountainRockMining
- MountainRock
- RandomCrystalSpawner
- RandomStalagmiteOrCrystal
- RandomWallRockSpawner
- RandomBasaltRockSpawner
- AsteroidRockOreCrab
- RandomWoodenStructure
rareChance: 0.15

- type: entity
name: Crystal Spawner
id: RandomCrystalSpawner
suffix: 100%
parent: MarkerBase
components:
- type: Sprite
Expand Down Expand Up @@ -81,4 +84,19 @@
- WallRockBasaltTin
- WallRockBasaltUranium
- WallRockBasaltArtifactFragment
#Might add chance for no crystal later??

- type: entity
id: RandomWoodenStructure
name: wooden wall or support spawner
parent: MarkerBase
components:
- type: Sprite
layers:
- state: red
- sprite: Objects/Decoration/mines.rsi
state: support_wall_broken
- type: RandomSpawner
prototypes:
- RandomWoodenWall
- RandomWoodenSupport
chance: 0.9
15 changes: 13 additions & 2 deletions Resources/Prototypes/DeltaV/Entities/Structures/Walls/mountain.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@
id: MountainRock
parent: BaseStructure
name: mountain rock
suffix: un-mineable
suffix: Un-mineable
description: A craggy mountain wall. It is too hard to mine.
components:
- type: Sprite
Expand Down Expand Up @@ -107,7 +107,7 @@
id: AsteroidAltRockMining
parent: AsteroidAltRock
name: asteroid rock
suffix: higher ore yield
suffix: Higher Ore Yield
description: A rocky asteroid.
components:
- type: Gatherable
Expand All @@ -117,3 +117,14 @@
- type: OreVein
oreChance: 0.33
oreRarityPrototypeId: RandomOreDistributionStandard

- type: entity
id: AsteroidRockOreCrab
parent: AsteroidAltRock
name: asteroid rock
suffix: Ore Crab
description: A rocky asteroid.
components:
- type: OreVein
oreChance: 0.33
oreRarityPrototypeId: OreCrab
2 changes: 1 addition & 1 deletion Resources/Prototypes/Procedural/biome_templates.yml
Original file line number Diff line number Diff line change
Expand Up @@ -620,7 +620,7 @@
allowedTiles:
- FloorAsteroidSand
entities:
- AsteroidRock
- RandomRockSpawner #Delta V - Makes Asteroids Great-ish Again
- !type:BiomeTileLayer
threshold: -1.0
tile: FloorAsteroidSand
Loading