Quimérico Primitivo



monster beyond portal chance +% final [-66]
monster hellscape charge +% [-66]
monster hellscape charge +% [-66]
Primal Chimeral
Spectre | Y |
---|---|
Spectre Override | Metadata/Monsters/LeagueHarvest/Blue/HarvestIguanaT2Spectre |
Tags | animal_claw_weapon, beast, Conjurador, 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%
Evasão
+20%
Ailment Threshold
375%
Resistência




Damage
113%
Precisão
100%
Chance de Crítico
+5%
Multiplicador de Acerto Crítico
+130%
Attack Distance
6 ~ 9
Attack Time
1.17 Second
Damage Spread
±20%
Experiência
125%
Model Size
100%
Type
HarvestIguana
Metadata
HarvestIguanaT2
The following values do not include map affix bonuses, monster buff bonuses, altar bonuses, atlas skill bonuses.
Selecionar Nível dos Monstros
Nível
68
Vida
12,063
Armadura
28,790
Evasão
5,687
Escudo de Energia
11,488
Damage
422
Dano Mágico
422
Precisão
580
Attack Time
1.17
Experiência
12,819
Minion Life
2,616
Minion Energy Shield
2,492
Minion Damage
337
Ailment Threshold
24,125
Chill
76
Shock
76
Brittle
432
Scorch
76
Sap
211
The following values are skill base values and do not include map affix bonuses, monster buff bonuses, altar bonuses, atlas skill bonuses, monster base damage(ex: The Maven 150% multiplier), monster rarity bonuses (ex: unique 70% more, unique attack 33% less).
MeleeAtAnimationSpeed
Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Multistrikeable, Melee, ProjectilesFromUser
Ataque Padrão
Base Damage: 338–507
Chance de Crítico: 5%
Attack Time: 1.17 seg
Abate seus inimigos com um 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
Tempo de Conjuração: 4 seg
Recarga: 5 seg
Causa 337 a 505.6 de Dano de Gelo
is area damage [1]
HarvestIguanaFlamethrowerRightToLeft
Spell, Fire, Damage
Tempo de Conjuração: 4 seg
Recarga: 5 seg
Causa 337 a 505.6 de Dano de Gelo
is area damage [1]
HarvestIguanaIceSpikeProjectile
Attack, RangedAttack, MirageArcherCanUse, Projectile, ProjectilesFromUser, Damage, Triggerable
Base Damage: 338–507
Chance de Crítico: 5%
Attack Time: 1.17 seg
Recarga: 1.5 seg
25% do Dano Físico Convertido para Dano de Gelo
base is projectile [1]
monster projectile variation [112]
spell maximum action distance +% [-20]
EASHarvestIguanaSpikeRain
Spell
Tempo de Conjuração: 5.2 seg
Recarga: 12 seg
GSHarvestIguanaSpikeRain
Spell, Triggerable
Chance de Crítico: 5%
Tempo de Conjuração: 1 seg
Causa 418.9 a 628.4 de Dano de Gelo
Seus Acertos não podem Atordoar Inimigos
is area damage [1]
spell maximum action distance +% [-20]
EASHarvestEmerge
Spell
Tempo de Conjuração: 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]
Id | BreachReducedBeyondPortalChance |
---|---|
Family | BeyondPortalChance |
Domains | monstro (3) |
GenerationType | Único (3) |
Req. level | 1 |
Stats |
Quimérico Primitivo



monster beyond portal chance +% final [-66]
monster hellscape charge +% [-66]
monster hellscape charge +% [-66]
Primal Chimeral
Spectre | Y |
---|---|
Tags | animal_claw_weapon, beast, Conjurador, 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%
Evasão
+20%
Ailment Threshold
356%
Resistência




Damage
113%
Precisão
100%
Chance de Crítico
+5%
Multiplicador de Acerto Crítico
+130%
Attack Distance
6 ~ 9
Attack Time
1.17 Second
Damage Spread
±20%
Experiência
125%
Model Size
100%
Type
HarvestIguanaSpectre
Metadata
HarvestIguanaT2Spectre
The following values do not include map affix bonuses, monster buff bonuses, altar bonuses, atlas skill bonuses.
Selecionar Nível dos Monstros
Nível
68
Vida
11,451
Armadura
28,790
Evasão
5,687
Escudo de Energia
10,906
Damage
422
Dano Mágico
422
Precisão
580
Attack Time
1.17
Experiência
12,819
Minion Life
2,484
Minion Energy Shield
2,366
Minion Damage
337
Ailment Threshold
22,903
Chill
72
Shock
72
Brittle
410
Scorch
72
Sap
200
The following values are skill base values and do not include map affix bonuses, monster buff bonuses, altar bonuses, atlas skill bonuses, monster base damage(ex: The Maven 150% multiplier), monster rarity bonuses (ex: unique 70% more, unique attack 33% less).
MeleeAtAnimationSpeed
Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Multistrikeable, Melee, ProjectilesFromUser
Ataque Padrão
Base Damage: 338–507
Chance de Crítico: 5%
Attack Time: 1.17 seg
Abate seus inimigos com um 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
Tempo de Conjuração: 4 seg
Recarga: 5 seg
Causa 337 a 505.6 de Dano de Gelo
is area damage [1]
HarvestIguanaFlamethrowerRightToLeft
Spell, Fire, Damage
Tempo de Conjuração: 4 seg
Recarga: 5 seg
Causa 337 a 505.6 de Dano de Gelo
is area damage [1]
HarvestIguanaIceSpikeProjectile
Attack, RangedAttack, MirageArcherCanUse, Projectile, ProjectilesFromUser, Damage, Triggerable
Base Damage: 338–507
Chance de Crítico: 5%
Attack Time: 1.17 seg
Recarga: 1.5 seg
25% do Dano Físico Convertido para Dano de Gelo
base is projectile [1]
monster projectile variation [112]
spell maximum action distance +% [-20]
EASHarvestIguanaSpikeRain
Spell
Tempo de Conjuração: 5.2 seg
Recarga: 12 seg
GSHarvestIguanaSpikeRain
Spell, Triggerable
Chance de Crítico: 5%
Tempo de Conjuração: 1 seg
Causa 418.9 a 628.4 de Dano de Gelo
Seus Acertos não podem Atordoar Inimigos
is area damage [1]
spell maximum action distance +% [-20]
EASHarvestEmerge
Spell
Tempo de Conjuração: 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]
Id | BreachReducedBeyondPortalChance |
---|---|
Family | BeyondPortalChance |
Domains | monstro (3) |
GenerationType | Único (3) |
Req. level | 1 |
Stats |
Editar
Wikis Content is available under CC BY-NC-SA 3.0 unless otherwise noted.
Wikis Content is available under CC BY-NC-SA 3.0 unless otherwise noted.