Espinhoral Selvagem
Demoníaco
monster beyond portal chance +% final [-66]
monster hellscape charge +% [-66]
stance movement speed +% final [130]
Wild Brambleback
SpectreY
Spectre OverrideMetadata/Monsters/LeagueHarvest/Red/HarvestBrambleHulkT3Spectre
Tagsanimal_claw_weapon, beast, demon, hard_armour, has_dagger, has_one_handed_melee, medium_height, medium_movement, melee, not_int, physical_affinity, primate_beast, red_blood
Vida
363%
Armadura
+10%
Evasão
+10%
Ailment Threshold
363%
Resistência
20 20 20 0
Damage
138%
Precisão
100%
Chance de Crítico
+5%
Multiplicador de Acerto Crítico
+130%
Attack Distance
6 ~ 13
Attack Time
1.5 Second
Damage Spread
±20%
Experiência
110%
Model Size
100%
Type
HarvestBrambleHulk
Metadata
HarvestBrambleHulkT3
Nível
68
Vida
23,353
Armadura
31,669
Evasão
5,213
Escudo de Energia
0
Damage
515
Dano Mágico
515
Precisão
290
Attack Time
1.5
Experiência
11,281
Ailment Threshold
23,353
Chill
74
Shock
74
Brittle
418
Scorch
74
Sap
204
MeleeWithDirectionalKnockback
Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Multistrikeable, Melee, ProjectilesFromUser
Ataque Padrão
Base Damage: 412–619
Chance de Crítico: 5%
Dano de Ataque: 75%
Attack Time: 1.5 seg
Abate seus inimigos com um golpe poderoso.
Empurra Inimigos ao Acertar
Causa 25% menos Dano de Ataque
base knockback speed +% [100]
determine knockback direction from melee pattern [1]
skill can fire arrows [1]
skill can fire wand projectiles [1]
GAHarvestHulkSlam
Triggerable, Attack
Base Damage: 412–619
Chance de Crítico: 5%
Dano de Ataque: 140%
Attack Time: 1.5 seg
Recarga: 6 seg
Causa 40% mais Dano de Ataque
is area damage [1]
HarvestHulkLeapSlam
Attack, Area, Melee, Movement, Travel, Slam, Totemable
Salto Impactante
Base Damage: 412–619
Chance de Crítico: 5%
Dano de Ataque: 150%
Dano de Ataque: 130%
Attack Time: 1.5 seg
Recarga: 5 seg
Salta no ar, causando dano e empurrando inimigos com sua arma ao cair. Inimigos nos quais você cairia em cima são empurrados para fora do caminho. Requer um Machado, Maça, Cetro, Espada ou Cajado. Não pode ser suportado por Ataques Múltiplos.
Causa 30% mais Dano de Ataque
Raio Base igual a 1.5 metros
is area damage [1]
HarvestHulkLeapSlamEnraged
Attack, Area, Melee, Movement, Travel, Slam, Totemable
Salto Impactante
Base Damage: 412–619
Chance de Crítico: 5%
Dano de Ataque: 150%
Dano de Ataque: 130%
Attack Time: 1.5 seg
Recarga: 1.5 seg
Salta no ar, causando dano e empurrando inimigos com sua arma ao cair. Inimigos nos quais você cairia em cima são empurrados para fora do caminho. Requer um Machado, Maça, Cetro, Espada ou Cajado. Não pode ser suportado por Ataques Múltiplos.
Causa 30% mais Dano de Ataque
Raio Base igual a 1.5 metros
is area damage [1]
EASHarvestHulkEnrage
Spell
Tempo de Conjuração: 2.2 seg
Recarga: 18 seg
EASHarvestEmerge
Spell
Tempo de Conjuração: 1 seg

Object Type

version 2
extends "Metadata/Monsters/LeagueHarvest/Red/HarvestRedBase"

Actor
{
	main_hand_unarmed_type = "Dagger"
	basic_action = "ChangeToStance1"
}

Life
{
	corpse_sink_delay_ms = 2200
}

Object Type Codes

version 2
extends "Metadata/Monsters/LeagueHarvest/Red/HarvestRedBase"

