Changes

→‎Stats after Remodel: Created content for this section
Line 2,466: Line 2,466:     
==Stats after Remodel==
 
==Stats after Remodel==
placeholder
+
[[File:Ooi_after.jpg|right|220px]]
 +
One you remodel your ship, you may find some stats that do not match what was defined here on the wiki. As an example, see the picture on the right for Ooi's stats immediately after her remodel, and compare with the stats on [[Ooi|her page]].
 +
 
 +
For the stats that increase through level (specfically {{Evasion}} '''Evasion''', {{ASW}} '''Anti-sub''', {{LOS}} '''Line of Sight'''), the following formula can be used to compute the stat values after you remodel your ship:
 +
 
 +
<math>Minimum + ( (Maximum-Minimum) * (Level/100) )</math>
 +
 
 +
In some decimal cases, you'll need to round the value. The border between the game's round-up and round-down is currently being studied. It seems to round-up '''18.9''' but round-down '''60.6'''. The formula might also be improved later on.
 +
 
 +
For the stats that can be increased through modernization, {{Firepower}} '''Firepower''', {{Torpedo}} '''Torpedo''', {{AA}} '''Anti-Air''' and {{Armor}} '''Armor''' there is currently no known formula, and is considered to be random.
 +
 
 +
Currently, {{HP}} '''HP''' and {{Luck}} '''Luck''' are fixed outcome after remodel.
 +
 
 +
===Sample Computations===
 +
[[Ooi]] in the picture, as an example:
 +
 
 +
{{Evasion}} '''43 (83)''' = 43 + ( (83-43) * (50/100) ) = 63
 +
 
 +
{{ASW}} '''27 (79)''' = 27 + ( (79-27) * (50/100) ) = 53
 +
 
 +
{{LOS}} '''9 (43)''' = 9 + ( (43-9) * (50/100) ) = 26
 +
 
 +
[[File:Remodel_makigumo_after.png|right|220px]]
 +
[[Makigumo]] at Level 30, having '''30/100''' level multiplier:
 +
 
 +
{{Evasion}} '''48 (90)''' = 48 + ( (90-48) * '''(30/100)''' ) = 60.6 = '''60'''
 +
 
 +
{{ASW}} '''29 (67)''' = 29 + ( (67-29) * '''(30/100)''' ) = 40.4 = '''40'''
 +
 
 +
{{LOS}} '''9 (42)''' = 9 + ( (42-9) * '''(30/100)''' ) = 18.9 = '''19'''
15

edits