Skip to content

Commit

Permalink
feat(tcg): add monster cards
Browse files Browse the repository at this point in the history
  • Loading branch information
dvaJi committed Dec 21, 2022
1 parent 7e5d4ad commit b861060
Show file tree
Hide file tree
Showing 347 changed files with 25,152 additions and 1 deletion.
65 changes: 65 additions & 0 deletions src/data/chinese-simplified/tcg_monsters/anemo_samachurl.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,65 @@
{
"_id": 3501,
"id": "anemo_samachurl",
"name": "风丘丘萨满",
"title": "风丘丘萨满",
"desc": "",
"attributes": {
"hp": 4,
"card_type": "角色牌",
"energy": 2,
"element": "风元素",
"weapon": "其他武器",
"faction": ["魔物", "丘丘人"]
},
"skills": [
{
"id": "staff_strike",
"name": "杖击",
"desc": "造成1点<span style=\"color:#FFFFFFFF\">物理伤害</span>。",
"skillTag": ["普通攻击"],
"points": [
{
"_id": 1109,
"id": "unaligned_element",
"type": "无色元素",
"count": 2
}
]
},
{
"id": "prayer_to_the_winds",
"name": "祈风术",
"desc": "造成2点<span style=\"color:#80FFD7FF\">风元素伤害</span>,召唤<span style=\"color:#FFFFFFFF\">旋风</span>。",
"skillTag": ["元素战技"],
"points": [
{
"_id": 1105,
"id": "anemo",
"type": "风元素",
"count": 3
}
]
},
{
"id": "galeforce_shock",
"name": "风波冲击",
"desc": "造成5点<span style=\"color:#80FFD7FF\">风元素伤害</span>。",
"skillTag": ["元素爆发"],
"points": [
{
"_id": 1105,
"id": "anemo",
"type": "风元素",
"count": 3
},
{
"_id": 1110,
"id": "energy",
"type": "充能",
"count": 2
}
]
}
]
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,78 @@
{
"_id": 3302,
"id": "blazing_axe_mitachurl",
"name": "火斧丘丘暴徒",
"title": "火斧丘丘暴徒",
"desc": "",
"attributes": {
"hp": 8,
"card_type": "角色牌",
"energy": 2,
"element": "火元素",
"weapon": "其他武器",
"faction": ["魔物", "丘丘人"]
},
"skills": [
{
"id": "du_plama",
"name": "Du Plama",
"desc": "造成2点<span style=\"color:#FFFFFFFF\">物理伤害</span>。",
"skillTag": ["普通攻击"],
"points": [
{
"_id": 1103,
"id": "pyro",
"type": "火元素",
"count": 1
},
{
"_id": 1109,
"id": "unaligned_element",
"type": "无色元素",
"count": 2
}
]
},
{
"id": "upa",
"name": "Upa",
"desc": "造成3点<span style=\"color:#FFFFFFFF\">物理伤害</span>。",
"skillTag": ["元素战技"],
"points": [
{
"_id": 1103,
"id": "pyro",
"type": "火元素",
"count": 3
}
]
},
{
"id": "oto_tiga",
"name": "Oto Tiga",
"desc": "造成5点<span style=\"color:#FFFFFFFF\">物理伤害</span>。",
"skillTag": ["元素爆发"],
"points": [
{
"_id": 1103,
"id": "pyro",
"type": "火元素",
"count": 3
},
{
"_id": 1110,
"id": "energy",
"type": "充能",
"count": 2
}
]
},
{
"id": "flowfire_edge",
"name": "流焰磨刃",
"desc": "【被动】战斗开始时,初始附属<span style=\"color:#FFFFFFFF\">流焰磨刃</span>。",
"skillTag": ["被动技能"],
"points": []
}
]
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,78 @@
{
"_id": 3403,
"id": "crackling_axe_mitachurl",
"name": "雷斧丘丘暴徒",
"title": "雷斧丘丘暴徒",
"desc": "",
"attributes": {
"hp": 8,
"card_type": "角色牌",
"energy": 2,
"element": "雷元素",
"weapon": "其他武器",
"faction": ["魔物", "丘丘人"]
},
"skills": [
{
"id": "du_plama",
"name": "Du Plama",
"desc": "造成2点<span style=\"color:#FFFFFFFF\">物理伤害</span>。",
"skillTag": ["普通攻击"],
"points": [
{
"_id": 1104,
"id": "electro",
"type": "雷元素",
"count": 1
},
{
"_id": 1109,
"id": "unaligned_element",
"type": "无色元素",
"count": 2
}
]
},
{
"id": "upa",
"name": "Upa",
"desc": "造成3点<span style=\"color:#FFFFFFFF\">物理伤害</span>。",
"skillTag": ["元素战技"],
"points": [
{
"_id": 1104,
"id": "electro",
"type": "雷元素",
"count": 3
}
]
},
{
"id": "oto_tiga",
"name": "Oto Tiga",
"desc": "造成5点<span style=\"color:#FFFFFFFF\">物理伤害</span>。",
"skillTag": ["元素爆发"],
"points": [
{
"_id": 1104,
"id": "electro",
"type": "雷元素",
"count": 3
},
{
"_id": 1110,
"id": "energy",
"type": "充能",
"count": 2
}
]
},
{
"id": "ripple_electro_edge",
"name": "流煌磨刃",
"desc": "【被动】战斗开始时,初始附属<span style=\"color:#FFFFFFFF\">流煌磨刃</span>。",
"skillTag": ["被动技能"],
"points": []
}
]
}
78 changes: 78 additions & 0 deletions src/data/chinese-simplified/tcg_monsters/cryo_abyss_mage.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,78 @@
{
"_id": 3103,
"id": "cryo_abyss_mage",
"name": "冰深渊法师",
"title": "冰深渊法师",
"desc": "",
"attributes": {
"hp": 4,
"card_type": "角色牌",
"energy": 2,
"element": "冰元素",
"weapon": "其他武器",
"faction": ["魔物"]
},
"skills": [
{
"id": "cryo_thorns",
"name": "冰刺",
"desc": "造成1点<span style=\"color:#99FFFFFF\">冰元素伤害</span>。",
"skillTag": ["普通攻击"],
"points": [
{
"_id": 1101,
"id": "cryo",
"type": "冰元素",
"count": 1
},
{
"_id": 1109,
"id": "unaligned_element",
"type": "无色元素",
"count": 2
}
]
},
{
"id": "frostdrift_offering",
"name": "凝华的祭法",
"desc": "造成3点<span style=\"color:#99FFFFFF\">冰元素伤害</span>。",
"skillTag": ["元素战技"],
"points": [
{
"_id": 1101,
"id": "cryo",
"type": "冰元素",
"count": 3
}
]
},
{
"id": "rimestorm_rite",
"name": "霜寒迂旋之仪",
"desc": "造成5点<span style=\"color:#99FFFFFF\">冰元素伤害</span>。",
"skillTag": ["元素爆发"],
"points": [
{
"_id": 1101,
"id": "cryo",
"type": "冰元素",
"count": 3
},
{
"_id": 1110,
"id": "energy",
"type": "充能",
"count": 2
}
]
},
{
"id": "cryo_shield",
"name": "冰元素护罩",
"desc": "【被动】战斗开始时,初始附属<span style=\"color:#FFFFFFFF\">冰元素护罩</span>。",
"skillTag": ["被动技能"],
"points": []
}
]
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,64 @@
{
"_id": 3102,
"id": "cryo_hilichurl_shooter",
"name": "冰箭丘丘人",
"title": "冰箭丘丘人",
"desc": "",
"attributes": {
"hp": 3,
"card_type": "角色牌",
"energy": 2,
"element": "冰元素",
"weapon": "其他武器",
"faction": ["魔物", "丘丘人"]
},
"skills": [
{
"id": "ice_arrow",
"name": "冰箭",
"desc": "造成1点<span style=\"color:#99FFFFFF\">冰元素伤害</span>。",
"skillTag": ["普通攻击"],
"points": [
{
"_id": 1101,
"id": "cryo",
"type": "冰元素",
"count": 1
},
{
"_id": 1109,
"id": "unaligned_element",
"type": "无色元素",
"count": 2
}
]
},
{
"id": "multishot",
"name": "几支一起",
"desc": "造成4点<span style=\"color:#99FFFFFF\">冰元素伤害</span>。",
"skillTag": ["元素爆发"],
"points": [
{
"_id": 1101,
"id": "cryo",
"type": "冰元素",
"count": 3
},
{
"_id": 1110,
"id": "energy",
"type": "充能",
"count": 2
}
]
},
{
"id": "hide",
"name": "躲起来",
"desc": "【被动】此角色出招后,自动切换到下一个角色。",
"skillTag": ["被动技能"],
"points": []
}
]
}
Loading

0 comments on commit b861060

Please sign in to comment.