From 33cdf9b14cf80cfaac3e14491eee90369a830b4a Mon Sep 17 00:00:00 2001 From: Hrom Date: Sun, 3 Mar 2024 13:11:59 +0100 Subject: [PATCH] bipeds --- assets/common/loot_tables/cave_large.ron | 1 - assets/common/loot_tables/creature/biped_large/blue_oni.ron | 4 ++-- assets/common/loot_tables/creature/biped_large/default.ron | 2 +- assets/common/loot_tables/creature/biped_large/red_oni.ron | 4 ++-- assets/common/loot_tables/creature/biped_large/troll.ron | 4 ++-- assets/common/loot_tables/creature/biped_large/tursus.ron | 6 +++--- assets/common/loot_tables/creature/biped_large/wendigo.ron | 4 ++-- assets/common/loot_tables/creature/biped_small/bushly.ron | 2 +- assets/common/loot_tables/materials/underground.ron | 4 ++-- 9 files changed, 15 insertions(+), 16 deletions(-) diff --git a/assets/common/loot_tables/cave_large.ron b/assets/common/loot_tables/cave_large.ron index ad94ac45be..e90ba0a8c5 100644 --- a/assets/common/loot_tables/cave_large.ron +++ b/assets/common/loot_tables/cave_large.ron @@ -5,5 +5,4 @@ (0.1, Item("common.items.lantern.geode_purp")), // Weapons (2.0, LootTable("common.loot_tables.weapons.components.tier-3")), - (0.05, LootTable("common.loot_tables.weapons.cave")), ] \ No newline at end of file diff --git a/assets/common/loot_tables/creature/biped_large/blue_oni.ron b/assets/common/loot_tables/creature/biped_large/blue_oni.ron index 4d3665cee3..7cb08aa349 100644 --- a/assets/common/loot_tables/creature/biped_large/blue_oni.ron +++ b/assets/common/loot_tables/creature/biped_large/blue_oni.ron @@ -1,5 +1,5 @@ [ - (1.0, LootTable("common.loot_tables.food.prepared")), - (2.0, LootTable("common.loot_tables.cave_large")), + (0.7, LootTable("common.loot_tables.food.prepared")), + (2.3, LootTable("common.loot_tables.cave_large")), (0.4, Item("common.items.glider.morpho")), ] \ No newline at end of file diff --git a/assets/common/loot_tables/creature/biped_large/default.ron b/assets/common/loot_tables/creature/biped_large/default.ron index 834b386b01..a0ddb97017 100644 --- a/assets/common/loot_tables/creature/biped_large/default.ron +++ b/assets/common/loot_tables/creature/biped_large/default.ron @@ -1,4 +1,4 @@ [ - (1.0, LootTable("common.loot_tables.food.prepared")), + (0.5, LootTable("common.loot_tables.food.prepared")), (2.0, LootTable("common.loot_tables.cave_large")), ] \ No newline at end of file diff --git a/assets/common/loot_tables/creature/biped_large/red_oni.ron b/assets/common/loot_tables/creature/biped_large/red_oni.ron index 2238f8ab37..bb29280dce 100644 --- a/assets/common/loot_tables/creature/biped_large/red_oni.ron +++ b/assets/common/loot_tables/creature/biped_large/red_oni.ron @@ -1,5 +1,5 @@ [ - (1.0, LootTable("common.loot_tables.food.prepared")), - (2.0, LootTable("common.loot_tables.cave_large")), + (0.7, LootTable("common.loot_tables.food.prepared")), + (2.3, LootTable("common.loot_tables.cave_large")), (0.4, Item("common.items.glider.monarch")), ] \ No newline at end of file diff --git a/assets/common/loot_tables/creature/biped_large/troll.ron b/assets/common/loot_tables/creature/biped_large/troll.ron index d7a91ec43a..c4d25aebc1 100644 --- a/assets/common/loot_tables/creature/biped_large/troll.ron +++ b/assets/common/loot_tables/creature/biped_large/troll.ron @@ -1,6 +1,6 @@ [ - (1.0, LootTable("common.loot_tables.food.prepared")), + (0.7, LootTable("common.loot_tables.food.prepared")), (1.0, LootTable("common.loot_tables.cave_large")), (1.0, LootTable("common.loot_tables.weapons.components.tier-2")), - (5.0, Item("common.items.crafting_ing.hide.leather_troll")), + (5.0, MultiDrop(Item("common.items.crafting_ing.hide.leather_troll"), 1, 2)), ] \ No newline at end of file diff --git a/assets/common/loot_tables/creature/biped_large/tursus.ron b/assets/common/loot_tables/creature/biped_large/tursus.ron index 1e623ec1ad..08813faa92 100644 --- a/assets/common/loot_tables/creature/biped_large/tursus.ron +++ b/assets/common/loot_tables/creature/biped_large/tursus.ron @@ -1,8 +1,8 @@ [ (1, All([ - MultiDrop(Item("common.items.food.meat.beast_large_raw"), 2, 4), - MultiDrop(Item("common.items.crafting_ing.hide.rugged_hide"), 0, 2), - MultiDrop(Item("common.items.crafting_ing.animal_misc.long_tusk"), 0, 2), + MultiDrop(Item("common.items.food.meat.beast_large_raw"), 3, 4), + MultiDrop(Item("common.items.crafting_ing.hide.rugged_hide"), 1, 3), + MultiDrop(Item("common.items.crafting_ing.animal_misc.long_tusk"), 1, 2), ], )), ] \ No newline at end of file diff --git a/assets/common/loot_tables/creature/biped_large/wendigo.ron b/assets/common/loot_tables/creature/biped_large/wendigo.ron index e39133663d..9e78330a41 100644 --- a/assets/common/loot_tables/creature/biped_large/wendigo.ron +++ b/assets/common/loot_tables/creature/biped_large/wendigo.ron @@ -1,6 +1,6 @@ [ - (1.0, LootTable("common.loot_tables.food.prepared")), - (1.0, Item("common.items.crafting_ing.animal_misc.icy_fang")), + (0.7, LootTable("common.loot_tables.food.prepared")), + (2.0, Item("common.items.crafting_ing.animal_misc.icy_fang")), (1.0, LootTable("common.loot_tables.weapons.components.tier-2")), (4.0, LootTable("common.loot_tables.cave_large")), ] \ No newline at end of file diff --git a/assets/common/loot_tables/creature/biped_small/bushly.ron b/assets/common/loot_tables/creature/biped_small/bushly.ron index 892d8aa0c2..ac744e8c8b 100644 --- a/assets/common/loot_tables/creature/biped_small/bushly.ron +++ b/assets/common/loot_tables/creature/biped_small/bushly.ron @@ -1,4 +1,4 @@ [ - (2.0, Item("common.items.flowers.plant_fiber")), + (2.0, MultiDrop(Item("common.items.flowers.plant_fiber"), 1, 2)), (1.0, Item("common.items.crafting_ing.sentient_seed")), ] diff --git a/assets/common/loot_tables/materials/underground.ron b/assets/common/loot_tables/materials/underground.ron index 71e6d96a14..200ed0cf55 100644 --- a/assets/common/loot_tables/materials/underground.ron +++ b/assets/common/loot_tables/materials/underground.ron @@ -1,5 +1,5 @@ [ - (1.0, Item("common.items.mineral.ore.veloritefrag")), - (0.35, Item("common.items.mineral.ore.velorite")), + (1.0, MultiDrop(Item("common.items.mineral.ore.veloritefrag"), 3, 4)), + (0.35, MultiDrop(Item("common.items.mineral.ore.velorite"), 3, 4)), (0.15, LootTable("common.loot_tables.materials.gems")), ]