혈월의 인티
악마
종: 유인원
속: 조류
과: 모래밭
monster base type attack cast speed +% and damage -% final [11]
떨어지는 아이템 희귀도 % 증가
이동 속도 50% 증가
monster additional quantity of dropped items in cruel +% [500]
monster additional quantity of dropped items in merciless +% [1000]
monster additional rarity of dropped items in cruel +% [750]
monster additional rarity of dropped items in merciless +% [1500]
monster no map drops [1]
level 33 or lower damage +% final [-20]
level 33 or lower life +% final [-20]
떨어지는 아이템 희귀도 % 증가
이동 속도 50% 증가
monster additional quantity of dropped items in cruel +% [500]
monster additional quantity of dropped items in merciless +% [1000]
monster additional rarity of dropped items in cruel +% [750]
monster additional rarity of dropped items in merciless +% [1500]
monster no map drops [1]
level 33 or lower damage +% final [-20]
level 33 or lower life +% final [-20]
Inti of the Blood Moon
Spectre | N |
---|---|
Area | 깊은 곳의 대지, 봉인된 보고, 깊은 곳의 대지, 봉인된 보고 |
Tags | animal_claw_weapon, avian_beast, beast, demon, extra_large_height, flesh_armour, has_one_hand_mace, has_one_handed_melee, large_model, melee, not_str, physical_affinity, ranged, red_blood, slow_movement, vaalsidearea_boss |
생명력
220%
Energy Shield From Life
50%
회피
+20%
Ailment Threshold
220%
저항
30 30 30 20
Damage
288%
정확도
100%
치명타 확률
+5%
치명타 피해 배율
+130%
Attack Distance
4 ~ 14
Attack Time
1.11 Second
Damage Spread
±20%
경험치
200%
Model Size
143%
Type
KiwethBossSideArea
Metadata
KiwethBossSideArea
The following values do not include map affix bonuses, monster buff bonuses, altar bonuses, atlas skill bonuses.
레벨
68
생명력
14,153
방어도
28,790
회피
5,687
에너지 보호막
3,064
Damage
1,076
주문 피해
1,076
정확도
290
Attack Time
1.11
경험치
20,510
Ailment Threshold
14,153
Chill
45
Shock
45
Brittle
253
Scorch
45
Sap
124
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: 861–1291
치명타 확률: 5%
Attack Time: 1.11 초
강력한 일격으로 적들을 쓰러트립니다.
skill can fire arrows [1]
skill can fire wand projectiles [1]
skill can fire wand projectiles [1]
BirdmanConsumeCorpseSideArea
Spell
시전 속도: 2.67 초
kiweth consume leech % max life [8]
BirdmanBloodProjectileSideArea
Attack, RangedAttack, Projectile, ProjectilesFromUser, Triggerable
Base Damage: 861–1291
치명타 확률: 5%
Attack Time: 1.11 초
주는 피해 10% 증폭
공격 속도 100% 증가
base is projectile [1]
kiweth projectile spawn kiweth [1]
공격 속도 100% 증가
base is projectile [1]
kiweth projectile spawn kiweth [1]
BirdmanConsumeSideArea
Spell
시전 속도: 2.67 초
캐릭터 크기 15% 증가
기본 지속시간 7초
공격 속도 50% 증가
이동 속도 50% 증가
기본 지속시간 7초
공격 속도 50% 증가
이동 속도 50% 증가
Object Type
version 2 extends "Metadata/Monsters/Monster" Actor { main_hand_unarmed_type = "One_Hand_Mace" basic_action = "ChangeToStance1" basic_action = "ChangeToStance2" }
Object Type Codes
version 2 extends "Metadata/Monsters/Monster" Life { on_defeat = "RemoveEffects( );" on_spawned_dead = "RemoveEffects( );" }
-- src\Data\Spectres.lua minions["Metadata/Monsters/Kiweth/KiwethBossSideArea"] = { name = "Inti of the Blood Moon", life = 2.2, energyShield = 0.5, fireResist = 30, coldResist = 30, lightningResist = 30, chaosResist = 20, damage = 2.88, damageSpread = 0.2, attackTime = 1.11, attackRange = 14, accuracy = 1, skillList = { "Melee", "BirdmanConsumeCorpseSideArea", "BirdmanBloodProjectileSideArea", "BirdmanConsumeSideArea", }, 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["BirdmanConsumeCorpseSideArea"] = { name = "BirdmanConsumeCorpseSideArea", hidden = true, color = 4, baseEffectiveness = 0, incrementalEffectiveness = 0, skillTypes = { [SkillType.Spell] = true, }, statDescriptionScope = "skill_stat_descriptions", castTime = 2.67, baseFlags = { spell = true, }, baseMods = { }, qualityStats = { }, stats = { "kiweth_consume_leech_%_max_life", }, levels = { [1] = {8, levelRequirement = 0, statInterpolation = {}, cost = { }, }, }, } -- src\Data\Skills\spectre.lua skills["BirdmanBloodProjectileSideArea"] = { name = "BirdmanBloodProjectileSideArea", hidden = true, color = 4, baseEffectiveness = 0, incrementalEffectiveness = 0, skillTypes = { [SkillType.Attack] = true, [SkillType.RangedAttack] = true, [SkillType.Projectile] = true, [SkillType.ProjectilesFromUser] = true, [SkillType.Triggerable] = true, }, statDescriptionScope = "skill_stat_descriptions", castTime = 1, baseFlags = { attack = true, projectile = true, }, baseMods = { }, qualityStats = { }, stats = { "attack_speed_+%", "active_skill_damage_+%_final", "base_is_projectile", "kiweth_projectile_spawn_kiweth", }, levels = { [1] = {100, 10, levelRequirement = 4, statInterpolation = {}, cost = { }, }, }, } -- src\Data\Skills\spectre.lua skills["BirdmanConsumeSideArea"] = { name = "BirdmanConsumeSideArea", hidden = true, color = 4, baseEffectiveness = 0, incrementalEffectiveness = 0, skillTypes = { [SkillType.Spell] = true, }, statDescriptionScope = "skill_stat_descriptions", castTime = 2.67, baseFlags = { spell = true, }, baseMods = { }, qualityStats = { }, stats = { "base_actor_scale_+%", "attack_speed_+%", "base_movement_velocity_+%", "base_skill_effect_duration", }, levels = { [1] = {15, 50, 50, 7000, levelRequirement = 0, statInterpolation = {}, cost = { }, }, }, }
monster base type attack cast speed +% and damage -% final [11]
Id | MonsterSpeedAndDamageFixupSmall |
---|---|
Family | MonsterSpeedAndDamageFixup |
Domains | 몬스터 (3) |
GenerationType | 고유 (3) |
Req. level | 1 |
Stats | |
Craft Tags | caster_damage damage attack caster speed |
떨어지는 아이템 희귀도 % 증가
Id | MonsterSideAreaBoss |
---|---|
Family | MonsterSideAreaBoss |
Domains | 몬스터 (3) |
GenerationType | 고유 (3) |
Req. level | 1 |
Stats |
이동 속도 50% 증가
Id | MonsterImplicitFastRun1 |
---|---|
Family | MovementVelocity |
Domains | 몬스터 (3) |
GenerationType | 고유 (3) |
Req. level | 1 |
Stats | |
Craft Tags | speed |
monster additional quantity of dropped items in cruel +% [500]
monster additional quantity of dropped items in merciless +% [1000]
monster additional rarity of dropped items in cruel +% [750]
monster additional rarity of dropped items in merciless +% [1500]
Id | MonsterInvasionMercilessDrops2 |
---|---|
Family | MonsterMercilessDrops |
Domains | 몬스터 (3) |
GenerationType | 고유 (3) |
Req. level | 1 |
Stats |
monster no map drops [1]
Id | MonsterNoMapDrops |
---|---|
Family | MonsterNoMapDrops |
Domains | 몬스터 (3) |
GenerationType | 고유 (3) |
Req. level | 1 |
Stats |
level 33 or lower damage +% final [-20]
level 33 or lower life +% final [-20]
Id | MonsterLifeAndDamageLessBelowLevel33 |
---|---|
Family | MoreLifeBelowLevelThreshold |
Domains | 몬스터 (3) |
GenerationType | 고유 (3) |
Req. level | 1 |
Stats | |
Craft Tags | resource life damage |
혈월의 인티
악마
지역: InvasionBoss
종: 유인원
속: 조류
과: 모래밭
monster base type attack cast speed +% and damage -% final [11]
떨어지는 아이템 희귀도 % 증가
이동 속도 50% 증가
monster additional quantity of dropped items in cruel +% [500]
monster additional quantity of dropped items in merciless +% [1000]
monster additional rarity of dropped items in cruel +% [750]
monster additional rarity of dropped items in merciless +% [1500]
monster no map drops [1]
monster is invasion boss [1]
level 33 or lower damage +% final [-20]
level 33 or lower life +% final [-20]
떨어지는 아이템 희귀도 % 증가
이동 속도 50% 증가
monster additional quantity of dropped items in cruel +% [500]
monster additional quantity of dropped items in merciless +% [1000]
monster additional rarity of dropped items in cruel +% [750]
monster additional rarity of dropped items in merciless +% [1500]
monster no map drops [1]
monster is invasion boss [1]
level 33 or lower damage +% final [-20]
level 33 or lower life +% final [-20]
Inti of the Blood Moon
Spectre | N |
---|---|
Area | InvasionBoss |
End Game | 최대 생명력 50% 증가 |
Tags | animal_claw_weapon, avian_beast, beast, demon, extra_large_height, flesh_armour, has_one_hand_mace, has_one_handed_melee, invasion_boss, large_model, melee, not_str, physical_affinity, ranged, red_blood, slow_movement |
Packs |
생명력
220%
Energy Shield From Life
50%
회피
+20%
Ailment Threshold
220%
저항
30 30 30 20
Damage
288%
정확도
100%
치명타 확률
+5%
치명타 피해 배율
+130%
Attack Distance
4 ~ 14
Attack Time
1.11 Second
Damage Spread
±20%
경험치
200%
Model Size
143%
Type
KiwethBossSideArea
Metadata
KiwethBossSideAreaInvasion
The following values do not include map affix bonuses, monster buff bonuses, altar bonuses, atlas skill bonuses.
레벨
68
생명력
14,153
방어도
28,790
회피
5,687
에너지 보호막
3,064
Damage
1,076
주문 피해
1,076
정확도
290
Attack Time
1.11
경험치
20,510
Ailment Threshold
14,153
Chill
45
Shock
45
Brittle
253
Scorch
45
Sap
124
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: 861–1291
치명타 확률: 5%
Attack Time: 1.11 초
강력한 일격으로 적들을 쓰러트립니다.
skill can fire arrows [1]
skill can fire wand projectiles [1]
skill can fire wand projectiles [1]
BirdmanConsumeCorpseSideArea
Spell
시전 속도: 2.67 초
kiweth consume leech % max life [8]
BirdmanBloodProjectileSideArea
Attack, RangedAttack, Projectile, ProjectilesFromUser, Triggerable
Base Damage: 861–1291
치명타 확률: 5%
Attack Time: 1.11 초
주는 피해 10% 증폭
공격 속도 100% 증가
base is projectile [1]
kiweth projectile spawn kiweth [1]
공격 속도 100% 증가
base is projectile [1]
kiweth projectile spawn kiweth [1]
BirdmanConsumeSideArea
Spell
시전 속도: 2.67 초
캐릭터 크기 15% 증가
기본 지속시간 7초
공격 속도 50% 증가
이동 속도 50% 증가
기본 지속시간 7초
공격 속도 50% 증가
이동 속도 50% 증가
Object Type
version 2 extends "Metadata/Monsters/Monster" Actor { main_hand_unarmed_type = "One_Hand_Mace" basic_action = "ChangeToStance1" basic_action = "ChangeToStance2" }
Object Type Codes
version 2 extends "Metadata/Monsters/Monster" Life { on_defeat = "RemoveEffects( );" on_spawned_dead = "RemoveEffects( );" }
-- src\Data\Spectres.lua minions["Metadata/Monsters/Kiweth/KiwethBossSideAreaInvasion"] = { name = "Inti of the Blood Moon", life = 2.2, energyShield = 0.5, fireResist = 30, coldResist = 30, lightningResist = 30, chaosResist = 20, damage = 2.88, damageSpread = 0.2, attackTime = 1.11, attackRange = 14, accuracy = 1, skillList = { "Melee", "BirdmanConsumeCorpseSideArea", "BirdmanBloodProjectileSideArea", "BirdmanConsumeSideArea", }, 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["BirdmanConsumeCorpseSideArea"] = { name = "BirdmanConsumeCorpseSideArea", hidden = true, color = 4, baseEffectiveness = 0, incrementalEffectiveness = 0, skillTypes = { [SkillType.Spell] = true, }, statDescriptionScope = "skill_stat_descriptions", castTime = 2.67, baseFlags = { spell = true, }, baseMods = { }, qualityStats = { }, stats = { "kiweth_consume_leech_%_max_life", }, levels = { [1] = {8, levelRequirement = 0, statInterpolation = {}, cost = { }, }, }, } -- src\Data\Skills\spectre.lua skills["BirdmanBloodProjectileSideArea"] = { name = "BirdmanBloodProjectileSideArea", hidden = true, color = 4, baseEffectiveness = 0, incrementalEffectiveness = 0, skillTypes = { [SkillType.Attack] = true, [SkillType.RangedAttack] = true, [SkillType.Projectile] = true, [SkillType.ProjectilesFromUser] = true, [SkillType.Triggerable] = true, }, statDescriptionScope = "skill_stat_descriptions", castTime = 1, baseFlags = { attack = true, projectile = true, }, baseMods = { }, qualityStats = { }, stats = { "attack_speed_+%", "active_skill_damage_+%_final", "base_is_projectile", "kiweth_projectile_spawn_kiweth", }, levels = { [1] = {100, 10, levelRequirement = 4, statInterpolation = {}, cost = { }, }, }, } -- src\Data\Skills\spectre.lua skills["BirdmanConsumeSideArea"] = { name = "BirdmanConsumeSideArea", hidden = true, color = 4, baseEffectiveness = 0, incrementalEffectiveness = 0, skillTypes = { [SkillType.Spell] = true, }, statDescriptionScope = "skill_stat_descriptions", castTime = 2.67, baseFlags = { spell = true, }, baseMods = { }, qualityStats = { }, stats = { "base_actor_scale_+%", "attack_speed_+%", "base_movement_velocity_+%", "base_skill_effect_duration", }, levels = { [1] = {15, 50, 50, 7000, levelRequirement = 0, statInterpolation = {}, cost = { }, }, }, }
monster base type attack cast speed +% and damage -% final [11]
Id | MonsterSpeedAndDamageFixupSmall |
---|---|
Family | MonsterSpeedAndDamageFixup |
Domains | 몬스터 (3) |
GenerationType | 고유 (3) |
Req. level | 1 |
Stats | |
Craft Tags | caster_damage damage attack caster speed |
떨어지는 아이템 희귀도 % 증가
Id | MonsterSideAreaBoss |
---|---|
Family | MonsterSideAreaBoss |
Domains | 몬스터 (3) |
GenerationType | 고유 (3) |
Req. level | 1 |
Stats |
이동 속도 50% 증가
Id | MonsterImplicitFastRun1 |
---|---|
Family | MovementVelocity |
Domains | 몬스터 (3) |
GenerationType | 고유 (3) |
Req. level | 1 |
Stats | |
Craft Tags | speed |
monster additional quantity of dropped items in cruel +% [500]
monster additional quantity of dropped items in merciless +% [1000]
monster additional rarity of dropped items in cruel +% [750]
monster additional rarity of dropped items in merciless +% [1500]
Id | MonsterInvasionMercilessDrops2 |
---|---|
Family | MonsterMercilessDrops |
Domains | 몬스터 (3) |
GenerationType | 고유 (3) |
Req. level | 1 |
Stats |
monster no map drops [1]
Id | MonsterNoMapDrops |
---|---|
Family | MonsterNoMapDrops |
Domains | 몬스터 (3) |
GenerationType | 고유 (3) |
Req. level | 1 |
Stats |
monster is invasion boss [1]
Id | IsInvasionBoss |
---|---|
Family | MonsterIsInvasionBoss |
Domains | 몬스터 (3) |
GenerationType | 고유 (3) |
Req. level | 1 |
Stats |
level 33 or lower damage +% final [-20]
level 33 or lower life +% final [-20]
Id | MonsterLifeAndDamageLessBelowLevel33 |
---|---|
Family | MoreLifeBelowLevelThreshold |
Domains | 몬스터 (3) |
GenerationType | 고유 (3) |
Req. level | 1 |
Stats | |
Craft Tags | resource life damage |
Edit
Wikis Content is available under CC BY-NC-SA 3.0 unless otherwise noted.
Wikis Content is available under CC BY-NC-SA 3.0 unless otherwise noted.