Quimerina primitiva
Bestia
monster beyond portal chance +% final [-66]
monster hellscape charge +% [-66]
monster no map drops [1]
Primal Chimeral
SpectreY
Spectre OverrideMetadata/Monsters/LeagueHarvest/Blue/HarvestIguanaT2Spectre
Tagsanimal_claw_weapon, beast, Lanzador de hechizos, cold_affinity, flesh_armour, has_one_hand_sword, has_one_handed_melee, large_model, melee, not_str, physical_affinity, ranged, red_blood, reptile_beast, slow_movement, small_height
Vida
375%
Energy Shield From Life
50%
Evasión
+20%
Ailment Threshold
375%
Resistencia
52 52 0 0
Damage
113%
Precisión
100%
Probabilidad de golpe crítico
+5%
Multiplicador de Golpe Crítico
+130%
Attack Distance
6 ~ 9
Attack Time
1.17 Second
Damage Spread
±20%
Experiencia
125%
Model Size
100%
Type
HarvestIguana
Metadata
HarvestIguanaT2
Nivel
68
Vida
24,125
Armaduras
28,790
Evasión
5,687
Escudo de energía
3,064
Damage
422
Daño de hechizos
422
Precisión
290
Attack Time
1.17
Experiencia
12,819
Ailment Threshold
24,125
Chill
76
Shock
76
Brittle
432
Scorch
76
Sap
211
MeleeAtAnimationSpeed
Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Multistrikeable, Melee, ProjectilesFromUser
Ataque estándar
Base Damage: 338–507
Probabilidad de golpe crítico: 5%
Attack Time: 1.17 seg
Derriba a tus enemigos con un golpe poderoso.
action attack or cast time uses animation length [1]
projectile uses contact position [1]
skill can fire arrows [1]
skill can fire wand projectiles [1]
use scaled contact offset [1]
HarvestIguanaFlamethrowerLeftToRight
Spell, Fire, Damage
Tiempo de lanzamiento: 4 seg
Tiempo de recarga: 5 seg
Inflige de 337 a 505.6 de daño de hielo
is area damage [1]
HarvestIguanaFlamethrowerRightToLeft
Spell, Fire, Damage
Tiempo de lanzamiento: 4 seg
Tiempo de recarga: 5 seg
Inflige de 337 a 505.6 de daño de hielo
is area damage [1]
HarvestIguanaIceSpikeProjectile
Attack, RangedAttack, MirageArcherCanUse, Projectile, ProjectilesFromUser, Damage, Triggerable
Base Damage: 338–507
Probabilidad de golpe crítico: 5%
Attack Time: 1.17 seg
Tiempo de recarga: 1.5 seg
El 25% del daño físico se convierte en daño de hielo
base is projectile [1]
monster projectile variation [112]
spell maximum action distance +% [-20]
EASHarvestIguanaSpikeRain
Spell
Tiempo de lanzamiento: 5.2 seg
Tiempo de recarga: 12 seg
GSHarvestIguanaSpikeRain
Spell, Triggerable
Probabilidad de golpe crítico: 5%
Tiempo de lanzamiento: 1 seg
Inflige de 418.9 a 628.4 de daño de hielo
Tus golpes no pueden aturdir a los enemigos
is area damage [1]
spell maximum action distance +% [-20]
EASHarvestEmerge
Spell
Tiempo de lanzamiento: 1 seg

Object Type

version 2
extends "Metadata/Monsters/LeagueHarvest/Blue/HarvestBlueBase"

Actor
{
	main_hand_unarmed_type = "One_Hand_Sword"
	basic_action = "ChangeToStance1"
	basic_action = "ChangeToStance2"
}

Life
{
	corpse_sink_delay_ms = 2200
}

Object Type Codes

version 2
extends "Metadata/Monsters/LeagueHarvest/Blue/HarvestBlueBase"

