獻祭獵譜 /1 ⍟
名字Recipe
轉化物品: 重骰 1 個追憶固定詞綴
靈現之禿鷹
野獸
monster beyond portal chance +% final [-66]
monster hellscape charge +% [-66]
Vivid Vulture
幽魂Y
幽魂 取代Metadata/Monsters/LeagueHarvest/Green/HarvestVultureParasiteT3Spectre
標籤animal_claw_weapon, avian_beast, beast, extra_small_height, flesh_armour, flying, has_one_hand_sword, has_one_handed_melee, medium_movement, melee, physical_affinity, red_blood
生命
363%
異常狀態臨界值
363%
抗性
20 20 20 0
傷害
143%
命中
100%
暴擊率
+5%
暴擊加成
+130%
攻擊距離
4 ~ 12
攻擊間隔
0.96 秒
傷害分佈
±20%
經驗值
110%
Model Size
150%
類型
HarvestVultureParasite
Metadata
HarvestVultureParasiteT3
等級
68
生命
23,353
護甲
28,790
閃避
4,739
能量護盾
0
傷害
534
法術傷害
534
命中
290
攻擊間隔
0.96
經驗值
11,281
異常狀態臨界值
23,353
冰緩
74
感電
74
易碎
418
焦灼
74
殘喘
204
MeleeAtAnimationSpeed
攻擊, 範圍攻擊, 技能可幻影射手, 投射物, 近戰單一目標, 攻擊可重複, 近戰, 玩家投射物
普通攻擊
基本傷害: 427–641
暴擊率: 5%
攻擊間隔: 0.96 秒
用強大的攻擊擊倒敵人。
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]
GAHarvestVultureCleave
可觸發, 攻擊
基本傷害: 427–641
暴擊率: 5%
攻擊傷害: 220%
攻擊間隔: 0.96 秒
冷卻時間: 4 秒
造成 120% 更多攻擊傷害
cast time overrides attack duration [1]
is area damage [1]
DTTHarvestVultureLeapSlam
法術, 位移
施放時間: 2 秒
冷卻時間: 7 秒
walk emerge extra distance [-5]
GAHarvestVultureLeapSlam
可觸發, 攻擊
基本傷害: 427–641
暴擊率: 5%
攻擊傷害: 160%
攻擊間隔: 0.96 秒
造成 60% 更多攻擊傷害
is area damage [1]
SSMHarvestVultureParasite
法術, 法術可重複, 可觸發
施放時間: 1 秒
alternate minion [507]
number of generic limited minions allowed [20]
number of monsters to summon [1]
summon specific monsters radius +% [-99]
summoned monsters are minions [1]
summoned monsters no drops or experience [1]
GTHarvestVultureSummonParasiteSwarm
可觸發, 法術
施放時間: 1.333 秒
冷卻時間: 12 秒
HarvestVultureCausticGroundOnSummon
法術, 範圍, 傷害, 可觸發, 持續時間, 範圍法術
施放時間: 1 秒
每秒造成 451.8 基本混沌傷害
+6 秒基礎持續時間
active skill area of effect radius +% final [50]
ground caustic art variation [8]
EASHarvestEmerge
法術
施放時間: 1 秒

Object Type

version 2
extends "Metadata/Monsters/LeagueHarvest/Green/HarvestGreenBase"

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

Life
{
	corpse_sink_delay_ms = 1700
}

Object Type Codes

version 2
extends "Metadata/Monsters/LeagueHarvest/Green/HarvestGreenBase"

Life
{
	on_death = "Call( Vines900 );"
}

