0 of 0

File information

Last updated

Original upload

Created by

nessuno089089

Uploaded by

nessuno089089

Virus scan

Safe to use

Tags for this mod

About this mod

Increase max level to 20. Class Specialization available at level 15. Updated for Wartales v.1.0.37335

Permissions and credits
Inspired by "AMLA -- After Maximum Level Advancement" https://www.nexusmods.com/wartales/mods/98

**Use at own risk - I don't claim the mod to be balanced **

This mod changes the maximum level to 20. At level 12 only the Bravery skill is available. Class Specialization available at level 15.

Installation:
1. Goto your Wartales installation and backup the res.pak file
2. Extract the archive and replace the current res.pak

XP required 
Level 14 - 7680
Level 15 - 15360
Level 16 - 30720
Level 17 - 61440
Level 18 - 122880
Level 19 - 245760
Level 20 - 491520

The mod isn't tested very well or balanced (the XP requirements just doubles each level). I saw the AMLA mod and thought it was neat. Unfortunately it doesn't work with the current version.

I'm not sure if I will maintain this mod or be able to change it based on feedback. So here is everything I did. 

1. Use QuickBMS to extract the Wartales res.pak (there are plenty of guides online)
2. Apply the following changes to the data.cdb

Each class has a set of base skills. Change the ClassSpecialization to 15. !! You need to do this for every class (Example taken from Swordman) !!
{
"skill": "Exhorted",
"minLevel": 12
},
{
"skill": "ClassSpecialization",
"minLevel": 15
}


Change the max level value:
{
"id": "MaxLevelLock",
"value": 20
},

Add XP requirements for new level ups (list shortened, you get the idea):
"id": "LevelXpValues",
"values": [
{
"value": 0
},
[...]
{
"value": 7680
},
{
"value": 15360
},
{
"value": 30720
}
[...]

3. Repack your res.pak