活性巨虫
![](/image/settlers/beast.webp)
![](https://cdn.poedb.tw/image/Art/2DArt/UIImages/InGame/MonsterResistanceIconCold.webp)
monster beyond portal chance +% final [-66]
monster hellscape charge +% [-66]
monster hellscape charge +% [-66]
Vivid Weta
幽魂 | Y |
---|---|
幽魂 取代 | Metadata/Monsters/LeagueHarvest/Green/HarvestWetaT1Spectre |
标签 | animal_claw_weapon, beast, extra_extra_small_height, hard_armour, insect, insect_blood, is_unarmed, melee, not_int, not_str, physical_affinity, slow_movement |
生命
243%
闪避值
+50%
异常状态临界值
243%
抗性
![](https://cdn.poedb.tw/image/Art/2DArt/UIImages/InGame/MonsterResistanceIconFire.webp)
![](https://cdn.poedb.tw/image/Art/2DArt/UIImages/InGame/MonsterResistanceIconCold.webp)
![](https://cdn.poedb.tw/image/Art/2DArt/UIImages/InGame/MonsterResistanceIconLightning.webp)
![](https://cdn.poedb.tw/image/Art/2DArt/UIImages/InGame/MonsterResistanceIconChaos.webp)
伤害
81%
命中
100%
暴击几率
+5%
暴击伤害
+130%
攻击距离
4 ~ 12
攻击间隔
0.99 秒
伤害分布
±20%
经验值
90%
Model Size
300%
类型
HarvestWeta
Metadata
HarvestWetaT1
The following values do not include map affix bonuses, monster buff bonuses, altar bonuses, atlas skill bonuses.
选择 怪物等级
等级
68
生命
15,633
护甲
28,790
闪避值
7,109
能量护盾
0
伤害
303
法术伤害
303
命中
290
攻击间隔
0.99
经验值
9,230
异常状态临界值
15,633
冰缓
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
攻击, 范围攻击, 技能可幻影射手, 投射物, 近战单一目标, 攻击可重复, 近战, 玩家投射物
普通攻击
基本伤害: 242–363
暴击几率: 5%
攻击间隔: 0.99 秒
对你的敌人无情痛击。
skill can fire arrows [1]
skill can fire wand projectiles [1]
skill can fire wand projectiles [1]
![](https://cdn.poedb.tw/protected/image/Art/2DArt/SkillIcons/iconbasicattack.webp)
HarvestWetaCausticGroundOnDeath
法术, 范围, 伤害, 可触发, 持续时间, 范围法术
施放间隔: 1 秒
每秒造成 356 基础混沌伤害
基础持续时间为 6 秒
active skill area of effect radius +% final [-33]
ground caustic art variation [8]
基础持续时间为 6 秒
active skill area of effect radius +% final [-33]
ground caustic art variation [8]
SSMHarvestWetaSpawnling
法术, 法术可重复, 可触发
施放间隔: 1 秒
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
法术
施放间隔: 1 秒
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 | 怪物 (3) |
GenerationType | 传奇 (3) |
Req. level | 1 |
Stats |
活性巨虫
![](/image/settlers/beast.webp)
![](https://cdn.poedb.tw/image/Art/2DArt/UIImages/InGame/MonsterResistanceIconCold.webp)
monster beyond portal chance +% final [-66]
monster hellscape charge +% [-66]
monster hellscape charge +% [-66]
Vivid Weta
幽魂 | Y |
---|---|
标签 | animal_claw_weapon, beast, hard_armour, insect, insect_blood, is_unarmed, melee, not_int, not_str, physical_affinity, slow_movement |
生命
243%
闪避值
+50%
异常状态临界值
243%
抗性
![](https://cdn.poedb.tw/image/Art/2DArt/UIImages/InGame/MonsterResistanceIconFire.webp)
![](https://cdn.poedb.tw/image/Art/2DArt/UIImages/InGame/MonsterResistanceIconCold.webp)
![](https://cdn.poedb.tw/image/Art/2DArt/UIImages/InGame/MonsterResistanceIconLightning.webp)
![](https://cdn.poedb.tw/image/Art/2DArt/UIImages/InGame/MonsterResistanceIconChaos.webp)
伤害
81%
命中
100%
暴击几率
+5%
暴击伤害
+130%
攻击距离
4 ~ 12
攻击间隔
0.99 秒
伤害分布
±20%
经验值
90%
Model Size
300%
类型
HarvestWeta
Metadata
HarvestWetaT1Spectre
The following values do not include map affix bonuses, monster buff bonuses, altar bonuses, atlas skill bonuses.
选择 怪物等级
等级
68
生命
15,633
护甲
28,790
闪避值
7,109
能量护盾
0
伤害
303
法术伤害
303
命中
290
攻击间隔
0.99
经验值
9,230
异常状态临界值
15,633
冰缓
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
攻击, 范围攻击, 技能可幻影射手, 投射物, 近战单一目标, 攻击可重复, 近战, 玩家投射物
普通攻击
基本伤害: 242–363
暴击几率: 5%
攻击间隔: 0.99 秒
对你的敌人无情痛击。
skill can fire arrows [1]
skill can fire wand projectiles [1]
skill can fire wand projectiles [1]
![](https://cdn.poedb.tw/protected/image/Art/2DArt/SkillIcons/iconbasicattack.webp)
HarvestWetaCausticGroundOnDeath
法术, 范围, 伤害, 可触发, 持续时间, 范围法术
施放间隔: 1 秒
每秒造成 356 基础混沌伤害
基础持续时间为 6 秒
active skill area of effect radius +% final [-33]
ground caustic art variation [8]
基础持续时间为 6 秒
active skill area of effect radius +% final [-33]
ground caustic art variation [8]
SSMHarvestWetaSpawnling
法术, 法术可重复, 可触发
施放间隔: 1 秒
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
法术
施放间隔: 1 秒
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 | 怪物 (3) |
GenerationType | 传奇 (3) |
Req. level | 1 |
Stats |
编辑
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.