VOOZH about

URL: https://minecraft.wiki/w/User_talk:Vdiu

⇱ User talk:Vdiu – Minecraft Wiki


User talk:Vdiu

From Minecraft Wiki
Latest comment: 22 November 2024 by Nerdyguy2000 in topic Your signature
Jump to navigation Jump to search
👁 User:Vdiu
User:Vdiu
Hi, Ved here. Welcome to my Talk Page! You can talk to me here, on fandom, or on the Scratch Wiki [if you have a account].

Signature Test

[edit source]
Latest comment: 28 September 20231 comment1 person in discussion

I'm testing my signature. --
.👁 Image
.
Vdiu | | Contributions .
04:51, 28 September 2023 (UTC)

Heavy core drop chance analysis

[edit source]
Latest comment: 4 April 20242 comments2 people in discussion

From testing in game, I can confirm vaults use the minecraft:chests/trial_chambers/reward loot table. I used a data pack to change the loot table to give a single stick, and the vault behaved accordingly.

I can also confirm that the heavy core appears in no loot table other than minecraft:chests/trial_chambers/reward_unique.

minecraft:chests/trial_chambers/reward loot table is as follows:

{
"type":"minecraft:chest",
"pools":[
{
"bonus_rolls":0.0,
"entries":[
{
"type":"minecraft:loot_table",
"value":"minecraft:chests/trial_chambers/reward_rare",
"weight":8
},
{
"type":"minecraft:loot_table",
"value":"minecraft:chests/trial_chambers/reward_common",
"weight":2
}
],
"rolls":1.0
},
{
"bonus_rolls":0.0,
"entries":[
{
"type":"minecraft:loot_table",
"value":"minecraft:chests/trial_chambers/reward_common"
}
],
"rolls":{
"type":"minecraft:uniform",
"max":3.0,
"min":1.0
}
},
{
"bonus_rolls":0.0,
"conditions":[
{
"chance":0.25,
"condition":"minecraft:random_chance"
}
],
"entries":[
{
"type":"minecraft:loot_table",
"value":"minecraft:chests/trial_chambers/reward_unique"
}
],
"rolls":1.0
}
],
"random_sequence":"minecraft:chests/trial_chambers/reward"
}

The most important part here is the pool down the bottom, which has a 0.25 (14) chance to roll minecraft:chests/trial_chambers/reward_unique.

Now, going into minecraft:chests/trial_chambers/reward_unique, we have:

{
"type":"minecraft:chest",
"pools":[
{
"bonus_rolls":0.0,
"entries":[
{
"type":"minecraft:item",
"name":"minecraft:enchanted_golden_apple",
"weight":3
},
{
"type":"minecraft:item",
"name":"minecraft:bolt_armor_trim_smithing_template",
"weight":3
},
{
"type":"minecraft:item",
"name":"minecraft:flow_armor_trim_smithing_template",
"weight":3
},
{
"type":"minecraft:item",
"name":"minecraft:flow_banner_pattern"
},
{
"type":"minecraft:item",
"name":"minecraft:guster_banner_pattern"
},
{
"type":"minecraft:item",
"name":"minecraft:heavy_core"
}
],
"rolls":1.0
}
],
"random_sequence":"minecraft:chests/trial_chambers/reward_unique"
}

The total weight here is 3 + 3 + 3 + 1 + 1 + 1 = 12, and since the heavy core only has a weight of 1, the resulting chance is 112. Multiplying 14 by 112 gives 148, or 2.08333..%.

I should note that kingBdogz may have easily misremembered or made a mistake as the game's own loot tables seem to testify otherwise, though 2.083% is not too far from 2.225%. – ZacNVR (talk) 02:06, 24 March 2024 (UTC)

Ohk, thanks for the confirmation, but Mojang changed the drop chance one again and now it drops from omnious vaults with a 8.8% chance. You might need to confirm this too, because I still don't have access to the game files (my pc went for servicing).--
.👁 Image
.
Vdiu | | Contributions .
13:51, 4 April 2024 (UTC)

Your signature

[edit source]
Latest comment: 22 November 20241 comment1 person in discussion

I noticed your signature uses a non-substituted template (User:Vdiu/Signature) and is more than 250 bytes, both violating MCW:SIGN. Sorry to bother you, -~- Nerdyguy2000   Talk   Edits  03:42, 22 November 2024 (UTC)

Retrieved from "https://minecraft.wiki/w/User_talk:Vdiu?oldid=2756328"

Navigation menu