I'm pretty sure no one ever played this card, ever
A stunning CGC 9 example of the Illustrator Pikachu is enough to send a charge throughout the collecting community, but this listing offers a truly unique piece of Pokmon history thanks to it being, at the time of cataloging, the only known example signed by Takumi Akabane, one of the franchise's founding fathers
Border tone and ink Shadowless prints often display slightly lighter yellow borders and softer overall ink
Protection from lands and enchantments
This is the classic Magic booster, and the contents are pretty straightforward: 1 Rare or mythic rare 3 Uncommons 10 Commons 1 Snow land (basic or dual land) 1 Token/ad card 1 in 3 packs have 1 common card replaced by a foil card of any rarity It's also possible that one or more of these cards has been replaced by a showcase or borderless card, exciting alternate versions of Kaldheim cards

Go back to a clean version of that script section, and replace everything from pbDrawTextPositions(overlay, textPositions) to pbDrawImagePositions(overlay, imagePositions) with the below Ruby: pbDrawTextPositions(overlay, textPositions) x = 32 y = 262 imagePositions = [] 2.times do |row| # number of rows 9.times do |badge| # number of badges in a row if $player.badges[badge + (row * 9)] # number of badges in a row imagePositions.push(["Graphics/UI/Trainer Card/icon_badges", x, 310, badge * 32, row * 32, 32, 32]) end x += 48 end x = 32 y += 38 # distance between top of one row to the top of the next end pbDrawImagePositions(overlay, imagePositions) #28 Your code doesn't match the correct number of ends