mirror of
https://gitlab.com/veloren/veloren.git
synced 2024-08-30 18:12:32 +00:00
16 lines
698 B
Plaintext
16 lines
698 B
Plaintext
[
|
|
// Crafting material
|
|
(2.0, Item("common.items.crafting_ing.mindflayer_bag_damaged")),
|
|
// Legendary weapons
|
|
(1.0, Item("common.items.weapons.sword.caladbolg")),
|
|
(1.0, Item("common.items.weapons.axe.parashu")),
|
|
(1.0, Item("common.items.weapons.hammer.mjolnir")),
|
|
(1.0, Item("common.items.weapons.bow.sagitta")),
|
|
(0.5, Item("common.items.weapons.staff.phoenix")),
|
|
(0.5, Item("common.items.weapons.staff.laevateinn")),
|
|
(0.5, Item("common.items.weapons.sceptre.root_evil")),
|
|
(0.5, Item("common.items.weapons.sceptre.caduceus")),
|
|
// Rare misc items
|
|
(0.5, Item("common.items.boss_drops.lantern")),
|
|
(0.5, Item("common.items.glider.glider_purp")),
|
|
] |