Template:Food/doc
Jump to navigation
Jump to search
Parameter | Explanation | Data type |
---|---|---|
title | The display name of the item. | {{Qud text|(title)}} |
image | The image. If the item has no associate sprite, set equal to none. | item name.png/none |
weight | int | |
commerce | The value of the object | int |
colorstr | the color of the character with tiles mode off. | &(char),defaults to &y |
renderstr | What the item looks like with tiles mode off. | char |
id | The name of the object in ObjectBlueprints.xml | string |
lightradius | radius of light it gives off | int |
hunger | how much hunger it satiates | String |
thirst | how much thirst it slakes | int |
healing | what the item heals | string |
preservedinto | what the item preserves into | string |
preservedquantity | how much of the preserved item is made | integer |
exoticfood | is it exotic? (must choose to preserve) | yes/no |
oneat | effects that happen when you eat. | string |
cookeffect | the cooking effect type. should be the type= part in part Name PreparedCookingIngredient. | string |
isplant | has the Plant part | yes/no |
ismeat | has the Meat part | yes/no |
isfungus | has the fungus part | yes/no |
extra | Any other features that do not have an associated variable. | string |
desc | The short description of the object. | The whole string, with color codes included |
eatdesc | the description upon eating | string |
{{Food
| title = {{Qud text|&mtaco suprema}}
| image = taco suprema.png
| weight = 0
| commerce = 500
| renderstr = %
| id = Taco Suprema
| hunger = Meal
| thirst = 15000
| desc = A delicious taco, wrapped in thin paper.
| eatdesc = Usted ama el tacos!}}
taco suprema
A delicious taco, wrapped in thin paper.
Usted ama el tacos!
— upon consuming |