ErnestoAM Wikia
Advertisement
Plants vs. Zombies 2

Pult-shroom

Pult-shroom2
Pult-shroom flings projectiles over obstacles at the enemy. It flings more projectiles over time.

Damage:

Normal

Range:

Lobbed

Recharge:

Fast

Sun Cost:

75

Description:

TO-DO

Versions available in:

1.5.2 through 2.2.2

Pult-shroom is a plant that was going to appear in Dark Ages but was scrapped for unknown reasons. When planted, it does nothing. Although judging from its description and code, it was meant to upgrade itself in a similar manner to Sun-shroom. It would have upgraded 2 additional times, assuming the arm level started at 1, taking 2 minutes for each upgrade.

Plant Food

When given Plant Food, the plant does nothing.

Almanac

Pult-shroom
Sun cost: 75

DAMAGE: Normal
RANGE: Lobbed
RECHARGE: Fast

Pult-shroom flings projectiles over obstacles at the enemy. It flings more projectiles over time.

TO-DO

Gallery

Code

Pult-shroom used some of Cabbage-pult's properties as placeholder.

        {
            "objclass": "PultshroomProps",
            "aliases": [
                "PultshroomDefault"
            ],
            "objdata": {
                "Cost": 75,
                "Hitpoints": 300.0,
                "PacketCooldown": 5.0,
                "PlantGridType": "ground",
                "PlantFoodPlayCount": 1,
                "PlantFoodActivationSound": "Play_Plant_CabbagePult_Nitro",
                "ArtCenter": {
                    "x": 99,
                    "y": 115
                },
                "ProjectileLobHeight": 350.0,
                "ProjectileTimeOfFlight": 1.2,
                "MutationWaitSeconds": 120.0,
                "MaxArmLevels": 3,
                "Actions": [
                    {
                        "Type": "projectile",
                        "Projectile": "RTID(PultshroomDefault@ProjectileTypes)",
                        "ProjectileLaunchSound": "Play_CabbagePult_Throw",
                        "InitialMinCooldownTime": 1.0,
                        "CooldownTimeMin": 2.85,
                        "CooldownTimeMax": 3.0,
                        "SpawnOffset": {
                            "x": 15.0,
                            "y": -95.0
                        }
                    },
                    {
                        "Type": "special",
                        "Projectile": "RTID(MegaPultshroomDefault@ProjectileTypes)",
                        "ProjectileLaunchSound": "Play_CabbagePult_Throw",
                        "SpawnOffset": {
                            "x": 0.0,
                            "y": -40.0
                        }
                    }
                ],
                "PlantStats": [
                    {
                        "Type": "damage",
                        "Value": "damage2"
                    },
                    {
                        "Type": "range",
                        "Value": "lobbed"
                    },
                    {
                        "Type": "recharge",
                        "Value": "recharge4"
                    }
                ],
                "ZenGardenSproutWeight": 0,
                "ZenGardenBoostCost": 12,
                "ZenGardenSmallDurationOverrideSeconds": 3600,
                "ZenGardenPlantDurationOverrideSeconds": 14400
            }
        }
Advertisement