Groveguard Vine
Construct
Monsters do not grant Flask Charges when Slain
Cannot be Knocked Back
SpectreN
Tagsanimal_claw_weapon, construct, immobile, insect_blood, is_unarmed, physical_affinity, wood_armour
Life
800%
Ailment Threshold
800%
Resistance
40 40 40 25
Damage
100%
Accuracy
100%
Critical Strike Chance
+5%
Critical Strike Multiplier
+130%
Attack Distance
6 ~ 35
Attack Time
3.57 Second
Damage Spread
±20%
Experience
100%
Model Size
100%
Type
HarvestOshabiBattleVine
Metadata
OshabiBattleVineBasic
Level
68
Life
51,467
Armour
28,790
Evasion
4,739
Energy Shield
0
Damage
374
Spell Damage
374
Accuracy
290
Attack Time
3.57
Experience
10,255
Ailment Threshold
51,467
Chill
163
Shock
163
Brittle
921
Scorch
163
Sap
450
HarvestBattleVineCleave1
Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Multistrikeable, Melee, ProjectilesFromUser
Default Attack
Base Damage: 299–448
Critical Strike Chance: 5%
Attack Damage: 60%
Attack Time: 3.57 sec
Strike your foes down with a powerful blow.
Deals 40% less Attack Damage
15% chance to cause Bleeding
Maim on Hit
HarvestBattleVineCleave2
Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Multistrikeable, Melee, ProjectilesFromUser
Default Attack
Base Damage: 299–448
Critical Strike Chance: 5%
Attack Damage: 60%
Attack Time: 3.57 sec
Strike your foes down with a powerful blow.
Deals 40% less Attack Damage
15% chance to cause Bleeding
Maim on Hit
HarvestBattleVinePierce
Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Multistrikeable, Melee, ProjectilesFromUser
Default Attack
Base Damage: 299–448
Critical Strike Chance: 5%
Attack Damage: 60%
Attack Time: 3.57 sec
Strike your foes down with a powerful blow.
Knocks Enemies Back on Hit
Deals 40% less Attack Damage
15% chance to cause Bleeding
Maim on Hit
base knockback speed +% [100]
determine knockback direction from melee pattern [1]
main hand base maximum attack distance [10]
HarvestBattleVineSlam
Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Multistrikeable, Melee, ProjectilesFromUser
Default Attack
Base Damage: 299–448
Critical Strike Chance: 5%
Attack Damage: 60%
Attack Time: 3.57 sec
Strike your foes down with a powerful blow.
Knocks Enemies Back on Hit
Deals 40% less Attack Damage
15% chance to cause Bleeding
Maim on Hit
base knockback speed +% [100]
determine knockback direction from melee pattern [1]
main hand base maximum attack distance [10]
HarvestBattleVineSweep
Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Multistrikeable, Melee, ProjectilesFromUser
Default Attack
Base Damage: 299–448
Critical Strike Chance: 5%
Attack Damage: 60%
Attack Time: 3.57 sec
Strike your foes down with a powerful blow.
Knocks Enemies Back on Hit
Deals 40% less Attack Damage
15% chance to cause Bleeding
Maim on Hit
base knockback speed +% [100]
determine knockback direction from melee pattern [1]
HarvestBattleVineEASSubmerge
Spell
Cast Time: 0.83 sec
HarvestBattleVineFastEmerge
Spell
Cast Time: 1 sec

Object Type

version 2
extends "Metadata/Monsters/Monster"

Pathfinding
{
	immobile = true
}

Actor
{
	slow_animations_go_to_idle = false
	basic_action = "Emerge"
}

Object Type Codes

version 2
extends "Metadata/Monsters/Monster"

// hmmm?
Render
{
	selection_size_override = "100, 100, 250"
}

Animated
{
	on_end_death_01 = "DisableRendering();"
	on_end_death_02 = "DisableRendering();"
}

