幽魂 | N |
---|---|
标签 | amphibian_beast, beast, bestiary_beast_boss, bestiary_deep, 施法, fire_affinity, has_one_hand_sword, has_one_handed_melee, large_model, light_armour, medium_movement, melee, no_cannot_die_aura, not_int, not_str, physical_affinity, ranged, red_blood, reptile_beast, small_height, unusable_corpse |
Packs |
生命
450%
闪避值
+50%
异常状态临界值
450%
抗性
40 40 40 25
伤害
150%
命中
100%
暴击几率
+5%
暴击伤害
+130%
攻击距离
6 ~ 17
攻击间隔
1.005 秒
伤害分布
±20%
经验值
300%
Model Size
80%
类型
GemFrogBestiary
Metadata
GemFrogBestiary
The following values do not include map affix bonuses, monster buff bonuses, altar bonuses, atlas skill bonuses.
等级
68
生命
28,950
护甲
28,790
闪避值
7,109
能量护盾
0
伤害
560
法术伤害
560
命中
290
攻击间隔
1.005
经验值
30,765
异常状态临界值
28,950
冰缓
92
Shock
92
Brittle
518
Scorch
92
Sap
253
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
攻击, 范围攻击, 技能可幻影射手, 投射物, 近战单一目标, 攻击可重复, 近战, 玩家投射物
普通攻击
基本伤害: 448–672
暴击几率: 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]
BestiaryGemFrogMortarProjectile
投射物, 玩家投射物, 法术, 伤害, 范围, 陷阱技能, 图腾技能, 地雷技能, 法术可重复, 可触发, 范围法术
施放间隔: 0.77 秒
冷却时间: 3 秒
通用的怪物炮击技能. 与怪物投射物相似, 但带有冲击效果.
造成 896.5 - 1345 火焰伤害
额外发射 5 个投射物
base is projectile [1]
is area damage [1]
projectile spread radius [25]
projectile uses contact position [1]
额外发射 5 个投射物
base is projectile [1]
is area damage [1]
projectile spread radius [25]
projectile uses contact position [1]
GAGemFrogLeapSlam
可触发, 攻击
基本伤害: 448–672
暴击几率: 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/LeagueBestiary/BestiaryMonsterWalkEmergeRare" Actor { main_hand_unarmed_type = "One_Hand_Sword" } Actor { }
Object Type Codes
version 2 extends "Metadata/Monsters/LeagueBestiary/BestiaryMonsterWalkEmergeRare"
-- src\Data\Spectres.lua minions["Metadata/Monsters/LeagueBestiary/GemFrogBestiary"] = { name = "Craicic Chimeral", life = 4.5, fireResist = 40, coldResist = 40, lightningResist = 40, chaosResist = 25, damage = 1.5, damageSpread = 0.2, attackTime = 1.005, attackRange = 17, accuracy = 1, skillList = { "MeleeAtAnimationSpeed", "GemFrogLeapSlam", "GAGemFrogLeapSlam", "BestiaryGemFrogMortarProjectile", }, 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["BestiaryGemFrogMortarProjectile"] = { name = "BestiaryGemFrogMortarProjectile", hidden = true, color = 4, baseEffectiveness = 0, incrementalEffectiveness = 0, description = "Generic monster mortar skill. Like Monster Projectile but has an impact effect.", skillTypes = { [SkillType.Projectile] = true, [SkillType.ProjectilesFromUser] = true, [SkillType.Spell] = true, [SkillType.Damage] = true, [SkillType.Area] = true, [SkillType.Trappable] = true, [SkillType.Totemable] = true, [SkillType.Mineable] = true, [SkillType.Multicastable] = true, [SkillType.Triggerable] = true, [SkillType.AreaSpell] = true, }, statDescriptionScope = "skill_stat_descriptions", castTime = 0.77, baseFlags = { area = true, spell = true, projectile = true, }, baseMods = { }, qualityStats = { }, stats = { "spell_minimum_base_fire_damage", "spell_maximum_base_fire_damage", "projectile_spread_radius", "number_of_additional_projectiles", "is_area_damage", "base_is_projectile", "projectile_uses_contact_position", }, levels = { [1] = {0.80000001192093, 1.2000000476837, 25, 5, levelRequirement = 1, statInterpolation = {3, 3}, cost = { }, }, }, }
level 33 or lower life +% final [-20]
Id | MonsterLifeLessBelowLevel33 |
---|---|
Family | MoreLifeBelowLevelThreshold |
Domains | 怪物 (3) |
GenerationType | 传奇 (3) |
Req. level | 1 |
Stats | |
Craft Tags | resource life damage |
深海奇美拉
野兽
emerge speed +% [-30,30]
Craicic Chimeral
幽魂 | N |
---|---|
标签 | amphibian_beast, beast, 施法, cold_affinity, is_unarmed, large_model, light_armour, medium_movement, not_int, not_str, red_blood, reptile_beast, small_height |
生命
450%
闪避值
+50%
异常状态临界值
450%
抗性
40 40 40 25
伤害
150%
命中
100%
暴击几率
+5%
暴击伤害
+130%
攻击距离
6 ~ 17
攻击间隔
1.005 秒
伤害分布
±20%
经验值
300%
Model Size
80%
类型
GemFrogBestiary
Metadata
GemFrogBestiaryClone
The following values do not include map affix bonuses, monster buff bonuses, altar bonuses, atlas skill bonuses.
等级
68
生命
28,950
护甲
28,790
闪避值
7,109
能量护盾
0
伤害
560
法术伤害
560
命中
290
攻击间隔
1.005
经验值
30,765
异常状态临界值
28,950
冰缓
92
Shock
92
Brittle
518
Scorch
92
Sap
253
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).
BestiaryFrogFlowerNuke
法术, 范围, 伤害, 持续时间, 可触发, 被触发, 范围法术
暴击几率: 5%
施放间隔: 1.5 秒
冷却时间: 10 秒
造成 2357 - 3536 冰霜伤害
基础持续时间为 2 秒
active skill area of effect radius +% final [-50]
is area damage [1]
基础持续时间为 2 秒
active skill area of effect radius +% final [-50]
is area damage [1]
Object Type
version 2 extends "Metadata/Monsters/Monster" Positioned { collision_hull_type = "projectile" blocking = false } Stats { immune_to_curses = 1 immune_to_auras_from_other_entities = 1 set_item_drop_slots = 0 untargetable_by_monster_ai = 1 set_monster_do_not_fracture = 1 set_max_frenzy_charges = 0 set_max_power_charges = 0 set_max_endurance_charges = 0 base_cannot_be_damaged = 1 base_cannot_be_stunned = 1 cannot_be_knocked_back = 1 set_monster_no_beyond_portal = 1 set_cannot_be_afflicted = 1 } Actor { basic_action = "Emerge" } Life { corpse_usable = false } DiesAfterTime { } Transitionable { }
Object Type Codes
version 2 extends "Metadata/Monsters/Monster" Targetable { no_highlight = true targetable = false } Life { on_death = "RemoveEffectPack( Metadata/Effects/Spells/monsters_effects/League_Bestiary/diverse_effects/stampede/EPK/fade_in_stampede.epk ); AddEffectPack( Metadata/Effects/Spells/monsters_effects/League_Bestiary/diverse_effects/stampede/EPK/fade_out_stampede.epk );" } Transitionable { create_untransitioned = "AddEffectPack( Metadata/Effects/Spells/monsters_effects/League_Bestiary/diverse_effects/stampede/EPK/fade_in_stampede.epk ); AddEffectPack( Metadata/Effects/Spells/monsters_effects/League_Bestiary/diverse_effects/stampede/EPK/stampede_fx.epk );" on_transition = "HideAllMeshSegments(); RemoveEffectPack( Metadata/Effects/Spells/monsters_effects/League_Bestiary/diverse_effects/stampede/EPK/fade_in_stampede.epk ); AddEffectPack( Metadata/Effects/Spells/monsters_effects/League_Bestiary/diverse_effects/stampede/EPK/fade_out_stampede.epk );" create_transitioned = "DisableRendering();" } Render { hide_mini_life_bar = true }
-- src\Data\Spectres.lua minions["Metadata/Monsters/LeagueBestiary/GemFrogBestiaryClone"] = { name = "Craicic Chimeral", life = 4.5, fireResist = 40, coldResist = 40, lightningResist = 40, chaosResist = 25, damage = 1.5, damageSpread = 0.2, attackTime = 1.005, attackRange = 17, accuracy = 1, skillList = { "BestiaryFrogFlowerNuke", }, modList = { }, } -- src\Data\Skills\spectre.lua skills["BestiaryFrogFlowerNuke"] = { name = "BestiaryFrogFlowerNuke", hidden = true, color = 4, baseEffectiveness = 0, incrementalEffectiveness = 0, skillTypes = { [SkillType.Spell] = true, [SkillType.Area] = true, [SkillType.Damage] = true, [SkillType.Duration] = true, [SkillType.Triggerable] = true, [SkillType.Triggered] = true, [SkillType.AreaSpell] = true, }, statDescriptionScope = "skill_stat_descriptions", castTime = 1.5, baseFlags = { area = true, spell = true, duration = true, }, baseMods = { }, qualityStats = { }, stats = { "spell_minimum_base_cold_damage", "spell_maximum_base_cold_damage", "base_skill_effect_duration", "active_skill_area_of_effect_radius_+%_final", "is_area_damage", }, levels = { [1] = {0.80000001192093, 1.2000000476837, 2000, -50, critChance = 5, levelRequirement = 6, statInterpolation = {3, 3}, cost = { }, }, }, }
emerge speed +% [-30,30]
Id | VariableEmergeSpeed |
---|---|
Family | VariableEmergeSpeed |
Domains | 怪物 (3) |
GenerationType | 传奇 (3) |
Req. level | 1 |
Stats |
深海奇美拉
野兽
区域: 克林斯昂之峡
Craicic Chimeral
幽魂 | N |
---|---|
地区 | 克林斯昂之峡 |
标签 | amphibian_beast, beast, has_one_hand_sword, has_one_handed_melee, large_model, light_armour, medium_movement, melee, not_int, not_str, physical_affinity, red_blood, small_height |
Packs |
生命
600%
闪避值
+50%
异常状态临界值
600%
抗性
0 30 30 0
伤害
90%
命中
100%
暴击几率
+5%
暴击伤害
+130%
攻击距离
6 ~ 17
攻击间隔
1.005 秒
伤害分布
±20%
经验值
150%
Model Size
80%
类型
GemFrogBestiaryMinion
Metadata
GemFrogCrabSpiritBossMinion_
The following values do not include map affix bonuses, monster buff bonuses, altar bonuses, atlas skill bonuses.
等级
74
生命
72,428
护甲
46,127
闪避值
8,742
能量护盾
0
伤害
481
法术伤害
481
命中
366
攻击间隔
1.005
经验值
17,402
异常状态临界值
72,428
冰缓
229
Shock
229
Brittle
1,296
Scorch
229
Sap
633
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).
MeleeAtAnimationSpeedUnique
攻击, 范围攻击, 技能可幻影射手, 投射物, 近战单一目标, 攻击可重复, 近战, 玩家投射物
普通攻击
基本伤害: 385–577
暴击几率: 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
可触发, 攻击
基本伤害: 385–577
暴击几率: 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 { basic_action = "Emerge" }
Object Type Codes
version 2 extends "Metadata/Monsters/Monster"
-- src\Data\Spectres.lua minions["Metadata/Monsters/LeagueBestiary/GemFrogCrabSpiritBossMinion_"] = { name = "Craicic Chimeral", life = 6, fireResist = 0, coldResist = 30, lightningResist = 30, chaosResist = 0, damage = 0.9, damageSpread = 0.2, attackTime = 1.005, attackRange = 17, accuracy = 1, skillList = { "MeleeAtAnimationSpeedUnique", "GemFrogLeapSlam", "GAGemFrogLeapSlam", }, modList = { }, } -- src\Data\Skills\spectre.lua skills["MeleeAtAnimationSpeedUnique"] = { 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 = { }, }, }, }