Files
maplecontest/data/cards.json
gahusb a2b8d6bfb9 feat(bandit): 사일런트 도적 덱 추가
- 도적 시작 직업을 선택 화면에서 활성화하고 bandit 스타터 덱으로 런을 시작하도록 생성기를 연결

- Slay the Spire 사일런트 카드 75장을 bandit 카드 풀에 추가하고 카드명/설명을 한글화

- 현재 전투 엔진이 지원하는 피해, 방어도, 드로우, 독, 약화, 취약, 광역, 다단히트, 회복, 파워 효과로 카드 효과를 매핑

- 도적 스타터 덱을 타격 5장, 수비 5장, 무력화, 생존자로 구성

- bandit 및 도적 전직 계열(shiv, poisoner, trickster)을 카드 프레임 매핑에 연결

- ui/DefaultGroup.ui와 SlayDeckController.codeblock을 생성기로 재생성

검증:

- node --check tools/deck/gen-slaydeck.mjs

- node --test tools/balance/sim-balance.test.mjs tools/map/rogue-map.test.mjs

- 도적 카드 75장 및 한글화 잔여 영어/깨짐 없음 확인
2026-06-14 02:37:14 +09:00

1105 lines
25 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",
"rarity": "normal"
},
"Defend": {
"name": "아이언 바디",
"cost": 1,
"kind": "Skill",
"block": 5,
"desc": "방어도 5",
"image": "1ae9b6741c5947a8b528a0f515b50e3e",
"class": "warrior",
"rarity": "normal"
},
"Bash": {
"name": "슬래시 블러스트",
"cost": 2,
"kind": "Attack",
"damage": 10,
"desc": "피해 10",
"image": "d5bc2953fcab4cfe9062af81c35aff86",
"class": "warrior",
"rarity": "normal"
},
"WarLeap": {
"name": "워 리프",
"cost": 1,
"kind": "Attack",
"damage": 4,
"block": 3,
"desc": "피해 4, 방어도 3",
"image": "992dabf6aff2400e92b2f4f705d8ebe7",
"class": "warrior",
"rarity": "normal"
},
"Brandish": {
"name": "브랜디시",
"cost": 2,
"kind": "Attack",
"damage": 13,
"desc": "피해 13",
"image": "21af4bccc5054a5dbc8245dfa7f08681",
"class": "warrior",
"rarity": "unique"
},
"ChargedBlow": {
"name": "차지 블로우",
"cost": 2,
"kind": "Attack",
"damage": 8,
"vuln": 2,
"desc": "피해 8, 취약 2",
"image": "fe83c7635b0e49ed83d75a2833adb53e",
"class": "warrior",
"rarity": "unique"
},
"Threaten": {
"name": "위협",
"cost": 0,
"kind": "Skill",
"weak": 2,
"desc": "약화 2 부여",
"image": "64daadf1a98e490d9c14ef52ec776e63",
"class": "warrior",
"rarity": "normal"
},
"Enrage": {
"name": "인레이지",
"cost": 1,
"kind": "Skill",
"strength": 2,
"desc": "힘 +2",
"image": "09370fc7551e47238fd103a80fba558e",
"class": "warrior",
"rarity": "unique"
},
"Rage": {
"name": "분노",
"cost": 1,
"kind": "Power",
"powerEffect": "strengthPerTurn",
"value": 1,
"desc": "매 턴 시작 시 힘 +1",
"image": "379d86e3de064959aa4612f71e84ccfb",
"class": "warrior",
"rarity": "legend"
},
"ComboAttack": {
"name": "콤보 어택",
"cost": 1,
"kind": "Attack",
"class": "fighter",
"damage": 5,
"hits": 2,
"desc": "피해 5 × 2회",
"image": "1bc3e52b330648faae9eafd5a205e37b",
"rarity": "unique"
},
"Berserk": {
"name": "버서크",
"cost": 2,
"kind": "Power",
"class": "fighter",
"powerEffect": "energyPerTurn",
"value": 1,
"selfVuln": 1,
"desc": "매턴 에너지 +1, 취약 1 자가",
"image": "cef30ea340c74e768bcee4e2cbe0577a",
"rarity": "legend"
},
"RisingAttack": {
"name": "라이징 어택",
"cost": 2,
"kind": "Attack",
"class": "fighter",
"damage": 12,
"desc": "피해 12",
"image": "3a3d4b8bb5bd4137847caf883e4bf38e",
"rarity": "unique"
},
"ThunderCharge": {
"name": "썬더 차지",
"cost": 1,
"kind": "Attack",
"class": "page",
"damage": 7,
"weak": 1,
"desc": "피해 7, 약화 1",
"image": "f1b7e3041909411eb67af884b446e1e1",
"rarity": "unique"
},
"BlizzardCharge": {
"name": "블리자드 차지",
"cost": 1,
"kind": "Attack",
"class": "page",
"damage": 7,
"vuln": 1,
"desc": "피해 7, 취약 1",
"image": "7915c70952ad432f99519ad79bf929a4",
"rarity": "unique"
},
"PowerGuard": {
"name": "파워 가드",
"cost": 1,
"kind": "Skill",
"class": "page",
"block": 10,
"desc": "방어도 10",
"image": "90a9bf8eeb844b578b4e2d93ac43fedf",
"rarity": "unique"
},
"Pierce": {
"name": "피어스",
"cost": 1,
"kind": "Attack",
"class": "spearman",
"damage": 9,
"pierce": true,
"desc": "피해 9, 방어 무시",
"image": "e312e535a2bc4fed82d36f9c6027c9db",
"rarity": "unique"
},
"IronWall": {
"name": "아이언 월",
"cost": 2,
"kind": "Skill",
"class": "spearman",
"block": 12,
"desc": "방어도 12",
"image": "92021d62341a4bce9cfd09d1b4b865db",
"rarity": "unique"
},
"HyperBody": {
"name": "하이퍼 바디",
"cost": 1,
"kind": "Power",
"class": "spearman",
"powerEffect": "blockPerTurn",
"value": 3,
"desc": "매턴 방어도 +3",
"image": "b4020dbadee6401f9893a020fe4154b1",
"rarity": "legend"
},
"EnergyBolt": {
"name": "에너지 볼트",
"cost": 1,
"kind": "Attack",
"class": "magician",
"damage": 6,
"desc": "피해 6",
"image": "a1ee3069fce14498b92998542679ae40",
"rarity": "normal"
},
"MagicGuard": {
"name": "매직 가드",
"cost": 1,
"kind": "Skill",
"class": "magician",
"block": 5,
"desc": "방어도 5",
"image": "01b249c26eb34b8aaab774bf221907a1",
"rarity": "normal"
},
"MagicClaw": {
"name": "매직 클로",
"cost": 1,
"kind": "Attack",
"class": "magician",
"damage": 3,
"hits": 2,
"desc": "피해 3 × 2회",
"image": "d6e7c04c436f42f19e9806ac5b4401ae",
"rarity": "normal"
},
"Teleport": {
"name": "텔레포트",
"cost": 1,
"kind": "Skill",
"class": "magician",
"block": 3,
"draw": 1,
"desc": "방어도 3, 드로 1",
"image": "80c98c8e032b4f6c8371a24b4e1d8f14",
"rarity": "normal"
},
"Slow": {
"name": "슬로우",
"cost": 1,
"kind": "Skill",
"class": "magician",
"weak": 2,
"desc": "약화 2 부여",
"image": "16f79f571a964430bf1953edc9a14c73",
"rarity": "normal"
},
"FireArrow": {
"name": "파이어 애로우",
"cost": 1,
"kind": "Attack",
"class": "firepoison",
"damage": 8,
"desc": "피해 8",
"image": "78b9be4e711c440f84fc21e51e812bae",
"rarity": "unique"
},
"PoisonBreath": {
"name": "포이즌 브레스",
"cost": 1,
"kind": "Skill",
"class": "firepoison",
"poison": 4,
"desc": "독 4 부여",
"image": "b4e8bd7508b54d208e4f2ad7414f8c0a",
"rarity": "unique"
},
"ElementAmp": {
"name": "엘레멘트 앰플",
"cost": 1,
"kind": "Power",
"class": "firepoison",
"powerEffect": "strengthPerTurn",
"value": 1,
"desc": "매 턴 힘 +1",
"image": "9859f3ab41b945f797d56cd83f95b25f",
"rarity": "legend"
},
"ThunderBolt": {
"name": "썬더 볼트",
"cost": 2,
"kind": "Attack",
"class": "icelightning",
"damage": 6,
"aoe": true,
"desc": "모든 적에게 피해 6",
"image": "c6685d33cb2641f09d11cfa2d5cc820c",
"rarity": "legend"
},
"ColdBeam": {
"name": "콜드 빔",
"cost": 2,
"kind": "Attack",
"class": "icelightning",
"damage": 7,
"weak": 2,
"desc": "피해 7, 약화 2",
"image": "e8f7c148c79f497d83014e3361f59f5c",
"rarity": "unique"
},
"ChillingStep": {
"name": "칠링 스텝",
"cost": 1,
"kind": "Skill",
"class": "icelightning",
"block": 8,
"desc": "방어도 8",
"image": "b2a7274d868241c78aa5780f2beecddf",
"rarity": "unique"
},
"Heal": {
"name": "힐",
"cost": 1,
"kind": "Skill",
"class": "cleric",
"heal": 10,
"desc": "HP 10 회복",
"image": "b4127c181e2942e38821d4a9a1f14596",
"rarity": "unique"
},
"Bless": {
"name": "블레스",
"cost": 1,
"kind": "Skill",
"class": "cleric",
"strength": 1,
"block": 5,
"desc": "힘 +1, 방어도 5",
"image": "d45553db4a414011b67486dfa8a12fe5",
"rarity": "unique"
},
"HolyArrow": {
"name": "홀리 애로우",
"cost": 1,
"kind": "Attack",
"class": "cleric",
"damage": 8,
"desc": "피해 8",
"image": "0265e103b4904f178b1c2bdcd54d5975",
"rarity": "unique"
},
"SilentStrike": {
"name": "타격",
"cost": 1,
"kind": "Attack",
"class": "bandit",
"rarity": "normal",
"damage": 6,
"desc": "피해 6."
},
"SilentDefend": {
"name": "수비",
"cost": 1,
"kind": "Skill",
"class": "bandit",
"rarity": "normal",
"block": 5,
"desc": "방어도 5."
},
"Neutralize": {
"name": "무력화",
"cost": 0,
"kind": "Attack",
"class": "bandit",
"rarity": "normal",
"damage": 3,
"weak": 1,
"desc": "피해 3. 약화 1 부여."
},
"Survivor": {
"name": "생존자",
"cost": 1,
"kind": "Skill",
"class": "bandit",
"rarity": "normal",
"block": 8,
"draw": 1,
"desc": "방어도 8. 카드 1장 드로우."
},
"Acrobatics": {
"name": "곡예",
"cost": 1,
"kind": "Skill",
"class": "bandit",
"rarity": "normal",
"draw": 3,
"desc": "카드 3장 드로우."
},
"Backflip": {
"name": "백플립",
"cost": 1,
"kind": "Skill",
"class": "bandit",
"rarity": "normal",
"block": 5,
"draw": 2,
"desc": "방어도 5. 카드 2장 드로우."
},
"Bane": {
"name": "파멸",
"cost": 1,
"kind": "Attack",
"class": "bandit",
"rarity": "normal",
"damage": 7,
"hits": 2,
"desc": "피해 7을 2회."
},
"BladeDance": {
"name": "칼날 춤",
"cost": 1,
"kind": "Attack",
"class": "bandit",
"rarity": "normal",
"damage": 4,
"hits": 3,
"desc": "시브식 공격: 피해 4를 3회."
},
"CloakAndDagger": {
"name": "망토와 단검",
"cost": 1,
"kind": "Attack",
"class": "bandit",
"rarity": "normal",
"block": 6,
"damage": 4,
"desc": "방어도 6. 피해 4."
},
"DaggerSpray": {
"name": "단검 분사",
"cost": 1,
"kind": "Attack",
"class": "bandit",
"rarity": "normal",
"damage": 4,
"hits": 2,
"aoe": true,
"desc": "모든 적에게 피해 4를 2회."
},
"DaggerThrow": {
"name": "단검 투척",
"cost": 1,
"kind": "Attack",
"class": "bandit",
"rarity": "normal",
"damage": 9,
"draw": 1,
"desc": "피해 9. 카드 1장 드로우."
},
"DeadlyPoison": {
"name": "맹독",
"cost": 1,
"kind": "Skill",
"class": "bandit",
"rarity": "normal",
"poison": 5,
"desc": "독 5 부여."
},
"Deflect": {
"name": "흘리기",
"cost": 0,
"kind": "Skill",
"class": "bandit",
"rarity": "normal",
"block": 4,
"desc": "방어도 4."
},
"DodgeAndRoll": {
"name": "회피와 구르기",
"cost": 1,
"kind": "Skill",
"class": "bandit",
"rarity": "normal",
"block": 8,
"desc": "방어도 8."
},
"FlyingKnee": {
"name": "날아차기",
"cost": 1,
"kind": "Attack",
"class": "bandit",
"rarity": "normal",
"damage": 8,
"desc": "피해 8."
},
"Outmaneuver": {
"name": "책략",
"cost": 1,
"kind": "Power",
"class": "bandit",
"rarity": "normal",
"powerEffect": "energyPerTurn",
"value": 1,
"desc": "매 턴 에너지 +1."
},
"PiercingWail": {
"name": "꿰뚫는 비명",
"cost": 1,
"kind": "Skill",
"class": "bandit",
"rarity": "normal",
"weak": 3,
"desc": "약화 3 부여."
},
"PoisonedStab": {
"name": "독 찌르기",
"cost": 1,
"kind": "Attack",
"class": "bandit",
"rarity": "normal",
"damage": 6,
"poison": 3,
"desc": "피해 6. 독 3 부여."
},
"Prepared": {
"name": "준비",
"cost": 0,
"kind": "Skill",
"class": "bandit",
"rarity": "normal",
"draw": 1,
"desc": "카드 1장 드로우."
},
"QuickSlash": {
"name": "빠른 베기",
"cost": 1,
"kind": "Attack",
"class": "bandit",
"rarity": "normal",
"damage": 8,
"draw": 1,
"desc": "피해 8. 카드 1장 드로우."
},
"Slice": {
"name": "얇게 베기",
"cost": 0,
"kind": "Attack",
"class": "bandit",
"rarity": "normal",
"damage": 6,
"desc": "피해 6."
},
"SneakyStrike": {
"name": "기습 타격",
"cost": 2,
"kind": "Attack",
"class": "bandit",
"rarity": "normal",
"damage": 12,
"desc": "피해 12."
},
"SuckerPunch": {
"name": "불시의 일격",
"cost": 1,
"kind": "Attack",
"class": "bandit",
"rarity": "normal",
"damage": 7,
"weak": 1,
"desc": "피해 7. 약화 1 부여."
},
"Accuracy": {
"name": "정확도",
"cost": 1,
"kind": "Power",
"class": "bandit",
"rarity": "unique",
"powerEffect": "strengthPerTurn",
"value": 1,
"desc": "시브 지원: 매 턴 힘 +1."
},
"AllOutAttack": {
"name": "총공격",
"cost": 1,
"kind": "Attack",
"class": "bandit",
"rarity": "unique",
"damage": 10,
"aoe": true,
"desc": "모든 적에게 피해 10."
},
"Backstab": {
"name": "등 찌르기",
"cost": 0,
"kind": "Attack",
"class": "bandit",
"rarity": "unique",
"damage": 11,
"desc": "피해 11."
},
"Blur": {
"name": "잔상",
"cost": 1,
"kind": "Skill",
"class": "bandit",
"rarity": "unique",
"block": 8,
"desc": "방어도 8."
},
"BouncingFlask": {
"name": "튕기는 플라스크",
"cost": 2,
"kind": "Skill",
"class": "bandit",
"rarity": "unique",
"poison": 9,
"desc": "독 9 부여."
},
"CalculatedGamble": {
"name": "계산된 도박",
"cost": 0,
"kind": "Skill",
"class": "bandit",
"rarity": "unique",
"draw": 3,
"desc": "카드 3장 드로우."
},
"Caltrops": {
"name": "마름쇠",
"cost": 1,
"kind": "Power",
"class": "bandit",
"rarity": "unique",
"powerEffect": "blockPerTurn",
"value": 3,
"desc": "매 턴 방어도 +3."
},
"Catalyst": {
"name": "촉매",
"cost": 1,
"kind": "Skill",
"class": "bandit",
"rarity": "unique",
"poison": 8,
"desc": "독 8 부여."
},
"Choke": {
"name": "목 조르기",
"cost": 2,
"kind": "Attack",
"class": "bandit",
"rarity": "unique",
"damage": 12,
"vuln": 2,
"desc": "피해 12. 취약 2 부여."
},
"Concentrate": {
"name": "집중",
"cost": 0,
"kind": "Power",
"class": "bandit",
"rarity": "unique",
"powerEffect": "energyPerTurn",
"value": 1,
"desc": "매 턴 에너지 +1."
},
"CripplingCloud": {
"name": "불구름",
"cost": 2,
"kind": "Skill",
"class": "bandit",
"rarity": "unique",
"poison": 4,
"weak": 2,
"desc": "독 4와 약화 2 부여."
},
"Dash": {
"name": "질주",
"cost": 2,
"kind": "Attack",
"class": "bandit",
"rarity": "unique",
"block": 10,
"damage": 10,
"desc": "방어도 10. 피해 10."
},
"Distraction": {
"name": "교란",
"cost": 1,
"kind": "Skill",
"class": "bandit",
"rarity": "unique",
"draw": 1,
"desc": "카드 1장 드로우."
},
"EndlessAgony": {
"name": "끝없는 고통",
"cost": 0,
"kind": "Attack",
"class": "bandit",
"rarity": "unique",
"damage": 4,
"hits": 2,
"desc": "피해 4를 2회."
},
"EscapePlan": {
"name": "탈출 계획",
"cost": 0,
"kind": "Skill",
"class": "bandit",
"rarity": "unique",
"block": 3,
"draw": 1,
"desc": "카드 1장 드로우. 방어도 3."
},
"Eviscerate": {
"name": "절개",
"cost": 3,
"kind": "Attack",
"class": "bandit",
"rarity": "unique",
"damage": 7,
"hits": 3,
"desc": "피해 7을 3회."
},
"Expertise": {
"name": "전문가",
"cost": 1,
"kind": "Skill",
"class": "bandit",
"rarity": "unique",
"draw": 3,
"desc": "카드 3장 드로우."
},
"Finisher": {
"name": "마무리",
"cost": 1,
"kind": "Attack",
"class": "bandit",
"rarity": "unique",
"damage": 6,
"hits": 2,
"desc": "피해 6을 2회."
},
"Flechettes": {
"name": "플레셰트",
"cost": 1,
"kind": "Attack",
"class": "bandit",
"rarity": "unique",
"damage": 4,
"hits": 3,
"desc": "피해 4를 3회."
},
"Footwork": {
"name": "발놀림",
"cost": 1,
"kind": "Power",
"class": "bandit",
"rarity": "unique",
"powerEffect": "blockPerTurn",
"value": 2,
"desc": "매 턴 방어도 +2."
},
"HeelHook": {
"name": "발뒤꿈치 걸기",
"cost": 1,
"kind": "Attack",
"class": "bandit",
"rarity": "unique",
"damage": 5,
"draw": 1,
"desc": "피해 5. 카드 1장 드로우."
},
"InfiniteBlades": {
"name": "무한의 칼날",
"cost": 1,
"kind": "Power",
"class": "bandit",
"rarity": "unique",
"powerEffect": "strengthPerTurn",
"value": 1,
"desc": "시브 지원: 매 턴 힘 +1."
},
"LegSweep": {
"name": "다리 걸기",
"cost": 2,
"kind": "Skill",
"class": "bandit",
"rarity": "unique",
"block": 11,
"weak": 2,
"desc": "방어도 11. 약화 2 부여."
},
"MasterfulStab": {
"name": "달인의 찌르기",
"cost": 0,
"kind": "Attack",
"class": "bandit",
"rarity": "unique",
"damage": 12,
"desc": "피해 12."
},
"NoxiousFumes": {
"name": "유독 가스",
"cost": 1,
"kind": "Power",
"class": "bandit",
"rarity": "unique",
"powerEffect": "strengthPerTurn",
"value": 1,
"desc": "독 강화: 매 턴 힘 +1."
},
"Predator": {
"name": "포식자",
"cost": 2,
"kind": "Attack",
"class": "bandit",
"rarity": "unique",
"damage": 15,
"draw": 2,
"desc": "피해 15. 카드 2장 드로우."
},
"Reflex": {
"name": "반사 신경",
"cost": 0,
"kind": "Skill",
"class": "bandit",
"rarity": "unique",
"draw": 2,
"desc": "카드 2장 드로우."
},
"RiddleWithHoles": {
"name": "벌집 만들기",
"cost": 2,
"kind": "Attack",
"class": "bandit",
"rarity": "unique",
"damage": 3,
"hits": 5,
"desc": "피해 3을 5회."
},
"Setup": {
"name": "설치",
"cost": 1,
"kind": "Skill",
"class": "bandit",
"rarity": "unique",
"draw": 1,
"desc": "카드 1장 드로우."
},
"Skewer": {
"name": "꿰뚫기",
"cost": 2,
"kind": "Attack",
"class": "bandit",
"rarity": "unique",
"damage": 7,
"hits": 3,
"desc": "피해 7을 3회."
},
"Tactician": {
"name": "전술가",
"cost": 0,
"kind": "Power",
"class": "bandit",
"rarity": "unique",
"powerEffect": "energyPerTurn",
"value": 1,
"desc": "매 턴 에너지 +1."
},
"Terror": {
"name": "공포",
"cost": 1,
"kind": "Skill",
"class": "bandit",
"rarity": "unique",
"vuln": 5,
"desc": "취약 5 부여."
},
"WellLaidPlans": {
"name": "치밀한 계획",
"cost": 1,
"kind": "Power",
"class": "bandit",
"rarity": "unique",
"powerEffect": "blockPerTurn",
"value": 2,
"desc": "매 턴 방어도 +2."
},
"AThousandCuts": {
"name": "천 개의 상처",
"cost": 2,
"kind": "Power",
"class": "bandit",
"rarity": "legend",
"powerEffect": "strengthPerTurn",
"value": 1,
"desc": "매 턴 힘 +1."
},
"Adrenaline": {
"name": "아드레날린",
"cost": 0,
"kind": "Skill",
"class": "bandit",
"rarity": "legend",
"draw": 2,
"strength": 1,
"desc": "힘 +1. 카드 2장 드로우."
},
"AfterImage": {
"name": "잔상 효과",
"cost": 1,
"kind": "Power",
"class": "bandit",
"rarity": "legend",
"powerEffect": "blockPerTurn",
"value": 1,
"desc": "매 턴 방어도 +1."
},
"Alchemize": {
"name": "연금술",
"cost": 1,
"kind": "Skill",
"class": "bandit",
"rarity": "legend",
"heal": 8,
"desc": "HP 8 회복."
},
"BulletTime": {
"name": "불릿 타임",
"cost": 2,
"kind": "Power",
"class": "bandit",
"rarity": "legend",
"powerEffect": "energyPerTurn",
"value": 2,
"desc": "매 턴 에너지 +2."
},
"Burst": {
"name": "폭발",
"cost": 1,
"kind": "Power",
"class": "bandit",
"rarity": "legend",
"powerEffect": "strengthPerTurn",
"value": 1,
"desc": "매 턴 힘 +1."
},
"CorpseExplosion": {
"name": "시체 폭발",
"cost": 2,
"kind": "Skill",
"class": "bandit",
"rarity": "legend",
"poison": 6,
"vuln": 2,
"desc": "독 6과 취약 2 부여."
},
"DieDieDie": {
"name": "죽어 죽어 죽어",
"cost": 1,
"kind": "Attack",
"class": "bandit",
"rarity": "legend",
"damage": 13,
"aoe": true,
"desc": "모든 적에게 피해 13."
},
"Doppelganger": {
"name": "도플갱어",
"cost": 2,
"kind": "Skill",
"class": "bandit",
"rarity": "legend",
"draw": 3,
"desc": "카드 3장 드로우."
},
"Envenom": {
"name": "맹독 바르기",
"cost": 2,
"kind": "Power",
"class": "bandit",
"rarity": "legend",
"powerEffect": "strengthPerTurn",
"value": 1,
"desc": "독 지원: 매 턴 힘 +1."
},
"GlassKnife": {
"name": "유리 칼",
"cost": 1,
"kind": "Attack",
"class": "bandit",
"rarity": "legend",
"damage": 8,
"hits": 2,
"desc": "피해 8을 2회."
},
"GrandFinale": {
"name": "대단원",
"cost": 0,
"kind": "Attack",
"class": "bandit",
"rarity": "legend",
"damage": 50,
"aoe": true,
"desc": "모든 적에게 피해 50."
},
"Malaise": {
"name": "불쾌감",
"cost": 2,
"kind": "Skill",
"class": "bandit",
"rarity": "legend",
"weak": 3,
"desc": "약화 3 부여."
},
"Nightmare": {
"name": "악몽",
"cost": 3,
"kind": "Skill",
"class": "bandit",
"rarity": "legend",
"draw": 3,
"desc": "카드 3장 드로우."
},
"PhantasmalKiller": {
"name": "환영 살인마",
"cost": 1,
"kind": "Power",
"class": "bandit",
"rarity": "legend",
"powerEffect": "strengthPerTurn",
"value": 2,
"desc": "매 턴 힘 +2."
},
"StormOfSteel": {
"name": "강철 폭풍",
"cost": 1,
"kind": "Attack",
"class": "bandit",
"rarity": "legend",
"damage": 4,
"hits": 5,
"desc": "피해 4를 5회."
},
"ToolsOfTheTrade": {
"name": "거래의 도구",
"cost": 1,
"kind": "Power",
"class": "bandit",
"rarity": "legend",
"powerEffect": "energyPerTurn",
"value": 1,
"desc": "매 턴 에너지 +1."
},
"Unload": {
"name": "난사",
"cost": 1,
"kind": "Attack",
"class": "bandit",
"rarity": "legend",
"damage": 14,
"desc": "피해 14."
},
"WraithForm": {
"name": "망령화",
"cost": 3,
"kind": "Power",
"class": "bandit",
"rarity": "legend",
"powerEffect": "blockPerTurn",
"value": 8,
"desc": "매 턴 방어도 +8."
}
},
"starterDecks": {
"warrior": [
"Strike",
"Strike",
"Strike",
"Strike",
"Strike",
"Defend",
"Defend",
"Defend",
"Defend",
"Bash"
],
"magician": [
"EnergyBolt",
"EnergyBolt",
"EnergyBolt",
"EnergyBolt",
"EnergyBolt",
"MagicGuard",
"MagicGuard",
"MagicGuard",
"MagicGuard",
"MagicClaw"
],
"bandit": [
"SilentStrike",
"SilentStrike",
"SilentStrike",
"SilentStrike",
"SilentStrike",
"SilentDefend",
"SilentDefend",
"SilentDefend",
"SilentDefend",
"SilentDefend",
"Neutralize",
"Survivor"
]
}
}