อายเพ็คเกอร์
ปีศาจ
สกุล: Ape
กลุ่ม: Avian
จำนวน โทเทมอัญเชิญ สูงสุด +1 เสา
kill traps mines and totems on death [1]
Eyepecker
SpectreN
Areaความฝันของดาเรสโซ่
Tagsarcher_boss, avian_beast, beast, chaos_affinity, cold_affinity, demon, flesh_armour, gladiator, has_bow, medium_height, medium_movement, not_int, not_str, physical_affinity, puncturing_weapon, ranged, red_blood
พลังชีวิต
150%
การหลบหลีก
+50%
Ailment Threshold
150%
ค่าต้านทาน
0 0 85 0
Damage
242%
ความแม่นยำ
100%
โอกาสคริติคอล
+5%
ตัวคูณคริติคอล
+130%
Attack Distance
6 ~ 35
Attack Time
1.605 Second
Damage Spread
±20%
ค่าประสบการณ์
150%
Model Size
100%
Type
CockerelBowBoss
Metadata
CockerelBowBoss
เลเวล
37
พลังชีวิต
1,178
ค่าเกราะ
2,148
การหลบหลีก
2,093
โล่พลังงาน
0
Damage
172
ความเสียหายเวท
172
ความแม่นยำ
81
Attack Time
1.605
ค่าประสบการณ์
4,310
Ailment Threshold
1,178
Chill
4
Shock
4
Brittle
21
Scorch
4
Sap
10
MeleeAtAnimationSpeed
Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Multistrikeable, Melee, ProjectilesFromUser
โจมตีธรรมดา (Default Attack)
Base Damage: 137–206
โอกาสคริติคอล: 5%
Attack Time: 1.605 วินาที
โจมตีศัตรูของคุณด้วยการจู่โจมอย่างมีกำลัง
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]
MonsterIceShotTotemCockerelBoss
Attack, RangedAttack, Projectile, ProjectilesFromUser, Area, Cold, Triggerable, MirageArcherCanUse, Totemable, Trappable, Mineable
ศรน้ำแข็ง (Ice Shot)
Base Damage: 137–206
โอกาสคริติคอล: 5%
Attack Time: 1.605 วินาที
ยิงศรไปยังเป้าหมายที่แปลงความเสียหาย กายภาพ บางส่วนเป็น น้ำแข็ง แล้วสร้างความเสียหายในพื้นที่ทรงกรวยเบื้องหลังเป้าหมายที่แปลงความเสียหาย กายภาพ ทั้งหมดเป็น น้ำแข็ง
โทเทม คงอยู่ 8 วินาที
ระยะเวลาพื้นฐาน 2.5 วินาที
แปลงความเสียหาย กายภาพ 50% เป็น น้ำแข็ง
อัญเชิญ โทเทม 1 เสา ที่ใช้ สกิลนี้
เพิ่มความเร็วในการวางโทเทม -60%
base active skill totem level [37]
base skill is totemified [1]
base totem range [70]
number of totems summoned in formation [2]
skill can fire arrows [1]
ExileCausticArrow2
Attack, RangedAttack, MirageArcherCanUse, Projectile, ProjectilesFromUser, Area, Duration, Trappable, Mineable, Totemable, DamageOverTime, Chaos, Triggerable
ศรกัดกร่อน (Caustic Arrow)
Base Damage: 137–206
โอกาสคริติคอล: 5%
Attack Time: 1.605 วินาที
ยิงศรออกไป เมื่อกระทบจะสร้างความเสียหาย เคออส ในพื้นที่ และกระจาย พื้นกัดกร่อน ศัตรูที่ยืนอยู่บน พื้นกัดกร่อน จะได้รับความเสียหาย เคออส ต่อเนื่อง
สร้างความเสียหาย เคออส พื้นฐาน 30.7 ต่อวินาที
ระยะเวลาพื้นฐาน 4 วินาที
ม็อดที่ส่งผลต่อ ความเสียหาย กระสุน ส่งผลต่อ ความเสียหายต่อเนื่อง ของสกิลนี้
นำความเสียหาย กายภาพ 25% ของคุณ ไปเสริมเป็น เคออส
active skill area of effect radius +% final [10]
ground caustic art variation [2]
monster penalty against minions damage +% final vs player minions [-25]
skill can fire arrows [1]
visual hit effect chaos is green [1]

Object Type

version 2
extends "Metadata/Monsters/Monster"

