Quimerina cráicica
Bestia
Género: Engendros
Grupo: Anfibios
Familia: Las Profundidades
level 33 or lower life +% final [-20]
Craicic Chimeral
Spectre | N |
---|---|
Tags | amphibian_beast, beast, bestiary_beast_boss, bestiary_deep, Lanzador de hechizos, 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%
Evasión
+50%
Ailment Threshold
450%
Resistencia
40 40 40 25
Damage
150%
Precisión
100%
Probabilidad de golpe crítico
+5%
Multiplicador de golpe crítico
+130%
Attack Distance
6 ~ 17
Attack Time
1.005 Second
Damage Spread
±20%
Experiencia
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.
Nivel
68
Vida
28,950
Armadura
28,790
Evasión
7,109
Escudo de energía
0
Damage
560
Daño de hechizos
560
Precisión
290
Attack Time
1.005
Experiencia
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 estándar
Base Damage: 448–672
Probabilidad de golpe crítico: 5%
Attack Time: 1.005 seg
Derriba a tus enemigos con un 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
Tiempo de lanzamiento: 1.4 seg
Tiempo de recarga: 0.3 seg
Inflige un 50% más de daño de ataque
Daño físico reducido un 25%
cast time overrides attack duration [1]
is area damage [1]
walk emerge extra distance [-10]
Daño físico reducido un 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
Tiempo de lanzamiento: 0.77 seg
Tiempo de recarga: 3 seg
Habilidad de mortero de monstruo genérico. Igual que Proyectil de monstruo, pero tiene un efecto al impactar.
Inflige de 896.5 a 1345 de daño de fuego
Dispara 5 proyectiles adicionales
base is projectile [1]
is area damage [1]
projectile spread radius [25]
projectile uses contact position [1]
Dispara 5 proyectiles adicionales
base is projectile [1]
is area damage [1]
projectile spread radius [25]
projectile uses contact position [1]
GAGemFrogLeapSlam
Triggerable, Attack
Base Damage: 448–672
Probabilidad de golpe crítico: 5%
Daño de ataque: 150%
Daño de ataque: 150%
Attack Time: 1.005 seg
Inflige un 50% más de daño de ataque
Daño físico reducido un 25%
cast time overrides attack duration [1]
is area damage [1]
Daño físico reducido un 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 | monstruo (3) |
GenerationType | Único (3) |
Req. level | 1 |
Stats | |
Craft Tags | resource life damage |
Quimerina cráicica
Bestia
emerge speed +% [-30,30]
Craicic Chimeral
Spectre | N |
---|---|
Tags | amphibian_beast, beast, Lanzador de hechizos, cold_affinity, is_unarmed, large_model, light_armour, medium_movement, not_int, not_str, red_blood, reptile_beast, small_height |
Vida
450%
Evasión
+50%
Ailment Threshold
450%
Resistencia
40 40 40 25
Damage
150%
Precisión
100%
Probabilidad de golpe crítico
+5%
Multiplicador de golpe crítico
+130%
Attack Distance
6 ~ 17
Attack Time
1.005 Second
Damage Spread
±20%
Experiencia
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.
Nivel
68
Vida
28,950
Armadura
28,790
Evasión
7,109
Escudo de energía
0
Damage
560
Daño de hechizos
560
Precisión
290
Attack Time
1.005
Experiencia
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
Probabilidad de golpe crítico: 5%
Tiempo de lanzamiento: 1.5 seg
Tiempo de recarga: 10 seg
Inflige de 2357 a 3536 de daño de hielo
La duración base es de 2 segundos
active skill area of effect radius +% final [-50]
is area damage [1]
La duración base es 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 | monstruo (3) |
GenerationType | Único (3) |
Req. level | 1 |
Stats |
Quimerina cráicica
Bestia
Área: Caleta de Craiceann
Craicic Chimeral
Spectre | N |
---|---|
Area | Caleta 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%
Evasión
+50%
Ailment Threshold
600%
Resistencia
0 30 30 0
Damage
90%
Precisión
100%
Probabilidad de golpe crítico
+5%
Multiplicador de golpe crítico
+130%
Attack Distance
6 ~ 17
Attack Time
1.005 Second
Damage Spread
±20%
Experiencia
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.
Nivel
74
Vida
72,428
Armadura
46,127
Evasión
8,742
Escudo de energía
0
Damage
481
Daño de hechizos
481
Precisión
366
Attack Time
1.005
Experiencia
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 estándar
Base Damage: 385–577
Probabilidad de golpe crítico: 5%
Attack Time: 1.005 seg
Derriba a tus enemigos con un 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
Tiempo de lanzamiento: 1.4 seg
Tiempo de recarga: 0.3 seg
Inflige un 50% más de daño de ataque
Daño físico reducido un 25%
cast time overrides attack duration [1]
is area damage [1]
walk emerge extra distance [-10]
Daño físico reducido un 25%
cast time overrides attack duration [1]
is area damage [1]
walk emerge extra distance [-10]
GAGemFrogLeapSlam
Triggerable, Attack
Base Damage: 385–577
Probabilidad de golpe crítico: 5%
Daño de ataque: 150%
Daño de ataque: 150%
Attack Time: 1.005 seg
Inflige un 50% más de daño de ataque
Daño físico reducido un 25%
cast time overrides attack duration [1]
is area damage [1]
Daño físico reducido un 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 = { }, }, }, }