原始之野雛


monster beyond portal chance +% final [-66]
monster hellscape charge +% [-66]
monster hellscape charge +% [-66]
Primal Rhex
幽魂 | Y |
---|---|
幽魂 取代 | Metadata/Monsters/LeagueHarvest/Blue/HarvestRhexT2Spectre |
標籤 | animal_claw_weapon, beast, fast_movement, flesh_armour, is_unarmed, lightning_affinity, melee, not_int, not_str, physical_affinity, ranged, red_blood, reptile_beast, small_height |
生命
420%
閃避
+50%
異常狀態臨界值
420%
抗性




傷害
126%
命中
100%
暴擊率
+5%
暴擊加成
+130%
攻擊距離
6 ~ 12
攻擊間隔
0.99 秒
傷害分佈
±20%
經驗值
140%
Model Size
85%
類型
HarvestRhex
Metadata
HarvestRhexT2_
下列的數值並未包含地圖加成、怪物Buff加成、祭壇加成、輿圖天賦加成。
選擇 怪物等級
等級
68
生命
27,020
護甲
28,790
閃避值
7,109
傷害
471
法術傷害
471
命中
580
攻擊間隔
0.99
經驗值
14,357
Minion Life
5,861
Minion Damage
376
異常狀態臨界值
27,020
冰緩
85
感電
85
易碎
483
焦灼
85
殘喘
236
下列的數值為技能基礎數值,並未包含地圖加成、怪物Buff加成、祭壇加成、輿圖天賦加成、怪物本身傷害加成(例: 釋界 150% 加成),怪物稀有度加成(例: 傳奇 +70% 更多, 傳奇攻擊 33% 更少)。
Melee
攻擊, 範圍攻擊, 技能可幻影射手, 投射物, 近戰單一目標, 攻擊可重複, 近戰, 玩家投射物
普通攻擊
基本傷害: 377–565
暴擊率: 5%
攻擊間隔: 0.99 秒
用強大的攻擊擊倒敵人。
skill can fire arrows [1]
skill can fire wand projectiles [1]

