幽魂 | Y |
---|---|
地区 | 神权之塔, 上层神权之塔, 狭窄溪谷, 尘封长廊, 狭窄溪谷, 尘封长廊, 普兰德斯庄园, 远古之印, InvasionBoss |
标签 | amphibian_beast, beast, 施法, cold_affinity, has_one_hand_sword, has_one_handed_melee, large_model, light_armour, medium_movement, melee, not_int, not_str, physical_affinity, red_blood, reptile_beast, small_height |
Packs |
生命
100%
闪避值
+50%
异常状态临界值
100%
抗性
0 30 30 0
伤害
100%
命中
100%
暴击几率
+5%
暴击伤害
+130%
攻击距离
6 ~ 17
攻击间隔
1.005 秒
伤害分布
±20%
经验值
100%
Model Size
80%
类型
GemFrog
Metadata
GemFrog
The following values do not include map affix bonuses, monster buff bonuses, altar bonuses, atlas skill bonuses.
等级
71
生命
8,782
护甲
36,473
闪避值
7,890
能量护盾
0
伤害
447
法术伤害
447
命中
326
攻击间隔
1.005
经验值
10,949
异常状态临界值
8,782
冰缓
28
Shock
28
Brittle
157
Scorch
28
Sap
77
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
攻击, 范围攻击, 技能可幻影射手, 投射物, 近战单一目标, 攻击可重复, 近战, 玩家投射物
普通攻击
基本伤害: 358–537
暴击几率: 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]
GemFrogLeapSlam
法术, 位移
施放间隔: 1.4 秒
冷却时间: 0.3 秒
攻击伤害总增 50%
物理伤害降低 25%
cast time overrides attack duration [1]
is area damage [1]
walk emerge extra distance [-10]
物理伤害降低 25%
cast time overrides attack duration [1]
is area damage [1]
walk emerge extra distance [-10]
GAGemFrogLeapSlam
可触发, 攻击
基本伤害: 358–537
暴击几率: 5%
攻击伤害: 150%
攻击伤害: 150%
攻击间隔: 1.005 秒
攻击伤害总增 50%
物理伤害降低 25%
cast time overrides attack duration [1]
is area damage [1]
物理伤害降低 25%
cast time overrides attack duration [1]
is area damage [1]
MonsterArcticBreath
法术, 投射物, 玩家投射物, 伤害, 陷阱技能, 图腾技能, 地雷技能, 持续时间, 范围, 法术可重复, 可触发, 冰冷, 冰缓区域, 可齐射, 范围法术
电光寒霜
暴击几率: 5%
施放间隔: 0.8 秒
冷却时间: 10 秒
射出一个寒冰投射物,在接触到敌人时会爆炸,对该范围敌人造成伤害,产生一片冰缓区域并持续造成伤害。该区域会向周围的敌人蔓延,直到持续时间结束。
造成 866.8 - 1300 冰霜伤害
基础持续时间为 3.5 秒
投射物速度减慢 50%
基础范围为 1.5 米
基础次级范围为 1.5 米
base is projectile [1]
基础持续时间为 3.5 秒
投射物速度减慢 50%
基础范围为 1.5 米
基础次级范围为 1.5 米
base is projectile [1]
Object Type
version 2 extends "Metadata/Monsters/Monster" Actor { main_hand_unarmed_type = "One_Hand_Sword" basic_action = "ChangeToStance1" basic_action = "ChangeToStance2" } Actor { }
Object Type Codes
version 2 extends "Metadata/Monsters/Monster"
-- src\Data\Spectres.lua minions["Metadata/Monsters/GemMonster/GemFrog"] = { name = "Chimeric Croaker", life = 1, fireResist = 0, coldResist = 30, lightningResist = 30, chaosResist = 0, damage = 1, damageSpread = 0.2, attackTime = 1.005, attackRange = 17, accuracy = 1, skillList = { "MeleeAtAnimationSpeed", "GemFrogLeapSlam", "GAGemFrogLeapSlam", "MonsterArcticBreath", }, 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["GemFrogLeapSlam"] = { name = "GemFrogLeapSlam", hidden = true, color = 4, baseEffectiveness = 0, incrementalEffectiveness = 0, skillTypes = { [SkillType.Spell] = true, [SkillType.Movement] = true, }, statDescriptionScope = "skill_stat_descriptions", castTime = 1.4, baseFlags = { spell = true, area = true, }, baseMods = { }, qualityStats = { }, stats = { "physical_damage_+%", "walk_emerge_extra_distance", "is_area_damage", "cast_time_overrides_attack_duration", }, levels = { [1] = {-25, -10, baseMultiplier = 1.5, levelRequirement = 2, statInterpolation = {}, cost = { }, }, }, } -- src\Data\Skills\spectre.lua skills["GAGemFrogLeapSlam"] = { name = "GAGemFrogLeapSlam", hidden = true, color = 4, baseEffectiveness = 0, incrementalEffectiveness = 0, skillTypes = { [SkillType.Triggerable] = true, [SkillType.Attack] = true, }, statDescriptionScope = "skill_stat_descriptions", castTime = 1.4, baseFlags = { attack = true, area = true, }, baseMods = { }, qualityStats = { }, stats = { "physical_damage_+%", "is_area_damage", "cast_time_overrides_attack_duration", }, levels = { [1] = {-25, baseMultiplier = 1.5, levelRequirement = 1, statInterpolation = {}, cost = { }, }, }, } -- src\Data\Skills\spectre.lua skills["MonsterArcticBreath"] = { 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_+%", "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, 15, 15, critChance = 5, levelRequirement = 58, statInterpolation = {3, 3}, cost = { }, }, [2] = {0.80000001192093, 1.2000000476837, 3500, -50, 15, 15, critChance = 5, levelRequirement = 68, statInterpolation = {3, 3}, cost = { }, }, [3] = {0.80000001192093, 1.2000000476837, 3500, -50, 15, 15, critChance = 5, levelRequirement = 82, statInterpolation = {3, 3}, cost = { }, }, }, }
幽魂 | Y |
---|---|
地区 | 贵族花园 |
标签 | amphibian_beast, beast, 施法, cold_affinity, has_one_hand_sword, has_one_handed_melee, large_model, light_armour, medium_movement, melee, not_int, not_str, physical_affinity, red_blood, reptile_beast, small_height |
Packs |
生命
100%
闪避值
+50%
异常状态临界值
100%
抗性
0 30 30 0
伤害
100%
命中
100%
暴击几率
+5%
暴击伤害
+130%
攻击距离
6 ~ 17
攻击间隔
1.005 秒
伤害分布
±20%
经验值
100%
Model Size
80%
类型
GemFrog
Metadata
GemFrogHighGardens
The following values do not include map affix bonuses, monster buff bonuses, altar bonuses, atlas skill bonuses.
等级
58
生命
3,253
护甲
12,902
闪避值
4,953
能量护盾
0
伤害
224
法术伤害
224
命中
195
攻击间隔
1.005
经验值
7,703
异常状态临界值
3,253
冰缓
10
Shock
10
Brittle
58
Scorch
10
Sap
28
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
攻击, 范围攻击, 技能可幻影射手, 投射物, 近战单一目标, 攻击可重复, 近战, 玩家投射物
普通攻击
基本伤害: 179–269
暴击几率: 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]
GemFrogLeapSlam
法术, 位移
施放间隔: 1.4 秒
冷却时间: 0.3 秒
攻击伤害总增 50%
物理伤害降低 25%
cast time overrides attack duration [1]
is area damage [1]
walk emerge extra distance [-10]
物理伤害降低 25%
cast time overrides attack duration [1]
is area damage [1]
walk emerge extra distance [-10]
MonsterArcticBreath
法术, 投射物, 玩家投射物, 伤害, 陷阱技能, 图腾技能, 地雷技能, 持续时间, 范围, 法术可重复, 可触发, 冰冷, 冰缓区域, 可齐射, 范围法术
电光寒霜
暴击几率: 5%
施放间隔: 0.8 秒
冷却时间: 10 秒
射出一个寒冰投射物,在接触到敌人时会爆炸,对该范围敌人造成伤害,产生一片冰缓区域并持续造成伤害。该区域会向周围的敌人蔓延,直到持续时间结束。
造成 520.6 - 780.9 冰霜伤害
基础持续时间为 3.5 秒
投射物速度减慢 50%
基础范围为 1.5 米
基础次级范围为 1.5 米
base is projectile [1]
基础持续时间为 3.5 秒
投射物速度减慢 50%
基础范围为 1.5 米
基础次级范围为 1.5 米
base is projectile [1]
GAGemFrogLeapSlam
可触发, 攻击
基本伤害: 179–269
暴击几率: 5%
攻击伤害: 150%
攻击伤害: 150%
攻击间隔: 1.005 秒
攻击伤害总增 50%
物理伤害降低 25%
cast time overrides attack duration [1]
is area damage [1]
物理伤害降低 25%
cast time overrides attack duration [1]
is area damage [1]
Object Type
version 2 extends "Metadata/Monsters/Monster" Actor { main_hand_unarmed_type = "One_Hand_Sword" basic_action = "ChangeToStance1" basic_action = "ChangeToStance2" } Actor { }
Object Type Codes
version 2 extends "Metadata/Monsters/Monster"
-- src\Data\Spectres.lua minions["Metadata/Monsters/GemMonster/GemFrogHighGardens"] = { name = "Chimeric Croaker", life = 1, fireResist = 0, coldResist = 30, lightningResist = 30, chaosResist = 0, damage = 1, damageSpread = 0.2, attackTime = 1.005, attackRange = 17, accuracy = 1, skillList = { "MeleeAtAnimationSpeed", "GemFrogLeapSlam", "GAGemFrogLeapSlam", "MonsterArcticBreath", }, 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["GemFrogLeapSlam"] = { name = "GemFrogLeapSlam", hidden = true, color = 4, baseEffectiveness = 0, incrementalEffectiveness = 0, skillTypes = { [SkillType.Spell] = true, [SkillType.Movement] = true, }, statDescriptionScope = "skill_stat_descriptions", castTime = 1.4, baseFlags = { spell = true, area = true, }, baseMods = { }, qualityStats = { }, stats = { "physical_damage_+%", "walk_emerge_extra_distance", "is_area_damage", "cast_time_overrides_attack_duration", }, levels = { [1] = {-25, -10, baseMultiplier = 1.5, levelRequirement = 2, statInterpolation = {}, cost = { }, }, }, } -- src\Data\Skills\spectre.lua skills["GAGemFrogLeapSlam"] = { name = "GAGemFrogLeapSlam", hidden = true, color = 4, baseEffectiveness = 0, incrementalEffectiveness = 0, skillTypes = { [SkillType.Triggerable] = true, [SkillType.Attack] = true, }, statDescriptionScope = "skill_stat_descriptions", castTime = 1.4, baseFlags = { attack = true, area = true, }, baseMods = { }, qualityStats = { }, stats = { "physical_damage_+%", "is_area_damage", "cast_time_overrides_attack_duration", }, levels = { [1] = {-25, baseMultiplier = 1.5, levelRequirement = 1, statInterpolation = {}, cost = { }, }, }, } -- src\Data\Skills\spectre.lua skills["MonsterArcticBreath"] = { 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_+%", "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, 15, 15, critChance = 5, levelRequirement = 58, statInterpolation = {3, 3}, cost = { }, }, [2] = {0.80000001192093, 1.2000000476837, 3500, -50, 15, 15, critChance = 5, levelRequirement = 68, statInterpolation = {3, 3}, cost = { }, }, [3] = {0.80000001192093, 1.2000000476837, 3500, -50, 15, 15, critChance = 5, levelRequirement = 82, statInterpolation = {3, 3}, cost = { }, }, }, }
幽魂 | Y |
---|---|
地区 | 永恒的实验室, 回忆虚空, 回忆虚空, 回忆虚空, 回忆虚空, 回忆虚空, 回忆虚空, 回忆虚空, 回忆虚空, 回忆虚空, 回忆虚空, 回忆虚空, 回忆虚空, 回忆碎片, 回忆碎片, 回忆碎片, 回忆碎片, 回忆碎片, 回忆碎片, 回忆碎片, 回忆碎片, 回忆碎片, 回忆碎片, 回忆碎片, 回忆碎片 |
标签 | amphibian_beast, beast, 施法, cold_affinity, has_one_hand_sword, has_one_handed_melee, large_model, light_armour, medium_movement, melee, not_int, not_str, physical_affinity, red_blood, reptile_beast, small_height |
Packs |
生命
100%
闪避值
+50%
异常状态临界值
100%
抗性
0 30 30 0
伤害
100%
命中
100%
暴击几率
+5%
暴击伤害
+130%
攻击距离
6 ~ 17
攻击间隔
1.005 秒
伤害分布
±20%
经验值
130%
Model Size
80%
类型
GemFrogMaps
Metadata
GemFrogMaps
The following values do not include map affix bonuses, monster buff bonuses, altar bonuses, atlas skill bonuses.
等级
83
生命
32,017
护甲
92,477
闪避值
11,790
能量护盾
0
伤害
900
法术伤害
900
命中
518
攻击间隔
1.005
经验值
17,072
异常状态临界值
32,017
冰缓
101
Shock
101
Brittle
573
Scorch
101
Sap
280
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
攻击, 范围攻击, 技能可幻影射手, 投射物, 近战单一目标, 攻击可重复, 近战, 玩家投射物
普通攻击
基本伤害: 720–1080
暴击几率: 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]
GemFrogLeapSlam
法术, 位移
施放间隔: 1.4 秒
冷却时间: 0.3 秒
攻击伤害总增 50%
物理伤害降低 25%
cast time overrides attack duration [1]
is area damage [1]
walk emerge extra distance [-10]
物理伤害降低 25%
cast time overrides attack duration [1]
is area damage [1]
walk emerge extra distance [-10]
MonsterArcticBreath
法术, 投射物, 玩家投射物, 伤害, 陷阱技能, 图腾技能, 地雷技能, 持续时间, 范围, 法术可重复, 可触发, 冰冷, 冰缓区域, 可齐射, 范围法术
电光寒霜
暴击几率: 5%
施放间隔: 0.8 秒
冷却时间: 10 秒
射出一个寒冰投射物,在接触到敌人时会爆炸,对该范围敌人造成伤害,产生一片冰缓区域并持续造成伤害。该区域会向周围的敌人蔓延,直到持续时间结束。
造成 1388 - 2082 冰霜伤害
基础持续时间为 3.5 秒
投射物速度减慢 50%
基础范围为 1.5 米
基础次级范围为 1.5 米
base is projectile [1]
基础持续时间为 3.5 秒
投射物速度减慢 50%
基础范围为 1.5 米
基础次级范围为 1.5 米
base is projectile [1]
GAGemFrogLeapSlam
可触发, 攻击
基本伤害: 720–1080
暴击几率: 5%
攻击伤害: 150%
攻击伤害: 150%
攻击间隔: 1.005 秒
攻击伤害总增 50%
物理伤害降低 25%
cast time overrides attack duration [1]
is area damage [1]
物理伤害降低 25%
cast time overrides attack duration [1]
is area damage [1]
Object Type
version 2 extends "Metadata/Monsters/Monster" Actor { main_hand_unarmed_type = "One_Hand_Sword" basic_action = "ChangeToStance1" basic_action = "ChangeToStance2" } Actor { }
Object Type Codes
version 2 extends "Metadata/Monsters/Monster"
-- src\Data\Spectres.lua minions["Metadata/Monsters/GemMonster/GemFrogMaps"] = { name = "Chimeric Croaker", life = 1, fireResist = 0, coldResist = 30, lightningResist = 30, chaosResist = 0, damage = 1, damageSpread = 0.2, attackTime = 1.005, attackRange = 17, accuracy = 1, skillList = { "MeleeAtAnimationSpeed", "GemFrogLeapSlam", "GAGemFrogLeapSlam", "MonsterArcticBreath", }, 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["GemFrogLeapSlam"] = { name = "GemFrogLeapSlam", hidden = true, color = 4, baseEffectiveness = 0, incrementalEffectiveness = 0, skillTypes = { [SkillType.Spell] = true, [SkillType.Movement] = true, }, statDescriptionScope = "skill_stat_descriptions", castTime = 1.4, baseFlags = { spell = true, area = true, }, baseMods = { }, qualityStats = { }, stats = { "physical_damage_+%", "walk_emerge_extra_distance", "is_area_damage", "cast_time_overrides_attack_duration", }, levels = { [1] = {-25, -10, baseMultiplier = 1.5, levelRequirement = 2, statInterpolation = {}, cost = { }, }, }, } -- src\Data\Skills\spectre.lua skills["GAGemFrogLeapSlam"] = { name = "GAGemFrogLeapSlam", hidden = true, color = 4, baseEffectiveness = 0, incrementalEffectiveness = 0, skillTypes = { [SkillType.Triggerable] = true, [SkillType.Attack] = true, }, statDescriptionScope = "skill_stat_descriptions", castTime = 1.4, baseFlags = { attack = true, area = true, }, baseMods = { }, qualityStats = { }, stats = { "physical_damage_+%", "is_area_damage", "cast_time_overrides_attack_duration", }, levels = { [1] = {-25, baseMultiplier = 1.5, levelRequirement = 1, statInterpolation = {}, cost = { }, }, }, } -- src\Data\Skills\spectre.lua skills["MonsterArcticBreath"] = { 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_+%", "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, 15, 15, critChance = 5, levelRequirement = 58, statInterpolation = {3, 3}, cost = { }, }, [2] = {0.80000001192093, 1.2000000476837, 3500, -50, 15, 15, critChance = 5, levelRequirement = 68, statInterpolation = {3, 3}, cost = { }, }, [3] = {0.80000001192093, 1.2000000476837, 3500, -50, 15, 15, critChance = 5, levelRequirement = 82, statInterpolation = {3, 3}, cost = { }, }, }, }
宝石鸣蛙
野兽
区域: 阿佐亚特神庙
Chimeric Croaker
幽魂 | Y |
---|---|
地区 | 阿佐亚特神庙, 阿佐亚特神庙, 阿佐亚特神庙, 阿佐亚特神庙, 阿佐亚特神庙, 阿佐亚特神庙, 阿佐亚特神庙 |
标签 | amphibian_beast, beast, 施法, cold_affinity, has_one_hand_sword, has_one_handed_melee, large_model, light_armour, medium_movement, melee, no_pantheon_mod, not_int, not_str, physical_affinity, red_blood, reptile_beast, small_height |
Packs |
生命
100%
闪避值
+50%
异常状态临界值
100%
抗性
0 30 30 0
伤害
100%
命中
100%
暴击几率
+5%
暴击伤害
+130%
攻击距离
6 ~ 17
攻击间隔
1.005 秒
伤害分布
±20%
经验值
50%
Model Size
80%
类型
VaalGemFrogTemple
Metadata
GemFrogIncursionTemple
The following values do not include map affix bonuses, monster buff bonuses, altar bonuses, atlas skill bonuses.
等级
55
生命
2,678
护甲
10,090
闪避值
4,422
能量护盾
0
伤害
191
法术伤害
191
命中
172
攻击间隔
1.005
经验值
3,430
异常状态临界值
2,678
冰缓
8
Shock
8
Brittle
48
Scorch
8
Sap
23
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
攻击, 范围攻击, 技能可幻影射手, 投射物, 近战单一目标, 攻击可重复, 近战, 玩家投射物
普通攻击
基本伤害: 153–230
暴击几率: 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]
GemFrogLeapSlam
法术, 位移
施放间隔: 1.4 秒
冷却时间: 0.3 秒
攻击伤害总增 50%
物理伤害降低 25%
cast time overrides attack duration [1]
is area damage [1]
walk emerge extra distance [-10]
物理伤害降低 25%
cast time overrides attack duration [1]
is area damage [1]
walk emerge extra distance [-10]
MonsterArcticBreath
法术, 投射物, 玩家投射物, 伤害, 陷阱技能, 图腾技能, 地雷技能, 持续时间, 范围, 法术可重复, 可触发, 冰冷, 冰缓区域, 可齐射, 范围法术
电光寒霜
暴击几率: 5%
施放间隔: 0.8 秒
冷却时间: 10 秒
射出一个寒冰投射物,在接触到敌人时会爆炸,对该范围敌人造成伤害,产生一片冰缓区域并持续造成伤害。该区域会向周围的敌人蔓延,直到持续时间结束。
造成 462.8 - 694.2 冰霜伤害
基础持续时间为 3.5 秒
投射物速度减慢 50%
基础范围为 1.5 米
基础次级范围为 1.5 米
base is projectile [1]
基础持续时间为 3.5 秒
投射物速度减慢 50%
基础范围为 1.5 米
基础次级范围为 1.5 米
base is projectile [1]
GAGemFrogLeapSlam
可触发, 攻击
基本伤害: 153–230
暴击几率: 5%
攻击伤害: 150%
攻击伤害: 150%
攻击间隔: 1.005 秒
攻击伤害总增 50%
物理伤害降低 25%
cast time overrides attack duration [1]
is area damage [1]
物理伤害降低 25%
cast time overrides attack duration [1]
is area damage [1]
Object Type
version 2 extends "Metadata/Monsters/Monster" Actor { main_hand_unarmed_type = "One_Hand_Sword" basic_action = "ChangeToStance1" basic_action = "ChangeToStance2" } Actor { }
Object Type Codes
version 2 extends "Metadata/Monsters/Monster"
-- src\Data\Spectres.lua minions["Metadata/Monsters/GemMonster/GemFrogIncursionTemple"] = { name = "Chimeric Croaker", life = 1, fireResist = 0, coldResist = 30, lightningResist = 30, chaosResist = 0, damage = 1, damageSpread = 0.2, attackTime = 1.005, attackRange = 17, accuracy = 1, skillList = { "MeleeAtAnimationSpeed", "GemFrogLeapSlam", "GAGemFrogLeapSlam", "MonsterArcticBreath", }, 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["GemFrogLeapSlam"] = { name = "GemFrogLeapSlam", hidden = true, color = 4, baseEffectiveness = 0, incrementalEffectiveness = 0, skillTypes = { [SkillType.Spell] = true, [SkillType.Movement] = true, }, statDescriptionScope = "skill_stat_descriptions", castTime = 1.4, baseFlags = { spell = true, area = true, }, baseMods = { }, qualityStats = { }, stats = { "physical_damage_+%", "walk_emerge_extra_distance", "is_area_damage", "cast_time_overrides_attack_duration", }, levels = { [1] = {-25, -10, baseMultiplier = 1.5, levelRequirement = 2, statInterpolation = {}, cost = { }, }, }, } -- src\Data\Skills\spectre.lua skills["GAGemFrogLeapSlam"] = { name = "GAGemFrogLeapSlam", hidden = true, color = 4, baseEffectiveness = 0, incrementalEffectiveness = 0, skillTypes = { [SkillType.Triggerable] = true, [SkillType.Attack] = true, }, statDescriptionScope = "skill_stat_descriptions", castTime = 1.4, baseFlags = { attack = true, area = true, }, baseMods = { }, qualityStats = { }, stats = { "physical_damage_+%", "is_area_damage", "cast_time_overrides_attack_duration", }, levels = { [1] = {-25, baseMultiplier = 1.5, levelRequirement = 1, statInterpolation = {}, cost = { }, }, }, } -- src\Data\Skills\spectre.lua skills["MonsterArcticBreath"] = { 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_+%", "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, 15, 15, critChance = 5, levelRequirement = 58, statInterpolation = {3, 3}, cost = { }, }, [2] = {0.80000001192093, 1.2000000476837, 3500, -50, 15, 15, critChance = 5, levelRequirement = 68, statInterpolation = {3, 3}, cost = { }, }, [3] = {0.80000001192093, 1.2000000476837, 3500, -50, 15, 15, critChance = 5, levelRequirement = 82, statInterpolation = {3, 3}, cost = { }, }, }, }
宝石鸣蛙
野兽
区域: 阿佐亚特神庙
Chimeric Croaker
幽魂 | Y |
---|---|
地区 | 阿佐亚特神庙, 阿佐亚特神庙, 阿佐亚特神庙 |
标签 | amphibian_beast, beast, 施法, cold_affinity, has_one_hand_sword, has_one_handed_melee, large_model, light_armour, medium_movement, melee, no_pantheon_mod, not_int, not_str, physical_affinity, red_blood, reptile_beast, small_height |
Packs |
生命
100%
闪避值
+50%
异常状态临界值
100%
抗性
0 30 30 0
伤害
100%
命中
100%
暴击几率
+5%
暴击伤害
+130%
攻击距离
6 ~ 17
攻击间隔
1.005 秒
伤害分布
±20%
经验值
100%
Model Size
80%
类型
VaalGemFrogTempleMap
Metadata
GemFrogIncursionTempleMap
The following values do not include map affix bonuses, monster buff bonuses, altar bonuses, atlas skill bonuses.
等级
78
生命
18,238
护甲
62,934
闪避值
10,001
能量护盾
0
伤害
675
法术伤害
675
命中
428
攻击间隔
1.005
经验值
12,377
异常状态临界值
18,238
冰缓
58
Shock
58
Brittle
326
Scorch
58
Sap
159
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
攻击, 范围攻击, 技能可幻影射手, 投射物, 近战单一目标, 攻击可重复, 近战, 玩家投射物
普通攻击
基本伤害: 540–810
暴击几率: 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]
GemFrogLeapSlam
法术, 位移
施放间隔: 1.4 秒
冷却时间: 0.3 秒
攻击伤害总增 50%
物理伤害降低 25%
cast time overrides attack duration [1]
is area damage [1]
walk emerge extra distance [-10]
物理伤害降低 25%
cast time overrides attack duration [1]
is area damage [1]
walk emerge extra distance [-10]
MonsterArcticBreath
法术, 投射物, 玩家投射物, 伤害, 陷阱技能, 图腾技能, 地雷技能, 持续时间, 范围, 法术可重复, 可触发, 冰冷, 冰缓区域, 可齐射, 范围法术
电光寒霜
暴击几率: 5%
施放间隔: 0.8 秒
冷却时间: 10 秒
射出一个寒冰投射物,在接触到敌人时会爆炸,对该范围敌人造成伤害,产生一片冰缓区域并持续造成伤害。该区域会向周围的敌人蔓延,直到持续时间结束。
造成 1141 - 1711 冰霜伤害
基础持续时间为 3.5 秒
投射物速度减慢 50%
基础范围为 1.5 米
基础次级范围为 1.5 米
base is projectile [1]
基础持续时间为 3.5 秒
投射物速度减慢 50%
基础范围为 1.5 米
基础次级范围为 1.5 米
base is projectile [1]
GAGemFrogLeapSlam
可触发, 攻击
基本伤害: 540–810
暴击几率: 5%
攻击伤害: 150%
攻击伤害: 150%
攻击间隔: 1.005 秒
攻击伤害总增 50%
物理伤害降低 25%
cast time overrides attack duration [1]
is area damage [1]
物理伤害降低 25%
cast time overrides attack duration [1]
is area damage [1]
Object Type
version 2 extends "Metadata/Monsters/Monster" Actor { main_hand_unarmed_type = "One_Hand_Sword" basic_action = "ChangeToStance1" basic_action = "ChangeToStance2" } Actor { }
Object Type Codes
version 2 extends "Metadata/Monsters/Monster"
-- src\Data\Spectres.lua minions["Metadata/Monsters/GemMonster/GemFrogIncursionTempleMap"] = { name = "Chimeric Croaker", life = 1, fireResist = 0, coldResist = 30, lightningResist = 30, chaosResist = 0, damage = 1, damageSpread = 0.2, attackTime = 1.005, attackRange = 17, accuracy = 1, skillList = { "MeleeAtAnimationSpeed", "GemFrogLeapSlam", "GAGemFrogLeapSlam", "MonsterArcticBreath", }, 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["GemFrogLeapSlam"] = { name = "GemFrogLeapSlam", hidden = true, color = 4, baseEffectiveness = 0, incrementalEffectiveness = 0, skillTypes = { [SkillType.Spell] = true, [SkillType.Movement] = true, }, statDescriptionScope = "skill_stat_descriptions", castTime = 1.4, baseFlags = { spell = true, area = true, }, baseMods = { }, qualityStats = { }, stats = { "physical_damage_+%", "walk_emerge_extra_distance", "is_area_damage", "cast_time_overrides_attack_duration", }, levels = { [1] = {-25, -10, baseMultiplier = 1.5, levelRequirement = 2, statInterpolation = {}, cost = { }, }, }, } -- src\Data\Skills\spectre.lua skills["GAGemFrogLeapSlam"] = { name = "GAGemFrogLeapSlam", hidden = true, color = 4, baseEffectiveness = 0, incrementalEffectiveness = 0, skillTypes = { [SkillType.Triggerable] = true, [SkillType.Attack] = true, }, statDescriptionScope = "skill_stat_descriptions", castTime = 1.4, baseFlags = { attack = true, area = true, }, baseMods = { }, qualityStats = { }, stats = { "physical_damage_+%", "is_area_damage", "cast_time_overrides_attack_duration", }, levels = { [1] = {-25, baseMultiplier = 1.5, levelRequirement = 1, statInterpolation = {}, cost = { }, }, }, } -- src\Data\Skills\spectre.lua skills["MonsterArcticBreath"] = { 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_+%", "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, 15, 15, critChance = 5, levelRequirement = 58, statInterpolation = {3, 3}, cost = { }, }, [2] = {0.80000001192093, 1.2000000476837, 3500, -50, 15, 15, critChance = 5, levelRequirement = 68, statInterpolation = {3, 3}, cost = { }, }, [3] = {0.80000001192093, 1.2000000476837, 3500, -50, 15, 15, critChance = 5, levelRequirement = 82, statInterpolation = {3, 3}, cost = { }, }, }, }