Buff Hunter cost
This commit is contained in:
parent
507f6dbdff
commit
050289d7bf
2 changed files with 2 additions and 2 deletions
|
|
@ -18,5 +18,5 @@
|
||||||
"conflicts": [
|
"conflicts": [
|
||||||
"Jen"
|
"Jen"
|
||||||
],
|
],
|
||||||
"version": "1.8.0"
|
"version": "1.8.1"
|
||||||
}
|
}
|
||||||
|
|
@ -385,7 +385,7 @@ SMODS.Joker {
|
||||||
soul_pos = {x = 1, y = 0},
|
soul_pos = {x = 1, y = 0},
|
||||||
config = {extra = {uses = 2}},
|
config = {extra = {uses = 2}},
|
||||||
blueprint_compat = false,
|
blueprint_compat = false,
|
||||||
cost = Jane.cry and 50 or 20,
|
cost = Jane.cry and 50 or 7,
|
||||||
rarity = Jane.cry and exotic or 3,
|
rarity = Jane.cry and exotic or 3,
|
||||||
loc_vars = function(_, _, card)
|
loc_vars = function(_, _, card)
|
||||||
card.ability = card.ability or {}
|
card.ability = card.ability or {}
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue