Initial
This commit is contained in:
@@ -0,0 +1,46 @@
|
||||
{
|
||||
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
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user