Template:KaeItem: Difference between revisions
Jump to navigation
Jump to search
Elvendaele (talk | contribs) No edit summary |
Elvendaele (talk | contribs) No edit summary |
||
| Line 1: | Line 1: | ||
{| class="fandom-table" style=" | <includeonly> | ||
{| class="fandom-table" style="float: right; width: 300px; margin-left: 1em;" | |||
! colspan="2" style="background-color: #f2f2f2; text-align: center; font-size: 120%;" | {{#if:{{{name|}}}|{{{name}}}|{{PAGENAME}}}} | |||
|- | |- | ||
{{#if:{{{image|}}}| | {{#if:{{{image|}}}| | ||
{{!}} colspan="2" style="text-align: center; background: # | | colspan="2" style="text-align: center;" | {{{image}}} | ||
{{ | |- | ||
}} | |||
{{#if:{{{type|}}}| | |||
! Type | |||
| {{{type}}} | |||
|- | |||
}} | |||
{{#if:{{{rarity|}}}| | |||
! Rarity | |||
| {{{rarity}}} | |||
|- | |||
}} | |||
{{#if:{{{price|}}}| | |||
! Price | |||
| {{{price}}} | |||
|- | |||
}} | |||
{{#if:{{{skill|}}}| | |||
! Requirement | |||
| {{{skill}}} {{#if:{{{level|}}}|({{{level}}})}} | |||
|- | |||
}} | |||
{{#if:{{{secondSkill|}}}| | |||
! Second Req. | |||
| {{{secondSkill}}} {{#if:{{{secondLevel|}}}|({{{secondLevel}}})}} | |||
|- | |||
}} | |||
{{#if:{{{divinityExperience|}}}| | |||
! Divinity XP | |||
| {{{divinityExperience}}} | |||
|- | |||
}} | |||
{{#if:{{{attack_crush|}}}| | |||
! colspan="2" style="background-color: #e6e6e6; text-align: center;" | Attack Stats | |||
|- | |||
| Crush | |||
| {{{attack_crush|0}}} | |||
|- | |||
| Slash | |||
| {{{attack_slash|0}}} | |||
|- | |||
| Stab | |||
| {{{attack_stab|0}}} | |||
|- | |||
| Archery | |||
| {{{attack_archery|0}}} | |||
|- | |||
| Magic | |||
| {{{attack_magic|0}}} | |||
|- | |||
}} | |||
{{#if:{{{defense_crush|}}}| | |||
! colspan="2" style="background-color: #e6e6e6; text-align: center;" | Defense Stats | |||
|- | |||
| Crush | |||
| {{{defense_crush|0}}} | |||
|- | |||
| Slash | |||
| {{{defense_slash|0}}} | |||
|- | |||
| Stab | |||
| {{{defense_stab|0}}} | |||
|- | |||
| Archery | |||
| {{{defense_archery|0}}} | |||
|- | |||
| Magic | |||
| {{{defense_magic|0}}} | |||
|- | |||
}} | |||
{{#if:{{{bonus_accuracy|}}}| | |||
! colspan="2" style="background-color: #e6e6e6; text-align: center;" | Bonuses | |||
|- | |||
| Accuracy | |||
| {{{bonus_accuracy|0}}} | |||
|- | |||
| Strength | |||
| {{{bonus_strength|0}}} | |||
|- | |||
| Archery | |||
| {{{bonus_archery|0}}} | |||
|- | |||
| Magic | |||
| {{{bonus_magic|0}}} | |||
|- | |||
}} | }} | ||
|} | |} | ||
[[Category:Items]] | |||
{{#if:{{{type|}}}|[[Category:{{{type}}}]]}} | |||
{{#if:{{{rarity|}}}|[[Category:{{{rarity}}} Items]]}} | |||
</includeonly> | |||