gidb-data/English/foods/steak.json

27 lines
1008 B
JSON
Raw Normal View History

2023-11-12 00:15:41 +03:00
{
"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
}
]
}