ไอเลนเทีย แรค
มนุษย์
monster base type attack cast speed +% and damage -% final [33]
เพิ่มความเร็วในการโจมตี 20%
จำนวน โทเทมอัญเชิญ สูงสุด +5 เสา
Ailentia Rac
SpectreN
Tagsfemale_rogue_exile, has_bow, human, humanoid, light_armour, medium_height, medium_movement, not_int, not_str, physical_affinity, puncturing_weapon, ranged, red_blood, rogue_exile
พลังชีวิต
108%
การหลบหลีก
+100%
Ailment Threshold
108%
ค่าต้านทาน
30 30 30 20
Damage
143%
ความแม่นยำ
100%
โอกาสคริติคอล
+5%
ตัวคูณคริติคอล
+130%
Attack Distance
6 ~ 80
Attack Time
1.605 Second
Damage Spread
±20%
ค่าประสบการณ์
220%
Model Size
100%
Type
ExileRanger5
Metadata
ExileRanger5
เลเวล
68
พลังชีวิต
6,948
ค่าเกราะ
28,790
การหลบหลีก
9,478
โล่พลังงาน
0
Damage
534
ความเสียหายเวท
534
ความแม่นยำ
290
Attack Time
1.605
ค่าประสบการณ์
22,561
Ailment Threshold
6,948
Chill
22
Shock
22
Brittle
124
Scorch
22
Sap
61
ExileRangerSiegeBallista
Attack, Projectile, ProjectilesFromUser, RangedAttack, Trappable, Mineable, SummonsTotem, AttackInPlaceIsDefault, TotemsAreBallistae
ป้อมหน้าไม้ทลายกำแพง (Siege Ballista)
Base Damage: 427–641
โอกาสคริติคอล: 5%
ความเสียหายโจมตี: 86%
ความเสียหายโจมตี: 86.39%
Attack Time: 1.605 วินาที
คูลดาวน์: 1.5 วินาที
อัญเชิญ โทเทมป้อมหน้าไม้ ที่จะโจมตีด้วยศรเจาะทะลุ ต้องใช้กับ ธนู เท่านั้น
กระสุน เจาะทะลุ ทุกเป้าหมาย
โทเทม คงอยู่ 12 วินาที
สกิลที่เสริม มีพลังชีวิตของ โทเทม เพิ่มขึ้น 100%
สร้างความเสียหาย โจมตี ลดลง อีก 13.61%
อัญเชิญ โทเทม 1 เสา ที่ใช้ สกิลนี้
ลดความเร็วในการโจมตี อีก 33%
base active skill totem level [70]
base is projectile [1]
base skill is totemified [1]
base totem range [80]
number of totems summoned in formation [2]
skill can fire arrows [1]
ExileRangerBlinkArrow
ProjectileSpeed, Attack, Minion, RangedAttack, MinionsCanExplode, Duration, Totemable, Trappable, Mineable, Movement, Triggerable, CreatesMinion, Travel, Rain, Cooldown
Base Damage: 427–641
โอกาสคริติคอล: 5%
Attack Time: 1.605 วินาที
คูลดาวน์: 6 วินาที
ระยะเวลาพื้นฐาน 12 วินาที
alternate minion [15]
base is projectile [1]
base number of clones allowed [1]
number of monsters to summon [1]
Melee
Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Multistrikeable, Melee, ProjectilesFromUser
โจมตีธรรมดา (Default Attack)
Base Damage: 427–641
โอกาสคริติคอล: 5%
Attack Time: 1.605 วินาที
โจมตีศัตรูของคุณด้วยการจู่โจมอย่างมีกำลัง
skill can fire arrows [1]
skill can fire wand projectiles [1]

Object Type

version 2
extends "Metadata/Monsters/Exiles/Exile"

Stats
{

}

Object Type Codes

