Ingredients: Difference between revisions
Appearance
No edit summary |
No edit summary |
||
| Line 1: | Line 1: | ||
<h2>Cooking | <h2>Cooking Ingredients</h2> | ||
<!-- ===================== MEAT ===================== --> | <!-- ===================== MEAT ===================== --> | ||
<h3>Meat</h3> | <h3>Meat</h3> | ||
<div class="mw-dropdown-ui" data-options='{ | <div class="mw-dropdown-ui" data-label="Meat" data-options='{ | ||
"deer": { "label": "Deer Meat", "content": "2% DMG vs Targets affected by Bullseye" }, | "deer": { "label": "Deer Meat", "content": "2% DMG vs Targets affected by Bullseye" }, | ||
"beast": { "label": "Beast Meat", "content": "2% Melee DMG" }, | "beast": { "label": "Beast Meat", "content": "2% Melee DMG" }, | ||
| Line 21: | Line 21: | ||
<!-- ===================== FISH ===================== --> | <!-- ===================== FISH ===================== --> | ||
<h3>Fish</h3> | <h3>Fish</h3> | ||
<div class="mw-dropdown-ui" data-options='{ | <div class="mw-dropdown-ui" data-label="Fish" data-options='{ | ||
"sunfish": { "label": "Sunfish", "content": "5% Crit DMG vs deviated targets, -50% duration to non-fish ingredients" }, | "sunfish": { "label": "Sunfish", "content": "5% Crit DMG vs deviated targets, -50% duration to non-fish ingredients" }, | ||
"carp": { "label": "Carp", "content": "5% Crit DMG vs deviated targets, -50% duration to non-fish ingredients" }, | "carp": { "label": "Carp", "content": "5% Crit DMG vs deviated targets, -50% duration to non-fish ingredients" }, | ||
| Line 36: | Line 36: | ||
<!-- ===================== CROPS ===================== --> | <!-- ===================== CROPS ===================== --> | ||
<h3>Crops</h3> | <h3>Crops</h3> | ||
<div class="mw-dropdown-ui" data-options='{ | <div class="mw-dropdown-ui" data-label="Crops" data-options='{ | ||
"blueberry": { "label": "Blueberry", "content": "Energy Depletion Rate -10%" }, | "blueberry": { "label": "Blueberry", "content": "Energy Depletion Rate -10%" }, | ||
"orange": { "label": "Orange", "content": "Energy Depletion Rate -10%" }, | "orange": { "label": "Orange", "content": "Energy Depletion Rate -10%" }, | ||
| Line 48: | Line 48: | ||
<!-- ===================== HERBS ===================== --> | <!-- ===================== HERBS ===================== --> | ||
<h3>Herbs</h3> | <h3>Herbs</h3> | ||
<div class="mw-dropdown-ui" data-options='{ | <div class="mw-dropdown-ui" data-label="Herbs" data-options='{ | ||
"coneflower": { "label": "Coneflower", "content": "Glide speed +3% / 5%, -20% duration" }, | "coneflower": { "label": "Coneflower", "content": "Glide speed +3% / 5%, -20% duration" }, | ||
"bellflower": { "label": "Bellflower", "content": "Sprint speed +3% / 5%, -20% duration" }, | "bellflower": { "label": "Bellflower", "content": "Sprint speed +3% / 5%, -20% duration" }, | ||
| Line 57: | Line 57: | ||
<!-- ===================== FRUITS ===================== --> | <!-- ===================== FRUITS ===================== --> | ||
<h3>Fruits</h3> | <h3>Fruits</h3> | ||
<div class="mw-dropdown-ui" data-options='{ | <div class="mw-dropdown-ui" data-label="Fruits" data-options='{ | ||
"banana": { "label": "Banana", "content": "Max Stamina +5" }, | "banana": { "label": "Banana", "content": "Max Stamina +5" }, | ||
"apple": { "label": "Apple", "content": "Gathering stamina cost -10%" }, | "apple": { "label": "Apple", "content": "Gathering stamina cost -10%" }, | ||
| Line 66: | Line 66: | ||
<!-- ===================== EGGS ===================== --> | <!-- ===================== EGGS ===================== --> | ||
<h3>Eggs</h3> | <h3>Eggs</h3> | ||
<div class="mw-dropdown-ui" data-options='{ | <div class="mw-dropdown-ui" data-label="Eggs" data-options='{ | ||
"croc_egg": { "label": "Crocodile Egg", "content": "Shock DMG +4%" }, | "croc_egg": { "label": "Crocodile Egg", "content": "Shock DMG +4%" }, | ||
"turtle_egg": { "label": "Turtle Egg", "content": "Elemental DMG taken -3%" }, | "turtle_egg": { "label": "Turtle Egg", "content": "Elemental DMG taken -3%" }, | ||
| Line 75: | Line 75: | ||
<!-- ===================== MILK ===================== --> | <!-- ===================== MILK ===================== --> | ||
<h3>Milk</h3> | <h3>Milk</h3> | ||
<div class="mw-dropdown-ui" data-options='{ | <div class="mw-dropdown-ui" data-label="Milk" data-options='{ | ||
"milk": { "label": "Milk", "content": "Max HP increase, -10% durability" }, | "milk": { "label": "Milk", "content": "Max HP increase, -10% durability" }, | ||
"goat_milk": { "label": "Goat Milk", "content": "Sanity regen, -10% durability" }, | "goat_milk": { "label": "Goat Milk", "content": "Sanity regen, -10% durability" }, | ||
| Line 84: | Line 84: | ||
<!-- ===================== OTHER ===================== --> | <!-- ===================== OTHER ===================== --> | ||
<h3>Other</h3> | <h3>Other</h3> | ||
<div class="mw-dropdown-ui" data-options='{ | <div class="mw-dropdown-ui" data-label="Other" data-options='{ | ||
"honey": { "label": "Honey", "content": "Sanity regen" }, | "honey": { "label": "Honey", "content": "Sanity regen" }, | ||
"salt": { "label": "Salt", "content": "Dish durability +20%" }, | "salt": { "label": "Salt", "content": "Dish durability +20%" }, | ||