Recipe book: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
m (Crafting type2) |
||
(5 intermediate revisions by 4 users not shown) | |||
Line 1: | Line 1: | ||
<table><tr valign="top"><td><!-- Please see Help:Item scripts page for instructions on how to properly create and format an item page.--> |
<table><tr valign="top"><td><!-- Please see Help:Item scripts page for instructions on how to properly create and format an item page.--> |
||
A '''recipe book''' is a scripted cookbook that was first sold at the [[Evermore Hollow]] shop, [[EHShop:Nana's Notes|Nana's Notes]]. They are designed to hold twenty recipe |
A '''recipe book''' is a scripted cookbook that was first sold at the [[Evermore Hollow]] shop, [[EHShop:Nana's Notes|Nana's Notes]]. They are designed to hold twenty [[recipe card]]s that are a part of the [[cooking system]]. <!-- This spot reserved for informational blurb for item. Remove as part of copy/paste.--> |
||
{{TOC limit|2}} |
{{TOC limit|2}} |
||
==Analyze== |
|||
<pre{{log2}}> |
<pre{{log2}}> |
||
A flour-caked worn leather cookbook is a recipe book designed to house recipe cards for the cooking system. |
A flour-caked worn leather cookbook is a recipe book designed to house recipe cards for the cooking system. |
||
Line 18: | Line 18: | ||
You may alter the cookbook provide it remains a type of book. |
You may alter the cookbook provide it remains a type of book. |
||
</pre> |
</pre> |
||
==Usage== |
|||
{| {{verbtable}} <!-- REQUIRED if there are verbs for this tier. For instructions on how to use this template, see Template:Verbtable. --> |
{| {{verbtable}} <!-- REQUIRED if there are verbs for this tier. For instructions on how to use this template, see Template:Verbtable. --> |
||
|- {{verbtableheader}} |
|- {{verbtableheader}} |
||
Line 69: | Line 69: | ||
</td><td> |
</td><td> |
||
{{iteminfo |
{{iteminfo |
||
|type= |
|type= Fluff <!-- REQUIRED: Mechanical or Fluff. OPTIONAL: If an item is feature altering or crafting, as well, please enter "Feature altering" or "crafting" below this line for "type2=" --> |
||
|type2=Crafting |
|||
|itemclass= Miscellaneous<!-- REQUIRED: Valid options are: Armor, Weapon, Shield, Clothing, Accessory, Container, Creatures (Pets/Mounts), or Miscellaneous. If more than one classification, additional lines can be added with "itemclass2=" & "itemclass3=" --> |
|itemclass= Miscellaneous<!-- REQUIRED: Valid options are: Armor, Weapon, Shield, Clothing, Accessory, Container, Creatures (Pets/Mounts), or Miscellaneous. If more than one classification, additional lines can be added with "itemclass2=" & "itemclass3=" --> |
||
|itemtype= Cookbook <!-- REQUIRED: What items can this apply to. Up to 8 can be specified by setting "itemtype2" - "itemtype8". --> |
|itemtype= Cookbook <!-- REQUIRED: What items can this apply to. Up to 8 can be specified by setting "itemtype2" - "itemtype8". --> |
||
Line 78: | Line 79: | ||
|custom= <!-- OPTIONAL: This area is REQUIRED if customization is indicated. Up to 5 customizations can be entered with "custom2=" - "custom5=". If the messaging is alterable, simply enter "Verb".--> |
|custom= <!-- OPTIONAL: This area is REQUIRED if customization is indicated. Up to 5 customizations can be entered with "custom2=" - "custom5=". If the messaging is alterable, simply enter "Verb".--> |
||
|origmerch= <!-- OPTIONAL: This area is for indicating the original release merchant name, if known. If released as a quest item, please enter "Quest" ONLY. Otherwise, leave blank.--> |
|origmerch= <!-- OPTIONAL: This area is for indicating the original release merchant name, if known. If released as a quest item, please enter "Quest" ONLY. Otherwise, leave blank.--> |
||
|releasevenue= <!-- OPTIONAL: This area is for indicating the original release venue only, if known. If not, leave blank. --> |
|releasevenue=Evermore Hollow <!-- OPTIONAL: This area is for indicating the original release venue only, if known. If not, leave blank. --> |
||
|releaseyear= <!-- OPTIONAL: This area is for indicating the original release year only, if known. If not, leave blank. --> |
|releaseyear=2022 <!-- OPTIONAL: This area is for indicating the original release year only, if known. If not, leave blank. --> |
||
|questitem= <!-- OPTIONAL: Enter "Yes" if the item's release was part of a quest/storyline. If no, leave blank. --> |
|questitem= <!-- OPTIONAL: Enter "Yes" if the item's release was part of a quest/storyline. If no, leave blank. --> |
||
|tiered= <!-- OPTIONAL: Enter "Yes" if the item is tiered. If no, leave blank. --> |
|tiered= <!-- OPTIONAL: Enter "Yes" if the item is tiered. If no, leave blank. --> |
||
Line 87: | Line 88: | ||
|demeanor= <!-- OPTIONAL: Enter "Yes" if the item's messaging is affected by DEMEANOR. If no, leave blank. --> |
|demeanor= <!-- OPTIONAL: Enter "Yes" if the item's messaging is affected by DEMEANOR. If no, leave blank. --> |
||
|loresong= <!-- OPTIONAL: Enter "Yes" if the item has a loresong as part of the base script. If no, leave blank. --> |
|loresong= <!-- OPTIONAL: Enter "Yes" if the item has a loresong as part of the base script. If no, leave blank. --> |
||
|corrscript= <!-- OPTIONAL: This area is for indicating if an item has scripts that correspond with it, specifically, they are scripts that work separately AND together in one way or another (i.e. Bloodrunes and MoonShard Pendants). Additional slots can be added with "corrscript2=" - "corrscript5"= --> |
|corrscript=Recipe card <!-- OPTIONAL: This area is for indicating if an item has scripts that correspond with it, specifically, they are scripts that work separately AND together in one way or another (i.e. Bloodrunes and MoonShard Pendants). Additional slots can be added with "corrscript2=" - "corrscript5"= --> |
||
|attune= <!-- OPTIONAL: This area is for indicating if an item attunes. If permanent, enter Permanent; if temporary, enter Temporary (as in, it can be broken). If there is none, leave blank. --> |
|attune= <!-- OPTIONAL: This area is for indicating if an item attunes. If permanent, enter Permanent; if temporary, enter Temporary (as in, it can be broken). If there is none, leave blank. --> |
||
|attunement= <!-- OPTIONAL: This area is only REQUIRED if attunement was indicated. Options are "Character" or "Account". Please note, "Temporary attunement" will ALWAYS be "Character". --> |
|attunement= <!-- OPTIONAL: This area is only REQUIRED if attunement was indicated. Options are "Character" or "Account". Please note, "Temporary attunement" will ALWAYS be "Character". --> |
||
Line 105: | Line 106: | ||
}} |
}} |
||
</td></tr></table> |
</td></tr></table> |
||
[[Category:Cooking system]] |
Latest revision as of 11:43, 21 November 2023
A recipe book is a scripted cookbook that was first sold at the Evermore Hollow shop, Nana's Notes. They are designed to hold twenty recipe cards that are a part of the cooking system. AnalyzeA flour-caked worn leather cookbook is a recipe book designed to house recipe cards for the cooking system. It can hold up to 20 recipes with ease, though it will not stack them. To use the recipe book, follow these instructions: FLIP the cookbook - return the recipe book to the first stored recipe card GLANCE at the cookbook - review the table of contents for a flour-caked worn leather cookbook READ the cookbook - read a recipe stored within a flour-caked worn leather cookbook TEAR the cookbook - remove the current recipe stored within a flour-caked worn leather cookbook TURN the cookbook - advance to a flour-caked worn leather cookbook to the next stored recipe card Please Note: The cookbook must be open when performing the above tasks. You may alter the cookbook provide it remains a type of book. Usage
|
|