Weta vívida
Bestia
monster beyond portal chance +% final [-66]
monster hellscape charge +% [-66]
monster hellscape charge +% [-66]
Vivid Weta
Spectre | Y |
---|---|
Spectre Override | Metadata/Monsters/LeagueHarvest/Green/HarvestWetaT1Spectre |
Tags | animal_claw_weapon, beast, extra_extra_small_height, hard_armour, insect, insect_blood, is_unarmed, melee, not_int, not_str, physical_affinity, slow_movement |
Vida
243%
Evasión
+50%
Ailment Threshold
243%
Resistencia
0 40 0 0
Damage
81%
Precisión
100%
Probabilidad de golpe crítico
+5%
Multiplicador de golpe crítico
+130%
Attack Distance
4 ~ 12
Attack Time
0.99 Second
Damage Spread
±20%
Experiencia
90%
Model Size
300%
Type
HarvestWeta
Metadata
HarvestWetaT1
The following values do not include map affix bonuses, monster buff bonuses, altar bonuses, atlas skill bonuses.
Nivel
68
Vida
15,633
Armadura
28,790
Evasión
7,109
Escudo de energía
0
Damage
303
Daño de hechizos
303
Precisión
290
Attack Time
0.99
Experiencia
9,230
Ailment Threshold
15,633
Chill
49
Shock
49
Brittle
280
Scorch
49
Sap
137
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).
Melee
Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Multistrikeable, Melee, ProjectilesFromUser
Ataque estándar
Base Damage: 242–363
Probabilidad de golpe crítico: 5%
Attack Time: 0.99 seg
Derriba a tus enemigos con un golpe poderoso.
skill can fire arrows [1]
skill can fire wand projectiles [1]
skill can fire wand projectiles [1]
HarvestWetaCausticGroundOnDeath
Spell, Area, Damage, Triggerable, Duration, AreaSpell
Tiempo de lanzamiento: 1 seg
Inflige 356 de daño de caos base por segundo
La duración base es de 6 segundos
active skill area of effect radius +% final [-33]
ground caustic art variation [8]
La duración base es de 6 segundos
active skill area of effect radius +% final [-33]
ground caustic art variation [8]
SSMHarvestWetaSpawnling
Spell, Multicastable, Triggerable
Tiempo de lanzamiento: 1 seg
alternate minion [492]
number of monsters to summon [1]
summon specific monsters radius +% [-99]
summoned monsters are minions [1]
summoned monsters no drops or experience [1]
number of monsters to summon [1]
summon specific monsters radius +% [-99]
summoned monsters are minions [1]
summoned monsters no drops or experience [1]
EASHarvestEmerge
Spell
Tiempo de lanzamiento: 1 seg
Object Type
version 2 extends "Metadata/Monsters/LeagueHarvest/Green/HarvestGreenBase" Life { //corpse_sink_delay_ms = 1400 //corpse_sink_time_ms = 4000 }
Object Type Codes
version 2 extends "Metadata/Monsters/LeagueHarvest/Green/HarvestGreenBase" Life { //on_death = "Call( Vines600 );" }
-- src\Data\Spectres.lua minions["Metadata/Monsters/LeagueHarvest/Green/HarvestWetaT1"] = { name = "Vivid Weta", life = 2.43, fireResist = 0, coldResist = 40, lightningResist = 0, chaosResist = 0, damage = 0.81, damageSpread = 0.2, attackTime = 0.99, attackRange = 12, accuracy = 1, skillList = { "Melee", "SSMHarvestWetaSpawnling", "HarvestWetaCausticGroundOnDeath", "EASHarvestEmerge", }, modList = { }, } -- src\Data\Skills\spectre.lua skills["Melee"] = { 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", }, levels = { [1] = {levelRequirement = 1, statInterpolation = {}, cost = { }, }, }, } -- src\Data\Skills\spectre.lua skills["SSMHarvestWetaSpawnling"] = { name = "SSMHarvestWetaSpawnling", hidden = true, color = 4, baseEffectiveness = 0, incrementalEffectiveness = 0, skillTypes = { [SkillType.Spell] = true, [SkillType.Multicastable] = true, [SkillType.Triggerable] = true, }, statDescriptionScope = "skill_stat_descriptions", castTime = 1, baseFlags = { spell = true, }, baseMods = { }, qualityStats = { }, stats = { "number_of_monsters_to_summon", "alternate_minion", "summon_specific_monsters_radius_+%", "summoned_monsters_are_minions", "summoned_monsters_no_drops_or_experience", }, levels = { [1] = {1, 492, -99, levelRequirement = 0, statInterpolation = {}, cost = { }, }, }, } -- src\Data\Skills\spectre.lua skills["HarvestWetaCausticGroundOnDeath"] = { name = "HarvestWetaCausticGroundOnDeath", hidden = true, color = 4, baseEffectiveness = 0, incrementalEffectiveness = 0, skillTypes = { [SkillType.Spell] = true, [SkillType.Area] = true, [SkillType.Damage] = true, [SkillType.Triggerable] = true, [SkillType.Duration] = true, [SkillType.AreaSpell] = true, }, statDescriptionScope = "skill_stat_descriptions", castTime = 1, baseFlags = { area = true, spell = true, duration = true, }, baseMods = { }, qualityStats = { }, stats = { "base_chaos_damage_to_deal_per_minute", "ground_caustic_art_variation", "base_skill_effect_duration", "active_skill_area_of_effect_radius_+%_final", }, levels = { [1] = {3, 8, 6000, -33, levelRequirement = 1, statInterpolation = {3}, cost = { }, }, [2] = {2.7999999523163, 8, 6000, -33, levelRequirement = 56, statInterpolation = {3}, cost = { }, }, [3] = {2.0999999046326, 8, 6000, -33, levelRequirement = 75, statInterpolation = {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 = { }, }, }, }
monster beyond portal chance +% final [-66]
monster hellscape charge +% [-66]
Id | BreachReducedBeyondPortalChance |
---|---|
Family | BeyondPortalChance |
Domains | monstruo (3) |
GenerationType | Único (3) |
Req. level | 1 |
Stats |
Weta vívida
Bestia
monster beyond portal chance +% final [-66]
monster hellscape charge +% [-66]
monster hellscape charge +% [-66]
Vivid Weta
Spectre | Y |
---|---|
Tags | animal_claw_weapon, beast, hard_armour, insect, insect_blood, is_unarmed, melee, not_int, not_str, physical_affinity, slow_movement |
Vida
243%
Evasión
+50%
Ailment Threshold
243%
Resistencia
0 40 0 0
Damage
81%
Precisión
100%
Probabilidad de golpe crítico
+5%
Multiplicador de golpe crítico
+130%
Attack Distance
4 ~ 12
Attack Time
0.99 Second
Damage Spread
±20%
Experiencia
90%
Model Size
300%
Type
HarvestWeta
Metadata
HarvestWetaT1Spectre
The following values do not include map affix bonuses, monster buff bonuses, altar bonuses, atlas skill bonuses.
Nivel
68
Vida
15,633
Armadura
28,790
Evasión
7,109
Escudo de energía
0
Damage
303
Daño de hechizos
303
Precisión
290
Attack Time
0.99
Experiencia
9,230
Ailment Threshold
15,633
Chill
49
Shock
49
Brittle
280
Scorch
49
Sap
137
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).
Melee
Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Multistrikeable, Melee, ProjectilesFromUser
Ataque estándar
Base Damage: 242–363
Probabilidad de golpe crítico: 5%
Attack Time: 0.99 seg
Derriba a tus enemigos con un golpe poderoso.
skill can fire arrows [1]
skill can fire wand projectiles [1]
skill can fire wand projectiles [1]
HarvestWetaCausticGroundOnDeath
Spell, Area, Damage, Triggerable, Duration, AreaSpell
Tiempo de lanzamiento: 1 seg
Inflige 356 de daño de caos base por segundo
La duración base es de 6 segundos
active skill area of effect radius +% final [-33]
ground caustic art variation [8]
La duración base es de 6 segundos
active skill area of effect radius +% final [-33]
ground caustic art variation [8]
SSMHarvestWetaSpawnling
Spell, Multicastable, Triggerable
Tiempo de lanzamiento: 1 seg
alternate minion [492]
number of monsters to summon [1]
summon specific monsters radius +% [-99]
summoned monsters are minions [1]
summoned monsters no drops or experience [1]
number of monsters to summon [1]
summon specific monsters radius +% [-99]
summoned monsters are minions [1]
summoned monsters no drops or experience [1]
EASHarvestEmerge
Spell
Tiempo de lanzamiento: 1 seg
Object Type
version 2 extends "Metadata/Monsters/LeagueHarvest/Green/HarvestGreenBaseSpectre"
Object Type Codes
version 2 extends "Metadata/Monsters/LeagueHarvest/Green/HarvestGreenBaseSpectre"
-- src\Data\Spectres.lua minions["Metadata/Monsters/LeagueHarvest/Green/HarvestWetaT1Spectre"] = { name = "Vivid Weta", life = 2.43, fireResist = 0, coldResist = 40, lightningResist = 0, chaosResist = 0, damage = 0.81, damageSpread = 0.2, attackTime = 0.99, attackRange = 12, accuracy = 1, skillList = { "Melee", "SSMHarvestWetaSpawnling", "HarvestWetaCausticGroundOnDeath", "EASHarvestEmerge", }, modList = { }, } -- src\Data\Skills\spectre.lua skills["Melee"] = { 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", }, levels = { [1] = {levelRequirement = 1, statInterpolation = {}, cost = { }, }, }, } -- src\Data\Skills\spectre.lua skills["SSMHarvestWetaSpawnling"] = { name = "SSMHarvestWetaSpawnling", hidden = true, color = 4, baseEffectiveness = 0, incrementalEffectiveness = 0, skillTypes = { [SkillType.Spell] = true, [SkillType.Multicastable] = true, [SkillType.Triggerable] = true, }, statDescriptionScope = "skill_stat_descriptions", castTime = 1, baseFlags = { spell = true, }, baseMods = { }, qualityStats = { }, stats = { "number_of_monsters_to_summon", "alternate_minion", "summon_specific_monsters_radius_+%", "summoned_monsters_are_minions", "summoned_monsters_no_drops_or_experience", }, levels = { [1] = {1, 492, -99, levelRequirement = 0, statInterpolation = {}, cost = { }, }, }, } -- src\Data\Skills\spectre.lua skills["HarvestWetaCausticGroundOnDeath"] = { name = "HarvestWetaCausticGroundOnDeath", hidden = true, color = 4, baseEffectiveness = 0, incrementalEffectiveness = 0, skillTypes = { [SkillType.Spell] = true, [SkillType.Area] = true, [SkillType.Damage] = true, [SkillType.Triggerable] = true, [SkillType.Duration] = true, [SkillType.AreaSpell] = true, }, statDescriptionScope = "skill_stat_descriptions", castTime = 1, baseFlags = { area = true, spell = true, duration = true, }, baseMods = { }, qualityStats = { }, stats = { "base_chaos_damage_to_deal_per_minute", "ground_caustic_art_variation", "base_skill_effect_duration", "active_skill_area_of_effect_radius_+%_final", }, levels = { [1] = {3, 8, 6000, -33, levelRequirement = 1, statInterpolation = {3}, cost = { }, }, [2] = {2.7999999523163, 8, 6000, -33, levelRequirement = 56, statInterpolation = {3}, cost = { }, }, [3] = {2.0999999046326, 8, 6000, -33, levelRequirement = 75, statInterpolation = {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 = { }, }, }, }
monster beyond portal chance +% final [-66]
monster hellscape charge +% [-66]
Id | BreachReducedBeyondPortalChance |
---|---|
Family | BeyondPortalChance |
Domains | monstruo (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.