Receta de Bestiario /1 ⍟
NombreRecipe
Transforma un objeto: Aumenta en 1 el nivel de una gema despertada que no esté corrupta
Lomoerizado salvaje
Demonio
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, large_model, medium_height, medium_movement, melee, not_int, physical_affinity, primate_beast, red_blood
Vida
363%
Armaduras
+10%
Evasión
+10%
Ailment Threshold
363%
Resistencia
20 20 20 0
Damage
138%
Precisión
100%
Probabilidad de golpe crítico
+5%
Multiplicador de Golpe Crítico
+130%
Attack Distance
6 ~ 13
Attack Time
1.5 Second
Damage Spread
±20%
Experiencia
110%
Model Size
100%
Type
HarvestBrambleHulk
Metadata
HarvestBrambleHulkT3
Nivel
68
Vida
23,353
Armaduras
31,669
Evasión
5,213
Escudo de energía
0
Damage
515
Daño de hechizos
515
Precisión
290
Attack Time
1.5
Experiencia
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 estándar
Base Damage: 412–619
Probabilidad de golpe crítico: 5%
Daño de ataque: 75%
Attack Time: 1.5 seg
Derriba a tus enemigos con un golpe poderoso.
Empuja a los enemigos con cada golpe
Inflige un 25% menos de daño 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
Probabilidad de golpe crítico: 5%
Daño de ataque: 140%
Attack Time: 1.5 seg
Tiempo de recarga: 6 seg
Inflige un 40% más de daño de ataque
is area damage [1]
HarvestHulkLeapSlam
Attack, Area, Melee, Movement, Travel, Slam, Totemable
Salto con impacto
Base Damage: 412–619
Probabilidad de golpe crítico: 5%
Daño de ataque: 150%
Daño de ataque: 130%
Attack Time: 1.5 seg
Tiempo de recarga: 5 seg
Saltas por los aires para infligir daño y empujar a los enemigos con tu arma en el lugar donde caes. Empujas a los enemigos sobre los que caerías fuera de tu camino. Requiere un hacha, una maza, un cetro, una espada o un báculo. No se puede asistir con Asistencia de Golpes múltiples.
Inflige un 30% más de daño de ataque
El radio base es de 1.5 metros
is area damage [1]
HarvestHulkLeapSlamEnraged
Attack, Area, Melee, Movement, Travel, Slam, Totemable
Salto con impacto
Base Damage: 412–619
Probabilidad de golpe crítico: 5%
Daño de ataque: 150%
Daño de ataque: 130%
Attack Time: 1.5 seg
Tiempo de recarga: 1.5 seg
Saltas por los aires para infligir daño y empujar a los enemigos con tu arma en el lugar donde caes. Empujas a los enemigos sobre los que caerías fuera de tu camino. Requiere un hacha, una maza, un cetro, una espada o un báculo. No se puede asistir con Asistencia de Golpes múltiples.
Inflige un 30% más de daño de ataque
El radio base es de 1.5 metros
is area damage [1]
EASHarvestHulkEnrage
Spell
Tiempo de lanzamiento: 2.2 seg
Tiempo de recarga: 18 seg
EASHarvestEmerge
Spell
Tiempo de lanzamiento: 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
Domainsmonstruo (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
    Domainsmonstruo (3)
    GenerationTypeúnico (3)
    Req. level1
    stance movement speed +% final [130]
    IdStanceHarvestBrambleHulkRun
    FamilyStance
    Domainsmonstruo (3)
    GenerationTypeúnico (3)
    Req. level1
    Stats
  • stance movement speed +% final Min: 130 Max: 130 Global
  • Craft Tagsspeed
    Lomoerizado salvaje
    Demonio
    Género: Lobos
    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, large_model, medium_height, medium_movement, melee, not_int, physical_affinity, primate_beast, red_blood
    Packs
  • Lomoerizado salvaje, Cacique salvaje
  • Vida
    363%
    Armaduras
    +10%
    Evasión
    +10%
    Ailment Threshold
    363%
    Resistencia
    20 20 20 0
    Damage
    138%
    Precisión
    100%
    Probabilidad de golpe crítico
    +5%
    Multiplicador de Golpe Crítico
    +130%
    Attack Distance
    6 ~ 13
    Attack Time
    1.5 Second
    Damage Spread
    ±20%
    Experiencia
    110%
    Model Size
    100%
    Type
    HarvestBrambleHulk
    Metadata
    HarvestBrambleHulkT3MemoryLine
    Nivel
    68
    Vida
    23,353
    Armaduras
    31,669
    Evasión
    5,213
    Escudo de energía
    0
    Damage
    515
    Daño de hechizos
    515
    Precisión
    290
    Attack Time
    1.5
    Experiencia
    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 estándar
    Base Damage: 412–619
    Probabilidad de golpe crítico: 5%
    Daño de ataque: 75%
    Attack Time: 1.5 seg
    Derriba a tus enemigos con un golpe poderoso.
    Empuja a los enemigos con cada golpe
    Inflige un 25% menos de daño 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
    Probabilidad de golpe crítico: 5%
    Daño de ataque: 140%
    Attack Time: 1.5 seg
    Tiempo de recarga: 6 seg
    Inflige un 40% más de daño de ataque
    is area damage [1]
    HarvestHulkLeapSlam
    Attack, Area, Melee, Movement, Travel, Slam, Totemable
    Salto con impacto
    Base Damage: 412–619
    Probabilidad de golpe crítico: 5%
    Daño de ataque: 150%
    Daño de ataque: 130%
    Attack Time: 1.5 seg
    Tiempo de recarga: 5 seg
    Saltas por los aires para infligir daño y empujar a los enemigos con tu arma en el lugar donde caes. Empujas a los enemigos sobre los que caerías fuera de tu camino. Requiere un hacha, una maza, un cetro, una espada o un báculo. No se puede asistir con Asistencia de Golpes múltiples.
    Inflige un 30% más de daño de ataque
    El radio base es de 1.5 metros
    is area damage [1]
    HarvestHulkLeapSlamEnraged
    Attack, Area, Melee, Movement, Travel, Slam, Totemable
    Salto con impacto
    Base Damage: 412–619
    Probabilidad de golpe crítico: 5%
    Daño de ataque: 150%
    Daño de ataque: 130%
    Attack Time: 1.5 seg
    Tiempo de recarga: 1.5 seg
    Saltas por los aires para infligir daño y empujar a los enemigos con tu arma en el lugar donde caes. Empujas a los enemigos sobre los que caerías fuera de tu camino. Requiere un hacha, una maza, un cetro, una espada o un báculo. No se puede asistir con Asistencia de Golpes múltiples.
    Inflige un 30% más de daño de ataque
    El radio base es de 1.5 metros
    is area damage [1]
    EASHarvestHulkEnrage
    Spell
    Tiempo de lanzamiento: 2.2 seg
    Tiempo de recarga: 18 seg
    EASHarvestEmerge
    Spell
    Tiempo de lanzamiento: 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
    Domainsmonstruo (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
    Domainsmonstruo (3)
    GenerationTypeúnico (3)
    Req. level1
    stance movement speed +% final [130]
    IdStanceHarvestBrambleHulkRun
    FamilyStance
    Domainsmonstruo (3)
    GenerationTypeúnico (3)
    Req. level1
    Stats
  • stance movement speed +% final Min: 130 Max: 130 Global
  • Craft Tagsspeed
    Lomoerizado salvaje
    Demonio
    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, large_model, medium_movement, melee, not_int, physical_affinity, primate_beast, red_blood
    Vida
    363%
    Armaduras
    +10%
    Evasión
    +10%
    Ailment Threshold
    363%
    Resistencia
    20 20 20 0
    Damage
    138%
    Precisión
    100%
    Probabilidad de golpe crítico
    +5%
    Multiplicador de Golpe Crítico
    +130%
    Attack Distance
    6 ~ 13
    Attack Time
    1.5 Second
    Damage Spread
    ±20%
    Experiencia
    110%
    Model Size
    100%
    Type
    HarvestBrambleHulk
    Metadata
    HarvestBrambleHulkT3Spectre
    Nivel
    68
    Vida
    23,353
    Armaduras
    31,669
    Evasión
    5,213
    Escudo de energía
    0
    Damage
    515
    Daño de hechizos
    515
    Precisión
    290
    Attack Time
    1.5
    Experiencia
    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 estándar
    Base Damage: 412–619
    Probabilidad de golpe crítico: 5%
    Daño de ataque: 75%
    Attack Time: 1.5 seg
    Derriba a tus enemigos con un golpe poderoso.
    Empuja a los enemigos con cada golpe
    Inflige un 25% menos de daño 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
    Probabilidad de golpe crítico: 5%
    Daño de ataque: 140%
    Attack Time: 1.5 seg
    Tiempo de recarga: 6 seg
    Inflige un 40% más de daño de ataque
    is area damage [1]
    HarvestHulkLeapSlam
    Attack, Area, Melee, Movement, Travel, Slam, Totemable
    Salto con impacto
    Base Damage: 412–619
    Probabilidad de golpe crítico: 5%
    Daño de ataque: 150%
    Daño de ataque: 130%
    Attack Time: 1.5 seg
    Tiempo de recarga: 5 seg
    Saltas por los aires para infligir daño y empujar a los enemigos con tu arma en el lugar donde caes. Empujas a los enemigos sobre los que caerías fuera de tu camino. Requiere un hacha, una maza, un cetro, una espada o un báculo. No se puede asistir con Asistencia de Golpes múltiples.
    Inflige un 30% más de daño de ataque
    El radio base es de 1.5 metros
    is area damage [1]
    HarvestHulkLeapSlamEnraged
    Attack, Area, Melee, Movement, Travel, Slam, Totemable
    Salto con impacto
    Base Damage: 412–619
    Probabilidad de golpe crítico: 5%
    Daño de ataque: 150%
    Daño de ataque: 130%
    Attack Time: 1.5 seg
    Tiempo de recarga: 1.5 seg
    Saltas por los aires para infligir daño y empujar a los enemigos con tu arma en el lugar donde caes. Empujas a los enemigos sobre los que caerías fuera de tu camino. Requiere un hacha, una maza, un cetro, una espada o un báculo. No se puede asistir con Asistencia de Golpes múltiples.
    Inflige un 30% más de daño de ataque
    El radio base es de 1.5 metros
    is area damage [1]
    EASHarvestHulkEnrage
    Spell
    Tiempo de lanzamiento: 2.2 seg
    Tiempo de recarga: 18 seg
    EASHarvestEmerge
    Spell
    Tiempo de lanzamiento: 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
    Domainsmonstruo (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
    Domainsmonstruo (3)
    GenerationTypeúnico (3)
    Req. level1
    stance movement speed +% final [130]
    IdStanceHarvestBrambleHulkRun
    FamilyStance
    Domainsmonstruo (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.