Jump to content

Template:Infobox character: Difference between revisions

From Megabonk Wiki
No edit summary
Tag: Reverted
No edit summary
Tag: Reverted
Line 1: Line 1:
= Fox =
<includeonly>
'''Fox''' is one of the two starting characters in ''Megabonk''. It is available from the beginning of the game and does not require any unlock conditions. 
{| class="infobox" style="width:320px; font-size:90%; line-height:1.3; border:1px solid #aaa; background:#f9f9f9;"
 
|-
Fox specializes in ranged combat, starting with the [[Firestaff]], and has a growth bonus of increased Luck per level. 
! 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 critical hits and scaling potential.
| notes      = Works well with the [[Damage Tome]] to maximize scaling.
}}
}}
 
</pre>
== Unlock ==
</noinclude>
* Fox is available by default when starting the game. 
* No quests or challenges are required. 
 
== Traits ==
* Default weapon: [[Firestaff]] 
* RNG Blessing: +1% Luck per level 
* Role: Ranged 
 
== Strategy Tips ==
* Early investment in [[Damage Tome]] and other Luck-scaling items can significantly boost Fox’s effectiveness. 
* Strong synergy with weapons and tomes that scale with [[Luck]] and critical chance. 
 
== See also ==
* [[Characters]] 
* [[Sir Oofie]] 
* [[Weapons]] 
* [[Damage Tome]] 
* [[Forest]] 
 
[[Category:Characters]]

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.
}}