Familier jaguar
Bête
monster no drops or experience [1]
Jaguar Familiar
SpectreY
Tagsbeast, Claw_onhit_audio, medium_movement, melee, not_int, physical_affinity, red_blood
Vie
144%
+30%
Évasion
+30%
Résistance
0 0 0 0
Damage
144%
Précision
100%
Attack Distance
5 ~ 14
Temps d'attaque
1.5 Second
Damage Spread
±20%
Expérience
115%
Model Size
100%
Type
VaalJaguarMinion
Metadata
VaalJaguarMinion
Niveau
68
Vie
11,170
3,137
Damage
336
Dégâts des sorts
336
Précision
2,464
Temps d'attaque
1.5
Expérience
32,929
Minion Life
9,979
Minion Damage
1,395
Minion Armour
4,585
MeleeAtAnimationSpeed
Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Melee, ProjectilesFromUser
Attaque de base
Base Damage: 269–403
Chances de Touche critique: 5%
Temps d'attaque: 1.5 sec.
action attack or cast time uses animation length [1]
projectile uses contact position [1]
skill can fire wand projectiles [1]
use scaled contact offset [1]
DTTVaalJaguarMinionLeap
Spell, Movement
Temps d'incantation: 1.266 sec.
Temps de recharge: 5 sec.
leap slam minimum distance [15]
spell maximum action distance +% [-50]
walk emerge extra distance [-10]
GAVaalJaguarMinionImpact
Triggerable, Attack
Base Damage: 269–403
Chances de Touche critique: 5%
Dégâts d'Attaque: 125%
Temps d'attaque: 1.5 sec.
25% Davantage de Dégâts d'Attaque
is area damage [1]

Object Type

version 2
extends "Metadata/Monsters/Monster"

Object Type Codes

version 2
extends "Metadata/Monsters/Monster"
-- src\Data\Spectres.lua
minions["Metadata/Monsters/VaalMonsters/Living/Minions/VaalJaguarMinion"] = {
    name = "Jaguar Familiar",
    life = 1.44,
    fireResist = 0,
    coldResist = 0,
    lightningResist = 0,
    chaosResist = 0,
    damage = 1.44,
    damageSpread = 0.2,
    attackTime = 1.5,
    attackRange = 14,
    accuracy = 1,
    skillList = {
        "MeleeAtAnimationSpeed",
        "GAVaalJaguarMinionImpact",
        "DTTVaalJaguarMinionLeap",
    },
    modList = {
    },
}
-- src\Data\Skills\spectre.lua
skills["MeleeAtAnimationSpeed"] = {
    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",
        "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["GAVaalJaguarMinionImpact"] = {
    name = "GAVaalJaguarMinionImpact",
    hidden = true,
    color = ,
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    skillTypes = {
        [SkillType.Triggerable] = true,
        [SkillType.Attack] = true,
    },
    statDescriptionScope = "skill_stat_descriptions",
    castTime = 1,
    baseFlags = {
        attack = true,
        area = true,
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
        "is_area_damage",
    },
    levels = {
        [1] = {baseMultiplier = 1.25, levelRequirement = 1, statInterpolation = {},  cost = { }, },
    },
}
-- src\Data\Skills\spectre.lua
skills["DTTVaalJaguarMinionLeap"] = {
    name = "DTTVaalJaguarMinionLeap",
    hidden = true,
    color = ,
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    skillTypes = {
        [SkillType.Spell] = true,
        [SkillType.Movement] = true,
    },
    statDescriptionScope = "skill_stat_descriptions",
    castTime = 1.266,
    baseFlags = {
        spell = true,
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
        "walk_emerge_extra_distance",
        "leap_slam_minimum_distance",
        "spell_maximum_action_distance_+%",
    },
    levels = {
        [1] = {-10, 15, -50, levelRequirement = 1, statInterpolation = {},  cost = { }, },
    },
}
monster no drops or experience [1]
FamilyMonsterNoDropsOrExperience
DomainsMonster (3)
GenerationTypeUnique (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.