diff --git a/manifest.json b/manifest.json index 59d35e8..edfedd3 100644 --- a/manifest.json +++ b/manifest.json @@ -17,5 +17,5 @@ "conflicts": [ "Jen" ], - "version": "1.1.3" + "version": "1.1.4" } \ No newline at end of file diff --git a/src/edition.lua b/src/edition.lua index 8fb9e6c..58b0eea 100644 --- a/src/edition.lua +++ b/src/edition.lua @@ -168,7 +168,7 @@ SMODS.Edition({ label = "Moire", text = {"{X:chips,C:dark_edition}^#1#{C:chips} Chips{}, {X:mult,C:dark_edition}^#2#{C:mult} Mult"}, }, - config = {e_chips = 0.8, e_mult = 1.2}, + config = {e_chips = Cryptid and 0.8 or 0.9, e_mult = Cryptid and 1.2 or 1.1}, sound = {sound = "jane_e_moire", per = 1, vol = 0.7}, weight = 1, extra_cost = 6, diff --git a/src/slugcat.lua b/src/slugcat.lua index 18f528c..497a514 100644 --- a/src/slugcat.lua +++ b/src/slugcat.lua @@ -441,7 +441,7 @@ function Card:draw(layer) orig_draw(self, layer) end -local attune = Cryptid and 1.001 or 1.25 +local attune = Cryptid and 1.001 or 1.2 SMODS.Joker { key = "saint",