Implement dex and thorns effects
This commit is contained in:
@@ -516,7 +516,7 @@
|
||||
"class": "bandit",
|
||||
"rarity": "normal",
|
||||
"desc": "이번 턴 동안 민첩을 2 얻습니다.",
|
||||
"draw": 1
|
||||
"dex": 2
|
||||
},
|
||||
"Deflect": {
|
||||
"name": "튕겨내기",
|
||||
@@ -887,8 +887,7 @@
|
||||
"class": "bandit",
|
||||
"rarity": "unique",
|
||||
"desc": "민첩을 2 얻습니다.",
|
||||
"powerEffect": "blockPerTurn",
|
||||
"value": 2
|
||||
"dex": 2
|
||||
},
|
||||
"Outbreak": {
|
||||
"name": "발병",
|
||||
@@ -1192,8 +1191,8 @@
|
||||
"class": "bandit",
|
||||
"rarity": "legend",
|
||||
"desc": "교활. 민첩을 1 얻습니다. 가시를 4 얻습니다.",
|
||||
"powerEffect": "blockPerTurn",
|
||||
"value": 2,
|
||||
"dex": 1,
|
||||
"thorns": 4,
|
||||
"sly": true
|
||||
},
|
||||
"Suppress": {
|
||||
|
||||
Reference in New Issue
Block a user