Jagged Alliance 3

Jagged Alliance 3

Custom Settings [abandoned]
FAIL! Chapi Jul 30, 2023 @ 11:24am
Max Trainable militias
Since you're doing all sorts of custom settings,
i will give you my code to increase the maximum number of trainable militias.


local ClassDef = {
"SatelliteSector",
}

for _, obj in ipairs(ClassDef) do
_G[obj].MaxMilitia = tonumber(options.Militia, 10) -- Default = 8
end

I recommend setting the highest number to 30.
Showing 1-4 of 4 comments
Tobias  [developer] Jul 31, 2023 @ 7:50am 
Thank you! I will add it.
Shuri-Sama Aug 3, 2023 @ 4:55am 
great thing but would suggest woud do the cap bounded at the enemy mulitplier. so for example:

1.5x = 12 militia
2x = 16 militia
2.5x = 20
3x = 24
4x = 40
5x = 50

+ sandbox mod (very easy) -50%
+ mike mod (very hard) +50%
JaM Aug 5, 2023 @ 5:19pm 
Only problem is, if you have more than 12 militia (16+) UI is too big and buttons get pushed below screen so you cannot press it... only thing that helps are keyboard shortcuts..
Showing 1-4 of 4 comments
Per page: 1530 50