member
1,308
edits
Lightning266 (talk | contribs) mNo edit summary |
Lightning266 (talk | contribs) mNo edit summary |
||
| Line 90: | Line 90: | ||
padding: 3px; | padding: 3px; | ||
white-space: nowrap; | white-space: nowrap; | ||
">{{{heal_hp}}} | ">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}}} | ">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.) --> | |||
|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_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_rate=<!-- Drop rates for the recipe (e.g., 0.25%, 0.12%) --> | |||
|note=<!-- Any additional note or information about the item --> | |||
|item_dropped_by=Glowsnail, | |||
|item_dropped_by_rate=0.17%, 0.10%, 0.05% | |||
|recipe_dropped_by= | |||
|recipe_dropped_by_rate=0.25%, 0.12% | |||
}} | |||
-> | -> | ||