quests: add some more loot tables, rewrite intro questline a bit to guilde a newbie through to starting on the elements

This commit is contained in:
2025-02-02 12:52:33 +01:00
parent 67d87c0bd7
commit ce569348bc
20 changed files with 9118 additions and 8509 deletions

View File

@ -0,0 +1,12 @@
{
id: "3461297B344CD84A"
loot_size: 1
order_index: 6
rewards: [
{ item: "minecraft:cooked_beef", weight: 3.0f }
{ count: 4, item: "minecraft:baked_potato", weight: 3.0f }
{ count: 2, item: "thermal:copper_dust" }
]
title: "Major Vanilla Reward"
use_title: true
}

View File

@ -0,0 +1,12 @@
{
id: "6A8EB5C434976CDE"
loot_size: 1
order_index: 7
rewards: [{
auto: "enabled"
type: "xp_levels"
xp_levels: 5
}]
title: "Major XP"
use_title: true
}

View File

@ -0,0 +1,11 @@
{
id: "2531E4BA24BC5CA2"
loot_size: 1
order_index: 5
rewards: [
{ count: 5, item: "dotcoinmod:copper_coin", weight: 5.0f }
{ item: "dotcoinmod:iron_coin" }
]
title: "Minor Coin Reward"
use_title: true
}

View File

@ -0,0 +1,8 @@
{
id: "0863E4D3BFE0E7E8"
loot_size: 1
order_index: 2
rewards: [{ item: "kubejs:grist_essence", random_bonus: 8 }]
title: "Minor Grist Essence"
use_title: true
}

View File

@ -0,0 +1,14 @@
{
id: "25B559A75AB5B8B7"
loot_size: 1
order_index: 3
rewards: [
{ item: "minecraft:experience_bottle" }
{ count: 5, item: "minecraft:cookie", weight: 3.0f }
{ count: 3, item: "minecraft:torch", weight: 3.0f }
{ item: "minecraft:iron_nugget", random_bonus: 5, weight: 0.5f }
{ count: 2, item: "minecraft:bread" }
]
title: "Minor Vanilla Reward"
use_title: true
}

View File

@ -0,0 +1,12 @@
{
id: "7D5D8DF340E61AFD"
loot_size: 1
order_index: 4
rewards: [{
auto: "enabled"
type: "xp_levels"
xp_levels: 1
}]
title: "Minor XP"
use_title: true
}

View File

@ -1,12 +1,13 @@
{
id: "651A2F762091FAC4"
loot_size: 1
order_index: 0
rewards: [
{ item: "kubejs:grist_build_basic" }
{ item: "kubejs:grist_agricultural_basic" }
{ item: "kubejs:grist_energetic_basic" }
{ item: "kubejs:grist_intelligent_basic" }
]
title: "Random Basic Grist"
}
{
id: "651A2F762091FAC4"
loot_size: 1
order_index: 0
rewards: [
{ item: "kubejs:grist_build_basic" }
{ item: "kubejs:grist_agricultural_basic" }
{ item: "kubejs:grist_energetic_basic" }
{ item: "kubejs:grist_intelligent_basic" }
]
title: "Random Basic Grist"
use_title: true
}

View File

@ -1,12 +1,13 @@
{
id: "45EFE15AE09F1C57"
loot_size: 8
order_index: 1
rewards: [
{ item: "thermal:iron_dust" }
{ item: "thermal:tin_dust" }
{ item: "thermal:copper_dust" }
{ item: "thermal:lead_dust" }
]
title: "Common Metal Dust"
}
{
id: "45EFE15AE09F1C57"
loot_size: 8
order_index: 1
rewards: [
{ item: "thermal:iron_dust" }
{ item: "thermal:tin_dust" }
{ item: "thermal:copper_dust" }
{ item: "thermal:lead_dust" }
]
title: "Common Metal Dust"
use_title: true
}