MirageVillageShippingSanctumArchnemesisExpeditionDetonatorUltimatumAltarRitualRuneHeistSumgglersCacheHarvestPortalAfflictionInitiatorBlightCoreLegionInitiatorBetrayalSymbolCatarinaDelveMineralVeinIncursionCraftingBenchBestiaryRareMonsterAbyssBreachEssenceStrongboxShrine
Искажённое отражение
Древний
IconEnemyResistanceFireStrong IconEnemyResistanceColdStrong IconEnemyResistanceLightningStrong IconEnemyResistanceChaos
monster dropped item rarity +% [15000]
monster slain experience +% [100]
Скорость действий не может быть уменьшена ниже базового значения в 50%
cannot be stunned for ms after stun finished [2000]
cannot be stunned while stunned [1]
monster no drops or experience [1]
Не может быть отброшен
cannot be afflicted [1]
cannot be tagged by sentinel [1]
cannot have affliction mods [1]
cannot have azmeri dust [1]
cant possess this [1]
cant touch this [1]
monster no talismans [1]
Divergent Reflection
Spectre
TagsЧародейский, cleaving_weapon, cold_affinity, eldritch, fire_affinity, flesh_armour, humanoid, is_unarmed, not_str, ranged, red_blood, very_fast_movement
Здоровье
350%
Energy Shield From Life
50%
Уклонение
+50%
Ailment Threshold
350%
Сопротивление
IconEnemyResistanceFireStrong50% IconEnemyResistanceColdStrong50% IconEnemyResistanceLightningStrong50% IconEnemyResistanceChaos30%
Damage
160%
Точность
100%
Шанс критического удара
+5%
Множитель критического удара
+130%
Attack Distance
4 ~ 17
Attack Time
1.5 Second
Damage Spread
±0%
Опыт
200%
Model Size
125%
Type
AtlasInvadersBlackStarClone
Metadata
BlackStarBossCasterClone
Уровень
68
Здоровье
487,712
Броня
28,790
Уклонение
7,109
Энергетический щит
10,722
Damage
681
Урон от чар
1,016
Точность
580
Attack Time
1.005
Опыт
112,805
Minion Life
105,789
Minion Energy Shield
2,326
Minion Damage
544
Ailment Threshold
307,259
Chill
972
Shock
972
Brittle
5,497
Scorch
972
Sap
2,684
Phys Convert Ele
240%
MPSBlackStarCasterCloneBasicFire
Spell, Projectile, ProjectilesFromUser, Triggerable
Шанс критического удара: 5%
Время применения: 1.5 сек.
Наносит от 1136 до 1704 урона от огня
25% шанс поджечь врагов
action attack or cast time uses animation length [1]
base is projectile [1]
maintain projectile direction when using contact position [1]
monster projectile variation [210]
projectile uses contact position [1]
spell maximum action distance +% [-50]
use scaled contact offset [1]
MPSBlackStarCasterCloneBasicCold
Spell, Projectile, ProjectilesFromUser, Triggerable
Шанс критического удара: 5%
Время применения: 1.5 сек.
Наносит от 1136 до 1704 урона от холода
15% шанс заморозить врагов
action attack or cast time uses animation length [1]
base is projectile [1]
maintain projectile direction when using contact position [1]
monster projectile variation [211]
projectile uses contact position [1]
spell maximum action distance +% [-50]
use scaled contact offset [1]
GTBlackStarCloneSpritefallFire
Triggerable, Spell
Время применения: 3 сек.
Перезарядка: 12 сек.
spell maximum action distance +% [-50]
GTBlackStarCloneSpritefallCold
Triggerable, Spell
Время применения: 3 сек.
Перезарядка: 12 сек.
spell maximum action distance +% [-50]
EDSBlackStarCloneSpritefallFire
Spell, Triggerable
Шанс критического удара: 5%
Время применения: 1 сек.
Наносит от 195.2 до 292.8 урона от огня
is area damage [1]
EDSBlackStarCloneSpritefallCold
Spell, Triggerable
Шанс критического удара: 5%
Время применения: 1 сек.
Наносит от 195.2 до 292.8 урона от холода
is area damage [1]

Object Type

version 2
extends "Metadata/Monsters/Monster"

Actor
{
	basic_action = "Emerge2"
	basic_action = "Emerge3"
}

