gidb-data/English/foods/steak.json

27 lines
1008 B
JSON
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

{
"name": "Steak",
"rarity": "1",
"foodtype": "NORMAL",
"foodfilter": "Recovery Dish",
"foodcategory": "Recovery_Revive",
"effect": "Revives the selected character.\nRestores 50150 HP.",
"description": "A grilled steak. High heat has locked the juices in, giving one high expectations for when the meat is cut open.",
"suspicious": {
"effect": "Revives a character and restores 50 HP.",
"description": "A grilled steak. Its color is a little bleak, almost as if it feels sorry for itself for being a sorry excuse for a steak."
},
"normal": {
"effect": "Revives a character and restores 100 HP.",
"description": "A grilled steak. High heat has locked the juices in, giving one high expectations for when the meat is cut open."
},
"delicious": {
"effect": "Revives a character and restores 150 HP.",
"description": "A grilled steak. Juicy, flavorsome, fragrant steak. One bite and you feel yourself come alive."
},
"ingredients": [
{
"name": "Raw Meat",
"count": 2
}
]
}