Template:Infobox character: Difference between revisions
Appearance
No edit summary Tag: Reverted |
No edit summary Tag: Reverted |
||
Line 1: | Line 1: | ||
= | <includeonly> | ||
''' | {| class="infobox" style="width:320px; font-size:90%; line-height:1.3; border:1px solid #aaa; background:#f9f9f9;" | ||
|- | |||
! colspan="2" style="text-align:center; font-size:120%; background:#ddd;" | {{{name|{{PAGENAME}}}}} | |||
|- | |||
| colspan="2" style="text-align:center;" | | |||
[[File:{{{image|Placeholder.png}}}|300px|alt={{{alt|{{{name|{{PAGENAME}}}} Megabonk character}}}}|link=]] | |||
{{#if:{{{caption|}}}| | |||
<br /><small><i>{{{caption}}}</i></small> | |||
}} | |||
|- | |||
! Availability | |||
| {{{availability|—}}} | |||
|- | |||
! Unlock Method | |||
| {{{unlock|—}}} | |||
|- | |||
! Default Weapon | |||
| {{#if:{{{weapon|}}}|[[{{{weapon}}}]] (see [[Weapons]])|—}} | |||
|- | |||
! RNG Blessing / Traits | |||
| {{{rng|—}}} | |||
|- | |||
! Role / Class | |||
| {{{role|—}}} | |||
|- | |||
! Starting Map | |||
| {{{map|—}}} | |||
|- | |||
! Faction | |||
| {{{faction|—}}} | |||
|- | |||
! Related Quests | |||
| {{{quests|—}}} | |||
|- | |||
! Related Challenges | |||
| {{{challenges|—}}} | |||
|- | |||
! Tome / Items Synergy | |||
| {{{synergy|—}}} | |||
|- | |||
! Base Stats | |||
| {{#if:{{{hp|}}}|'''HP:''' {{{hp}}}<br />}} | |||
{{#if:{{{armor|}}}|'''Armor:''' {{{armor}}}<br />}} | |||
{{#if:{{{damage|}}}|'''Damage:''' {{{damage}}}<br />}} | |||
{{#if:{{{speed|}}}|'''Speed:''' {{{speed}}}<br />}} | |||
{{#if:{{{crit|}}}|'''Crit Chance:''' {{{crit}}}%<br />}} | |||
{{#if:{{{luck|}}}|'''Luck:''' {{{luck}}}%<br />}} | |||
{{#if:{{{evasion|}}}|'''Evasion:''' {{{evasion}}}%<br />}} | |||
{{#if:{{{thorns|}}}|'''Thorns:''' {{{thorns}}}}} | |||
|- | |||
! Per-Level Growth | |||
| {{{growth|—}}} | |||
|- | |||
! Notes | |||
| {{{notes|—}}} | |||
|} | |||
[[Category:Characters]] | |||
</includeonly> | |||
<noinclude> | |||
== Usage == | |||
<pre> | |||
{{Infobox character | {{Infobox character | ||
| name = Fox | | name = Fox | ||
Line 22: | Line 79: | ||
| luck = 0 | | luck = 0 | ||
| growth = +1% Luck per level | | growth = +1% Luck per level | ||
| notes = Works well with the [[Damage Tome]] to maximize | | notes = Works well with the [[Damage Tome]] to maximize scaling. | ||
}} | }} | ||
</pre> | |||
</noinclude> | |||
Revision as of 17:35, 29 September 2025
Usage
{{Infobox character | name = Fox | image = Fox.png | alt = Fox Megabonk character | caption = Starter character | availability= Starting character | unlock = — | weapon = Firestaff | rng = +1% Luck per level | role = Ranged | map = [[Forest]] | hp = 100 | armor = 0 | damage = 10 | speed = 1.00 | crit = 0 | luck = 0 | growth = +1% Luck per level | notes = Works well with the [[Damage Tome]] to maximize scaling. }}