mirror of
https://gitlab.com/veloren/veloren.git
synced 2024-08-30 18:12:32 +00:00
Changelog
This commit is contained in:
parent
49756ac37c
commit
fb3d0208b9
@ -33,6 +33,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
||||
- `SnowGlitter` experimental shader.
|
||||
- Crafting recipe for Cloverleaf glider.
|
||||
- Burning Potion that applies the Burning effect to the user
|
||||
- Precision
|
||||
|
||||
### Changed
|
||||
|
||||
@ -71,6 +72,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
||||
- Medium and large potions from all loot tables
|
||||
- LoD pop-in effect
|
||||
- Removed Dullahans from halloween event
|
||||
- Random critical hits
|
||||
|
||||
### Fixed
|
||||
- Fixed wild roaming cyclop loot table to not drop the quarry key
|
||||
|
@ -148,7 +148,7 @@ fn armor_stats() -> Result<(), Box<dyn Error>> {
|
||||
None
|
||||
};
|
||||
|
||||
let precision_power = if let Some(precison_power_raw) =
|
||||
let precision_power = if let Some(precision_power_raw) =
|
||||
record.get(headers["Precision Power"])
|
||||
{
|
||||
let value = precision_power_raw.parse().unwrap();
|
||||
|
Loading…
Reference in New Issue
Block a user