Inti de la Luna Roja
Demonio
Área: Terreno interior, Depósito sellado
Género: Simios
Grupo: Aves
Familia: Las Arenas
monster base type attack cast speed +% and damage -% final [11]
La rareza de los objetos arrojados está aumentada un %
Velocidad de movimiento aumentada un 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]
La rareza de los objetos arrojados está aumentada un %
Velocidad de movimiento aumentada un 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 | Terreno interior, Depósito sellado, Terreno interior, Depósito sellado |
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 |
Vida
220%
Energy Shield From Life
50%
Evasión
+20%
Ailment Threshold
220%
Resistencia
30 30 30 20
Damage
288%
Precisión
100%
Probabilidad de golpe crítico
+5%
Multiplicador de golpe crítico
+130%
Attack Distance
4 ~ 14
Attack Time
1.11 Second
Damage Spread
±20%
Experiencia
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.
Nivel
68
Vida
14,153
Armadura
28,790
Evasión
5,687
Escudo de energía
3,064
Damage
1,076
Daño de hechizos
1,076
Precisión
290
Attack Time
1.11
Experiencia
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
Ataque estándar
Base Damage: 861–1291
Probabilidad de golpe crítico: 5%
Attack Time: 1.11 seg
Derriba a tus enemigos con un golpe poderoso.
skill can fire arrows [1]
skill can fire wand projectiles [1]
skill can fire wand projectiles [1]
BirdmanConsumeCorpseSideArea
Spell
Tiempo de lanzamiento: 2.67 seg
kiweth consume leech % max life [8]
BirdmanBloodProjectileSideArea
Attack, RangedAttack, Projectile, ProjectilesFromUser, Triggerable
Base Damage: 861–1291
Probabilidad de golpe crítico: 5%
Attack Time: 1.11 seg
Inflige un 10% más de daño
Velocidad de ataque aumentada un 100%
base is projectile [1]
kiweth projectile spawn kiweth [1]
Velocidad de ataque aumentada un 100%
base is projectile [1]
kiweth projectile spawn kiweth [1]
BirdmanConsumeSideArea
Spell
Tiempo de lanzamiento: 2.67 seg
Tamaño del personaje aumentado un 15%
La duración base es de 7 segundos
Velocidad de ataque aumentada un 50%
Velocidad de movimiento aumentada un 50%
La duración base es de 7 segundos
Velocidad de ataque aumentada un 50%
Velocidad de movimiento aumentada un 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 | monstruo (3) |
GenerationType | Único (3) |
Req. level | 1 |
Stats | |
Craft Tags | caster_damage damage attack caster speed |
La rareza de los objetos arrojados está aumentada un %
Id | MonsterSideAreaBoss |
---|---|
Family | MonsterSideAreaBoss |
Domains | monstruo (3) |
GenerationType | Único (3) |
Req. level | 1 |
Stats |
Velocidad de movimiento aumentada un 50%
Id | MonsterImplicitFastRun1 |
---|---|
Family | MovementVelocity |
Domains | monstruo (3) |
GenerationType | Único (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 | monstruo (3) |
GenerationType | Único (3) |
Req. level | 1 |
Stats |
monster no map drops [1]
Id | MonsterNoMapDrops |
---|---|
Family | MonsterNoMapDrops |
Domains | monstruo (3) |
GenerationType | Único (3) |
Req. level | 1 |
Stats |
level 33 or lower damage +% final [-20]
level 33 or lower life +% final [-20]
Id | MonsterLifeAndDamageLessBelowLevel33 |
---|---|
Family | MoreLifeBelowLevelThreshold |
Domains | monstruo (3) |
GenerationType | Único (3) |
Req. level | 1 |
Stats | |
Craft Tags | resource life damage |
Inti de la Luna Roja
Demonio
Área: InvasionBoss
Género: Simios
Grupo: Aves
Familia: Las Arenas
monster base type attack cast speed +% and damage -% final [11]
La rareza de los objetos arrojados está aumentada un %
Velocidad de movimiento aumentada un 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]
La rareza de los objetos arrojados está aumentada un %
Velocidad de movimiento aumentada un 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 | Vida máxima aumentada un 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 |
Vida
220%
Energy Shield From Life
50%
Evasión
+20%
Ailment Threshold
220%
Resistencia
30 30 30 20
Damage
288%
Precisión
100%
Probabilidad de golpe crítico
+5%
Multiplicador de golpe crítico
+130%
Attack Distance
4 ~ 14
Attack Time
1.11 Second
Damage Spread
±20%
Experiencia
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.
Nivel
68
Vida
14,153
Armadura
28,790
Evasión
5,687
Escudo de energía
3,064
Damage
1,076
Daño de hechizos
1,076
Precisión
290
Attack Time
1.11
Experiencia
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
Ataque estándar
Base Damage: 861–1291
Probabilidad de golpe crítico: 5%
Attack Time: 1.11 seg
Derriba a tus enemigos con un golpe poderoso.
skill can fire arrows [1]
skill can fire wand projectiles [1]
skill can fire wand projectiles [1]
BirdmanConsumeCorpseSideArea
Spell
Tiempo de lanzamiento: 2.67 seg
kiweth consume leech % max life [8]
BirdmanBloodProjectileSideArea
Attack, RangedAttack, Projectile, ProjectilesFromUser, Triggerable
Base Damage: 861–1291
Probabilidad de golpe crítico: 5%
Attack Time: 1.11 seg
Inflige un 10% más de daño
Velocidad de ataque aumentada un 100%
base is projectile [1]
kiweth projectile spawn kiweth [1]
Velocidad de ataque aumentada un 100%
base is projectile [1]
kiweth projectile spawn kiweth [1]
BirdmanConsumeSideArea
Spell
Tiempo de lanzamiento: 2.67 seg
Tamaño del personaje aumentado un 15%
La duración base es de 7 segundos
Velocidad de ataque aumentada un 50%
Velocidad de movimiento aumentada un 50%
La duración base es de 7 segundos
Velocidad de ataque aumentada un 50%
Velocidad de movimiento aumentada un 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 | monstruo (3) |
GenerationType | Único (3) |
Req. level | 1 |
Stats | |
Craft Tags | caster_damage damage attack caster speed |
La rareza de los objetos arrojados está aumentada un %
Id | MonsterSideAreaBoss |
---|---|
Family | MonsterSideAreaBoss |
Domains | monstruo (3) |
GenerationType | Único (3) |
Req. level | 1 |
Stats |
Velocidad de movimiento aumentada un 50%
Id | MonsterImplicitFastRun1 |
---|---|
Family | MovementVelocity |
Domains | monstruo (3) |
GenerationType | Único (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 | monstruo (3) |
GenerationType | Único (3) |
Req. level | 1 |
Stats |
monster no map drops [1]
Id | MonsterNoMapDrops |
---|---|
Family | MonsterNoMapDrops |
Domains | monstruo (3) |
GenerationType | Único (3) |
Req. level | 1 |
Stats |
monster is invasion boss [1]
Id | IsInvasionBoss |
---|---|
Family | MonsterIsInvasionBoss |
Domains | monstruo (3) |
GenerationType | Único (3) |
Req. level | 1 |
Stats |
level 33 or lower damage +% final [-20]
level 33 or lower life +% final [-20]
Id | MonsterLifeAndDamageLessBelowLevel33 |
---|---|
Family | MoreLifeBelowLevelThreshold |
Domains | monstruo (3) |
GenerationType | Único (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.