@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user