mirror of
https://gitlab.com/veloren/veloren.git
synced 2024-08-30 18:12:32 +00:00
Added price entries for blue falcon, moonrise glider, and eerie pumpkin lantern to collection.ron, and added price entries for liana kit and heavy seabag to misc_armor.
This commit is contained in:
parent
3f747b5ab3
commit
41bec15bc5
@ -8,15 +8,17 @@
|
||||
// Please keep it sorted by rarity so it's easier to reason about things
|
||||
[
|
||||
/// Non-craftable gliders
|
||||
(5.0, Item("common.items.glider.blue")),
|
||||
(5.0, Item("common.items.glider.moonrise")),
|
||||
(2.0, Item("common.items.glider.skullgrin")),
|
||||
// Butterfly gliders
|
||||
(5, Item("common.items.glider.morpho")),
|
||||
(5, Item("common.items.glider.monarch")),
|
||||
(5, Item("common.items.glider.moth")),
|
||||
// Skullgrin
|
||||
(2, Item("common.items.glider.skullgrin")),
|
||||
(5.0, Item("common.items.glider.morpho")),
|
||||
(5.0, Item("common.items.glider.monarch")),
|
||||
(5.0, Item("common.items.glider.moth")),
|
||||
|
||||
/// Lanterns
|
||||
(5, Item("common.items.lantern.geode_purp")),
|
||||
(2, Item("common.items.lantern.blue_0")),
|
||||
(2, Item("common.items.boss_drops.lantern")),
|
||||
(5.0, Item("common.items.lantern.geode_purp")),
|
||||
(2.0, Item("common.items.lantern.pumpkin")),
|
||||
(2.0, Item("common.items.boss_drops.lantern")),
|
||||
(2.0, Item("common.items.lantern.blue_0")),
|
||||
]
|
||||
|
@ -8,6 +8,10 @@
|
||||
//
|
||||
// Please keep it sorted by rarity so it's easier to reason about things
|
||||
[
|
||||
// Bags
|
||||
(0.1, Item("common.items.armor.misc.bag.heavy_seabag")),
|
||||
(0.2, Item("common.items.armor.misc.bag.liana_kit")),
|
||||
|
||||
// Basic
|
||||
(5.0, Item("common.items.armor.misc.head.straw")),
|
||||
(5.0, Item("common.items.armor.misc.head.bamboo_twig")),
|
||||
|
Loading…
Reference in New Issue
Block a user