Jump to content

Form:MiscItem: Difference between revisions

From Drifters Almanac
Created page with "{{{for template|MiscItem}}} == Misc Item Details == '''Item Name:''' {{{field|name|input type=text|mandatory|autocapitalize=words}}} '''Tooltip Image:''' {{{field|tooltip_image|input type=text|uploadable|image preview}}} {{{field|is_soulbound|input type=checkbox|value=yes|label='''Is Soulbound?'''}}} '''Profession:''' {{{field|profession|input type=dropdown|values=Armorsmith,Forester,Hunter,Outfitter,Prospector,Provisioner,Tinkerer,Weaponsmith,Woodworker}}} '''Lev..."
 
No edit summary
Line 4: Line 4:


'''Item Name:''' {{{field|name|input type=text|mandatory|autocapitalize=words}}}
'''Item Name:''' {{{field|name|input type=text|mandatory|autocapitalize=words}}}


'''Tooltip Image:''' {{{field|tooltip_image|input type=text|uploadable|image preview}}}
'''Tooltip Image:''' {{{field|tooltip_image|input type=text|uploadable|image preview}}}


{{{field|is_soulbound|input type=checkbox|value=yes|label='''Is Soulbound?'''}}}


'''Item Type:'''<br>
(Found under the item name on the tooltip, usually "Basic" or "Quest")<br>
{{{field|item_type|input type=text|mandatory|autocapitalize=words}}}


'''Profession:''' {{{field|profession|input type=dropdown|values=Armorsmith,Forester,Hunter,Outfitter,Prospector,Provisioner,Tinkerer,Weaponsmith,Woodworker}}}


'''Level Requirement:''' {{{field|level_requirement|input type=dropdown|values=1,5,10,15,20,25,30,35,40,45,50}}}
{{{field|is_soulbound|input type=checkbox|value=yes|label='''Is Soulbound?'''}}}




'''Recipe Taught:'''<br>
'''Used in Quest:'''<br>
(e.g., Pine Arrows Recipe)<br>
(e.g., Quest/The Ballad of the Merry Five)<br>
{{{field|recipe_given|input type=text|autocapitalize=words}}}
{{{field|used_in_quest|input type=Page}}}




'''Dropped By''':<br>
'''Dropped By''':<br>
(Separate with commas- e.g., Mob/Doe/Newhaven Valley, Named Mob/Lily)<br>
(Separate with commas- e.g., Mob/Doe/Newhaven Valley, Named Mob/Lily)<br>
{{{field|dropped_by|input type=tokens|placeholder=Doe/Newhaven_Valley}}}
{{{field|dropped_by|input type=tokens|placeholder=Mob/Doe/Newhaven_Valley}}}




Line 31: Line 33:


'''Quest Reward From''':<br>
'''Quest Reward From''':<br>
(e.g., Quest/The Hunt Begins)<br>
(e.g., Quest/The Ballad of the Merry Five)<br>
{{{field|quest_reward|input type=tokens|placeholder=Quest/The Hunt Begins}}}
{{{field|quest_reward|input type=combobox|placeholder=Quest/The Hunt Begins}}}
 


'''Sell Price''' (Gold / Silver / Copper):
'''Sell Price''' (Gold / Silver / Copper):

Revision as of 19:49, 13 May 2025

MiscItem

Misc Item Details

Item Name: name


Tooltip Image: tooltip_image


Item Type:
(Found under the item name on the tooltip, usually "Basic" or "Quest")
item_type


is_soulbound


Used in Quest:
(e.g., Quest/The Ballad of the Merry Five)
used_in_quest


Dropped By:
(Separate with commas- e.g., Mob/Doe/Newhaven Valley, Named Mob/Lily)
dropped_by


Sold By:
(Separate with commas-e.g., Vendor/Merry, Vendor/Pippin)
sold_by


Quest Reward From:
(e.g., Quest/The Ballad of the Merry Five)
quest_reward

Sell Price (Gold / Silver / Copper):

Gold: sell_price_gold

Silver: sell_price_silver

Copper: sell_price_copper

{{{end template}}}

save