It features dots and circles of all different sizes, and it looks pretty similar to Starlight holofoil cards
Teachers: the Phylo website also has full detailed lesson descriptions if youd like something with more detail
Due to the nature of trading card products, we do not accept returns or offer refunds under any circumstances
When purchasing high-value cards over hundreds of dollars, always buy Graded (PSA/BGS) or from trusted sellers
For context, heavily played (HP) copies of this card can sell for as much as $116 alone, while LP cards soar to almost $240, followed lastly by NM cards commanding as much as $399.99
the code just needs a few more edits Code: x=72 # x coordinate of left most badge slot y=243 # y coordinate of top most badge slot imagePositions=[] for i in 0...3 #change 3 to total number of regions for j in 0...8 #change 8 number of badges in a row if $Trainer.badges[j+i*8] #change 8 to number of badges in a row imagePositions.push(["Graphics/Pictures/badges",x,y,j*32,i*32,32,32]) # These 32's are the dimensions of each badge (not sure if you changed that) end x+=48 # distance between the top left corners of two badge slots beside each other end x=72 y+=38 # distance between the top left corners of two badge slots on top of each other end Same deal in the end, just a few more edits