Quimera de Craicic
Craicic Chimeral
Spectre | N |
---|---|
Tags | amphibian_beast, beast, bestiary_beast_boss, bestiary_deep, Conjurador, 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 |
Vida
450%
Evasão
+50%
Ailment Threshold
450%
Resistência
40 40 40 25
Damage
150%
Precisão
100%
Chance de Crítico
+5%
Multiplicador de Acerto Crítico
+130%
Attack Distance
6 ~ 17
Attack Time
1.005 Second
Damage Spread
±20%
Experiência
300%
Model Size
80%
Type
GemFrogBestiary
Metadata
GemFrogBestiary
The following values do not include map affix bonuses, monster buff bonuses, altar bonuses, atlas skill bonuses.
Nível
68
Vida
28,950
Armadura
28,790
Evasão
7,109
Escudo de Energia
0
Damage
560
Dano Mágico
560
Precisão
290
Attack Time
1.005
Experiência
30,765
Ailment Threshold
28,950
Chill
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
Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Multistrikeable, Melee, ProjectilesFromUser
Ataque Padrão
Base Damage: 448–672
Chance de Crítico: 5%
Attack Time: 1.005 seg
Abate seus inimigos com um golpe poderoso.
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
Spell, Movement
Tempo de Conjuração: 1.4 seg
Recarga: 0.3 seg
Causa 50% mais Dano de Ataque
Dano Físico reduzido em 25%
cast time overrides attack duration [1]
is area damage [1]
walk emerge extra distance [-10]
Dano Físico reduzido em 25%
cast time overrides attack duration [1]
is area damage [1]
walk emerge extra distance [-10]
BestiaryGemFrogMortarProjectile
Projectile, ProjectilesFromUser, Spell, Damage, Area, Trappable, Totemable, Mineable, Multicastable, Triggerable, AreaSpell
Tempo de Conjuração: 0.77 seg
Recarga: 3 seg
Habilidade de morteiro de monstro genérico. Como Projétil de Monstro, mas com um efeito de impacto.
Causa 896.5 a 1345 de Dano de Fogo
Dispara 5 Projéteis adicionais
base is projectile [1]
is area damage [1]
projectile spread radius [25]
projectile uses contact position [1]
Dispara 5 Projéteis adicionais
base is projectile [1]
is area damage [1]
projectile spread radius [25]
projectile uses contact position [1]
GAGemFrogLeapSlam
Triggerable, Attack
Base Damage: 448–672
Chance de Crítico: 5%
Dano de Ataque: 150%
Dano de Ataque: 150%
Attack Time: 1.005 seg
Causa 50% mais Dano de Ataque
Dano Físico reduzido em 25%
cast time overrides attack duration [1]
is area damage [1]
Dano Físico reduzido em 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 | monstro (3) |
GenerationType | Único (3) |
Req. level | 1 |
Stats | |
Craft Tags | resource life damage |
Quimera de Craicic
Bestial
emerge speed +% [-30,30]
Craicic Chimeral
Spectre | N |
---|---|
Tags | amphibian_beast, beast, Conjurador, cold_affinity, is_unarmed, large_model, light_armour, medium_movement, not_int, not_str, red_blood, reptile_beast, small_height |
Vida
450%
Evasão
+50%
Ailment Threshold
450%
Resistência
40 40 40 25
Damage
150%
Precisão
100%
Chance de Crítico
+5%
Multiplicador de Acerto Crítico
+130%
Attack Distance
6 ~ 17
Attack Time
1.005 Second
Damage Spread
±20%
Experiência
300%
Model Size
80%
Type
GemFrogBestiary
Metadata
GemFrogBestiaryClone
The following values do not include map affix bonuses, monster buff bonuses, altar bonuses, atlas skill bonuses.
Nível
68
Vida
28,950
Armadura
28,790
Evasão
7,109
Escudo de Energia
0
Damage
560
Dano Mágico
560
Precisão
290
Attack Time
1.005
Experiência
30,765
Ailment Threshold
28,950
Chill
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
Spell, Area, Damage, Duration, Triggerable, Triggered, AreaSpell
Chance de Crítico: 5%
Tempo de Conjuração: 1.5 seg
Recarga: 10 seg
Causa 2357 a 3536 de Dano de Gelo
Duração base é de 2 segundos
active skill area of effect radius +% final [-50]
is area damage [1]
Duração base é de 2 segundos
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 | monstro (3) |
GenerationType | Único (3) |
Req. level | 1 |
Stats |
Quimera Craicic
Bestial
Área: Esconderijo de Craiceann
Craicic Chimeral
Spectre | N |
---|---|
Area | Esconderijo de Craiceann |
Tags | 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 |
Vida
600%
Evasão
+50%
Ailment Threshold
600%
Resistência
0 30 30 0
Damage
90%
Precisão
100%
Chance de Crítico
+5%
Multiplicador de Acerto Crítico
+130%
Attack Distance
6 ~ 17
Attack Time
1.005 Second
Damage Spread
±20%
Experiência
150%
Model Size
80%
Type
GemFrogBestiaryMinion
Metadata
GemFrogCrabSpiritBossMinion_
The following values do not include map affix bonuses, monster buff bonuses, altar bonuses, atlas skill bonuses.
Nível
74
Vida
72,428
Armadura
46,127
Evasão
8,742
Escudo de Energia
0
Damage
481
Dano Mágico
481
Precisão
366
Attack Time
1.005
Experiência
17,402
Ailment Threshold
72,428
Chill
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
Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Multistrikeable, Melee, ProjectilesFromUser
Ataque Padrão
Base Damage: 385–577
Chance de Crítico: 5%
Attack Time: 1.005 seg
Abate seus inimigos com um golpe poderoso.
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
Spell, Movement
Tempo de Conjuração: 1.4 seg
Recarga: 0.3 seg
Causa 50% mais Dano de Ataque
Dano Físico reduzido em 25%
cast time overrides attack duration [1]
is area damage [1]
walk emerge extra distance [-10]
Dano Físico reduzido em 25%
cast time overrides attack duration [1]
is area damage [1]
walk emerge extra distance [-10]
GAGemFrogLeapSlam
Triggerable, Attack
Base Damage: 385–577
Chance de Crítico: 5%
Dano de Ataque: 150%
Dano de Ataque: 150%
Attack Time: 1.005 seg
Causa 50% mais Dano de Ataque
Dano Físico reduzido em 25%
cast time overrides attack duration [1]
is area damage [1]
Dano Físico reduzido em 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 = { }, }, }, }