forked from emoose/MBINCompiler
-
Notifications
You must be signed in to change notification settings - Fork 50
Notes\GCAISPACESHIPGLOBALS.GLOBAL
Ket edited this page Oct 8, 2017
·
1 revision
- UnknownInt14 = "3" Modifier for repair cost of regular ship slot and multi-tool slots
- Unknown18 = "0.75" Modifier for all repair costs, Possibly some form of ShipValue/((Slots-6)*Unknown18), but unknown where the rest of the variables fit in
- Unknown20 = "1.3" Modifier for all repair costs, likely so kind of exponent, if set to 1 the price is the same for all slots
- Unknown24 = "0.7" Multiplies the result of the repair cost formula for regular ship slots
- Unknown28 = "0.1" Multiplies the result of the repair cost formula for ship tech and multi-tool slots
(in 1.37 these were UnknownInt10, Unknown14 etc)
Did a lot of testing in 1.37 for these, but didn't figure out the correct formula: goo.gl/tnHc3p
-v.1.38 Ket