Image ChatGPT Image 2
A chibi mascot poses with its baby animal companion in pastel colors.
A cute kawaii-style mascot in a national animal hoodie, holding a tiny pet sidekick, with a flower headpiece and flag-colored jersey. Soft pastel tones and rounded panels create a friendly reference sheet.
Prompt
16:9 class Mascot([COUNTRY]): # inherits everything national base = chibi(self.national_animal) # animal → costume/hood crest = self.national_flower # → headpiece accessory palette = hex(self.flag) # flag → swatch list with hex jersey = self.flag_colors + number(10) companion = baby(self.national_animal) # tiny pet sidekick traits = self.cultural_values # warm, respectful, positive only motto = self.native_language_phrase icons = self.landmarks + self.cuisine + self.instruments def sheet(self): return panels(title, intro_blurb, turnaround=[front, side, back, three_quarter], expressions=8, bio_stats, hero_pose(in=self.landscape), details_grid, color_palette, cultural_elements, seal(motto)) # FIXED → chibi kawaii, soft pastel, rounded-panel reference sheet # INFER → every self.* attribute, from [COUNTRY] alone
Published: June 24, 2026 by Gadgetify