ErnestoAM Wikia
Register
Advertisement
Plants vs. Zombies 2

Dart-shroom

Dart-shroom2
<Missing DARTSHROOM_DESCRIPTION_HEADER>

Damage:

Normal

Range:

Lobbed

Recharge:

Fast

Sun Cost:

100

Description:

<Missing DARTSHROOM_DESCRIPTION>

Versions available in:

1.7.2 through 2.2.2

Dart-shroom was suppose to appear in Dark Ages but was ultimately scrapped. When planted, it doesn't do anything and can only be planted on the first five columns.

Plant Food

When Plant Food is given, it lobs 40 Darts in front of it in a 1x4 area.

Almanac

<Missing DARTSHROOM>
Sun cost: 175

DAMAGE: Normal
RANGE: Lobbed
RECHARGE: Fast

<Missing DARTSHROOM_DESCRIPTION_HEADER>

<Missing DARTSHROOM_DESCRIPTION>

Gallery

Code

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

        {
            "objclass": "DartshroomProps",
            "aliases": [
                "DartshroomDefault"
            ],
            "objdata": {
                "Cost": 100,
                "Hitpoints": 300.0,
                "PacketCooldown": 5.0,
                "PlantGridType": "ground",
                "PlantFoodDurationSeconds": 1.5,
                "PlantFoodProjectileCount": 40,
                "PlantFoodActivationSound": "Play_Plant_CabbagePult_Nitro",
                "ArtCenter": {
                    "x": 99,
                    "y": 115
                },
                "Actions": [
                    {
                        "Type": "projectile",
                        "Projectile": "RTID(DartDefault@ProjectileTypes)",
                        "InitialMinCooldownTime": 1.0,
                        "CooldownTimeMin": 2.85,
                        "CooldownTimeMax": 3.0,
                        "SpawnOffset": {
                            "x": 15.0,
                            "y": -45.0
                        }
                    },
                    {
                        "Type": "special",
                        "Projectile": "RTID(DartDefault@ProjectileTypes)",
                        "SpawnOffset": {
                            "x": 0.0,
                            "y": -40.0
                        }
                    }
                ],
                "PlantStats": [
                    {
                        "Type": "damage",
                        "Value": "damage2"
                    },
                    {
                        "Type": "range",
                        "Value": "lobbed"
                    },
                    {
                        "Type": "recharge",
                        "Value": "recharge4"
                    }
                ],
                "ProjectileLobHeight": 320,
                "ProjectileTimeOfFlight": 1.2,
                "RowTargetOffset": 4,
                "RestrictPlantingToGridArea": {
                    "mX": 0,
                    "mY": 0,
                    "mWidth": 5,
                    "mHeight": 5
                },
                "ZenGardenSproutWeight": 0,
                "ZenGardenBoostCost": 12,
                "ZenGardenSmallDurationOverrideSeconds": 3600,
                "ZenGardenPlantDurationOverrideSeconds": 14400
            }
        }
Advertisement