From 013f946c6b21e119a82993d1df5ca84a66077016 Mon Sep 17 00:00:00 2001 From: gahusb Date: Thu, 11 Jun 2026 09:05:00 +0900 Subject: [PATCH] =?UTF-8?q?feat(system-gaps):=20=EC=8B=A0=EA=B7=9C=20?= =?UTF-8?q?=EC=B9=B4=EB=93=9C=20=EC=9D=B4=EB=AF=B8=EC=A7=80=20RUID=20(?= =?UTF-8?q?=EC=9B=8C=20=EB=A6=AC=ED=94=84=C2=B7=EB=B8=8C=EB=9E=9C=EB=94=94?= =?UTF-8?q?=EC=8B=9C=20=E2=80=94=20=EB=A9=94=EC=9D=B4=EC=BB=A4=20=EC=84=A0?= =?UTF-8?q?=EB=B3=84)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-Authored-By: Claude Opus 4.8 (1M context) --- data/cards.json | 59 ++++++++++++++++++++++++++++++++++++++++++++----- 1 file changed, 53 insertions(+), 6 deletions(-) diff --git a/data/cards.json b/data/cards.json index 8946935..6a09f5a 100644 --- a/data/cards.json +++ b/data/cards.json @@ -1,10 +1,57 @@ { "cards": { - "Strike": { "name": "파워 스트라이크", "cost": 1, "kind": "Attack", "damage": 6, "desc": "피해 6", "image": "a71b116807904ef2b38e1dc013e2f9a2" }, - "Defend": { "name": "아이언 바디", "cost": 1, "kind": "Skill", "block": 5, "desc": "방어도 5", "image": "1ae9b6741c5947a8b528a0f515b50e3e" }, - "Bash": { "name": "슬래시 블러스트", "cost": 2, "kind": "Attack", "damage": 10, "desc": "피해 10", "image": "d5bc2953fcab4cfe9062af81c35aff86" }, - "WarLeap": { "name": "워 리프", "cost": 1, "kind": "Attack", "damage": 4, "block": 3, "desc": "피해 4, 방어도 3" }, - "Brandish": { "name": "브랜디시", "cost": 2, "kind": "Attack", "damage": 13, "desc": "피해 13" } + "Strike": { + "name": "파워 스트라이크", + "cost": 1, + "kind": "Attack", + "damage": 6, + "desc": "피해 6", + "image": "a71b116807904ef2b38e1dc013e2f9a2" + }, + "Defend": { + "name": "아이언 바디", + "cost": 1, + "kind": "Skill", + "block": 5, + "desc": "방어도 5", + "image": "1ae9b6741c5947a8b528a0f515b50e3e" + }, + "Bash": { + "name": "슬래시 블러스트", + "cost": 2, + "kind": "Attack", + "damage": 10, + "desc": "피해 10", + "image": "d5bc2953fcab4cfe9062af81c35aff86" + }, + "WarLeap": { + "name": "워 리프", + "cost": 1, + "kind": "Attack", + "damage": 4, + "block": 3, + "desc": "피해 4, 방어도 3", + "image": "992dabf6aff2400e92b2f4f705d8ebe7" + }, + "Brandish": { + "name": "브랜디시", + "cost": 2, + "kind": "Attack", + "damage": 13, + "desc": "피해 13", + "image": "21af4bccc5054a5dbc8245dfa7f08681" + } }, - "starterDeck": ["Strike", "Strike", "Strike", "Strike", "Strike", "Defend", "Defend", "Defend", "Defend", "Bash"] + "starterDeck": [ + "Strike", + "Strike", + "Strike", + "Strike", + "Strike", + "Defend", + "Defend", + "Defend", + "Defend", + "Bash" + ] }