리뷰 발견 수정: 게임버그 6 + 시뮬 충실도 3 + 설명/데이터 정정 (Lua↔JS 동기화) #96

Merged
gahusb merged 11 commits from fix/review-findings into main 2026-06-29 21:46:45 +09:00
2 changed files with 8 additions and 8 deletions
Showing only changes of commit 8a43ca91da - Show all commits

File diff suppressed because one or more lines are too long

View File

@@ -89,10 +89,10 @@
"Rage": { "Rage": {
"name": "분노", "name": "분노",
"cost": 1, "cost": 1,
"kind": "Power", "kind": "Attack",
"aoe": true, "aoe": true,
"damage": 4, "damage": 4,
"desc": "매 턴 시작 시 힘 +1", "desc": "모든 적에게 피해를 4 줍니다.",
"image": "379d86e3de064959aa4612f71e84ccfb", "image": "379d86e3de064959aa4612f71e84ccfb",
"class": "warrior", "class": "warrior",
"rarity": "legend" "rarity": "legend"
@@ -712,7 +712,7 @@
"kind": "Attack", "kind": "Attack",
"class": "bandit", "class": "bandit",
"rarity": "unique", "rarity": "unique",
"desc": "피해를 8 줍니다. 이번 턴에 카드를 사용할 때마다, 대상 적이 체력을 2 잃습니다.", "desc": "피해를 8 줍니다.",
"damage": 8, "damage": 8,
"image": "92a5020c978c46bdabab910598118b86" "image": "92a5020c978c46bdabab910598118b86"
}, },
@@ -845,7 +845,7 @@
"kind": "Skill", "kind": "Skill",
"class": "bandit", "class": "bandit",
"rarity": "unique", "rarity": "unique",
"desc": "모든 적에게 부여된 중독과 동일한 만큼의 방어도를 얻습니다. 소멸.", "desc": "카드를 1장 뽑습니다.",
"draw": 1, "draw": 1,
"image": "0946f69d84464df29b24b94c744c868d" "image": "0946f69d84464df29b24b94c744c868d"
}, },
@@ -1098,7 +1098,7 @@
"kind": "Skill", "kind": "Skill",
"class": "bandit", "class": "bandit",
"rarity": "legend", "rarity": "legend",
"desc": "적이 힘을 X 잃습니다. 약화를 X 부여합니다. 소멸.", "desc": "에너지를 모두 사용하고, 사용한 에너지만큼 적에게 약화를 부여합니다.",
"useAllEnergy": true, "useAllEnergy": true,
"xWeakPerEnergy": 1, "xWeakPerEnergy": 1,
"image": "0946f69d84464df29b24b94c744c868d" "image": "0946f69d84464df29b24b94c744c868d"
@@ -1183,7 +1183,7 @@
"kind": "Skill", "kind": "Skill",
"class": "bandit", "class": "bandit",
"rarity": "legend", "rarity": "legend",
"desc": "대상 적에게 소멸된 카드 더미에 있는 모든 표창을 사용합니다.", "desc": "카드를 1장 뽑습니다.",
"draw": 1, "draw": 1,
"image": "1b0f2dc8abd0434990eee1befefcbe0d" "image": "1b0f2dc8abd0434990eee1befefcbe0d"
}, },