From 2bf5716fce8695745bf529fd260ebcc2ade0b178 Mon Sep 17 00:00:00 2001 From: gahusb Date: Fri, 12 Jun 2026 01:25:02 +0900 Subject: [PATCH] =?UTF-8?q?feat(buffs-power):=20=EC=8B=A0=EA=B7=9C=20?= =?UTF-8?q?=EC=B9=B4=EB=93=9C=204=EC=A2=85=C2=B7=EC=A0=81=20=EB=94=94?= =?UTF-8?q?=EB=B2=84=ED=94=84=20=EC=9D=B8=ED=85=90=ED=8A=B8=20=EB=8D=B0?= =?UTF-8?q?=EC=9D=B4=ED=84=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 차지 블로우(피해8·취약2)·위협(약화2)·인레이지(힘+2)·분노(Power, 매턴 힘+1) - 카드 이미지 RUID 메이커 선별 (공식 리소스) - 정예 슬라임·머쉬맘·변형된 달팽이(약화), 슬라임 킹·킹 슬라임(취약) 디버프 인텐트 Co-Authored-By: Claude Opus 4.8 (1M context) --- data/cards.json | 34 ++++++++++++++++++++++++++++++++++ data/enemies.json | 9 +++++++-- 2 files changed, 41 insertions(+), 2 deletions(-) diff --git a/data/cards.json b/data/cards.json index 6a09f5a..fd79898 100644 --- a/data/cards.json +++ b/data/cards.json @@ -40,6 +40,40 @@ "damage": 13, "desc": "피해 13", "image": "21af4bccc5054a5dbc8245dfa7f08681" + }, + "ChargedBlow": { + "name": "차지 블로우", + "cost": 2, + "kind": "Attack", + "damage": 8, + "vuln": 2, + "desc": "피해 8, 취약 2", + "image": "fe83c7635b0e49ed83d75a2833adb53e" + }, + "Threaten": { + "name": "위협", + "cost": 0, + "kind": "Skill", + "weak": 2, + "desc": "약화 2 부여", + "image": "64daadf1a98e490d9c14ef52ec776e63" + }, + "Enrage": { + "name": "인레이지", + "cost": 1, + "kind": "Skill", + "strength": 2, + "desc": "힘 +2", + "image": "09370fc7551e47238fd103a80fba558e" + }, + "Rage": { + "name": "분노", + "cost": 1, + "kind": "Power", + "powerEffect": "strengthPerTurn", + "value": 1, + "desc": "매 턴 시작 시 힘 +1", + "image": "379d86e3de064959aa4612f71e84ccfb" } }, "starterDeck": [ diff --git a/data/enemies.json b/data/enemies.json index c051043..668886c 100644 --- a/data/enemies.json +++ b/data/enemies.json @@ -15,7 +15,8 @@ "intents": [ { "kind": "Attack", "value": 14 }, { "kind": "Attack", "value": 8 }, - { "kind": "Defend", "value": 10 } + { "kind": "Defend", "value": 10 }, + { "kind": "Debuff", "effect": "weak", "value": 1 } ] }, "slime_boss": { @@ -24,6 +25,7 @@ "intents": [ { "kind": "Attack", "value": 18 }, { "kind": "Defend", "value": 12 }, + { "kind": "Debuff", "effect": "vuln", "value": 2 }, { "kind": "Attack", "value": 10 }, { "kind": "Attack", "value": 22 } ] @@ -70,6 +72,7 @@ "maxHp": 75, "intents": [ { "kind": "Defend", "value": 10 }, + { "kind": "Debuff", "effect": "weak", "value": 2 }, { "kind": "Attack", "value": 16 }, { "kind": "Attack", "value": 9 }, { "kind": "Defend", "value": 6 } @@ -82,7 +85,8 @@ { "kind": "Attack", "value": 12 }, { "kind": "Defend", "value": 8 }, { "kind": "Attack", "value": 7 }, - { "kind": "Attack", "value": 14 } + { "kind": "Attack", "value": 14 }, + { "kind": "Debuff", "effect": "weak", "value": 1 } ] }, "king_slime": { @@ -91,6 +95,7 @@ "intents": [ { "kind": "Attack", "value": 18 }, { "kind": "Defend", "value": 14 }, + { "kind": "Debuff", "effect": "vuln", "value": 2 }, { "kind": "Attack", "value": 12 }, { "kind": "Attack", "value": 24 } ]