Makes asteroids low yield, adds normal yield variant for mining (#8701)
* Adds low yield mining loot table * adds low yield variant of asteroids
This commit is contained in:
@@ -2,14 +2,14 @@
|
|||||||
id: AsteroidRock
|
id: AsteroidRock
|
||||||
parent: BaseStructure
|
parent: BaseStructure
|
||||||
name: asteroid rock
|
name: asteroid rock
|
||||||
description: An asteroid.
|
description: A rocky asteroid.
|
||||||
components:
|
components:
|
||||||
- type: Gatherable
|
- type: Gatherable
|
||||||
whitelist:
|
whitelist:
|
||||||
tags:
|
tags:
|
||||||
- Pickaxe
|
- Pickaxe
|
||||||
loot:
|
loot:
|
||||||
Pickaxe: MiningLootTable
|
Pickaxe: MiningLootTableLowYield
|
||||||
- type: Sprite
|
- type: Sprite
|
||||||
sprite: Structures/Walls/asteroid_rock.rsi
|
sprite: Structures/Walls/asteroid_rock.rsi
|
||||||
state: full
|
state: full
|
||||||
@@ -41,3 +41,16 @@
|
|||||||
- type: IconSmooth
|
- type: IconSmooth
|
||||||
key: walls
|
key: walls
|
||||||
base: rock_
|
base: rock_
|
||||||
|
|
||||||
|
- type: entity
|
||||||
|
id: AsteroidRockMining
|
||||||
|
parent: BaseStructure
|
||||||
|
name: asteroid rock
|
||||||
|
description: An asteroid.
|
||||||
|
components:
|
||||||
|
- type: Gatherable
|
||||||
|
whitelist:
|
||||||
|
tags:
|
||||||
|
- Pickaxe
|
||||||
|
loot:
|
||||||
|
Pickaxe: MiningLootTable
|
||||||
|
|||||||
@@ -19,3 +19,25 @@
|
|||||||
- id: UraniumOre1
|
- id: UraniumOre1
|
||||||
prob: 0.025
|
prob: 0.025
|
||||||
orGroup: Asteroid
|
orGroup: Asteroid
|
||||||
|
|
||||||
|
- type: entityLootTable
|
||||||
|
id: MiningLootTableLowYield
|
||||||
|
entries:
|
||||||
|
- id: SteelOre1
|
||||||
|
prob: 0.05
|
||||||
|
orGroup: Asteroid
|
||||||
|
- id: GoldOre1
|
||||||
|
prob: 0.01
|
||||||
|
orGroup: Asteroid
|
||||||
|
- id: SpaceQuartz1
|
||||||
|
prob: 0.05
|
||||||
|
orGroup: Asteroid
|
||||||
|
- id: PlasmaOre1
|
||||||
|
prob: 0.025
|
||||||
|
orGroup: Asteroid
|
||||||
|
- id: SilverOre1
|
||||||
|
prob: 0.02
|
||||||
|
orGroup: Asteroid
|
||||||
|
- id: UraniumOre1
|
||||||
|
prob: 0.02
|
||||||
|
orGroup: Asteroid
|
||||||
|
|||||||
Reference in New Issue
Block a user