Spell & Ability Upgrade

Reorganized hak files & removed duplicates.  Added @rafhot's PRC spell & ability level scaling expansion.  Further script integration.  Full compile.
This commit is contained in:
Jaysyn904
2023-08-19 21:08:35 -04:00
parent a911002fe6
commit 7dd83ad168
1466 changed files with 4010 additions and 21168 deletions

View File

@@ -3,10 +3,19 @@
"OutputPath": "./output/",
"HakList": [
{
"Name": "poa_dev",
"Path": "./poa_dev/",
"Name": "poa_exp_abilities",
"Path": "./poa_exp_abilities/",
"CompileModels": false
},
{
"Name": "poa_exp_spells",
"Path": "./poa_exp_spells/",
"CompileModels": false
},
{
"Name": "poa_top",
"Path": "./poa_top/",
"CompileModels": false
},
]
}