- Add relations/item/abilities preview (serve_relations.py + web/relations/) - Add fetch scripts: hero_items, item_shop, items_meta, hero_abilities, ability_videos, patches, stratz, matchups, portraits - Add overlay.py (role tags + Top-3 cyan marks), recommend.py - Add http_utils.py, loc_format.py, hero_tags.py, item_fears.py - GSI: full payload JSONL dump, foreground window detection - Drop real template library; CDN-only matching - Update docs: CHANGELOG 0.2.0, DESIGN config table, AGENTS module table - .gitignore: exclude large regenerable assets (icons/portraits/videos)
69 lines
2.2 KiB
JSON
69 lines
2.2 KiB
JSON
{
|
|
"meta": {
|
|
"note": "Manual hero→item fears merged in item_fears.py (add/remove). Use for iconic counters auto-rules miss."
|
|
},
|
|
"heroes": {
|
|
"juggernaut": {
|
|
"add": [
|
|
{ "item": "lotus_orb", "reason": "反射无敌斩/迅捷斩", "tags": ["spell_reflect"] },
|
|
{ "item": "abyssal_blade", "reason": "打断输出与无敌斩", "tags": [] },
|
|
{ "item": "butterfly", "reason": "闪避克制普攻与斩击", "tags": [] }
|
|
],
|
|
"remove": []
|
|
},
|
|
"phantom_assassin": {
|
|
"add": [
|
|
{ "item": "monkey_king_bar", "reason": "无视模糊闪避", "tags": ["true_strike"] }
|
|
],
|
|
"remove": []
|
|
},
|
|
"lina": {
|
|
"add": [
|
|
{ "item": "lotus_orb", "reason": "反射神灭斩", "tags": ["spell_reflect"] },
|
|
{ "item": "black_king_bar", "reason": "魔免克制爆发", "tags": ["magic_immune"] },
|
|
{ "item": "sphere", "reason": "格挡神灭斩", "tags": ["spell_block"] }
|
|
],
|
|
"remove": []
|
|
},
|
|
"lion": {
|
|
"add": [
|
|
{ "item": "lotus_orb", "reason": "反射死亡一指", "tags": ["spell_reflect"] }
|
|
],
|
|
"remove": []
|
|
},
|
|
"necrolyte": {
|
|
"add": [
|
|
{ "item": "lotus_orb", "reason": "反射死神镰刀", "tags": ["spell_reflect"] }
|
|
],
|
|
"remove": []
|
|
},
|
|
"axe": {
|
|
"add": [
|
|
{ "item": "lotus_orb", "reason": "反射淘汰之刃", "tags": ["spell_reflect"] },
|
|
{ "item": "eternal_shroud", "reason": "抵消旋转魔法伤害", "tags": [] }
|
|
],
|
|
"remove": []
|
|
},
|
|
"legion_commander": {
|
|
"add": [
|
|
{ "item": "lotus_orb", "reason": "反射决斗", "tags": ["spell_reflect"] },
|
|
{ "item": "ethereal_blade", "reason": "虚无无法被决斗普攻", "tags": [] },
|
|
{ "item": "ghost", "reason": "虚无无法被决斗普攻", "tags": [] }
|
|
],
|
|
"remove": []
|
|
},
|
|
"bane": {
|
|
"add": [
|
|
{ "item": "lotus_orb", "reason": "反射虚弱/噩梦/蚀脑", "tags": ["spell_reflect"] }
|
|
],
|
|
"remove": []
|
|
},
|
|
"doom_bringer": {
|
|
"add": [
|
|
{ "item": "lotus_orb", "reason": "反射末日", "tags": ["spell_reflect"] }
|
|
],
|
|
"remove": []
|
|
}
|
|
}
|
|
}
|