87 lines
2.8 KiB
JSON
87 lines
2.8 KiB
JSON
{
|
|
"cao_cao": {
|
|
"name": "조조",
|
|
"aliases": ["Cao Cao"],
|
|
"faction": "wei",
|
|
"class_id": "hero",
|
|
"portrait": "res://art/portraits/cao_cao.png",
|
|
"level": 1,
|
|
"exp": 0,
|
|
"base": { "hp": 38, "mp": 10, "atk": 10, "def": 7, "int": 12, "agi": 8 },
|
|
"growth_bonus": { "atk": 1, "int": 1 },
|
|
"equipment": { "weapon": "bronze_sword", "armor": "cloth_robe", "accessory": null }
|
|
},
|
|
"xiahou_dun": {
|
|
"name": "하후돈",
|
|
"aliases": ["Xiahou Dun"],
|
|
"faction": "wei",
|
|
"class_id": "cavalry",
|
|
"portrait": "res://art/portraits/xiahou_dun.png",
|
|
"level": 1,
|
|
"exp": 0,
|
|
"base": { "hp": 40, "mp": 4, "atk": 11, "def": 6, "int": 5, "agi": 9 },
|
|
"growth_bonus": { "hp": 1, "atk": 1 },
|
|
"equipment": { "weapon": "training_spear", "armor": "leather_armor", "accessory": null }
|
|
},
|
|
"xiahou_yuan": {
|
|
"name": "하후연",
|
|
"aliases": ["Xiahou Yuan"],
|
|
"faction": "wei",
|
|
"class_id": "archer",
|
|
"portrait": "res://art/portraits/xiahou_yuan.png",
|
|
"level": 1,
|
|
"exp": 0,
|
|
"base": { "hp": 32, "mp": 4, "atk": 9, "def": 5, "int": 6, "agi": 12 },
|
|
"growth_bonus": { "agi": 1 },
|
|
"equipment": { "weapon": "short_bow", "armor": "leather_armor", "accessory": null }
|
|
},
|
|
"cao_ren": {
|
|
"name": "조인",
|
|
"aliases": ["Cao Ren"],
|
|
"faction": "wei",
|
|
"class_id": "infantry",
|
|
"portrait": "res://art/portraits/cao_ren.png",
|
|
"level": 1,
|
|
"exp": 0,
|
|
"base": { "hp": 36, "mp": 3, "atk": 10, "def": 8, "int": 5, "agi": 7 },
|
|
"growth_bonus": { "def": 1 },
|
|
"equipment": { "weapon": "bronze_sword", "armor": "leather_armor", "accessory": null }
|
|
},
|
|
"dian_wei": {
|
|
"name": "전위",
|
|
"aliases": ["Dian Wei"],
|
|
"faction": "wei",
|
|
"class_id": "warrior",
|
|
"portrait": "res://art/portraits/dian_wei.png",
|
|
"level": 3,
|
|
"exp": 0,
|
|
"base": { "hp": 42, "mp": 2, "atk": 13, "def": 8, "int": 3, "agi": 7 },
|
|
"growth_bonus": { "hp": 1, "atk": 1 },
|
|
"equipment": { "weapon": "hand_axe", "armor": "leather_armor", "accessory": null }
|
|
},
|
|
"guo_jia": {
|
|
"name": "곽가",
|
|
"aliases": ["Guo Jia"],
|
|
"faction": "wei",
|
|
"class_id": "strategist",
|
|
"portrait": "res://art/portraits/guo_jia.png",
|
|
"level": 8,
|
|
"exp": 0,
|
|
"base": { "hp": 30, "mp": 18, "atk": 5, "def": 5, "int": 14, "agi": 9 },
|
|
"growth_bonus": { "mp": 1, "int": 1 },
|
|
"equipment": { "weapon": "bronze_sword", "armor": "cloth_robe", "accessory": null }
|
|
},
|
|
"zhang_he": {
|
|
"name": "장합",
|
|
"aliases": ["Zhang He"],
|
|
"faction": "wei",
|
|
"class_id": "elite_cavalry",
|
|
"portrait": "res://art/portraits/zhang_he.png",
|
|
"level": 12,
|
|
"exp": 0,
|
|
"base": { "hp": 48, "mp": 6, "atk": 15, "def": 10, "int": 7, "agi": 14 },
|
|
"growth_bonus": { "atk": 1, "agi": 1 },
|
|
"equipment": { "weapon": "training_spear", "armor": "iron_armor", "accessory": null }
|
|
}
|
|
}
|