Files
RPG_FromClaude/data/recipes.json
Maxim Dolgolyov ac1f348311 Initial commit: RPG game project
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-02-25 01:01:02 +03:00

93 lines
12 KiB
JSON
Raw 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.
[
{ "id":"r_heal_sm", "name":"Малое зелье HP", "icon":"🧪", "category":"potions",
"ingredients":[{"id":"herb","qty":1},{"id":"slime_gel","qty":1}],
"result":{ "type":"potion", "name":"Малое зелье HP", "opts":{ "healAmount":40, "value":30, "stackable":true, "qty":1, "icon":"🧪" }}},
{ "id":"r_heal_md", "name":"Среднее зелье HP", "icon":"🧪", "category":"potions",
"ingredients":[{"id":"herb","qty":2},{"id":"slime_gel","qty":1}],
"result":{ "type":"potion", "name":"Среднее зелье HP", "opts":{ "healAmount":70, "value":55, "stackable":true, "qty":1, "icon":"🧪" }}},
{ "id":"r_heal_lg", "name":"Большое зелье HP", "icon":"🍶", "category":"potions",
"ingredients":[{"id":"herb","qty":3},{"id":"troll_heart","qty":1}],
"result":{ "type":"potion", "name":"Большое зелье HP", "opts":{ "healAmount":120, "value":95, "stackable":true, "qty":1, "icon":"🍶" }}},
{ "id":"r_mp_md", "name":"Зелье маны", "icon":"💧", "category":"potions",
"ingredients":[{"id":"bat_wing","qty":2},{"id":"spider_venom","qty":1}],
"result":{ "type":"potion", "name":"Зелье маны", "opts":{ "restoreMp":50, "value":60, "stackable":true, "qty":1, "icon":"💧" }}},
{ "id":"r_antidote", "name":"Антидот", "icon":"🩺", "category":"potions",
"ingredients":[{"id":"herb","qty":1},{"id":"wolf_pelt","qty":1}],
"result":{ "type":"potion", "name":"Антидот", "opts":{ "healAmount":15, "value":35, "stackable":true, "qty":1, "icon":"🩺", "desc":"Снимает яд и горение" }}},
{ "id":"r_stew", "name":"Мясное рагу", "icon":"🍲", "category":"potions",
"ingredients":[{"id":"meat","qty":2},{"id":"herb","qty":1}],
"result":{ "type":"food", "name":"Сытное рагу", "opts":{ "healAmount":50, "restoreMp":25, "value":40, "stackable":true, "qty":1, "icon":"🍲" }}},
{ "id":"r_smoke", "name":"Дымовая бомба", "icon":"💨", "category":"potions",
"ingredients":[{"id":"bat_wing","qty":1},{"id":"rot_flesh","qty":1}],
"result":{ "type":"potion", "name":"Дымовая бомба", "opts":{ "value":45, "stackable":true, "qty":1, "icon":"💨", "desc":"Гарантированный побег из боя", "healAmount":0 }}},
{ "id":"r_rune_str", "name":"Руна Силы", "icon":"🔴", "category":"runes",
"ingredients":[{"id":"golem_core","qty":1},{"id":"orc_tusk","qty":2}],
"result":{ "type":"material", "name":"Руна Силы", "opts":{ "bonusStr":5, "value":200, "icon":"🔴", "desc":"+5 СИЛ к персонажу", "rarity":"rare" }}},
{ "id":"r_rune_mag", "name":"Руна Магии", "icon":"🔵", "category":"runes",
"ingredients":[{"id":"dragon_scale","qty":1},{"id":"necronomicon","qty":1}],
"result":{ "type":"material", "name":"Руна Магии", "opts":{ "bonusMag":5, "value":260, "icon":"🔵", "desc":"+5 МАГ к персонажу", "rarity":"rare" }}},
{ "id":"r_rune_def", "name":"Руна Защиты", "icon":"🟢", "category":"runes",
"ingredients":[{"id":"yeti_fur","qty":1},{"id":"bone","qty":3}],
"result":{ "type":"material", "name":"Руна Защиты", "opts":{ "bonusDef":4, "value":185, "icon":"🟢", "desc":"+4 ЗАЩ к персонажу", "rarity":"uncommon" }}},
{ "id":"r_sharpen", "name":"Камень заточки", "icon":"⚙️", "category":"enhance",
"ingredients":[{"id":"bone","qty":2},{"id":"slime_gel","qty":1}],
"result":{ "type":"material", "name":"Камень заточки", "opts":{ "damage":3, "value":65, "icon":"⚙️", "desc":"+3 урона (применить к оружию)" }}},
{ "id":"r_poison_c", "name":"Яд на оружие", "icon":"☠️", "category":"enhance",
"ingredients":[{"id":"spider_venom","qty":2},{"id":"herb","qty":1}],
"result":{ "type":"scroll", "name":"Яд на оружие", "opts":{ "spell":"poison_cloud", "value":85, "icon":"☠️", "stackable":true, "qty":1 }}},
{ "id":"r_scale_a", "name":"Чешуйчатая броня", "icon":"🐉", "category":"equipment",
"ingredients":[{"id":"dragon_scale","qty":2},{"id":"wolf_pelt","qty":2}],
"result":{ "type":"armor", "name":"Чешуйчатая броня", "opts":{ "defense":20, "bonusHp":30, "value":500, "slot":"chest", "icon":"🐉", "rarity":"epic" }}},
{ "id":"r_death_s", "name":"Посох Смерти", "icon":"💀", "category":"equipment",
"ingredients":[{"id":"skull_staff","qty":1},{"id":"golem_core","qty":1},{"id":"goblin_ear","qty":3}],
"result":{ "type":"weapon", "name":"Посох Смерти", "opts":{ "damage":22, "bonusMag":8, "value":420, "slot":"weapon", "icon":"💀", "rarity":"epic" }}},
{ "id":"r_life_gem", "name":"Амулет жизни", "icon":"💎", "category":"equipment",
"ingredients":[{"id":"dragon_heart","qty":1},{"id":"troll_heart","qty":1}],
"result":{ "type":"armor", "name":"Амулет жизни", "opts":{ "bonusHp":60, "bonusMp":30, "value":850, "slot":"acc", "icon":"💎", "rarity":"legendary" }}},
{ "id":"r_alch_str", "name":"Зелье силы", "icon":"💪", "category":"alchemy",
"ingredients":[{"id":"herb","qty":2},{"id":"orc_tusk","qty":1}],
"result":{ "type":"potion", "name":"Зелье силы 💪", "opts":{ "buffStat":"str", "buffVal":1.5, "buffDur":45000, "value":80, "stackable":true, "qty":1, "icon":"💪", "desc":"Урон ×1.5 на 45 сек" }}},
{ "id":"r_alch_def", "name":"Зелье камня", "icon":"🪨", "category":"alchemy",
"ingredients":[{"id":"wolf_pelt","qty":2},{"id":"bone","qty":2}],
"result":{ "type":"potion", "name":"Зелье камня 🪨", "opts":{ "buffStat":"def", "buffVal":2.0, "buffDur":30000, "value":70, "stackable":true, "qty":1, "icon":"🪨", "desc":"Защита ×2 на 30 сек" }}},
{ "id":"r_alch_mp", "name":"Эликсир маны", "icon":"🔮", "category":"alchemy",
"ingredients":[{"id":"slime_gel","qty":2},{"id":"bat_wing","qty":2}],
"result":{ "type":"potion", "name":"Эликсир маны 🔮", "opts":{ "restoreMp":80, "value":65, "stackable":true, "qty":1, "icon":"🔮" }}},
{ "id":"r_alch_regen","name":"Зелье регенерации", "icon":"💚", "category":"alchemy",
"ingredients":[{"id":"herb","qty":3},{"id":"troll_heart","qty":1}],
"result":{ "type":"potion", "name":"Зелье регенерации 💚", "opts":{ "healAmount":40, "buffStat":"regen", "buffVal":8, "buffDur":50000, "value":110, "stackable":true, "qty":1, "icon":"💚", "desc":"+40 HP сейчас, регенерация 8 HP/ход 5 ходов" }}},
{ "id":"r_alch_poison","name":"Яд-склянка", "icon":"☠️", "category":"alchemy",
"ingredients":[{"id":"spider_venom","qty":2},{"id":"bat_wing","qty":1}],
"result":{ "type":"potion", "name":"Яд-склянка ☠️", "opts":{ "combatEffect":"poison", "value":55, "stackable":true, "qty":1, "icon":"☠️", "desc":"Боевое: наносит яд врагу (3 хода)" }}},
{ "id":"r_alch_fire","name":"Огненная колба", "icon":"🔥", "category":"alchemy",
"ingredients":[{"id":"dragon_scale","qty":1},{"id":"herb","qty":1}],
"result":{ "type":"potion", "name":"Огненная колба 🔥", "opts":{ "combatEffect":"fire", "combatDmg":35, "value":90, "stackable":true, "qty":1, "icon":"🔥", "desc":"Боевое: 35 урона огнём", "rarity":"rare" }}},
{ "id":"r_alch_antidote","name":"Сильный антидот", "icon":"🩺", "category":"alchemy",
"ingredients":[{"id":"herb","qty":2},{"id":"slime_gel","qty":1},{"id":"bat_wing","qty":1}],
"result":{ "type":"potion", "name":"Сильный антидот 🩺", "opts":{ "healAmount":20, "cureStatus":true, "value":50, "stackable":true, "qty":1, "icon":"🩺", "desc":"Снимает яд, горение, все статусы" }}},
{ "id":"r_alch_elixir","name":"Эликсир могущества", "icon":"⚗️", "category":"alchemy",
"ingredients":[{"id":"dragon_heart","qty":1},{"id":"witch_brew","qty":1}],
"result":{ "type":"potion", "name":"Эликсир могущества ⚗️", "opts":{ "healAmount":80, "restoreMp":60, "buffStat":"str", "buffVal":1.4, "buffDur":60000, "value":350, "stackable":true, "qty":1, "icon":"⚗️", "desc":"HP+80 MP+60 Сила×1.4 на 60 сек", "rarity":"epic" }}},
{ "id":"r_ghost_ward","name":"Оберег от призраков", "icon":"🕯️", "category":"alchemy",
"ingredients":[{"id":"ghost_essence","qty":2},{"id":"herb","qty":2}],
"result":{ "type":"potion", "name":"Оберег от призраков 🕯️", "opts":{ "buffStat":"def", "buffVal":1.3, "buffDur":60000, "value":120, "stackable":true, "qty":1, "icon":"🕯️", "desc":"Защита ×1.3 и +30 HP против нежити", "healAmount":30 }}},
{ "id":"r_wyvern_venom","name":"Яд виверны", "icon":"☠️", "category":"alchemy",
"ingredients":[{"id":"wyvern_poison","qty":1},{"id":"spider_venom","qty":1}],
"result":{ "type":"potion", "name":"Яд виверны ☠️", "opts":{ "combatEffect":"poison", "value":95, "stackable":true, "qty":1, "icon":"☠️", "desc":"Боевое: сильный яд на врага (4 хода)", "rarity":"rare" }}},
{ "id":"r_holy_plate","name":"Нагрудник паладина", "icon":"⛪", "category":"equipment",
"ingredients":[{"id":"golem_core","qty":1},{"id":"troll_heart","qty":1},{"id":"bone","qty":3}],
"result":{ "type":"armor", "name":"Нагрудник паладина ⛪", "opts":{ "defense":16, "bonusHp":40, "value":480, "slot":"chest", "icon":"⛪", "rarity":"epic", "setId":"holy" }}},
{ "id":"r_storm_staff","name":"Посох бури", "icon":"⚡", "category":"equipment",
"ingredients":[{"id":"dragon_scale","qty":1},{"id":"yeti_fur","qty":1},{"id":"golem_core","qty":1}],
"result":{ "type":"weapon", "name":"Посох бури ⚡", "opts":{ "damage":10, "bonusMag":16, "bonusMp":35, "value":580, "slot":"weapon", "icon":"⚡", "rarity":"epic", "setId":"arcane" }}},
{ "id":"r_frost_blade","name":"Ледяной клинок", "icon":"❄️", "category":"equipment",
"ingredients":[{"id":"frost_heart","qty":1},{"id":"dragon_scale","qty":1}],
"result":{ "type":"weapon", "name":"Ледяной клинок ❄️", "opts":{ "damage":27, "bonusStr":6, "value":620, "slot":"weapon", "icon":"❄️", "rarity":"legendary", "desc":"Выкован из ледяного сердца великана. Морозит врагов." }}},
{ "id":"r_titan_armor","name":"Броня Колосса", "icon":"🪨", "category":"equipment",
"ingredients":[{"id":"titan_core","qty":1},{"id":"golem_core","qty":1}],
"result":{ "type":"armor", "name":"Броня Колосса 🪨", "opts":{ "defense":24, "bonusHp":55, "value":650, "slot":"chest", "icon":"🪨", "rarity":"legendary", "desc":"Выкована из осколков Каменного Колосса. Невероятно прочна." }}},
{ "id":"r_hydra_mail", "name":"Кольчуга Гидры", "icon":"🐍", "category":"equipment",
"ingredients":[{"id":"hydra_scale","qty":2},{"id":"wyvern_scale","qty":1}],
"result":{ "type":"armor", "name":"Кольчуга Гидры 🐍", "opts":{ "defense":17, "bonusHp":30, "bonusMp":20, "value":490, "slot":"chest", "icon":"🐍", "rarity":"epic", "desc":"Сделана из чешуи Болотной Гидры. Обладает природной регенерацией." }}}
]