ภาพสะท้อนเขียวขจี
สัตว์ร้าย
สกุล: Goatman
กลุ่ม: Primate
นำความเสียหาย กายภาพ 25% ไปเสริมเป็น สายฟ้า
Echo of the Verdant
SpectreN
Tagsanimal_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%
    Ailment Threshold
    78%
    ค่าต้านทาน
    40 0 0 0
    Damage
    78%
    ความแม่นยำ
    100%
    โอกาสคริติคอล
    +5%
    ตัวคูณคริติคอล
    +130%
    Attack Distance
    6 ~ 7
    Attack Time
    1.005 Second
    Damage Spread
    ±20%
    ค่าประสบการณ์
    65%
    Model Size
    100%
    Type
    BloodMonkey
    Metadata
    ProphecyMonkey
    เลเวล
    68
    พลังชีวิต
    5,018
    เกราะ
    28,790
    การหลบหลีก
    5,450
    โล่พลังงาน
    0
    Damage
    291
    ความเสียหายเวท
    291
    ความแม่นยำ
    290
    Attack Time
    1.005
    ค่าประสบการณ์
    6,666
    Ailment Threshold
    5,018
    Chill
    16
    Shock
    16
    Brittle
    90
    Scorch
    16
    Sap
    44
    MeleeAtAnimationSpeed
    Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Multistrikeable, Melee, ProjectilesFromUser
    โจมตีธรรมดา (Default Attack)
    Base Damage: 233–350
    โอกาสคริติคอล: 5%
    Attack Time: 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
    Attack, RangedAttack, MirageArcherCanUse, Projectile, ProjectilesFromUser, Damage, Triggerable
    Base Damage: 233–350
    โอกาสคริติคอล: 5%
    Attack Time: 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
    DomainsMonster (3)
    GenerationTypeยูนิค (3)
    Req. level1
    Stats
  • physical damage % to add as lightning Min: 25 Max: 25 Global
  • Craft Tagsphysical_damage elemental_damage damage physical elemental lightning
    ภาพสะท้อนเขียวขจี
    สัตว์ร้าย
    สกุล: Rhoa
    กลุ่ม: Reptile
    แปลงความเสียหาย กายภาพ 30% เป็น เคออส
    นำความเสียหาย กายภาพ 25% ไปเสริมเป็น สายฟ้า
    เพิ่มค่าเกราะ 1000%
    stance movement speed +% final [100]
    Echo of the Verdant
    SpectreN
    Tagsbeast, 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%
    Ailment Threshold
    94%
    ค่าต้านทาน
    30 0 0 30
    Damage
    100%
    ความแม่นยำ
    100%
    โอกาสคริติคอล
    +5%
    ตัวคูณคริติคอล
    +130%
    Attack Distance
    6 ~ 8
    Attack Time
    1.095 Second
    Damage Spread
    ±20%
    ค่าประสบการณ์
    125%
    Model Size
    100%
    Type
    Snake
    Metadata
    ProphecySnake
    เลเวล
    68
    พลังชีวิต
    6,047
    เกราะ
    33,109
    การหลบหลีก
    5,450
    โล่พลังงาน
    0
    Damage
    374
    ความเสียหายเวท
    374
    ความแม่นยำ
    290
    Attack Time
    1.095
    ค่าประสบการณ์
    12,819
    Ailment Threshold
    6,047
    Chill
    19
    Shock
    19
    Brittle
    108
    Scorch
    19
    Sap
    53
    MeleeAtAnimationSpeed
    Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Multistrikeable, Melee, ProjectilesFromUser
    โจมตีธรรมดา (Default Attack)
    Base Damage: 299–448
    โอกาสคริติคอล: 5%
    Attack Time: 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
    Attack, RangedAttack, MirageArcherCanUse, Projectile, ProjectilesFromUser, Damage, Triggerable
    Base Damage: 299–448
    โอกาสคริติคอล: 5%
    Attack Time: 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
    DomainsMonster (3)
    GenerationTypeยูนิค (3)
    Req. level1
    Stats
  • base physical damage % to convert to chaos Min: 30 Max: 30 Global
  • Craft Tagsphysical_damage chaos_damage damage physical chaos
    นำความเสียหาย กายภาพ 25% ไปเสริมเป็น สายฟ้า
    IdMonsterImplicitLightning1
    FamilyLightningDamageAsPortionOfDamage
    DomainsMonster (3)
    GenerationTypeยูนิค (3)
    Req. level1
    Stats
  • physical damage % to add as lightning Min: 25 Max: 25 Global
  • Craft Tagsphysical_damage elemental_damage damage physical elemental lightning
    IdNothing
    FamilyNothing
    DomainsMonster (3)
    GenerationTypeยูนิค (3)
    Req. level1
    เพิ่มค่าเกราะ 1000%
    stance movement speed +% final [100]
    IdStanceSnakeSlither
    FamilyStance
    DomainsMonster (3)
    GenerationTypeยูนิค (3)
    Req. level1
    Stats
  • stance movement speed +% final Min: 100 Max: 100 Global
  • physical damage reduction rating +% Min: 1000 Max: 1000 Global
  • Craft Tagsdefences armour speed
    ภาพสะท้อนเขียวขจี
    สัตว์ร้าย
    แปลงความเสียหาย กายภาพ 30% เป็น เคออส
    นำความเสียหาย กายภาพ 25% ไปเสริมเป็น สายฟ้า
    เพิ่มค่าเกราะ 1000%
    stance movement speed +% final [100]
    Echo of the Verdant
    SpectreN
    Tagsbeast, has_dagger, has_one_handed_melee, light_armour, medium_movement, melee, not_int, physical_affinity, ranged, red_blood, reptile_beast
    พลังชีวิต
    94%
    เกราะ
    +15%
    การหลบหลีก
    +15%
    Ailment Threshold
    94%
    ค่าต้านทาน
    30 0 0 30
    Damage
    100%
    ความแม่นยำ
    100%
    โอกาสคริติคอล
    +5%
    ตัวคูณคริติคอล
    +130%
    Attack Distance
    6 ~ 8
    Attack Time
    1.095 Second
    Damage Spread
    ±20%
    ค่าประสบการณ์
    125%
    Model Size
    100%
    Type
    Snake
    Metadata
    ProphecySnakeStandalone
    เลเวล
    68
    พลังชีวิต
    6,047
    เกราะ
    33,109
    การหลบหลีก
    5,450
    โล่พลังงาน
    0
    Damage
    374
    ความเสียหายเวท
    374
    ความแม่นยำ
    290
    Attack Time
    1.095
    ค่าประสบการณ์
    12,819
    Ailment Threshold
    6,047
    Chill
    19
    Shock
    19
    Brittle
    108
    Scorch
    19
    Sap
    53
    MeleeAtAnimationSpeed
    Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Multistrikeable, Melee, ProjectilesFromUser
    โจมตีธรรมดา (Default Attack)
    Base Damage: 299–448
    โอกาสคริติคอล: 5%
    Attack Time: 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
    Attack, RangedAttack, MirageArcherCanUse, Projectile, ProjectilesFromUser, Damage, Triggerable
    Base Damage: 299–448
    โอกาสคริติคอล: 5%
    Attack Time: 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
    DomainsMonster (3)
    GenerationTypeยูนิค (3)
    Req. level1
    Stats
  • base physical damage % to convert to chaos Min: 30 Max: 30 Global
  • Craft Tagsphysical_damage chaos_damage damage physical chaos
    นำความเสียหาย กายภาพ 25% ไปเสริมเป็น สายฟ้า
    IdMonsterImplicitLightning1
    FamilyLightningDamageAsPortionOfDamage
    DomainsMonster (3)
    GenerationTypeยูนิค (3)
    Req. level1
    Stats
  • physical damage % to add as lightning Min: 25 Max: 25 Global
  • Craft Tagsphysical_damage elemental_damage damage physical elemental lightning
    IdNothing
    FamilyNothing
    DomainsMonster (3)
    GenerationTypeยูนิค (3)
    Req. level1
    เพิ่มค่าเกราะ 1000%
    stance movement speed +% final [100]
    IdStanceSnakeSlither
    FamilyStance
    DomainsMonster (3)
    GenerationTypeยูนิค (3)
    Req. level1
    Stats
  • stance movement speed +% final Min: 100 Max: 100 Global
  • physical damage reduction rating +% Min: 1000 Max: 1000 Global
  • Craft Tagsdefences armour speed
    ภาพสะท้อนเขียวขจี
    สัตว์ร้าย
    สกุล: Sea Witch
    กลุ่ม: Arachnid
    นำความเสียหาย กายภาพ 25% ไปเสริมเป็น สายฟ้า
    Echo of the Verdant
    SpectreN
    Tagsanimal_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%
    Ailment Threshold
    100%
    ค่าต้านทาน
    0 0 40 0
    Damage
    144%
    ความแม่นยำ
    100%
    โอกาสคริติคอล
    +5%
    ตัวคูณคริติคอล
    +130%
    Attack Distance
    3 ~ 12
    Attack Time
    0.945 Second
    Damage Spread
    ±20%
    ค่าประสบการณ์
    100%
    Model Size
    100%
    Type
    Spider
    Metadata
    ProphecySpider
    เลเวล
    68
    พลังชีวิต
    6,433
    เกราะ
    28,790
    การหลบหลีก
    4,739
    โล่พลังงาน
    0
    Damage
    538
    ความเสียหายเวท
    538
    ความแม่นยำ
    290
    Attack Time
    0.945
    ค่าประสบการณ์
    10,255
    Ailment Threshold
    6,433
    Chill
    20
    Shock
    20
    Brittle
    115
    Scorch
    20
    Sap
    56
    MeleeAtAnimationSpeed
    Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Multistrikeable, Melee, ProjectilesFromUser
    โจมตีธรรมดา (Default Attack)
    Base Damage: 430–645
    โอกาสคริติคอล: 5%
    Attack Time: 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
    Attack, Duration, Multistrikeable, Melee, MeleeSingleTarget, DamageOverTime, Chaos
    ฟาดอสรพิษ (Viper Strike)
    Base Damage: 430–645
    โอกาสคริติคอล: 5%
    Attack Time: 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
    DomainsMonster (3)
    GenerationTypeยูนิค (3)
    Req. level1
    Stats
  • physical damage % to add as lightning Min: 25 Max: 25 Global
  • Craft Tagsphysical_damage elemental_damage damage physical elemental lightning
    ภาพสะท้อนเขียวขจี
    สัตว์ร้าย
    นำความเสียหาย กายภาพ 25% ไปเสริมเป็น สายฟ้า
    Echo of the Verdant
    SpectreN
    Tagsanimal_claw_weapon, beast, chaos_affinity, flesh_armour, has_dagger, has_one_handed_melee, insect_blood, melee, physical_affinity, slow_movement, spider
    พลังชีวิต
    100%
    Ailment Threshold
    100%
    ค่าต้านทาน
    0 0 40 0
    Damage
    144%
    ความแม่นยำ
    100%
    โอกาสคริติคอล
    +5%
    ตัวคูณคริติคอล
    +130%
    Attack Distance
    3 ~ 12
    Attack Time
    0.945 Second
    Damage Spread
    ±20%
    ค่าประสบการณ์
    100%
    Model Size
    100%
    Type
    Spider
    Metadata
    ProphecySpiderStandalone
    เลเวล
    68
    พลังชีวิต
    6,433
    เกราะ
    28,790
    การหลบหลีก
    4,739
    โล่พลังงาน
    0
    Damage
    538
    ความเสียหายเวท
    538
    ความแม่นยำ
    290
    Attack Time
    0.945
    ค่าประสบการณ์
    10,255
    Ailment Threshold
    6,433
    Chill
    20
    Shock
    20
    Brittle
    115
    Scorch
    20
    Sap
    56
    MeleeAtAnimationSpeed
    Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Multistrikeable, Melee, ProjectilesFromUser
    โจมตีธรรมดา (Default Attack)
    Base Damage: 430–645
    โอกาสคริติคอล: 5%
    Attack Time: 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
    Attack, Duration, Multistrikeable, Melee, MeleeSingleTarget, DamageOverTime, Chaos
    ฟาดอสรพิษ (Viper Strike)
    Base Damage: 430–645
    โอกาสคริติคอล: 5%
    Attack Time: 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
    DomainsMonster (3)
    GenerationTypeยูนิค (3)
    Req. level1
    Stats
  • physical damage % to add as lightning Min: 25 Max: 25 Global
  • Craft Tagsphysical_damage elemental_damage damage physical elemental lightning
    ภาพสะท้อนเขียวขจี
    สัตว์ร้าย
    สกุล: Sand Spitter
    กลุ่ม: Insect
    แปลงความเสียหาย กายภาพ 80% เป็น สายฟ้า
    นำความเสียหาย กายภาพ 25% ไปเสริมเป็น สายฟ้า
    Echo of the Verdant
    SpectreY
    Tagsanimal_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%
    Ailment Threshold
    101%
    ค่าต้านทาน
    0 0 40 0
    Damage
    146%
    ความแม่นยำ
    100%
    โอกาสคริติคอล
    +5%
    ตัวคูณคริติคอล
    +130%
    Attack Distance
    5 ~ 7
    Attack Time
    0.99 Second
    Damage Spread
    ±20%
    ค่าประสบการณ์
    75%
    Model Size
    100%
    Type
    SandLeaper
    Metadata
    ProphecySandLeaper
    เลเวล
    68
    พลังชีวิต
    6,498
    เกราะ
    28,790
    การหลบหลีก
    7,109
    โล่พลังงาน
    0
    Damage
    545
    ความเสียหายเวท
    545
    ความแม่นยำ
    290
    Attack Time
    0.99
    ค่าประสบการณ์
    7,691
    Ailment Threshold
    6,498
    Chill
    21
    Shock
    21
    Brittle
    116
    Scorch
    21
    Sap
    57
    MeleeAtAnimationSpeed
    Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Multistrikeable, Melee, ProjectilesFromUser
    โจมตีธรรมดา (Default Attack)
    Base Damage: 436–654
    โอกาสคริติคอล: 5%
    Attack Time: 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
    DomainsMonster (3)
    GenerationTypeยูนิค (3)
    Req. level1
    Stats
  • base physical damage % to convert to lightning Min: 80 Max: 80 Global
  • Craft Tagsphysical_damage elemental_damage damage physical elemental lightning
    นำความเสียหาย กายภาพ 25% ไปเสริมเป็น สายฟ้า
    IdMonsterImplicitLightning1
    FamilyLightningDamageAsPortionOfDamage
    DomainsMonster (3)
    GenerationTypeยูนิค (3)
    Req. level1
    Stats
  • physical damage % to add as lightning Min: 25 Max: 25 Global
  • Craft Tagsphysical_damage elemental_damage damage physical elemental lightning
    ภาพสะท้อนเขียวขจี
    สัตว์ร้าย
    แปลงความเสียหาย กายภาพ 80% เป็น สายฟ้า
    นำความเสียหาย กายภาพ 25% ไปเสริมเป็น สายฟ้า
    Echo of the Verdant
    SpectreY
    Tagsanimal_claw_weapon, beast, bone_armour, insect, is_unarmed, medium_movement, melee, not_int, not_str, physical_affinity, red_blood
    พลังชีวิต
    101%
    การหลบหลีก
    +50%
    Ailment Threshold
    101%
    ค่าต้านทาน
    0 0 40 0
    Damage
    146%
    ความแม่นยำ
    100%
    โอกาสคริติคอล
    +5%
    ตัวคูณคริติคอล
    +130%
    Attack Distance
    5 ~ 7
    Attack Time
    0.99 Second
    Damage Spread
    ±20%
    ค่าประสบการณ์
    75%
    Model Size
    100%
    Type
    SandLeaper
    Metadata
    ProphecySandLeaperStandalone
    เลเวล
    68
    พลังชีวิต
    6,498
    เกราะ
    28,790
    การหลบหลีก
    7,109
    โล่พลังงาน
    0
    Damage
    545
    ความเสียหายเวท
    545
    ความแม่นยำ
    290
    Attack Time
    0.99
    ค่าประสบการณ์
    7,691
    Ailment Threshold
    6,498
    Chill
    21
    Shock
    21
    Brittle
    116
    Scorch
    21
    Sap
    57
    MeleeAtAnimationSpeed
    Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Multistrikeable, Melee, ProjectilesFromUser
    โจมตีธรรมดา (Default Attack)
    Base Damage: 436–654
    โอกาสคริติคอล: 5%
    Attack Time: 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
    DomainsMonster (3)
    GenerationTypeยูนิค (3)
    Req. level1
    Stats
  • base physical damage % to convert to lightning Min: 80 Max: 80 Global
  • Craft Tagsphysical_damage elemental_damage damage physical elemental lightning
    นำความเสียหาย กายภาพ 25% ไปเสริมเป็น สายฟ้า
    IdMonsterImplicitLightning1
    FamilyLightningDamageAsPortionOfDamage
    DomainsMonster (3)
    GenerationTypeยูนิค (3)
    Req. level1
    Stats
  • physical damage % to add as lightning Min: 25 Max: 25 Global
  • Craft Tagsphysical_damage elemental_damage damage physical elemental lightning
    ภาพสะท้อนเขียวขจี
    สัตว์ร้าย
    สกุล: Ape
    กลุ่ม: Avian
    นำความเสียหาย กายภาพ 25% ไปเสริมเป็น สายฟ้า
    stance movement speed +% final [112]
    Echo of the Verdant
    SpectreY
    Tagsavian_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%
    Ailment Threshold
    132%
    ค่าต้านทาน
    0 30 0 30
    Damage
    182%
    ความแม่นยำ
    100%
    โอกาสคริติคอล
    +5%
    ตัวคูณคริติคอล
    +130%
    Attack Distance
    6 ~ 9
    Attack Time
    1.5 Second
    Damage Spread
    ±20%
    ค่าประสบการณ์
    110%
    Model Size
    100%
    Type
    VultureParasite
    Metadata
    ProphecyVultureParasite
    เลเวล
    68
    พลังชีวิต
    8,492
    เกราะ
    28,790
    การหลบหลีก
    4,739
    โล่พลังงาน
    0
    Damage
    680
    ความเสียหายเวท
    680
    ความแม่นยำ
    290
    Attack Time
    1.5
    ค่าประสบการณ์
    11,281
    Ailment Threshold
    8,492
    Chill
    27
    Shock
    27
    Brittle
    152
    Scorch
    27
    Sap
    74
    MeleeAtAnimationSpeed
    Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Multistrikeable, Melee, ProjectilesFromUser
    โจมตีธรรมดา (Default Attack)
    Base Damage: 544–816
    โอกาสคริติคอล: 5%
    Attack Time: 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
    CanTargetUnusableCorpse
    คูลดาวน์: 30 วินาที
    disable skill repeats [1]
    MonsterLeapSlamVulture
    Attack, Area, Melee, Multistrikeable, Movement, Travel, Slam, Totemable
    กระโจนทุบ (Leap Slam)
    Base Damage: 544–816
    โอกาสคริติคอล: 5%
    Attack Time: 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
    DomainsMonster (3)
    GenerationTypeยูนิค (3)
    Req. level1
    Stats
  • physical damage % to add as lightning Min: 25 Max: 25 Global
  • Craft Tagsphysical_damage elemental_damage damage physical elemental lightning
    IdNothing
    FamilyNothing
    DomainsMonster (3)
    GenerationTypeยูนิค (3)
    Req. level1
    stance movement speed +% final [112]
    IdStanceBanditRun
    FamilyStance
    DomainsMonster (3)
    GenerationTypeยูนิค (3)
    Req. level1
    Stats
  • stance movement speed +% final Min: 112 Max: 112 Global
  • Craft Tagsspeed
    Edit

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