changelog

This commit is contained in:
jshipsey 2021-10-30 23:45:27 -04:00
parent b1e9d9664b
commit 913a2725e8
3 changed files with 4 additions and 3 deletions

View File

@ -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

View File

@ -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

View File

@ -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