Enredadera guardiana del huerto
Constructo
monster grants no flask charges [1]
No puede ser empujado
Groveguard Vine
SpectreN
Tagsanimal_claw_weapon, construct, immobile, insect_blood, is_unarmed, physical_affinity, wood_armour
Vida
800%
Ailment Threshold
800%
Resistencia
40 40 40 25
Damage
100%
Precisión
100%
Probabilidad de golpe crítico
+5%
Multiplicador de Golpe Crítico
+130%
Attack Distance
6 ~ 35
Attack Time
3.57 Second
Damage Spread
±20%
Experiencia
100%
Model Size
100%
Type
HarvestOshabiBattleVine
Metadata
OshabiBattleVineBasic
Nivel
68
Vida
51,467
Armadura
28,790
Evasión
4,739
Escudo de energía
0
Damage
374
Daño de hechizos
374
Precisión
290
Attack Time
3.57
Experiencia
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
Ataque estándar
Base Damage: 299–448
Probabilidad de golpe crítico: 5%
Daño de ataque: 60%
Attack Time: 3.57 seg
Derriba a tus enemigos con un golpe poderoso.
Inflige un 40% menos de daño de ataque
15% de probabilidad de aplicar sangrado
Lisia con Cada Golpe
HarvestBattleVineCleave2
Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Multistrikeable, Melee, ProjectilesFromUser
Ataque estándar
Base Damage: 299–448
Probabilidad de golpe crítico: 5%
Daño de ataque: 60%
Attack Time: 3.57 seg
Derriba a tus enemigos con un golpe poderoso.
Inflige un 40% menos de daño de ataque
15% de probabilidad de aplicar sangrado
Lisia con Cada Golpe
HarvestBattleVinePierce
Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Multistrikeable, Melee, ProjectilesFromUser
Ataque estándar
Base Damage: 299–448
Probabilidad de golpe crítico: 5%
Daño de ataque: 60%
Attack Time: 3.57 seg
Derriba a tus enemigos con un golpe poderoso.
Empuja a los enemigos con cada golpe
Inflige un 40% menos de daño de ataque
15% de probabilidad de aplicar sangrado
Lisia con Cada Golpe
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
Ataque estándar
Base Damage: 299–448
Probabilidad de golpe crítico: 5%
Daño de ataque: 60%
Attack Time: 3.57 seg
Derriba a tus enemigos con un golpe poderoso.
Empuja a los enemigos con cada golpe
Inflige un 40% menos de daño de ataque
15% de probabilidad de aplicar sangrado
Lisia con Cada Golpe
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
Ataque estándar
Base Damage: 299–448
Probabilidad de golpe crítico: 5%
Daño de ataque: 60%
Attack Time: 3.57 seg
Derriba a tus enemigos con un golpe poderoso.
Empuja a los enemigos con cada golpe
Inflige un 40% menos de daño de ataque
15% de probabilidad de aplicar sangrado
Lisia con Cada Golpe
base knockback speed +% [100]
determine knockback direction from melee pattern [1]
HarvestBattleVineEASSubmerge
Spell
Tiempo de lanzamiento: 0.83 seg
HarvestBattleVineFastEmerge
Spell
Tiempo de lanzamiento: 1 seg

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 = { }, },
    },
}
monster grants no flask charges [1]
IdMonsterNoFlaskCharges
FamilyMonsterSlainNoFlaskCharges
Domainsmonstruo (3)
GenerationTypeÚnico (3)
Req. level1
Stats
  • monster grants no flask charges Min: 1 Max: 1 Global
  • Craft Tagsflask
    No puede ser empujado
    IdImmuneToKnockback
    FamilyImmuneToKnockback
    Domainsmonstruo (3)
    GenerationTypeÚnico (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.