ErnestoAM Wikia
Register
Advertisement
Plants vs. Zombies 2

Evil-shroom Speed

Evil-shroom Speed2
<Missing EVILSHROOM_SPEED_DESCRIPTION_HEADER>

Recharge:

Sluggish

Sun Cost:

50

Description:

<Missing EVILSHROOM_SPEED_DESCRIPTION>

Versions available in:

2.3.1

Evil-shroom Speed is an unused plant which was supposed to appear in Dark Ages, but was scrapped for unknown reasons. When planted, the plant does nothing. When a zombie eats this plant, its speed will increase. This plant was presumably used to test out the orange potions used in Dark Ages. It can also be tapped on 3 times to destroy it.

Plant Food

Has no Plant Food effect.

Gallery

Codes

        {
            "objclass": "EvilShroomProps",
            "aliases": [
                "EvilShroomSpeedDefault"
            ],
            "objdata": {
                "Cost": 50,
                "Hitpoints": 50.0,
                "PacketCooldown": 20.0,
                "StartingCooldown": 15.0,
                "PlantFoodDurationSeconds": 0.15,
                "PlantGridType": "ground",
                "ArtCenter": {
                    "x": 99,
                    "y": 105
                },
                "Actions": [
                    {
                        "Type": "special",
                        "CooldownTimeMin": 0,
                        "CooldownTimeMax": 0,
                        "Damage": 0,
                        "# This is an instant-kill effect! ": 0,
                        "TriggerType": "rect",
                        "RectTriggerRange": {
                            "mX": -30,
                            "mY": -50,
                            "mWidth": 50,
                            "mHeight": 60
                        },
                        "StunDuration": 7.0
                    }
                ],
                "PlantStats": [
                    {
                        "Type": "recharge",
                        "Value": "recharge2"
                    }
                ],
                "IsConsumable": true,
                "EffectStacks": [
                    "shroomspeed1",
                    "shroomspeed2",
                    "shroomspeed3"
                ],
                "EffectSound": "Play_Plant_EvilShroom_Speed",
                "ShroomColor": {
                    "mRed": 0,
                    "mGreen": 0,
                    "mBlue": 255
                },
                "TapsToKill": 3
            }
        }
Advertisement