rise and shine, sweet peashooter -Sunflower Opera O, probably.

- Fig 1. A tall and lone Sunflower looms near North... Smiling.
Hello again fellow citizens! Today is another day for another plug-in! And this time... To complete the Starter squad of Wall-Nut, Peashooter and Potato Mine... We got SUNFLOWER! The very essential Sun Producer of (almost) every level of Plants Vs. Zombies!
Contents And Behind The Makings

- Fig 2. A Sunflower circle is always full of chatter.
So, this one has been a bit interesting to make, because I decided to apply a new way of applying frames along with
rotational awareness, and it's somewhat simple! Instead of providing 4 separate images, I decided to provide one long image that will be segmented into 4 equal frames by the given JSON attributes (count and w) here.
So basically, a single reel of photos as opposed to 4 separate squares of photos.

- Fig 3. The reel itself. Each Sunflower is contained in a 32*32 square.
- sunflower.png (3.61 KiB) Viewed 90 times
Anyways, aside from the rotation awareness, this plug-in contains a single draft of a 1*1 Sunflower... Can be built for 500 Theons initially, and it will be built in an instant.
JSON
Code:
Select all Reset
[
{
"id": "$thainexylon.decoration.2026-04-09-13:1:34.991",
"title": "Sunflower",
"text": "She is the well-known celebrity flower who once rocked the world in 2009 with her hit performance of \"Zombies On Your Lawn,\" produced with Laura Shigihara; she is also the object of near-crazed obsession across the community by humans, plants, and zombies alike. She's also constantly inundated with questions about whether she’s dating a certain pea-based plant...\n\nAND, she's now in... whatever this place is.\n\nAt the very least, she’s happy to be here. Just as radiant as ever.",
"author": "ThaineXylon",
"meta": {
"pca": {
"version": "4.4.2"
}
},
"frames": [ //Here's how to apply 4 frames in a single photo rather than individually assigning 4 photos.
{
"bmp": "sunflower.png",
"w": 32,
"count": 4
}
],
"price": 500,
"power": 0,
"water": 0,
"build time": 0,
"width": 1,
"height": 1,
"draw ground": true,
"needs road": false,
"needs land": true,
"rotation aware": true,
"type": "decoration"
}
]
Final Thoughts

- Fig 4. And with that, our Starter Squad is NOW COMPLETE!
For future ideas:
- I'd like
Sunflower to emit light at night with a night animation... But I feel like that's
out of my depth as I have applied rotation awareness... And no, I don't want to apply that for each frame. Maybe for someone simple like
Plantern instead.
- There's also
Twin Sunflower and
Primal Sunflower but... That's for another day. Not tomorrow, or overmorrow... But someday.
- Oh, and the
Imitater version of Sunflower... With a moustache this time.
For my final words:
- The making felt a bit short (I mean, it's a 1x1 plug-in after all) and quite manageable... Especially with how I arranged my .psd file for this to make a rotationally-aware plug-in. You can try and check how I arranged it by checking the .psd file yourself below. (I use Photopea for that btw.)
Sunflower.psd
- How I arranged to make the frames.
- (43.72 KiB) Downloaded 2 times
- To
@Kribas who's asking for a Sunflower plug-in... Here it is, buddy!
- Also, probably the last PvZ-related plug-in I'll probably make for now. I'd like to go back and make some other plug-in ideas too... Or most definitely, a needed rest. Don't worry, I might come back to it after making the next plug-in.
Now, if you have any thoughts or feedback to provide, please provide them in this thread below!
Once again,
have a bright day ahead, fellow citizens!