Template:KaeItem: Difference between revisions

From Kaetram Wiki
Jump to navigation Jump to search
No edit summary
No edit summary
Line 4: Line 4:
|-
|-
{{#if:{{{image|}}}|
{{#if:{{{image|}}}|
| colspan="2" style="text-align: center;" | {{{image}}}
{{!}} colspan="2" style="text-align: center;" {{!}} {{{image}}}
|-
{{!}}-
}}
}}
{{#if:{{{type|}}}|
{{#if:{{{type|}}}|
! Type
! Type
| {{{type}}}
{{!}} {{{type}}}
|-
{{!}}-
}}
}}
{{#if:{{{rarity|}}}|
{{#if:{{{rarity|}}}|
! Rarity
! Rarity
| {{{rarity}}}
{{!}} {{{rarity}}}
|-
{{!}}-
}}
}}
{{#if:{{{price|}}}|
{{#if:{{{price|}}}|
! Price
! Price
| {{{price}}}
{{!}} {{{price}}}
|-
{{!}}-
}}
}}
{{#if:{{{skill|}}}|
{{#if:{{{skill|}}}|
! Requirement
! Requirement
| {{{skill}}} {{#if:{{{level|}}}|({{{level}}})}}
{{!}} {{{skill}}} {{#if:{{{level|}}}|({{{level}}})}}
|-
{{!}}-
}}
}}
{{#if:{{{secondSkill|}}}|
{{#if:{{{secondSkill|}}}|
! Second Req.
! Second Req.
| {{{secondSkill}}} {{#if:{{{secondLevel|}}}|({{{secondLevel}}})}}
{{!}} {{{secondSkill}}} {{#if:{{{secondLevel|}}}|({{{secondLevel}}})}}
|-
{{!}}-
}}
}}
{{#if:{{{divinityExperience|}}}|
{{#if:{{{divinityExperience|}}}|
! Divinity XP
! Divinity XP
| {{{divinityExperience}}}
{{!}} {{{divinityExperience}}}
|-
{{!}}-
}}
}}
{{#if:{{{attack_crush|}}}|
{{#if:{{{attack_crush|}}}|
! colspan="2" style="background-color: #e6e6e6; text-align: center;" | Attack Stats
! colspan="2" style="background-color: #e6e6e6; text-align: center;" | Attack Stats
|-
{{!}}-
| Crush
! Crush
| {{{attack_crush|0}}}
{{!}} {{{attack_crush|0}}}
|-
{{!}}-
| Slash
! Slash
| {{{attack_slash|0}}}
{{!}} {{{attack_slash|0}}}
|-
{{!}}-
| Stab
! Stab
| {{{attack_stab|0}}}
{{!}} {{{attack_stab|0}}}
|-
{{!}}-
| Archery
! Archery
| {{{attack_archery|0}}}
{{!}} {{{attack_archery|0}}}
|-
{{!}}-
| Magic
! Magic
| {{{attack_magic|0}}}
{{!}} {{{attack_magic|0}}}
|-
{{!}}-
}}
}}
{{#if:{{{defense_crush|}}}|
{{#if:{{{defense_crush|}}}|
! colspan="2" style="background-color: #e6e6e6; text-align: center;" | Defense Stats
! colspan="2" style="background-color: #e6e6e6; text-align: center;" | Defense Stats
|-
{{!}}-
| Crush
! Crush
| {{{defense_crush|0}}}
{{!}} {{{defense_crush|0}}}
|-
{{!}}-
| Slash
! Slash
| {{{defense_slash|0}}}
{{!}} {{{defense_slash|0}}}
|-
{{!}}-
| Stab
! Stab
| {{{defense_stab|0}}}
{{!}} {{{defense_stab|0}}}
|-
{{!}}-
| Archery
! Archery
| {{{defense_archery|0}}}
{{!}} {{{defense_archery|0}}}
|-
{{!}}-
| Magic
! Magic
| {{{defense_magic|0}}}
{{!}} {{{defense_magic|0}}}
|-
{{!}}-
}}
}}
{{#if:{{{bonus_accuracy|}}}|
{{#if:{{{bonus_accuracy|}}}|
! colspan="2" style="background-color: #e6e6e6; text-align: center;" | Bonuses
! colspan="2" style="background-color: #e6e6e6; text-align: center;" | Bonuses
|-
{{!}}-
| Accuracy
! Accuracy
| {{{bonus_accuracy|0}}}
{{!}} {{{bonus_accuracy|0}}}
|-
{{!}}-
| Strength
! Strength
| {{{bonus_strength|0}}}
{{!}} {{{bonus_strength|0}}}
|-
{{!}}-
| Archery
! Archery
| {{{bonus_archery|0}}}
{{!}} {{{bonus_archery|0}}}
|-
{{!}}-
| Magic
! Magic
| {{{bonus_magic|0}}}
{{!}} {{{bonus_magic|0}}}
|-
{{!}}-
}}
}}
|}
|}

Revision as of 16:28, 14 January 2026