#Neopets Tarot for Malverk + Custom Joker

1 messages · Page 1 of 1 (latest)

rancid swan
#

I made a Malverk version of this mod: https://www.nexusmods.com/balatro/mods/210 including its Tarot cards skins and its Magic deck back replacer.
Additionally i made a skin for the Trading Card joker which is included

update: now has a deck skin semi inspired by the deck used in pyramids

download link here: https://www.dropbox.com/scl/fi/ovhxipm5oxjv4w5avo0bb/Neopets-Card-Skins.zip?rlkey=97slpuc8sxzrdfd9tfaq4v8sq&st=ro7vlj50&dl=0

Nexus Mods :: Balatro

Replaces the tarot cards with their equivalents from the official Neopets tarot deck.

Dropbox

Shared with Dropbox

gaunt wren
#

wheel of fortune is the wheel of excitement and not the wheel of monotony, does not accurately represent wheel of fortune 0/5 /S OF COURSE

this is so rad to see! if we may make a suggestion, idk if malverk allows you to add custom face cards but if so, the face cards as they appear in solitaire/pyramids would be a really choice addition here

rancid swan
#

the original dev said theyre working on that already :)

rancid swan
#

its based on the real deck

gaunt wren
#

really? dang, didn't know about that. :o

rancid swan
#

ye :3

rancid swan
#

working on a suits skin

#

trying to find good art of a lupe for the kings, and considering having different petpets for the jacks like baabaa and buzzer

rancid swan
#

got it :)

rancid swan
#

can't figure out why this isnt working

#
    key = "skin_hc",
    path = "Cards-Neopets.png",
    px = 71,
    py = 95,
}

local atlas_lc = SMODS.Atlas {
    key = "skin_lc",
    path = "Cards-Neopets.png",
    px = 71,
    py = 95,
}

SMODS.DeckSkin {
    key = "neopetsdeckskin",
    suit = "*",
    loc_txt = "Neopets Deck Skin",
    palettes = {
        {
            key = 'lc',
            ranks = {'2', '3', '4', '5', '6', '7', '8', '9', '10', 'Jack', 'Queen', "King", "Ace",},
            display_ranks = {"King", "Queen", "Jack"},
            atlas = atlas_lc.key,
            pos_style = 'collab'
        },
        {
            key = 'hc',
            ranks = {'2', '3', '4', '5', '6', '7', '8', '9', '10', 'Jack', 'Queen', "King", "Ace",},
            display_ranks = {"King", "Queen", "Jack"},
            atlas = atlas_hc.key,
            pos_style = 'collab'
        },
    },
}```
#

and the json:

    "id": "neopetsdeck",
    "name": "Neopets Deck Skin",
    "author": ["Luna Bold"],
    "description": "A Neopets deck skin",
    "prefix": "neopetsdeck",
    "badge_colour": "fc8048",
    "dependencies": [
        "Steamodded (>=1.0.0~ALPHA-1404b)"
    ],
    "main_file": "main.lua",
    "version": "1.0.0"
}```
safe swift
rancid swan
#

ah. ive tried deck and collab and neither worked but i will try deck again

#

ya that didnt work either

safe swift
#

huh

#

you need to put prefix

#

in deckskin

#

wait no

#

I'm stupid

rancid swan
#

ah i got it. i copied someone elses code and it worked

safe swift
#

i have never worked with the new format

rancid swan
#

heck yes

#

thank you for helping aikoyori <3

#

oh heck. i missed 2 spades when editing them on the 5

#

updated it and put it on dropbox for easier version control

safe swift
#

if you know how to use git you can use that for version control