feat(buffs-power): 신규 카드 4종·적 디버프 인텐트 데이터

- 차지 블로우(피해8·취약2)·위협(약화2)·인레이지(힘+2)·분노(Power, 매턴 힘+1)
- 카드 이미지 RUID 메이커 선별 (공식 리소스)
- 정예 슬라임·머쉬맘·변형된 달팽이(약화), 슬라임 킹·킹 슬라임(취약) 디버프 인텐트

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
This commit is contained in:
2026-06-12 01:25:02 +09:00
parent 12f3928ab4
commit 2bf5716fce
2 changed files with 41 additions and 2 deletions

View File

@@ -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 }
]