ErnestoAM Wikia
Register
Advertisement
Plants vs. Zombies 2

Roto-shroom

Roto-shroom2
<Missing ROTOSHROOM_DESCRIPTION_HEADER>

Damage:

Normal

Range:

Straight

Recharge:

Fast

Sun Cost:

175

Description:

<Missing ROTOSHROOM_DESCRIPTION>

Versions available in:

1.5.2 through 2.2.2

Roto-shroom is an unused plant which was supposed to appear in Dark Ages, but was scrapped for unknown reasons. When planted, the plant does nothing. You can change the direction it shoots by tapping and sliding in the direction you want to, but is limited to 8 fixed directions. It appears to have been a ground plant, as its projectiles cannot hit aerial zombies.

Plant Food

When Plant Food is given, Roto-shroom will shoot 60 RotoSpores in the direction it is set at.

Almanac

<Missing ROTOSHROOM>
Sun cost: 175

DAMAGE: Normal
RANGE: Straight
RECHARGE: Fast

<Missing ROTOSHROOM_DESCRIPTION_HEADER>

<Missing ROTOSHROOM_DESCRIPTION>

Gallery

Code

        {
            "objclass": "RotoshroomProps",
            "aliases": [
                "RotoshroomDefault"
            ],
            "objdata": {
                "Cost": 175,
                "Hitpoints": 300.0,
                "PacketCooldown": 5.0,
                "PlantGridType": "ground",
                "PlantFoodDurationSeconds": 2.0,
                "PlantFoodProjectileCount": 60,
                "SnapRotationToCardinals": true,
                "Actions": [
                    {
                        "Type": "projectile",
                        "# [projectile, explode, sun, special]": 0,
                        "Projectile": "RTID(RotoSporeDefault@ProjectileTypes)",
                        "ProjectileLaunchSound": "Play_Throw",
                        "InitialMinCooldownTime": 0,
                        "CooldownTimeMin": 1.35,
                        "CooldownTimeMax": 1.5,
                        "SpawnOffset": {
                            "x": 35.0,
                            "y": -32.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