Template:ItemCard: Difference between revisions

From Soul's Remnant Wiki
Jump to navigation Jump to search
mNo edit summary
mNo edit summary
Line 131: Line 131:


<!-- How to use
<!-- How to use
{{ItemCard
|name= Item name (e.g., Seafood Supreme)  
|name=<!-- Item name (e.g., Seafood Supreme) -->
|type= Item type (e.g., Head, Accessory)  
|type=<!-- Item type (e.g., Head, Accessory) -->
|str= Strength stat (e.g., 2)  
|str=<!-- Strength stat (e.g., 2) -->
|dex= Dexterity stat (e.g., 2)  
|dex=<!-- Dexterity stat (e.g., 2) -->
|con= Constitution stat (e.g., 3)  
|con=<!-- Constitution stat (e.g., 3) -->
|int= Intelligence stat (e.g., 1)  
|int=<!-- Intelligence stat (e.g., 1) -->
|def= Defense stat (e.g., 3)  
|def=<!-- Defense stat (e.g., 3) -->
|spd= Speed stat (e.g., 2)  
|spd=<!-- Speed stat (e.g., 2) -->
|jmp= Jump stat (e.g., 1)  
|jmp=<!-- Jump stat (e.g., 1) -->
|heal_hp= Health points restored (e.g., 30)  
|heal_hp=<!-- Health points restored (e.g., 30) -->
|heal_mp= Mana points restored (e.g., 15)  
|heal_mp=<!-- Mana points restored (e.g., 15) -->
|duration= Duration of effect (e.g., 600 seconds)  
|duration=<!-- Duration of effect (e.g., 600 seconds) -->
|slots= Number of upgrade slots (e.g., 4)  
|slots=<!-- Number of upgrade slots (e.g., 4) -->
|rarity= Rarity of the item (e.g., Rare)  
|rarity=<!-- Rarity of the item (e.g., Rare) -->
|crafting= Crafting materials (e.g., Iron Ore + Steel)  
|crafting=<!-- Crafting materials (e.g., Iron Ore + Steel) -->
|requirement= Level or requirement to use (e.g., Crafting Level 10)  
|requirement=<!-- Level or requirement to use (e.g., Crafting Level 10) -->
|success_rate= Success rate for crafting (e.g., 95%)  
|success_rate=<!-- Success rate for crafting (e.g., 95%) -->
|description= Description of the item (e.g., An ancient helmet forged from iron and steel.)  
|description=<!-- Description of the item (e.g., An ancient helmet forged from iron and steel.) -->


|obtain=<!-- How the item can be obtained (e.g., Crafting, Fishing, Dungeon Rewards) -->
|obtain= How the item can be obtained (e.g., Crafting, Fishing, Dungeon Rewards)  
|item_dropped_by=<!-- Enemies that drop the item (e.g., Glowsnail, Rokkik, Slime) -->
|item_dropped_by= Enemies that drop the item (e.g., Glowsnail, Rokkik, Slime)  
|item_dropped_by_rate=<!-- Drop rates for the enemies (e.g., 0.17%, 0.10%, 0.05%) -->
|item_dropped_by_rate= Drop rates for the enemies (e.g., 0.17%, 0.10%, 0.05%)  
|recipe_dropped_by=<!-- Enemies that drop the recipe (e.g., Glowsnail, Rokkik, Slime) -->
|recipe_dropped_by= Enemies that drop the recipe (e.g., Glowsnail, Rokkik, Slime)  
|recipe_dropped_by_rate=<!-- Drop rates for the recipe (e.g., 0.25%, 0.12%) -->
|recipe_dropped_by_rate= Drop rates for the recipe (e.g., 0.25%, 0.12%)  
|note=<!-- Any additional note or information about the item -->
|note= Any additional note or information about the item  
|categories= <!--Items, Equipment, Consumables, Materials-->
|categories= Items, Equipment, Consumables, Materials
}}
FOR COPY PASTE
FOR COPY PASTE
{{ItemCard
{{ItemCard
|name=
|name=

Revision as of 18:47, 10 January 2025


File:Skill icon.png

Name: Unknown

Type: Unknown

{{#if:|Effect: {{#if:|+{{{str}}} STR}} {{#if:|+{{{dex}}} DEX}} {{#if:|+{{{int}}} INT}} {{#if:|+{{{spr}}} SPR}} {{#if:|+{{{con}}} CON}} {{#if:|+{{{luk}}} LUK}} {{#if:|+{{{def}}} DEF}} {{#if:|+{{{spd}}} SPD}} {{#if:|+{{{jmp}}} JMP}} {{#if:|Heals {{{heal_hp}}} HP}} {{#if:|Recovers {{{heal_mp}}} MP}}

{{#if:|Duration: {{{duration}}}
}} {{#if:|Upgrade Slots: {{{slots}}}
}} {{#if:|Rarity: {{{rarity}}}
}} {{#if:|Crafting: {{{crafting}}}
}} {{#if:|Requirement: {{{requirement}}}
}} {{#if:|100% Success Rate: {{{success_rate}}}
}}
Description:
""

{{#if:|How to Obtain
{{{obtain}}}
}} {{#if:|Item dropped by:
{{{item_dropped_by}}}
}} {{#if:|Recipe dropped by:
{{{recipe_dropped_by}}}
}} {{#if:|Note:
{{{note}}}
}}

{{#if: |

 {{#split: {{{categories}}} |, |
   {{#each: | |[[Category:|]]}}
 }}

}}