mirror of
https://gitlab.com/veloren/veloren.git
synced 2024-08-30 18:12:32 +00:00
changelog
This commit is contained in:
parent
b1e9d9664b
commit
913a2725e8
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user