Jump to content

Form:MiscItem: Difference between revisions

From Drifters Almanac
No edit summary
No edit summary
Line 11: Line 11:
'''Item Type:'''<br>
'''Item Type:'''<br>
(Found under the item name on the tooltip, usually "Basic" or "Quest")<br>
(Found under the item name on the tooltip, usually "Basic" or "Quest")<br>
{{{field|item_type|input type=text|mandatory|autocapitalize=words}}}
{{{field|item_type|input type=text|mandatory|autocapitalize=words|property=Misc item category}}}




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




'''Used in Quest:'''<br>
'''Used in Quest:'''<br>
(e.g., Quest/The Ballad of the Merry Five)<br>
(e.g., Quest/The Ballad of the Merry Five)<br>
{{{field|used_in_quest|input type=Page}}}
{{{field|used_in_quest|input type=combobox|property=Is used in quest|size=40}}}




'''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=Mob/Doe/Newhaven_Valley}}}
{{{field|dropped_by|input type=tokens|property=Dropped by|placeholder=Mob/Doe/Newhaven_Valley}}}




'''Sold By''':<br>
'''Sold By''':<br>
(Separate with commas-e.g., Vendor/Merry, Vendor/Pippin)<br>
(Separate with commas-e.g., Vendor/Merry, Vendor/Pippin)<br>
{{{field|sold_by|input type=tokens|placeholder=Vendor/Roland Ryfold}}}
{{{field|sold_by|input type=tokens|property=Sold by|placeholder=Vendor/Roland Ryfold}}}




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


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

Revision as of 20:23, 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