47 lines
569 B
SNBT
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
|
|
}
|
|
}
|
|
}
|