ErnestoAM Wikia
Register
Advertisement
Plants vs. Zombies 2

Scaredy-shroom

Beta Scaredy-shroom2
Scaredy-shroom is a long-range shooter that hides when enemies get near it.

Damage:

Normal

Range:

Straight

Recharge:

Fast

Sun Cost:

25

Description:

TO-DO

Versions available in:

1.4.2 through 2.2.2

Scaredy-shroom was supposed to return from the first Plants vs. Zombies game in the series in Dark Ages but was scrapped for an unknown reason. When planted, it does not do anything. It would eventually get released years later in version 10.6.1, although differs from this early version.

Plant Food

When Plant Food is given, it shoots 60 ScaredySpores straight forward.

Almanac

Scaredy-shroom
Sun cost: 0

DAMAGE: Normal
RANGE: Straight
RECHARGE: Fast

Scaredy-shroom is a long-range shooter that hides when enemies get near it.

TO-DO

Gallery

Code

        {
            "objclass": "ScaredyshroomProps",
            "aliases": [
                "ScaredyshroomDefault"
            ],
            "objdata": {
                "Cost": 25.0,
                "Hitpoints": 300.0,
                "PacketCooldown": 5.0,
                "StartingCooldown": 0.05,
                "PlantGridType": "ground",
                "PlantFoodDurationSeconds": 2.0,
                "PlantFoodProjectileCount": 60,
                "PlantFoodActivationSound": "Play_Peashooter_Food",
                "ScaredRangeWidth": 3,
                "ScaredRangeHeight": 1,
                "Actions": [
                    {
                        "Type": "projectile",
                        "# [projectile, explode, sun, special]": 0,
                        "Projectile": "RTID(ScaredySpore@ProjectileTypes)",
                        "ProjectileLaunchSound": "Play_Throw",
                        "InitialMinCooldownTime": 0,
                        "CooldownTimeMin": 1.35,
                        "CooldownTimeMax": 1.5,
                        "SpawnOffset": {
                            "x": 20.0,
                            "y": -30.0
                        }
                    }
                ],
                "ArtCenter": {
                    "x": 99,
                    "y": 115
                },
                "PlantStats": [
                    {
                        "Type": "damage",
                        "Value": "damage2"
                    },
                    {
                        "Type": "range",
                        "Value": "straight"
                    },
                    {
                        "Type": "recharge",
                        "Value": "recharge4"
                    }
                ],
                "ZenGardenSproutWeight": 0,
                "ZenGardenBoostCost": 12,
                "ZenGardenSmallDurationOverrideSeconds": 3600,
                "ZenGardenPlantDurationOverrideSeconds": 14400
            }
        }
Advertisement