Welcome to the DFO World Wiki. With many major updates since the release of DFO, many items are missing. Visit Item Database Project to learn more.
Please remember to click "show preview" before saving the page.
Thanks for the updated logo snafuPop!

Can't figure out how to remove green highlight in the big "Launch strength" cell

Jump to: navigation, search

I've updated the Skill Growth Table for Sky Assault.png Sky Assault using the new table format, but I can't figure out how to remove that MaxSkillRow highlight from that big cell under "Launch strength".

I'm using two if statements for the Launch Strength column: the first one uses the typical formula to calculate Launch Strength until level 9, and the second if statement just sets it to a flat 143.1% starting from lvl 10.

MaxSkillLevel highlight.png
23:05, 11 May 2019

Ok, the reason the green highlight extends down 10 rows is because of the "rowspan" code being specifically on row 10. The MaxSkillRow if statement is being called 11 times because of it.

Anyway, I fixed the code, and combined the two if statements for launch strength into one if-else statement. The only problem now is that 143.1% replicates 11 times, but that shouldn't be an issue.

Oh yeah, I also moved Sliding Speed to the attributes section to minimize space on the table. User:Dfoplayer and User:Everspace said it would be easier to move Constant values there. It's for the sake of preserving time, work, and to avoid future formatting issues; especially when tables get pretty complicated, like Thunder Hammer- Jupiter.png Thunder Hammer: Jupiter.

01:06, 12 May 2019