Chiméral primitif
Bête
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, Lanceur de sorts, 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
Vie
375%
Energy Shield From Life
50%
Évasion
+20%
Ailment Threshold
375%
Résistance
52 52 0 0
Damage
113%
Précision
100%
Chances de coup critique
+5%
Multiplicateur de coups critiques
+130%
Attack Distance
6 ~ 9
Attack Time
1.17 Second
Damage Spread
±20%
Expérience
125%
Model Size
100%
Type
HarvestIguana
Metadata
HarvestIguanaT2
Niveau
68
Vie
24,125
Armure
28,790
Évasion
5,687
Bouclier d'énergie
3,064
Damage
422
Dégâts des sorts
422
Précision
290
Attack Time
1.17
Expérience
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
Attaque par défaut
Base Damage: 338–507
Chances de coup critique: 5%
Attack Time: 1.17 sec.
Frappez vos ennemis d'un coup puissant.
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
Temps d'incantation: 4 sec.
Temps de recharge: 5 sec.
Inflige 337 à 505.6 Dégâts de froid
is area damage [1]
HarvestIguanaFlamethrowerRightToLeft
Spell, Fire, Damage
Temps d'incantation: 4 sec.
Temps de recharge: 5 sec.
Inflige 337 à 505.6 Dégâts de froid
is area damage [1]
HarvestIguanaIceSpikeProjectile
Attack, RangedAttack, MirageArcherCanUse, Projectile, ProjectilesFromUser, Damage, Triggerable
Base Damage: 338–507
Chances de coup critique: 5%
Attack Time: 1.17 sec.
Temps de recharge: 1.5 sec.
25% des Dégâts physiques sont Convertis en Dégâts de froid
base is projectile [1]
monster projectile variation [112]
spell maximum action distance +% [-20]
EASHarvestIguanaSpikeRain
Spell
Temps d'incantation: 5.2 sec.
Temps de recharge: 12 sec.
GSHarvestIguanaSpikeRain
Spell, Triggerable
Chances de coup critique: 5%
Temps d'incantation: 1 sec.
Inflige 418.9 à 628.4 Dégâts de froid
Vous ne pouvez pas Étourdir les Ennemis au Toucher
is area damage [1]
spell maximum action distance +% [-20]
EASHarvestEmerge
Spell
Temps d'incantation: 1 sec.

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
Domainsmonstre (3)
GenerationTypeUnique (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
    Domainsmonstre (3)
    GenerationTypeUnique (3)
    Req. level1
    Stats
  • monster no map drops Min: 1 Max: 1 Global
  • Chiméral primitif
    Bête
    monster beyond portal chance +% final [-66]
    monster hellscape charge +% [-66]
    Primal Chimeral
    SpectreY
    Tagsanimal_claw_weapon, beast, Lanceur de sorts, 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
    Vie
    356%
    Energy Shield From Life
    50%
    Évasion
    +20%
    Ailment Threshold
    356%
    Résistance
    52 52 0 0
    Damage
    113%
    Précision
    100%
    Chances de coup critique
    +5%
    Multiplicateur de coups critiques
    +130%
    Attack Distance
    6 ~ 9
    Attack Time
    1.17 Second
    Damage Spread
    ±20%
    Expérience
    125%
    Model Size
    100%
    Type
    HarvestIguanaSpectre
    Metadata
    HarvestIguanaT2Spectre
    Niveau
    68
    Vie
    22,903
    Armure
    28,790
    Évasion
    5,687
    Bouclier d'énergie
    3,064
    Damage
    422
    Dégâts des sorts
    422
    Précision
    290
    Attack Time
    1.17
    Expérience
    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
    Attaque par défaut
    Base Damage: 338–507
    Chances de coup critique: 5%
    Attack Time: 1.17 sec.
    Frappez vos ennemis d'un coup puissant.
    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
    Temps d'incantation: 4 sec.
    Temps de recharge: 5 sec.
    Inflige 337 à 505.6 Dégâts de froid
    is area damage [1]
    HarvestIguanaFlamethrowerRightToLeft
    Spell, Fire, Damage
    Temps d'incantation: 4 sec.
    Temps de recharge: 5 sec.
    Inflige 337 à 505.6 Dégâts de froid
    is area damage [1]
    HarvestIguanaIceSpikeProjectile
    Attack, RangedAttack, MirageArcherCanUse, Projectile, ProjectilesFromUser, Damage, Triggerable
    Base Damage: 338–507
    Chances de coup critique: 5%
    Attack Time: 1.17 sec.
    Temps de recharge: 1.5 sec.
    25% des Dégâts physiques sont Convertis en Dégâts de froid
    base is projectile [1]
    monster projectile variation [112]
    spell maximum action distance +% [-20]
    EASHarvestIguanaSpikeRain
    Spell
    Temps d'incantation: 5.2 sec.
    Temps de recharge: 12 sec.
    GSHarvestIguanaSpikeRain
    Spell, Triggerable
    Chances de coup critique: 5%
    Temps d'incantation: 1 sec.
    Inflige 418.9 à 628.4 Dégâts de froid
    Vous ne pouvez pas Étourdir les Ennemis au Toucher
    is area damage [1]
    spell maximum action distance +% [-20]
    EASHarvestEmerge
    Spell
    Temps d'incantation: 1 sec.

    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
    Domainsmonstre (3)
    GenerationTypeUnique (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.