MirageVillageShippingSanctumArchnemesisExpeditionDetonatorUltimatumAltarRitualRuneHeistSumgglersCacheHarvestPortalAfflictionInitiatorBlightCoreLegionInitiatorBetrayalSymbolCatarinaDelveMineralVeinIncursionCraftingBenchBestiaryRareMonsterAbyssBreachEssenceStrongboxShrine
觸月信徒
幽魂Y
地區月影神殿:第一層, 月影神殿:第二層, 永恆實驗室, 嬋娟神殿
標籤cannot_be_monolith, 法術, cold_affinity, fast_movement, has_dagger, has_one_handed_melee, human, humanoid, light_armour, medium_height, melee, not_int, not_str, physical_affinity, red_blood, slashing_weapon
Packs
  • 月影神殿:第一層, 月影神殿:第二層: 月影守護者, 月影神信徒, 觸月信徒, 月影神信徒
  • 永恆實驗室: 觸月信徒, 月影神信徒
  • 月影神信徒, 觸月信徒, 月影守護者
  • 月影神信徒, 月影神信徒, 觸月信徒
  • 生命
    150%
    閃避
    +15%
    異常狀態臨界值
    150%
    抗性
    MonsterResistanceIconFire0 MonsterResistanceIconCold30 MonsterResistanceIconLightning0 MonsterResistanceIconChaos30
    傷害
    120%
    命中
    100%
    暴擊率
    +5%
    暴擊加成
    +130%
    攻擊距離
    4 ~ 6
    攻擊間隔
    1.995 秒
    傷害分佈
    ±20%
    經驗值
    150%
    Model Size
    105%
    類型
    Cannibal2Cold
    Metadata
    CannibalLunaris2
    等級
    76
    生命
    22,417
    護甲值
    53,896
    閃避值
    7,170
    傷害
    721
    法術傷害
    721
    命中
    792
    攻擊間隔
    1.995
    經驗值
    18,006
    召喚物生命
    4,535
    召喚物傷害
    592
    異常狀態臨界值
    22,417
    冰緩
    71
    感電
    71
    易碎
    401
    焦灼
    71
    殘喘
    196
    Phys Convert Ele
    280%
    MeleeAtAnimationSpeed
    攻擊, 範圍攻擊, 技能可幻影射手, 投射物, 近戰單一目標, 攻擊可重複, 近戰, 玩家投射物
    普通攻擊
    基本傷害: 577—865
    暴擊率: 5%
    攻擊間隔: 1.995 秒
    用強大的攻擊擊倒敵人。
    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]
    iconbasicattack
    ReverseIceTrap
    法術, 傷害, 地雷技能, 範圍, 陷阱, 冰冷, 範圍法術
    冰凍陷阱
    暴擊率: 5%
    施放時間: 1.5 秒
    冷卻時間: 2.5 秒
    投擲一個觸發時會製造一連串冰冷印記爆破的陷阱,對所有在爆破範圍內的敵人造成冰冷傷害。
    造成 845.51268 冰冷傷害
    陷阱持續 +16
    基礎範圍為 1.8
    基礎次要半徑範圍為0.9公尺
    基礎三段範圍為 0.6
    active skill area of effect radius +% final [-15]
    is area damage [1]
    spell maximum action distance +% [-50]
    IceTrapRune

    Object Type

    version 2
    extends "Metadata/Monsters/Cannibal/Cannibal"
    -- src\Data\Spectres.lua
    minions["Metadata/Monsters/Cannibal/CannibalLunaris2"] = {
        fireResist = 0,
        coldResist = 30,
        lightningResist = 0,
        chaosResist = 30,
        name = "Moontouched Zealot",
        life = 1.5,
        damage = 1.2,
        damageSpread = 0.2,
        attackTime = 1.995,
        attackRange = 6,
        accuracy = 1,
        weaponType1 = "Dagger",
        skillList = {
            "MeleeAtAnimationSpeed",
            "ReverseIceTrap",
        },
        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["ReverseIceTrap"] = {
        name = "Ice Trap",
        hidden = true,
        color = "4",
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        description = "Throws a trap that creates a series of icy runic explosions when triggered, dealing cold damage to all enemies caught in the blasts.",
        skillTypes = {
            [SkillType.Spell] = true,
            [SkillType.Damage] = true,
            [SkillType.Mineable] = true,
            [SkillType.Area] = true,
            [SkillType.Trapped] = true,
            [SkillType.Cold] = true,
            [SkillType.AreaSpell] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1.5,
        baseFlags = {
            area = true,
            spell = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "spell_minimum_base_cold_damage",
            "spell_maximum_base_cold_damage",
            "base_trap_duration",
            "spell_maximum_action_distance_+%",
            "active_skill_area_of_effect_radius_+%_final",
            "active_skill_base_area_of_effect_radius",
            "active_skill_base_secondary_area_of_effect_radius",
            "active_skill_base_tertiary_area_of_effect_radius",
            "is_area_damage",
        },
        levels = {
            [1] = {0.80000001192093, 1.2000000476837, 16000, -50, -15, 18, 9, 6, critChance = 5, levelRequirement = 1, statInterpolation = {3, 3},  cost = { }, },
        },
    }
    
    觸月信徒
    人形
    MonsterResistanceIconCold MonsterResistanceIconChaos
    地區: 暮色神廟
    Moontouched Zealot
    幽魂Y
    地區暮色神廟
    標籤cannot_be_monolith, 法術, cold_affinity, fast_movement, has_dagger, has_one_handed_melee, human, humanoid, light_armour, medium_height, melee, not_int, not_str, physical_affinity, red_blood, slashing_weapon
    Packs
  • 暮色神廟: 月影神信徒, 觸月信徒, 月影守護者
  • 暮色神廟: 月影神信徒, 月影神信徒, 觸月信徒
  • 生命
    150%
    閃避
    +15%
    異常狀態臨界值
    150%
    抗性
    MonsterResistanceIconFire0 MonsterResistanceIconCold30 MonsterResistanceIconLightning0 MonsterResistanceIconChaos30
    傷害
    120%
    命中
    100%
    暴擊率
    +5%
    暴擊加成
    +130%
    攻擊距離
    4 ~ 6
    攻擊間隔
    1.995 秒
    傷害分佈
    ±20%
    經驗值
    150%
    Model Size
    105%
    類型
    Cannibal2Cold
    Metadata
    CannibalLunaris2Schism
    等級
    76
    生命
    22,417
    護甲值
    53,896
    閃避值
    7,170
    傷害
    721
    法術傷害
    721
    命中
    792
    攻擊間隔
    1.995
    經驗值
    18,006
    召喚物生命
    4,535
    召喚物傷害
    592
    異常狀態臨界值
    22,417
    冰緩
    71
    感電
    71
    易碎
    401
    焦灼
    71
    殘喘
    196
    Phys Convert Ele
    280%
    MeleeAtAnimationSpeed
    攻擊, 範圍攻擊, 技能可幻影射手, 投射物, 近戰單一目標, 攻擊可重複, 近戰, 玩家投射物
    普通攻擊
    基本傷害: 577—865
    暴擊率: 5%
    攻擊間隔: 1.995 秒
    用強大的攻擊擊倒敵人。
    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]
    iconbasicattack
    ReverseIceTrap
    法術, 傷害, 地雷技能, 範圍, 陷阱, 冰冷, 範圍法術
    冰凍陷阱
    暴擊率: 5%
    施放時間: 1.5 秒
    冷卻時間: 2.5 秒
    投擲一個觸發時會製造一連串冰冷印記爆破的陷阱,對所有在爆破範圍內的敵人造成冰冷傷害。
    造成 845.51268 冰冷傷害
    陷阱持續 +16
    基礎範圍為 1.8
    基礎次要半徑範圍為0.9公尺
    基礎三段範圍為 0.6
    active skill area of effect radius +% final [-15]
    is area damage [1]
    spell maximum action distance +% [-50]
    IceTrapRune

    Object Type

    version 2
    extends "Metadata/Monsters/Cannibal/Cannibal"
    -- src\Data\Spectres.lua
    minions["Metadata/Monsters/Cannibal/CannibalLunaris2Schism"] = {
        fireResist = 0,
        coldResist = 30,
        lightningResist = 0,
        chaosResist = 30,
        name = "Moontouched Zealot",
        life = 1.5,
        damage = 1.2,
        damageSpread = 0.2,
        attackTime = 1.995,
        attackRange = 6,
        accuracy = 1,
        weaponType1 = "Dagger",
        skillList = {
            "MeleeAtAnimationSpeed",
            "ReverseIceTrap",
        },
        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["ReverseIceTrap"] = {
        name = "Ice Trap",
        hidden = true,
        color = "4",
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        description = "Throws a trap that creates a series of icy runic explosions when triggered, dealing cold damage to all enemies caught in the blasts.",
        skillTypes = {
            [SkillType.Spell] = true,
            [SkillType.Damage] = true,
            [SkillType.Mineable] = true,
            [SkillType.Area] = true,
            [SkillType.Trapped] = true,
            [SkillType.Cold] = true,
            [SkillType.AreaSpell] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1.5,
        baseFlags = {
            area = true,
            spell = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "spell_minimum_base_cold_damage",
            "spell_maximum_base_cold_damage",
            "base_trap_duration",
            "spell_maximum_action_distance_+%",
            "active_skill_area_of_effect_radius_+%_final",
            "active_skill_base_area_of_effect_radius",
            "active_skill_base_secondary_area_of_effect_radius",
            "active_skill_base_tertiary_area_of_effect_radius",
            "is_area_damage",
        },
        levels = {
            [1] = {0.80000001192093, 1.2000000476837, 16000, -50, -15, 18, 9, 6, critChance = 5, levelRequirement = 1, statInterpolation = {3, 3},  cost = { }, },
        },
    }
    
    觸月信徒
    人形
    MonsterResistanceIconCold MonsterResistanceIconChaos
    地區: 海港大橋
    Moontouched Zealot
    幽魂Y
    地區海港大橋
    標籤法術, cold_affinity, fast_movement, has_dagger, has_one_handed_melee, human, humanoid, light_armour, medium_height, melee, not_int, not_str, physical_affinity, red_blood, slashing_weapon
    Packs
  • 海港大橋: 月影守護者, 月影神信徒, 觸月信徒
  • 生命
    150%
    閃避
    +15%
    異常狀態臨界值
    150%
    抗性
    MonsterResistanceIconFire0 MonsterResistanceIconCold30 MonsterResistanceIconLightning0 MonsterResistanceIconChaos30
    傷害
    120%
    命中
    100%
    暴擊率
    +5%
    暴擊加成
    +130%
    攻擊距離
    4 ~ 6
    攻擊間隔
    1.995 秒
    傷害分佈
    ±20%
    經驗值
    150%
    Model Size
    105%
    類型
    Cannibal2Cold
    Metadata
    CannibalLunaris2NewTeam
    等級
    60
    生命
    5,547
    護甲值
    15,178
    閃避值
    4,089
    傷害
    298
    法術傷害
    298
    命中
    422
    攻擊間隔
    1.995
    經驗值
    12,398
    召喚物生命
    1,293
    召喚物傷害
    232
    異常狀態臨界值
    5,547
    冰緩
    18
    感電
    18
    易碎
    99
    焦灼
    18
    殘喘
    48
    Phys Convert Ele
    200%
    MeleeAtAnimationSpeed
    攻擊, 範圍攻擊, 技能可幻影射手, 投射物, 近戰單一目標, 攻擊可重複, 近戰, 玩家投射物
    普通攻擊
    基本傷害: 238—358
    暴擊率: 5%
    攻擊間隔: 1.995 秒
    用強大的攻擊擊倒敵人。
    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]
    iconbasicattack
    ReverseIceTrap
    法術, 傷害, 地雷技能, 範圍, 陷阱, 冰冷, 範圍法術
    冰凍陷阱
    暴擊率: 5%
    施放時間: 1.5 秒
    冷卻時間: 2.5 秒
    投擲一個觸發時會製造一連串冰冷印記爆破的陷阱,對所有在爆破範圍內的敵人造成冰冷傷害。
    造成 350.7526.1 冰冷傷害
    陷阱持續 +16
    基礎範圍為 1.8
    基礎次要半徑範圍為0.9公尺
    基礎三段範圍為 0.6
    active skill area of effect radius +% final [-15]
    is area damage [1]
    spell maximum action distance +% [-50]
    IceTrapRune

    Object Type

    version 2
    extends "Metadata/Monsters/Cannibal/Cannibal"
    
    Positioned 
    { 
    	team = 127
    }
    -- src\Data\Spectres.lua
    minions["Metadata/Monsters/Cannibal/CannibalLunaris2NewTeam"] = {
        fireResist = 0,
        coldResist = 30,
        lightningResist = 0,
        chaosResist = 30,
        name = "Moontouched Zealot",
        life = 1.5,
        damage = 1.2,
        damageSpread = 0.2,
        attackTime = 1.995,
        attackRange = 6,
        accuracy = 1,
        weaponType1 = "Dagger",
        skillList = {
            "MeleeAtAnimationSpeed",
            "ReverseIceTrap",
        },
        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["ReverseIceTrap"] = {
        name = "Ice Trap",
        hidden = true,
        color = "4",
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        description = "Throws a trap that creates a series of icy runic explosions when triggered, dealing cold damage to all enemies caught in the blasts.",
        skillTypes = {
            [SkillType.Spell] = true,
            [SkillType.Damage] = true,
            [SkillType.Mineable] = true,
            [SkillType.Area] = true,
            [SkillType.Trapped] = true,
            [SkillType.Cold] = true,
            [SkillType.AreaSpell] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1.5,
        baseFlags = {
            area = true,
            spell = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "spell_minimum_base_cold_damage",
            "spell_maximum_base_cold_damage",
            "base_trap_duration",
            "spell_maximum_action_distance_+%",
            "active_skill_area_of_effect_radius_+%_final",
            "active_skill_base_area_of_effect_radius",
            "active_skill_base_secondary_area_of_effect_radius",
            "active_skill_base_tertiary_area_of_effect_radius",
            "is_area_damage",
        },
        levels = {
            [1] = {0.80000001192093, 1.2000000476837, 16000, -50, -15, 18, 9, 6, critChance = 5, levelRequirement = 1, statInterpolation = {3, 3},  cost = { }, },
        },
    }
    
    Edit

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