審靈之具
創造物
地區: InvasionBoss
增加 300% 物品掉落數量
增加 800% 物品掉落稀有度
獲得 25% 物理傷害的火焰傷害
獲得 25% 物理傷害的冰冷傷害
monster no map drops [1]
monster is invasion boss [1]
level 33 or lower damage +% final [-20]
level 33 or lower life +% final [-20]
Judgement Apparatus
幽魂N
地區InvasionBoss
End Game增加 50% 最大生命
標籤法術, chaos_affinity, construct, cursing_monster, fast_movement, ghost_armour, ghost_blood, invasion_boss, is_unarmed, lightning_affinity, medium_height, not_dex, not_str, puncturing_weapon, ranged
Packs
  • InvasionBoss: 審靈之具, 遠古創造物
  • 生命
    180%
    生命轉為護盾
    50%
    異常狀態臨界值
    180%
    抗性
    30 30 30 20
    傷害
    168%
    命中
    100%
    暴擊率
    +5%
    暴擊加成
    +130%
    攻擊距離
    6 ~ 25
    攻擊間隔
    1.32 秒
    傷害分佈
    ±20%
    經驗值
    200%
    Model Size
    130%
    類型
    FragmentBossInvasion
    Metadata
    FragmentBossInvasion
    等級
    68
    生命
    11,580
    護甲
    28,790
    閃避
    4,739
    能量護盾
    0
    傷害
    628
    法術傷害
    628
    命中
    0
    攻擊間隔
    1.32
    經驗值
    20,510
    異常狀態臨界值
    11,580
    冰緩
    37
    感電
    37
    易碎
    207
    焦灼
    37
    殘喘
    101
    IncaMinionProjectileInvasion
    法術, 傷害, 可觸發
    暴擊率: 5%
    施放時間: 1.33 秒
    造成 59.7389.6 物理傷害
    造成 40.3259.73 混沌傷害
    減少 75% 範圍效果半徑
    base is projectile [1]
    MonsterElementalWeakness
    法術, 範圍, 持續時間, 陷阱技能, 圖騰技能, 地雷技能, 法術可重複, 可觸發, 可秘能爆發, 附加詛咒, 可齊射, 範圍法術, InstantNoRepeatWhenHeld, InstantShiftAttackForLeftMouse, Hex
    元素要害
    施放時間: 0.5 秒
    冷卻時間: 10 秒
    對目標區域降下詛咒,受到詛咒的敵人對於元素的抗性將會降低。
    +6 秒基礎持續時間
    被詛咒的敵人有 -30% 的元素抗性
    active skill area of effect radius +% final [42]
    RootSpiderBallLightning
    法術, 傷害, 投射物, 玩家投射物, 範圍, 圖騰技能, 陷阱技能, 地雷技能, 法術可重複, 可觸發, 閃電, 可齊射, 範圍法術
    天雷之珠
    施放時間: 0.8 秒
    射出一個移動緩慢的投射物,對區域中的每個敵人持續雷擊造成傷害。
    造成 206.5383.5 閃電傷害
    發射 1 個額外投射物
    增加 33% 施放速度
    增加 40% 投射物速度
    基礎範圍為 1.8
    active skill area of effect radius +% final [-33]
    base is projectile [1]
    monster reverse point blank damage -% at minimum range [50]

    Object Type

    version 2
    extends "Metadata/Monsters/Monster"
    
    Actor
    {
    	basic_action = "Emerge"
    }

    Object Type Codes

    version 2
    extends "Metadata/Monsters/Monster"
    
    Life
    {
    	on_death = "RemoveEffects();"
    	on_spawned_dead = "RemoveEffects();"
    }
    -- src\Data\Spectres.lua
    minions["Metadata/Monsters/incaminion/FragmentBossInvasion"] = {
        name = "Judgement Apparatus",
        life = 1.8,
        energyShield = 0.5,
        fireResist = 30,
        coldResist = 30,
        lightningResist = 30,
        chaosResist = 20,
        damage = 1.68,
        damageSpread = 0.2,
        attackTime = 1.32,
        attackRange = 25,
        accuracy = 1,
        skillList = {
            "MonsterElementalWeakness",
            "IncaMinionProjectileInvasion",
            "RootSpiderBallLightning",
        },
        modList = {
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["MonsterElementalWeakness"] = {
        name = "Elemental Weakness",
        hidden = true,
        color = "3",
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        description = "Curses all targets in an area, lowering their elemental resistances.",
        skillTypes = {
            [SkillType.Spell] = true,
            [SkillType.Area] = true,
            [SkillType.Duration] = true,
            [SkillType.Trappable] = true,
            [SkillType.Totemable] = true,
            [SkillType.Mineable] = true,
            [SkillType.Multicastable] = true,
            [SkillType.Triggerable] = true,
            [SkillType.Cascadable] = true,
            [SkillType.AppliesCurse] = true,
            [SkillType.CanRapidFire] = true,
            [SkillType.AreaSpell] = true,
            [SkillType.InstantNoRepeatWhenHeld] = true,
            [SkillType.InstantShiftAttackForLeftMouse] = true,
            [SkillType.Hex] = true,
        },
        statDescriptionScope = "curse_skill_stat_descriptions",
        castTime = 0.5,
        baseFlags = {
            area = true,
            spell = true,
            duration = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "base_resist_all_elements_%",
            "base_skill_effect_duration",
            "active_skill_area_of_effect_radius_+%_final",
        },
        levels = {
            [1] = {-20, 6000, 42, levelRequirement = 10, statInterpolation = {1},  cost = { }, },
            [2] = {-25, 6000, 42, levelRequirement = 40, statInterpolation = {1},  cost = { }, },
            [3] = {-30, 6000, 42, levelRequirement = 56, statInterpolation = {1},  cost = { }, },
            [4] = {-40, 6000, 42, levelRequirement = 71, statInterpolation = {1},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["IncaMinionProjectileInvasion"] = {
        name = "IncaMinionProjectileInvasion",
        hidden = true,
        color = "4",
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Spell] = true,
            [SkillType.Damage] = true,
            [SkillType.Triggerable] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1.33,
        baseFlags = {
            spell = true,
            projectile = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "spell_minimum_base_chaos_damage",
            "spell_maximum_base_chaos_damage",
            "spell_minimum_base_physical_damage",
            "spell_maximum_base_physical_damage",
            "skill_range_+%",
            "base_is_projectile",
        },
        levels = {
            [1] = {0.27000001072884, 0.40000000596046, 0.40000000596046, 0.60000002384186, -75, critChance = 5, levelRequirement = 4, statInterpolation = {3, 3, 3, 3},  cost = { }, },
            [2] = {0.27000001072884, 0.40000000596046, 0.40000000596046, 0.60000002384186, -75, critChance = 5, levelRequirement = 21, statInterpolation = {3, 3, 3, 3},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["RootSpiderBallLightning"] = {
        name = "Ball Lightning",
        hidden = true,
        color = "4",
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        description = "Fires a slow-moving projectile that damages each enemy in an area around it repeatedly with bolts of lightning.",
        skillTypes = {
            [SkillType.Spell] = true,
            [SkillType.Damage] = true,
            [SkillType.Projectile] = true,
            [SkillType.ProjectilesFromUser] = true,
            [SkillType.Area] = true,
            [SkillType.Totemable] = true,
            [SkillType.Trappable] = true,
            [SkillType.Mineable] = true,
            [SkillType.Multicastable] = true,
            [SkillType.Triggerable] = true,
            [SkillType.Lightning] = true,
            [SkillType.CanRapidFire] = true,
            [SkillType.AreaSpell] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 0.8,
        baseFlags = {
            area = true,
            spell = true,
            projectile = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "spell_minimum_base_lightning_damage",
            "spell_maximum_base_lightning_damage",
            "number_of_additional_projectiles",
            "monster_reverse_point_blank_damage_-%_at_minimum_range",
            "base_projectile_speed_+%",
            "base_cast_speed_+%",
            "active_skill_area_of_effect_radius_+%_final",
            "active_skill_base_area_of_effect_radius",
            "base_is_projectile",
        },
        levels = {
            [1] = {0.69999998807907, 1.2999999523163, 0, 50, 40, 33, -33, 18, levelRequirement = 3, statInterpolation = {3, 3, 1},  cost = { }, },
            [2] = {0.69999998807907, 1.2999999523163, 1, 50, 40, 33, -33, 18, levelRequirement = 52, statInterpolation = {3, 3, 1},  cost = { }, },
        },
    }
    
    增加 300% 物品掉落數量
    增加 800% 物品掉落稀有度
    IdMonsterInvasionBoss
    FamilyMonsterInvasionBoss
    Domains怪物 (3)
    GenerationType傳奇 (3)
    Req. level1
    Stats
  • monster dropped item rarity +% Min: 800 Max: 800 全域
  • monster dropped item quantity +% Min: 300 Max: 300 全域
  • 獲得 25% 物理傷害的火焰傷害
    IdMonsterImplicitFire1
    FamilyFireDamageAsPortionOfDamage
    Domains怪物 (3)
    GenerationType傳奇 (3)
    Req. level1
    Stats
  • physical damage % to add as fire Min: 25 Max: 25 全域
  • Craft Tagsphysical_damage elemental_damage damage physical elemental fire
    獲得 25% 物理傷害的冰冷傷害
    IdMonsterImplicitCold1
    FamilyColdDamageAsPortionOfDamage
    Domains怪物 (3)
    GenerationType傳奇 (3)
    Req. level1
    Stats
  • physical damage % to add as cold Min: 25 Max: 25 全域
  • Craft Tagsphysical_damage elemental_damage damage physical elemental cold
    monster no map drops [1]
    IdMonsterNoMapDrops
    FamilyMonsterNoMapDrops
    Domains怪物 (3)
    GenerationType傳奇 (3)
    Req. level1
    Stats
  • monster no map drops Min: 1 Max: 1 全域
  • monster is invasion boss [1]
    IdIsInvasionBoss
    FamilyMonsterIsInvasionBoss
    Domains怪物 (3)
    GenerationType傳奇 (3)
    Req. level1
    Stats
  • monster is invasion boss Min: 1 Max: 1 全域
  • level 33 or lower damage +% final [-20]
    level 33 or lower life +% final [-20]
    IdMonsterLifeAndDamageLessBelowLevel33
    FamilyMoreLifeBelowLevelThreshold
    Domains怪物 (3)
    GenerationType傳奇 (3)
    Req. level1
    Stats
  • level 33 or lower life +% final Min: -20 Max: -20 全域
  • level 33 or lower damage +% final Min: -20 Max: -20 全域
  • Craft Tagsresource life damage
    Edit

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