ErnestoAM Wikia
Register
Advertisement
Plants vs. Zombies 2

Sprout

Sprout2
<Missing SPROUT_DESCRIPTION_HEADER>

Recharge:

Instant

Sun Cost:

0

Description:

<Missing SPROUT_DESCRIPTION>

Sprout was suppose to appear in a scrapped mini-game that involved planting 5 Sprouts before selecting your seeds. Planting it on an odd column has a 50% chance of turning into a Sunflower and a 50% chance of turning into a Peashooter. Planting it on even columns has a 75% chance of turning into a Wall-nut and a 25% chance of turning into a Tall-nut.

Almanac

Note: The stats shown below only apply to Level 1.

<Missing SPROUT>

<Missing SPROUT_DESCRIPTION_HEADER>

<Missing SPROUT_DESCRIPTION>


Plant Food

Has no Plant Food effect.

Gallery

Code

       {
           "objclass": "PlantType",
           "aliases": [
               "sprout"
           ],
           "objdata": {
               "TypeName": "sprout",
               "PlantFramework": "PlantSprout",
               "PlantResourceGroups": [
                   "PlantSprout",
                   "PlantSproutAudio"
               ],
               "PlantPreviewResourceGroups": [
                   "PlantSprout"
               ],
               "Properties": "RTID(SproutDefault@PlantProperties)",
               "AnimRigClass": "PlantAnimRig",
               "PopAnim": "POPANIM_PLANT_SPROUT",
               "IntegerID": 75,
               "HideInPlantViewers": true
           }
       },
       {
           "objclass": "SproutProps",
           "aliases": [
               "SproutDefault"
           ],
           "objdata": {
               "Cost": 0,
               "Hitpoints": 1.0,
               "PlantGridType": "ground",
               "ArtCenter": {
                   "x": 99,
                   "y": 115
               },
               "IsZenGardenTreasurePlant": false,
               "PlantStats": [],
               "ZenGardenSproutWeight": 0,
               "ZenGardenDurationOverrideSeconds": 27000,
               "TimeToGerminate": 3.0,
               "PlantWeights": [
                   [
                       {
                           "PlantTypeName": "sunflower",
                           "Weight": 50
                       },
                       {
                           "PlantTypeName": "peashooter",
                           "Weight": 50
                       }
                   ],
                   [
                       {
                           "PlantTypeName": "wallnut",
                           "Weight": 75
                       },
                       {
                           "PlantTypeName": "tallnut",
                           "Weight": 25
                       }
                   ],
                   [
                       {
                           "PlantTypeName": "sunflower",
                           "Weight": 50
                       },
                       {
                           "PlantTypeName": "peashooter",
                           "Weight": 50
                       }
                   ],
                   [
                       {
                           "PlantTypeName": "wallnut",
                           "Weight": 75
                       },
                       {
                           "PlantTypeName": "tallnut",
                           "Weight": 25
                       }
                   ],
                   [
                       {
                           "PlantTypeName": "sunflower",
                           "Weight": 50
                       },
                       {
                           "PlantTypeName": "peashooter",
                           "Weight": 50
                       }
                   ],
                   [
                       {
                           "PlantTypeName": "wallnut",
                           "Weight": 75
                       },
                       {
                           "PlantTypeName": "tallnut",
                           "Weight": 25
                       }
                   ],
                   [
                       {
                           "PlantTypeName": "sunflower",
                           "Weight": 50
                       },
                       {
                           "PlantTypeName": "peashooter",
                           "Weight": 50
                       }
                   ],
                   [
                       {
                           "PlantTypeName": "wallnut",
                           "Weight": 75
                       },
                       {
                           "PlantTypeName": "tallnut",
                           "Weight": 25
                       }
                   ],
                   [
                       {
                           "PlantTypeName": "sunflower",
                           "Weight": 50
                       },
                       {
                           "PlantTypeName": "peashooter",
                           "Weight": 50
                       }
                   ]
               ]
           }
       }
Advertisement