No edit summary |
No edit summary |
||
| (7 intermediate revisions by the same user not shown) | |||
| Line 1: | Line 1: | ||
<infobox> | <infobox> | ||
<title source=" | <title source="title"> | ||
<default>{{PAGENAME}}</default> | <default>{{PAGENAME}}</default> | ||
</title> | </title> | ||
< | <data source="image"> | ||
< | <format>[[File:{{{image}}}|center|100px|link=]]</format> | ||
</ | </data> | ||
<data source="melee"> | <data source="melee"> | ||
<label>Melee Damage</label> | <label>Melee Damage</label> | ||
<format>[[File: | <format>[[File:Melee.png|23px]] {{{melee}}}</format> | ||
</data> | |||
<data source="arrow"> | |||
<label>Arrow Damage</label> | |||
<format>[[File:ArrowDamage.png|23px]] {{{arrow}}}</format> | |||
</data> | </data> | ||
<data source="accuracy"> | <data source="accuracy"> | ||
| Line 20: | Line 24: | ||
<data source="magic"> | <data source="magic"> | ||
<label>Magic Bonus</label> | <label>Magic Bonus</label> | ||
<format>[[File: | <format>[[File:MagicDamage.png|23px]] {{{magic}}}</format> | ||
</data> | |||
<data source="level"> | |||
<label>Level Requirement </label> | |||
<format>[[File:MeleeSkill.png|23px]] {{{level}}}</format> | |||
</data> | </data> | ||
<data source="effect"> | <data source="effect"> | ||
| Line 39: | Line 47: | ||
</infobox> | </infobox> | ||
<noinclude> | <noinclude> | ||
==Samples== | ==Samples== | ||
<pre> | <pre> | ||
{{Infobox Weapon | {{Infobox Weapon | ||
| | |title= Example Sword | ||
| | |image= SkeletonSword.png | ||
|melee= | |melee= 12 | ||
|accuracy= | |arrow= 3 | ||
|speed=3 | |accuracy= 6 | ||
|effect= | |speed= 3 | ||
|obtained_from=[[ | |magic= 3 | ||
|drop_rate=1/ | |level= 70 | ||
|description= | |effect= Wind attacks | ||
|obtained_from= [[Crafting]] & [[Template:Infobox_Weapon|Example Mob]] | |||
|materials= 1 [[File:Stone.png|25px|link=Stone]] | |||
|drop_rate= 1/13 | |||
|description= An all-in-one sword with ranged and magic attack | |||
}} | }} | ||
</pre> | </pre> | ||
Results in... | Results in... | ||
{{Infobox Weapon | {{Infobox Weapon | ||
| | |title= Example Sword | ||
| | |image= SkeletonSword.png | ||
|melee= | |melee= 12 | ||
|accuracy= | |arrow= 3 | ||
|speed=3 | |accuracy= 6 | ||
|effect= | |speed= 3 | ||
|obtained_from=[[ | |magic= 3 | ||
|drop_rate=1/ | |level= 70 | ||
|description= | |effect= Wind attacks | ||
|obtained_from= [[Crafting]] & [[Template:Infobox_Weapon|Example Mob]] | |||
|materials= 1 [[File:Stone.png|25px|link=Stone]] | |||
|drop_rate= 1/13 | |||
|description= An all-in-one sword with ranged and magic attack | |||
}} | }} | ||
Latest revision as of 22:51, 5 February 2024
Samples
{{Infobox Weapon
|title= Example Sword
|image= SkeletonSword.png
|melee= 12
|arrow= 3
|accuracy= 6
|speed= 3
|magic= 3
|level= 70
|effect= Wind attacks
|obtained_from= [[Crafting]] & [[Template:Infobox_Weapon|Example Mob]]
|materials= 1 [[File:Stone.png|25px|link=Stone]]
|drop_rate= 1/13
|description= An all-in-one sword with ranged and magic attack
}}
Results in...