Template:ItemCard: Difference between revisions

From Soul's Remnant Wiki
Jump to navigation Jump to search
mNo edit summary
mNo edit summary
Line 90: Line 90:
padding: 3px;
padding: 3px;
     white-space: nowrap;
     white-space: nowrap;
">{{{heal_hp}}} Heals HP</span>}}
">Heals {{{heal_hp}}} HP</span>}}


{{#if:{{{heal_mp|}}}|<span style="
{{#if:{{{heal_mp|}}}|<span style="
Line 99: Line 99:
     color:white;
     color:white;
     white-space: nowrap;
     white-space: nowrap;
">{{{heal_mp}}} Heals MP</span>}}
">Recovers {{{heal_mp}}} MP</span>}}
</p>
</p>


Line 137: Line 137:


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


ItemCard
|obtain=<!-- How the item can be obtained (e.g., Crafting, Fishing, Dungeon Rewards) -->
|name=
|item_dropped_by=<!-- Enemies that drop the item (e.g., Glowsnail, Rokkik, Slime) -->
|type=
|item_dropped_by_rate=<!-- Drop rates for the enemies (e.g., 0.17%, 0.10%, 0.05%) -->
|str=
|recipe_dropped_by=<!-- Enemies that drop the recipe (e.g., Glowsnail, Rokkik, Slime) -->
|dex=
|recipe_dropped_by_rate=<!-- Drop rates for the recipe (e.g., 0.25%, 0.12%) -->
|con=
|note=<!-- Any additional note or information about the item -->
|int=
|def=
|spd=
|jmp=
|heal_hp=
|heal_mp=
|duration=
|slots=
|rarity=
|crafting=
|requirement=
|success_rate=
|description=
|obtained_from=
 
|item_dropped_by=Glowsnail, smt, smt
|item_dropped_by_rate=0.17%, 0.10%, 0.05%
 
|recipe_dropped_by=Blacksmith, Glowsnail
|recipe_dropped_by_rate=0.25%, 0.12%


}}
->
->

Revision as of 18:28, 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:|}} {{#if:|}} {{#if:|}} {{#if:|}} {{#if:|}} {{#if:|}} {{#if:|}} {{#if:|}} {{#if:|}} {{#if:|}} {{#if:|}} {{#if:|}}

|type= |str= |dex= |con= |int= |def= |spd= |jmp= |heal_hp= |heal_mp= |duration= |slots= |rarity= |crafting= |requirement= |success_rate= |description=

|obtain= |item_dropped_by= |item_dropped_by_rate= |recipe_dropped_by= |recipe_dropped_by_rate= |note=

}} ->