feat(thief): add thief and thief master cards
This commit is contained in:
219
data/cards.json
219
data/cards.json
@@ -1394,6 +1394,225 @@
|
||||
"intangible": 2,
|
||||
"endTurnDexLoss": 1,
|
||||
"image": "0946f69d84464df29b24b94c744c868d"
|
||||
},
|
||||
"SavageBlow": {
|
||||
"name": "새비지 블로우",
|
||||
"cost": 1,
|
||||
"kind": "Attack",
|
||||
"class": "thief",
|
||||
"rarity": "normal",
|
||||
"desc": "피해를 4만큼 3번 줍니다.",
|
||||
"damage": 4,
|
||||
"hits": 3,
|
||||
"image": "92a5020c978c46bdabab910598118b86"
|
||||
},
|
||||
"CriticalEdge": {
|
||||
"name": "크리티컬 엣지",
|
||||
"cost": 1,
|
||||
"kind": "Skill",
|
||||
"class": "thief",
|
||||
"rarity": "unique",
|
||||
"desc": "카드를 1장 뽑습니다. 다음 턴에, 공격 카드의 피해량이 2배가 됩니다.",
|
||||
"draw": 1,
|
||||
"nextTurnAttackMultiplier": 2,
|
||||
"image": "c1e19219745e44c39ae6ac2f77e347d9"
|
||||
},
|
||||
"Steal": {
|
||||
"name": "스틸",
|
||||
"cost": 0,
|
||||
"kind": "Attack",
|
||||
"class": "thief",
|
||||
"rarity": "normal",
|
||||
"desc": "피해를 5 줍니다. 에너지를 1 얻습니다.",
|
||||
"damage": 5,
|
||||
"gainEnergy": 1,
|
||||
"image": "1b0f2dc8abd0434990eee1befefcbe0d"
|
||||
},
|
||||
"DaggerAcceleration": {
|
||||
"name": "대거 액셀레이션",
|
||||
"cost": 0,
|
||||
"kind": "Skill",
|
||||
"class": "thief",
|
||||
"rarity": "normal",
|
||||
"desc": "카드를 2장 뽑습니다. 카드를 1장 버립니다.",
|
||||
"draw": 2,
|
||||
"discard": 1,
|
||||
"image": "91a2d1c16cb041549adbf1a0d7b1f37f"
|
||||
},
|
||||
"Karma": {
|
||||
"name": "카르마",
|
||||
"cost": 1,
|
||||
"kind": "Attack",
|
||||
"class": "thief",
|
||||
"rarity": "unique",
|
||||
"desc": "피해를 8 줍니다. 방어도를 무시합니다.",
|
||||
"damage": 8,
|
||||
"pierce": true,
|
||||
"image": "b1360ed0c4b942309d240634b8f36872"
|
||||
},
|
||||
"DaggerMastery": {
|
||||
"name": "대거 마스터리",
|
||||
"cost": 1,
|
||||
"kind": "Power",
|
||||
"class": "thief",
|
||||
"rarity": "unique",
|
||||
"desc": "힘을 1 얻습니다.",
|
||||
"strength": 1,
|
||||
"image": "49c8f279bfa64bf3954037f17da0052d"
|
||||
},
|
||||
"PhysicalTraining": {
|
||||
"name": "피지컬 트레이닝",
|
||||
"cost": 1,
|
||||
"kind": "Skill",
|
||||
"class": "thief",
|
||||
"rarity": "normal",
|
||||
"desc": "힘을 1 얻습니다. 민첩을 1 얻습니다.",
|
||||
"strength": 1,
|
||||
"dex": 1,
|
||||
"image": "49c8f279bfa64bf3954037f17da0052d"
|
||||
},
|
||||
"ShieldMastery": {
|
||||
"name": "실드 마스터리",
|
||||
"cost": 1,
|
||||
"kind": "Skill",
|
||||
"class": "thief",
|
||||
"rarity": "normal",
|
||||
"desc": "방어도를 8 얻습니다. 다음 턴에, 방어도를 3 얻습니다.",
|
||||
"block": 8,
|
||||
"nextTurnBlock": 3,
|
||||
"image": "0946f69d84464df29b24b94c744c868d"
|
||||
},
|
||||
"ThiefAgility": {
|
||||
"name": "시프 어질리티",
|
||||
"cost": 1,
|
||||
"kind": "Skill",
|
||||
"class": "thief",
|
||||
"rarity": "unique",
|
||||
"desc": "방어도를 5 얻습니다. 민첩을 1 얻습니다.",
|
||||
"block": 5,
|
||||
"dex": 1,
|
||||
"image": "91a2d1c16cb041549adbf1a0d7b1f37f"
|
||||
},
|
||||
"EdgeCarnival": {
|
||||
"name": "엣지 카니발",
|
||||
"cost": 1,
|
||||
"kind": "Attack",
|
||||
"class": "thiefmaster",
|
||||
"rarity": "unique",
|
||||
"desc": "피해를 3만큼 5번 줍니다.",
|
||||
"damage": 3,
|
||||
"hits": 5,
|
||||
"image": "1b0f2dc8abd0434990eee1befefcbe0d"
|
||||
},
|
||||
"MuspelHeim": {
|
||||
"name": "무스펠 하임",
|
||||
"cost": 2,
|
||||
"kind": "Attack",
|
||||
"class": "thiefmaster",
|
||||
"rarity": "unique",
|
||||
"desc": "모든 적에게 피해를 8 줍니다. 약화를 1 부여합니다.",
|
||||
"aoe": true,
|
||||
"damage": 8,
|
||||
"weak": 1,
|
||||
"image": "91a2d1c16cb041549adbf1a0d7b1f37f"
|
||||
},
|
||||
"MesoExplosion": {
|
||||
"name": "메소 익스플로젼",
|
||||
"cost": 1,
|
||||
"kind": "Attack",
|
||||
"class": "thiefmaster",
|
||||
"rarity": "unique",
|
||||
"desc": "이번 턴에 버린 카드 1장당 피해를 6 줍니다.",
|
||||
"damage": 0,
|
||||
"damagePerDiscardedThisTurn": 6,
|
||||
"image": "1b0f2dc8abd0434990eee1befefcbe0d"
|
||||
},
|
||||
"DarkFlare": {
|
||||
"name": "다크 플레어",
|
||||
"cost": 1,
|
||||
"kind": "Power",
|
||||
"class": "thiefmaster",
|
||||
"rarity": "unique",
|
||||
"desc": "매 턴 모든 적에게 피해를 4 줍니다.",
|
||||
"powerEffect": "damagePerTurn",
|
||||
"value": 4,
|
||||
"image": "0946f69d84464df29b24b94c744c868d"
|
||||
},
|
||||
"PickPocket": {
|
||||
"name": "픽 파킷",
|
||||
"cost": 1,
|
||||
"kind": "Skill",
|
||||
"class": "thiefmaster",
|
||||
"rarity": "unique",
|
||||
"desc": "카드를 1장 뽑습니다. 표창을 1장 손으로 가져옵니다.",
|
||||
"draw": 1,
|
||||
"addShiv": 1,
|
||||
"image": "c1e19219745e44c39ae6ac2f77e347d9"
|
||||
},
|
||||
"ShadowPartner": {
|
||||
"name": "쉐도우 파트너",
|
||||
"cost": 2,
|
||||
"kind": "Skill",
|
||||
"class": "thiefmaster",
|
||||
"rarity": "legend",
|
||||
"desc": "다음 턴에, 공격 카드의 피해량이 2배가 됩니다. 카드를 1장 뽑습니다.",
|
||||
"nextTurnAttackMultiplier": 2,
|
||||
"draw": 1,
|
||||
"image": "0946f69d84464df29b24b94c744c868d"
|
||||
},
|
||||
"AdvancedDarkSight": {
|
||||
"name": "어드밴스드 다크 사이트",
|
||||
"cost": 1,
|
||||
"kind": "Skill",
|
||||
"class": "thiefmaster",
|
||||
"rarity": "unique",
|
||||
"desc": "무형을 1 얻습니다. 카드를 1장 뽑습니다.",
|
||||
"intangible": 1,
|
||||
"draw": 1,
|
||||
"image": "0946f69d84464df29b24b94c744c868d"
|
||||
},
|
||||
"IntoDarkness": {
|
||||
"name": "인투 다크니스",
|
||||
"cost": 1,
|
||||
"kind": "Skill",
|
||||
"class": "thiefmaster",
|
||||
"rarity": "unique",
|
||||
"desc": "모든 적에게 약화를 2 부여합니다.",
|
||||
"affectsAllEnemies": true,
|
||||
"weak": 2,
|
||||
"image": "0946f69d84464df29b24b94c744c868d"
|
||||
},
|
||||
"Venom": {
|
||||
"name": "베놈",
|
||||
"cost": 2,
|
||||
"kind": "Power",
|
||||
"class": "thiefmaster",
|
||||
"rarity": "legend",
|
||||
"desc": "공격 카드가 맞히지 않은 피해를 줄 때마다 중독을 2 부여합니다.",
|
||||
"attackPoison": 2,
|
||||
"image": "19361e72087946b1888684185b40d935"
|
||||
},
|
||||
"Grid": {
|
||||
"name": "그리드",
|
||||
"cost": 1,
|
||||
"kind": "Power",
|
||||
"class": "thiefmaster",
|
||||
"rarity": "unique",
|
||||
"desc": "매 턴 방어도를 3 얻습니다.",
|
||||
"powerEffect": "blockPerTurn",
|
||||
"value": 3,
|
||||
"image": "0946f69d84464df29b24b94c744c868d"
|
||||
},
|
||||
"RadicalDarkness": {
|
||||
"name": "래디컬 다크니스",
|
||||
"cost": 2,
|
||||
"kind": "Skill",
|
||||
"class": "thiefmaster",
|
||||
"rarity": "legend",
|
||||
"desc": "이번 턴 동안 얻는 방어도가 2배가 됩니다. 카드를 1장 뽑습니다.",
|
||||
"blockGainMultiplier": 2,
|
||||
"draw": 1,
|
||||
"image": "0946f69d84464df29b24b94c744c868d"
|
||||
}
|
||||
},
|
||||
"starterDecks": {
|
||||
|
||||
BIN
data/cards.xlsx
BIN
data/cards.xlsx
Binary file not shown.
Reference in New Issue
Block a user