Eco do Verdejante
Bestial
Espécie: Homens Cabra
Grupo: Primatas
Família: Selvagens
Receba 25% do Dano Físico como Dano de Raio Extra
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
  • Eco do Verdejante, Eco do Verdejante, Eco do Verdejante
  • Vida
    78%
    Evasão
    +15%
    Ailment Threshold
    78%
    Resistência
    40 0 0 0
    Damage
    78%
    Precisão
    100%
    Chance de Crítico
    +5%
    Multiplicador de Acerto Crítico
    +130%
    Attack Distance
    6 ~ 7
    Attack Time
    1.005 Second
    Damage Spread
    ±20%
    Experiência
    65%
    Model Size
    100%
    Type
    BloodMonkey
    Metadata
    ProphecyMonkey
    Nível
    68
    Vida
    5,018
    Armadura
    28,790
    Evasão
    5,450
    Escudo de Energia
    0
    Damage
    291
    Dano Mágico
    291
    Precisão
    290
    Attack Time
    1.005
    Experiência
    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
    Ataque Padrão
    Base Damage: 233–350
    Chance de Crítico: 5%
    Attack Time: 1.005 seg
    Abate seus inimigos com um golpe poderoso.
    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
    Chance de Crítico: 5%
    Attack Time: 1.005 seg
    Dano Físico reduzido em 40%
    Velocidade de Projéteis aumentada em 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 = { }, },
        },
    }
    
    Receba 25% do Dano Físico como Dano de Raio Extra
    IdMonsterImplicitLightning1
    FamilyLightningDamageAsPortionOfDamage
    Domainsmonstro (3)
    GenerationTypeunico (3)
    Req. level1
    Stats
  • physical damage % to add as lightning Min: 25 Max: 25 Global
  • Craft Tagsphysical_damage elemental_damage damage physical elemental lightning
    Eco do Verdejante
    Bestial
    Espécie: Rhoas
    Grupo: Répteis
    Família: Deserticos
    30% do Dano Físico Convertido em Dano de Caos
    Receba 25% do Dano Físico como Dano de Raio Extra
    Armadura aumentada em 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
  • Eco do Verdejante, Eco do Verdejante, Eco do Verdejante
  • Eco do Verdejante, Eco do Verdejante, Eco do Verdejante
  • Vida
    94%
    Armadura
    +15%
    Evasão
    +15%
    Ailment Threshold
    94%
    Resistência
    30 0 0 30
    Damage
    100%
    Precisão
    100%
    Chance de Crítico
    +5%
    Multiplicador de Acerto Crítico
    +130%
    Attack Distance
    6 ~ 8
    Attack Time
    1.095 Second
    Damage Spread
    ±20%
    Experiência
    125%
    Model Size
    100%
    Type
    Snake
    Metadata
    ProphecySnake
    Nível
    68
    Vida
    6,047
    Armadura
    33,109
    Evasão
    5,450
    Escudo de Energia
    0
    Damage
    374
    Dano Mágico
    374
    Precisão
    290
    Attack Time
    1.095
    Experiência
    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
    Ataque Padrão
    Base Damage: 299–448
    Chance de Crítico: 5%
    Attack Time: 1.095 seg
    Abate seus inimigos com um golpe poderoso.
    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
    Chance de Crítico: 5%
    Attack Time: 1.095 seg
    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% do Dano Físico Convertido em Dano de Caos
    IdMonsterSnakeChaos
    FamilyChaosDamageAsPortionOfDamage
    Domainsmonstro (3)
    GenerationTypeunico (3)
    Req. level1
    Stats
  • base physical damage % to convert to chaos Min: 30 Max: 30 Global
  • Craft Tagsphysical_damage chaos_damage damage physical chaos
    Receba 25% do Dano Físico como Dano de Raio Extra
    IdMonsterImplicitLightning1
    FamilyLightningDamageAsPortionOfDamage
    Domainsmonstro (3)
    GenerationTypeunico (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
    Domainsmonstro (3)
    GenerationTypeunico (3)
    Req. level1
    Armadura aumentada em 1000%
    stance movement speed +% final [100]
    IdStanceSnakeSlither
    FamilyStance
    Domainsmonstro (3)
    GenerationTypeunico (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
    Eco do Verdejante
    Bestial
    30% do Dano Físico Convertido em Dano de Caos
    Receba 25% do Dano Físico como Dano de Raio Extra
    Armadura aumentada em 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
    Vida
    94%
    Armadura
    +15%
    Evasão
    +15%
    Ailment Threshold
    94%
    Resistência
    30 0 0 30
    Damage
    100%
    Precisão
    100%
    Chance de Crítico
    +5%
    Multiplicador de Acerto Crítico
    +130%
    Attack Distance
    6 ~ 8
    Attack Time
    1.095 Second
    Damage Spread
    ±20%
    Experiência
    125%
    Model Size
    100%
    Type
    Snake
    Metadata
    ProphecySnakeStandalone
    Nível
    68
    Vida
    6,047
    Armadura
    33,109
    Evasão
    5,450
    Escudo de Energia
    0
    Damage
    374
    Dano Mágico
    374
    Precisão
    290
    Attack Time
    1.095
    Experiência
    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
    Ataque Padrão
    Base Damage: 299–448
    Chance de Crítico: 5%
    Attack Time: 1.095 seg
    Abate seus inimigos com um golpe poderoso.
    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
    Chance de Crítico: 5%
    Attack Time: 1.095 seg
    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% do Dano Físico Convertido em Dano de Caos
    IdMonsterSnakeChaos
    FamilyChaosDamageAsPortionOfDamage
    Domainsmonstro (3)
    GenerationTypeunico (3)
    Req. level1
    Stats
  • base physical damage % to convert to chaos Min: 30 Max: 30 Global
  • Craft Tagsphysical_damage chaos_damage damage physical chaos
    Receba 25% do Dano Físico como Dano de Raio Extra
    IdMonsterImplicitLightning1
    FamilyLightningDamageAsPortionOfDamage
    Domainsmonstro (3)
    GenerationTypeunico (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
    Domainsmonstro (3)
    GenerationTypeunico (3)
    Req. level1
    Armadura aumentada em 1000%
    stance movement speed +% final [100]
    IdStanceSnakeSlither
    FamilyStance
    Domainsmonstro (3)
    GenerationTypeunico (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
    Eco do Verdejante
    Bestial
    Espécie: Bruxas do Mar
    Família: Cavernosos
    Receba 25% do Dano Físico como Dano de Raio Extra
    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
  • Eco do Verdejante, Eco do Verdejante, Eco do Verdejante
  • Vida
    100%
    Ailment Threshold
    100%
    Resistência
    0 0 40 0
    Damage
    144%
    Precisão
    100%
    Chance de Crítico
    +5%
    Multiplicador de Acerto Crítico
    +130%
    Attack Distance
    3 ~ 12
    Attack Time
    0.945 Second
    Damage Spread
    ±20%
    Experiência
    100%
    Model Size
    100%
    Type
    Spider
    Metadata
    ProphecySpider
    Nível
    68
    Vida
    6,433
    Armadura
    28,790
    Evasão
    4,739
    Escudo de Energia
    0
    Damage
    538
    Dano Mágico
    538
    Precisão
    290
    Attack Time
    0.945
    Experiência
    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
    Ataque Padrão
    Base Damage: 430–645
    Chance de Crítico: 5%
    Attack Time: 0.945 seg
    Abate seus inimigos com um golpe poderoso.
    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
    Golpe da Víbora
    Base Damage: 430–645
    Chance de Crítico: 5%
    Attack Time: 0.945 seg
    Acerta o inimigo, adicionando parte de seu dano físico como dano de caos e infligindo veneno que será afetado pelos modificadores de duração da habilidade. Se em empunhadura dupla, golpeará com ambas as armas. Requer uma garra, adaga ou espada.
    Duração base é de 4 segundos
    Receba 10% do seu Dano Físico como Dano Extra de Caos
    Sempre Envenena ao Acertar
    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 = { }, },
        },
    }
    
    Receba 25% do Dano Físico como Dano de Raio Extra
    IdMonsterImplicitLightning1
    FamilyLightningDamageAsPortionOfDamage
    Domainsmonstro (3)
    GenerationTypeunico (3)
    Req. level1
    Stats
  • physical damage % to add as lightning Min: 25 Max: 25 Global
  • Craft Tagsphysical_damage elemental_damage damage physical elemental lightning
    Eco do Verdejante
    Bestial
    Receba 25% do Dano Físico como Dano de Raio Extra
    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
    Vida
    100%
    Ailment Threshold
    100%
    Resistência
    0 0 40 0
    Damage
    144%
    Precisão
    100%
    Chance de Crítico
    +5%
    Multiplicador de Acerto Crítico
    +130%
    Attack Distance
    3 ~ 12
    Attack Time
    0.945 Second
    Damage Spread
    ±20%
    Experiência
    100%
    Model Size
    100%
    Type
    Spider
    Metadata
    ProphecySpiderStandalone
    Nível
    68
    Vida
    6,433
    Armadura
    28,790
    Evasão
    4,739
    Escudo de Energia
    0
    Damage
    538
    Dano Mágico
    538
    Precisão
    290
    Attack Time
    0.945
    Experiência
    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
    Ataque Padrão
    Base Damage: 430–645
    Chance de Crítico: 5%
    Attack Time: 0.945 seg
    Abate seus inimigos com um golpe poderoso.
    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
    Golpe da Víbora
    Base Damage: 430–645
    Chance de Crítico: 5%
    Attack Time: 0.945 seg
    Acerta o inimigo, adicionando parte de seu dano físico como dano de caos e infligindo veneno que será afetado pelos modificadores de duração da habilidade. Se em empunhadura dupla, golpeará com ambas as armas. Requer uma garra, adaga ou espada.
    Duração base é de 4 segundos
    Receba 10% do seu Dano Físico como Dano Extra de Caos
    Sempre Envenena ao Acertar
    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 = { }, },
        },
    }
    
    Receba 25% do Dano Físico como Dano de Raio Extra
    IdMonsterImplicitLightning1
    FamilyLightningDamageAsPortionOfDamage
    Domainsmonstro (3)
    GenerationTypeunico (3)
    Req. level1
    Stats
  • physical damage % to add as lightning Min: 25 Max: 25 Global
  • Craft Tagsphysical_damage elemental_damage damage physical elemental lightning
    Eco do Verdejante
    Bestial
    Grupo: Insetos
    Família: Cavernosos
    80% do Dano Físico Convertido em Dano de Raio
    Receba 25% do Dano Físico como Dano de Raio Extra
    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
  • Eco do Verdejante, Eco do Verdejante, Eco do Verdejante
  • Vida
    101%
    Evasão
    +50%
    Ailment Threshold
    101%
    Resistência
    0 0 40 0
    Damage
    146%
    Precisão
    100%
    Chance de Crítico
    +5%
    Multiplicador de Acerto Crítico
    +130%
    Attack Distance
    5 ~ 7
    Attack Time
    0.99 Second
    Damage Spread
    ±20%
    Experiência
    75%
    Model Size
    100%
    Type
    SandLeaper
    Metadata
    ProphecySandLeaper
    Nível
    68
    Vida
    6,498
    Armadura
    28,790
    Evasão
    7,109
    Escudo de Energia
    0
    Damage
    545
    Dano Mágico
    545
    Precisão
    290
    Attack Time
    0.99
    Experiência
    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
    Ataque Padrão
    Base Damage: 436–654
    Chance de Crítico: 5%
    Attack Time: 0.99 seg
    Abate seus inimigos com um golpe poderoso.
    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% do Dano Físico Convertido em Dano de Raio
    IdMonsterConvertToLightningDamage1
    FamilyLightningDamageAsPortionOfDamage
    Domainsmonstro (3)
    GenerationTypeunico (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
    Receba 25% do Dano Físico como Dano de Raio Extra
    IdMonsterImplicitLightning1
    FamilyLightningDamageAsPortionOfDamage
    Domainsmonstro (3)
    GenerationTypeunico (3)
    Req. level1
    Stats
  • physical damage % to add as lightning Min: 25 Max: 25 Global
  • Craft Tagsphysical_damage elemental_damage damage physical elemental lightning
    Eco do Verdejante
    Bestial
    80% do Dano Físico Convertido em Dano de Raio
    Receba 25% do Dano Físico como Dano de Raio Extra
    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
    Vida
    101%
    Evasão
    +50%
    Ailment Threshold
    101%
    Resistência
    0 0 40 0
    Damage
    146%
    Precisão
    100%
    Chance de Crítico
    +5%
    Multiplicador de Acerto Crítico
    +130%
    Attack Distance
    5 ~ 7
    Attack Time
    0.99 Second
    Damage Spread
    ±20%
    Experiência
    75%
    Model Size
    100%
    Type
    SandLeaper
    Metadata
    ProphecySandLeaperStandalone
    Nível
    68
    Vida
    6,498
    Armadura
    28,790
    Evasão
    7,109
    Escudo de Energia
    0
    Damage
    545
    Dano Mágico
    545
    Precisão
    290
    Attack Time
    0.99
    Experiência
    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
    Ataque Padrão
    Base Damage: 436–654
    Chance de Crítico: 5%
    Attack Time: 0.99 seg
    Abate seus inimigos com um golpe poderoso.
    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% do Dano Físico Convertido em Dano de Raio
    IdMonsterConvertToLightningDamage1
    FamilyLightningDamageAsPortionOfDamage
    Domainsmonstro (3)
    GenerationTypeunico (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
    Receba 25% do Dano Físico como Dano de Raio Extra
    IdMonsterImplicitLightning1
    FamilyLightningDamageAsPortionOfDamage
    Domainsmonstro (3)
    GenerationTypeunico (3)
    Req. level1
    Stats
  • physical damage % to add as lightning Min: 25 Max: 25 Global
  • Craft Tagsphysical_damage elemental_damage damage physical elemental lightning
    Eco do Verdejante
    Bestial
    Espécie: Primatas
    Grupo: Aves
    Família: Deserticos
    Receba 25% do Dano Físico como Dano de Raio Extra
    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
  • Eco do Verdejante, Eco do Verdejante, Eco do Verdejante
  • Vida
    132%
    Ailment Threshold
    132%
    Resistência
    0 30 0 30
    Damage
    182%
    Precisão
    100%
    Chance de Crítico
    +5%
    Multiplicador de Acerto Crítico
    +130%
    Attack Distance
    6 ~ 9
    Attack Time
    1.5 Second
    Damage Spread
    ±20%
    Experiência
    110%
    Model Size
    100%
    Type
    VultureParasite
    Metadata
    ProphecyVultureParasite
    Nível
    68
    Vida
    8,492
    Armadura
    28,790
    Evasão
    4,739
    Escudo de Energia
    0
    Damage
    680
    Dano Mágico
    680
    Precisão
    290
    Attack Time
    1.5
    Experiência
    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
    Ataque Padrão
    Base Damage: 544–816
    Chance de Crítico: 5%
    Attack Time: 1.5 seg
    Abate seus inimigos com um golpe poderoso.
    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
    Recarga: 30 seg
    disable skill repeats [1]
    MonsterLeapSlamVulture
    Attack, Area, Melee, Multistrikeable, Movement, Travel, Slam, Totemable
    Salto Impactante
    Base Damage: 544–816
    Chance de Crítico: 5%
    Attack Time: 1.5 seg
    Recarga: 4 seg
    Salta no ar, causando dano aos inimigos (e empurrando alguns) com sua arma onde pousar. Inimigos que sobre quem você aterrissaria são empurrados para fora do caminho. Requer um machado, maça, espada ou cajado.
    Causa 65% menos Dano
    cast time overrides attack duration [1]
    is area damage [1]
    VultureWait
    Recarga: 5 seg
    Duração base é de 0.3 segundos
    VultureWait2
    Recarga: 5 seg
    Duração base é de 0.8 segundos

    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 = { }, },
        },
    }
    
    Receba 25% do Dano Físico como Dano de Raio Extra
    IdMonsterImplicitLightning1
    FamilyLightningDamageAsPortionOfDamage
    Domainsmonstro (3)
    GenerationTypeunico (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
    Domainsmonstro (3)
    GenerationTypeunico (3)
    Req. level1
    stance movement speed +% final [112]
    IdStanceBanditRun
    FamilyStance
    Domainsmonstro (3)
    GenerationTypeunico (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.