StateMachine
{
	define_shared_state = "element;"
}

Stats
{
	set_monster_uses_map_boss_difficulty_scaling = 1
	set_additional_life_scaling_index = 8
}
-- src\Data\Spectres.lua
minions["Metadata/Monsters/AtlasInvaders/BlackStarMonsters/BlackStarBossCasterClone"] = {
    fireResist = 50,
    coldResist = 50,
    lightningResist = 50,
    chaosResist = 30,
    name = "Divergent Reflection",
    life = 3.5,
    energyShield = 0.5,
    damage = 1.6,
    damageSpread = 0,
    attackTime = 1.5,
    attackRange = 17,
    accuracy = 1,
    skillList = {
        "MPSBlackStarCasterCloneBasicFire",
        "MPSBlackStarCasterCloneBasicCold",
        "GTBlackStarCloneSpritefallFire",
        "GTBlackStarCloneSpritefallCold",
        "EDSBlackStarCloneSpritefallFire",
        "EDSBlackStarCloneSpritefallCold",
    },
    modList = {
    },
}
-- src\Data\Skills\spectre.lua
skills["MPSBlackStarCasterCloneBasicFire"] = {
    name = "MPSBlackStarCasterCloneBasicFire",
    hidden = true,
    color = "4",
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    skillTypes = {
        [SkillType.Spell] = true,
        [SkillType.Projectile] = true,
        [SkillType.ProjectilesFromUser] = true,
        [SkillType.Triggerable] = true,
    },
    statDescriptionScope = "skill_stat_descriptions",
    castTime = 1.5,
    baseFlags = {
        spell = true,
        projectile = true,
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
        "spell_minimum_base_fire_damage",
        "spell_maximum_base_fire_damage",
        "monster_projectile_variation",
        "spell_maximum_action_distance_+%",
        "base_chance_to_ignite_%",
        "base_is_projectile",
        "projectile_uses_contact_position",
        "use_scaled_contact_offset",
        "action_attack_or_cast_time_uses_animation_length",
        "maintain_projectile_direction_when_using_contact_position",
    },
    levels = {
        [1] = {0.80000001192093, 1.2000000476837, 210, -50, 25, critChance = 5, levelRequirement = 1, statInterpolation = {3, 3},  cost = { }, },
    },
}
-- src\Data\Skills\spectre.lua
skills["MPSBlackStarCasterCloneBasicCold"] = {
    name = "MPSBlackStarCasterCloneBasicCold",
    hidden = true,
    color = "4",
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    skillTypes = {
        [SkillType.Spell] = true,
        [SkillType.Projectile] = true,
        [SkillType.ProjectilesFromUser] = true,
        [SkillType.Triggerable] = true,
    },
    statDescriptionScope = "skill_stat_descriptions",
    castTime = 1.5,
    baseFlags = {
        spell = true,
        projectile = true,
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
        "spell_minimum_base_cold_damage",
        "spell_maximum_base_cold_damage",
        "monster_projectile_variation",
        "spell_maximum_action_distance_+%",
        "base_chance_to_freeze_%",
        "base_is_projectile",
        "projectile_uses_contact_position",
        "use_scaled_contact_offset",
        "action_attack_or_cast_time_uses_animation_length",
        "maintain_projectile_direction_when_using_contact_position",
    },
    levels = {
        [1] = {0.80000001192093, 1.2000000476837, 211, -50, 15, critChance = 5, levelRequirement = 1, statInterpolation = {3, 3},  cost = { }, },
    },
}
-- src\Data\Skills\spectre.lua
skills["GTBlackStarCloneSpritefallFire"] = {
    name = "GTBlackStarCloneSpritefallFire",
    hidden = true,
    color = "4",
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    skillTypes = {
        [SkillType.Triggerable] = true,
        [SkillType.Spell] = true,
    },
    statDescriptionScope = "skill_stat_descriptions",
    castTime = 3,
    baseFlags = {
        spell = true,
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
        "spell_maximum_action_distance_+%",
    },
    levels = {
        [1] = {-50, levelRequirement = 0, statInterpolation = {},  cost = { }, },
    },
}
-- src\Data\Skills\spectre.lua
skills["GTBlackStarCloneSpritefallCold"] = {
    name = "GTBlackStarCloneSpritefallCold",
    hidden = true,
    color = "4",
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    skillTypes = {
        [SkillType.Triggerable] = true,
        [SkillType.Spell] = true,
    },
    statDescriptionScope = "skill_stat_descriptions",
    castTime = 3,
    baseFlags = {
        spell = true,
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
        "spell_maximum_action_distance_+%",
    },
    levels = {
        [1] = {-50, levelRequirement = 0, statInterpolation = {},  cost = { }, },
    },
}
-- src\Data\Skills\spectre.lua
skills["EDSBlackStarCloneSpritefallFire"] = {
    name = "EDSBlackStarCloneSpritefallFire",
    hidden = true,
    color = "4",
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    skillTypes = {
        [SkillType.Spell] = true,
        [SkillType.Triggerable] = true,
    },
    statDescriptionScope = "skill_stat_descriptions",
    castTime = 1,
    baseFlags = {
        spell = true,
        area = true,
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
        "spell_minimum_base_fire_damage",
        "spell_maximum_base_fire_damage",
        "is_area_damage",
    },
    levels = {
        [1] = {0.80000001192093, 1.2000000476837, critChance = 5, levelRequirement = 1, statInterpolation = {3, 3},  cost = { }, },
    },
}
-- src\Data\Skills\spectre.lua
skills["EDSBlackStarCloneSpritefallCold"] = {
    name = "EDSBlackStarCloneSpritefallCold",
    hidden = true,
    color = "4",
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    skillTypes = {
        [SkillType.Spell] = true,
        [SkillType.Triggerable] = true,
    },
    statDescriptionScope = "skill_stat_descriptions",
    castTime = 1,
    baseFlags = {
        spell = true,
        area = true,
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
        "spell_minimum_base_cold_damage",
        "spell_maximum_base_cold_damage",
        "is_area_damage",
    },
    levels = {
        [1] = {0.80000001192093, 1.2000000476837, critChance = 5, levelRequirement = 1, statInterpolation = {3, 3},  cost = { }, },
    },
}
monster dropped item rarity +% [15000]
monster slain experience +% [100]
FamilyMonsterMapBoss
Domainsмонстр (3)
GenerationTypeуник (3)
Req. level1
Stats
  • monster slain experience +% 100 100 Global
  • monster dropped item rarity +% 15000 15000 Global
  • Скорость действий не может быть уменьшена ниже базового значения в 50%
    FamilyCannotBeSlowedBelowValue
    Domainsмонстр (3)
    GenerationTypeуник (3)
    Req. level1
    Stats
  • hellscape boots action speed +% minimum value -50 -50 Global
  • Craft TagsСкорость
    cannot be stunned for ms after stun finished [2000]
    cannot be stunned while stunned [1]
    FamilyNothing
    Domainsмонстр (3)
    GenerationTypeуник (3)
    Req. level1
    Stats
  • cannot be stunned while stunned 1 1 Global — Неизменяемое значение
  • cannot be stunned for ms after stun finished 2000 2000 Global
  • monster no drops or experience [1]
    FamilyMonsterNoDropsOrExperience
    Domainsмонстр (3)
    GenerationTypeуник (3)
    Req. level1
    Stats
  • monster no drops or experience 1 1 Global — Неизменяемое значение
  • Не может быть отброшен
    FamilyImmuneToKnockback
    Domainsмонстр (3)
    GenerationTypeуник (3)
    Req. level1
    Stats
  • cannot be knocked back 1 1 Global — Неизменяемое значение
  • cannot be afflicted [1]
    cannot be tagged by sentinel [1]
    cannot have affliction mods [1]
    cannot have azmeri dust [1]
    cant possess this [1]
    cant touch this [1]
    monster no talismans [1]
    FamilyNothing
    Domainsмонстр (3)
    GenerationTypeуник (3)
    Req. level1
    Stats
  • cant touch this 1 1 Global — Неизменяемое значение
  • cant possess this 1 1 Global — Неизменяемое значение
  • cannot be afflicted 1 1 Global — Неизменяемое значение
  • monster no talismans 1 1 Global — Неизменяемое значение
  • cannot have azmeri dust 1 1 Global
  • cannot have affliction mods 1 1 Global — Неизменяемое значение
  • cannot be tagged by sentinel 1 1 Global
  • Edit

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