Actor
{
	basic_action = "Emerge"
}

Object Type Codes

version 2
extends "Metadata/Monsters/Monster"

Render
{
     //turn_duration = 0.3
}
-- src\Data\Spectres.lua
minions["Metadata/Monsters/Cockerel/CockerelBowBoss"] = {
    name = "Eyepecker",
    life = 1.5,
    fireResist = 0,
    coldResist = 0,
    lightningResist = 85,
    chaosResist = 0,
    damage = 2.42,
    damageSpread = 0.2,
    attackTime = 1.605,
    attackRange = 35,
    accuracy = 1,
    weaponType1 = "Bow",
    skillList = {
        "MeleeAtAnimationSpeed",
        "ExileCausticArrow2",
        "MonsterIceShotTotemCockerelBoss",
    },
    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["ExileCausticArrow2"] = {
    name = "Caustic Arrow",
    hidden = true,
    color = "2",
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    description = "Fires an arrow which deals chaos damage in an area on impact, and spreads caustic ground. Enemies standing on the caustic ground take chaos damage over time.",
    skillTypes = {
        [SkillType.Attack] = true,
        [SkillType.RangedAttack] = true,
        [SkillType.MirageArcherCanUse] = true,
        [SkillType.Projectile] = true,
        [SkillType.ProjectilesFromUser] = true,
        [SkillType.Area] = true,
        [SkillType.Duration] = true,
        [SkillType.Trappable] = true,
        [SkillType.Mineable] = true,
        [SkillType.Totemable] = true,
        [SkillType.DamageOverTime] = true,
        [SkillType.Chaos] = true,
        [SkillType.Triggerable] = true,
    },
    statDescriptionScope = "skill_stat_descriptions",
    castTime = 1,
    baseFlags = {
        attack = true,
        area = true,
        projectile = true,
        duration = true,
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
        "base_chaos_damage_to_deal_per_minute",
        "base_skill_effect_duration",
        "physical_damage_%_to_add_as_chaos",
        "monster_penalty_against_minions_damage_+%_final_vs_player_minions",
        "ground_caustic_art_variation",
        "active_skill_area_of_effect_radius_+%_final",
        "projectile_damage_modifiers_apply_to_skill_dot",
        "visual_hit_effect_chaos_is_green",
        "skill_can_fire_arrows",
    },
    levels = {
        [1] = {1.3500000238419, 4000, 25, -25, 2, 10, levelRequirement = 3, statInterpolation = {3},  cost = { }, },
    },
}
-- src\Data\Skills\spectre.lua
skills["MonsterIceShotTotemCockerelBoss"] = {
    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,
        totem = true,
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
        "base_active_skill_totem_level",
        "skill_physical_damage_%_to_convert_to_cold",
        "base_skill_effect_duration",
        "summon_totem_cast_speed_+%",
        "number_of_totems_summoned_in_formation",
        "base_totem_duration",
        "base_totem_range",
        "skill_can_fire_arrows",
        "base_skill_is_totemified",
        "is_totem",
    },
    levels = {
        [1] = {37, 50, 2500, -60, 2, 8000, 70, levelRequirement = 37, statInterpolation = {1},  cost = { }, },
        [2] = {55, 50, 2500, -60, 2, 8000, 70, levelRequirement = 55, statInterpolation = {1},  cost = { }, },
        [3] = {68, 50, 2500, -60, 2, 8000, 70, levelRequirement = 68, statInterpolation = {1},  cost = { }, },
    },
}
IdSummonTotemCastSpeed
FamilySummonTotemCastSpeed
DomainsMonster (3)
GenerationTypeยูนิค (3)
Req. level1
Stats
  • summon totem cast speed +% Min: 0 Max: 0 Global
  • Craft Tagsspeed
    จำนวน โทเทมอัญเชิญ สูงสุด +1 เสา
    IdMonsterAdditionalTotem1
    FamilyAdditionalTotems
    DomainsMonster (3)
    GenerationTypeยูนิค (3)
    Req. level1
    Stats
  • number of additional totems allowed Min: 1 Max: 1 Global
  • kill traps mines and totems on death [1]
    IdMonsterKillTrapsMinesTotemsOnDeath
    FamilyMonsterKillTrapsMinesTotemsOnDeath
    DomainsMonster (3)
    GenerationTypeยูนิค (3)
    Req. level1
    Stats
  • kill traps mines and totems on death Min: 1 Max: 1 Global
  • Edit

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