From fbe895ba22cbf57622d910d64cea56a209056b4c Mon Sep 17 00:00:00 2001 From: Emik Date: Sun, 6 Apr 2025 12:40:59 +0200 Subject: [PATCH] Adjust prices of consumables, remove Orbital Token --- manifest.json | 2 +- src/slugcat.lua | 1 - src/spectral.lua | 2 +- src/tarot.lua | 2 +- src/token.lua | 2 +- 5 files changed, 4 insertions(+), 5 deletions(-) diff --git a/manifest.json b/manifest.json index 9552a57..2d1c7a2 100644 --- a/manifest.json +++ b/manifest.json @@ -17,5 +17,5 @@ "conflicts": [ "Jen" ], - "version": "1.0.3" + "version": "1.0.4" } \ No newline at end of file diff --git a/src/slugcat.lua b/src/slugcat.lua index 08c2f37..8a60e65 100644 --- a/src/slugcat.lua +++ b/src/slugcat.lua @@ -549,7 +549,6 @@ SMODS.Joker { local key = context.consumeable:gc().key - -- TODO: Make ankh not destroy jokers if Cryptid and key ~= "c_cry_gateway" or not Cryptid and (key ~= "c_ankh" and key ~= "c_soul") then return end diff --git a/src/spectral.lua b/src/spectral.lua index 076229c..77f8ea5 100644 --- a/src/spectral.lua +++ b/src/spectral.lua @@ -319,8 +319,8 @@ SMODS.Consumable { "{C:attention}standard 52-card deck", }, }, - cost = 15, pos = {x = 4, y = 4}, + cost = 4, can_use = Jane.can_use, use = function(_, _, _, _) Jane.q(function() diff --git a/src/tarot.lua b/src/tarot.lua index c32c453..3d87605 100644 --- a/src/tarot.lua +++ b/src/tarot.lua @@ -41,7 +41,7 @@ SMODS.Consumable { return {vars = {blurbs[math.random(#blurbs)]}} end, pos = {x = 0, y = 1}, - cost = 3, + cost = 4, can_use = Jane.can_use, use = function(_, _, _, _) local card = create_card("Joker", G.jokers, nil, nil, nil, nil, "j_joker", "jokerfromatarot") diff --git a/src/token.lua b/src/token.lua index d7bf152..5b3d223 100644 --- a/src/token.lua +++ b/src/token.lua @@ -49,7 +49,7 @@ for _, v in pairs({ {"tag_negative", "Negative", 4, 3, 10}, {"tag_d_six", "Dice", 0, 4, 2}, - {"tag_orbital", "Orbital", 1, 4, 6}, + -- {"tag_orbital", "Orbital", 1, 4, 6}, {"tag_top_up", "Top-up", 2, 4, 2}, {"tag_cry_bettertop_up", "Top-up+", 3, 4, 3}, {"tag_coupon", "Coupon", 4, 4, 10},