mirror of
https://gitlab.com/veloren/veloren.git
synced 2024-08-30 18:12:32 +00:00
review fixes
This commit is contained in:
parent
3a6c3ac669
commit
9e44f77a73
@ -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")),
|
||||
]
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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([
|
||||
|
@ -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
|
||||
|
@ -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),
|
||||
],
|
||||
|
Loading…
Reference in New Issue
Block a user