Actor
{
	on_start_EmptyActionSpell5 = "PlayEffect( Metadata/Effects/Spells/monsters_effects/LeagueHarvest/harvest_boss/final/on_act/summon_battleroot.ao, default, 1.0, 1.0 );"
}
-- src\Data\Spectres.lua
minions["Metadata/Monsters/LeagueHarvest/Oshabi/OshabiBattleVineBasic"] = {
    name = "Groveguard Vine",
    life = 8,
    fireResist = 40,
    coldResist = 40,
    lightningResist = 40,
    chaosResist = 25,
    damage = 1,
    damageSpread = 0.2,
    attackTime = 3.57,
    attackRange = 35,
    accuracy = 1,
    skillList = {
        "HarvestBattleVineFastEmerge",
        "HarvestBattleVineCleave1",
        "HarvestBattleVineCleave2",
        "HarvestBattleVinePierce",
        "HarvestBattleVineSlam",
        "HarvestBattleVineSweep",
        "HarvestBattleVineEASSubmerge",
    },
    modList = {
    },
}
-- src\Data\Skills\spectre.lua
skills["HarvestBattleVineFastEmerge"] = {
    name = "HarvestBattleVineFastEmerge",
    hidden = true,
    color = 4,
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    skillTypes = {
        [SkillType.Spell] = true,
    },
    statDescriptionScope = "skill_stat_descriptions",
    castTime = 1,
    baseFlags = {
        spell = true,
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
    },
    levels = {
        [1] = {levelRequirement = 0, statInterpolation = {},  cost = { }, },
    },
}
-- src\Data\Skills\spectre.lua
skills["HarvestBattleVineCleave1"] = {
    name = "Default Attack",
    hidden = true,
    color = 4,
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    description = "Strike your foes down with a powerful blow.",
    skillTypes = {
        [SkillType.Attack] = true,
        [SkillType.RangedAttack] = true,
        [SkillType.MirageArcherCanUse] = true,
        [SkillType.Projectile] = true,
        [SkillType.MeleeSingleTarget] = true,
        [SkillType.Multistrikeable] = true,
        [SkillType.Melee] = true,
        [SkillType.ProjectilesFromUser] = true,
    },
    statDescriptionScope = "skill_stat_descriptions",
    castTime = 1,
    baseFlags = {
        attack = true,
        melee = true,
        projectile = true,
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
        "bleed_on_hit_with_attacks_%",
        "global_maim_on_hit",
    },
    levels = {
        [1] = {15, baseMultiplier = 0.6, levelRequirement = 0, statInterpolation = {},  cost = { }, },
    },
}
-- src\Data\Skills\spectre.lua
skills["HarvestBattleVineCleave2"] = {
    name = "Default Attack",
    hidden = true,
    color = 4,
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    description = "Strike your foes down with a powerful blow.",
    skillTypes = {
        [SkillType.Attack] = true,
        [SkillType.RangedAttack] = true,
        [SkillType.MirageArcherCanUse] = true,
        [SkillType.Projectile] = true,
        [SkillType.MeleeSingleTarget] = true,
        [SkillType.Multistrikeable] = true,
        [SkillType.Melee] = true,
        [SkillType.ProjectilesFromUser] = true,
    },
    statDescriptionScope = "skill_stat_descriptions",
    castTime = 1,
    baseFlags = {
        attack = true,
        melee = true,
        projectile = true,
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
        "bleed_on_hit_with_attacks_%",
        "global_maim_on_hit",
    },
    levels = {
        [1] = {15, baseMultiplier = 0.6, levelRequirement = 0, statInterpolation = {},  cost = { }, },
    },
}
-- src\Data\Skills\spectre.lua
skills["HarvestBattleVinePierce"] = {
    name = "Default Attack",
    hidden = true,
    color = 4,
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    description = "Strike your foes down with a powerful blow.",
    skillTypes = {
        [SkillType.Attack] = true,
        [SkillType.RangedAttack] = true,
        [SkillType.MirageArcherCanUse] = true,
        [SkillType.Projectile] = true,
        [SkillType.MeleeSingleTarget] = true,
        [SkillType.Multistrikeable] = true,
        [SkillType.Melee] = true,
        [SkillType.ProjectilesFromUser] = true,
    },
    statDescriptionScope = "skill_stat_descriptions",
    castTime = 1,
    baseFlags = {
        attack = true,
        melee = true,
        projectile = true,
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
        "main_hand_base_maximum_attack_distance",
        "base_knockback_speed_+%",
        "bleed_on_hit_with_attacks_%",
        "global_knockback",
        "determine_knockback_direction_from_melee_pattern",
        "global_maim_on_hit",
    },
    levels = {
        [1] = {10, 100, 15, baseMultiplier = 0.6, levelRequirement = 0, statInterpolation = {},  cost = { }, },
    },
}
-- src\Data\Skills\spectre.lua
skills["HarvestBattleVineSlam"] = {
    name = "Default Attack",
    hidden = true,
    color = 4,
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    description = "Strike your foes down with a powerful blow.",
    skillTypes = {
        [SkillType.Attack] = true,
        [SkillType.RangedAttack] = true,
        [SkillType.MirageArcherCanUse] = true,
        [SkillType.Projectile] = true,
        [SkillType.MeleeSingleTarget] = true,
        [SkillType.Multistrikeable] = true,
        [SkillType.Melee] = true,
        [SkillType.ProjectilesFromUser] = true,
    },
    statDescriptionScope = "skill_stat_descriptions",
    castTime = 1,
    baseFlags = {
        attack = true,
        melee = true,
        projectile = true,
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
        "main_hand_base_maximum_attack_distance",
        "base_knockback_speed_+%",
        "bleed_on_hit_with_attacks_%",
        "global_knockback",
        "determine_knockback_direction_from_melee_pattern",
        "global_maim_on_hit",
    },
    levels = {
        [1] = {10, 100, 15, baseMultiplier = 0.6, levelRequirement = 0, statInterpolation = {},  cost = { }, },
    },
}
-- src\Data\Skills\spectre.lua
skills["HarvestBattleVineSweep"] = {
    name = "Default Attack",
    hidden = true,
    color = 4,
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    description = "Strike your foes down with a powerful blow.",
    skillTypes = {
        [SkillType.Attack] = true,
        [SkillType.RangedAttack] = true,
        [SkillType.MirageArcherCanUse] = true,
        [SkillType.Projectile] = true,
        [SkillType.MeleeSingleTarget] = true,
        [SkillType.Multistrikeable] = true,
        [SkillType.Melee] = true,
        [SkillType.ProjectilesFromUser] = true,
    },
    statDescriptionScope = "skill_stat_descriptions",
    castTime = 1,
    baseFlags = {
        attack = true,
        melee = true,
        projectile = true,
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
        "base_knockback_speed_+%",
        "bleed_on_hit_with_attacks_%",
        "global_knockback",
        "determine_knockback_direction_from_melee_pattern",
        "global_maim_on_hit",
    },
    levels = {
        [1] = {100, 15, baseMultiplier = 0.6, levelRequirement = 0, statInterpolation = {},  cost = { }, },
    },
}
-- src\Data\Skills\spectre.lua
skills["HarvestBattleVineEASSubmerge"] = {
    name = "HarvestBattleVineEASSubmerge",
    hidden = true,
    color = 4,
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    skillTypes = {
        [SkillType.Spell] = true,
    },
    statDescriptionScope = "skill_stat_descriptions",
    castTime = 0.83,
    baseFlags = {
        spell = true,
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
    },
    levels = {
        [1] = {levelRequirement = 0, statInterpolation = {},  cost = { }, },
    },
}
Monsters do not grant Flask Charges when Slain
IdMonsterNoFlaskCharges
FamilyMonsterSlainNoFlaskCharges
DomainsMonster (3)
GenerationTypeUnique (3)
Req. level1
Stats
  • monster grants no flask charges Min: 1 Max: 1 Global
  • Craft Tagsflask
    Cannot be Knocked Back
    IdImmuneToKnockback
    FamilyImmuneToKnockback
    DomainsMonster (3)
    GenerationTypeUnique (3)
    Req. level1
    Stats
  • cannot be knocked back Min: 1 Max: 1 Global
  • Edit

    Wikis Content is available under CC BY-NC-SA 3.0 unless otherwise noted.