feat: 도적 공용 효과 정리

This commit is contained in:
2026-06-22 21:59:28 +09:00
parent 4f9be00ff2
commit a3d5174b34
11 changed files with 805 additions and 239 deletions

View File

@@ -59,6 +59,7 @@
"cost": 2,
"kind": "Attack",
"damage": 8,
"firstCardDamageBonus": 2,
"vuln": 2,
"desc": "피해 8, 취약 2",
"image": "fe83c7635b0e49ed83d75a2833adb53e",
@@ -527,7 +528,8 @@
"damage": 3,
"hits": 4,
"sly": true,
"image": "1b0f2dc8abd0434990eee1befefcbe0d"
"image": "1b0f2dc8abd0434990eee1befefcbe0d",
"randomTargetEachHit": true
},
"Prepared": {
"name": "예비",
@@ -536,7 +538,7 @@
"class": "bandit",
"rarity": "normal",
"desc": "카드를 1장 뽑습니다. 카드를 1장 버립니다.",
"draw": 1,
"blockPerDamageDealtThisTurn": 1,
"discard": 1,
"image": "c1e19219745e44c39ae6ac2f77e347d9"
},
@@ -601,7 +603,9 @@
"rarity": "normal",
"desc": "이번 턴 동안 모든 적이 힘을 6 잃습니다. 소멸.",
"draw": 1,
"image": "0946f69d84464df29b24b94c744c868d"
"image": "0946f69d84464df29b24b94c744c868d",
"affectsAllEnemies": true,
"enemyStrengthLossThisTurn": 6
},
"CloakAndDagger": {
"name": "망토와 단검",
@@ -786,7 +790,10 @@
"rarity": "unique",
"desc": "대상 적의 모든 인공물과 방어도를 제거합니다. 취약을 2 부여합니다. 소멸.",
"vuln": 2,
"image": "0946f69d84464df29b24b94c744c868d"
"image": "0946f69d84464df29b24b94c744c868d",
"affectsAllEnemies": true,
"removeEnemyBlock": true,
"removeEnemyArtifact": true
},
"HiddenDaggers": {
"name": "숨겨진 단검",
@@ -829,7 +836,8 @@
"rarity": "unique",
"desc": "방어도를 7 얻습니다. 이번 턴 동안 손에 있는 스킬 카드 1장에 교활을 추가합니다.",
"block": 7,
"image": "c1e19219745e44c39ae6ac2f77e347d9"
"image": "c1e19219745e44c39ae6ac2f77e347d9",
"turnHandSlyCount": 1
},
"Mirage": {
"name": "신기루",
@@ -859,7 +867,8 @@
"rarity": "unique",
"desc": "적이 중독을 보유하고 있다면, 중독을 9 부여합니다.",
"poison": 9,
"image": "19361e72087946b1888684185b40d935"
"image": "19361e72087946b1888684185b40d935",
"poisonIfTargetPoisoned": true
},
"Blur": {
"name": "흐릿함",
@@ -891,7 +900,8 @@
"rarity": "unique",
"desc": "표창을 3장 손으로 가져옵니다. 이 카드의 비용이 1 감소합니다.",
"addShiv": 3,
"image": "1b0f2dc8abd0434990eee1befefcbe0d"
"image": "1b0f2dc8abd0434990eee1befefcbe0d",
"combatCostReductionOnPlay": 1
},
"BouncingFlask": {
"name": "탄성 플라스크",
@@ -975,12 +985,10 @@
"kind": "Power",
"class": "bandit",
"rarity": "unique",
"desc": "중독을 3번 부여 때마다, 모든 적에게 피해를 11 줍니다.",
"aoe": true,
"powerEffect": "strengthPerTurn",
"value": 1,
"damage": 11,
"image": "19361e72087946b1888684185b40d935"
"desc": "독이 3번 부여 때마다 모든 적에게 11 피해를 줍니다.",
"image": "19361e72087946b1888684185b40d935",
"poisonApplicationBurstEvery": 3,
"poisonApplicationBurstDamage": 11
},
"NoxiousFumes": {
"name": "유독 가스",
@@ -1059,7 +1067,8 @@
"desc": "모든 적에게 피해를 10 줍니다. 적을 처치할 때마다 이 효과를 반복합니다.",
"aoe": true,
"damage": 10,
"image": "dbdbb1b56ae54672ae68ac6882fff6a2"
"image": "dbdbb1b56ae54672ae68ac6882fff6a2",
"repeatOnKill": true
},
"TheHunt": {
"name": "사냥",
@@ -1228,10 +1237,9 @@
"kind": "Power",
"class": "bandit",
"rarity": "legend",
"desc": "중독이 1번 추가로 발동합니다.",
"powerEffect": "strengthPerTurn",
"value": 1,
"image": "19361e72087946b1888684185b40d935"
"desc": "적 턴 시작 시 독이 한 번 더 틱합니다.",
"image": "19361e72087946b1888684185b40d935",
"extraPoisonTicks": 1
},
"Envenom": {
"name": "독 바르기",
@@ -1249,10 +1257,9 @@
"kind": "Power",
"class": "bandit",
"rarity": "legend",
"desc": "스킬 카드를 사용 시, 그 카드 교활을 얻습니다.",
"powerEffect": "strengthPerTurn",
"value": 1,
"image": "c1e19219745e44c39ae6ac2f77e347d9"
"desc": "사용한 스킬 카드 교활해집니다.",
"image": "c1e19219745e44c39ae6ac2f77e347d9",
"skillSlyOnPlay": true
},
"Tracking": {
"name": "추적",