自然之回音
野獸
種類: 羊人
屬類: 靈長動物
科類: 獸性
獲得 25% 物理傷害的閃電傷害
Echo of the Verdant
幽魂N
標籤animal_claw_weapon, beast, flesh_armour, is_unarmed, mammal_beast, medium_movement, melee, not_int, not_str, physical_affinity, primate_beast, ranged, red_blood, small_height
Packs
  • 自然之回音, 自然之回音, 自然之回音
  • 生命
    78%
    閃避
    +15%
    異常狀態臨界值
    78%
    抗性
    40 0 0 0
    傷害
    78%
    命中
    100%
    暴擊率
    +5%
    暴擊加成
    +130%
    攻擊距離
    6 ~ 7
    攻擊間隔
    1.005 秒
    傷害分佈
    ±20%
    經驗值
    65%
    Model Size
    100%
    類型
    BloodMonkey
    Metadata
    ProphecyMonkey
    等級
    68
    生命
    5,018
    護甲
    28,790
    閃避
    5,450
    能量護盾
    0
    傷害
    291
    法術傷害
    291
    命中
    290
    攻擊間隔
    1.005
    經驗值
    6,666
    異常狀態臨界值
    5,018
    冰緩
    16
    感電
    16
    易碎
    90
    焦灼
    16
    殘喘
    44
    MeleeAtAnimationSpeed
    攻擊, 範圍攻擊, 技能可幻影射手, 投射物, 近戰單一目標, 攻擊可重複, 近戰, 玩家投射物
    普通攻擊
    基本傷害: 233–350
    暴擊率: 5%
    攻擊間隔: 1.005 秒
    用強大的攻擊擊倒敵人。
    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]
    ScavengerThrow
    攻擊, 範圍攻擊, 技能可幻影射手, 投射物, 玩家投射物, 傷害, 可觸發
    基本傷害: 233–350
    暴擊率: 5%
    攻擊間隔: 1.005 秒
    減少 40% 物理傷害
    增加 50% 投射物速度
    base is projectile [1]
    projectile uses contact position [1]
    spell maximum action distance +% [-30]
    use scaled contact offset [1]

    Object Type

    version 2
    extends "Metadata/Monsters/Monkeys/Monkey"
    
    MinimapIcon 
    {
    	icon = "MissionTarget" 
    }

    Object Type Codes

    version 2
    extends "Metadata/Monsters/Monkeys/Monkey"
    
    Life
    {
    	on_spawned_alive = "AddEffectPack( Metadata/Effects/Spells/monsters_effects/prophecy_league/elemental_outlines/lightning.epk );"
    	on_death = "RemoveEffectPack( Metadata/Effects/Spells/monsters_effects/prophecy_league/elemental_outlines/lightning.epk ); HideMinimapIcon();"
    	on_spawned_dead = "HideMinimapIcon();"
    }
    -- src\Data\Spectres.lua
    minions["Metadata/Monsters/Monkeys/ProphecyMonkey"] = {
        name = "Echo of the Verdant",
        life = 0.78,
        fireResist = 40,
        coldResist = 0,
        lightningResist = 0,
        chaosResist = 0,
        damage = 0.78,
        damageSpread = 0.2,
        attackTime = 1.005,
        attackRange = 7,
        accuracy = 1,
        skillList = {
            "MeleeAtAnimationSpeed",
            "ScavengerThrow",
        },
        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["ScavengerThrow"] = {
        name = "ScavengerThrow",
        hidden = true,
        color = 4,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Attack] = true,
            [SkillType.RangedAttack] = true,
            [SkillType.MirageArcherCanUse] = true,
            [SkillType.Projectile] = true,
            [SkillType.ProjectilesFromUser] = true,
            [SkillType.Damage] = true,
            [SkillType.Triggerable] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1.5,
        baseFlags = {
            attack = true,
            projectile = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "physical_damage_+%",
            "spell_maximum_action_distance_+%",
            "base_projectile_speed_+%",
            "base_is_projectile",
            "projectile_uses_contact_position",
            "use_scaled_contact_offset",
        },
        levels = {
            [1] = {-40, -30, 50, levelRequirement = 1, statInterpolation = {},  cost = { }, },
        },
    }
    
    獲得 25% 物理傷害的閃電傷害
    IdMonsterImplicitLightning1
    FamilyLightningDamageAsPortionOfDamage
    Domains怪物 (3)
    GenerationType傳奇 (3)
    Req. level1
    Stats
  • physical damage % to add as lightning Min: 25 Max: 25 全域
  • Craft Tagsphysical_damage elemental_damage damage physical elemental lightning
    自然之回音
    野獸
    種類: 恐喙鳥
    屬類: 爬行動物
    科類: 飛沙
    30% 物理傷害轉換為混沌傷害
    獲得 25% 物理傷害的閃電傷害
    增加 1000% 護甲
    stance movement speed +% final [100]
    Echo of the Verdant
    幽魂N
    標籤beast, extra_extra_small_height, has_dagger, has_one_handed_melee, light_armour, medium_movement, melee, not_int, physical_affinity, ranged, red_blood, reptile_beast
    Packs
  • 自然之回音, 自然之回音, 自然之回音
  • 自然之回音, 自然之回音, 自然之回音
  • 生命
    94%
    護甲
    +15%
    閃避
    +15%
    異常狀態臨界值
    94%
    抗性
    30 0 0 30
    傷害
    100%
    命中
    100%
    暴擊率
    +5%
    暴擊加成
    +130%
    攻擊距離
    6 ~ 8
    攻擊間隔
    1.095 秒
    傷害分佈
    ±20%
    經驗值
    125%
    Model Size
    100%
    類型
    Snake
    Metadata
    ProphecySnake
    等級
    68
    生命
    6,047
    護甲
    33,109
    閃避
    5,450
    能量護盾
    0
    傷害
    374
    法術傷害
    374
    命中
    290
    攻擊間隔
    1.095
    經驗值
    12,819
    異常狀態臨界值
    6,047
    冰緩
    19
    感電
    19
    易碎
    108
    焦灼
    19
    殘喘
    53
    MeleeAtAnimationSpeed
    攻擊, 範圍攻擊, 技能可幻影射手, 投射物, 近戰單一目標, 攻擊可重複, 近戰, 玩家投射物
    普通攻擊
    基本傷害: 299–448
    暴擊率: 5%
    攻擊間隔: 1.095 秒
    用強大的攻擊擊倒敵人。
    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]
    SnakeProjectile
    攻擊, 範圍攻擊, 技能可幻影射手, 投射物, 玩家投射物, 傷害, 可觸發
    基本傷害: 299–448
    暴擊率: 5%
    攻擊間隔: 1.095 秒
    base is projectile [1]
    monster projectile variation [1]
    spell maximum action distance +% [-60]

    Object Type

    version 2
    extends "Metadata/Monsters/Snake/Snake"
    
    MinimapIcon
    {
    	icon = "MissionTarget" 
    }
    
    Life
    {
    	corpse_usable = false
    }

    Object Type Codes

    version 2
    extends "Metadata/Monsters/Snake/Snake"
    
    Life
    {
    	on_spawned_alive = "AddEffectPack( Metadata/Effects/Spells/monsters_effects/prophecy_league/elemental_outlines/lightning.epk );"
    	on_death = "HideMinimapIcon(); RemoveEffectPack( Metadata/Effects/Spells/monsters_effects/prophecy_league/elemental_outlines/lightning.epk );"
    	on_spawned_dead = "HideMinimapIcon();"
    }
    -- src\Data\Spectres.lua
    minions["Metadata/Monsters/Snake/ProphecySnake"] = {
        name = "Echo of the Verdant",
        life = 0.94,
        fireResist = 30,
        coldResist = 0,
        lightningResist = 0,
        chaosResist = 30,
        damage = 1,
        damageSpread = 0.2,
        attackTime = 1.095,
        attackRange = 8,
        accuracy = 1,
        skillList = {
            "MeleeAtAnimationSpeed",
            "SnakeProjectile",
        },
        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["SnakeProjectile"] = {
        name = "SnakeProjectile",
        hidden = true,
        color = 4,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Attack] = true,
            [SkillType.RangedAttack] = true,
            [SkillType.MirageArcherCanUse] = true,
            [SkillType.Projectile] = true,
            [SkillType.ProjectilesFromUser] = true,
            [SkillType.Damage] = true,
            [SkillType.Triggerable] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            attack = true,
            projectile = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "monster_projectile_variation",
            "spell_maximum_action_distance_+%",
            "base_is_projectile",
        },
        levels = {
            [1] = {1, -60, levelRequirement = 1, statInterpolation = {},  cost = { }, },
        },
    }
    
    30% 物理傷害轉換為混沌傷害
    IdMonsterSnakeChaos
    FamilyChaosDamageAsPortionOfDamage
    Domains怪物 (3)
    GenerationType傳奇 (3)
    Req. level1
    Stats
  • base physical damage % to convert to chaos Min: 30 Max: 30 全域
  • Craft Tagsphysical_damage chaos_damage damage physical chaos
    獲得 25% 物理傷害的閃電傷害
    IdMonsterImplicitLightning1
    FamilyLightningDamageAsPortionOfDamage
    Domains怪物 (3)
    GenerationType傳奇 (3)
    Req. level1
    Stats
  • physical damage % to add as lightning Min: 25 Max: 25 全域
  • Craft Tagsphysical_damage elemental_damage damage physical elemental lightning
    IdNothing
    FamilyNothing
    Domains怪物 (3)
    GenerationType傳奇 (3)
    Req. level1
    增加 1000% 護甲
    stance movement speed +% final [100]
    IdStanceSnakeSlither
    FamilyStance
    Domains怪物 (3)
    GenerationType傳奇 (3)
    Req. level1
    Stats
  • stance movement speed +% final Min: 100 Max: 100 全域
  • physical damage reduction rating +% Min: 1000 Max: 1000 全域
  • Craft Tagsdefences armour speed
    自然之回音
    野獸
    30% 物理傷害轉換為混沌傷害
    獲得 25% 物理傷害的閃電傷害
    增加 1000% 護甲
    stance movement speed +% final [100]
    Echo of the Verdant
    幽魂N
    標籤beast, has_dagger, has_one_handed_melee, light_armour, medium_movement, melee, not_int, physical_affinity, ranged, red_blood, reptile_beast
    生命
    94%
    護甲
    +15%
    閃避
    +15%
    異常狀態臨界值
    94%
    抗性
    30 0 0 30
    傷害
    100%
    命中
    100%
    暴擊率
    +5%
    暴擊加成
    +130%
    攻擊距離
    6 ~ 8
    攻擊間隔
    1.095 秒
    傷害分佈
    ±20%
    經驗值
    125%
    Model Size
    100%
    類型
    Snake
    Metadata
    ProphecySnakeStandalone
    等級
    68
    生命
    6,047
    護甲
    33,109
    閃避
    5,450
    能量護盾
    0
    傷害
    374
    法術傷害
    374
    命中
    290
    攻擊間隔
    1.095
    經驗值
    12,819
    異常狀態臨界值
    6,047
    冰緩
    19
    感電
    19
    易碎
    108
    焦灼
    19
    殘喘
    53
    MeleeAtAnimationSpeed
    攻擊, 範圍攻擊, 技能可幻影射手, 投射物, 近戰單一目標, 攻擊可重複, 近戰, 玩家投射物
    普通攻擊
    基本傷害: 299–448
    暴擊率: 5%
    攻擊間隔: 1.095 秒
    用強大的攻擊擊倒敵人。
    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]
    SnakeProjectile
    攻擊, 範圍攻擊, 技能可幻影射手, 投射物, 玩家投射物, 傷害, 可觸發
    基本傷害: 299–448
    暴擊率: 5%
    攻擊間隔: 1.095 秒
    base is projectile [1]
    monster projectile variation [1]
    spell maximum action distance +% [-60]

    Object Type

    version 2
    extends "Metadata/Monsters/Snake/Snake"

    Object Type Codes

    version 2
    extends "Metadata/Monsters/Snake/Snake"
    
    Life
    {
    	on_spawned_alive = "AddEffectPack( Metadata/Effects/Spells/monsters_effects/prophecy_league/elemental_outlines/lightning.epk );"
    	on_death = "RemoveEffectPack( Metadata/Effects/Spells/monsters_effects/prophecy_league/elemental_outlines/lightning.epk );"
    }
    -- src\Data\Spectres.lua
    minions["Metadata/Monsters/Snake/ProphecySnakeStandalone"] = {
        name = "Echo of the Verdant",
        life = 0.94,
        fireResist = 30,
        coldResist = 0,
        lightningResist = 0,
        chaosResist = 30,
        damage = 1,
        damageSpread = 0.2,
        attackTime = 1.095,
        attackRange = 8,
        accuracy = 1,
        skillList = {
            "MeleeAtAnimationSpeed",
            "SnakeProjectile",
        },
        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["SnakeProjectile"] = {
        name = "SnakeProjectile",
        hidden = true,
        color = 4,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Attack] = true,
            [SkillType.RangedAttack] = true,
            [SkillType.MirageArcherCanUse] = true,
            [SkillType.Projectile] = true,
            [SkillType.ProjectilesFromUser] = true,
            [SkillType.Damage] = true,
            [SkillType.Triggerable] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            attack = true,
            projectile = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "monster_projectile_variation",
            "spell_maximum_action_distance_+%",
            "base_is_projectile",
        },
        levels = {
            [1] = {1, -60, levelRequirement = 1, statInterpolation = {},  cost = { }, },
        },
    }
    
    30% 物理傷害轉換為混沌傷害
    IdMonsterSnakeChaos
    FamilyChaosDamageAsPortionOfDamage
    Domains怪物 (3)
    GenerationType傳奇 (3)
    Req. level1
    Stats
  • base physical damage % to convert to chaos Min: 30 Max: 30 全域
  • Craft Tagsphysical_damage chaos_damage damage physical chaos
    獲得 25% 物理傷害的閃電傷害
    IdMonsterImplicitLightning1
    FamilyLightningDamageAsPortionOfDamage
    Domains怪物 (3)
    GenerationType傳奇 (3)
    Req. level1
    Stats
  • physical damage % to add as lightning Min: 25 Max: 25 全域
  • Craft Tagsphysical_damage elemental_damage damage physical elemental lightning
    IdNothing
    FamilyNothing
    Domains怪物 (3)
    GenerationType傳奇 (3)
    Req. level1
    增加 1000% 護甲
    stance movement speed +% final [100]
    IdStanceSnakeSlither
    FamilyStance
    Domains怪物 (3)
    GenerationType傳奇 (3)
    Req. level1
    Stats
  • stance movement speed +% final Min: 100 Max: 100 全域
  • physical damage reduction rating +% Min: 1000 Max: 1000 全域
  • Craft Tagsdefences armour speed
    自然之回音
    野獸
    種類: 海妖
    屬類: 蜘蛛
    科類: 洞窟
    獲得 25% 物理傷害的閃電傷害
    Echo of the Verdant
    幽魂N
    標籤animal_claw_weapon, beast, chaos_affinity, extra_small_height, flesh_armour, has_dagger, has_one_handed_melee, insect_blood, melee, physical_affinity, slow_movement, spider
    Packs
  • 自然之回音, 自然之回音, 自然之回音
  • 生命
    100%
    異常狀態臨界值
    100%
    抗性
    0 0 40 0
    傷害
    144%
    命中
    100%
    暴擊率
    +5%
    暴擊加成
    +130%
    攻擊距離
    3 ~ 12
    攻擊間隔
    0.945 秒
    傷害分佈
    ±20%
    經驗值
    100%
    Model Size
    100%
    類型
    Spider
    Metadata
    ProphecySpider
    等級
    68
    生命
    6,433
    護甲
    28,790
    閃避
    4,739
    能量護盾
    0
    傷害
    538
    法術傷害
    538
    命中
    290
    攻擊間隔
    0.945
    經驗值
    10,255
    異常狀態臨界值
    6,433
    冰緩
    20
    感電
    20
    易碎
    115
    焦灼
    20
    殘喘
    56
    MeleeAtAnimationSpeed
    攻擊, 範圍攻擊, 技能可幻影射手, 投射物, 近戰單一目標, 攻擊可重複, 近戰, 玩家投射物
    普通攻擊
    基本傷害: 430–645
    暴擊率: 5%
    攻擊間隔: 0.945 秒
    用強大的攻擊擊倒敵人。
    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]
    MonsterViperStrike
    攻擊, 持續時間, 攻擊可重複, 近戰, 近戰單一目標, DoT, 混沌
    毒蛇打擊
    基本傷害: 430–645
    暴擊率: 5%
    攻擊間隔: 0.945 秒
    對敵人進行攻擊,轉化你部分的物理傷害為混沌傷害並造成中毒,該中毒受到技能持續時間影響。雙持時,會使用兩把武器打擊。限定爪、匕首與劍。
    +4 秒基礎持續時間
    獲得等同你 10% 物理傷害的額外混沌傷害
    擊中使敵人中毒
    poison duration is skill duration [1]
    visual hit effect chaos is green [1]

    Object Type

    version 2
    extends "Metadata/Monsters/Monster"
    
    Actor
    {
    	basic_action = "Emerge"
    	basic_action = "Emerge2"
    	main_hand_unarmed_type = "Dagger"
    }
    
    MinimapIcon
    {
    	icon = "MissionTarget" 
    }
    
    Life
    {
    	corpse_usable = false
    }

    Object Type Codes

    version 2
    extends "Metadata/Monsters/Monster"
    
    Life
    {
    	on_spawned_alive = "AddEffectPack( Metadata/Effects/Spells/monsters_effects/prophecy_league/elemental_outlines/lightning.epk );"
    	on_death = "HideMinimapIcon(); RemoveEffectPack( Metadata/Effects/Spells/monsters_effects/prophecy_league/elemental_outlines/lightning.epk );"
    	on_spawned_dead = "HideMinimapIcon();"
    }
    -- src\Data\Spectres.lua
    minions["Metadata/Monsters/Spiders/ProphecySpider"] = {
        name = "Echo of the Verdant",
        life = 1,
        fireResist = 0,
        coldResist = 0,
        lightningResist = 40,
        chaosResist = 0,
        damage = 1.44,
        damageSpread = 0.2,
        attackTime = 0.945,
        attackRange = 12,
        accuracy = 1,
        skillList = {
            "MeleeAtAnimationSpeed",
            "MonsterViperStrike",
        },
        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["MonsterViperStrike"] = {
        name = "Viper Strike",
        hidden = true,
        color = 4,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        description = "Hits enemies, converting some of your physical damage to chaos damage and inflicting poison which will be affected by modifiers to skill duration. If dual wielding, will strike with both weapons. Requires a claw, dagger or sword.",
        skillTypes = {
            [SkillType.Attack] = true,
            [SkillType.Duration] = true,
            [SkillType.Multistrikeable] = true,
            [SkillType.Melee] = true,
            [SkillType.MeleeSingleTarget] = true,
            [SkillType.DamageOverTime] = true,
            [SkillType.Chaos] = true,
        },
        statDescriptionScope = "debuff_skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            attack = true,
            melee = true,
            duration = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "physical_damage_%_to_add_as_chaos",
            "base_chance_to_poison_on_hit_%",
            "base_skill_effect_duration",
            "poison_duration_is_skill_duration",
            "visual_hit_effect_chaos_is_green",
        },
        levels = {
            [1] = {10, 100, 4000, levelRequirement = 4, statInterpolation = {},  cost = { }, },
        },
    }
    
    獲得 25% 物理傷害的閃電傷害
    IdMonsterImplicitLightning1
    FamilyLightningDamageAsPortionOfDamage
    Domains怪物 (3)
    GenerationType傳奇 (3)
    Req. level1
    Stats
  • physical damage % to add as lightning Min: 25 Max: 25 全域
  • Craft Tagsphysical_damage elemental_damage damage physical elemental lightning
    自然之回音
    野獸
    獲得 25% 物理傷害的閃電傷害
    Echo of the Verdant
    幽魂N
    標籤animal_claw_weapon, beast, chaos_affinity, flesh_armour, has_dagger, has_one_handed_melee, insect_blood, melee, physical_affinity, slow_movement, spider
    生命
    100%
    異常狀態臨界值
    100%
    抗性
    0 0 40 0
    傷害
    144%
    命中
    100%
    暴擊率
    +5%
    暴擊加成
    +130%
    攻擊距離
    3 ~ 12
    攻擊間隔
    0.945 秒
    傷害分佈
    ±20%
    經驗值
    100%
    Model Size
    100%
    類型
    Spider
    Metadata
    ProphecySpiderStandalone
    等級
    68
    生命
    6,433
    護甲
    28,790
    閃避
    4,739
    能量護盾
    0
    傷害
    538
    法術傷害
    538
    命中
    290
    攻擊間隔
    0.945
    經驗值
    10,255
    異常狀態臨界值
    6,433
    冰緩
    20
    感電
    20
    易碎
    115
    焦灼
    20
    殘喘
    56
    MeleeAtAnimationSpeed
    攻擊, 範圍攻擊, 技能可幻影射手, 投射物, 近戰單一目標, 攻擊可重複, 近戰, 玩家投射物
    普通攻擊
    基本傷害: 430–645
    暴擊率: 5%
    攻擊間隔: 0.945 秒
    用強大的攻擊擊倒敵人。
    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]
    MonsterViperStrike
    攻擊, 持續時間, 攻擊可重複, 近戰, 近戰單一目標, DoT, 混沌
    毒蛇打擊
    基本傷害: 430–645
    暴擊率: 5%
    攻擊間隔: 0.945 秒
    對敵人進行攻擊,轉化你部分的物理傷害為混沌傷害並造成中毒,該中毒受到技能持續時間影響。雙持時,會使用兩把武器打擊。限定爪、匕首與劍。
    +4 秒基礎持續時間
    獲得等同你 10% 物理傷害的額外混沌傷害
    擊中使敵人中毒
    poison duration is skill duration [1]
    visual hit effect chaos is green [1]

    Object Type

    version 2
    extends "Metadata/Monsters/Monster"
    
    Actor
    {
    	main_hand_unarmed_type = "Dagger"
    }

    Object Type Codes

    version 2
    extends "Metadata/Monsters/Monster"
    
    Life
    {
    	on_spawned_alive = "AddEffectPack( Metadata/Effects/Spells/monsters_effects/prophecy_league/elemental_outlines/lightning.epk );"
    	on_death = "RemoveEffectPack( Metadata/Effects/Spells/monsters_effects/prophecy_league/elemental_outlines/lightning.epk );"
    }
    -- src\Data\Spectres.lua
    minions["Metadata/Monsters/Spiders/ProphecySpiderStandalone"] = {
        name = "Echo of the Verdant",
        life = 1,
        fireResist = 0,
        coldResist = 0,
        lightningResist = 40,
        chaosResist = 0,
        damage = 1.44,
        damageSpread = 0.2,
        attackTime = 0.945,
        attackRange = 12,
        accuracy = 1,
        skillList = {
            "MeleeAtAnimationSpeed",
            "MonsterViperStrike",
        },
        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["MonsterViperStrike"] = {
        name = "Viper Strike",
        hidden = true,
        color = 4,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        description = "Hits enemies, converting some of your physical damage to chaos damage and inflicting poison which will be affected by modifiers to skill duration. If dual wielding, will strike with both weapons. Requires a claw, dagger or sword.",
        skillTypes = {
            [SkillType.Attack] = true,
            [SkillType.Duration] = true,
            [SkillType.Multistrikeable] = true,
            [SkillType.Melee] = true,
            [SkillType.MeleeSingleTarget] = true,
            [SkillType.DamageOverTime] = true,
            [SkillType.Chaos] = true,
        },
        statDescriptionScope = "debuff_skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            attack = true,
            melee = true,
            duration = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "physical_damage_%_to_add_as_chaos",
            "base_chance_to_poison_on_hit_%",
            "base_skill_effect_duration",
            "poison_duration_is_skill_duration",
            "visual_hit_effect_chaos_is_green",
        },
        levels = {
            [1] = {10, 100, 4000, levelRequirement = 4, statInterpolation = {},  cost = { }, },
        },
    }
    
    獲得 25% 物理傷害的閃電傷害
    IdMonsterImplicitLightning1
    FamilyLightningDamageAsPortionOfDamage
    Domains怪物 (3)
    GenerationType傳奇 (3)
    Req. level1
    Stats
  • physical damage % to add as lightning Min: 25 Max: 25 全域
  • Craft Tagsphysical_damage elemental_damage damage physical elemental lightning
    自然之回音
    野獸
    種類: 噴砂爪蟹
    屬類: 昆蟲
    科類: 洞窟
    80% 物理傷害轉換為閃電傷害
    獲得 25% 物理傷害的閃電傷害
    Echo of the Verdant
    幽魂Y
    標籤animal_claw_weapon, beast, bone_armour, extra_extra_small_height, insect, is_unarmed, medium_movement, melee, not_int, not_str, physical_affinity, red_blood
    Packs
  • 自然之回音, 自然之回音, 自然之回音
  • 生命
    101%
    閃避
    +50%
    異常狀態臨界值
    101%
    抗性
    0 0 40 0
    傷害
    146%
    命中
    100%
    暴擊率
    +5%
    暴擊加成
    +130%
    攻擊距離
    5 ~ 7
    攻擊間隔
    0.99 秒
    傷害分佈
    ±20%
    經驗值
    75%
    Model Size
    100%
    類型
    SandLeaper
    Metadata
    ProphecySandLeaper
    等級
    68
    生命
    6,498
    護甲
    28,790
    閃避
    7,109
    能量護盾
    0
    傷害
    545
    法術傷害
    545
    命中
    290
    攻擊間隔
    0.99
    經驗值
    7,691
    異常狀態臨界值
    6,498
    冰緩
    21
    感電
    21
    易碎
    116
    焦灼
    21
    殘喘
    57
    MeleeAtAnimationSpeed
    攻擊, 範圍攻擊, 技能可幻影射手, 投射物, 近戰單一目標, 攻擊可重複, 近戰, 玩家投射物
    普通攻擊
    基本傷害: 436–654
    暴擊率: 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]

    Object Type

    version 2
    extends "Metadata/Monsters/SandLeaper/SandLeaper"
    
    MinimapIcon
    {
    	icon = "MissionTarget" 
    }
    
    Life
    {
    	corpse_usable = false
    }

    Object Type Codes

    version 2
    extends "Metadata/Monsters/SandLeaper/SandLeaper"
    
    Life
    {
    	on_spawned_alive = "AddEffectPack( Metadata/Effects/Spells/monsters_effects/prophecy_league/elemental_outlines/lightning.epk );"
    	on_death = "HideMinimapIcon(); RemoveEffectPack( Metadata/Effects/Spells/monsters_effects/prophecy_league/elemental_outlines/lightning.epk );"
    	on_spawned_dead = "HideMinimapIcon();"
    }
    -- src\Data\Spectres.lua
    minions["Metadata/Monsters/SandLeaper/ProphecySandLeaper"] = {
        name = "Echo of the Verdant",
        life = 1.01,
        fireResist = 0,
        coldResist = 0,
        lightningResist = 40,
        chaosResist = 0,
        damage = 1.46,
        damageSpread = 0.2,
        attackTime = 0.99,
        attackRange = 7,
        accuracy = 1,
        skillList = {
            "MeleeAtAnimationSpeed",
            "SandLeaperDodgeLeft",
            "SandLeaperDodgeRight",
        },
        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["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 = { }, },
        },
    }
    
    80% 物理傷害轉換為閃電傷害
    IdMonsterConvertToLightningDamage1
    FamilyLightningDamageAsPortionOfDamage
    Domains怪物 (3)
    GenerationType傳奇 (3)
    Req. level1
    Stats
  • base physical damage % to convert to lightning Min: 80 Max: 80 全域
  • Craft Tagsphysical_damage elemental_damage damage physical elemental lightning
    獲得 25% 物理傷害的閃電傷害
    IdMonsterImplicitLightning1
    FamilyLightningDamageAsPortionOfDamage
    Domains怪物 (3)
    GenerationType傳奇 (3)
    Req. level1
    Stats
  • physical damage % to add as lightning Min: 25 Max: 25 全域
  • Craft Tagsphysical_damage elemental_damage damage physical elemental lightning
    自然之回音
    野獸
    80% 物理傷害轉換為閃電傷害
    獲得 25% 物理傷害的閃電傷害
    Echo of the Verdant
    幽魂Y
    標籤animal_claw_weapon, beast, bone_armour, insect, is_unarmed, medium_movement, melee, not_int, not_str, physical_affinity, red_blood
    生命
    101%
    閃避
    +50%
    異常狀態臨界值
    101%
    抗性
    0 0 40 0
    傷害
    146%
    命中
    100%
    暴擊率
    +5%
    暴擊加成
    +130%
    攻擊距離
    5 ~ 7
    攻擊間隔
    0.99 秒
    傷害分佈
    ±20%
    經驗值
    75%
    Model Size
    100%
    類型
    SandLeaper
    Metadata
    ProphecySandLeaperStandalone
    等級
    68
    生命
    6,498
    護甲
    28,790
    閃避
    7,109
    能量護盾
    0
    傷害
    545
    法術傷害
    545
    命中
    290
    攻擊間隔
    0.99
    經驗值
    7,691
    異常狀態臨界值
    6,498
    冰緩
    21
    感電
    21
    易碎
    116
    焦灼
    21
    殘喘
    57
    MeleeAtAnimationSpeed
    攻擊, 範圍攻擊, 技能可幻影射手, 投射物, 近戰單一目標, 攻擊可重複, 近戰, 玩家投射物
    普通攻擊
    基本傷害: 436–654
    暴擊率: 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]

    Object Type

    version 2
    extends "Metadata/Monsters/SandLeaper/SandLeaper"

    Object Type Codes

    version 2
    extends "Metadata/Monsters/SandLeaper/SandLeaper"
    
    Life
    {
    	on_spawned_alive = "AddEffectPack( Metadata/Effects/Spells/monsters_effects/prophecy_league/elemental_outlines/lightning.epk );"
    	on_death = "RemoveEffectPack( Metadata/Effects/Spells/monsters_effects/prophecy_league/elemental_outlines/lightning.epk );"
    }
    -- src\Data\Spectres.lua
    minions["Metadata/Monsters/SandLeaper/ProphecySandLeaperStandalone"] = {
        name = "Echo of the Verdant",
        life = 1.01,
        fireResist = 0,
        coldResist = 0,
        lightningResist = 40,
        chaosResist = 0,
        damage = 1.46,
        damageSpread = 0.2,
        attackTime = 0.99,
        attackRange = 7,
        accuracy = 1,
        skillList = {
            "MeleeAtAnimationSpeed",
            "SandLeaperDodgeLeft",
            "SandLeaperDodgeRight",
        },
        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["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 = { }, },
        },
    }
    
    80% 物理傷害轉換為閃電傷害
    IdMonsterConvertToLightningDamage1
    FamilyLightningDamageAsPortionOfDamage
    Domains怪物 (3)
    GenerationType傳奇 (3)
    Req. level1
    Stats
  • base physical damage % to convert to lightning Min: 80 Max: 80 全域
  • Craft Tagsphysical_damage elemental_damage damage physical elemental lightning
    獲得 25% 物理傷害的閃電傷害
    IdMonsterImplicitLightning1
    FamilyLightningDamageAsPortionOfDamage
    Domains怪物 (3)
    GenerationType傳奇 (3)
    Req. level1
    Stats
  • physical damage % to add as lightning Min: 25 Max: 25 全域
  • Craft Tagsphysical_damage elemental_damage damage physical elemental lightning
    自然之回音
    野獸
    種類: 狂猿
    屬類: 飛禽動物
    科類: 飛沙
    獲得 25% 物理傷害的閃電傷害
    stance movement speed +% final [112]
    Echo of the Verdant
    幽魂Y
    標籤avian_beast, beast, extra_small_height, flesh_armour, flying, has_one_hand_sword, has_one_handed_melee, melee, physical_affinity, puncturing_weapon, red_blood, slow_movement
    Packs
  • 自然之回音, 自然之回音, 自然之回音
  • 生命
    132%
    異常狀態臨界值
    132%
    抗性
    0 30 0 30
    傷害
    182%
    命中
    100%
    暴擊率
    +5%
    暴擊加成
    +130%
    攻擊距離
    6 ~ 9
    攻擊間隔
    1.5 秒
    傷害分佈
    ±20%
    經驗值
    110%
    Model Size
    100%
    類型
    VultureParasite
    Metadata
    ProphecyVultureParasite
    等級
    68
    生命
    8,492
    護甲
    28,790
    閃避
    4,739
    能量護盾
    0
    傷害
    680
    法術傷害
    680
    命中
    290
    攻擊間隔
    1.5
    經驗值
    11,281
    異常狀態臨界值
    8,492
    冰緩
    27
    感電
    27
    易碎
    152
    焦灼
    27
    殘喘
    74
    MeleeAtAnimationSpeed
    攻擊, 範圍攻擊, 技能可幻影射手, 投射物, 近戰單一目標, 攻擊可重複, 近戰, 玩家投射物
    普通攻擊
    基本傷害: 544–816
    暴擊率: 5%
    攻擊間隔: 1.5 秒
    用強大的攻擊擊倒敵人。
    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]
    DanceOnCorpse
    可指定不可用屍體
    冷卻時間: 30 秒
    disable skill repeats [1]
    MonsterLeapSlamVulture
    攻擊, 範圍, 近戰, 攻擊可重複, 位移, 快行, Slam, 圖騰技能
    躍擊
    基本傷害: 544–816
    暴擊率: 5%
    攻擊間隔: 1.5 秒
    冷卻時間: 4 秒
    朝著目標區域躍起,並在落地時以你的武器重擊(並擊退一些)範圍內的敵人。被踩到的敵人將會被推出去。限定一把斧、錘、劍或是長杖。
    造成 65% 更少傷害
    cast time overrides attack duration [1]
    is area damage [1]
    VultureWait
    冷卻時間: 5 秒
    +0.3 秒基礎持續時間
    VultureWait2
    冷卻時間: 5 秒
    +0.8 秒基礎持續時間

    Object Type

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

    Object Type Codes

    version 2
    extends "Metadata/Monsters/Monster"
    Render
    {
         //turn_duration = 0.4
    }
    
    -- src\Data\Spectres.lua
    minions["Metadata/Monsters/VultureParasite/ProphecyVultureParasite"] = {
        name = "Echo of the Verdant",
        life = 1.32,
        fireResist = 0,
        coldResist = 30,
        lightningResist = 0,
        chaosResist = 30,
        damage = 1.82,
        damageSpread = 0.2,
        attackTime = 1.5,
        attackRange = 9,
        accuracy = 1,
        skillList = {
            "MeleeAtAnimationSpeed",
            "MonsterLeapSlamVulture",
            "DanceOnCorpse",
            "VultureWait",
            "VultureWait2",
        },
        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["MonsterLeapSlamVulture"] = {
        name = "Leap Slam",
        hidden = true,
        color = 4,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        description = "Jump into the air, damaging enemies (and knocking back some) with your weapon where you land. Enemies you would land on are pushed out of the way. Requires an axe, mace, sword or staff.",
        skillTypes = {
            [SkillType.Attack] = true,
            [SkillType.Area] = true,
            [SkillType.Melee] = true,
            [SkillType.Multistrikeable] = true,
            [SkillType.Movement] = true,
            [SkillType.Travel] = true,
            [SkillType.Slam] = true,
            [SkillType.Totemable] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1.4,
        baseFlags = {
            attack = true,
            area = true,
            melee = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "active_skill_damage_+%_final",
            "is_area_damage",
            "cast_time_overrides_attack_duration",
        },
        levels = {
            [1] = {-65, levelRequirement = 33, statInterpolation = {},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["DanceOnCorpse"] = {
        name = "DanceOnCorpse",
        hidden = true,
        color = 4,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.CanTargetUnusableCorpse] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "disable_skill_repeats",
        },
        levels = {
            [1] = {levelRequirement = 0, statInterpolation = {},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["VultureWait"] = {
        name = "VultureWait",
        hidden = true,
        color = 4,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "base_skill_effect_duration",
        },
        levels = {
            [1] = {300, levelRequirement = 0, statInterpolation = {},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["VultureWait2"] = {
        name = "VultureWait2",
        hidden = true,
        color = 4,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "base_skill_effect_duration",
        },
        levels = {
            [1] = {800, levelRequirement = 0, statInterpolation = {},  cost = { }, },
        },
    }
    
    獲得 25% 物理傷害的閃電傷害
    IdMonsterImplicitLightning1
    FamilyLightningDamageAsPortionOfDamage
    Domains怪物 (3)
    GenerationType傳奇 (3)
    Req. level1
    Stats
  • physical damage % to add as lightning Min: 25 Max: 25 全域
  • Craft Tagsphysical_damage elemental_damage damage physical elemental lightning
    IdNothing
    FamilyNothing
    Domains怪物 (3)
    GenerationType傳奇 (3)
    Req. level1
    stance movement speed +% final [112]
    IdStanceBanditRun
    FamilyStance
    Domains怪物 (3)
    GenerationType傳奇 (3)
    Req. level1
    Stats
  • stance movement speed +% final Min: 112 Max: 112 全域
  • Craft Tagsspeed
    Edit

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