This mod adds a custom class with a new passive for the Dragon Mine Z/ This class acts as a all-rounder for those who want to play around with all kinds of skills without staying behind other classes.
New passive: If STR,STK and PWR are wiithin 10% of each other, get a 20% boost on these stats. On top of that, if ENE and RES are also within 10% of each other, gain 15% boos on all of the stats (Adds with the previous buff), except for VIT
Claude was used for coding porpuses.
For the mod to work, add this to your stats file in your races folder
"jack": {
"baseStats": {
"STR": 5,
"SKP": 5,
"RES": 2,
"VIT": 1,
"PWR": 5,
"ENE": 2
},
"statScaling": {
"STR_scaling": 1.20,
"SKP_scaling": 1.20,
"STM_scaling": 1.35,
"DEF_scaling": 0.265,
"VIT_scaling": 2.2,
"PWR_scaling": 1.20,
"ENE_scaling": 1.35
},
"baseHp5": 1.7,
"hp5VitScaling": 0.06,
"baseEp5": 5.5,
"ep5EneScaling": 0.08,
"baseSp5": 7.5,
"sp5StmScaling": 0.08,
"tpCostMultiplier": 0.85,
"tpGainMultiplier": 1.15,
"passive": {
"enabled": true,
"values": {
"strStkPwrBoost": 0.2,
"eneResBoost": 0.15,
"parityThreshold": 0.1
}
}
}

