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:
@@ -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": [
|
||||
|
||||
@@ -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 }
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user