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:
JCoxeye 2023-12-25 13:00:38 -05:00
parent 3f747b5ab3
commit 41bec15bc5
2 changed files with 14 additions and 8 deletions

View File

@ -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")),
]

View File

@ -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")),