Files
maplecontest/data/cards.json
gahusb 15b342972d feat(job): 전사 2차 카드 9종·클래스 필드 데이터
- 기존 9종 class=warrior, 신규: 파이터(콤보 어택·버서크·라이징 어택)
  페이지(썬더/블리자드 차지·파워 가드) 스피어맨(피어스·아이언 월·하이퍼 바디)
- 신규 필드: hits(다단)·pierce(방어무시)·selfVuln·energyPerTurn/blockPerTurn
- 이미지 RUID 메이커 선별

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
2026-06-12 13:31:48 +09:00

189 lines
4.4 KiB
JSON
Raw 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.
{
"cards": {
"Strike": {
"name": "파워 스트라이크",
"cost": 1,
"kind": "Attack",
"damage": 6,
"desc": "피해 6",
"image": "a71b116807904ef2b38e1dc013e2f9a2",
"class": "warrior"
},
"Defend": {
"name": "아이언 바디",
"cost": 1,
"kind": "Skill",
"block": 5,
"desc": "방어도 5",
"image": "1ae9b6741c5947a8b528a0f515b50e3e",
"class": "warrior"
},
"Bash": {
"name": "슬래시 블러스트",
"cost": 2,
"kind": "Attack",
"damage": 10,
"desc": "피해 10",
"image": "d5bc2953fcab4cfe9062af81c35aff86",
"class": "warrior"
},
"WarLeap": {
"name": "워 리프",
"cost": 1,
"kind": "Attack",
"damage": 4,
"block": 3,
"desc": "피해 4, 방어도 3",
"image": "992dabf6aff2400e92b2f4f705d8ebe7",
"class": "warrior"
},
"Brandish": {
"name": "브랜디시",
"cost": 2,
"kind": "Attack",
"damage": 13,
"desc": "피해 13",
"image": "21af4bccc5054a5dbc8245dfa7f08681",
"class": "warrior"
},
"ChargedBlow": {
"name": "차지 블로우",
"cost": 2,
"kind": "Attack",
"damage": 8,
"vuln": 2,
"desc": "피해 8, 취약 2",
"image": "fe83c7635b0e49ed83d75a2833adb53e",
"class": "warrior"
},
"Threaten": {
"name": "위협",
"cost": 0,
"kind": "Skill",
"weak": 2,
"desc": "약화 2 부여",
"image": "64daadf1a98e490d9c14ef52ec776e63",
"class": "warrior"
},
"Enrage": {
"name": "인레이지",
"cost": 1,
"kind": "Skill",
"strength": 2,
"desc": "힘 +2",
"image": "09370fc7551e47238fd103a80fba558e",
"class": "warrior"
},
"Rage": {
"name": "분노",
"cost": 1,
"kind": "Power",
"powerEffect": "strengthPerTurn",
"value": 1,
"desc": "매 턴 시작 시 힘 +1",
"image": "379d86e3de064959aa4612f71e84ccfb",
"class": "warrior"
},
"ComboAttack": {
"name": "콤보 어택",
"cost": 1,
"kind": "Attack",
"class": "fighter",
"damage": 5,
"hits": 2,
"desc": "피해 5 × 2회",
"image": "1bc3e52b330648faae9eafd5a205e37b"
},
"Berserk": {
"name": "버서크",
"cost": 2,
"kind": "Power",
"class": "fighter",
"powerEffect": "energyPerTurn",
"value": 1,
"selfVuln": 1,
"desc": "매턴 에너지 +1, 취약 1 자가",
"image": "cef30ea340c74e768bcee4e2cbe0577a"
},
"RisingAttack": {
"name": "라이징 어택",
"cost": 2,
"kind": "Attack",
"class": "fighter",
"damage": 12,
"desc": "피해 12",
"image": "3a3d4b8bb5bd4137847caf883e4bf38e"
},
"ThunderCharge": {
"name": "썬더 차지",
"cost": 1,
"kind": "Attack",
"class": "page",
"damage": 7,
"weak": 1,
"desc": "피해 7, 약화 1",
"image": "f1b7e3041909411eb67af884b446e1e1"
},
"BlizzardCharge": {
"name": "블리자드 차지",
"cost": 1,
"kind": "Attack",
"class": "page",
"damage": 7,
"vuln": 1,
"desc": "피해 7, 취약 1",
"image": "7915c70952ad432f99519ad79bf929a4"
},
"PowerGuard": {
"name": "파워 가드",
"cost": 1,
"kind": "Skill",
"class": "page",
"block": 10,
"desc": "방어도 10",
"image": "90a9bf8eeb844b578b4e2d93ac43fedf"
},
"Pierce": {
"name": "피어스",
"cost": 1,
"kind": "Attack",
"class": "spearman",
"damage": 9,
"pierce": true,
"desc": "피해 9, 방어 무시",
"image": "e312e535a2bc4fed82d36f9c6027c9db"
},
"IronWall": {
"name": "아이언 월",
"cost": 2,
"kind": "Skill",
"class": "spearman",
"block": 12,
"desc": "방어도 12",
"image": "92021d62341a4bce9cfd09d1b4b865db"
},
"HyperBody": {
"name": "하이퍼 바디",
"cost": 1,
"kind": "Power",
"class": "spearman",
"powerEffect": "blockPerTurn",
"value": 3,
"desc": "매턴 방어도 +3",
"image": "b4020dbadee6401f9893a020fe4154b1"
}
},
"starterDeck": [
"Strike",
"Strike",
"Strike",
"Strike",
"Strike",
"Defend",
"Defend",
"Defend",
"Defend",
"Bash"
]
}