狂想者烏魯拉特
野獸
monster no map drops [1]
Ululat, Maggot-Bearer
幽魂N
標籤animal_claw_weapon, beast, bone_armour, extra_small_height, fast_movement, has_one_hand_sword, has_one_handed_melee, insect, lightning_affinity, melee, not_int, not_str, physical_affinity, ranged, red_blood
生命
288%
閃避
+50%
異常狀態臨界值
288%
抗性
0 0 85 0
傷害
264%
命中
100%
暴擊率
+5%
暴擊加成
+130%
攻擊距離
5 ~ 7
攻擊間隔
0.99 秒
傷害分佈
±20%
經驗值
160%
Model Size
125%
類型
SandLeaperBossTalisman
Metadata
SandLeaperBossTalisman
等級
68
生命
18,528
護甲
28,790
閃避
7,109
能量護盾
0
傷害
986
法術傷害
986
命中
290
攻擊間隔
0.99
經驗值
16,408
異常狀態臨界值
18,528
冰緩
59
感電
59
易碎
331
焦灼
59
殘喘
162
MeleeAtAnimationSpeedUnique
攻擊, 範圍攻擊, 技能可幻影射手, 投射物, 近戰單一目標, 攻擊可重複, 近戰, 玩家投射物
普通攻擊
基本傷害: 789–1183
暴擊率: 5%
攻擊間隔: 0.99 秒
用強大的攻擊擊倒敵人。
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]
SandLeaperDodgeLeft
monster dodge distance [22]
SandLeaperDodgeRight
monster dodge direction [1]
monster dodge distance [22]
WhirlingLeapBloodworms
攻擊, 範圍, 近戰, 位移
迴旋躍擊
基本傷害: 789–1183
暴擊率: 5%
攻擊間隔: 0.99 秒
冷卻時間: 5 秒
50% 物理傷害轉換為閃電傷害
cast time overrides attack duration [1]
ignores proximity shield [1]
is area damage [1]
whirling leap bloodworms to spawn [6]
TalismanBossLightningStrike
攻擊, 範圍攻擊, 投射物, 近戰單一目標, 攻擊可重複, 近戰, 閃電, ProjectilesNotFromUser
閃電打擊
基本傷害: 789–1183
暴擊率: 5%
攻擊間隔: 0.99 秒
在你揮舞近戰武器時凝聚閃電之力。除了轉換一部分物理傷害為閃電傷害,儲存的能量會在你揮舞時從武器釋放投射物,襲擊遠方的敵人。若近戰攻擊擊中目標,投射物不能被躲避。
50% 物理傷害轉換為閃電傷害
發射 6 個額外投射物
25% 更少投射物傷害
show number of projectiles [0]
total projectile spread angle override [70]
TalismanBossCastGroundEffectCaustic
法術, 範圍, 傷害, 可觸發, 持續時間, 範圍法術
施放時間: 1 秒
冷卻時間: 3 秒
當你承受來自擊中總傷害 1 時,有 33% 機率觸發被輔助的法術
每秒造成 143.7 基本混沌傷害
+6 秒基礎持續時間
cast on damage taken also tracks dot [1]
TalismanBossCastGroundEffectTar
法術, 範圍, 傷害, 可觸發, 持續時間, 範圍法術
施放時間: 1 秒
冷卻時間: 3 秒
當你承受來自擊中總傷害 1 時,有 33% 機率觸發被輔助的法術
+6 秒基礎持續時間
減少 50% 移動速度
cast on damage taken also tracks dot [1]

Object Type

version 2
extends "Metadata/Monsters/Monster"

Actor
{
	basic_action = "ChangeToStance2"
	basic_action = "ChangeToStance1"
}

Object Type Codes