Life
{
	on_death = "Call( Vines1400 );"
}
-- src\Data\Spectres.lua
minions["Metadata/Monsters/LeagueHarvest/Blue/HarvestIguanaT2"] = {
    name = "Primal Chimeral",
    life = 3.75,
    energyShield = 0.5,
    fireResist = 52,
    coldResist = 52,
    lightningResist = 0,
    chaosResist = 0,
    damage = 1.13,
    damageSpread = 0.2,
    attackTime = 1.17,
    attackRange = 9,
    accuracy = 1,
    skillList = {
        "MeleeAtAnimationSpeed",
        "HarvestIguanaIceSpikeProjectile",
        "GSHarvestIguanaSpikeRain",
        "EASHarvestEmerge",
        "EASHarvestIguanaSpikeRain",
        "HarvestIguanaFlamethrowerLeftToRight",
        "HarvestIguanaFlamethrowerRightToLeft",
    },
    modList = {
    },
}
-- src\Data\Skills\spectre.lua
skills["MeleeAtAnimationSpeed"] = {
    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 = {
        "skill_can_fire_arrows",
        "skill_can_fire_wand_projectiles",
        "action_attack_or_cast_time_uses_animation_length",
        "projectile_uses_contact_position",
        "use_scaled_contact_offset",
    },
    levels = {
        [1] = {levelRequirement = 1, statInterpolation = {},  cost = { }, },
    },
}
-- src\Data\Skills\spectre.lua
skills["HarvestIguanaIceSpikeProjectile"] = {
    name = "HarvestIguanaIceSpikeProjectile",
    hidden = true,
    color = 4,
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    skillTypes = {
        [SkillType.Attack] = true,
        [SkillType.RangedAttack] = true,
        [SkillType.MirageArcherCanUse] = true,
        [SkillType.Projectile] = true,
        [SkillType.ProjectilesFromUser] = true,
        [SkillType.Damage] = true,
        [SkillType.Triggerable] = true,
    },
    statDescriptionScope = "skill_stat_descriptions",
    castTime = 1.17,
    baseFlags = {
        attack = true,
        projectile = true,
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
        "monster_projectile_variation",
        "skill_physical_damage_%_to_convert_to_cold",
        "spell_maximum_action_distance_+%",
        "base_is_projectile",
    },
    levels = {
        [1] = {112, 25, -20, levelRequirement = 1, statInterpolation = {},  cost = { }, },
    },
}
-- src\Data\Skills\spectre.lua
skills["GSHarvestIguanaSpikeRain"] = {
    name = "GSHarvestIguanaSpikeRain",
    hidden = true,
    color = 4,
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    skillTypes = {
        [SkillType.Spell] = true,
        [SkillType.Triggerable] = true,
    },
    statDescriptionScope = "skill_stat_descriptions",
    castTime = 1,
    baseFlags = {
        spell = true,
        area = true,
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
        "spell_minimum_base_cold_damage",
        "spell_maximum_base_cold_damage",
        "spell_maximum_action_distance_+%",
        "is_area_damage",
        "cannot_stun",
    },
    levels = {
        [1] = {0.80000001192093, 1.2000000476837, -20, critChance = 5, levelRequirement = 1, statInterpolation = {3, 3},  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["EASHarvestIguanaSpikeRain"] = {
    name = "EASHarvestIguanaSpikeRain",
    hidden = true,
    color = 4,
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    skillTypes = {
        [SkillType.Spell] = true,
    },
    statDescriptionScope = "skill_stat_descriptions",
    castTime = 5.2,
    baseFlags = {
        spell = true,
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
    },
    levels = {
        [1] = {levelRequirement = 0, statInterpolation = {},  cost = { }, },
    },
}
-- src\Data\Skills\spectre.lua
skills["HarvestIguanaFlamethrowerLeftToRight"] = {
    name = "HarvestIguanaFlamethrowerLeftToRight",
    hidden = true,
    color = 4,
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    skillTypes = {
        [SkillType.Spell] = true,
        [SkillType.Fire] = true,
        [SkillType.Damage] = true,
    },
    statDescriptionScope = "skill_stat_descriptions",
    castTime = 4,
    baseFlags = {
        spell = true,
        area = true,
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
        "spell_minimum_base_cold_damage",
        "spell_maximum_base_cold_damage",
        "is_area_damage",
    },
    levels = {
        [1] = {0.80000001192093, 1.2000000476837, levelRequirement = 1, statInterpolation = {3, 3},  cost = { }, },
    },
}
-- src\Data\Skills\spectre.lua
skills["HarvestIguanaFlamethrowerRightToLeft"] = {
    name = "HarvestIguanaFlamethrowerRightToLeft",
    hidden = true,
    color = 4,
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    skillTypes = {
        [SkillType.Spell] = true,
        [SkillType.Fire] = true,
        [SkillType.Damage] = true,
    },
    statDescriptionScope = "skill_stat_descriptions",
    castTime = 4,
    baseFlags = {
        spell = true,
        area = true,
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
        "spell_minimum_base_cold_damage",
        "spell_maximum_base_cold_damage",
        "is_area_damage",
    },
    levels = {
        [1] = {0.80000001192093, 1.2000000476837, levelRequirement = 1, statInterpolation = {3, 3},  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
  • monster no map drops [1]
    IdMonsterNoMapDrops
    FamilyMonsterNoMapDrops
    Domainsmonstruo (3)
    GenerationTypeúnico (3)
    Req. level1
    Stats
  • monster no map drops Min: 1 Max: 1 Global
  • Quimerina primitiva
    Bestia
    monster beyond portal chance +% final [-66]
    monster hellscape charge +% [-66]
    Primal Chimeral
    SpectreY
    Tagsanimal_claw_weapon, beast, Lanzador de hechizos, cold_affinity, flesh_armour, has_one_hand_sword, has_one_handed_melee, large_model, melee, not_str, physical_affinity, ranged, red_blood, reptile_beast, slow_movement
    Vida
    356%
    Energy Shield From Life
    50%
    Evasión
    +20%
    Ailment Threshold
    356%
    Resistencia
    52 52 0 0
    Damage
    113%
    Precisión
    100%
    Probabilidad de golpe crítico
    +5%
    Multiplicador de Golpe Crítico
    +130%
    Attack Distance
    6 ~ 9
    Attack Time
    1.17 Second
    Damage Spread
    ±20%
    Experiencia
    125%
    Model Size
    100%
    Type
    HarvestIguanaSpectre
    Metadata
    HarvestIguanaT2Spectre
    Nivel
    68
    Vida
    22,903
    Armaduras
    28,790
    Evasión
    5,687
    Escudo de energía
    3,064
    Damage
    422
    Daño de hechizos
    422
    Precisión
    290
    Attack Time
    1.17
    Experiencia
    12,819
    Ailment Threshold
    22,903
    Chill
    72
    Shock
    72
    Brittle
    410
    Scorch
    72
    Sap
    200
    MeleeAtAnimationSpeed
    Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Multistrikeable, Melee, ProjectilesFromUser
    Ataque estándar
    Base Damage: 338–507
    Probabilidad de golpe crítico: 5%
    Attack Time: 1.17 seg
    Derriba a tus enemigos con un golpe poderoso.
    action attack or cast time uses animation length [1]
    projectile uses contact position [1]
    skill can fire arrows [1]
    skill can fire wand projectiles [1]
    use scaled contact offset [1]
    HarvestIguanaFlamethrowerLeftToRight
    Spell, Fire, Damage
    Tiempo de lanzamiento: 4 seg
    Tiempo de recarga: 5 seg
    Inflige de 337 a 505.6 de daño de hielo
    is area damage [1]
    HarvestIguanaFlamethrowerRightToLeft
    Spell, Fire, Damage
    Tiempo de lanzamiento: 4 seg
    Tiempo de recarga: 5 seg
    Inflige de 337 a 505.6 de daño de hielo
    is area damage [1]
    HarvestIguanaIceSpikeProjectile
    Attack, RangedAttack, MirageArcherCanUse, Projectile, ProjectilesFromUser, Damage, Triggerable
    Base Damage: 338–507
    Probabilidad de golpe crítico: 5%
    Attack Time: 1.17 seg
    Tiempo de recarga: 1.5 seg
    El 25% del daño físico se convierte en daño de hielo
    base is projectile [1]
    monster projectile variation [112]
    spell maximum action distance +% [-20]
    EASHarvestIguanaSpikeRain
    Spell
    Tiempo de lanzamiento: 5.2 seg
    Tiempo de recarga: 12 seg
    GSHarvestIguanaSpikeRain
    Spell, Triggerable
    Probabilidad de golpe crítico: 5%
    Tiempo de lanzamiento: 1 seg
    Inflige de 418.9 a 628.4 de daño de hielo
    Tus golpes no pueden aturdir a los enemigos
    is area damage [1]
    spell maximum action distance +% [-20]
    EASHarvestEmerge
    Spell
    Tiempo de lanzamiento: 1 seg

    Object Type

    version 2
    extends "Metadata/Monsters/LeagueHarvest/Blue/HarvestBlueBaseSpectre"
    
    Actor
    {
    	main_hand_unarmed_type = "One_Hand_Sword"
    	basic_action = "ChangeToStance1"
    	basic_action = "ChangeToStance2"
    }

    Object Type Codes

    version 2
    extends "Metadata/Monsters/LeagueHarvest/Blue/HarvestBlueBaseSpectre"
    -- src\Data\Spectres.lua
    minions["Metadata/Monsters/LeagueHarvest/Blue/HarvestIguanaT2Spectre"] = {
        name = "Primal Chimeral",
        life = 3.56,
        energyShield = 0.5,
        fireResist = 52,
        coldResist = 52,
        lightningResist = 0,
        chaosResist = 0,
        damage = 1.13,
        damageSpread = 0.2,
        attackTime = 1.17,
        attackRange = 9,
        accuracy = 1,
        skillList = {
            "MeleeAtAnimationSpeed",
            "HarvestIguanaIceSpikeProjectile",
            "GSHarvestIguanaSpikeRain",
            "EASHarvestEmerge",
            "EASHarvestIguanaSpikeRain",
            "HarvestIguanaFlamethrowerLeftToRight",
            "HarvestIguanaFlamethrowerRightToLeft",
        },
        modList = {
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["MeleeAtAnimationSpeed"] = {
        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 = {
            "skill_can_fire_arrows",
            "skill_can_fire_wand_projectiles",
            "action_attack_or_cast_time_uses_animation_length",
            "projectile_uses_contact_position",
            "use_scaled_contact_offset",
        },
        levels = {
            [1] = {levelRequirement = 1, statInterpolation = {},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["HarvestIguanaIceSpikeProjectile"] = {
        name = "HarvestIguanaIceSpikeProjectile",
        hidden = true,
        color = 4,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Attack] = true,
            [SkillType.RangedAttack] = true,
            [SkillType.MirageArcherCanUse] = true,
            [SkillType.Projectile] = true,
            [SkillType.ProjectilesFromUser] = true,
            [SkillType.Damage] = true,
            [SkillType.Triggerable] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1.17,
        baseFlags = {
            attack = true,
            projectile = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "monster_projectile_variation",
            "skill_physical_damage_%_to_convert_to_cold",
            "spell_maximum_action_distance_+%",
            "base_is_projectile",
        },
        levels = {
            [1] = {112, 25, -20, levelRequirement = 1, statInterpolation = {},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["GSHarvestIguanaSpikeRain"] = {
        name = "GSHarvestIguanaSpikeRain",
        hidden = true,
        color = 4,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Spell] = true,
            [SkillType.Triggerable] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            spell = true,
            area = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "spell_minimum_base_cold_damage",
            "spell_maximum_base_cold_damage",
            "spell_maximum_action_distance_+%",
            "is_area_damage",
            "cannot_stun",
        },
        levels = {
            [1] = {0.80000001192093, 1.2000000476837, -20, critChance = 5, levelRequirement = 1, statInterpolation = {3, 3},  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["EASHarvestIguanaSpikeRain"] = {
        name = "EASHarvestIguanaSpikeRain",
        hidden = true,
        color = 4,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Spell] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 5.2,
        baseFlags = {
            spell = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
        },
        levels = {
            [1] = {levelRequirement = 0, statInterpolation = {},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["HarvestIguanaFlamethrowerLeftToRight"] = {
        name = "HarvestIguanaFlamethrowerLeftToRight",
        hidden = true,
        color = 4,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Spell] = true,
            [SkillType.Fire] = true,
            [SkillType.Damage] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 4,
        baseFlags = {
            spell = true,
            area = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "spell_minimum_base_cold_damage",
            "spell_maximum_base_cold_damage",
            "is_area_damage",
        },
        levels = {
            [1] = {0.80000001192093, 1.2000000476837, levelRequirement = 1, statInterpolation = {3, 3},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["HarvestIguanaFlamethrowerRightToLeft"] = {
        name = "HarvestIguanaFlamethrowerRightToLeft",
        hidden = true,
        color = 4,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Spell] = true,
            [SkillType.Fire] = true,
            [SkillType.Damage] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 4,
        baseFlags = {
            spell = true,
            area = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "spell_minimum_base_cold_damage",
            "spell_maximum_base_cold_damage",
            "is_area_damage",
        },
        levels = {
            [1] = {0.80000001192093, 1.2000000476837, levelRequirement = 1, statInterpolation = {3, 3},  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
  • Edit

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