Preload
{
	preload_buff_visual = "harvest_hulk_enrage"
}

Actor
{
	on_event_beat_for_EmptyActionSpell = "AddEffectPack( HarvestHulkEnrageBeat );"
}

Life
{
	on_death = "Call( Vines1400 );"
}
-- src\Data\Spectres.lua
minions["Metadata/Monsters/LeagueHarvest/Red/HarvestBrambleHulkT3"] = {
    name = "Wild Brambleback",
    life = 3.63,
    fireResist = 20,
    coldResist = 20,
    lightningResist = 20,
    chaosResist = 0,
    damage = 1.38,
    damageSpread = 0.2,
    attackTime = 1.5,
    attackRange = 13,
    accuracy = 1,
    skillList = {
        "MeleeWithDirectionalKnockback",
        "HarvestHulkLeapSlam",
        "HarvestHulkLeapSlamEnraged",
        "GAHarvestHulkSlam",
        "EASHarvestHulkEnrage",
        "EASHarvestEmerge",
    },
    modList = {
    },
}
-- src\Data\Skills\spectre.lua
skills["MeleeWithDirectionalKnockback"] = {
    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_+%",
        "skill_can_fire_arrows",
        "skill_can_fire_wand_projectiles",
        "global_knockback",
        "determine_knockback_direction_from_melee_pattern",
    },
    levels = {
        [1] = {100, baseMultiplier = 0.75, levelRequirement = 1, statInterpolation = {},  cost = { }, },
    },
}
-- src\Data\Skills\spectre.lua
skills["HarvestHulkLeapSlam"] = {
    name = "Leap Slam",
    hidden = true,
    color = 4,
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    description = "Jump through the air, damaging and knocking back enemies with your weapon where you land. Enemies you would land on are pushed out of the way. Requires an Axe, Mace, Sceptre, Sword or Staff. Cannot be supported by Multistrike.",
    skillTypes = {
        [SkillType.Attack] = true,
        [SkillType.Area] = true,
        [SkillType.Melee] = true,
        [SkillType.Movement] = true,
        [SkillType.Travel] = true,
        [SkillType.Slam] = true,
        [SkillType.Totemable] = true,
    },
    statDescriptionScope = "skill_stat_descriptions",
    castTime = 1.67,
    baseFlags = {
        attack = true,
        area = true,
        melee = true,
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
        "active_skill_base_area_of_effect_radius",
        "is_area_damage",
    },
    levels = {
        [1] = {15, baseMultiplier = 1.3, levelRequirement = 1, statInterpolation = {},  cost = { }, },
    },
}
-- src\Data\Skills\spectre.lua
skills["HarvestHulkLeapSlamEnraged"] = {
    name = "Leap Slam",
    hidden = true,
    color = 4,
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    description = "Jump through the air, damaging and knocking back enemies with your weapon where you land. Enemies you would land on are pushed out of the way. Requires an Axe, Mace, Sceptre, Sword or Staff. Cannot be supported by Multistrike.",
    skillTypes = {
        [SkillType.Attack] = true,
        [SkillType.Area] = true,
        [SkillType.Melee] = true,
        [SkillType.Movement] = true,
        [SkillType.Travel] = true,
        [SkillType.Slam] = true,
        [SkillType.Totemable] = true,
    },
    statDescriptionScope = "skill_stat_descriptions",
    castTime = 1.67,
    baseFlags = {
        attack = true,
        area = true,
        melee = true,
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
        "active_skill_base_area_of_effect_radius",
        "is_area_damage",
    },
    levels = {
        [1] = {15, baseMultiplier = 1.3, levelRequirement = 1, statInterpolation = {},  cost = { }, },
    },
}
-- src\Data\Skills\spectre.lua
skills["GAHarvestHulkSlam"] = {
    name = "GAHarvestHulkSlam",
    hidden = true,
    color = 4,
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    skillTypes = {
        [SkillType.Triggerable] = true,
        [SkillType.Attack] = true,
    },
    statDescriptionScope = "skill_stat_descriptions",
    castTime = 1.57,
    baseFlags = {
        attack = true,
        area = true,
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
        "is_area_damage",
    },
    levels = {
        [1] = {baseMultiplier = 1.4, levelRequirement = 0, statInterpolation = {},  cost = { }, },
    },
}
-- src\Data\Skills\spectre.lua
skills["EASHarvestHulkEnrage"] = {
    name = "EASHarvestHulkEnrage",
    hidden = true,
    color = 4,
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    skillTypes = {
        [SkillType.Spell] = true,
    },
    statDescriptionScope = "skill_stat_descriptions",
    castTime = 2.2,
    baseFlags = {
        spell = true,
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
    },
    levels = {
        [1] = {levelRequirement = 0, statInterpolation = {},  cost = { }, },
    },
}
-- src\Data\Skills\spectre.lua
skills["EASHarvestEmerge"] = {
    name = "EASHarvestEmerge",
    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 = { }, },
    },
}
monster beyond portal chance +% final [-66]
monster hellscape charge +% [-66]
IdBreachReducedBeyondPortalChance
FamilyBeyondPortalChance
Domainsmonstro (3)
GenerationTypeÚnico (3)
Req. level1
Stats
  • monster hellscape charge +% Min: -66 Max: -66 Global
  • monster beyond portal chance +% final Min: -66 Max: -66 Global
  • IdNothing
    FamilyNothing
    Domainsmonstro (3)
    GenerationTypeÚnico (3)
    Req. level1
    stance movement speed +% final [130]
    IdStanceHarvestBrambleHulkRun
    FamilyStance
    Domainsmonstro (3)
    GenerationTypeÚnico (3)
    Req. level1
    Stats
  • stance movement speed +% final Min: 130 Max: 130 Global
  • Craft Tagsspeed
    Espinhoral Selvagem
    Demoníaco
    Espécie: Lobos
    Família: Selvagens
    monster beyond portal chance +% final [-66]
    monster hellscape charge +% [-66]
    stance movement speed +% final [130]
    Wild Brambleback
    SpectreY
    Tagsanimal_claw_weapon, beast, demon, hard_armour, has_dagger, has_one_handed_melee, medium_height, medium_movement, melee, not_int, physical_affinity, primate_beast, red_blood
    Packs
  • Espinhoral Selvagem, Chefe Guerreiro Selvagem
  • Vida
    363%
    Armadura
    +10%
    Evasão
    +10%
    Ailment Threshold
    363%
    Resistência
    20 20 20 0
    Damage
    138%
    Precisão
    100%
    Chance de Crítico
    +5%
    Multiplicador de Acerto Crítico
    +130%
    Attack Distance
    6 ~ 13
    Attack Time
    1.5 Second
    Damage Spread
    ±20%
    Experiência
    110%
    Model Size
    100%
    Type
    HarvestBrambleHulk
    Metadata
    HarvestBrambleHulkT3MemoryLine
    Nível
    68
    Vida
    23,353
    Armadura
    31,669
    Evasão
    5,213
    Escudo de Energia
    0
    Damage
    515
    Dano Mágico
    515
    Precisão
    290
    Attack Time
    1.5
    Experiência
    11,281
    Ailment Threshold
    23,353
    Chill
    74
    Shock
    74
    Brittle
    418
    Scorch
    74
    Sap
    204
    MeleeWithDirectionalKnockback
    Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Multistrikeable, Melee, ProjectilesFromUser
    Ataque Padrão
    Base Damage: 412–619
    Chance de Crítico: 5%
    Dano de Ataque: 75%
    Attack Time: 1.5 seg
    Abate seus inimigos com um golpe poderoso.
    Empurra Inimigos ao Acertar
    Causa 25% menos Dano de Ataque
    base knockback speed +% [100]
    determine knockback direction from melee pattern [1]
    skill can fire arrows [1]
    skill can fire wand projectiles [1]
    GAHarvestHulkSlam
    Triggerable, Attack
    Base Damage: 412–619
    Chance de Crítico: 5%
    Dano de Ataque: 140%
    Attack Time: 1.5 seg
    Recarga: 6 seg
    Causa 40% mais Dano de Ataque
    is area damage [1]
    HarvestHulkLeapSlam
    Attack, Area, Melee, Movement, Travel, Slam, Totemable
    Salto Impactante
    Base Damage: 412–619
    Chance de Crítico: 5%
    Dano de Ataque: 150%
    Dano de Ataque: 130%
    Attack Time: 1.5 seg
    Recarga: 5 seg
    Salta no ar, causando dano e empurrando inimigos com sua arma ao cair. Inimigos nos quais você cairia em cima são empurrados para fora do caminho. Requer um Machado, Maça, Cetro, Espada ou Cajado. Não pode ser suportado por Ataques Múltiplos.
    Causa 30% mais Dano de Ataque
    Raio Base igual a 1.5 metros
    is area damage [1]
    HarvestHulkLeapSlamEnraged
    Attack, Area, Melee, Movement, Travel, Slam, Totemable
    Salto Impactante
    Base Damage: 412–619
    Chance de Crítico: 5%
    Dano de Ataque: 150%
    Dano de Ataque: 130%
    Attack Time: 1.5 seg
    Recarga: 1.5 seg
    Salta no ar, causando dano e empurrando inimigos com sua arma ao cair. Inimigos nos quais você cairia em cima são empurrados para fora do caminho. Requer um Machado, Maça, Cetro, Espada ou Cajado. Não pode ser suportado por Ataques Múltiplos.
    Causa 30% mais Dano de Ataque
    Raio Base igual a 1.5 metros
    is area damage [1]
    EASHarvestHulkEnrage
    Spell
    Tempo de Conjuração: 2.2 seg
    Recarga: 18 seg
    EASHarvestEmerge
    Spell
    Tempo de Conjuração: 1 seg
    WalkEmergeBestiaryHellion
    walk emerge distance [450]

    Object Type

    version 2
    extends "Metadata/Monsters/LeagueHarvest/Red/HarvestRedBaseMemoryLine"
    extends "Metadata/Monsters/LeagueBestiary/BestiaryMonsterWalkEmergeRareMemoryLine"
    
    Actor
    {
    	main_hand_unarmed_type = "Dagger"
    	basic_action = "ChangeToStance1"
    }

    Object Type Codes

    version 2
    extends "Metadata/Monsters/LeagueHarvest/Red/HarvestRedBaseMemoryLine"
    extends "Metadata/Monsters/LeagueBestiary/BestiaryMonsterWalkEmergeRareMemoryLine"
    
    Preload
    {
    	preload_buff_visual = "harvest_hulk_enrage"
    }
    
    Actor
    {
    	on_event_beat_for_EmptyActionSpell = "AddEffectPack( HarvestHulkEnrageBeat );"
    }
    -- src\Data\Spectres.lua
    minions["Metadata/Monsters/LeagueHarvest/Red/HarvestBrambleHulkT3MemoryLine"] = {
        name = "Wild Brambleback",
        life = 3.63,
        fireResist = 20,
        coldResist = 20,
        lightningResist = 20,
        chaosResist = 0,
        damage = 1.38,
        damageSpread = 0.2,
        attackTime = 1.5,
        attackRange = 13,
        accuracy = 1,
        skillList = {
            "MeleeWithDirectionalKnockback",
            "HarvestHulkLeapSlam",
            "HarvestHulkLeapSlamEnraged",
            "GAHarvestHulkSlam",
            "EASHarvestHulkEnrage",
            "EASHarvestEmerge",
            "WalkEmergeBestiaryHellion",
        },
        modList = {
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["MeleeWithDirectionalKnockback"] = {
        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_+%",
            "skill_can_fire_arrows",
            "skill_can_fire_wand_projectiles",
            "global_knockback",
            "determine_knockback_direction_from_melee_pattern",
        },
        levels = {
            [1] = {100, baseMultiplier = 0.75, levelRequirement = 1, statInterpolation = {},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["HarvestHulkLeapSlam"] = {
        name = "Leap Slam",
        hidden = true,
        color = 4,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        description = "Jump through the air, damaging and knocking back enemies with your weapon where you land. Enemies you would land on are pushed out of the way. Requires an Axe, Mace, Sceptre, Sword or Staff. Cannot be supported by Multistrike.",
        skillTypes = {
            [SkillType.Attack] = true,
            [SkillType.Area] = true,
            [SkillType.Melee] = true,
            [SkillType.Movement] = true,
            [SkillType.Travel] = true,
            [SkillType.Slam] = true,
            [SkillType.Totemable] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1.67,
        baseFlags = {
            attack = true,
            area = true,
            melee = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "active_skill_base_area_of_effect_radius",
            "is_area_damage",
        },
        levels = {
            [1] = {15, baseMultiplier = 1.3, levelRequirement = 1, statInterpolation = {},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["HarvestHulkLeapSlamEnraged"] = {
        name = "Leap Slam",
        hidden = true,
        color = 4,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        description = "Jump through the air, damaging and knocking back enemies with your weapon where you land. Enemies you would land on are pushed out of the way. Requires an Axe, Mace, Sceptre, Sword or Staff. Cannot be supported by Multistrike.",
        skillTypes = {
            [SkillType.Attack] = true,
            [SkillType.Area] = true,
            [SkillType.Melee] = true,
            [SkillType.Movement] = true,
            [SkillType.Travel] = true,
            [SkillType.Slam] = true,
            [SkillType.Totemable] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1.67,
        baseFlags = {
            attack = true,
            area = true,
            melee = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "active_skill_base_area_of_effect_radius",
            "is_area_damage",
        },
        levels = {
            [1] = {15, baseMultiplier = 1.3, levelRequirement = 1, statInterpolation = {},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["GAHarvestHulkSlam"] = {
        name = "GAHarvestHulkSlam",
        hidden = true,
        color = 4,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Triggerable] = true,
            [SkillType.Attack] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1.57,
        baseFlags = {
            attack = true,
            area = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "is_area_damage",
        },
        levels = {
            [1] = {baseMultiplier = 1.4, levelRequirement = 0, statInterpolation = {},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["EASHarvestHulkEnrage"] = {
        name = "EASHarvestHulkEnrage",
        hidden = true,
        color = 4,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Spell] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 2.2,
        baseFlags = {
            spell = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
        },
        levels = {
            [1] = {levelRequirement = 0, statInterpolation = {},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["EASHarvestEmerge"] = {
        name = "EASHarvestEmerge",
        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["WalkEmergeBestiaryHellion"] = {
        name = "WalkEmergeBestiaryHellion",
        hidden = true,
        color = 4,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1.5,
        baseFlags = {
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "walk_emerge_distance",
        },
        levels = {
            [1] = {450, levelRequirement = 1, statInterpolation = {},  cost = { }, },
        },
    }
    
    monster beyond portal chance +% final [-66]
    monster hellscape charge +% [-66]
    IdBreachReducedBeyondPortalChance
    FamilyBeyondPortalChance
    Domainsmonstro (3)
    GenerationTypeÚnico (3)
    Req. level1
    Stats
  • monster hellscape charge +% Min: -66 Max: -66 Global
  • monster beyond portal chance +% final Min: -66 Max: -66 Global
  • IdNothing
    FamilyNothing
    Domainsmonstro (3)
    GenerationTypeÚnico (3)
    Req. level1
    stance movement speed +% final [130]
    IdStanceHarvestBrambleHulkRun
    FamilyStance
    Domainsmonstro (3)
    GenerationTypeÚnico (3)
    Req. level1
    Stats
  • stance movement speed +% final Min: 130 Max: 130 Global
  • Craft Tagsspeed
    Espinhoral Selvagem
    Demoníaco
    monster beyond portal chance +% final [-66]
    monster hellscape charge +% [-66]
    stance movement speed +% final [130]
    Wild Brambleback
    SpectreY
    Tagsanimal_claw_weapon, beast, demon, hard_armour, has_dagger, has_one_handed_melee, medium_movement, melee, not_int, physical_affinity, primate_beast, red_blood
    Vida
    363%
    Armadura
    +10%
    Evasão
    +10%
    Ailment Threshold
    363%
    Resistência
    20 20 20 0
    Damage
    138%
    Precisão
    100%
    Chance de Crítico
    +5%
    Multiplicador de Acerto Crítico
    +130%
    Attack Distance
    6 ~ 13
    Attack Time
    1.5 Second
    Damage Spread
    ±20%
    Experiência
    110%
    Model Size
    100%
    Type
    HarvestBrambleHulk
    Metadata
    HarvestBrambleHulkT3Spectre
    Nível
    68
    Vida
    23,353
    Armadura
    31,669
    Evasão
    5,213
    Escudo de Energia
    0
    Damage
    515
    Dano Mágico
    515
    Precisão
    290
    Attack Time
    1.5
    Experiência
    11,281
    Ailment Threshold
    23,353
    Chill
    74
    Shock
    74
    Brittle
    418
    Scorch
    74
    Sap
    204
    MeleeWithDirectionalKnockback
    Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Multistrikeable, Melee, ProjectilesFromUser
    Ataque Padrão
    Base Damage: 412–619
    Chance de Crítico: 5%
    Dano de Ataque: 75%
    Attack Time: 1.5 seg
    Abate seus inimigos com um golpe poderoso.
    Empurra Inimigos ao Acertar
    Causa 25% menos Dano de Ataque
    base knockback speed +% [100]
    determine knockback direction from melee pattern [1]
    skill can fire arrows [1]
    skill can fire wand projectiles [1]
    GAHarvestHulkSlam
    Triggerable, Attack
    Base Damage: 412–619
    Chance de Crítico: 5%
    Dano de Ataque: 140%
    Attack Time: 1.5 seg
    Recarga: 6 seg
    Causa 40% mais Dano de Ataque
    is area damage [1]
    HarvestHulkLeapSlam
    Attack, Area, Melee, Movement, Travel, Slam, Totemable
    Salto Impactante
    Base Damage: 412–619
    Chance de Crítico: 5%
    Dano de Ataque: 150%
    Dano de Ataque: 130%
    Attack Time: 1.5 seg
    Recarga: 5 seg
    Salta no ar, causando dano e empurrando inimigos com sua arma ao cair. Inimigos nos quais você cairia em cima são empurrados para fora do caminho. Requer um Machado, Maça, Cetro, Espada ou Cajado. Não pode ser suportado por Ataques Múltiplos.
    Causa 30% mais Dano de Ataque
    Raio Base igual a 1.5 metros
    is area damage [1]
    HarvestHulkLeapSlamEnraged
    Attack, Area, Melee, Movement, Travel, Slam, Totemable
    Salto Impactante
    Base Damage: 412–619
    Chance de Crítico: 5%
    Dano de Ataque: 150%
    Dano de Ataque: 130%
    Attack Time: 1.5 seg
    Recarga: 1.5 seg
    Salta no ar, causando dano e empurrando inimigos com sua arma ao cair. Inimigos nos quais você cairia em cima são empurrados para fora do caminho. Requer um Machado, Maça, Cetro, Espada ou Cajado. Não pode ser suportado por Ataques Múltiplos.
    Causa 30% mais Dano de Ataque
    Raio Base igual a 1.5 metros
    is area damage [1]
    EASHarvestHulkEnrage
    Spell
    Tempo de Conjuração: 2.2 seg
    Recarga: 18 seg
    EASHarvestEmerge
    Spell
    Tempo de Conjuração: 1 seg

    Object Type

    version 2
    extends "Metadata/Monsters/LeagueHarvest/Red/HarvestRedBaseSpectre"
    
    Actor
    {
    	main_hand_unarmed_type = "Dagger"
    	basic_action = "ChangeToStance1"
    }

    Object Type Codes

    version 2
    extends "Metadata/Monsters/LeagueHarvest/Red/HarvestRedBaseSpectre"
    
    Preload
    {
    	preload_buff_visual = "harvest_hulk_enrage"
    }
    
    Actor
    {
    	on_event_beat_for_EmptyActionSpell = "AddEffectPack( HarvestHulkEnrageBeat );"
    }
    -- src\Data\Spectres.lua
    minions["Metadata/Monsters/LeagueHarvest/Red/HarvestBrambleHulkT3Spectre"] = {
        name = "Wild Brambleback",
        life = 3.63,
        fireResist = 20,
        coldResist = 20,
        lightningResist = 20,
        chaosResist = 0,
        damage = 1.38,
        damageSpread = 0.2,
        attackTime = 1.5,
        attackRange = 13,
        accuracy = 1,
        skillList = {
            "MeleeWithDirectionalKnockback",
            "HarvestHulkLeapSlam",
            "HarvestHulkLeapSlamEnraged",
            "GAHarvestHulkSlam",
            "EASHarvestHulkEnrage",
            "EASHarvestEmerge",
        },
        modList = {
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["MeleeWithDirectionalKnockback"] = {
        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_+%",
            "skill_can_fire_arrows",
            "skill_can_fire_wand_projectiles",
            "global_knockback",
            "determine_knockback_direction_from_melee_pattern",
        },
        levels = {
            [1] = {100, baseMultiplier = 0.75, levelRequirement = 1, statInterpolation = {},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["HarvestHulkLeapSlam"] = {
        name = "Leap Slam",
        hidden = true,
        color = 4,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        description = "Jump through the air, damaging and knocking back enemies with your weapon where you land. Enemies you would land on are pushed out of the way. Requires an Axe, Mace, Sceptre, Sword or Staff. Cannot be supported by Multistrike.",
        skillTypes = {
            [SkillType.Attack] = true,
            [SkillType.Area] = true,
            [SkillType.Melee] = true,
            [SkillType.Movement] = true,
            [SkillType.Travel] = true,
            [SkillType.Slam] = true,
            [SkillType.Totemable] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1.67,
        baseFlags = {
            attack = true,
            area = true,
            melee = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "active_skill_base_area_of_effect_radius",
            "is_area_damage",
        },
        levels = {
            [1] = {15, baseMultiplier = 1.3, levelRequirement = 1, statInterpolation = {},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["HarvestHulkLeapSlamEnraged"] = {
        name = "Leap Slam",
        hidden = true,
        color = 4,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        description = "Jump through the air, damaging and knocking back enemies with your weapon where you land. Enemies you would land on are pushed out of the way. Requires an Axe, Mace, Sceptre, Sword or Staff. Cannot be supported by Multistrike.",
        skillTypes = {
            [SkillType.Attack] = true,
            [SkillType.Area] = true,
            [SkillType.Melee] = true,
            [SkillType.Movement] = true,
            [SkillType.Travel] = true,
            [SkillType.Slam] = true,
            [SkillType.Totemable] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1.67,
        baseFlags = {
            attack = true,
            area = true,
            melee = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "active_skill_base_area_of_effect_radius",
            "is_area_damage",
        },
        levels = {
            [1] = {15, baseMultiplier = 1.3, levelRequirement = 1, statInterpolation = {},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["GAHarvestHulkSlam"] = {
        name = "GAHarvestHulkSlam",
        hidden = true,
        color = 4,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Triggerable] = true,
            [SkillType.Attack] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1.57,
        baseFlags = {
            attack = true,
            area = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "is_area_damage",
        },
        levels = {
            [1] = {baseMultiplier = 1.4, levelRequirement = 0, statInterpolation = {},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["EASHarvestHulkEnrage"] = {
        name = "EASHarvestHulkEnrage",
        hidden = true,
        color = 4,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Spell] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 2.2,
        baseFlags = {
            spell = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
        },
        levels = {
            [1] = {levelRequirement = 0, statInterpolation = {},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["EASHarvestEmerge"] = {
        name = "EASHarvestEmerge",
        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 = { }, },
        },
    }
    
    monster beyond portal chance +% final [-66]
    monster hellscape charge +% [-66]
    IdBreachReducedBeyondPortalChance
    FamilyBeyondPortalChance
    Domainsmonstro (3)
    GenerationTypeÚnico (3)
    Req. level1
    Stats
  • monster hellscape charge +% Min: -66 Max: -66 Global
  • monster beyond portal chance +% final Min: -66 Max: -66 Global
  • IdNothing
    FamilyNothing
    Domainsmonstro (3)
    GenerationTypeÚnico (3)
    Req. level1
    stance movement speed +% final [130]
    IdStanceHarvestBrambleHulkRun
    FamilyStance
    Domainsmonstro (3)
    GenerationTypeÚnico (3)
    Req. level1
    Stats
  • stance movement speed +% final Min: 130 Max: 130 Global
  • Craft Tagsspeed
    Edit

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