From 508a50ef55577537780aee2a58e8dc380b91ed61 Mon Sep 17 00:00:00 2001 From: jshipsey Date: Sat, 30 Oct 2021 23:45:27 -0400 Subject: [PATCH] changelog --- CHANGELOG.md | 1 + assets/common/loot_tables/dungeon/tier-4/chest.ron | 2 +- assets/common/loot_tables/dungeon/tier-5/chest.ron | 4 ++-- 3 files changed, 4 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 85bbf6e562..c387001e17 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -21,6 +21,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Sneaking with weapons drawn - Stealth stat values on (some) armors - All new dismantling interface found at your nearest dismantling staion +- Wearable headgear, including hood, crown, bandanas ### Changed diff --git a/assets/common/loot_tables/dungeon/tier-4/chest.ron b/assets/common/loot_tables/dungeon/tier-4/chest.ron index 72cb52c657..06b6965324 100644 --- a/assets/common/loot_tables/dungeon/tier-4/chest.ron +++ b/assets/common/loot_tables/dungeon/tier-4/chest.ron @@ -2,7 +2,7 @@ // Gear (1.0, LootTable("common.loot_tables.weapons.tier-4")), (1.0, LootTable("common.loot_tables.armor.tier-4")), - (3.0, ItemQuantity("common.items.armor.misc.head.spikeguard")), + (3.0, Item("common.items.armor.misc.head.spikeguard")), // Currency (3.0, ItemQuantity("common.items.utility.coins", 200, 500)), // Materials diff --git a/assets/common/loot_tables/dungeon/tier-5/chest.ron b/assets/common/loot_tables/dungeon/tier-5/chest.ron index 39bcf4ccf9..457ba90609 100644 --- a/assets/common/loot_tables/dungeon/tier-5/chest.ron +++ b/assets/common/loot_tables/dungeon/tier-5/chest.ron @@ -1,8 +1,8 @@ [ // Gear (1.0, LootTable("common.loot_tables.weapons.tier-4")), - (1.0, Item("common.loot_tables.armor.tier-4")), - (0.3, ItemQuantity("common.items.armor.cultist.bandana")), + (1.0, LootTable("common.loot_tables.armor.tier-4")), + (0.3, Item("common.items.armor.cultist.bandana")), // Currency (3.0, ItemQuantity("common.items.utility.coins", 200, 500)), // Materials