MirageVillageShippingSanctumArchnemesisExpeditionDetonatorUltimatumAltarRitualRuneHeistSumgglersCacheHarvestPortalAfflictionInitiatorBlightCoreLegionInitiatorBetrayalSymbolCatarinaDelveMineralVeinIncursionCraftingBenchBestiaryRareMonsterAbyssBreachEssenceStrongboxShrine
Estatua de arquero
Constructo
monster base type attack cast speed +% and damage -% final [11]
monster fires ice shot arrows text [1]
Archer Statue
Spectre
AreaEl mercado, Las catacumbas, El frente de la batalla, La rambla grandiosa, El atracadero, El vestíbulo de Solaris, El puente portuario, Tesoro embrujado de Oba, Tesoro embrujado de Oba
Tagscold_affinity, construct, has_bow, humanoid, medium_height, mud_blood, not_int, physical_affinity, puncturing_weapon, ranged, stone_armour, stone_construct, very_slow_movement
Packs
  • WorldAreas#814: Estatua de arquero, Arquero quebradizo, Estatua de vapuleador quebradiza, Estatua de esgrimidor
  • WorldAreas#894, Tesoro embrujado de Oba, Tesoro embrujado de Oba: Estatua de arquero, Arquero quebradizo, Estatua de vapuleador quebradiza, Estatua de esgrimidor
  • Vida
    246%
    Armadura
    +50%
    Evasión
    +10%
    Ailment Threshold
    246%
    Resistencia
    IconEnemyResistanceFire0% IconEnemyResistanceCold0% IconEnemyResistanceLightning0% IconEnemyResistanceChaos0%
    Damage
    72%
    Precisión
    100%
    Probabilidad de golpe crítico
    +5%
    Multiplicador de golpe crítico
    +130%
    Attack Distance
    6 ~ 40
    Attack Time
    1.995 Second
    Damage Spread
    ±20%
    Experiencia
    120%
    Model Size
    100%
    Type
    StatueBow
    Metadata
    StoneStatueMaleBow
    Nivel
    79
    Vida
    49,742
    Armadura
    101,985
    Evasión
    7,581
    Damage
    515
    Daño de hechizos
    515
    Precisión
    888
    Attack Time
    1.995
    Experiencia
    15,059
    Minion Life
    9,807
    Minion Damage
    428
    Ailment Threshold
    49,742
    Chill
    157
    Shock
    157
    Brittle
    890
    Scorch
    157
    Sap
    435
    Phys Convert Ele
    295%
    Melee
    Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Multistrikeable, Melee, ProjectilesFromUser
    Ataque estándar
    Base Damage: 412618
    Probabilidad de golpe crítico: 5%
    Attack Time: 1.995 seg
    Derriba a tus enemigos con un golpe poderoso.
    skill can fire arrows [1]
    skill can fire wand projectiles [1]
    iconbasicattack
    MonsterIceShot
    Attack, RangedAttack, Projectile, ProjectilesFromUser, Area, Cold, Triggerable, MirageArcherCanUse, Totemable, Trappable, Mineable
    Disparo de hielo
    Base Damage: 412618
    Probabilidad de golpe crítico: 5%
    Daño de ataque: 62.5%
    Attack Time: 1.995 seg
    Dispara una flecha que convierte parte del daño físico en daño de hielo en el objetivo y convierte todo el daño físico en daño de hielo en un cono detrás del objetivo.
    Inflige un 37.5% menos de daño de ataque
    La duración base es de 2.5 segundos
    Daño físico aumentado un 50%
    El 50% del daño físico se convierte en daño de hielo
    projectile uses contact position [1]
    skill can fire arrows [1]
    use scaled contact offset [1]
    iceshot

    Object Type

    version 2
    extends "Metadata/Monsters/Statue/Statue"
    
    Actor
    {
    	main_hand_unarmed_type = "Bow"
    }
    
    -- src\Data\Spectres.lua
    minions["Metadata/Monsters/Statue/StoneStatueMaleBow"] = {
        fireResist = 0,
        coldResist = 0,
        lightningResist = 0,
        chaosResist = 0,
        name = "Archer Statue",
        life = 2.46,
        damage = 0.72,
        damageSpread = 0.2,
        attackTime = 1.995,
        attackRange = 40,
        accuracy = 1,
        weaponType1 = "Bow",
        skillList = {
            "Melee",
            "MonsterIceShot",
        },
        modList = {
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["Melee"] = {
        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",
        },
        levels = {
            [1] = {levelRequirement = 1, statInterpolation = {},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["MonsterIceShot"] = {
        name = "Ice Shot",
        hidden = true,
        color = "2",
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        description = "Fires an arrow that converts some physical damage to cold on its target and converts all physical damage to cold in a cone behind that target.",
        skillTypes = {
            [SkillType.Attack] = true,
            [SkillType.RangedAttack] = true,
            [SkillType.Projectile] = true,
            [SkillType.ProjectilesFromUser] = true,
            [SkillType.Area] = true,
            [SkillType.Cold] = true,
            [SkillType.Triggerable] = true,
            [SkillType.MirageArcherCanUse] = true,
            [SkillType.Totemable] = true,
            [SkillType.Trappable] = true,
            [SkillType.Mineable] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            attack = true,
            area = true,
            projectile = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "physical_damage_+%",
            "skill_physical_damage_%_to_convert_to_cold",
            "base_skill_effect_duration",
            "skill_can_fire_arrows",
            "projectile_uses_contact_position",
            "use_scaled_contact_offset",
        },
        levels = {
            [1] = {15, 50, 2500, baseMultiplier = 0.625, levelRequirement = 1, statInterpolation = {1},  cost = { }, },
            [2] = {50, 50, 2500, baseMultiplier = 0.625, levelRequirement = 68, statInterpolation = {2},  cost = { }, },
        },
    }
    
    monster base type attack cast speed +% and damage -% final [11]
    FamilyMonsterSpeedAndDamageFixup
    Domainsmonstruo (3)
    GenerationTypeÚnicos (3)
    Req. level1
    Stats
  • monster base type attack cast speed +% and damage -% final 11 11 Global
  • Craft Tagscaster_damage Daño Ataque Lanzador de hechizos Velocidad
    monster fires ice shot arrows text [1]
    FamilyMonsterFiresIceShotArrowsText
    Domainsmonstruo (3)
    GenerationTypeÚnicos (3)
    Req. level1
    Stats
  • monster fires ice shot arrows text 1 1 Global — Valor fijo
  • Estatua de arquero
    Constructo
    monster base type attack cast speed +% and damage -% final [11]
    monster fires ice shot arrows text [1]
    Archer Statue
    Spectre
    Tagscold_affinity, construct, has_bow, humanoid, medium_height, mud_blood, not_int, physical_affinity, puncturing_weapon, ranged, stone_armour, stone_construct, very_slow_movement
    Vida
    246%
    Armadura
    +50%
    Evasión
    +10%
    Ailment Threshold
    246%
    Resistencia
    IconEnemyResistanceFire0% IconEnemyResistanceCold0% IconEnemyResistanceLightning0% IconEnemyResistanceChaos0%
    Damage
    72%
    Precisión
    100%
    Probabilidad de golpe crítico
    +5%
    Multiplicador de golpe crítico
    +130%
    Attack Distance
    6 ~ 40
    Attack Time
    1.995 Second
    Damage Spread
    ±20%
    Experiencia
    120%
    Model Size
    100%
    Type
    StatueBow
    Metadata
    StoneStatueMaleBowVastiri
    Nivel
    68
    Vida
    15,826
    Armadura
    43,185
    Evasión
    5,213
    Damage
    269
    Daño de hechizos
    269
    Precisión
    580
    Attack Time
    1.995
    Experiencia
    12,306
    Minion Life
    3,433
    Minion Damage
    215
    Ailment Threshold
    15,826
    Chill
    50
    Shock
    50
    Brittle
    283
    Scorch
    50
    Sap
    138
    Phys Convert Ele
    240%
    Melee
    Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Multistrikeable, Melee, ProjectilesFromUser
    Ataque estándar
    Base Damage: 215323
    Probabilidad de golpe crítico: 5%
    Attack Time: 1.995 seg
    Derriba a tus enemigos con un golpe poderoso.
    skill can fire arrows [1]
    skill can fire wand projectiles [1]
    iconbasicattack
    MonsterIceShot
    Attack, RangedAttack, Projectile, ProjectilesFromUser, Area, Cold, Triggerable, MirageArcherCanUse, Totemable, Trappable, Mineable
    Disparo de hielo
    Base Damage: 215323
    Probabilidad de golpe crítico: 5%
    Daño de ataque: 62.5%
    Attack Time: 1.995 seg
    Dispara una flecha que convierte parte del daño físico en daño de hielo en el objetivo y convierte todo el daño físico en daño de hielo en un cono detrás del objetivo.
    Inflige un 37.5% menos de daño de ataque
    La duración base es de 2.5 segundos
    Daño físico aumentado un 50%
    El 50% del daño físico se convierte en daño de hielo
    projectile uses contact position [1]
    skill can fire arrows [1]
    use scaled contact offset [1]
    iceshot

    Object Type

    version 2
    extends "Metadata/Monsters/Statue/Statue"
    
    Actor
    {
    	main_hand_unarmed_type = "Bow"
    }
    
    -- src\Data\Spectres.lua
    minions["Metadata/Monsters/Statue/StoneStatueMaleBowVastiri"] = {
        fireResist = 0,
        coldResist = 0,
        lightningResist = 0,
        chaosResist = 0,
        name = "Archer Statue",
        life = 2.46,
        damage = 0.72,
        damageSpread = 0.2,
        attackTime = 1.995,
        attackRange = 40,
        accuracy = 1,
        weaponType1 = "Bow",
        skillList = {
            "Melee",
            "MonsterIceShot",
        },
        modList = {
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["Melee"] = {
        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",
        },
        levels = {
            [1] = {levelRequirement = 1, statInterpolation = {},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["MonsterIceShot"] = {
        name = "Ice Shot",
        hidden = true,
        color = "2",
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        description = "Fires an arrow that converts some physical damage to cold on its target and converts all physical damage to cold in a cone behind that target.",
        skillTypes = {
            [SkillType.Attack] = true,
            [SkillType.RangedAttack] = true,
            [SkillType.Projectile] = true,
            [SkillType.ProjectilesFromUser] = true,
            [SkillType.Area] = true,
            [SkillType.Cold] = true,
            [SkillType.Triggerable] = true,
            [SkillType.MirageArcherCanUse] = true,
            [SkillType.Totemable] = true,
            [SkillType.Trappable] = true,
            [SkillType.Mineable] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            attack = true,
            area = true,
            projectile = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "physical_damage_+%",
            "skill_physical_damage_%_to_convert_to_cold",
            "base_skill_effect_duration",
            "skill_can_fire_arrows",
            "projectile_uses_contact_position",
            "use_scaled_contact_offset",
        },
        levels = {
            [1] = {15, 50, 2500, baseMultiplier = 0.625, levelRequirement = 1, statInterpolation = {1},  cost = { }, },
            [2] = {50, 50, 2500, baseMultiplier = 0.625, levelRequirement = 68, statInterpolation = {2},  cost = { }, },
        },
    }
    
    monster base type attack cast speed +% and damage -% final [11]
    FamilyMonsterSpeedAndDamageFixup
    Domainsmonstruo (3)
    GenerationTypeÚnicos (3)
    Req. level1
    Stats
  • monster base type attack cast speed +% and damage -% final 11 11 Global
  • Craft Tagscaster_damage Daño Ataque Lanzador de hechizos Velocidad
    monster fires ice shot arrows text [1]
    FamilyMonsterFiresIceShotArrowsText
    Domainsmonstruo (3)
    GenerationTypeÚnicos (3)
    Req. level1
    Stats
  • monster fires ice shot arrows text 1 1 Global — Valor fijo
  • Estatua de arquero
    Constructo
    monster base type attack cast speed +% and damage -% final [11]
    monster fires ice shot arrows text [1]
    Archer Statue
    Spectre
    AreaEl mercado, Las catacumbas, El frente de la batalla, La rambla grandiosa, El atracadero, El vestíbulo de Solaris, El puente portuario
    Tagscold_affinity, construct, has_bow, humanoid, medium_height, mud_blood, not_int, physical_affinity, puncturing_weapon, ranged, stone_armour, stone_construct, very_slow_movement
    Vida
    246%
    Armadura
    +50%
    Evasión
    +10%
    Ailment Threshold
    246%
    Resistencia
    IconEnemyResistanceFire0% IconEnemyResistanceCold0% IconEnemyResistanceLightning0% IconEnemyResistanceChaos0%
    Damage
    72%
    Precisión
    100%
    Probabilidad de golpe crítico
    +5%
    Multiplicador de golpe crítico
    +130%
    Attack Distance
    6 ~ 40
    Attack Time
    1.995 Second
    Damage Spread
    ±20%
    Experiencia
    120%
    Model Size
    100%
    Type
    StatueBow
    Metadata
    StoneStatueFemaleBow
    Nivel
    60
    Vida
    9,097
    Armadura
    22,767
    Evasión
    3,912
    Damage
    179
    Daño de hechizos
    179
    Precisión
    422
    Attack Time
    1.995
    Experiencia
    9,918
    Minion Life
    2,121
    Minion Damage
    139
    Ailment Threshold
    9,097
    Chill
    29
    Shock
    29
    Brittle
    163
    Scorch
    29
    Sap
    79
    Phys Convert Ele
    200%
    Melee
    Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Multistrikeable, Melee, ProjectilesFromUser
    Ataque estándar
    Base Damage: 143215
    Probabilidad de golpe crítico: 5%
    Attack Time: 1.995 seg
    Derriba a tus enemigos con un golpe poderoso.
    skill can fire arrows [1]
    skill can fire wand projectiles [1]
    iconbasicattack
    MonsterIceShot
    Attack, RangedAttack, Projectile, ProjectilesFromUser, Area, Cold, Triggerable, MirageArcherCanUse, Totemable, Trappable, Mineable
    Disparo de hielo
    Base Damage: 143215
    Probabilidad de golpe crítico: 5%
    Daño de ataque: 62.5%
    Attack Time: 1.995 seg
    Dispara una flecha que convierte parte del daño físico en daño de hielo en el objetivo y convierte todo el daño físico en daño de hielo en un cono detrás del objetivo.
    Inflige un 37.5% menos de daño de ataque
    La duración base es de 2.5 segundos
    Daño físico aumentado un 15%
    El 50% del daño físico se convierte en daño de hielo
    projectile uses contact position [1]
    skill can fire arrows [1]
    use scaled contact offset [1]
    iceshot

    Object Type

    version 2
    extends "Metadata/Monsters/Statue/Statue"
    
    Actor
    {
    	main_hand_unarmed_type = "Bow"
    }
    
    -- src\Data\Spectres.lua
    minions["Metadata/Monsters/Statue/StoneStatueFemaleBow"] = {
        fireResist = 0,
        coldResist = 0,
        lightningResist = 0,
        chaosResist = 0,
        name = "Archer Statue",
        life = 2.46,
        damage = 0.72,
        damageSpread = 0.2,
        attackTime = 1.995,
        attackRange = 40,
        accuracy = 1,
        weaponType1 = "Bow",
        skillList = {
            "Melee",
            "MonsterIceShot",
        },
        modList = {
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["Melee"] = {
        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",
        },
        levels = {
            [1] = {levelRequirement = 1, statInterpolation = {},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["MonsterIceShot"] = {
        name = "Ice Shot",
        hidden = true,
        color = "2",
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        description = "Fires an arrow that converts some physical damage to cold on its target and converts all physical damage to cold in a cone behind that target.",
        skillTypes = {
            [SkillType.Attack] = true,
            [SkillType.RangedAttack] = true,
            [SkillType.Projectile] = true,
            [SkillType.ProjectilesFromUser] = true,
            [SkillType.Area] = true,
            [SkillType.Cold] = true,
            [SkillType.Triggerable] = true,
            [SkillType.MirageArcherCanUse] = true,
            [SkillType.Totemable] = true,
            [SkillType.Trappable] = true,
            [SkillType.Mineable] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            attack = true,
            area = true,
            projectile = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "physical_damage_+%",
            "skill_physical_damage_%_to_convert_to_cold",
            "base_skill_effect_duration",
            "skill_can_fire_arrows",
            "projectile_uses_contact_position",
            "use_scaled_contact_offset",
        },
        levels = {
            [1] = {15, 50, 2500, baseMultiplier = 0.625, levelRequirement = 1, statInterpolation = {1},  cost = { }, },
            [2] = {50, 50, 2500, baseMultiplier = 0.625, levelRequirement = 68, statInterpolation = {2},  cost = { }, },
        },
    }
    
    monster base type attack cast speed +% and damage -% final [11]
    FamilyMonsterSpeedAndDamageFixup
    Domainsmonstruo (3)
    GenerationTypeÚnicos (3)
    Req. level1
    Stats
  • monster base type attack cast speed +% and damage -% final 11 11 Global
  • Craft Tagscaster_damage Daño Ataque Lanzador de hechizos Velocidad
    monster fires ice shot arrows text [1]
    FamilyMonsterFiresIceShotArrowsText
    Domainsmonstruo (3)
    GenerationTypeÚnicos (3)
    Req. level1
    Stats
  • monster fires ice shot arrows text 1 1 Global — Valor fijo
  • Estatua de arquero
    Constructo
    monster base type attack cast speed +% and damage -% final [11]
    monster fires ice shot arrows text [1]
    Archer Statue
    Spectre
    Tagscold_affinity, construct, has_bow, humanoid, medium_height, mud_blood, not_int, physical_affinity, puncturing_weapon, ranged, stone_armour, stone_construct, very_slow_movement
    Vida
    246%
    Armadura
    +50%
    Evasión
    +10%
    Ailment Threshold
    246%
    Resistencia
    IconEnemyResistanceFire0% IconEnemyResistanceCold0% IconEnemyResistanceLightning0% IconEnemyResistanceChaos0%
    Damage
    72%
    Precisión
    100%
    Probabilidad de golpe crítico
    +5%
    Multiplicador de golpe crítico
    +130%
    Attack Distance
    6 ~ 40
    Attack Time
    1.995 Second
    Damage Spread
    ±20%
    Experiencia
    120%
    Model Size
    100%
    Type
    StatueBow
    Metadata
    StoneStatueFemaleBowVastiri
    Nivel
    68
    Vida
    15,826
    Armadura
    43,185
    Evasión
    5,213
    Damage
    269
    Daño de hechizos
    269
    Precisión
    580
    Attack Time
    1.995
    Experiencia
    12,306
    Minion Life
    3,433
    Minion Damage
    215
    Ailment Threshold
    15,826
    Chill
    50
    Shock
    50
    Brittle
    283
    Scorch
    50
    Sap
    138
    Phys Convert Ele
    240%
    Melee
    Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Multistrikeable, Melee, ProjectilesFromUser
    Ataque estándar
    Base Damage: 215323
    Probabilidad de golpe crítico: 5%
    Attack Time: 1.995 seg
    Derriba a tus enemigos con un golpe poderoso.
    skill can fire arrows [1]
    skill can fire wand projectiles [1]
    iconbasicattack
    MonsterIceShot
    Attack, RangedAttack, Projectile, ProjectilesFromUser, Area, Cold, Triggerable, MirageArcherCanUse, Totemable, Trappable, Mineable
    Disparo de hielo
    Base Damage: 215323
    Probabilidad de golpe crítico: 5%
    Daño de ataque: 62.5%
    Attack Time: 1.995 seg
    Dispara una flecha que convierte parte del daño físico en daño de hielo en el objetivo y convierte todo el daño físico en daño de hielo en un cono detrás del objetivo.
    Inflige un 37.5% menos de daño de ataque
    La duración base es de 2.5 segundos
    Daño físico aumentado un 50%
    El 50% del daño físico se convierte en daño de hielo
    projectile uses contact position [1]
    skill can fire arrows [1]
    use scaled contact offset [1]
    iceshot

    Object Type

    version 2
    extends "Metadata/Monsters/Statue/Statue"
    
    Actor
    {
    	main_hand_unarmed_type = "Bow"
    }
    
    -- src\Data\Spectres.lua
    minions["Metadata/Monsters/Statue/StoneStatueFemaleBowVastiri"] = {
        fireResist = 0,
        coldResist = 0,
        lightningResist = 0,
        chaosResist = 0,
        name = "Archer Statue",
        life = 2.46,
        damage = 0.72,
        damageSpread = 0.2,
        attackTime = 1.995,
        attackRange = 40,
        accuracy = 1,
        weaponType1 = "Bow",
        skillList = {
            "Melee",
            "MonsterIceShot",
        },
        modList = {
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["Melee"] = {
        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",
        },
        levels = {
            [1] = {levelRequirement = 1, statInterpolation = {},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["MonsterIceShot"] = {
        name = "Ice Shot",
        hidden = true,
        color = "2",
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        description = "Fires an arrow that converts some physical damage to cold on its target and converts all physical damage to cold in a cone behind that target.",
        skillTypes = {
            [SkillType.Attack] = true,
            [SkillType.RangedAttack] = true,
            [SkillType.Projectile] = true,
            [SkillType.ProjectilesFromUser] = true,
            [SkillType.Area] = true,
            [SkillType.Cold] = true,
            [SkillType.Triggerable] = true,
            [SkillType.MirageArcherCanUse] = true,
            [SkillType.Totemable] = true,
            [SkillType.Trappable] = true,
            [SkillType.Mineable] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            attack = true,
            area = true,
            projectile = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "physical_damage_+%",
            "skill_physical_damage_%_to_convert_to_cold",
            "base_skill_effect_duration",
            "skill_can_fire_arrows",
            "projectile_uses_contact_position",
            "use_scaled_contact_offset",
        },
        levels = {
            [1] = {15, 50, 2500, baseMultiplier = 0.625, levelRequirement = 1, statInterpolation = {1},  cost = { }, },
            [2] = {50, 50, 2500, baseMultiplier = 0.625, levelRequirement = 68, statInterpolation = {2},  cost = { }, },
        },
    }
    
    monster base type attack cast speed +% and damage -% final [11]
    FamilyMonsterSpeedAndDamageFixup
    Domainsmonstruo (3)
    GenerationTypeÚnicos (3)
    Req. level1
    Stats
  • monster base type attack cast speed +% and damage -% final 11 11 Global
  • Craft Tagscaster_damage Daño Ataque Lanzador de hechizos Velocidad
    monster fires ice shot arrows text [1]
    FamilyMonsterFiresIceShotArrowsText
    Domainsmonstruo (3)
    GenerationTypeÚnicos (3)
    Req. level1
    Stats
  • monster fires ice shot arrows text 1 1 Global — Valor fijo
  • Estatua de arquero
    Constructo
    monster base type attack cast speed +% and damage -% final [11]
    monster fires ice shot arrows text [1]
    Archer Statue
    Spectre
    Tagscold_affinity, construct, has_bow, humanoid, medium_height, mud_blood, not_int, physical_affinity, puncturing_weapon, ranged, stone_armour, stone_construct, very_slow_movement
    Vida
    246%
    Armadura
    +50%
    Evasión
    +10%
    Ailment Threshold
    246%
    Resistencia
    IconEnemyResistanceFire0% IconEnemyResistanceCold0% IconEnemyResistanceLightning0% IconEnemyResistanceChaos0%
    Damage
    72%
    Precisión
    100%
    Probabilidad de golpe crítico
    +5%
    Multiplicador de golpe crítico
    +130%
    Attack Distance
    6 ~ 40
    Attack Time
    1.995 Second
    Damage Spread
    ±20%
    Experiencia
    120%
    Model Size
    100%
    Type
    StatueBow
    Metadata
    GardenStatueMaleBow
    Nivel
    68
    Vida
    15,826
    Armadura
    43,185
    Evasión
    5,213
    Damage
    269
    Daño de hechizos
    269
    Precisión
    580
    Attack Time
    1.995
    Experiencia
    12,306
    Minion Life
    3,433
    Minion Damage
    215
    Ailment Threshold
    15,826
    Chill
    50
    Shock
    50
    Brittle
    283
    Scorch
    50
    Sap
    138
    Phys Convert Ele
    240%
    Melee
    Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Multistrikeable, Melee, ProjectilesFromUser
    Ataque estándar
    Base Damage: 215323
    Probabilidad de golpe crítico: 5%
    Attack Time: 1.995 seg
    Derriba a tus enemigos con un golpe poderoso.
    skill can fire arrows [1]
    skill can fire wand projectiles [1]
    iconbasicattack
    MonsterIceShot
    Attack, RangedAttack, Projectile, ProjectilesFromUser, Area, Cold, Triggerable, MirageArcherCanUse, Totemable, Trappable, Mineable
    Disparo de hielo
    Base Damage: 215323
    Probabilidad de golpe crítico: 5%
    Daño de ataque: 62.5%
    Attack Time: 1.995 seg
    Dispara una flecha que convierte parte del daño físico en daño de hielo en el objetivo y convierte todo el daño físico en daño de hielo en un cono detrás del objetivo.
    Inflige un 37.5% menos de daño de ataque
    La duración base es de 2.5 segundos
    Daño físico aumentado un 50%
    El 50% del daño físico se convierte en daño de hielo
    projectile uses contact position [1]
    skill can fire arrows [1]
    use scaled contact offset [1]
    iceshot

    Object Type

    version 2
    extends "Metadata/Monsters/Statue/Statue"
    
    Actor
    {
    	main_hand_unarmed_type = "Bow"
    }
    
    -- src\Data\Spectres.lua
    minions["Metadata/Monsters/Statue/GardenStatueMaleBow"] = {
        fireResist = 0,
        coldResist = 0,
        lightningResist = 0,
        chaosResist = 0,
        name = "Archer Statue",
        life = 2.46,
        damage = 0.72,
        damageSpread = 0.2,
        attackTime = 1.995,
        attackRange = 40,
        accuracy = 1,
        weaponType1 = "Bow",
        skillList = {
            "Melee",
            "MonsterIceShot",
        },
        modList = {
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["Melee"] = {
        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",
        },
        levels = {
            [1] = {levelRequirement = 1, statInterpolation = {},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["MonsterIceShot"] = {
        name = "Ice Shot",
        hidden = true,
        color = "2",
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        description = "Fires an arrow that converts some physical damage to cold on its target and converts all physical damage to cold in a cone behind that target.",
        skillTypes = {
            [SkillType.Attack] = true,
            [SkillType.RangedAttack] = true,
            [SkillType.Projectile] = true,
            [SkillType.ProjectilesFromUser] = true,
            [SkillType.Area] = true,
            [SkillType.Cold] = true,
            [SkillType.Triggerable] = true,
            [SkillType.MirageArcherCanUse] = true,
            [SkillType.Totemable] = true,
            [SkillType.Trappable] = true,
            [SkillType.Mineable] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            attack = true,
            area = true,
            projectile = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "physical_damage_+%",
            "skill_physical_damage_%_to_convert_to_cold",
            "base_skill_effect_duration",
            "skill_can_fire_arrows",
            "projectile_uses_contact_position",
            "use_scaled_contact_offset",
        },
        levels = {
            [1] = {15, 50, 2500, baseMultiplier = 0.625, levelRequirement = 1, statInterpolation = {1},  cost = { }, },
            [2] = {50, 50, 2500, baseMultiplier = 0.625, levelRequirement = 68, statInterpolation = {2},  cost = { }, },
        },
    }
    
    monster base type attack cast speed +% and damage -% final [11]
    FamilyMonsterSpeedAndDamageFixup
    Domainsmonstruo (3)
    GenerationTypeÚnicos (3)
    Req. level1
    Stats
  • monster base type attack cast speed +% and damage -% final 11 11 Global
  • Craft Tagscaster_damage Daño Ataque Lanzador de hechizos Velocidad
    monster fires ice shot arrows text [1]
    FamilyMonsterFiresIceShotArrowsText
    Domainsmonstruo (3)
    GenerationTypeÚnicos (3)
    Req. level1
    Stats
  • monster fires ice shot arrows text 1 1 Global — Valor fijo
  • Estatua de arquero
    Constructo
    monster base type attack cast speed +% and damage -% final [11]
    monster fires ice shot arrows text [1]
    Archer Statue
    Spectre
    Tagscold_affinity, construct, has_bow, humanoid, medium_height, mud_blood, not_int, physical_affinity, puncturing_weapon, ranged, stone_armour, stone_construct, very_slow_movement
    Vida
    246%
    Armadura
    +50%
    Evasión
    +10%
    Ailment Threshold
    246%
    Resistencia
    IconEnemyResistanceFire0% IconEnemyResistanceCold0% IconEnemyResistanceLightning0% IconEnemyResistanceChaos0%
    Damage
    72%
    Precisión
    100%
    Probabilidad de golpe crítico
    +5%
    Multiplicador de golpe crítico
    +130%
    Attack Distance
    6 ~ 40
    Attack Time
    1.995 Second
    Damage Spread
    ±20%
    Experiencia
    120%
    Model Size
    100%
    Type
    StatueBow
    Metadata
    GardenStatueFemaleBow
    Nivel
    68
    Vida
    15,826
    Armadura
    43,185
    Evasión
    5,213
    Damage
    269
    Daño de hechizos
    269
    Precisión
    580
    Attack Time
    1.995
    Experiencia
    12,306
    Minion Life
    3,433
    Minion Damage
    215
    Ailment Threshold
    15,826
    Chill
    50
    Shock
    50
    Brittle
    283
    Scorch
    50
    Sap
    138
    Phys Convert Ele
    240%
    Melee
    Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Multistrikeable, Melee, ProjectilesFromUser
    Ataque estándar
    Base Damage: 215323
    Probabilidad de golpe crítico: 5%
    Attack Time: 1.995 seg
    Derriba a tus enemigos con un golpe poderoso.
    skill can fire arrows [1]
    skill can fire wand projectiles [1]
    iconbasicattack
    MonsterIceShot
    Attack, RangedAttack, Projectile, ProjectilesFromUser, Area, Cold, Triggerable, MirageArcherCanUse, Totemable, Trappable, Mineable
    Disparo de hielo
    Base Damage: 215323
    Probabilidad de golpe crítico: 5%
    Daño de ataque: 62.5%
    Attack Time: 1.995 seg
    Dispara una flecha que convierte parte del daño físico en daño de hielo en el objetivo y convierte todo el daño físico en daño de hielo en un cono detrás del objetivo.
    Inflige un 37.5% menos de daño de ataque
    La duración base es de 2.5 segundos
    Daño físico aumentado un 50%
    El 50% del daño físico se convierte en daño de hielo
    projectile uses contact position [1]
    skill can fire arrows [1]
    use scaled contact offset [1]
    iceshot

    Object Type

    version 2
    extends "Metadata/Monsters/Statue/Statue"
    
    Actor
    {
    	main_hand_unarmed_type = "Bow"
    }
    
    -- src\Data\Spectres.lua
    minions["Metadata/Monsters/Statue/GardenStatueFemaleBow"] = {
        fireResist = 0,
        coldResist = 0,
        lightningResist = 0,
        chaosResist = 0,
        name = "Archer Statue",
        life = 2.46,
        damage = 0.72,
        damageSpread = 0.2,
        attackTime = 1.995,
        attackRange = 40,
        accuracy = 1,
        weaponType1 = "Bow",
        skillList = {
            "Melee",
            "MonsterIceShot",
        },
        modList = {
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["Melee"] = {
        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",
        },
        levels = {
            [1] = {levelRequirement = 1, statInterpolation = {},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["MonsterIceShot"] = {
        name = "Ice Shot",
        hidden = true,
        color = "2",
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        description = "Fires an arrow that converts some physical damage to cold on its target and converts all physical damage to cold in a cone behind that target.",
        skillTypes = {
            [SkillType.Attack] = true,
            [SkillType.RangedAttack] = true,
            [SkillType.Projectile] = true,
            [SkillType.ProjectilesFromUser] = true,
            [SkillType.Area] = true,
            [SkillType.Cold] = true,
            [SkillType.Triggerable] = true,
            [SkillType.MirageArcherCanUse] = true,
            [SkillType.Totemable] = true,
            [SkillType.Trappable] = true,
            [SkillType.Mineable] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            attack = true,
            area = true,
            projectile = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "physical_damage_+%",
            "skill_physical_damage_%_to_convert_to_cold",
            "base_skill_effect_duration",
            "skill_can_fire_arrows",
            "projectile_uses_contact_position",
            "use_scaled_contact_offset",
        },
        levels = {
            [1] = {15, 50, 2500, baseMultiplier = 0.625, levelRequirement = 1, statInterpolation = {1},  cost = { }, },
            [2] = {50, 50, 2500, baseMultiplier = 0.625, levelRequirement = 68, statInterpolation = {2},  cost = { }, },
        },
    }
    
    monster base type attack cast speed +% and damage -% final [11]
    FamilyMonsterSpeedAndDamageFixup
    Domainsmonstruo (3)
    GenerationTypeÚnicos (3)
    Req. level1
    Stats
  • monster base type attack cast speed +% and damage -% final 11 11 Global
  • Craft Tagscaster_damage Daño Ataque Lanzador de hechizos Velocidad
    monster fires ice shot arrows text [1]
    FamilyMonsterFiresIceShotArrowsText
    Domainsmonstruo (3)
    GenerationTypeÚnicos (3)
    Req. level1
    Stats
  • monster fires ice shot arrows text 1 1 Global — Valor fijo
  • Estatua de arquero
    Constructo
    monster base type attack cast speed +% and damage -% final [11]
    monster fires ice shot arrows text [1]
    Archer Statue
    Spectre
    Tagscold_affinity, construct, has_bow, humanoid, medium_height, mud_blood, not_int, physical_affinity, puncturing_weapon, ranged, stone_armour, stone_construct, very_slow_movement
    Vida
    246%
    Armadura
    +50%
    Evasión
    +10%
    Ailment Threshold
    246%
    Resistencia
    IconEnemyResistanceFire0% IconEnemyResistanceCold0% IconEnemyResistanceLightning0% IconEnemyResistanceChaos0%
    Damage
    72%
    Precisión
    100%
    Probabilidad de golpe crítico
    +5%
    Multiplicador de golpe crítico
    +130%
    Attack Distance
    6 ~ 40
    Attack Time
    1.995 Second
    Damage Spread
    ±20%
    Experiencia
    120%
    Model Size
    100%
    Type
    StatueBow
    Metadata
    LabyrinthStatueMaleBow
    Nivel
    68
    Vida
    15,826
    Armadura
    43,185
    Evasión
    5,213
    Damage
    269
    Daño de hechizos
    269
    Precisión
    580
    Attack Time
    1.995
    Experiencia
    12,306
    Minion Life
    3,433
    Minion Damage
    215
    Ailment Threshold
    15,826
    Chill
    50
    Shock
    50
    Brittle
    283
    Scorch
    50
    Sap
    138
    Phys Convert Ele
    240%
    Melee
    Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Multistrikeable, Melee, ProjectilesFromUser
    Ataque estándar
    Base Damage: 215323
    Probabilidad de golpe crítico: 5%
    Attack Time: 1.995 seg
    Derriba a tus enemigos con un golpe poderoso.
    skill can fire arrows [1]
    skill can fire wand projectiles [1]
    iconbasicattack
    MonsterIceShot
    Attack, RangedAttack, Projectile, ProjectilesFromUser, Area, Cold, Triggerable, MirageArcherCanUse, Totemable, Trappable, Mineable
    Disparo de hielo
    Base Damage: 215323
    Probabilidad de golpe crítico: 5%
    Daño de ataque: 62.5%
    Attack Time: 1.995 seg
    Dispara una flecha que convierte parte del daño físico en daño de hielo en el objetivo y convierte todo el daño físico en daño de hielo en un cono detrás del objetivo.
    Inflige un 37.5% menos de daño de ataque
    La duración base es de 2.5 segundos
    Daño físico aumentado un 50%
    El 50% del daño físico se convierte en daño de hielo
    projectile uses contact position [1]
    skill can fire arrows [1]
    use scaled contact offset [1]
    iceshot

    Object Type

    version 2
    extends "Metadata/Monsters/Statue/Statue"
    
    Actor
    {
    	main_hand_unarmed_type = "Bow"
    }
    
    -- src\Data\Spectres.lua
    minions["Metadata/Monsters/Statue/LabyrinthStatueMaleBow"] = {
        fireResist = 0,
        coldResist = 0,
        lightningResist = 0,
        chaosResist = 0,
        name = "Archer Statue",
        life = 2.46,
        damage = 0.72,
        damageSpread = 0.2,
        attackTime = 1.995,
        attackRange = 40,
        accuracy = 1,
        weaponType1 = "Bow",
        skillList = {
            "Melee",
            "MonsterIceShot",
        },
        modList = {
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["Melee"] = {
        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",
        },
        levels = {
            [1] = {levelRequirement = 1, statInterpolation = {},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["MonsterIceShot"] = {
        name = "Ice Shot",
        hidden = true,
        color = "2",
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        description = "Fires an arrow that converts some physical damage to cold on its target and converts all physical damage to cold in a cone behind that target.",
        skillTypes = {
            [SkillType.Attack] = true,
            [SkillType.RangedAttack] = true,
            [SkillType.Projectile] = true,
            [SkillType.ProjectilesFromUser] = true,
            [SkillType.Area] = true,
            [SkillType.Cold] = true,
            [SkillType.Triggerable] = true,
            [SkillType.MirageArcherCanUse] = true,
            [SkillType.Totemable] = true,
            [SkillType.Trappable] = true,
            [SkillType.Mineable] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            attack = true,
            area = true,
            projectile = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "physical_damage_+%",
            "skill_physical_damage_%_to_convert_to_cold",
            "base_skill_effect_duration",
            "skill_can_fire_arrows",
            "projectile_uses_contact_position",
            "use_scaled_contact_offset",
        },
        levels = {
            [1] = {15, 50, 2500, baseMultiplier = 0.625, levelRequirement = 1, statInterpolation = {1},  cost = { }, },
            [2] = {50, 50, 2500, baseMultiplier = 0.625, levelRequirement = 68, statInterpolation = {2},  cost = { }, },
        },
    }
    
    monster base type attack cast speed +% and damage -% final [11]
    FamilyMonsterSpeedAndDamageFixup
    Domainsmonstruo (3)
    GenerationTypeÚnicos (3)
    Req. level1
    Stats
  • monster base type attack cast speed +% and damage -% final 11 11 Global
  • Craft Tagscaster_damage Daño Ataque Lanzador de hechizos Velocidad
    monster fires ice shot arrows text [1]
    FamilyMonsterFiresIceShotArrowsText
    Domainsmonstruo (3)
    GenerationTypeÚnicos (3)
    Req. level1
    Stats
  • monster fires ice shot arrows text 1 1 Global — Valor fijo
  • Estatua de arquero
    Constructo
    monster base type attack cast speed +% and damage -% final [11]
    monster fires ice shot arrows text [1]
    Archer Statue
    Spectre
    Tagscold_affinity, construct, has_bow, humanoid, medium_height, mud_blood, not_int, physical_affinity, puncturing_weapon, ranged, stone_armour, stone_construct, very_slow_movement
    Vida
    246%
    Armadura
    +50%
    Evasión
    +10%
    Ailment Threshold
    246%
    Resistencia
    IconEnemyResistanceFire0% IconEnemyResistanceCold0% IconEnemyResistanceLightning0% IconEnemyResistanceChaos0%
    Damage
    72%
    Precisión
    100%
    Probabilidad de golpe crítico
    +5%
    Multiplicador de golpe crítico
    +130%
    Attack Distance
    6 ~ 40
    Attack Time
    1.995 Second
    Damage Spread
    ±20%
    Experiencia
    120%
    Model Size
    100%
    Type
    StatueBow
    Metadata
    LabyrinthStatueFemaleBow
    Nivel
    68
    Vida
    15,826
    Armadura
    43,185
    Evasión
    5,213
    Damage
    269
    Daño de hechizos
    269
    Precisión
    580
    Attack Time
    1.995
    Experiencia
    12,306
    Minion Life
    3,433
    Minion Damage
    215
    Ailment Threshold
    15,826
    Chill
    50
    Shock
    50
    Brittle
    283
    Scorch
    50
    Sap
    138
    Phys Convert Ele
    240%
    Melee
    Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Multistrikeable, Melee, ProjectilesFromUser
    Ataque estándar
    Base Damage: 215323
    Probabilidad de golpe crítico: 5%
    Attack Time: 1.995 seg
    Derriba a tus enemigos con un golpe poderoso.
    skill can fire arrows [1]
    skill can fire wand projectiles [1]
    iconbasicattack
    MonsterIceShot
    Attack, RangedAttack, Projectile, ProjectilesFromUser, Area, Cold, Triggerable, MirageArcherCanUse, Totemable, Trappable, Mineable
    Disparo de hielo
    Base Damage: 215323
    Probabilidad de golpe crítico: 5%
    Daño de ataque: 62.5%
    Attack Time: 1.995 seg
    Dispara una flecha que convierte parte del daño físico en daño de hielo en el objetivo y convierte todo el daño físico en daño de hielo en un cono detrás del objetivo.
    Inflige un 37.5% menos de daño de ataque
    La duración base es de 2.5 segundos
    Daño físico aumentado un 50%
    El 50% del daño físico se convierte en daño de hielo
    projectile uses contact position [1]
    skill can fire arrows [1]
    use scaled contact offset [1]
    iceshot

    Object Type

    version 2
    extends "Metadata/Monsters/Statue/Statue"
    
    Actor
    {
    	main_hand_unarmed_type = "Bow"
    }
    
    -- src\Data\Spectres.lua
    minions["Metadata/Monsters/Statue/LabyrinthStatueFemaleBow"] = {
        fireResist = 0,
        coldResist = 0,
        lightningResist = 0,
        chaosResist = 0,
        name = "Archer Statue",
        life = 2.46,
        damage = 0.72,
        damageSpread = 0.2,
        attackTime = 1.995,
        attackRange = 40,
        accuracy = 1,
        weaponType1 = "Bow",
        skillList = {
            "Melee",
            "MonsterIceShot",
        },
        modList = {
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["Melee"] = {
        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",
        },
        levels = {
            [1] = {levelRequirement = 1, statInterpolation = {},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["MonsterIceShot"] = {
        name = "Ice Shot",
        hidden = true,
        color = "2",
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        description = "Fires an arrow that converts some physical damage to cold on its target and converts all physical damage to cold in a cone behind that target.",
        skillTypes = {
            [SkillType.Attack] = true,
            [SkillType.RangedAttack] = true,
            [SkillType.Projectile] = true,
            [SkillType.ProjectilesFromUser] = true,
            [SkillType.Area] = true,
            [SkillType.Cold] = true,
            [SkillType.Triggerable] = true,
            [SkillType.MirageArcherCanUse] = true,
            [SkillType.Totemable] = true,
            [SkillType.Trappable] = true,
            [SkillType.Mineable] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            attack = true,
            area = true,
            projectile = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "physical_damage_+%",
            "skill_physical_damage_%_to_convert_to_cold",
            "base_skill_effect_duration",
            "skill_can_fire_arrows",
            "projectile_uses_contact_position",
            "use_scaled_contact_offset",
        },
        levels = {
            [1] = {15, 50, 2500, baseMultiplier = 0.625, levelRequirement = 1, statInterpolation = {1},  cost = { }, },
            [2] = {50, 50, 2500, baseMultiplier = 0.625, levelRequirement = 68, statInterpolation = {2},  cost = { }, },
        },
    }
    
    monster base type attack cast speed +% and damage -% final [11]
    FamilyMonsterSpeedAndDamageFixup
    Domainsmonstruo (3)
    GenerationTypeÚnicos (3)
    Req. level1
    Stats
  • monster base type attack cast speed +% and damage -% final 11 11 Global
  • Craft Tagscaster_damage Daño Ataque Lanzador de hechizos Velocidad
    monster fires ice shot arrows text [1]
    FamilyMonsterFiresIceShotArrowsText
    Domainsmonstruo (3)
    GenerationTypeÚnicos (3)
    Req. level1
    Stats
  • monster fires ice shot arrows text 1 1 Global — Valor fijo
  • Estatua de arquero
    Constructo
    monster base type attack cast speed +% and damage -% final [11]
    Archer Statue
    Spectre
    Tagsconstruct, fire_affinity, has_bow, humanoid, medium_height, mud_blood, not_int, physical_affinity, puncturing_weapon, ranged, stone_armour, stone_construct, very_slow_movement
    Vida
    246%
    Armadura
    +50%
    Evasión
    +10%
    Ailment Threshold
    246%
    Resistencia
    IconEnemyResistanceFire0% IconEnemyResistanceCold0% IconEnemyResistanceLightning0% IconEnemyResistanceChaos0%
    Damage
    72%
    Precisión
    100%
    Probabilidad de golpe crítico
    +5%
    Multiplicador de golpe crítico
    +130%
    Attack Distance
    6 ~ 40
    Attack Time
    1.995 Second
    Damage Spread
    ±20%
    Experiencia
    120%
    Model Size
    100%
    Type
    StatueBow
    Metadata
    ArenaStoneStatueFemaleBow
    Nivel
    68
    Vida
    15,826
    Armadura
    43,185
    Evasión
    5,213
    Damage
    269
    Daño de hechizos
    269
    Precisión
    580
    Attack Time
    1.995
    Experiencia
    12,306
    Minion Life
    3,433
    Minion Damage
    215
    Ailment Threshold
    15,826
    Chill
    50
    Shock
    50
    Brittle
    283
    Scorch
    50
    Sap
    138
    Phys Convert Ele
    240%
    Melee
    Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Multistrikeable, Melee, ProjectilesFromUser
    Ataque estándar
    Base Damage: 215323
    Probabilidad de golpe crítico: 5%
    Attack Time: 1.995 seg
    Derriba a tus enemigos con un golpe poderoso.
    skill can fire arrows [1]
    skill can fire wand projectiles [1]
    iconbasicattack
    MonsterBurningArrow
    Attack, RangedAttack, MirageArcherCanUse, Projectile, ProjectilesFromUser, Totemable, Trappable, Mineable, Fire, ThresholdJewelArea, Triggerable
    Flecha ardiente
    Base Damage: 215323
    Probabilidad de golpe crítico: 5%
    Daño de ataque: 26.87%
    Attack Time: 1.995 seg
    Dispara una flecha ardiente que inflige daño de fuego y tiene una probabilidad de quemar.
    Inflige un 73.13% menos de daño de ataque
    Inflige un 33% más de daño
    La duración base es de 4 segundos
    Daño físico aumentado un 25%
    El 100% del daño físico se convierte en daño de fuego
    50% de probabilidad de quemar a los enemigos
    Daño del incendio aumentado un 50%
    skill can fire arrows [1]
    firearrow

    Object Type

    version 2
    extends "Metadata/Monsters/Statue/Statue"
    
    Actor
    {
    	main_hand_unarmed_type = "Bow"
    }
    
    -- src\Data\Spectres.lua
    minions["Metadata/Monsters/Statue/ArenaStoneStatueFemaleBow"] = {
        fireResist = 0,
        coldResist = 0,
        lightningResist = 0,
        chaosResist = 0,
        name = "Archer Statue",
        life = 2.46,
        damage = 0.72,
        damageSpread = 0.2,
        attackTime = 1.995,
        attackRange = 40,
        accuracy = 1,
        weaponType1 = "Bow",
        skillList = {
            "Melee",
            "MonsterBurningArrow",
        },
        modList = {
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["Melee"] = {
        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",
        },
        levels = {
            [1] = {levelRequirement = 1, statInterpolation = {},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["MonsterBurningArrow"] = {
        name = "Burning Arrow",
        hidden = true,
        color = "2",
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        description = "Fires a burning arrow that deals fire damage and has a chance to ignite.",
        skillTypes = {
            [SkillType.Attack] = true,
            [SkillType.RangedAttack] = true,
            [SkillType.MirageArcherCanUse] = true,
            [SkillType.Projectile] = true,
            [SkillType.ProjectilesFromUser] = true,
            [SkillType.Totemable] = true,
            [SkillType.Trappable] = true,
            [SkillType.Mineable] = true,
            [SkillType.Fire] = true,
            [SkillType.ThresholdJewelArea] = true,
            [SkillType.Triggerable] = true,
        },
        statDescriptionScope = "debuff_skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            attack = true,
            projectile = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "active_skill_damage_+%_final",
            "base_chance_to_ignite_%",
            "burn_damage_+%",
            "physical_damage_+%",
            "skill_physical_damage_%_to_convert_to_fire",
            "base_skill_effect_duration",
            "skill_can_fire_arrows",
        },
        levels = {
            [1] = {37, 50, 50, 25, 100, 4000, baseMultiplier = 0.2875, levelRequirement = 1, statInterpolation = {1},  cost = { }, },
            [2] = {33, 50, 50, 25, 100, 4000, baseMultiplier = 0.2687, levelRequirement = 45, statInterpolation = {1},  cost = { }, },
        },
    }
    
    monster base type attack cast speed +% and damage -% final [11]
    FamilyMonsterSpeedAndDamageFixup
    Domainsmonstruo (3)
    GenerationTypeÚnicos (3)
    Req. level1
    Stats
  • monster base type attack cast speed +% and damage -% final 11 11 Global
  • Craft Tagscaster_damage Daño Ataque Lanzador de hechizos Velocidad
    Estatua de arquero
    Constructo
    monster base type attack cast speed +% and damage -% final [11]
    Archer Statue
    Spectre
    Tagsconstruct, fire_affinity, has_bow, humanoid, medium_height, mud_blood, not_int, physical_affinity, puncturing_weapon, ranged, stone_armour, stone_construct, very_slow_movement
    Vida
    246%
    Armadura
    +50%
    Evasión
    +10%
    Ailment Threshold
    246%
    Resistencia
    IconEnemyResistanceFire0% IconEnemyResistanceCold0% IconEnemyResistanceLightning0% IconEnemyResistanceChaos0%
    Damage
    72%
    Precisión
    100%
    Probabilidad de golpe crítico
    +5%
    Multiplicador de golpe crítico
    +130%
    Attack Distance
    6 ~ 40
    Attack Time
    1.995 Second
    Damage Spread
    ±20%
    Experiencia
    120%
    Model Size
    100%
    Type
    StatueBow
    Metadata
    ArenaStoneStatueMaleBow
    Nivel
    68
    Vida
    15,826
    Armadura
    43,185
    Evasión
    5,213
    Damage
    269
    Daño de hechizos
    269
    Precisión
    580
    Attack Time
    1.995
    Experiencia
    12,306
    Minion Life
    3,433
    Minion Damage
    215
    Ailment Threshold
    15,826
    Chill
    50
    Shock
    50
    Brittle
    283
    Scorch
    50
    Sap
    138
    Phys Convert Ele
    240%
    Melee
    Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Multistrikeable, Melee, ProjectilesFromUser
    Ataque estándar
    Base Damage: 215323
    Probabilidad de golpe crítico: 5%
    Attack Time: 1.995 seg
    Derriba a tus enemigos con un golpe poderoso.
    skill can fire arrows [1]
    skill can fire wand projectiles [1]
    iconbasicattack
    MonsterBurningArrow
    Attack, RangedAttack, MirageArcherCanUse, Projectile, ProjectilesFromUser, Totemable, Trappable, Mineable, Fire, ThresholdJewelArea, Triggerable
    Flecha ardiente
    Base Damage: 215323
    Probabilidad de golpe crítico: 5%
    Daño de ataque: 26.87%
    Attack Time: 1.995 seg
    Dispara una flecha ardiente que inflige daño de fuego y tiene una probabilidad de quemar.
    Inflige un 73.13% menos de daño de ataque
    Inflige un 33% más de daño
    La duración base es de 4 segundos
    Daño físico aumentado un 25%
    El 100% del daño físico se convierte en daño de fuego
    50% de probabilidad de quemar a los enemigos
    Daño del incendio aumentado un 50%
    skill can fire arrows [1]
    firearrow

    Object Type

    version 2
    extends "Metadata/Monsters/Statue/Statue"
    
    Actor
    {
    	main_hand_unarmed_type = "Bow"
    }
    
    -- src\Data\Spectres.lua
    minions["Metadata/Monsters/Statue/ArenaStoneStatueMaleBow"] = {
        fireResist = 0,
        coldResist = 0,
        lightningResist = 0,
        chaosResist = 0,
        name = "Archer Statue",
        life = 2.46,
        damage = 0.72,
        damageSpread = 0.2,
        attackTime = 1.995,
        attackRange = 40,
        accuracy = 1,
        weaponType1 = "Bow",
        skillList = {
            "Melee",
            "MonsterBurningArrow",
        },
        modList = {
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["Melee"] = {
        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",
        },
        levels = {
            [1] = {levelRequirement = 1, statInterpolation = {},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["MonsterBurningArrow"] = {
        name = "Burning Arrow",
        hidden = true,
        color = "2",
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        description = "Fires a burning arrow that deals fire damage and has a chance to ignite.",
        skillTypes = {
            [SkillType.Attack] = true,
            [SkillType.RangedAttack] = true,
            [SkillType.MirageArcherCanUse] = true,
            [SkillType.Projectile] = true,
            [SkillType.ProjectilesFromUser] = true,
            [SkillType.Totemable] = true,
            [SkillType.Trappable] = true,
            [SkillType.Mineable] = true,
            [SkillType.Fire] = true,
            [SkillType.ThresholdJewelArea] = true,
            [SkillType.Triggerable] = true,
        },
        statDescriptionScope = "debuff_skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            attack = true,
            projectile = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "active_skill_damage_+%_final",
            "base_chance_to_ignite_%",
            "burn_damage_+%",
            "physical_damage_+%",
            "skill_physical_damage_%_to_convert_to_fire",
            "base_skill_effect_duration",
            "skill_can_fire_arrows",
        },
        levels = {
            [1] = {37, 50, 50, 25, 100, 4000, baseMultiplier = 0.2875, levelRequirement = 1, statInterpolation = {1},  cost = { }, },
            [2] = {33, 50, 50, 25, 100, 4000, baseMultiplier = 0.2687, levelRequirement = 45, statInterpolation = {1},  cost = { }, },
        },
    }
    
    monster base type attack cast speed +% and damage -% final [11]
    FamilyMonsterSpeedAndDamageFixup
    Domainsmonstruo (3)
    GenerationTypeÚnicos (3)
    Req. level1
    Stats
  • monster base type attack cast speed +% and damage -% final 11 11 Global
  • Craft Tagscaster_damage Daño Ataque Lanzador de hechizos Velocidad
    Estatua de arquero
    Constructo
    monster base type attack cast speed +% and damage -% final [11]
    monster fires ice shot arrows text [1]
    Archer Statue
    Spectre
    Tagscold_affinity, construct, has_bow, humanoid, medium_height, mud_blood, not_int, physical_affinity, puncturing_weapon, ranged, stone_armour, stone_construct, very_slow_movement
    Vida
    246%
    Armadura
    +50%
    Evasión
    +10%
    Ailment Threshold
    246%
    Resistencia
    IconEnemyResistanceFire0% IconEnemyResistanceCold0% IconEnemyResistanceLightning0% IconEnemyResistanceChaos0%
    Damage
    72%
    Precisión
    100%
    Probabilidad de golpe crítico
    +5%
    Multiplicador de golpe crítico
    +130%
    Attack Distance
    6 ~ 40
    Attack Time
    1.995 Second
    Damage Spread
    ±20%
    Experiencia
    120%
    Model Size
    100%
    Type
    StatueBow
    Metadata
    BeaconStoneStatueFemaleBow
    Nivel
    68
    Vida
    15,826
    Armadura
    43,185
    Evasión
    5,213
    Damage
    269
    Daño de hechizos
    269
    Precisión
    580
    Attack Time
    1.995
    Experiencia
    12,306
    Minion Life
    3,433
    Minion Damage
    215
    Ailment Threshold
    15,826
    Chill
    50
    Shock
    50
    Brittle
    283
    Scorch
    50
    Sap
    138
    Phys Convert Ele
    240%
    Melee
    Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Multistrikeable, Melee, ProjectilesFromUser
    Ataque estándar
    Base Damage: 215323
    Probabilidad de golpe crítico: 5%
    Attack Time: 1.995 seg
    Derriba a tus enemigos con un golpe poderoso.
    skill can fire arrows [1]
    skill can fire wand projectiles [1]
    iconbasicattack
    MonsterIceShot
    Attack, RangedAttack, Projectile, ProjectilesFromUser, Area, Cold, Triggerable, MirageArcherCanUse, Totemable, Trappable, Mineable
    Disparo de hielo
    Base Damage: 215323
    Probabilidad de golpe crítico: 5%
    Daño de ataque: 62.5%
    Attack Time: 1.995 seg
    Dispara una flecha que convierte parte del daño físico en daño de hielo en el objetivo y convierte todo el daño físico en daño de hielo en un cono detrás del objetivo.
    Inflige un 37.5% menos de daño de ataque
    La duración base es de 2.5 segundos
    Daño físico aumentado un 50%
    El 50% del daño físico se convierte en daño de hielo
    projectile uses contact position [1]
    skill can fire arrows [1]
    use scaled contact offset [1]
    iceshot

    Object Type

    version 2
    extends "Metadata/Monsters/Statue/Statue"
    
    Actor
    {
    	main_hand_unarmed_type = "Bow"
    }
    
    -- src\Data\Spectres.lua
    minions["Metadata/Monsters/Statue/BeaconStoneStatueFemaleBow"] = {
        fireResist = 0,
        coldResist = 0,
        lightningResist = 0,
        chaosResist = 0,
        name = "Archer Statue",
        life = 2.46,
        damage = 0.72,
        damageSpread = 0.2,
        attackTime = 1.995,
        attackRange = 40,
        accuracy = 1,
        weaponType1 = "Bow",
        skillList = {
            "Melee",
            "MonsterIceShot",
        },
        modList = {
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["Melee"] = {
        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",
        },
        levels = {
            [1] = {levelRequirement = 1, statInterpolation = {},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["MonsterIceShot"] = {
        name = "Ice Shot",
        hidden = true,
        color = "2",
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        description = "Fires an arrow that converts some physical damage to cold on its target and converts all physical damage to cold in a cone behind that target.",
        skillTypes = {
            [SkillType.Attack] = true,
            [SkillType.RangedAttack] = true,
            [SkillType.Projectile] = true,
            [SkillType.ProjectilesFromUser] = true,
            [SkillType.Area] = true,
            [SkillType.Cold] = true,
            [SkillType.Triggerable] = true,
            [SkillType.MirageArcherCanUse] = true,
            [SkillType.Totemable] = true,
            [SkillType.Trappable] = true,
            [SkillType.Mineable] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            attack = true,
            area = true,
            projectile = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "physical_damage_+%",
            "skill_physical_damage_%_to_convert_to_cold",
            "base_skill_effect_duration",
            "skill_can_fire_arrows",
            "projectile_uses_contact_position",
            "use_scaled_contact_offset",
        },
        levels = {
            [1] = {15, 50, 2500, baseMultiplier = 0.625, levelRequirement = 1, statInterpolation = {1},  cost = { }, },
            [2] = {50, 50, 2500, baseMultiplier = 0.625, levelRequirement = 68, statInterpolation = {2},  cost = { }, },
        },
    }
    
    monster base type attack cast speed +% and damage -% final [11]
    FamilyMonsterSpeedAndDamageFixup
    Domainsmonstruo (3)
    GenerationTypeÚnicos (3)
    Req. level1
    Stats
  • monster base type attack cast speed +% and damage -% final 11 11 Global
  • Craft Tagscaster_damage Daño Ataque Lanzador de hechizos Velocidad
    monster fires ice shot arrows text [1]
    FamilyMonsterFiresIceShotArrowsText
    Domainsmonstruo (3)
    GenerationTypeÚnicos (3)
    Req. level1
    Stats
  • monster fires ice shot arrows text 1 1 Global — Valor fijo
  • Estatua de arquero
    Constructo
    monster base type attack cast speed +% and damage -% final [11]
    monster fires ice shot arrows text [1]
    Archer Statue
    Spectre
    Tagscold_affinity, construct, has_bow, humanoid, medium_height, mud_blood, not_int, physical_affinity, puncturing_weapon, ranged, stone_armour, stone_construct, very_slow_movement
    Vida
    246%
    Armadura
    +50%
    Evasión
    +10%
    Ailment Threshold
    246%
    Resistencia
    IconEnemyResistanceFire0% IconEnemyResistanceCold0% IconEnemyResistanceLightning0% IconEnemyResistanceChaos0%
    Damage
    72%
    Precisión
    100%
    Probabilidad de golpe crítico
    +5%
    Multiplicador de golpe crítico
    +130%
    Attack Distance
    6 ~ 40
    Attack Time
    1.995 Second
    Damage Spread
    ±20%
    Experiencia
    120%
    Model Size
    100%
    Type
    StatueBow
    Metadata
    BeaconStoneStatueMaleBow
    Nivel
    68
    Vida
    15,826
    Armadura
    43,185
    Evasión
    5,213
    Damage
    269
    Daño de hechizos
    269
    Precisión
    580
    Attack Time
    1.995
    Experiencia
    12,306
    Minion Life
    3,433
    Minion Damage
    215
    Ailment Threshold
    15,826
    Chill
    50
    Shock
    50
    Brittle
    283
    Scorch
    50
    Sap
    138
    Phys Convert Ele
    240%
    Melee
    Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Multistrikeable, Melee, ProjectilesFromUser
    Ataque estándar
    Base Damage: 215323
    Probabilidad de golpe crítico: 5%
    Attack Time: 1.995 seg
    Derriba a tus enemigos con un golpe poderoso.
    skill can fire arrows [1]
    skill can fire wand projectiles [1]
    iconbasicattack
    MonsterIceShot
    Attack, RangedAttack, Projectile, ProjectilesFromUser, Area, Cold, Triggerable, MirageArcherCanUse, Totemable, Trappable, Mineable
    Disparo de hielo
    Base Damage: 215323
    Probabilidad de golpe crítico: 5%
    Daño de ataque: 62.5%
    Attack Time: 1.995 seg
    Dispara una flecha que convierte parte del daño físico en daño de hielo en el objetivo y convierte todo el daño físico en daño de hielo en un cono detrás del objetivo.
    Inflige un 37.5% menos de daño de ataque
    La duración base es de 2.5 segundos
    Daño físico aumentado un 50%
    El 50% del daño físico se convierte en daño de hielo
    projectile uses contact position [1]
    skill can fire arrows [1]
    use scaled contact offset [1]
    iceshot

    Object Type

    version 2
    extends "Metadata/Monsters/Statue/Statue"
    
    Actor
    {
    	main_hand_unarmed_type = "Bow"
    }
    
    -- src\Data\Spectres.lua
    minions["Metadata/Monsters/Statue/BeaconStoneStatueMaleBow"] = {
        fireResist = 0,
        coldResist = 0,
        lightningResist = 0,
        chaosResist = 0,
        name = "Archer Statue",
        life = 2.46,
        damage = 0.72,
        damageSpread = 0.2,
        attackTime = 1.995,
        attackRange = 40,
        accuracy = 1,
        weaponType1 = "Bow",
        skillList = {
            "Melee",
            "MonsterIceShot",
        },
        modList = {
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["Melee"] = {
        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",
        },
        levels = {
            [1] = {levelRequirement = 1, statInterpolation = {},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["MonsterIceShot"] = {
        name = "Ice Shot",
        hidden = true,
        color = "2",
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        description = "Fires an arrow that converts some physical damage to cold on its target and converts all physical damage to cold in a cone behind that target.",
        skillTypes = {
            [SkillType.Attack] = true,
            [SkillType.RangedAttack] = true,
            [SkillType.Projectile] = true,
            [SkillType.ProjectilesFromUser] = true,
            [SkillType.Area] = true,
            [SkillType.Cold] = true,
            [SkillType.Triggerable] = true,
            [SkillType.MirageArcherCanUse] = true,
            [SkillType.Totemable] = true,
            [SkillType.Trappable] = true,
            [SkillType.Mineable] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            attack = true,
            area = true,
            projectile = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "physical_damage_+%",
            "skill_physical_damage_%_to_convert_to_cold",
            "base_skill_effect_duration",
            "skill_can_fire_arrows",
            "projectile_uses_contact_position",
            "use_scaled_contact_offset",
        },
        levels = {
            [1] = {15, 50, 2500, baseMultiplier = 0.625, levelRequirement = 1, statInterpolation = {1},  cost = { }, },
            [2] = {50, 50, 2500, baseMultiplier = 0.625, levelRequirement = 68, statInterpolation = {2},  cost = { }, },
        },
    }
    
    monster base type attack cast speed +% and damage -% final [11]
    FamilyMonsterSpeedAndDamageFixup
    Domainsmonstruo (3)
    GenerationTypeÚnicos (3)
    Req. level1
    Stats
  • monster base type attack cast speed +% and damage -% final 11 11 Global
  • Craft Tagscaster_damage Daño Ataque Lanzador de hechizos Velocidad
    monster fires ice shot arrows text [1]
    FamilyMonsterFiresIceShotArrowsText
    Domainsmonstruo (3)
    GenerationTypeÚnicos (3)
    Req. level1
    Stats
  • monster fires ice shot arrows text 1 1 Global — Valor fijo
  • Edit

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