20 lines
460 B
Lua
20 lines
460 B
Lua
SMODS.Atlas {
|
|
key = "janetokenvoucher",
|
|
px = 71,
|
|
py = 95,
|
|
path = Jane.config.texture_pack .. "/v_jane_token_voucher.png",
|
|
}
|
|
|
|
SMODS.Voucher {
|
|
key = "token_voucher",
|
|
atlas = "janetokenvoucher",
|
|
loc_txt = {
|
|
name = "Token Voucher",
|
|
text = {"{C:attention}Tokens {}can appear", "in the shop"},
|
|
},
|
|
pos = {x = 0, y = 0},
|
|
cost = 15,
|
|
redeem = function(_, _)
|
|
G.GAME["jane_tokens_rate"] = 1.5
|
|
end,
|
|
}
|