Preload
{
	preload_animated_object = "Metadata/Effects/Spells/monsters_effects/LeagueHarvest/harvest_monsters/scale/Vulture/liftoff.ao"
}
-- src\Data\Spectres.lua
minions["Metadata/Monsters/LeagueHarvest/Green/HarvestVultureParasiteT3"] = {
    name = "Vivid Vulture",
    life = 3.63,
    fireResist = 20,
    coldResist = 20,
    lightningResist = 20,
    chaosResist = 0,
    damage = 1.43,
    damageSpread = 0.2,
    attackTime = 0.96,
    attackRange = 12,
    accuracy = 1,
    skillList = {
        "MeleeAtAnimationSpeed",
        "SSMHarvestVultureParasite",
        "HarvestVultureCausticGroundOnSummon",
        "GAHarvestVultureCleave",
        "GAHarvestVultureLeapSlam",
        "EASHarvestEmerge",
        "GTHarvestVultureSummonParasiteSwarm",
        "DTTHarvestVultureLeapSlam",
    },
    modList = {
    },
}
-- src\Data\Skills\spectre.lua
skills["MeleeAtAnimationSpeed"] = {
    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["SSMHarvestVultureParasite"] = {
    name = "SSMHarvestVultureParasite",
    hidden = true,
    color = 4,
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    skillTypes = {
        [SkillType.Spell] = true,
        [SkillType.Multicastable] = true,
        [SkillType.Triggerable] = true,
    },
    statDescriptionScope = "skill_stat_descriptions",
    castTime = 1,
    baseFlags = {
        spell = true,
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
        "number_of_monsters_to_summon",
        "alternate_minion",
        "summon_specific_monsters_radius_+%",
        "number_of_generic_limited_minions_allowed",
        "summoned_monsters_are_minions",
        "summoned_monsters_no_drops_or_experience",
    },
    levels = {
        [1] = {1, 507, -99, 20, levelRequirement = 0, statInterpolation = {},  cost = { }, },
    },
}
-- src\Data\Skills\spectre.lua
skills["HarvestVultureCausticGroundOnSummon"] = {
    name = "HarvestVultureCausticGroundOnSummon",
    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",
        "ground_caustic_art_variation",
        "base_skill_effect_duration",
        "active_skill_area_of_effect_radius_+%_final",
    },
    levels = {
        [1] = {3, 8, 6000, 50, levelRequirement = 1, statInterpolation = {3},  cost = { }, },
        [2] = {2.7999999523163, 8, 6000, 50, levelRequirement = 56, statInterpolation = {3},  cost = { }, },
        [3] = {2.0999999046326, 8, 6000, 50, levelRequirement = 75, statInterpolation = {3},  cost = { }, },
    },
}
-- src\Data\Skills\spectre.lua
skills["GAHarvestVultureCleave"] = {
    name = "GAHarvestVultureCleave",
    hidden = true,
    color = 4,
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    skillTypes = {
        [SkillType.Triggerable] = true,
        [SkillType.Attack] = true,
    },
    statDescriptionScope = "skill_stat_descriptions",
    castTime = 2.7,
    baseFlags = {
        attack = true,
        area = true,
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
        "is_area_damage",
        "cast_time_overrides_attack_duration",
    },
    levels = {
        [1] = {baseMultiplier = 2.2, levelRequirement = 1, statInterpolation = {},  cost = { }, },
    },
}
-- src\Data\Skills\spectre.lua
skills["GAHarvestVultureLeapSlam"] = {
    name = "GAHarvestVultureLeapSlam",
    hidden = true,
    color = 4,
    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.6, levelRequirement = 1, statInterpolation = {},  cost = { }, },
    },
}
-- src\Data\Skills\spectre.lua
skills["EASHarvestEmerge"] = {
    name = "EASHarvestEmerge",
    hidden = true,
    color = 4,
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    skillTypes = {
        [SkillType.Spell] = true,
    },
    statDescriptionScope = "skill_stat_descriptions",
    castTime = 1,
    baseFlags = {
        spell = true,
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
    },
    levels = {
        [1] = {levelRequirement = 0, statInterpolation = {},  cost = { }, },
    },
}
-- src\Data\Skills\spectre.lua
skills["GTHarvestVultureSummonParasiteSwarm"] = {
    name = "GTHarvestVultureSummonParasiteSwarm",
    hidden = true,
    color = 4,
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    skillTypes = {
        [SkillType.Triggerable] = true,
        [SkillType.Spell] = true,
    },
    statDescriptionScope = "skill_stat_descriptions",
    castTime = 1.333,
    baseFlags = {
        spell = true,
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
    },
    levels = {
        [1] = {levelRequirement = 0, statInterpolation = {},  cost = { }, },
    },
}
-- src\Data\Skills\spectre.lua
skills["DTTHarvestVultureLeapSlam"] = {
    name = "DTTHarvestVultureLeapSlam",
    hidden = true,
    color = 4,
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    skillTypes = {
        [SkillType.Spell] = true,
        [SkillType.Movement] = true,
    },
    statDescriptionScope = "skill_stat_descriptions",
    castTime = 2,
    baseFlags = {
        spell = true,
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
        "walk_emerge_extra_distance",
    },
    levels = {
        [1] = {-5, levelRequirement = 0, statInterpolation = {},  cost = { }, },
    },
}
monster beyond portal chance +% final [-66]
monster hellscape charge +% [-66]
IdBreachReducedBeyondPortalChance
FamilyBeyondPortalChance
Domains怪物 (3)
GenerationType傳奇 (3)
Req. level1
Stats
  • monster hellscape charge +% Min: -66 Max: -66 全域
  • monster beyond portal chance +% final Min: -66 Max: -66 全域
  • 靈現之禿鷹
    野獸
    種類: 狂猿
    屬類: 飛禽動物
    科類: 飛沙
    monster beyond portal chance +% final [-66]
    monster hellscape charge +% [-66]
    Vivid Vulture
    幽魂Y
    標籤animal_claw_weapon, avian_beast, beast, extra_small_height, flesh_armour, flying, has_one_hand_sword, has_one_handed_melee, medium_movement, melee, physical_affinity, red_blood
    Packs
  • 靈現之禿鷹, 靈現之水蛭
  • 生命
    363%
    異常狀態臨界值
    363%
    抗性
    20 20 20 0
    傷害
    143%
    命中
    100%
    暴擊率
    +5%
    暴擊加成
    +130%
    攻擊距離
    4 ~ 12
    攻擊間隔
    0.96 秒
    傷害分佈
    ±20%
    經驗值
    110%
    Model Size
    150%
    類型
    HarvestVultureParasite
    Metadata
    HarvestVultureParasiteT3MemoryLine
    等級
    68
    生命
    23,353
    護甲
    28,790
    閃避
    4,739
    能量護盾
    0
    傷害
    534
    法術傷害
    534
    命中
    290
    攻擊間隔
    0.96
    經驗值
    11,281
    異常狀態臨界值
    23,353
    冰緩
    74
    感電
    74
    易碎
    418
    焦灼
    74
    殘喘
    204
    MeleeAtAnimationSpeed
    攻擊, 範圍攻擊, 技能可幻影射手, 投射物, 近戰單一目標, 攻擊可重複, 近戰, 玩家投射物
    普通攻擊
    基本傷害: 427–641
    暴擊率: 5%
    攻擊間隔: 0.96 秒
    用強大的攻擊擊倒敵人。
    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]
    GAHarvestVultureCleave
    可觸發, 攻擊
    基本傷害: 427–641
    暴擊率: 5%
    攻擊傷害: 220%
    攻擊間隔: 0.96 秒
    冷卻時間: 4 秒
    造成 120% 更多攻擊傷害
    cast time overrides attack duration [1]
    is area damage [1]
    DTTHarvestVultureLeapSlam
    法術, 位移
    施放時間: 2 秒
    冷卻時間: 7 秒
    walk emerge extra distance [-5]
    GAHarvestVultureLeapSlam
    可觸發, 攻擊
    基本傷害: 427–641
    暴擊率: 5%
    攻擊傷害: 160%
    攻擊間隔: 0.96 秒
    造成 60% 更多攻擊傷害
    is area damage [1]
    SSMHarvestVultureParasite
    法術, 法術可重複, 可觸發
    施放時間: 1 秒
    alternate minion [507]
    number of generic limited minions allowed [20]
    number of monsters to summon [1]
    summon specific monsters radius +% [-99]
    summoned monsters are minions [1]
    summoned monsters no drops or experience [1]
    GTHarvestVultureSummonParasiteSwarm
    可觸發, 法術
    施放時間: 1.333 秒
    冷卻時間: 12 秒
    HarvestVultureCausticGroundOnSummon
    法術, 範圍, 傷害, 可觸發, 持續時間, 範圍法術
    施放時間: 1 秒
    每秒造成 451.8 基本混沌傷害
    +6 秒基礎持續時間
    active skill area of effect radius +% final [50]
    ground caustic art variation [8]
    EASHarvestEmerge
    法術
    施放時間: 1 秒
    WalkEmergeBestiaryHellion
    walk emerge distance [450]

    Object Type

    version 2
    extends "Metadata/Monsters/LeagueHarvest/Green/HarvestGreenBaseMemoryLine"
    extends "Metadata/Monsters/LeagueBestiary/BestiaryMonsterWalkEmergeRareMemoryLine"
    
    Actor
    {
    	main_hand_unarmed_type = "One_Hand_Sword"
    	basic_action = "ChangeToStance2"
    	basic_action = "ChangeToStance1"
    }

    Object Type Codes

    version 2
    extends "Metadata/Monsters/LeagueHarvest/Green/HarvestGreenBaseMemoryLine"
    extends "Metadata/Monsters/LeagueBestiary/BestiaryMonsterWalkEmergeRareMemoryLine"
    
    Preload
    {
    	preload_animated_object = "Metadata/Effects/Spells/monsters_effects/LeagueHarvest/harvest_monsters/scale/Vulture/liftoff.ao"
    }
    -- src\Data\Spectres.lua
    minions["Metadata/Monsters/LeagueHarvest/Green/HarvestVultureParasiteT3MemoryLine"] = {
        name = "Vivid Vulture",
        life = 3.63,
        fireResist = 20,
        coldResist = 20,
        lightningResist = 20,
        chaosResist = 0,
        damage = 1.43,
        damageSpread = 0.2,
        attackTime = 0.96,
        attackRange = 12,
        accuracy = 1,
        skillList = {
            "MeleeAtAnimationSpeed",
            "SSMHarvestVultureParasite",
            "HarvestVultureCausticGroundOnSummon",
            "GAHarvestVultureCleave",
            "GAHarvestVultureLeapSlam",
            "EASHarvestEmerge",
            "WalkEmergeBestiaryHellion",
            "GTHarvestVultureSummonParasiteSwarm",
            "DTTHarvestVultureLeapSlam",
        },
        modList = {
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["MeleeAtAnimationSpeed"] = {
        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["SSMHarvestVultureParasite"] = {
        name = "SSMHarvestVultureParasite",
        hidden = true,
        color = 4,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Spell] = true,
            [SkillType.Multicastable] = true,
            [SkillType.Triggerable] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            spell = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "number_of_monsters_to_summon",
            "alternate_minion",
            "summon_specific_monsters_radius_+%",
            "number_of_generic_limited_minions_allowed",
            "summoned_monsters_are_minions",
            "summoned_monsters_no_drops_or_experience",
        },
        levels = {
            [1] = {1, 507, -99, 20, levelRequirement = 0, statInterpolation = {},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["HarvestVultureCausticGroundOnSummon"] = {
        name = "HarvestVultureCausticGroundOnSummon",
        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",
            "ground_caustic_art_variation",
            "base_skill_effect_duration",
            "active_skill_area_of_effect_radius_+%_final",
        },
        levels = {
            [1] = {3, 8, 6000, 50, levelRequirement = 1, statInterpolation = {3},  cost = { }, },
            [2] = {2.7999999523163, 8, 6000, 50, levelRequirement = 56, statInterpolation = {3},  cost = { }, },
            [3] = {2.0999999046326, 8, 6000, 50, levelRequirement = 75, statInterpolation = {3},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["GAHarvestVultureCleave"] = {
        name = "GAHarvestVultureCleave",
        hidden = true,
        color = 4,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Triggerable] = true,
            [SkillType.Attack] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 2.7,
        baseFlags = {
            attack = true,
            area = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "is_area_damage",
            "cast_time_overrides_attack_duration",
        },
        levels = {
            [1] = {baseMultiplier = 2.2, levelRequirement = 1, statInterpolation = {},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["GAHarvestVultureLeapSlam"] = {
        name = "GAHarvestVultureLeapSlam",
        hidden = true,
        color = 4,
        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.6, levelRequirement = 1, statInterpolation = {},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["EASHarvestEmerge"] = {
        name = "EASHarvestEmerge",
        hidden = true,
        color = 4,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Spell] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            spell = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
        },
        levels = {
            [1] = {levelRequirement = 0, statInterpolation = {},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["WalkEmergeBestiaryHellion"] = {
        name = "WalkEmergeBestiaryHellion",
        hidden = true,
        color = 4,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1.5,
        baseFlags = {
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "walk_emerge_distance",
        },
        levels = {
            [1] = {450, levelRequirement = 1, statInterpolation = {},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["GTHarvestVultureSummonParasiteSwarm"] = {
        name = "GTHarvestVultureSummonParasiteSwarm",
        hidden = true,
        color = 4,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Triggerable] = true,
            [SkillType.Spell] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1.333,
        baseFlags = {
            spell = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
        },
        levels = {
            [1] = {levelRequirement = 0, statInterpolation = {},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["DTTHarvestVultureLeapSlam"] = {
        name = "DTTHarvestVultureLeapSlam",
        hidden = true,
        color = 4,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Spell] = true,
            [SkillType.Movement] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 2,
        baseFlags = {
            spell = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "walk_emerge_extra_distance",
        },
        levels = {
            [1] = {-5, levelRequirement = 0, statInterpolation = {},  cost = { }, },
        },
    }
    
    monster beyond portal chance +% final [-66]
    monster hellscape charge +% [-66]
    IdBreachReducedBeyondPortalChance
    FamilyBeyondPortalChance
    Domains怪物 (3)
    GenerationType傳奇 (3)
    Req. level1
    Stats
  • monster hellscape charge +% Min: -66 Max: -66 全域
  • monster beyond portal chance +% final Min: -66 Max: -66 全域
  • 靈現之禿鷹
    野獸
    monster beyond portal chance +% final [-66]
    monster hellscape charge +% [-66]
    Vivid Vulture
    幽魂Y
    標籤animal_claw_weapon, avian_beast, beast, flesh_armour, flying, has_one_hand_sword, has_one_handed_melee, medium_movement, melee, physical_affinity, red_blood
    生命
    363%
    異常狀態臨界值
    363%
    抗性
    20 20 20 0
    傷害
    143%
    命中
    100%
    暴擊率
    +5%
    暴擊加成
    +130%
    攻擊距離
    4 ~ 12
    攻擊間隔
    0.96 秒
    傷害分佈
    ±20%
    經驗值
    110%
    Model Size
    150%
    類型
    HarvestVultureParasite
    Metadata
    HarvestVultureParasiteT3Spectre
    等級
    68
    生命
    23,353
    護甲
    28,790
    閃避
    4,739
    能量護盾
    0
    傷害
    534
    法術傷害
    534
    命中
    290
    攻擊間隔
    0.96
    經驗值
    11,281
    異常狀態臨界值
    23,353
    冰緩
    74
    感電
    74
    易碎
    418
    焦灼
    74
    殘喘
    204
    MeleeAtAnimationSpeed
    攻擊, 範圍攻擊, 技能可幻影射手, 投射物, 近戰單一目標, 攻擊可重複, 近戰, 玩家投射物
    普通攻擊
    基本傷害: 427–641
    暴擊率: 5%
    攻擊間隔: 0.96 秒
    用強大的攻擊擊倒敵人。
    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]
    GAHarvestVultureCleave
    可觸發, 攻擊
    基本傷害: 427–641
    暴擊率: 5%
    攻擊傷害: 220%
    攻擊間隔: 0.96 秒
    冷卻時間: 4 秒
    造成 120% 更多攻擊傷害
    cast time overrides attack duration [1]
    is area damage [1]
    DTTHarvestVultureLeapSlam
    法術, 位移
    施放時間: 2 秒
    冷卻時間: 7 秒
    walk emerge extra distance [-5]
    GAHarvestVultureLeapSlam
    可觸發, 攻擊
    基本傷害: 427–641
    暴擊率: 5%
    攻擊傷害: 160%
    攻擊間隔: 0.96 秒
    造成 60% 更多攻擊傷害
    is area damage [1]
    SSMHarvestVultureParasite
    法術, 法術可重複, 可觸發
    施放時間: 1 秒
    alternate minion [507]
    number of generic limited minions allowed [20]
    number of monsters to summon [1]
    summon specific monsters radius +% [-99]
    summoned monsters are minions [1]
    summoned monsters no drops or experience [1]
    GTHarvestVultureSummonParasiteSwarm
    可觸發, 法術
    施放時間: 1.333 秒
    冷卻時間: 12 秒
    HarvestVultureCausticGroundOnSummon
    法術, 範圍, 傷害, 可觸發, 持續時間, 範圍法術
    施放時間: 1 秒
    每秒造成 451.8 基本混沌傷害
    +6 秒基礎持續時間
    active skill area of effect radius +% final [50]
    ground caustic art variation [8]
    EASHarvestEmerge
    法術
    施放時間: 1 秒

    Object Type

    version 2
    extends "Metadata/Monsters/LeagueHarvest/Green/HarvestGreenBaseSpectre"
    
    Actor
    {
    	main_hand_unarmed_type = "One_Hand_Sword"
    	basic_action = "ChangeToStance2"
    	basic_action = "ChangeToStance1"
    }

    Object Type Codes

    version 2
    extends "Metadata/Monsters/LeagueHarvest/Green/HarvestGreenBaseSpectre"
    
    Preload
    {
    	preload_animated_object = "Metadata/Effects/Spells/monsters_effects/LeagueHarvest/harvest_monsters/scale/Vulture/liftoff.ao"
    }
    -- src\Data\Spectres.lua
    minions["Metadata/Monsters/LeagueHarvest/Green/HarvestVultureParasiteT3Spectre"] = {
        name = "Vivid Vulture",
        life = 3.63,
        fireResist = 20,
        coldResist = 20,
        lightningResist = 20,
        chaosResist = 0,
        damage = 1.43,
        damageSpread = 0.2,
        attackTime = 0.96,
        attackRange = 12,
        accuracy = 1,
        skillList = {
            "MeleeAtAnimationSpeed",
            "SSMHarvestVultureParasite",
            "HarvestVultureCausticGroundOnSummon",
            "GAHarvestVultureCleave",
            "GAHarvestVultureLeapSlam",
            "EASHarvestEmerge",
            "GTHarvestVultureSummonParasiteSwarm",
            "DTTHarvestVultureLeapSlam",
        },
        modList = {
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["MeleeAtAnimationSpeed"] = {
        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["SSMHarvestVultureParasite"] = {
        name = "SSMHarvestVultureParasite",
        hidden = true,
        color = 4,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Spell] = true,
            [SkillType.Multicastable] = true,
            [SkillType.Triggerable] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            spell = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "number_of_monsters_to_summon",
            "alternate_minion",
            "summon_specific_monsters_radius_+%",
            "number_of_generic_limited_minions_allowed",
            "summoned_monsters_are_minions",
            "summoned_monsters_no_drops_or_experience",
        },
        levels = {
            [1] = {1, 507, -99, 20, levelRequirement = 0, statInterpolation = {},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["HarvestVultureCausticGroundOnSummon"] = {
        name = "HarvestVultureCausticGroundOnSummon",
        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",
            "ground_caustic_art_variation",
            "base_skill_effect_duration",
            "active_skill_area_of_effect_radius_+%_final",
        },
        levels = {
            [1] = {3, 8, 6000, 50, levelRequirement = 1, statInterpolation = {3},  cost = { }, },
            [2] = {2.7999999523163, 8, 6000, 50, levelRequirement = 56, statInterpolation = {3},  cost = { }, },
            [3] = {2.0999999046326, 8, 6000, 50, levelRequirement = 75, statInterpolation = {3},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["GAHarvestVultureCleave"] = {
        name = "GAHarvestVultureCleave",
        hidden = true,
        color = 4,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Triggerable] = true,
            [SkillType.Attack] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 2.7,
        baseFlags = {
            attack = true,
            area = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "is_area_damage",
            "cast_time_overrides_attack_duration",
        },
        levels = {
            [1] = {baseMultiplier = 2.2, levelRequirement = 1, statInterpolation = {},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["GAHarvestVultureLeapSlam"] = {
        name = "GAHarvestVultureLeapSlam",
        hidden = true,
        color = 4,
        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.6, levelRequirement = 1, statInterpolation = {},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["EASHarvestEmerge"] = {
        name = "EASHarvestEmerge",
        hidden = true,
        color = 4,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Spell] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            spell = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
        },
        levels = {
            [1] = {levelRequirement = 0, statInterpolation = {},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["GTHarvestVultureSummonParasiteSwarm"] = {
        name = "GTHarvestVultureSummonParasiteSwarm",
        hidden = true,
        color = 4,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Triggerable] = true,
            [SkillType.Spell] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1.333,
        baseFlags = {
            spell = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
        },
        levels = {
            [1] = {levelRequirement = 0, statInterpolation = {},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["DTTHarvestVultureLeapSlam"] = {
        name = "DTTHarvestVultureLeapSlam",
        hidden = true,
        color = 4,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Spell] = true,
            [SkillType.Movement] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 2,
        baseFlags = {
            spell = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "walk_emerge_extra_distance",
        },
        levels = {
            [1] = {-5, levelRequirement = 0, statInterpolation = {},  cost = { }, },
        },
    }
    
    monster beyond portal chance +% final [-66]
    monster hellscape charge +% [-66]
    IdBreachReducedBeyondPortalChance
    FamilyBeyondPortalChance
    Domains怪物 (3)
    GenerationType傳奇 (3)
    Req. level1
    Stats
  • monster hellscape charge +% Min: -66 Max: -66 全域
  • monster beyond portal chance +% final Min: -66 Max: -66 全域
  • Edit

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