review fixes

This commit is contained in:
flo666 2023-08-29 20:15:00 +02:00
parent 3a6c3ac669
commit 9e44f77a73
6 changed files with 7 additions and 5 deletions

View File

@ -4,6 +4,4 @@
MultiDrop(Item("common.items.crafting_ing.animal_misc.phoenix_feather"), 1, 3),
],
)),
(0.1, Item("common.items.weapons.bow.sagitta")),
(0.1, Item("common.items.glider.monarch")),
]

View File

@ -1,6 +1,6 @@
[
// Weapons
(4.0, LootTable("common.loot_tables.weapons.tier-3")),
(4.0, LootTable("common.loot_tables.weapons.tier-2")),
// Armor
(4.0, LootTable("common.loot_tables.armor.tier-3")),
// Misc

View File

@ -1,10 +1,11 @@
[
(5.0, LootTable("common.loot_tables.weapons.cultist")),
(5.0, LootTable("common.loot_tables.weapons.cave")),
(10.0, LootTable("common.loot_tables.armor.cultist")),
// Rare misc items
(1.0, Item("common.items.boss_drops.lantern")),
(1.0, Item("common.items.glider.skullgrin")),
(0.5, Item("common.items.armor.misc.neck.ankh_of_life")),
(0.01, Item("common.items.armor.misc.neck.ankh_of_life")),
// Legendary weapons
(1.0, Item("common.items.weapons.staff.laevateinn")),
// Crafting material

View File

@ -1,7 +1,9 @@
[
(1.7, All([
Item("common.items.keys.quarry_keys.ancient"),
// coins are temporary placeholder for unique drops
MultiDrop(Item("common.items.utility.coins"), 200, 500),
MultiDrop(Item("common.items.log.eldwood"), 2, 6),
],
)),
(0.1, All([

View File

@ -1,6 +1,6 @@
[
// Weapons
(5.0, LootTable("common.loot_tables.weapons.tier-2")),
(5.0, LootTable("common.loot_tables.weapons.tier-1")),
// Armor
(5.0, LootTable("common.loot_tables.armor.tier-2")),
// Misc

View File

@ -1,5 +1,6 @@
[
(1.7, All([
// coins are temporary placeholder for unique drops
MultiDrop(Item("common.items.utility.coins"), 200, 500),
MultiDrop(Item("common.items.log.eldwood"), 2, 6),
],