You are viewing a potentially older version of this package. View all versions.
ASharpPen-Drop_That_Boss_Metals-1.0.0 icon

Drop That Boss Metals

Bosses drop metal ores according to their tier. Highly configurable.

Date uploaded 3 years ago
Version 1.0.0
Download link ASharpPen-Drop_That_Boss_Metals-1.0.0.zip
Downloads 5208
Dependency string ASharpPen-Drop_That_Boss_Metals-1.0.0

This mod requires the following mods to function

denikson-BepInExPack_Valheim-5.4.602 icon
denikson-BepInExPack_Valheim

BepInEx pack for Valheim. Preconfigured and includes unstripped Unity DLLs.

Preferred version: 5.4.602
ASharpPen-Drop_That-1.2.0 icon
ASharpPen-Drop_That

Modify mob loot tables.

Preferred version: 1.2.0

README

Drop That! Boss Metals

Ever found that it was weird when you finally killed a boss and it didn't drop anything but the same progression items?

Well, this mod fixes that!

Metals are added to all boss kills, be aware that this will boost initial progression quite a bit, but mainly, it will ensure that you have a reason to come back.

This mod is an extension for Drop That, and simply creates a configuration template for it to load.

Configuration File

The full configuration generated by this mod:


[Eikthyr.100]
ItemName = CopperOre
Enabled = true
AmountMin = 5
AmountMax = 5
Chance = 1
OnePerPlayer = false
LevelMultiplier = false

[Eikthyr.101]
ItemName = TinOre
Enabled = true
AmountMin = 5
AmountMax = 5
Chance = 1
OnePerPlayer = false
LevelMultiplier = true

[Eikthyr.102]
ItemName = CopperOre
Enabled = true
AmountMin = 5
AmountMax = 10
Chance = 0.25
OnePerPlayer = false
LevelMultiplier = false

[Eikthyr.103]
ItemName = TinOre
Enabled = true
AmountMin = 1
AmountMax = 5
Chance = 0.25
OnePerPlayer = false
LevelMultiplier = false

[gd_king.100]
ItemName = IronScrap
Enabled = true
AmountMin = 30
AmountMax = 50
Chance = 1
OnePerPlayer = false
LevelMultiplier = false

[gd_king.101]
ItemName = IronScrap
Enabled = true
AmountMin = 20
AmountMax = 50
Chance = 0.25
OnePerPlayer = false
LevelMultiplier = false

[Bonemass.100]
ItemName = SilverOre
Enabled = true
AmountMin = 50
AmountMax = 100
Chance = 1
OnePerPlayer = false
LevelMultiplier = false

[Bonemass.101]
ItemName = SilverOre
Enabled = true
AmountMin = 50
AmountMax = 100
Chance = 0.25
OnePerPlayer = false
LevelMultiplier = false

[Dragon.100]
ItemName = BlackMetalScrap
Enabled = true
AmountMin = 50
AmountMax = 100
Chance = 1
OnePerPlayer = false
LevelMultiplier = false

[Dragon.101]
ItemName = BlackMetalScrap
Enabled = true
AmountMin = 50
AmountMax = 100
Chance = 0.25
OnePerPlayer = false
LevelMultiplier = false

[GoblinKing.100]
ItemName = BlackMetalScrap
Enabled = true
AmountMin = 10
AmountMax = 50
Chance = 1
OnePerPlayer = false
LevelMultiplier = false

[GoblinKing.101]
ItemName = CopperOre
Enabled = true
AmountMin = 10
AmountMax = 50
Chance = 1
OnePerPlayer = false
LevelMultiplier = false

[GoblinKing.102]
ItemName = TinOre
Enabled = true
AmountMin = 10
AmountMax = 50
Chance = 1
OnePerPlayer = false
LevelMultiplier = true

[GoblinKing.103]
ItemName = IronScrap
Enabled = true
AmountMin = 10
AmountMax = 50
Chance = 1
OnePerPlayer = false
LevelMultiplier = false

[GoblinKing.104]
ItemName = SilverOre
Enabled = true
AmountMin = 10
AmountMax = 50
Chance = 1
OnePerPlayer = false
LevelMultiplier = false