不定型者
惡魔
75% 更多最大生命
怪物增加 300% 經驗值
增加 1000% 物品掉落數量
增加 1000% 物品掉落稀有度
增加 100% 隱身
Abhorred Elitist
幽魂Y
標籤demon, flesh_armour, has_one_hand_sword, has_one_handed_melee, humanoid, medium_height, medium_movement, melee, not_int, physical_affinity, red_blood, undying
Packs
  • 不定型者, 不定型者, 不定型者, 不定型者
  • 生命
    120%
    護甲
    +50%
    閃避
    +10%
    異常狀態臨界值
    120%
    抗性
    37 37 37 0
    傷害
    150%
    命中
    100%
    暴擊率
    +5%
    暴擊加成
    +130%
    攻擊距離
    6 ~ 8
    攻擊間隔
    1.245 秒
    傷害分佈
    ±20%
    經驗值
    120%
    Model Size
    115%
    類型
    CityStalkerElite
    Metadata
    SextantCityStalkerFemaleCasterArmour
    等級
    68
    生命
    7,720
    護甲
    43,185
    閃避
    5,213
    能量護盾
    0
    傷害
    560
    法術傷害
    560
    命中
    290
    攻擊間隔
    1.245
    經驗值
    12,306
    異常狀態臨界值
    7,720
    冰緩
    24
    感電
    24
    易碎
    138
    焦灼
    24
    殘喘
    67
    MeleeAtAnimationSpeed
    攻擊, 範圍攻擊, 技能可幻影射手, 投射物, 近戰單一目標, 攻擊可重複, 近戰, 玩家投射物
    普通攻擊
    基本傷害: 448–672
    暴擊率: 5%
    攻擊間隔: 1.245 秒
    用強大的攻擊擊倒敵人。
    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]
    CitystalkerElementalHit
    攻擊, 投射物, 玩家投射物, 圖騰技能, 陷阱技能, 地雷技能, 近戰單一目標, 攻擊可重複, 近戰, 火焰, 冰冷, 閃電, 範圍攻擊, 技能可幻影射手, 範圍, 可觸發, RandomElement
    元素打擊
    基本傷害: 448–672
    暴擊率: 5%
    攻擊傷害: 150%
    攻擊間隔: 1.245 秒
    每次使用此技能攻擊將會隨機選擇1種元素,並只會使用該元素造成傷害。攻擊擊中敵人時會對周圍的敵人造成傷害,若被攻擊的敵人已經受到被選中元素的異常狀態,半徑會更大。不會連續選擇到相同的元素。
    造成 50% 更多攻擊傷害
    造成 149.5% 更多傷害
    25% 機率造成冰凍、感電與燃燒
    基礎範圍為 1
    is area damage [1]

    Object Type

    version 2
    extends "Metadata/Monsters/Monster"
    Actor
    {
    	main_hand_unarmed_type = "One_Hand_Sword"
    }
    
    Positioned
    {
    	team = 15
    }

    Object Type Codes

    version 2
    extends "Metadata/Monsters/Monster"
    
    BaseEvents
    {
    	on_construction_complete = "AddEffectPack( Metadata/Effects/StatusAilments/monsters/wealthytraitor.epk ); "
    }
    -- src\Data\Spectres.lua
    minions["Metadata/Monsters/Undying/SextantCityStalkerFemaleCasterArmour"] = {
        name = "Abhorred Elitist",
        life = 1.2,
        fireResist = 37,
        coldResist = 37,
        lightningResist = 37,
        chaosResist = 0,
        damage = 1.5,
        damageSpread = 0.2,
        attackTime = 1.245,
        attackRange = 8,
        accuracy = 1,
        skillList = {
            "CitystalkerElementalHit",
            "MeleeAtAnimationSpeed",
        },
        modList = {
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["CitystalkerElementalHit"] = {
        name = "Elemental Hit",
        hidden = true,
        color = "2",
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        description = "Each attack with this skill will choose an element at random, and will only be able to deal damage of that element. If the attack hits an enemy, it will deal damage in an area around them, with the radius being larger if that enemy is suffering from an ailment of the chosen element. It will avoid choosing the same element twice in a row.",
        skillTypes = {
            [SkillType.Attack] = true,
            [SkillType.Projectile] = true,
            [SkillType.ProjectilesFromUser] = true,
            [SkillType.Totemable] = true,
            [SkillType.Trappable] = true,
            [SkillType.Mineable] = true,
            [SkillType.MeleeSingleTarget] = true,
            [SkillType.Multistrikeable] = true,
            [SkillType.Melee] = true,
            [SkillType.Fire] = true,
            [SkillType.Cold] = true,
            [SkillType.Lightning] = true,
            [SkillType.RangedAttack] = true,
            [SkillType.MirageArcherCanUse] = true,
            [SkillType.Area] = true,
            [SkillType.Triggerable] = true,
            [SkillType.RandomElement] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            attack = true,
            area = true,
            melee = true,
            projectile = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "active_skill_damage_+%_final",
            "chance_to_freeze_shock_ignite_%",
            "active_skill_base_area_of_effect_radius",
            "is_area_damage",
        },
        levels = {
            [1] = {0, 25, 10, baseMultiplier = 1.5, levelRequirement = 1, statInterpolation = {2},  cost = { }, },
            [2] = {0, 25, 10, baseMultiplier = 1.5, levelRequirement = 20, statInterpolation = {2},  cost = { }, },
            [3] = {1, 25, 10, baseMultiplier = 1.5, levelRequirement = 21, statInterpolation = {2},  cost = { }, },
            [4] = {200, 25, 10, baseMultiplier = 1.5, levelRequirement = 84, statInterpolation = {2},  cost = { }, },
        },
    }
    -- 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 = { }, },
        },
    }
    
    75% 更多最大生命
    怪物增加 300% 經驗值
    增加 1000% 物品掉落數量
    增加 1000% 物品掉落稀有度
    增加 100% 隱身
    IdMonsterSextantLifeQualityQuantity
    FamilyMonsterSextantLifeQualityQuantity
    Domains怪物 (3)
    GenerationType傳奇 (3)
    Req. level1
    Stats
  • stealth +% Min: 100 Max: 100 全域
  • monster slain experience +% Min: 300 Max: 300 全域
  • monster dropped item rarity +% Min: 1000 Max: 1000 全域
  • monster dropped item quantity +% Min: 1000 Max: 1000 全域
  • monster life +% final from rarity Min: 75 Max: 75 全域
  • 不定型者
    惡魔
    75% 更多最大生命
    怪物增加 300% 經驗值
    增加 1000% 物品掉落數量
    增加 1000% 物品掉落稀有度
    增加 100% 隱身
    Abhorred Elitist
    幽魂Y
    標籤法術, cold_affinity, demon, flesh_armour, has_one_hand_sword, has_one_handed_melee, humanoid, medium_height, medium_movement, melee, not_int, physical_affinity, ranged, red_blood, undying
    Packs
  • 不定型者, 不定型者, 不定型者, 不定型者
  • 生命
    110%
    護甲
    +50%
    閃避
    +10%
    異常狀態臨界值
    110%
    抗性
    20 20 20 0
    傷害
    125%
    命中
    100%
    暴擊率
    +5%
    暴擊加成
    +130%
    攻擊距離
    6 ~ 8
    攻擊間隔
    1.245 秒
    傷害分佈
    ±20%
    經驗值
    100%
    Model Size
    115%
    類型
    CityStalkerArmour
    Metadata
    SextantCityStalkerFemaleArmour
    等級
    68
    生命
    7,077
    護甲
    43,185
    閃避
    5,213
    能量護盾
    0
    傷害
    467
    法術傷害
    467
    命中
    290
    攻擊間隔
    1.245
    經驗值
    10,255
    異常狀態臨界值
    7,077
    冰緩
    22
    感電
    22
    易碎
    127
    焦灼
    22
    殘喘
    62
    MeleeAtAnimationSpeed
    攻擊, 範圍攻擊, 技能可幻影射手, 投射物, 近戰單一目標, 攻擊可重複, 近戰, 玩家投射物
    普通攻擊
    基本傷害: 374–560
    暴擊率: 5%
    攻擊間隔: 1.245 秒
    用強大的攻擊擊倒敵人。
    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]
    SextantCityStalkerIceSpear
    法術, 投射物, 玩家投射物, 傷害, 陷阱技能, 圖騰技能, 地雷技能, 法術可重複, 可觸發, 冰冷, 可齊射
    冰矛
    暴擊率: 7%
    施放時間: 0.85 秒
    快速連續地發射冰之碎片。碎片在飛行一小段距離後會轉化為第二型態,此階段碎片飛行速度更快且能穿透敵人。
    造成 335.7503.5 冰冷傷害
    第二型態增加 600% 暴擊率
    active skill chill duration +% final [78]
    base is projectile [1]
    spell maximum action distance +% [-25]

    Object Type

    version 2
    extends "Metadata/Monsters/Monster"
    Actor
    {
    	main_hand_unarmed_type = "One_Hand_Sword"
    }
    
    Positioned
    {
    	team = 15
    }

    Object Type Codes

    version 2
    extends "Metadata/Monsters/Monster"
    
    BaseEvents
    {
    	on_construction_complete = "AddEffectPack( Metadata/Effects/StatusAilments/monsters/wealthytraitor.epk ); "
    }
    -- src\Data\Spectres.lua
    minions["Metadata/Monsters/Undying/SextantCityStalkerFemaleArmour"] = {
        name = "Abhorred Elitist",
        life = 1.1,
        fireResist = 20,
        coldResist = 20,
        lightningResist = 20,
        chaosResist = 0,
        damage = 1.25,
        damageSpread = 0.2,
        attackTime = 1.245,
        attackRange = 8,
        accuracy = 1,
        skillList = {
            "MeleeAtAnimationSpeed",
            "SextantCityStalkerIceSpear",
        },
        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["SextantCityStalkerIceSpear"] = {
        name = "Ice Spear",
        hidden = true,
        color = 4,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        description = "Launches shards of ice in rapid succession. After travelling a short distance they change to a second form, which moves much faster and pierces through enemies.",
        skillTypes = {
            [SkillType.Spell] = true,
            [SkillType.Projectile] = true,
            [SkillType.ProjectilesFromUser] = true,
            [SkillType.Damage] = true,
            [SkillType.Trappable] = true,
            [SkillType.Totemable] = true,
            [SkillType.Mineable] = true,
            [SkillType.Multicastable] = true,
            [SkillType.Triggerable] = true,
            [SkillType.Cold] = true,
            [SkillType.CanRapidFire] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 0.85,
        baseFlags = {
            spell = true,
            projectile = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "spell_minimum_base_cold_damage",
            "spell_maximum_base_cold_damage",
            "active_skill_chill_duration_+%_final",
            "spell_maximum_action_distance_+%",
            "ice_spear_second_form_critical_strike_chance_+%",
            "base_is_projectile",
        },
        levels = {
            [1] = {0.80000001192093, 1.2000000476837, 78, -25, 600, critChance = 7, levelRequirement = 3, statInterpolation = {3, 3},  cost = { }, },
        },
    }
    
    75% 更多最大生命
    怪物增加 300% 經驗值
    增加 1000% 物品掉落數量
    增加 1000% 物品掉落稀有度
    增加 100% 隱身
    IdMonsterSextantLifeQualityQuantity
    FamilyMonsterSextantLifeQualityQuantity
    Domains怪物 (3)
    GenerationType傳奇 (3)
    Req. level1
    Stats
  • stealth +% Min: 100 Max: 100 全域
  • monster slain experience +% Min: 300 Max: 300 全域
  • monster dropped item rarity +% Min: 1000 Max: 1000 全域
  • monster dropped item quantity +% Min: 1000 Max: 1000 全域
  • monster life +% final from rarity Min: 75 Max: 75 全域
  • 不定型者
    惡魔
    75% 更多最大生命
    怪物增加 300% 經驗值
    增加 1000% 物品掉落數量
    增加 1000% 物品掉落稀有度
    增加 100% 隱身
    Abhorred Elitist
    幽魂Y
    標籤demon, flesh_armour, has_one_hand_sword, has_one_handed_melee, humanoid, medium_height, medium_movement, melee, not_int, physical_affinity, red_blood, undying
    Packs
  • 不定型者, 不定型者, 不定型者, 不定型者
  • 生命
    120%
    護甲
    +50%
    閃避
    +10%
    異常狀態臨界值
    120%
    抗性
    37 37 37 0
    傷害
    150%
    命中
    100%
    暴擊率
    +5%
    暴擊加成
    +130%
    攻擊距離
    6 ~ 8
    攻擊間隔
    1.245 秒
    傷害分佈
    ±20%
    經驗值
    120%
    Model Size
    115%
    類型
    CityStalkerElite
    Metadata
    SextantCityStalkerMaleCasterArmour
    等級
    68
    生命
    7,720
    護甲
    43,185
    閃避
    5,213
    能量護盾
    0
    傷害
    560
    法術傷害
    560
    命中
    290
    攻擊間隔
    1.245
    經驗值
    12,306
    異常狀態臨界值
    7,720
    冰緩
    24
    感電
    24
    易碎
    138
    焦灼
    24
    殘喘
    67
    MeleeAtAnimationSpeed
    攻擊, 範圍攻擊, 技能可幻影射手, 投射物, 近戰單一目標, 攻擊可重複, 近戰, 玩家投射物
    普通攻擊
    基本傷害: 448–672
    暴擊率: 5%
    攻擊間隔: 1.245 秒
    用強大的攻擊擊倒敵人。
    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]
    CitystalkerElementalHit
    攻擊, 投射物, 玩家投射物, 圖騰技能, 陷阱技能, 地雷技能, 近戰單一目標, 攻擊可重複, 近戰, 火焰, 冰冷, 閃電, 範圍攻擊, 技能可幻影射手, 範圍, 可觸發, RandomElement
    元素打擊
    基本傷害: 448–672
    暴擊率: 5%
    攻擊傷害: 150%
    攻擊間隔: 1.245 秒
    每次使用此技能攻擊將會隨機選擇1種元素,並只會使用該元素造成傷害。攻擊擊中敵人時會對周圍的敵人造成傷害,若被攻擊的敵人已經受到被選中元素的異常狀態,半徑會更大。不會連續選擇到相同的元素。
    造成 50% 更多攻擊傷害
    造成 149.5% 更多傷害
    25% 機率造成冰凍、感電與燃燒
    基礎範圍為 1
    is area damage [1]

    Object Type

    version 2
    extends "Metadata/Monsters/Monster"
    Actor
    {
    	main_hand_unarmed_type = "One_Hand_Sword"
    }
    
    Positioned
    {
    	team = 15
    }

    Object Type Codes

    version 2
    extends "Metadata/Monsters/Monster"
    
    BaseEvents
    {
    	on_construction_complete = "AddEffectPack( Metadata/Effects/StatusAilments/monsters/wealthytraitor.epk ); "
    }
    -- src\Data\Spectres.lua
    minions["Metadata/Monsters/Undying/SextantCityStalkerMaleCasterArmour"] = {
        name = "Abhorred Elitist",
        life = 1.2,
        fireResist = 37,
        coldResist = 37,
        lightningResist = 37,
        chaosResist = 0,
        damage = 1.5,
        damageSpread = 0.2,
        attackTime = 1.245,
        attackRange = 8,
        accuracy = 1,
        skillList = {
            "CitystalkerElementalHit",
            "MeleeAtAnimationSpeed",
        },
        modList = {
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["CitystalkerElementalHit"] = {
        name = "Elemental Hit",
        hidden = true,
        color = "2",
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        description = "Each attack with this skill will choose an element at random, and will only be able to deal damage of that element. If the attack hits an enemy, it will deal damage in an area around them, with the radius being larger if that enemy is suffering from an ailment of the chosen element. It will avoid choosing the same element twice in a row.",
        skillTypes = {
            [SkillType.Attack] = true,
            [SkillType.Projectile] = true,
            [SkillType.ProjectilesFromUser] = true,
            [SkillType.Totemable] = true,
            [SkillType.Trappable] = true,
            [SkillType.Mineable] = true,
            [SkillType.MeleeSingleTarget] = true,
            [SkillType.Multistrikeable] = true,
            [SkillType.Melee] = true,
            [SkillType.Fire] = true,
            [SkillType.Cold] = true,
            [SkillType.Lightning] = true,
            [SkillType.RangedAttack] = true,
            [SkillType.MirageArcherCanUse] = true,
            [SkillType.Area] = true,
            [SkillType.Triggerable] = true,
            [SkillType.RandomElement] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            attack = true,
            area = true,
            melee = true,
            projectile = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "active_skill_damage_+%_final",
            "chance_to_freeze_shock_ignite_%",
            "active_skill_base_area_of_effect_radius",
            "is_area_damage",
        },
        levels = {
            [1] = {0, 25, 10, baseMultiplier = 1.5, levelRequirement = 1, statInterpolation = {2},  cost = { }, },
            [2] = {0, 25, 10, baseMultiplier = 1.5, levelRequirement = 20, statInterpolation = {2},  cost = { }, },
            [3] = {1, 25, 10, baseMultiplier = 1.5, levelRequirement = 21, statInterpolation = {2},  cost = { }, },
            [4] = {200, 25, 10, baseMultiplier = 1.5, levelRequirement = 84, statInterpolation = {2},  cost = { }, },
        },
    }
    -- 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 = { }, },
        },
    }
    
    75% 更多最大生命
    怪物增加 300% 經驗值
    增加 1000% 物品掉落數量
    增加 1000% 物品掉落稀有度
    增加 100% 隱身
    IdMonsterSextantLifeQualityQuantity
    FamilyMonsterSextantLifeQualityQuantity
    Domains怪物 (3)
    GenerationType傳奇 (3)
    Req. level1
    Stats
  • stealth +% Min: 100 Max: 100 全域
  • monster slain experience +% Min: 300 Max: 300 全域
  • monster dropped item rarity +% Min: 1000 Max: 1000 全域
  • monster dropped item quantity +% Min: 1000 Max: 1000 全域
  • monster life +% final from rarity Min: 75 Max: 75 全域
  • 不定型者
    惡魔
    75% 更多最大生命
    怪物增加 300% 經驗值
    增加 1000% 物品掉落數量
    增加 1000% 物品掉落稀有度
    增加 100% 隱身
    Abhorred Elitist
    幽魂Y
    標籤法術, cold_affinity, demon, flesh_armour, has_one_hand_sword, has_one_handed_melee, humanoid, medium_height, medium_movement, melee, not_int, physical_affinity, ranged, red_blood, undying
    Packs
  • 不定型者, 不定型者, 不定型者, 不定型者
  • 生命
    110%
    護甲
    +50%
    閃避
    +10%
    異常狀態臨界值
    110%
    抗性
    20 20 20 0
    傷害
    125%
    命中
    100%
    暴擊率
    +5%
    暴擊加成
    +130%
    攻擊距離
    6 ~ 8
    攻擊間隔
    1.245 秒
    傷害分佈
    ±20%
    經驗值
    100%
    Model Size
    115%
    類型
    CityStalkerArmour
    Metadata
    SextantCityStalkerMaleArmour
    等級
    68
    生命
    7,077
    護甲
    43,185
    閃避
    5,213
    能量護盾
    0
    傷害
    467
    法術傷害
    467
    命中
    290
    攻擊間隔
    1.245
    經驗值
    10,255
    異常狀態臨界值
    7,077
    冰緩
    22
    感電
    22
    易碎
    127
    焦灼
    22
    殘喘
    62
    MeleeAtAnimationSpeed
    攻擊, 範圍攻擊, 技能可幻影射手, 投射物, 近戰單一目標, 攻擊可重複, 近戰, 玩家投射物
    普通攻擊
    基本傷害: 374–560
    暴擊率: 5%
    攻擊間隔: 1.245 秒
    用強大的攻擊擊倒敵人。
    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]
    SextantCityStalkerIceSpear
    法術, 投射物, 玩家投射物, 傷害, 陷阱技能, 圖騰技能, 地雷技能, 法術可重複, 可觸發, 冰冷, 可齊射
    冰矛
    暴擊率: 7%
    施放時間: 0.85 秒
    快速連續地發射冰之碎片。碎片在飛行一小段距離後會轉化為第二型態,此階段碎片飛行速度更快且能穿透敵人。
    造成 335.7503.5 冰冷傷害
    第二型態增加 600% 暴擊率
    active skill chill duration +% final [78]
    base is projectile [1]
    spell maximum action distance +% [-25]

    Object Type

    version 2
    extends "Metadata/Monsters/Monster"
    Actor
    {
    	main_hand_unarmed_type = "One_Hand_Sword"
    }
    
    Positioned
    {
    	team = 15
    }

    Object Type Codes

    version 2
    extends "Metadata/Monsters/Monster"
    
    BaseEvents
    {
    	on_construction_complete = "AddEffectPack( Metadata/Effects/StatusAilments/monsters/wealthytraitor.epk ); "
    }
    -- src\Data\Spectres.lua
    minions["Metadata/Monsters/Undying/SextantCityStalkerMaleArmour"] = {
        name = "Abhorred Elitist",
        life = 1.1,
        fireResist = 20,
        coldResist = 20,
        lightningResist = 20,
        chaosResist = 0,
        damage = 1.25,
        damageSpread = 0.2,
        attackTime = 1.245,
        attackRange = 8,
        accuracy = 1,
        skillList = {
            "MeleeAtAnimationSpeed",
            "SextantCityStalkerIceSpear",
        },
        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["SextantCityStalkerIceSpear"] = {
        name = "Ice Spear",
        hidden = true,
        color = 4,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        description = "Launches shards of ice in rapid succession. After travelling a short distance they change to a second form, which moves much faster and pierces through enemies.",
        skillTypes = {
            [SkillType.Spell] = true,
            [SkillType.Projectile] = true,
            [SkillType.ProjectilesFromUser] = true,
            [SkillType.Damage] = true,
            [SkillType.Trappable] = true,
            [SkillType.Totemable] = true,
            [SkillType.Mineable] = true,
            [SkillType.Multicastable] = true,
            [SkillType.Triggerable] = true,
            [SkillType.Cold] = true,
            [SkillType.CanRapidFire] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 0.85,
        baseFlags = {
            spell = true,
            projectile = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "spell_minimum_base_cold_damage",
            "spell_maximum_base_cold_damage",
            "active_skill_chill_duration_+%_final",
            "spell_maximum_action_distance_+%",
            "ice_spear_second_form_critical_strike_chance_+%",
            "base_is_projectile",
        },
        levels = {
            [1] = {0.80000001192093, 1.2000000476837, 78, -25, 600, critChance = 7, levelRequirement = 3, statInterpolation = {3, 3},  cost = { }, },
        },
    }
    
    75% 更多最大生命
    怪物增加 300% 經驗值
    增加 1000% 物品掉落數量
    增加 1000% 物品掉落稀有度
    增加 100% 隱身
    IdMonsterSextantLifeQualityQuantity
    FamilyMonsterSextantLifeQualityQuantity
    Domains怪物 (3)
    GenerationType傳奇 (3)
    Req. level1
    Stats
  • stealth +% Min: 100 Max: 100 全域
  • monster slain experience +% Min: 300 Max: 300 全域
  • monster dropped item rarity +% Min: 1000 Max: 1000 全域
  • monster dropped item quantity +% Min: 1000 Max: 1000 全域
  • monster life +% final from rarity Min: 75 Max: 75 全域
  • Edit

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