From 670845e6f5323083797cf45002590285a07a0d16 Mon Sep 17 00:00:00 2001 From: jshipsey Date: Sun, 6 Jun 2021 23:06:55 -0400 Subject: [PATCH] changelog --- CHANGELOG.md | 9 +++++++++ assets/common/items/tool/pickaxe_steel.ron | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index bd41ea105a..2b33c80cc1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -68,6 +68,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Added a new option in the graphics menu to enable GPU timing (not always supported). The timing values can be viewed in the HUD debug info (F3) and will be saved as chrome trace files in the working directory when taking a screenshot. - Added new Present Mode option in the graphics menu. Selecting Fifo (i.e. vsync) or Mailbox can be used to eliminate screen tearing. - Quality color indicators next to recipe names in crafting menu +- New cave visuals: Ridges, pits, new sprites, colors +- Veins in caves to dig through to uncover ore +- Armor material system with 6 armor sets each in hide, mail and cloth categories +- New armor stats including max energy, energy reward, critical hit damage +- Meat drops from animals +- New ores, plants and hides to be looted from the world and processed into craft ingredients +- Added more crafting stations, loom, spinning wheel, tanning rack, forge ### Changed @@ -123,6 +130,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Reworked tidal warrior to have unique attacks - Reworked yeti to have unique attacks - Widened recipe name list in crafting menu +- Reworked animal loot tables ### Removed @@ -130,6 +138,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Gravity component has been removed - In-air movement has been removed - Energy cost of deploying the glider has been removed +- Removed steel and cultist loot tables ### Fixed diff --git a/assets/common/items/tool/pickaxe_steel.ron b/assets/common/items/tool/pickaxe_steel.ron index 136c865ac8..8ecdf77867 100644 --- a/assets/common/items/tool/pickaxe_steel.ron +++ b/assets/common/items/tool/pickaxe_steel.ron @@ -12,6 +12,6 @@ ItemDef( crit_chance: 0.0, )), )), - quality: Low, + quality: Moderate, tags: [CraftingTool], )