幽魂 | Y |
---|---|
地区 | 贵族花园, 永恒的实验室 |
标签 | amphibian_beast, beast, 施法, cold_affinity, has_one_hand_sword, has_one_handed_melee, large_model, light_armour, medium_height, medium_movement, melee, not_int, not_str, physical_affinity, red_blood, reptile_beast |
Packs |
生命
138%
闪避值
+50%
异常状态临界值
138%
抗性
0 30 30 0
伤害
100%
命中
100%
暴击几率
+5%
暴击伤害
+130%
攻击距离
6 ~ 17
攻击间隔
1.005 秒
伤害分布
±20%
经验值
125%
Model Size
92%
类型
GemFrogChrome
Metadata
GemFrogChrome
The following values do not include map affix bonuses, monster buff bonuses, altar bonuses, atlas skill bonuses.
等级
68
生命
8,878
护甲
28,790
闪避值
7,109
能量护盾
0
伤害
374
法术伤害
374
命中
290
攻击间隔
1.005
经验值
12,819
异常状态临界值
8,878
冰缓
28
Shock
28
Brittle
159
Scorch
28
Sap
78
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
攻击, 范围攻击, 技能可幻影射手, 投射物, 近战单一目标, 攻击可重复, 近战, 玩家投射物
普通攻击
基本伤害: 299–448
暴击几率: 5%
攻击间隔: 1.005 秒
对你的敌人无情痛击。
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]
projectile uses contact position [1]
skill can fire arrows [1]
skill can fire wand projectiles [1]
use scaled contact offset [1]
ChromeArcticBreath
法术, 投射物, 玩家投射物, 伤害, 陷阱技能, 图腾技能, 地雷技能, 持续时间, 范围, 法术可重复, 可触发, 冰冷, 冰缓区域, 可齐射, 范围法术
电光寒霜
暴击几率: 5%
施放间隔: 0.8 秒
冷却时间: 2.5 秒
射出一个寒冰投射物,在接触到敌人时会爆炸,对该范围敌人造成伤害,产生一片冰缓区域并持续造成伤害。该区域会向周围的敌人蔓延,直到持续时间结束。
造成 742 - 1113 冰霜伤害
基础持续时间为 3.5 秒
投射物速度减慢 50%
基础范围为 1.5 米
基础次级范围为 1.5 米
base is projectile [1]
ground ice art variation [2]
基础持续时间为 3.5 秒
投射物速度减慢 50%
基础范围为 1.5 米
基础次级范围为 1.5 米
base is projectile [1]
ground ice art variation [2]
ChromeSummonOrbWithMortar
法术, 投射物, 法术可重复, 可触发
施放间隔: 1.2 秒
冷却时间: 6 秒
造成 449.4 - 674.1 冰霜伤害
active skill area of effect radius +% final [-35]
alternate minion [243]
base is projectile [1]
monster projectile variation [4]
number of monsters to summon [1]
projectile minimum range [20]
projectile spread radius [10]
projectile spread radius per additional projectile [5]
projectile uses contact position [1]
summoned monsters are minions [1]
summoned monsters no drops or experience [1]
active skill area of effect radius +% final [-35]
alternate minion [243]
base is projectile [1]
monster projectile variation [4]
number of monsters to summon [1]
projectile minimum range [20]
projectile spread radius [10]
projectile spread radius per additional projectile [5]
projectile uses contact position [1]
summoned monsters are minions [1]
summoned monsters no drops or experience [1]
Object Type
version 2 extends "Metadata/Monsters/GemMonster/Frog/Frog"
Object Type Codes
version 2 extends "Metadata/Monsters/GemMonster/Frog/Frog"
-- src\Data\Spectres.lua minions["Metadata/Monsters/GemMonster/GemFrogChrome"] = { name = "Chrome-infused Croaker", life = 1.38, fireResist = 0, coldResist = 30, lightningResist = 30, chaosResist = 0, damage = 1, damageSpread = 0.2, attackTime = 1.005, attackRange = 17, accuracy = 1, skillList = { "MeleeAtAnimationSpeed", "ChromeArcticBreath", "ChromeSummonOrbWithMortar", }, 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["ChromeArcticBreath"] = { name = "Creeping Frost", hidden = true, color = "3", baseEffectiveness = 0, incrementalEffectiveness = 0, description = "Fire an icy projectile that bursts on impact or when reaching the targeted area, dealing area damage and creating a chilling area that deals cold damage over time. This area will creep across the ground towards nearby enemies until its duration expires.", skillTypes = { [SkillType.Spell] = true, [SkillType.Projectile] = true, [SkillType.ProjectilesFromUser] = true, [SkillType.Damage] = true, [SkillType.Trappable] = true, [SkillType.Totemable] = true, [SkillType.Mineable] = true, [SkillType.Duration] = true, [SkillType.Area] = true, [SkillType.Multicastable] = true, [SkillType.Triggerable] = true, [SkillType.Cold] = true, [SkillType.ChillingArea] = true, [SkillType.CanRapidFire] = true, [SkillType.AreaSpell] = true, }, statDescriptionScope = "skill_stat_descriptions", castTime = 0.8, baseFlags = { area = true, spell = true, projectile = true, duration = true, }, baseMods = { }, qualityStats = { }, stats = { "spell_minimum_base_cold_damage", "spell_maximum_base_cold_damage", "base_skill_effect_duration", "base_projectile_speed_+%", "ground_ice_art_variation", "active_skill_base_area_of_effect_radius", "active_skill_base_secondary_area_of_effect_radius", "base_is_projectile", }, levels = { [1] = {0.80000001192093, 1.2000000476837, 3500, -50, 2, 15, 15, critChance = 5, levelRequirement = 58, statInterpolation = {3, 3}, cost = { }, }, [2] = {0.80000001192093, 1.2000000476837, 3500, -50, 2, 15, 15, critChance = 5, levelRequirement = 68, statInterpolation = {3, 3}, cost = { }, }, [3] = {0.80000001192093, 1.2000000476837, 3500, -50, 2, 15, 15, critChance = 5, levelRequirement = 82, statInterpolation = {3, 3}, cost = { }, }, }, } -- src\Data\Skills\spectre.lua skills["ChromeSummonOrbWithMortar"] = { name = "ChromeSummonOrbWithMortar", hidden = true, color = 4, baseEffectiveness = 0, incrementalEffectiveness = 0, skillTypes = { [SkillType.Spell] = true, [SkillType.Projectile] = true, [SkillType.Multicastable] = true, [SkillType.Triggerable] = true, }, statDescriptionScope = "skill_stat_descriptions", castTime = 1.2, baseFlags = { spell = true, projectile = true, }, baseMods = { }, qualityStats = { }, stats = { "spell_minimum_base_cold_damage", "spell_maximum_base_cold_damage", "number_of_monsters_to_summon", "alternate_minion", "projectile_minimum_range", "monster_projectile_variation", "projectile_spread_radius", "projectile_spread_radius_per_additional_projectile", "active_skill_area_of_effect_radius_+%_final", "summoned_monsters_are_minions", "summoned_monsters_no_drops_or_experience", "projectile_uses_contact_position", "base_is_projectile", }, levels = { [1] = {0.80000001192093, 1.2000000476837, 1, 243, 20, 4, 10, 5, -35, levelRequirement = 1, statInterpolation = {3, 3}, cost = { }, }, }, }
获得额外冰霜伤害, 其数值等同于物理伤害的 100%
Id | MonsterPhysicalAddedAsColdSkeletonMaps |
---|---|
Family | PhysicalAddedAsCold |
Domains | 怪物 (3) |
GenerationType | 传奇 (3) |
Req. level | 1 |
Stats | |
Craft Tags | physical_damage elemental_damage damage physical elemental cold |