Files
RPG_FromClaude/data/enchants.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

11 lines
1.5 KiB
JSON

{
"flame": { "name":"Огненный", "icon":"🔥", "cost":150, "mat":"dragon_scale", "matQty":1, "bonus":{"damage":5}, "desc":"+5 урона огнём", "target":"weapon" },
"frost": { "name":"Ледяной", "icon":"❄️", "cost":130, "mat":"yeti_fur", "matQty":1, "bonus":{"defense":4}, "desc":"+4 защиты", "target":"armor" },
"holy": { "name":"Святой", "icon":"✨", "cost":180, "mat":"troll_heart", "matQty":1, "bonus":{"damage":4}, "desc":"+4 урона", "target":"weapon" },
"life": { "name":"Жизненный", "icon":"💚", "cost":80, "mat":"herb", "matQty":3, "bonus":{"hp":25}, "desc":"+25 HP", "target":"any" },
"arcane": { "name":"Магический", "icon":"💜", "cost":120, "mat":"slime_gel", "matQty":2, "bonus":{"mag":4, "mp":15}, "desc":"+4 магии, +15 MP", "target":"weapon" },
"swift": { "name":"Быстрый", "icon":"⚡", "cost":100, "mat":"bat_wing", "matQty":2, "bonus":{"str":4}, "desc":"+4 силы", "target":"any" },
"ward": { "name":"Стражника", "icon":"🛡️", "cost":110, "mat":"bone", "matQty":3, "bonus":{"defense":6}, "desc":"+6 защиты", "target":"armor" },
"venom": { "name":"Ядовитый", "icon":"☠️", "cost":70, "mat":"spider_venom", "matQty":2, "bonus":{"damage":4}, "desc":"+4 урона ядом", "target":"weapon" }
}