Initial
This commit is contained in:
@@ -0,0 +1,45 @@
|
||||
{
|
||||
title: "Choice Common Reward",
|
||||
loot_size: 1,
|
||||
use_title: true,
|
||||
rewards: [{
|
||||
item: {
|
||||
id: "ftbquests:lootcrate",
|
||||
tag: {
|
||||
type: "common"
|
||||
}
|
||||
}
|
||||
},
|
||||
{
|
||||
item: {
|
||||
id: "ftbquests:lootcrate",
|
||||
tag: {
|
||||
type: "money"
|
||||
}
|
||||
}
|
||||
},
|
||||
{
|
||||
item: {
|
||||
id: "ftbquests:lootcrate",
|
||||
tag: {
|
||||
type: "food"
|
||||
}
|
||||
}
|
||||
},
|
||||
{
|
||||
item: {
|
||||
id: "ftbquests:lootcrate",
|
||||
tag: {
|
||||
type: "ammo"
|
||||
}
|
||||
}
|
||||
},
|
||||
{
|
||||
item: {
|
||||
id: "ftbquests:lootcrate",
|
||||
tag: {
|
||||
type: "building"
|
||||
}
|
||||
}
|
||||
}]
|
||||
}
|
||||
Reference in New Issue
Block a user