HarvestRhexStomp
可觸發, 攻擊
基本傷害: 377–565
暴擊率: 5%
攻擊間隔: 0.99 秒
冷卻時間: 3 秒
50% 物理傷害轉換為閃電傷害
造成 112.8% 更多傷害
is area damage [1]
HarvestRhexTailBolt
攻擊, 範圍攻擊, 技能可幻影射手, 投射物, 玩家投射物, 傷害, 可觸發
基本傷害: 377–565
暴擊率: 5%
攻擊傷害: 180%
攻擊間隔: 0.99 秒
冷卻時間: 9 秒
50% 物理傷害轉換為閃電傷害
造成 80% 更多攻擊傷害
造成 112.8% 更多傷害
38% 更少攻擊速度
base is projectile [1]
monster projectile variation [109]
projectile uses contact position [1]
spell maximum action distance +% [-20]
use scaled contact offset [1]
EASHarvestEmerge
法術
施放時間: 1 秒
Object Type
version 2 extends "Metadata/Monsters/LeagueHarvest/Blue/HarvestBlueBase" Life { corpse_sink_delay_ms = 1700 }
Object Type Codes
version 2 extends "Metadata/Monsters/LeagueHarvest/Blue/HarvestBlueBase" Animated { on_event_addattack02epk = "AddEffectPack( Metadata/Effects/Spells/monsters_effects/LeagueHarvest/harvest_monsters/bulb/Rhex/epk/attack_02.epk );" on_event_removeattack02epk = "RemoveEffectPack( Metadata/Effects/Spells/monsters_effects/LeagueHarvest/harvest_monsters/bulb/Rhex/epk/attack_02.epk );" on_event_addtailwhipepk = "AddEffectPack( Metadata/Effects/Spells/monsters_effects/LeagueHarvest/harvest_monsters/bulb/Rhex/epk/tail_whip.epk );" on_event_removetailwhipepk = "RemoveEffectPack( Metadata/Effects/Spells/monsters_effects/LeagueHarvest/harvest_monsters/bulb/Rhex/epk/tail_whip.epk );" } Life { on_death = " Call( Vines900 ); RemoveEffectPack( Metadata/Effects/Spells/monsters_effects/LeagueHarvest/harvest_monsters/bulb/Rhex/epk/tail_whip.epk ); RemoveEffectPack( Metadata/Effects/Spells/monsters_effects/LeagueHarvest/harvest_monsters/bulb/Rhex/epk/attack_02.epk ); " }
-- src\Data\Spectres.lua minions["Metadata/Monsters/LeagueHarvest/Blue/HarvestRhexT2_"] = { name = "Primal Rhex", life = 4.2, fireResist = 0, coldResist = 0, lightningResist = 40, chaosResist = 0, damage = 1.26, damageSpread = 0.2, attackTime = 0.99, attackRange = 12, accuracy = 1, skillList = { "Melee", "EASHarvestEmerge", "HarvestRhexStomp", "HarvestRhexTailBolt", }, 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["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["HarvestRhexStomp"] = { name = "HarvestRhexStomp", hidden = true, color = "4", baseEffectiveness = 0, incrementalEffectiveness = 0, skillTypes = { [SkillType.Triggerable] = true, [SkillType.Attack] = true, }, statDescriptionScope = "skill_stat_descriptions", castTime = 1, baseFlags = { attack = true, area = true, }, baseMods = { }, qualityStats = { }, stats = { "active_skill_damage_+%_final", "skill_physical_damage_%_to_convert_to_lightning", "is_area_damage", }, levels = { [1] = {0, 50, levelRequirement = 1, statInterpolation = {2}, cost = { }, }, [2] = {0, 50, levelRequirement = 19, statInterpolation = {2}, cost = { }, }, [3] = {1, 50, levelRequirement = 20, statInterpolation = {2}, cost = { }, }, [4] = {150, 50, levelRequirement = 84, statInterpolation = {2}, cost = { }, }, }, } -- src\Data\Skills\spectre.lua skills["HarvestRhexTailBolt"] = { name = "HarvestRhexTailBolt", 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, baseFlags = { attack = true, projectile = true, }, baseMods = { }, qualityStats = { }, stats = { "active_skill_damage_+%_final", "skill_physical_damage_%_to_convert_to_lightning", "monster_projectile_variation", "active_skill_attack_speed_+%_final", "spell_maximum_action_distance_+%", "use_scaled_contact_offset", "projectile_uses_contact_position", "base_is_projectile", }, levels = { [1] = {0, 50, 109, -38, -20, baseMultiplier = 1.8, levelRequirement = 1, statInterpolation = {2}, cost = { }, }, [2] = {0, 50, 109, -38, -20, baseMultiplier = 1.8, levelRequirement = 19, statInterpolation = {2}, cost = { }, }, [3] = {1, 50, 109, -38, -20, baseMultiplier = 1.8, levelRequirement = 20, statInterpolation = {2}, cost = { }, }, [4] = {150, 50, 109, -38, -20, baseMultiplier = 1.8, levelRequirement = 84, statInterpolation = {2}, cost = { }, }, }, }
monster beyond portal chance +% final [-66]
monster hellscape charge +% [-66]
Id | BreachReducedBeyondPortalChance |
---|---|
Family | BeyondPortalChance |
Domains | 怪物 (3) |
GenerationType | 傳奇 (3) |
Req. level | 1 |
Stats |
原始之野雛


monster beyond portal chance +% final [-66]
monster hellscape charge +% [-66]
monster hellscape charge +% [-66]
Primal Rhex
幽魂 | Y |
---|---|
標籤 | animal_claw_weapon, beast, fast_movement, flesh_armour, is_unarmed, lightning_affinity, melee, not_int, not_str, physical_affinity, ranged, red_blood, reptile_beast |
生命
357%
閃避
+50%
異常狀態臨界值
357%
抗性




傷害
126%
命中
100%
暴擊率
+5%
暴擊加成
+130%
攻擊距離
6 ~ 12
攻擊間隔
0.99 秒
傷害分佈
±20%
經驗值
140%
Model Size
85%
類型
HarvestRhexSpectre
Metadata
HarvestRhexT2Spectre
下列的數值並未包含地圖加成、怪物Buff加成、祭壇加成、輿圖天賦加成。
選擇 怪物等級
等級
68
生命
22,967
護甲
28,790
閃避值
7,109
傷害
471
法術傷害
471
命中
580
攻擊間隔
0.99
經驗值
14,357
Minion Life
4,982
Minion Damage
376
異常狀態臨界值
22,967
冰緩
73
感電
73
易碎
411
焦灼
73
殘喘
201
下列的數值為技能基礎數值,並未包含地圖加成、怪物Buff加成、祭壇加成、輿圖天賦加成、怪物本身傷害加成(例: 釋界 150% 加成),怪物稀有度加成(例: 傳奇 +70% 更多, 傳奇攻擊 33% 更少)。
Melee
攻擊, 範圍攻擊, 技能可幻影射手, 投射物, 近戰單一目標, 攻擊可重複, 近戰, 玩家投射物
普通攻擊
基本傷害: 377–565
暴擊率: 5%
攻擊間隔: 0.99 秒
用強大的攻擊擊倒敵人。
skill can fire arrows [1]
skill can fire wand projectiles [1]

HarvestRhexStomp
可觸發, 攻擊
基本傷害: 377–565
暴擊率: 5%
攻擊間隔: 0.99 秒
冷卻時間: 3 秒
50% 物理傷害轉換為閃電傷害
造成 112.8% 更多傷害
is area damage [1]
HarvestRhexTailBolt
攻擊, 範圍攻擊, 技能可幻影射手, 投射物, 玩家投射物, 傷害, 可觸發
基本傷害: 377–565
暴擊率: 5%
攻擊傷害: 180%
攻擊間隔: 0.99 秒
冷卻時間: 9 秒
50% 物理傷害轉換為閃電傷害
造成 80% 更多攻擊傷害
造成 112.8% 更多傷害
38% 更少攻擊速度
base is projectile [1]
monster projectile variation [109]
projectile uses contact position [1]
spell maximum action distance +% [-20]
use scaled contact offset [1]
EASHarvestEmerge
法術
施放時間: 1 秒
Object Type
version 2 extends "Metadata/Monsters/LeagueHarvest/Blue/HarvestBlueBaseSpectre"
Object Type Codes
version 2 extends "Metadata/Monsters/LeagueHarvest/Blue/HarvestBlueBaseSpectre" Animated { on_event_addattack02epk = "AddEffectPack( Metadata/Effects/Spells/monsters_effects/LeagueHarvest/harvest_monsters/bulb/Rhex/epk/attack_02.epk );" on_event_removeattack02epk = "RemoveEffectPack( Metadata/Effects/Spells/monsters_effects/LeagueHarvest/harvest_monsters/bulb/Rhex/epk/attack_02.epk );" on_event_addtailwhipepk = "AddEffectPack( Metadata/Effects/Spells/monsters_effects/LeagueHarvest/harvest_monsters/bulb/Rhex/epk/tail_whip.epk );" on_event_removetailwhipepk = "RemoveEffectPack( Metadata/Effects/Spells/monsters_effects/LeagueHarvest/harvest_monsters/bulb/Rhex/epk/tail_whip.epk );" } Life { on_death = " RemoveEffectPack( Metadata/Effects/Spells/monsters_effects/LeagueHarvest/harvest_monsters/bulb/Rhex/epk/tail_whip.epk ); RemoveEffectPack( Metadata/Effects/Spells/monsters_effects/LeagueHarvest/harvest_monsters/bulb/Rhex/epk/attack_02.epk ); " }
-- src\Data\Spectres.lua minions["Metadata/Monsters/LeagueHarvest/Blue/HarvestRhexT2Spectre"] = { name = "Primal Rhex", life = 3.57, fireResist = 0, coldResist = 0, lightningResist = 40, chaosResist = 0, damage = 1.26, damageSpread = 0.2, attackTime = 0.99, attackRange = 12, accuracy = 1, skillList = { "Melee", "EASHarvestEmerge", "HarvestRhexStomp", "HarvestRhexTailBolt", }, 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["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["HarvestRhexStomp"] = { name = "HarvestRhexStomp", hidden = true, color = "4", baseEffectiveness = 0, incrementalEffectiveness = 0, skillTypes = { [SkillType.Triggerable] = true, [SkillType.Attack] = true, }, statDescriptionScope = "skill_stat_descriptions", castTime = 1, baseFlags = { attack = true, area = true, }, baseMods = { }, qualityStats = { }, stats = { "active_skill_damage_+%_final", "skill_physical_damage_%_to_convert_to_lightning", "is_area_damage", }, levels = { [1] = {0, 50, levelRequirement = 1, statInterpolation = {2}, cost = { }, }, [2] = {0, 50, levelRequirement = 19, statInterpolation = {2}, cost = { }, }, [3] = {1, 50, levelRequirement = 20, statInterpolation = {2}, cost = { }, }, [4] = {150, 50, levelRequirement = 84, statInterpolation = {2}, cost = { }, }, }, } -- src\Data\Skills\spectre.lua skills["HarvestRhexTailBolt"] = { name = "HarvestRhexTailBolt", 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, baseFlags = { attack = true, projectile = true, }, baseMods = { }, qualityStats = { }, stats = { "active_skill_damage_+%_final", "skill_physical_damage_%_to_convert_to_lightning", "monster_projectile_variation", "active_skill_attack_speed_+%_final", "spell_maximum_action_distance_+%", "use_scaled_contact_offset", "projectile_uses_contact_position", "base_is_projectile", }, levels = { [1] = {0, 50, 109, -38, -20, baseMultiplier = 1.8, levelRequirement = 1, statInterpolation = {2}, cost = { }, }, [2] = {0, 50, 109, -38, -20, baseMultiplier = 1.8, levelRequirement = 19, statInterpolation = {2}, cost = { }, }, [3] = {1, 50, 109, -38, -20, baseMultiplier = 1.8, levelRequirement = 20, statInterpolation = {2}, cost = { }, }, [4] = {150, 50, 109, -38, -20, baseMultiplier = 1.8, levelRequirement = 84, statInterpolation = {2}, cost = { }, }, }, }
monster beyond portal chance +% final [-66]
monster hellscape charge +% [-66]
Id | BreachReducedBeyondPortalChance |
---|---|
Family | BeyondPortalChance |
Domains | 怪物 (3) |
GenerationType | 傳奇 (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.