Cão Infernal
Demônio
monster no drops or experience [1]
Infernal Hound
SpectreY
Tagsbeast, demon, medium_movement, not_int, red_blood, Unarmed_onhit_audio
Vida
88%
Evasão
+50%
Resistência
50 0 0 0
Damage
125%
Precisão
100%
Attack Distance
6 ~ 10
Tempo de Ataque
0.75 Second
Damage Spread
±30%
Experiência
100%
Model Size
105%
Type
HellhoundPlayerSummoned
Metadata
HellhoundPlayerSummoned
IsSummoned
Y
Nível
68
Vida
6,826
1,062
Damage
291
Dano Mágico
291
Precisão
2,464
Tempo de Ataque
0.75
Experiência
28,634
Minion Life
6,098
Minion Damage
1,211
Minion Armour
6,033
MinionMelee
Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Melee, ProjectilesFromUser
Ataque Básico
Base Damage: 204–379
Chance de Acerto Crítico: 5%
Tempo de Ataque: 0.75 seg
projectile uses contact position [1]
skill can fire wand projectiles [1]
use scaled contact offset [1]

Object Type

version 2
extends "Metadata/Monsters/PlayerFollowingMinionBase"

Object Type Codes

version 2
extends "Metadata/Monsters/PlayerFollowingMinionBase"

Life
{
	on_spawned_alive = "AddEffectPack( 'Metadata/Effects/Spells/ascendancy_classes/infernalist/hellhound/epk/scorching.epk' );"
	on_death = "RemoveEffectPack( 'Metadata/Effects/Spells/ascendancy_classes/infernalist/hellhound/epk/scorching.epk' );"
}
-- src\Data\Spectres.lua
minions["Metadata/Monsters/Hellhound/HellhoundPlayerSummoned"] = {
    name = "Infernal Hound",
    life = 0.88,
    fireResist = 0,
    coldResist = 0,
    lightningResist = 0,
    chaosResist = 0,
    damage = 1.25,
    damageSpread = 0.3,
    attackTime = 0.75,
    attackRange = 10,
    accuracy = 1,
    skillList = {
        "MinionMelee",
    },
    modList = {
    },
}
-- src\Data\Skills\spectre.lua
skills["MinionMelee"] = {
    name = "Basic Attack",
    hidden = true,
    color = ,
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    skillTypes = {
        [SkillType.Attack] = true,
        [SkillType.RangedAttack] = true,
        [SkillType.MirageArcherCanUse] = true,
        [SkillType.Projectile] = true,
        [SkillType.MeleeSingleTarget] = 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",
        "projectile_uses_contact_position",
        "use_scaled_contact_offset",
    },
    levels = {
        [1] = {levelRequirement = 1, statInterpolation = {},  cost = { }, },
    },
}
monster no drops or experience [1]
FamilyMonsterNoDropsOrExperience
DomainsMonster (3)
GenerationTypeunico (3)
Req. level1
Stats
  • monster no drops or experience Min: 1 Max: 1 Global
  • Edit

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