ErnestoAM Wikia
Advertisement
Plants vs. Zombies 2

Vacuum-shroom

Vacuum-shroom2
<Missing VACUUMSHROOM_DESCRIPTION_HEADER>

Toughness:

High

Recharge:

Sluggish

Sun Cost:

25

Description:

<Missing VACUUMSHROOM_DESCRIPTION>

Versions available in:

1.7.2 through 2.2.2

Vacuum-shroom is an unused plant which was set to appear in Dark Ages but was scrapped for unknown reasons. However, the idea of the plant's function itself wasn't scrapped. When planted, it will make any zombie around itself in a 3x3 area to be tossed in front of the plant. It seems to be a ground plant, as it can only fling ground zombies in front of it, although low flying zombies can still eat it.

Plant Food

When given Plant Food, Vacuum-shroom gains a shield.

Almanac

<Missing  VACUUMSHROOM>
Sun cost: 50

TOUGHNESS: High
RECHARGE: Sluggish

<Missing VACUUMSHROOM_DESCRIPTION_HEADER>

<Missing VACUUMSHROOM_DESCRIPTION>

Gallery

Code

Vacuum-shroom used some of Wall-nut's properties as placeholder.

        {
            "objclass": "VacuumshroomProps",
            "aliases": [
                "VacuumshroomDefault"
            ],
            "objdata": {
                "Cost": 25.0,
                "Hitpoints": 4000.0,
                "PacketCooldown": 7.5,
                "StartingCooldown": 0.05,
                "PlantGridType": "ground",
                "ArtCenter": {
                    "x": 99,
                    "y": 115
                },
                "PlantFoodActivationSound": "Play_Plant_WallNut_Nitro",
                "PlantFoodShieldHitpoints": 8000.0,
                "VacuumCooldownTime": 3.0,
                "# Min time between vacuum activations.": 0,
                "VacuumRangeWidth": 3,
                "VacuumRangeHeight": 3,
                "PlantStats": [
                    {
                        "Type": "armor",
                        "Value": "armor2"
                    },
                    {
                        "Type": "recharge",
                        "Value": "recharge2"
                    }
                ],
                "ZenGardenSproutWeight": 0,
                "ZenGardenBoostCost": 12,
                "ZenGardenSmallDurationOverrideSeconds": 3600,
                "ZenGardenPlantDurationOverrideSeconds": 14400
            }
        }
Advertisement