trusted
5,933
edits
SurtrFan8511 (talk | contribs) (Added info about skill evos to the subobj) |
SurtrFan8511 (talk | contribs) |
||
Line 883: | Line 883: | ||
</tr> | </tr> | ||
<tr> | <tr> | ||
<th> | <th>{{Tooltip|Max HP|Fully seeded}}</th> | ||
<td>{{#expr: {{{hp|0}}}+{{{hp growth|0}}}*({{#var:max lv|0}}+10-1) + 1000 }}</td> | <td>{{#expr: {{{hp|0}}}+{{{hp growth|0}}}*({{#var:max lv|0}}+10-1) + 1000 }}</td> | ||
<th> | <th>{{Tooltip|Max ATK|Fully seeded}}</th> | ||
<td>{{#expr: {{{atk|0}}}+{{{atk growth|0}}}*({{#var:max lv|0}}+10-1) + 1000 }}</td> | <td>{{#expr: {{{atk|0}}}+{{{atk growth|0}}}*({{#var:max lv|0}}+10-1) + 1000 }}</td> | ||
</tr> | </tr> | ||
Line 1,050: | Line 1,050: | ||
{{#if:{{{species|}}}| | {{#if:{{{species|}}}| | ||
<tr> | <tr> | ||
<th>Species</th> | <th>{{Tooltip|Species|Tends to be based on the transient's skillset}}</th> | ||
<td>{{{species}}}</td> | <td>{{{species}}}</td> | ||
</tr> | </tr> | ||
Line 1,056: | Line 1,056: | ||
{{#if:{{{sex|}}}| | {{#if:{{{sex|}}}| | ||
<tr> | <tr> | ||
<th>Gender</th> | <th>{{Tooltip|Gender|As defined in the game data, might not be accurate to reality}}</th> | ||
<td>{{#switch:{{lc:{{{sex|}}}}} | <td>{{#switch:{{lc:{{{sex|}}}}} | ||
| man = Male | | man = Male |