version 2
extends "Metadata/Monsters/Monster"
-- src\Data\Spectres.lua
minions["Metadata/Monsters/SandLeaper/SandLeaperBossTalisman"] = {
    name = "Ululat, Maggot-Bearer",
    life = 2.88,
    fireResist = 0,
    coldResist = 0,
    lightningResist = 85,
    chaosResist = 0,
    damage = 2.64,
    damageSpread = 0.2,
    attackTime = 0.99,
    attackRange = 7,
    accuracy = 1,
    weaponType1 = "One Hand Sword",
    skillList = {
        "MeleeAtAnimationSpeedUnique",
        "TalismanBossLightningStrike",
        "SandLeaperDodgeLeft",
        "SandLeaperDodgeRight",
        "WhirlingLeapBloodworms",
        "TalismanBossCastGroundEffectCaustic",
        "TalismanBossCastGroundEffectTar",
    },
    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["TalismanBossLightningStrike"] = {
    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 = {
        "show_number_of_projectiles",
        "skill_physical_damage_%_to_convert_to_lightning",
        "number_of_additional_projectiles",
        "active_skill_projectile_damage_+%_final",
        "total_projectile_spread_angle_override",
    },
    levels = {
        [1] = {0, 50, 6, -25, 70, levelRequirement = 4, statInterpolation = {1},  cost = { }, },
    },
}
-- src\Data\Skills\spectre.lua
skills["SandLeaperDodgeLeft"] = {
    name = "SandLeaperDodgeLeft",
    hidden = true,
    color = 4,
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    skillTypes = {
    },
    statDescriptionScope = "skill_stat_descriptions",
    castTime = 1,
    baseFlags = {
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
        "monster_dodge_distance",
    },
    levels = {
        [1] = {22, levelRequirement = 1, statInterpolation = {},  cost = { }, },
    },
}
-- src\Data\Skills\spectre.lua
skills["SandLeaperDodgeRight"] = {
    name = "SandLeaperDodgeRight",
    hidden = true,
    color = 4,
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    skillTypes = {
    },
    statDescriptionScope = "skill_stat_descriptions",
    castTime = 1,
    baseFlags = {
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
        "monster_dodge_direction",
        "monster_dodge_distance",
    },
    levels = {
        [1] = {1, 22, levelRequirement = 1, statInterpolation = {},  cost = { }, },
    },
}
-- src\Data\Skills\spectre.lua
skills["WhirlingLeapBloodworms"] = {
    name = "Whirling Leap",
    hidden = true,
    color = 4,
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    skillTypes = {
        [SkillType.Attack] = true,
        [SkillType.Area] = true,
        [SkillType.Melee] = true,
        [SkillType.Movement] = true,
    },
    statDescriptionScope = "skill_stat_descriptions",
    castTime = 1.73,
    baseFlags = {
        attack = true,
        area = true,
        melee = true,
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
        "skill_physical_damage_%_to_convert_to_lightning",
        "whirling_leap_bloodworms_to_spawn",
        "is_area_damage",
        "ignores_proximity_shield",
        "cast_time_overrides_attack_duration",
    },
    levels = {
        [1] = {50, 6, levelRequirement = 1, statInterpolation = {},  cost = { }, },
    },
}
-- src\Data\Skills\spectre.lua
skills["TalismanBossCastGroundEffectCaustic"] = {
    name = "TalismanBossCastGroundEffectCaustic",
    hidden = true,
    color = 4,
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    skillTypes = {
        [SkillType.Spell] = true,
        [SkillType.Area] = true,
        [SkillType.Damage] = true,
        [SkillType.Triggerable] = true,
        [SkillType.Duration] = true,
        [SkillType.AreaSpell] = true,
    },
    statDescriptionScope = "skill_stat_descriptions",
    castTime = 1,
    baseFlags = {
        area = true,
        spell = true,
        duration = true,
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
        "base_chaos_damage_to_deal_per_minute",
        "base_skill_effect_duration",
        "cast_on_damage_taken_%",
        "cast_on_damage_taken_threshold",
        "cast_on_damage_taken_also_tracks_dot",
    },
    levels = {
        [1] = {1, 6000, 33, 1, levelRequirement = 3, statInterpolation = {3},  cost = { }, },
    },
}
-- src\Data\Skills\spectre.lua
skills["TalismanBossCastGroundEffectTar"] = {
    name = "TalismanBossCastGroundEffectTar",
    hidden = true,
    color = 4,
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    skillTypes = {
        [SkillType.Spell] = true,
        [SkillType.Area] = true,
        [SkillType.Damage] = true,
        [SkillType.Triggerable] = true,
        [SkillType.Duration] = true,
        [SkillType.AreaSpell] = true,
    },
    statDescriptionScope = "skill_stat_descriptions",
    castTime = 1,
    baseFlags = {
        area = true,
        spell = true,
        duration = true,
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
        "base_skill_effect_duration",
        "cast_on_damage_taken_%",
        "cast_on_damage_taken_threshold",
        "base_movement_velocity_+%",
        "cast_on_damage_taken_also_tracks_dot",
    },
    levels = {
        [1] = {6000, 33, 1, -50, levelRequirement = 1, statInterpolation = {},  cost = { }, },
    },
}
monster no map drops [1]
IdMonsterNoMapDrops
FamilyMonsterNoMapDrops
Domains怪物 (3)
GenerationType傳奇 (3)
Req. level1
Stats
  • monster no map drops Min: 1 Max: 1 全域
  • Edit

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