Files
Astroblock/overrides/config/ftbquests/normal/reward_tables/bd0445b8.snbt
Jacob Vinding 1c991e905d Initial
2025-12-27 00:06:47 +01:00

47 lines
569 B
SNBT

{
title: "Ammo",
loot_size: 1,
hide_tooltip: true,
use_title: true,
rewards: [{
item: "cgm:basic_ammo",
count: 16,
weight: 65
},
{
item: "cgm:advanced_ammo",
count: 16,
weight: 35
},
{
item: "cgm:shell",
count: 16,
weight: 35
},
{
item: "cgm:basic_ammo",
count: 32,
weight: 45
},
{
item: "cgm:advanced_ammo",
count: 32,
weight: 20
},
{
item: "cgm:shell",
count: 32,
weight: 20
}],
loot_crate: {
string_id: "ammo",
item_name: "Ammo",
color: 6381642,
drops: {
boss: 0,
passive: 0,
monster: 0
}
}
}