A Redditor is wondering why the Shop is offering for purchase seeds for a plant that cannot be leveled up (Thyme Warp).
This is a good one. Gather 'round the fire, kids, and let's delve in.
Originally, the plants Thyme Warp and Gold Leaf were meant to have levels just like the other plants and to be leveled up with seeds. The data about their levels and properties still exists in the game:
Thyme Warp
Level |
Sun Cost |
Cooldown (sec) |
Coins to upgrade |
Seeds to upgrade |
1 |
75 |
60 |
1,000 |
50 |
2 |
75 |
60 |
3,000 |
50 |
3 |
75 |
60 |
5,000 |
50 |
4 |
75 |
60 |
5,000 |
50 |
5 |
75 |
60 |
5,000 |
50 |
6 |
75 |
50 |
5,000 |
50 |
7 |
75 |
50 |
5,000 |
50 |
8 |
50 |
50 |
5,000 |
50 |
9 |
50 |
50 |
5,000 |
50 |
10 |
50 |
45 |
|
|
Gold Leaf
Level |
Sun Cost |
Cooldown (sec) |
Coins to upgrade |
Seeds to upgrade |
1 |
50 |
30 |
1,000 |
10 |
2 |
50 |
30 |
5,000 |
75 |
3 |
50 |
30 |
10,000 |
200 |
4 |
50 |
30 |
20,000 |
400 |
5 |
50 |
30 |
30,000 |
750 |
6 |
50 |
25 |
40,000 |
1,000 |
7 |
50 |
25 |
50,000 |
1,250 |
8 |
25 |
25 |
60,000 |
1,500 |
9 |
25 |
25 |
70,000 |
2,000 |
10 |
25 |
20 |
|
|
However, it seems that PopCap changed their mind on this subject later and decided not to have these two plants upgradeable. But instead of removing the above data from the game, they chose the lazy way and simply set the max levels of these two plants to 1.
Now, whoever designed the Shop offers (note that these particular offers – seeds for gems and seeds for less than 5,000 coins – appear in the Shop only for players who have not finished all the worlds yet A data push on July 01, 2021, enabled these offers for everyone; I'm not sure if this was intended or just yet another bug) didn't look too close at all this and decided that if a plant has upgrade data, there should be offers of sees to upgrade it.
TL;DR: It's a bug. The Shop contains offers that are of no use to the players (and you shouldn't buy them, or you would be wasting gems or coins). Fortunately, it's a bug that can be fixed with a data push. Somebody please kick PopCap and tell them to remove the following entries from the file market_schedule.rton
:
{
"Comment": "Thyme Warp",
"Category": "8 Hour Offers",
"Priority": "",
"ABTest": "",
"PromotionGroup": "",
"AdditionalSegment": "Eighties",
"SoftCurrency": "",
"SoftCost": -1,
"MaxPurchase": -1,
"SoftCostPerPurchase": -1,
"Visuals": null,
"Sku": [
"com.popcap.pvz2.das.seeds.thymewarp.5.3g",
"com.popcap.pvz2.android.das.seeds.thymewarp.5.3g"
]
},
{
"Comment": "Thyme Warp",
"Category": "8 Hour Offers",
"Priority": "",
"ABTest": "",
"PromotionGroup": "",
"AdditionalSegment": "Eighties",
"SoftCurrency": "",
"SoftCost": -1,
"MaxPurchase": -1,
"SoftCostPerPurchase": -1,
"Visuals": null,
"Sku": [
"com.popcap.pvz2.das.seeds.thymewarp.10.10g",
"com.popcap.pvz2.android.das.seeds.thymewarp.10.10g"
]
},
{
"Comment": "Thyme Warp",
"Category": "8 Hour Offers",
"Priority": "",
"ABTest": "",
"PromotionGroup": "",
"AdditionalSegment": "Eighties",
"SoftCurrency": "",
"SoftCost": -1,
"MaxPurchase": -1,
"SoftCostPerPurchase": -1,
"Visuals": null,
"Sku": [
"com.popcap.pvz2.das.seeds.thymewarp.5.c1k",
"com.popcap.pvz2.android.das.seeds.thymewarp.5.c1k"
]
},
{
"Comment": "Thyme Warp",
"Category": "8 Hour Offers",
"Priority": "",
"ABTest": "",
"PromotionGroup": "",
"AdditionalSegment": "Eighties",
"SoftCurrency": "",
"SoftCost": -1,
"MaxPurchase": -1,
"SoftCostPerPurchase": -1,
"Visuals": null,
"Sku": [
"com.popcap.pvz2.das.seeds.thymewarp.20.c5k",
"com.popcap.pvz2.android.das.seeds.thymewarp.20.c5k"
]
},
{
"Comment": "Gold Leaf",
"Category": "8 Hour Offers",
"Priority": "",
"ABTest": "",
"PromotionGroup": "",
"AdditionalSegment": "LostCity",
"SoftCurrency": "",
"SoftCost": -1,
"MaxPurchase": -1,
"SoftCostPerPurchase": -1,
"Visuals": null,
"Sku": [
"com.popcap.pvz2.das.seeds.goldleaf.5.3g",
"com.popcap.pvz2.android.das.seeds.goldleaf.5.3g"
]
},
{
"Comment": "Gold Leaf",
"Category": "8 Hour Offers",
"Priority": "",
"ABTest": "",
"PromotionGroup": "",
"AdditionalSegment": "LostCity",
"SoftCurrency": "",
"SoftCost": -1,
"MaxPurchase": -1,
"SoftCostPerPurchase": -1,
"Visuals": null,
"Sku": [
"com.popcap.pvz2.das.seeds.goldleaf.10.10g",
"com.popcap.pvz2.android.das.seeds.goldleaf.10.10g"
]
},
{
"Comment": "Gold Leaf",
"Category": "8 Hour Offers",
"Priority": "",
"ABTest": "",
"PromotionGroup": "",
"AdditionalSegment": "LostCity",
"SoftCurrency": "",
"SoftCost": -1,
"MaxPurchase": -1,
"SoftCostPerPurchase": -1,
"Visuals": null,
"Sku": [
"com.popcap.pvz2.das.seeds.goldleaf.5.c1k",
"com.popcap.pvz2.android.das.seeds.goldleaf.5.c1k"
]
},
{
"Comment": "Gold Leaf",
"Category": "8 Hour Offers",
"Priority": "",
"ABTest": "",
"PromotionGroup": "",
"AdditionalSegment": "LostCity",
"SoftCurrency": "",
"SoftCost": -1,
"MaxPurchase": -1,
"SoftCostPerPurchase": -1,
"Visuals": null,
"Sku": [
"com.popcap.pvz2.das.seeds.goldleaf.20.c5k",
"com.popcap.pvz2.android.das.seeds.goldleaf.20.c5k"
]
},
And while you're at it, also ask them to add offers for Sunflower and Peashooter, as well as 5,000-coin offers (for those who have finished all the worlds) for Kernel-pult. These are missing for historical reasons that no longer make sense.
Addendum
On July 06 there was a data push, which fixed this issue pretty much the way I suggested above. You won't see these useless offers in the Shop any more.