Nerf void to be as rare as Soul
This commit is contained in:
parent
57344e1f00
commit
0771b41d52
2 changed files with 4 additions and 1 deletions
|
|
@ -6,7 +6,7 @@
|
||||||
"author": [
|
"author": [
|
||||||
"Emik"
|
"Emik"
|
||||||
],
|
],
|
||||||
"version": "1.4.5",
|
"version": "1.4.6",
|
||||||
"badge_colour": "8BE9FD",
|
"badge_colour": "8BE9FD",
|
||||||
"main_file": "src/main.lua",
|
"main_file": "src/main.lua",
|
||||||
"badge_text_colour": "44475A",
|
"badge_text_colour": "44475A",
|
||||||
|
|
|
||||||
|
|
@ -64,7 +64,10 @@ SMODS.Consumable {
|
||||||
set = "Spectral",
|
set = "Spectral",
|
||||||
pos = {x = 0, y = 0},
|
pos = {x = 0, y = 0},
|
||||||
cost = 6,
|
cost = 6,
|
||||||
|
hidden = true,
|
||||||
atlas = "void",
|
atlas = "void",
|
||||||
|
soul_rate = 0.003,
|
||||||
|
soul_set = "Spectral",
|
||||||
config = {extra = {amount = 2}},
|
config = {extra = {amount = 2}},
|
||||||
loc_vars = function(_, _, card)
|
loc_vars = function(_, _, card)
|
||||||
return {vars = {card.ability.extra.amount}}
|
return {vars = {card.ability.extra.amount}}
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue