Skip to content

Commit

Permalink
Vgroid diamonds hotfix (#29999)
Browse files Browse the repository at this point in the history
vgroid diamonds
  • Loading branch information
TheShuEd authored Jul 13, 2024
1 parent 22a9290 commit dcb3443
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 0 deletions.
22 changes: 22 additions & 0 deletions Resources/Prototypes/Entities/Structures/Walls/asteroid.yml
Original file line number Diff line number Diff line change
Expand Up @@ -611,6 +611,28 @@
state: ironrock_west
- state: rock_artifact_fragment

- type: entity
id: IronRockDiamond
parent: IronRock
description: An ore vein rich with diamonds.
suffix: Diamond
components:
- type: OreVein
oreChance: 1.0
currentOre: OreDiamond
- type: Sprite
layers:
- state: ironrock
- map: [ "enum.EdgeLayer.South" ]
state: ironrock_south
- map: [ "enum.EdgeLayer.East" ]
state: ironrock_east
- map: [ "enum.EdgeLayer.North" ]
state: ironrock_north
- map: [ "enum.EdgeLayer.West" ]
state: ironrock_west
- state: rock_diamond

# Rocks and ore veins
- type: entity
id: WallRock
Expand Down
6 changes: 6 additions & 0 deletions Resources/Prototypes/Procedural/vgroid.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,12 @@
count: 50
minGroupSize: 2
maxGroupSize: 4
- !type:OreDunGen
replacement: IronRock
entity: IronRockDiamond
count: 15
minGroupSize: 1
maxGroupSize: 2

# Configs
- type: dungeonConfig
Expand Down

0 comments on commit dcb3443

Please sign in to comment.