version 2
extends "Metadata/Monsters/Exiles/Exile"
-- src\Data\Spectres.lua
minions["Metadata/Monsters/Exiles/ExileRanger5"] = {
    name = "Ailentia Rac",
    life = 1.08,
    fireResist = 30,
    coldResist = 30,
    lightningResist = 30,
    chaosResist = 20,
    damage = 1.43,
    damageSpread = 0.2,
    attackTime = 1.605,
    attackRange = 80,
    accuracy = 1,
    weaponType1 = "Bow",
    skillList = {
        "Melee",
        "ExileRangerBlinkArrow",
        "ExileRangerSiegeBallista",
    },
    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["ExileRangerBlinkArrow"] = {
    name = "ExileRangerBlinkArrow",
    hidden = true,
    color = "2",
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    skillTypes = {
        [SkillType.ProjectileSpeed] = true,
        [SkillType.Attack] = true,
        [SkillType.Minion] = true,
        [SkillType.RangedAttack] = true,
        [SkillType.MinionsCanExplode] = true,
        [SkillType.Duration] = true,
        [SkillType.Totemable] = true,
        [SkillType.Trappable] = true,
        [SkillType.Mineable] = true,
        [SkillType.Movement] = true,
        [SkillType.Triggerable] = true,
        [SkillType.CreatesMinion] = true,
        [SkillType.Travel] = true,
        [SkillType.Rain] = true,
        [SkillType.Cooldown] = true,
    },
    statDescriptionScope = "skill_stat_descriptions",
    castTime = 1,
    baseFlags = {
        attack = true,
        duration = true,
        projectile = true,
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
        "base_skill_effect_duration",
        "number_of_monsters_to_summon",
        "alternate_minion",
        "base_number_of_clones_allowed",
        "base_is_projectile",
    },
    levels = {
        [1] = {12000, 1, 15, 1, levelRequirement = 1, statInterpolation = {},  cost = { }, },
    },
}
-- src\Data\Skills\spectre.lua
skills["ExileRangerSiegeBallista"] = {
    name = "Siege Ballista",
    hidden = true,
    color = "2",
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    description = "Summons a ballista totem that attacks with piercing arrows. Requires a Bow.",
    skillTypes = {
        [SkillType.Attack] = true,
        [SkillType.Projectile] = true,
        [SkillType.ProjectilesFromUser] = true,
        [SkillType.RangedAttack] = true,
        [SkillType.Trappable] = true,
        [SkillType.Mineable] = true,
        [SkillType.SummonsTotem] = true,
        [SkillType.AttackInPlaceIsDefault] = true,
        [SkillType.TotemsAreBallistae] = true,
    },
    statDescriptionScope = "skill_stat_descriptions",
    castTime = 1,
    baseFlags = {
        attack = true,
        projectile = true,
        totem = true,
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
        "base_active_skill_totem_level",
        "totem_life_+%",
        "active_skill_attack_speed_+%_final",
        "base_totem_range",
        "base_totem_duration",
        "number_of_totems_summoned_in_formation",
        "base_is_projectile",
        "base_skill_is_totemified",
        "is_totem",
        "skill_can_fire_arrows",
        "always_pierce",
    },
    levels = {
        [1] = {2, 30, -33, 80, 12000, 2, baseMultiplier = 0.683, levelRequirement = 2, statInterpolation = {1, 1},  cost = { }, },
        [2] = {5, 40, -33, 80, 12000, 2, baseMultiplier = 0.6925, levelRequirement = 5, statInterpolation = {1, 1},  cost = { }, },
        [3] = {8, 50, -33, 80, 12000, 2, baseMultiplier = 0.702, levelRequirement = 8, statInterpolation = {1, 1},  cost = { }, },
        [4] = {12, 60, -33, 80, 12000, 2, baseMultiplier = 0.7116, levelRequirement = 12, statInterpolation = {1, 1},  cost = { }, },
        [5] = {16, 70, -33, 80, 12000, 2, baseMultiplier = 0.7211, levelRequirement = 16, statInterpolation = {1, 1},  cost = { }, },
        [6] = {20, 80, -33, 80, 12000, 2, baseMultiplier = 0.7306, levelRequirement = 20, statInterpolation = {1, 1},  cost = { }, },
        [7] = {24, 90, -33, 80, 12000, 2, baseMultiplier = 0.7401, levelRequirement = 24, statInterpolation = {1, 1},  cost = { }, },
        [8] = {28, 100, -33, 80, 12000, 2, baseMultiplier = 0.7496, levelRequirement = 28, statInterpolation = {1, 1},  cost = { }, },
        [9] = {32, 100, -33, 80, 12000, 2, baseMultiplier = 0.7592, levelRequirement = 32, statInterpolation = {1, 1},  cost = { }, },
        [10] = {36, 100, -33, 80, 12000, 2, baseMultiplier = 0.7687, levelRequirement = 36, statInterpolation = {1, 1},  cost = { }, },
        [11] = {40, 100, -33, 80, 12000, 2, baseMultiplier = 0.7782, levelRequirement = 40, statInterpolation = {1, 1},  cost = { }, },
        [12] = {44, 100, -33, 80, 12000, 2, baseMultiplier = 0.7877, levelRequirement = 44, statInterpolation = {1, 1},  cost = { }, },
        [13] = {48, 100, -33, 80, 12000, 2, baseMultiplier = 0.7972, levelRequirement = 48, statInterpolation = {1, 1},  cost = { }, },
        [14] = {52, 100, -33, 80, 12000, 2, baseMultiplier = 0.8068, levelRequirement = 50, statInterpolation = {1, 1},  cost = { }, },
        [15] = {55, 100, -33, 80, 12000, 2, baseMultiplier = 0.8163, levelRequirement = 52, statInterpolation = {1, 1},  cost = { }, },
        [16] = {58, 100, -33, 80, 12000, 2, baseMultiplier = 0.8258, levelRequirement = 55, statInterpolation = {1, 1},  cost = { }, },
        [17] = {61, 100, -33, 80, 12000, 2, baseMultiplier = 0.8353, levelRequirement = 58, statInterpolation = {1, 1},  cost = { }, },
        [18] = {64, 100, -33, 80, 12000, 2, baseMultiplier = 0.8448, levelRequirement = 61, statInterpolation = {1, 1},  cost = { }, },
        [19] = {67, 100, -33, 80, 12000, 2, baseMultiplier = 0.8544, levelRequirement = 64, statInterpolation = {1, 1},  cost = { }, },
        [20] = {70, 100, -33, 80, 12000, 2, baseMultiplier = 0.8639, levelRequirement = 67, statInterpolation = {1, 1},  cost = { }, },
        [21] = {72, 100, -33, 80, 12000, 2, baseMultiplier = 0.8734, levelRequirement = 70, statInterpolation = {1, 1},  cost = { }, },
        [22] = {74, 100, -33, 80, 12000, 2, baseMultiplier = 0.8829, levelRequirement = 72, statInterpolation = {1, 1},  cost = { }, },
        [23] = {76, 100, -33, 80, 12000, 2, baseMultiplier = 0.8924, levelRequirement = 74, statInterpolation = {1, 1},  cost = { }, },
        [24] = {78, 100, -33, 80, 12000, 2, baseMultiplier = 0.902, levelRequirement = 76, statInterpolation = {1, 1},  cost = { }, },
        [25] = {80, 100, -33, 80, 12000, 2, baseMultiplier = 0.9115, levelRequirement = 77, statInterpolation = {1, 1},  cost = { }, },
        [26] = {82, 100, -33, 80, 12000, 2, baseMultiplier = 0.921, levelRequirement = 78, statInterpolation = {1, 1},  cost = { }, },
        [27] = {84, 100, -33, 80, 12000, 2, baseMultiplier = 0.9305, levelRequirement = 79, statInterpolation = {1, 1},  cost = { }, },
        [28] = {86, 100, -33, 80, 12000, 2, baseMultiplier = 0.94, levelRequirement = 80, statInterpolation = {1, 1},  cost = { }, },
        [29] = {88, 100, -33, 80, 12000, 2, baseMultiplier = 0.9496, levelRequirement = 81, statInterpolation = {1, 1},  cost = { }, },
        [30] = {90, 100, -33, 80, 12000, 2, baseMultiplier = 0.9591, levelRequirement = 82, statInterpolation = {1, 1},  cost = { }, },
    },
}
monster base type attack cast speed +% and damage -% final [33]
IdMonsterSpeedAndDamageFixupComplete
FamilyMonsterSpeedAndDamageFixup
DomainsMonster (3)
GenerationTypeยูนิค (3)
Req. level1
Stats
  • monster base type attack cast speed +% and damage -% final Min: 33 Max: 33 Global
  • Craft Tagscaster_damage damage attack caster speed
    เพิ่มความเร็วในการโจมตี 20%
    IdMonsterImplicitFastAttack4
    FamilyIncreasedAttackSpeed
    DomainsMonster (3)
    GenerationTypeยูนิค (3)
    Req. level1
    Stats
  • attack speed +% Min: 20 Max: 20 Global
  • Craft Tagsattack speed
    จำนวน โทเทมอัญเชิญ สูงสุด +5 เสา
    IdMonsterFiveAdditionalTotems_
    FamilyAdditionalTotems
    DomainsMonster (3)
    GenerationTypeยูนิค (3)
    Req. level1
    Stats
  • number of additional totems allowed Min: 5 Max: 5 Global
  • ไอเลนเทีย แรค
    มนุษย์
    monster base type attack cast speed +% and damage -% final [33]
    เพิ่มความเร็วในการโจมตี 20%
    จำนวน โทเทมอัญเชิญ สูงสุด +5 เสา
    เพิ่มพลังชีวิตสูงสุด 100%
    เพิ่มพื้นที่ส่งผล 100%
    เพิ่มขนาดของตัวละคร 80%
    Ailentia Rac
    SpectreN
    Tagsfemale_rogue_exile, has_bow, human, humanoid, light_armour, medium_height, medium_movement, not_int, not_str, physical_affinity, puncturing_weapon, ranged, red_blood, rogue_exile
    พลังชีวิต
    108%
    การหลบหลีก
    +100%
    Ailment Threshold
    108%
    ค่าต้านทาน
    30 30 30 20
    Damage
    143%
    ความแม่นยำ
    100%
    โอกาสคริติคอล
    +5%
    ตัวคูณคริติคอล
    +130%
    Attack Distance
    6 ~ 80
    Attack Time
    1.605 Second
    Damage Spread
    ±20%
    ค่าประสบการณ์
    220%
    Model Size
    100%
    Type
    ExileRanger5
    Metadata
    ExileRanger5Supporter
    เลเวล
    68
    พลังชีวิต
    6,948
    ค่าเกราะ
    28,790
    การหลบหลีก
    9,478
    โล่พลังงาน
    0
    Damage
    534
    ความเสียหายเวท
    534
    ความแม่นยำ
    290
    Attack Time
    1.605
    ค่าประสบการณ์
    22,561
    Ailment Threshold
    6,948
    Chill
    22
    Shock
    22
    Brittle
    124
    Scorch
    22
    Sap
    61
    ExileRangerSiegeBallista
    Attack, Projectile, ProjectilesFromUser, RangedAttack, Trappable, Mineable, SummonsTotem, AttackInPlaceIsDefault, TotemsAreBallistae
    ป้อมหน้าไม้ทลายกำแพง (Siege Ballista)
    Base Damage: 427–641
    โอกาสคริติคอล: 5%
    ความเสียหายโจมตี: 86%
    ความเสียหายโจมตี: 86.39%
    Attack Time: 1.605 วินาที
    คูลดาวน์: 1.5 วินาที
    อัญเชิญ โทเทมป้อมหน้าไม้ ที่จะโจมตีด้วยศรเจาะทะลุ ต้องใช้กับ ธนู เท่านั้น
    กระสุน เจาะทะลุ ทุกเป้าหมาย
    โทเทม คงอยู่ 12 วินาที
    สกิลที่เสริม มีพลังชีวิตของ โทเทม เพิ่มขึ้น 100%
    สร้างความเสียหาย โจมตี ลดลง อีก 13.61%
    อัญเชิญ โทเทม 1 เสา ที่ใช้ สกิลนี้
    ลดความเร็วในการโจมตี อีก 33%
    base active skill totem level [70]
    base is projectile [1]
    base skill is totemified [1]
    base totem range [80]
    number of totems summoned in formation [2]
    skill can fire arrows [1]
    ExileRangerBlinkArrow
    ProjectileSpeed, Attack, Minion, RangedAttack, MinionsCanExplode, Duration, Totemable, Trappable, Mineable, Movement, Triggerable, CreatesMinion, Travel, Rain, Cooldown
    Base Damage: 427–641
    โอกาสคริติคอล: 5%
    Attack Time: 1.605 วินาที
    คูลดาวน์: 6 วินาที
    ระยะเวลาพื้นฐาน 12 วินาที
    alternate minion [15]
    base is projectile [1]
    base number of clones allowed [1]
    number of monsters to summon [1]
    Melee
    Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Multistrikeable, Melee, ProjectilesFromUser
    โจมตีธรรมดา (Default Attack)
    Base Damage: 427–641
    โอกาสคริติคอล: 5%
    Attack Time: 1.605 วินาที
    โจมตีศัตรูของคุณด้วยการจู่โจมอย่างมีกำลัง
    skill can fire arrows [1]
    skill can fire wand projectiles [1]

    Object Type

    version 2
    extends "Metadata/Monsters/Exiles/Exile"
    
    Stats
    {
    
    }

    Object Type Codes

    version 2
    extends "Metadata/Monsters/Exiles/Exile"
    
    -- src\Data\Spectres.lua
    minions["Metadata/Monsters/Exiles/ExileRanger5Supporter"] = {
        name = "Ailentia Rac",
        life = 1.08,
        fireResist = 30,
        coldResist = 30,
        lightningResist = 30,
        chaosResist = 20,
        damage = 1.43,
        damageSpread = 0.2,
        attackTime = 1.605,
        attackRange = 80,
        accuracy = 1,
        weaponType1 = "Bow",
        skillList = {
            "Melee",
            "ExileRangerBlinkArrow",
            "ExileRangerSiegeBallista",
        },
        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["ExileRangerBlinkArrow"] = {
        name = "ExileRangerBlinkArrow",
        hidden = true,
        color = "2",
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.ProjectileSpeed] = true,
            [SkillType.Attack] = true,
            [SkillType.Minion] = true,
            [SkillType.RangedAttack] = true,
            [SkillType.MinionsCanExplode] = true,
            [SkillType.Duration] = true,
            [SkillType.Totemable] = true,
            [SkillType.Trappable] = true,
            [SkillType.Mineable] = true,
            [SkillType.Movement] = true,
            [SkillType.Triggerable] = true,
            [SkillType.CreatesMinion] = true,
            [SkillType.Travel] = true,
            [SkillType.Rain] = true,
            [SkillType.Cooldown] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            attack = true,
            duration = true,
            projectile = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "base_skill_effect_duration",
            "number_of_monsters_to_summon",
            "alternate_minion",
            "base_number_of_clones_allowed",
            "base_is_projectile",
        },
        levels = {
            [1] = {12000, 1, 15, 1, levelRequirement = 1, statInterpolation = {},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["ExileRangerSiegeBallista"] = {
        name = "Siege Ballista",
        hidden = true,
        color = "2",
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        description = "Summons a ballista totem that attacks with piercing arrows. Requires a Bow.",
        skillTypes = {
            [SkillType.Attack] = true,
            [SkillType.Projectile] = true,
            [SkillType.ProjectilesFromUser] = true,
            [SkillType.RangedAttack] = true,
            [SkillType.Trappable] = true,
            [SkillType.Mineable] = true,
            [SkillType.SummonsTotem] = true,
            [SkillType.AttackInPlaceIsDefault] = true,
            [SkillType.TotemsAreBallistae] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            attack = true,
            projectile = true,
            totem = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "base_active_skill_totem_level",
            "totem_life_+%",
            "active_skill_attack_speed_+%_final",
            "base_totem_range",
            "base_totem_duration",
            "number_of_totems_summoned_in_formation",
            "base_is_projectile",
            "base_skill_is_totemified",
            "is_totem",
            "skill_can_fire_arrows",
            "always_pierce",
        },
        levels = {
            [1] = {2, 30, -33, 80, 12000, 2, baseMultiplier = 0.683, levelRequirement = 2, statInterpolation = {1, 1},  cost = { }, },
            [2] = {5, 40, -33, 80, 12000, 2, baseMultiplier = 0.6925, levelRequirement = 5, statInterpolation = {1, 1},  cost = { }, },
            [3] = {8, 50, -33, 80, 12000, 2, baseMultiplier = 0.702, levelRequirement = 8, statInterpolation = {1, 1},  cost = { }, },
            [4] = {12, 60, -33, 80, 12000, 2, baseMultiplier = 0.7116, levelRequirement = 12, statInterpolation = {1, 1},  cost = { }, },
            [5] = {16, 70, -33, 80, 12000, 2, baseMultiplier = 0.7211, levelRequirement = 16, statInterpolation = {1, 1},  cost = { }, },
            [6] = {20, 80, -33, 80, 12000, 2, baseMultiplier = 0.7306, levelRequirement = 20, statInterpolation = {1, 1},  cost = { }, },
            [7] = {24, 90, -33, 80, 12000, 2, baseMultiplier = 0.7401, levelRequirement = 24, statInterpolation = {1, 1},  cost = { }, },
            [8] = {28, 100, -33, 80, 12000, 2, baseMultiplier = 0.7496, levelRequirement = 28, statInterpolation = {1, 1},  cost = { }, },
            [9] = {32, 100, -33, 80, 12000, 2, baseMultiplier = 0.7592, levelRequirement = 32, statInterpolation = {1, 1},  cost = { }, },
            [10] = {36, 100, -33, 80, 12000, 2, baseMultiplier = 0.7687, levelRequirement = 36, statInterpolation = {1, 1},  cost = { }, },
            [11] = {40, 100, -33, 80, 12000, 2, baseMultiplier = 0.7782, levelRequirement = 40, statInterpolation = {1, 1},  cost = { }, },
            [12] = {44, 100, -33, 80, 12000, 2, baseMultiplier = 0.7877, levelRequirement = 44, statInterpolation = {1, 1},  cost = { }, },
            [13] = {48, 100, -33, 80, 12000, 2, baseMultiplier = 0.7972, levelRequirement = 48, statInterpolation = {1, 1},  cost = { }, },
            [14] = {52, 100, -33, 80, 12000, 2, baseMultiplier = 0.8068, levelRequirement = 50, statInterpolation = {1, 1},  cost = { }, },
            [15] = {55, 100, -33, 80, 12000, 2, baseMultiplier = 0.8163, levelRequirement = 52, statInterpolation = {1, 1},  cost = { }, },
            [16] = {58, 100, -33, 80, 12000, 2, baseMultiplier = 0.8258, levelRequirement = 55, statInterpolation = {1, 1},  cost = { }, },
            [17] = {61, 100, -33, 80, 12000, 2, baseMultiplier = 0.8353, levelRequirement = 58, statInterpolation = {1, 1},  cost = { }, },
            [18] = {64, 100, -33, 80, 12000, 2, baseMultiplier = 0.8448, levelRequirement = 61, statInterpolation = {1, 1},  cost = { }, },
            [19] = {67, 100, -33, 80, 12000, 2, baseMultiplier = 0.8544, levelRequirement = 64, statInterpolation = {1, 1},  cost = { }, },
            [20] = {70, 100, -33, 80, 12000, 2, baseMultiplier = 0.8639, levelRequirement = 67, statInterpolation = {1, 1},  cost = { }, },
            [21] = {72, 100, -33, 80, 12000, 2, baseMultiplier = 0.8734, levelRequirement = 70, statInterpolation = {1, 1},  cost = { }, },
            [22] = {74, 100, -33, 80, 12000, 2, baseMultiplier = 0.8829, levelRequirement = 72, statInterpolation = {1, 1},  cost = { }, },
            [23] = {76, 100, -33, 80, 12000, 2, baseMultiplier = 0.8924, levelRequirement = 74, statInterpolation = {1, 1},  cost = { }, },
            [24] = {78, 100, -33, 80, 12000, 2, baseMultiplier = 0.902, levelRequirement = 76, statInterpolation = {1, 1},  cost = { }, },
            [25] = {80, 100, -33, 80, 12000, 2, baseMultiplier = 0.9115, levelRequirement = 77, statInterpolation = {1, 1},  cost = { }, },
            [26] = {82, 100, -33, 80, 12000, 2, baseMultiplier = 0.921, levelRequirement = 78, statInterpolation = {1, 1},  cost = { }, },
            [27] = {84, 100, -33, 80, 12000, 2, baseMultiplier = 0.9305, levelRequirement = 79, statInterpolation = {1, 1},  cost = { }, },
            [28] = {86, 100, -33, 80, 12000, 2, baseMultiplier = 0.94, levelRequirement = 80, statInterpolation = {1, 1},  cost = { }, },
            [29] = {88, 100, -33, 80, 12000, 2, baseMultiplier = 0.9496, levelRequirement = 81, statInterpolation = {1, 1},  cost = { }, },
            [30] = {90, 100, -33, 80, 12000, 2, baseMultiplier = 0.9591, levelRequirement = 82, statInterpolation = {1, 1},  cost = { }, },
        },
    }
    
    monster base type attack cast speed +% and damage -% final [33]
    IdMonsterSpeedAndDamageFixupComplete
    FamilyMonsterSpeedAndDamageFixup
    DomainsMonster (3)
    GenerationTypeยูนิค (3)
    Req. level1
    Stats
  • monster base type attack cast speed +% and damage -% final Min: 33 Max: 33 Global
  • Craft Tagscaster_damage damage attack caster speed
    เพิ่มความเร็วในการโจมตี 20%
    IdMonsterImplicitFastAttack4
    FamilyIncreasedAttackSpeed
    DomainsMonster (3)
    GenerationTypeยูนิค (3)
    Req. level1
    Stats
  • attack speed +% Min: 20 Max: 20 Global
  • Craft Tagsattack speed
    จำนวน โทเทมอัญเชิญ สูงสุด +5 เสา
    IdMonsterFiveAdditionalTotems_
    FamilyAdditionalTotems
    DomainsMonster (3)
    GenerationTypeยูนิค (3)
    Req. level1
    Stats
  • number of additional totems allowed Min: 5 Max: 5 Global
  • เพิ่มพลังชีวิตสูงสุด 100%
    เพิ่มพื้นที่ส่งผล 100%
    เพิ่มขนาดของตัวละคร 80%
    IdMonsterSupporterGigantism1
    FamilyMonsterSupporterGigantism
    DomainsMonster (3)
    GenerationTypeยูนิค (3)
    Req. level1
    Stats
  • maximum life +% Min: 100 Max: 100 Global
  • base actor scale +% Min: 80 Max: 80 Global
  • base skill area of effect +% Min: 100 Max: 100 Global
  • ไอเลนเทีย แรค
    มนุษย์
    Ailentia Rac
    SpectreN
    Tagshas_bow, human, humanoid, is_clone, light_armour, medium_height, medium_movement, not_int, not_str, physical_affinity, puncturing_weapon, ranged, red_blood
    พลังชีวิต
    108%
    การหลบหลีก
    +100%
    Ailment Threshold
    108%
    ค่าต้านทาน
    30 30 30 20
    Damage
    143%
    ความแม่นยำ
    100%
    โอกาสคริติคอล
    +5%
    ตัวคูณคริติคอล
    +130%
    Attack Distance
    6 ~ 80
    Attack Time
    1.605 Second
    Damage Spread
    ±20%
    ค่าประสบการณ์
    220%
    Model Size
    100%
    Type
    ExileRanger5Clone
    Metadata
    ExileRanger5Clone
    เลเวล
    68
    พลังชีวิต
    6,948
    ค่าเกราะ
    28,790
    การหลบหลีก
    9,478
    โล่พลังงาน
    0
    Damage
    534
    ความเสียหายเวท
    534
    ความแม่นยำ
    290
    Attack Time
    1.605
    ค่าประสบการณ์
    22,561
    Ailment Threshold
    6,948
    Chill
    22
    Shock
    22
    Brittle
    124
    Scorch
    22
    Sap
    61
    Melee
    Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Multistrikeable, Melee, ProjectilesFromUser
    โจมตีธรรมดา (Default Attack)
    Base Damage: 427–641
    โอกาสคริติคอล: 5%
    Attack Time: 1.605 วินาที
    โจมตีศัตรูของคุณด้วยการจู่โจมอย่างมีกำลัง
    skill can fire arrows [1]
    skill can fire wand projectiles [1]

    Object Type

    version 2
    extends "Metadata/Monsters/Exiles/Exile"
    
    DiesAfterTime
    {
    }
    
    Pathfinding
    {
    	immobile = true
    }
    
    Life
    {
    	corpse_usable = false
    
    	on_death = "Delete();"
    }
    
    Stats
    {
    	set_item_drop_slots = 0
    	set_is_double = 1
    	set_energy_shield_recharge_rate_per_minute_% = 0
    	set_minion_dies_when_parent_dies = 1
    }

    Object Type Codes

    version 2
    extends "Metadata/Monsters/Exiles/Exile"
    
    -- src\Data\Spectres.lua
    minions["Metadata/Monsters/Exiles/ExileRanger5Clone"] = {
        name = "Ailentia Rac",
        life = 1.08,
        fireResist = 30,
        coldResist = 30,
        lightningResist = 30,
        chaosResist = 20,
        damage = 1.43,
        damageSpread = 0.2,
        attackTime = 1.605,
        attackRange = 80,
        accuracy = 1,
        weaponType1 = "Bow",
        skillList = {
            "Melee",
        },
        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 = { }, },
        },
    }