크라칸의 강탈자
야수
지역: 크라칸의 만
Craicic Reaver
Spectre | N |
---|---|
Area | 크라칸의 만 |
Tags | beast, flesh_armour, has_one_hand_sword, has_one_handed_melee, insect_blood, large_height, melee, not_str, physical_affinity, reptile_beast, slashing_weapon, slow_movement |
Packs |
생명력
600%
Energy Shield From Life
50%
회피
+50%
Ailment Threshold
600%
저항
0 40 0 0
Damage
90%
정확도
100%
치명타 확률
+5%
치명타 피해 배율
+130%
Attack Distance
6 ~ 10
Attack Time
1.755 Second
Damage Spread
±20%
경험치
150%
Model Size
100%
Type
ParasiticSquidBestiaryMinion
Metadata
ParasiticSquidCrabSpiritBossMinion
The following values do not include map affix bonuses, monster buff bonuses, altar bonuses, atlas skill bonuses.
레벨
74
생명력
72,428
방어도
46,127
회피
8,742
에너지 보호막
4,438
Damage
481
주문 피해
481
정확도
366
Attack Time
1.755
경험치
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).
Melee
Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Multistrikeable, Melee, ProjectilesFromUser
기본 공격
Base Damage: 385–577
치명타 확률: 5%
Attack Time: 1.755 초
강력한 일격으로 적들을 쓰러트립니다.
skill can fire arrows [1]
skill can fire wand projectiles [1]
skill can fire wand projectiles [1]
ParasiticSquidGroundEffectTar
Spell, Area, Damage, Triggerable, Duration, AreaSpell
시전 속도: 1 초
기본 지속시간 6초
이동 속도 60% 감소
active skill area of effect radius +% final [-25]
이동 속도 60% 감소
active skill area of effect radius +% final [-25]
Object Type
version 2 extends "Metadata/Monsters/Monster" Actor { main_hand_unarmed_type = "One_Hand_Sword" basic_action = "Emerge" } Animated { }
Object Type Codes
version 2 extends "Metadata/Monsters/Monster" Animated { on_death = "AddAttached( Metadata/Effects/Spells/monsters_effects/ParasiteSquid/ink_sac/rig.ao,); PlayAnimationAttachedByIndex( Metadata/Effects/Spells/monsters_effects/ParasiteSquid/ink_sac/rig.ao, 0 );" on_death2 = "AddAttached( Metadata/Effects/Spells/monsters_effects/ParasiteSquid/ink_sac/rig.ao, ); PlayAnimationAttachedByIndex( Metadata/Effects/Spells/monsters_effects/ParasiteSquid/ink_sac/rig.ao, 1 );" on_death3 = "AddAttached( Metadata/Effects/Spells/monsters_effects/ParasiteSquid/ink_sac/rig.ao, ); PlayAnimationAttachedByIndex( Metadata/Effects/Spells/monsters_effects/ParasiteSquid/ink_sac/rig.ao, 2 );" } Life { on_spawned_dead = "GoToAttachedAnimationEnd( Metadata/Effects/Spells/monsters_effects/ParasiteSquid/ink_sac/rig.ao );" }
-- src\Data\Spectres.lua minions["Metadata/Monsters/LeagueBestiary/ParasiticSquidCrabSpiritBossMinion"] = { name = "Craicic Reaver", life = 6, energyShield = 0.5, fireResist = 0, coldResist = 40, lightningResist = 0, chaosResist = 0, damage = 0.9, damageSpread = 0.2, attackTime = 1.755, attackRange = 10, accuracy = 1, skillList = { "Melee", "ParasiticSquidGroundEffectTar", }, modList = { }, } -- src\Data\Skills\spectre.lua skills["Melee"] = { 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", }, levels = { [1] = {levelRequirement = 1, statInterpolation = {}, cost = { }, }, }, } -- src\Data\Skills\spectre.lua skills["ParasiticSquidGroundEffectTar"] = { name = "ParasiticSquidGroundEffectTar", hidden = true, color = 4, baseEffectiveness = 0, incrementalEffectiveness = 0, skillTypes = { [SkillType.Spell] = true, [SkillType.Area] = true, [SkillType.Damage] = true, [SkillType.Triggerable] = true, [SkillType.Duration] = true, [SkillType.AreaSpell] = true, }, statDescriptionScope = "skill_stat_descriptions", castTime = 1, baseFlags = { area = true, spell = true, duration = true, }, baseMods = { }, qualityStats = { }, stats = { "base_skill_effect_duration", "base_movement_velocity_+%", "active_skill_area_of_effect_radius_+%_final", }, levels = { [1] = {6000, -60, -25, levelRequirement = 1, statInterpolation = {}, cost = { }, }, }, }