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

33 lines
1.1 KiB
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.
{
"steel": {
"name": "Стальной доспех", "icon": "⚔️",
"pieces": ["s_sw2","s_ar2","s_sh2","s_hm2"],
"bonuses": {
"2": { "def":4, "desc":"2 предмета: +4 защиты" },
"4": { "def":4, "str":6, "hp":20, "desc":"4 предмета: +6 силы, +4 защиты, +20 HP" }
}
},
"arcane": {
"name": "Посох чародея", "icon": "✨",
"pieces": ["s_st3"],
"bonuses": {
"1": { "mag":5, "mp":20, "desc":"Набор: +5 магии, +20 MP" }
}
},
"shadow": {
"name": "Тёмные чары", "icon": "💀",
"pieces": ["skull_staff","bone_dagger"],
"bonuses": {
"2": { "mag":6, "str":4, "desc":"2 предмета: +6 магии, +4 силы" }
}
},
"holy": {
"name": "Доспех паладина", "icon": "⛪",
"pieces": ["s_ar3","r_holy_plate"],
"bonuses": {
"1": { "def":5, "hp":15, "desc":"1 предмет: +5 защиты, +15 HP" },
"2": { "def":8, "hp":30, "mag":4, "desc":"2 предмета: +8 защиты, +30 HP, +4 магии" }
}
}
}