feat(system-gaps): 경제 상향(승리25·엘리트+15)·적 패턴 보강·신규 카드 2종 데이터

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-06-11 08:57:33 +09:00
parent 248677759c
commit 1de8fac893
3 changed files with 19 additions and 10 deletions

View File

@@ -2,7 +2,9 @@
"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" }
"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" }
},
"starterDeck": ["Strike", "Strike", "Strike", "Strike", "Strike", "Defend", "Defend", "Defend", "Defend", "Bash"]
}

View File

@@ -32,17 +32,19 @@
"name": "주황버섯",
"maxHp": 16,
"intents": [
{ "kind": "Attack", "value": 5 },
{ "kind": "Attack", "value": 5 },
{ "kind": "Defend", "value": 4 },
{ "kind": "Attack", "value": 7 }
{ "kind": "Attack", "value": 8 }
]
},
"blue_mushroom": {
"name": "파란버섯",
"maxHp": 22,
"intents": [
{ "kind": "Attack", "value": 8 },
{ "kind": "Attack", "value": 4 }
{ "kind": "Attack", "value": 4 },
{ "kind": "Attack", "value": 4 },
{ "kind": "Attack", "value": 10 }
]
},
"pig": {
@@ -50,7 +52,8 @@
"maxHp": 18,
"intents": [
{ "kind": "Attack", "value": 6 },
{ "kind": "Defend", "value": 3 }
{ "kind": "Attack", "value": 6 },
{ "kind": "Defend", "value": 5 }
]
},
"green_mushroom": {
@@ -58,16 +61,18 @@
"maxHp": 20,
"intents": [
{ "kind": "Attack", "value": 7 },
{ "kind": "Attack", "value": 4 }
{ "kind": "Defend", "value": 3 },
{ "kind": "Attack", "value": 9 }
]
},
"mushmom": {
"name": "머쉬맘",
"maxHp": 75,
"intents": [
{ "kind": "Attack", "value": 14 },
{ "kind": "Defend", "value": 10 },
{ "kind": "Attack", "value": 9 }
{ "kind": "Attack", "value": 16 },
{ "kind": "Attack", "value": 9 },
{ "kind": "Defend", "value": 6 }
]
},
"modified_snail": {
@@ -75,8 +80,9 @@
"maxHp": 60,
"intents": [
{ "kind": "Attack", "value": 12 },
{ "kind": "Defend", "value": 8 },
{ "kind": "Attack", "value": 7 },
{ "kind": "Defend", "value": 8 }
{ "kind": "Attack", "value": 14 }
]
},
"king_slime": {