File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ v0.7.0
2+ - Fixed a bug where the xp bar would not update on the HUD.
3+ - Fixed a bug where killing mobs would cause more and more lag.
4+ - Fully implemented the new item level requirement system for attacking weapons.
5+ - STR now increases damage with melee attacks. (Configable multiplier, default: 0.1)
6+ - PER now increases damage with ranged attacks. (Configable multiplier, default: 0.1)
7+ - VIT now increases max health with a configuable multiplier.
8+ - AGI now increases max stamina with a configuable multiplier.
9+ - INT now increases max mana with a configuable multiplier.
10+
111v0.6.1
212- Tweak to MHud usage with XP Bar Hud UI to hopefully fix some issues with other HUD mods.
313- Fixed showstats command not working.
Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ mod_logo = icon.png
2222mod_url = https://modtale.net/mod/levelingcore-a4c07062-0b3b-409d-be88-723d62a2f672
2323mod_issues = https://github.com/AzureDoom/LevelingCore/issues
2424mod_sources = https://github.com/AzureDoom/LevelingCore
25- version = 0.6.1
25+ version = 0.7.0
2626includes_pack = true
2727patchline = release
2828load_user_mods = false
Original file line number Diff line number Diff line change 11{
22 "Group" : " levelingcore" ,
33 "Name" : " LevelingCore" ,
4- "Version" : " 0.6.1 " ,
4+ "Version" : " 0.7.0 " ,
55 "Description" : " A modern, flexible leveling system for Hytale!" ,
66 "Authors" : [
77 {
You can’t perform that action at this time.
0 commit comments