Víbora Primitiva
Morto-vivo
monster beyond portal chance +% final [-66]
monster hellscape charge +% [-66]
monster hellscape charge +% [-66]
Primal Viper
Spectre | N |
---|---|
Tags | animal_claw_weapon, beast, cold_affinity, flesh_armour, ghost, immobile, is_unarmed, medium_height, melee, ranged, red_blood, reptile_beast, undead |
Vida
330%
Ailment Threshold
330%
Resistência
0 0 0 0
Damage
100%
Precisão
100%
Chance de Crítico
+5%
Multiplicador de Acerto Crítico
+130%
Attack Distance
4 ~ 20
Attack Time
1.995 Second
Damage Spread
±20%
Experiência
100%
Model Size
100%
Type
HarvestDevourerSnake
Metadata
HarvestDevourerSnakeT2
The following values do not include map affix bonuses, monster buff bonuses, altar bonuses, atlas skill bonuses.
Nível
68
Vida
21,230
Armadura
28,790
Evasão
4,739
Escudo de Energia
0
Damage
374
Dano Mágico
374
Precisão
290
Attack Time
1.995
Experiência
10,255
Ailment Threshold
21,230
Chill
67
Shock
67
Brittle
380
Scorch
67
Sap
185
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).
MeleeHarvestSnake
Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Multistrikeable, Melee, ProjectilesFromUser
Ataque Padrão
Base Damage: 299–448
Chance de Crítico: 5%
Attack Time: 1.995 seg
Abate seus inimigos com um golpe poderoso.
Empurra Inimigos ao Acertar
15% do Dano Físico Convertido para Dano de Gelo
base knockback speed +% [100]
determine knockback direction from melee pattern [1]
skill can fire arrows [1]
skill can fire wand projectiles [1]
15% do Dano Físico Convertido para Dano de Gelo
base knockback speed +% [100]
determine knockback direction from melee pattern [1]
skill can fire arrows [1]
skill can fire wand projectiles [1]
GAHarvestDevourerSnakeBite
Triggerable, Attack
Base Damage: 299–448
Chance de Crítico: 5%
Attack Time: 1.995 seg
15% do Dano Físico Convertido para Dano de Gelo
+3 metros ao Alcance de Golpes Corpo a Corpo
cast time overrides attack duration [1]
is area damage [1]
+3 metros ao Alcance de Golpes Corpo a Corpo
cast time overrides attack duration [1]
is area damage [1]
MPWHarvestDevourerSnakeSpit
Attack, RangedAttack, MirageArcherCanUse, Projectile, ProjectilesFromUser, Damage, Triggerable
Base Damage: 299–448
Chance de Crítico: 5%
Attack Time: 1.995 seg
20% do Dano Físico Convertido para Dano de Gelo
base is projectile [1]
base projectile ground effect duration [2000]
cast time overrides attack duration [1]
ground ice art variation [4]
maintain projectile direction when using contact position [1]
monster projectile variation [113]
projectile spread radius [18]
projectile uses contact position [1]
projectiles drop ground ice [1]
use scaled contact offset [1]
base is projectile [1]
base projectile ground effect duration [2000]
cast time overrides attack duration [1]
ground ice art variation [4]
maintain projectile direction when using contact position [1]
monster projectile variation [113]
projectile spread radius [18]
projectile uses contact position [1]
projectiles drop ground ice [1]
use scaled contact offset [1]
EASHarvestEmerge
Spell
Tempo de Conjuração: 1 seg
Object Type
version 2 extends "Metadata/Monsters/LeagueHarvest/Blue/HarvestBlueBase" Actor { basic_action = "Emerge" basic_action = "Emerge2" basic_action = "ChangeToStance1" basic_action = "ChangeToStance2" } Life { corpse_usable = false corpse_sink_delay_ms = 2300 } Pathfinding { immobile = true }
Object Type Codes
version 2 extends "Metadata/Monsters/LeagueHarvest/Blue/HarvestBlueBase" Life { on_death = "Call( Vines1500 );" } Render { visual_size_index = 1 selection_height_override = 220 } Preload { preload_object = "Metadata/Effects/Spells/monsters_effects/LeagueHarvest/harvest_monsters/bulb/Viper/SnakeHole" } Positioned { on_initial_position_set = " Delay( 0.05, { initial_hole.SetVariableScale( 1 ); } ); " }
-- src\Data\Spectres.lua minions["Metadata/Monsters/LeagueHarvest/Blue/HarvestDevourerSnakeT2"] = { name = "Primal Viper", life = 3.3, fireResist = 0, coldResist = 0, lightningResist = 0, chaosResist = 0, damage = 1, damageSpread = 0.2, attackTime = 1.995, attackRange = 20, accuracy = 1, skillList = { "MeleeHarvestSnake", "MPWHarvestDevourerSnakeSpit", "GAHarvestDevourerSnakeBite", "EASHarvestEmerge", }, modList = { }, } -- src\Data\Skills\spectre.lua skills["MeleeHarvestSnake"] = { 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_physical_damage_%_to_convert_to_cold", "skill_can_fire_arrows", "skill_can_fire_wand_projectiles", "global_knockback", "determine_knockback_direction_from_melee_pattern", }, levels = { [1] = {100, 15, levelRequirement = 1, statInterpolation = {}, cost = { }, }, }, } -- src\Data\Skills\spectre.lua skills["MPWHarvestDevourerSnakeSpit"] = { name = "MPWHarvestDevourerSnakeSpit", 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 = 2.8, baseFlags = { attack = true, projectile = true, }, baseMods = { }, qualityStats = { }, stats = { "monster_projectile_variation", "projectile_spread_radius", "base_projectile_ground_effect_duration", "ground_ice_art_variation", "skill_physical_damage_%_to_convert_to_cold", "base_is_projectile", "use_scaled_contact_offset", "projectile_uses_contact_position", "projectiles_drop_ground_ice", "maintain_projectile_direction_when_using_contact_position", "cast_time_overrides_attack_duration", }, levels = { [1] = {113, 18, 2000, 4, 20, levelRequirement = 1, statInterpolation = {}, cost = { }, }, }, } -- src\Data\Skills\spectre.lua skills["GAHarvestDevourerSnakeBite"] = { name = "GAHarvestDevourerSnakeBite", hidden = true, color = 4, baseEffectiveness = 0, incrementalEffectiveness = 0, skillTypes = { [SkillType.Triggerable] = true, [SkillType.Attack] = true, }, statDescriptionScope = "skill_stat_descriptions", castTime = 1.5, baseFlags = { attack = true, area = true, }, baseMods = { }, qualityStats = { }, stats = { "melee_range_+", "skill_physical_damage_%_to_convert_to_cold", "is_area_damage", "cast_time_overrides_attack_duration", }, levels = { [1] = {30, 15, levelRequirement = 1, 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]
Id | BreachReducedBeyondPortalChance |
---|---|
Family | BeyondPortalChance |
Domains | monstro (3) |
GenerationType | Único (3) |
Req. level | 1 |
Stats |
Edit
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.