ErnestoAM Wikia
Register
Advertisement
Plants vs. Zombies 2

Zoom-shroom

Zoom-shroom2
<Missing ZOOMSHROOM_DESCRIPTION_HEADER>

Area:

Single

Range:

Touch

Recharge:

Fast

Sun Cost:

50

Description:

<Missing ZOOMSHROOM_DESCRIPTION>

Versions available in:

1.7.2 through 2.2.2

Zoom-shroom was going to appear in Dark Ages but was ultimately scrapped for unknown reasons, although the function of the plant wasn't totally scrapped. When planted, any zombie which touches it gets pushed back all the way to the start of the lawn, although only lasts for a limited time. It seems to have been a ground plant, as it cannot interact with aerial zombies.

Plant Food

When Plant Food is given, Zoom-shroom causes all ground zombies on the lawn to go knocked back at the start of the lawn. This does not reset its timer.

Almanac

<Missing  ZOOMSHROOM>
Sun cost: 50

AREA: Single
RANGE: Touch
RECHARGE: Fast

<Missing ZOOMSHROOM_DESCRIPTION_HEADER>

<Missing ZOOMSHROOM_DESCRIPTION>

Gallery

Code

        {
            "objclass": "ZoomshroomProps",
            "aliases": [
                "ZoomshroomDefault"
            ],
            "objdata": {
                "Cost": 50,
                "Hitpoints": 300.0,
                "PacketCooldown": 30.0,
                "StartingCooldown": 20.0,
                "# Initial cooldown at start of level": 0,
                "PlantGridType": "ground",
                "# [ground, air, any]": 0,
                "Height": "ground",
                "# [ground, low, normal, tall]": 0,
                "PlantFoodDurationSeconds": 1,
                "# Number of seconds to keep plantfood animation looping": 0,
                "PlantFoodPlayCount": 1,
                "# Number of times to play plantfood animation": 0,
                "ExpirationDurationSeconds": 10,
                "# Seconds until the zoomshroom vanishes, like a dream upon waking": 0,
                "KnockbackTime": 0.5,
                "# Time in the air.": 0,
                "KnockbackHeight": 130.0,
                "# How high zombie goes in air.": 0,
                "KnockbackTargetColumn": 9,
                "# Targetted column zombies are thrown to.": 0,
                "AttackRecoveryTime": 0,
                "# Time the shroom is reconvering from teleports.": 0,
                "ExpirationEffectID": "POPANIM_EFFECTS_ZOOMSHROOM_EXPIRATION",
                "KnockbackEffectID": "POPANIM_EFFECTS_ZOOMSHROOM_KNOCKBACK",
                "Actions": [
                    {
                        "Type": "special",
                        "Damage": 0,
                        "TriggerType": "rect",
                        "RectTriggerRange": {
                            "mX": -30,
                            "mY": 0,
                            "mWidth": 30,
                            "mHeight": 60
                        }
                    }
                ],
                "ArtCenter": {
                    "x": 99,
                    "y": 106
                },
                "GridWidth": 1,
                "GridHeight": 1,
                "HitRectAdjust": {
                    "mX": 0,
                    "mY": 0,
                    "mWidth": 0,
                    "mHeight": 0
                },
                "PlantStats": [
                    {
                        "Type": "area",
                        "Value": "single"
                    },
                    {
                        "Type": "range",
                        "Value": "touch"
                    },
                    {
                        "Type": "recharge",
                        "Value": "recharge4"
                    }
                ],
                "ZenGardenSproutWeight": 0,
                "ZenGardenBoostCost": 12,
                "ZenGardenSmallDurationOverrideSeconds": 3600,
                "ZenGardenPlantDurationOverrideSeconds": 14400
            }
        }
Advertisement