Thaumcraft Treasure Bags: Difference between revisions

From GT New Horizons
Content added Content deleted
(Add article draft)
 
(Add probabilities for each treasure type, and link to champion mobs.)
Line 1: Line 1:
The mod Thaumcraft adds three treasure bags: Common Treasure, Uncommon Treasure, and Rare Treasure. They are obtained by killing Thaumcraft's Champion mobs. Right-clicking opens them, which gives a variety of Vanilla and Thaumcraft-related resources.
The mod Thaumcraft adds three treasure bags: Common Treasure, Uncommon Treasure, and Rare Treasure. They are obtained primarily by killing Thaumcraft's [[Champion Mobs|champion mobs]]. Right-clicking opens them, which gives a variety of Vanilla and Thaumcraft-related resources.


== Champion Mobs ==
== Obtaining Treasure Bags ==


The primary source of treasure bags is by killing [[Champion Mobs|champion mobs]]. Treasure bags are a player-only kill, though some fake players (most notably Dynamism Tablets) can still get them. A treasure bag is guaranteed to drop, and the chances of getting each treasure type are determined by the looting level of the weapon used to kill the mob<ref><code>thaumcraft.common.lib.events.EventHandlerEntity.livingDrops</code></ref>.
Zombies, spiders, blazes, endermen, and skeletons have a base chance of 1% of spawning as champions, and witches 2%; if the world difficulty is hard, this gets bumped by 2%, in the outer lands this gets bumped by 3%, and in biomes with attributes SPOOKY, NETHER, and END there's a 2% bump.


{| class="wikitable"
== Obtaining Treasure Bags ==
|+Chance of getting each treasure bag
!Looting level !! Common !! Uncommon !! Rare
|-
|No looting || 5/9 || 4/9 || 0
|-
|Looting I || 4/9 || 5/9 || 0
|-
|Looting II || 3/9 || 5/9 || 1/9
|-
|Looting III || 2/9 || 5/9 || 2/9
|-
|Looting IV || 1/9 || 5/9 || 3/9
|-
|Looting V || 0 || 5/9 || 4/9
|-
|Looting VI || 0 || 4/9 || 5/9
|-
|Looting VII || 0 || 3/9 || 6/9
|-
|Looting VIII || 0 || 2/9 || 7/9
|-
|Looting IX || 0 || 1/9 || 8/9
|-
|Looting X and above || 0 || 0 || 1
|}


Note that Looting IV and above can only be obtained with non-vanilla methods.
Killing champion mobs drops treasure bags. Using a weapon with a higher level of looting increases the rarity of the treasure bag. With Looting III, rare treasure bags may drop, with a 1 in 9 chance of dropping.


Besides killing champion mobs, Kobolds from The Twilight Forest drop common treasures, and Thaumcraft bosses drop rare treasures.
Besides killing champion mobs, Kobolds from The Twilight Forest drop common treasures, and Thaumcraft bosses drop rare treasures.
Line 14: Line 39:


Common and uncommon treasures typically give coins. They may also give several types of potions, including splash potions of weakness. Rare treasures may also rarely give nether stars and primordial pearls, with a chance of 1 in 2651 for each.
Common and uncommon treasures typically give coins. They may also give several types of potions, including splash potions of weakness. Rare treasures may also rarely give nether stars and primordial pearls, with a chance of 1 in 2651 for each.

== References ==

Revision as of 14:07, 2 April 2023

The mod Thaumcraft adds three treasure bags: Common Treasure, Uncommon Treasure, and Rare Treasure. They are obtained primarily by killing Thaumcraft's champion mobs. Right-clicking opens them, which gives a variety of Vanilla and Thaumcraft-related resources.

Obtaining Treasure Bags

The primary source of treasure bags is by killing champion mobs. Treasure bags are a player-only kill, though some fake players (most notably Dynamism Tablets) can still get them. A treasure bag is guaranteed to drop, and the chances of getting each treasure type are determined by the looting level of the weapon used to kill the mob[1].

Chance of getting each treasure bag
Looting level Common Uncommon Rare
No looting 5/9 4/9 0
Looting I 4/9 5/9 0
Looting II 3/9 5/9 1/9
Looting III 2/9 5/9 2/9
Looting IV 1/9 5/9 3/9
Looting V 0 5/9 4/9
Looting VI 0 4/9 5/9
Looting VII 0 3/9 6/9
Looting VIII 0 2/9 7/9
Looting IX 0 1/9 8/9
Looting X and above 0 0 1

Note that Looting IV and above can only be obtained with non-vanilla methods.

Besides killing champion mobs, Kobolds from The Twilight Forest drop common treasures, and Thaumcraft bosses drop rare treasures.

Loot

Common and uncommon treasures typically give coins. They may also give several types of potions, including splash potions of weakness. Rare treasures may also rarely give nether stars and primordial pearls, with a chance of 1 in 2651 for each.

References

  1. thaumcraft.common.lib.events.EventHandlerEntity.livingDrops