Add Oops! All 7s art

This commit is contained in:
Emik 2026-02-11 04:57:37 +01:00
parent 40f8934215
commit cec718d97a
Signed by: emik
GPG key ID: 6B0CD72A5E503BDF
9 changed files with 13 additions and 2 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 23 KiB

After

Width:  |  Height:  |  Size: 25 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 15 KiB

After

Width:  |  Height:  |  Size: 15 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 40 KiB

After

Width:  |  Height:  |  Size: 40 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 14 KiB

After

Width:  |  Height:  |  Size: 14 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 79 KiB

After

Width:  |  Height:  |  Size: 79 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 31 KiB

After

Width:  |  Height:  |  Size: 33 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1 KiB

After

Width:  |  Height:  |  Size: 1 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 22 KiB

After

Width:  |  Height:  |  Size: 22 KiB

View file

@ -10,13 +10,23 @@ local joker = (function()
return ret
end
---@param tbl SMODS.Joker|{sinis?: boolean|{x: number, y: number}, soul_pos?: boolean|{x: number, y: number}}
---@param tbl SMODS.Joker|{artist?: string, sinis?: boolean|{x: number, y: number}, soul_pos?: boolean|{x: number, y: number}}
return function(tbl)
tbl.pos = inc()
tbl.atlas = "joker"
tbl.soul_pos = tbl.soul_pos and inc() or nil
tbl.sinis = tbl.sinis and inc() or nil
SMODS.Joker(tbl)
local _ = tbl.artist and q(function()
Bakery_API.contributors.Roland_char = Bakery_API.contributors.Roland_char or {
name = "char (@irregulester)",
fg = HEX "f8f8f2",
bg = HEX "ff79c6",
}
Bakery_API.credit(tbl)
end)
end
end)()
@ -474,8 +484,9 @@ joker {
}
joker {
key = "oops", -- Slot machine
key = "oops",
pronouns = "he_they",
artist = "Roland_char",
cost = 8,
rarity = 3,
config = {extra = {probability = 1, delta = 1}},