Kruug, o Deformado
Demoníaco
Monstros concedem Experiência aumentada em 13100%
monster dropped item rarity +% [0]
Kruug, the Frayed
SpectreN
Tagsdemon, has_one_hand_mace, has_one_handed_melee, large_height, light_armour, lightning_affinity, melee, not_int, physical_affinity, red_blood, slow_movement
Vida
4000%
Armadura
+25%
Evasão
+20%
Ailment Threshold
4000%
Resistência
40 40 40 25
Damage
374%
Precisão
100%
Chance de Crítico
+5%
Multiplicador de Acerto Crítico
+130%
Attack Distance
5 ~ 14
Attack Time
1.02 Second
Damage Spread
±20%
Experiência
200%
Model Size
100%
Type
FourLeggedDemonUniqueMap
Metadata
BossFourLeggedDemonUniqueMap
Nível
68
Vida
5,573,854
Armadura
35,988
Evasão
5,687
Escudo de Energia
0
Damage
1,591
Dano Mágico
2,375
Precisão
290
Attack Time
0.6834
Experiência
112,805
Ailment Threshold
3,511,528
Chill
11,103
Shock
11,103
Brittle
62,818
Scorch
11,103
Sap
30,677
MeleeAtAnimationSpeedUnique
Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Multistrikeable, Melee, ProjectilesFromUser
Ataque Padrão
Base Damage: 1118–1676
Chance de Crítico: 5%
Attack Time: 1.02 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]
MonsterLightningStrikeUnique
Attack, RangedAttack, Projectile, MeleeSingleTarget, Multistrikeable, Melee, Lightning, ProjectilesNotFromUser
Golpe Trovejante
Base Damage: 1118–1676
Chance de Crítico: 5%
Attack Time: 1.02 seg
Imbui sua arma corpo a corpo com energia elétrica conforme você a brande. Além de converter parte de seu dano físico em dano de raio, a energia acumulada é liberada da arma como projéteis conforme você ataca, voando adiante para atingir inimigos distantes. O projétil não pode errar se o ataque corpo a corpo atingir um alvo.
50% do Dano Físico Convertido em Dano de Raio
Causa 30% mais Dano de Ataque
Causa 20% mais Dano
Dispara 2 Projéteis adicionais
Dano Físico aumentado em 21%
action attack or cast time uses animation length [1]
show number of projectiles [1]
total projectile spread angle override [70]

Object Type

version 2
extends "Metadata/Monsters/Monster"

Actor
{
	main_hand_unarmed_type = "One_Hand_Mace"
}

Monster
{

}

Object Type Codes

version 2
extends "Metadata/Monsters/Monster"

Life
{
	on_death = "DisableSoundParameterDistance();"
}

SoundParameterDistance
{
parameter = "MusicVolume"
distance_start = 5.0
distance_end = 40.0
value_start = 40.0
value_end = 0.0
}
-- src\Data\Spectres.lua
minions["Metadata/Monsters/DemonFourLegged/BossFourLeggedDemonUniqueMap"] = {
    name = "Kruug, the Frayed",
    life = 40,
    fireResist = 40,
    coldResist = 40,
    lightningResist = 40,
    chaosResist = 25,
    damage = 3.74,
    damageSpread = 0.2,
    attackTime = 1.02,
    attackRange = 14,
    accuracy = 1,
    skillList = {
        "MeleeAtAnimationSpeedUnique",
        "MonsterLightningStrikeUnique",
    },
    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["MonsterLightningStrikeUnique"] = {
    name = "Lightning Strike",
    hidden = true,
    color = "1",
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    description = "Infuses your melee weapon with electrical energies as you swing. In addition to converting some of your physical damage to lightning damage, the stored energy is released from the weapon as projectiles as you strike, flying out to hit farther-away enemies. The projectiles cannot miss if the melee attack hit a target.",
    skillTypes = {
        [SkillType.Attack] = true,
        [SkillType.RangedAttack] = true,
        [SkillType.Projectile] = true,
        [SkillType.MeleeSingleTarget] = true,
        [SkillType.Multistrikeable] = true,
        [SkillType.Melee] = true,
        [SkillType.Lightning] = true,
        [SkillType.ProjectilesNotFromUser] = true,
    },
    statDescriptionScope = "skill_stat_descriptions",
    castTime = 1,
    baseFlags = {
        attack = true,
        melee = true,
        projectile = true,
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
        "physical_damage_+%",
        "skill_physical_damage_%_to_convert_to_lightning",
        "active_skill_attack_damage_+%_final",
        "number_of_additional_projectiles",
        "active_skill_damage_+%_final",
        "total_projectile_spread_angle_override",
        "action_attack_or_cast_time_uses_animation_length",
        "show_number_of_projectiles",
    },
    levels = {
        [1] = {7, 50, 30, 2, 20, 70, levelRequirement = 4, statInterpolation = {1},  cost = { }, },
        [2] = {14, 50, 30, 2, 20, 70, levelRequirement = 34, statInterpolation = {1},  cost = { }, },
        [3] = {21, 50, 30, 2, 20, 70, levelRequirement = 59, statInterpolation = {1},  cost = { }, },
    },
}
IdMonsterAuraSlowTotemDaemonUniqueMap1
FamilyDaemon
Domainsmonstro (3)
GenerationTypeÚnico (3)
Req. level1
Monstros concedem Experiência aumentada em 13100%
monster dropped item rarity +% [0]
IdMonsterHallowedGroundBoss
FamilyMonsterMapBoss
Domainsmonstro (3)
GenerationTypeÚnico (3)
Req. level1
Stats
  • monster slain experience +% Min: 13100 Max: 13100 Global
  • monster dropped item rarity +% Min: 0 Max: 0 Global
  • Edit

    Wikis Content is available under CC BY-NC-SA 3.0 unless otherwise noted.