Reflejo divergente
Sobrenatural
Los monstruos otorgan la experiencia aumentada un 100%
La rareza de los objetos arrojados está aumentada un 15000%
La velocidad de acción no se puede modificar por debajo del 50% de su valor base
cannot be stunned for ms after stun finished [2000]
cannot be stunned while stunned [1]
monster no drops or experience [1]
No puede ser empujado
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
SpectreN
TagsLanzador de hechizos, cleaving_weapon, cold_affinity, eldritch, fire_affinity, flesh_armour, humanoid, is_unarmed, not_str, ranged, red_blood, very_fast_movement
Vida
350%
Energy Shield From Life
50%
Evasión
+50%
Ailment Threshold
350%
Resistencia
50 50 50 30
Damage
160%
Precisión
100%
Probabilidad de golpe crítico
+5%
Multiplicador de golpe crítico
+130%
Attack Distance
4 ~ 17
Attack Time
1.5 Second
Damage Spread
±0%
Experiencia
200%
Model Size
125%
Type
AtlasInvadersBlackStarClone
Metadata
BlackStarBossCasterClone
Nivel
68
Vida
487,712
Armadura
28,790
Evasión
4,739
Escudo de energía
0
Damage
681
Daño de hechizos
1,016
Precisión
0
Attack Time
1.005
Experiencia
112,805
Ailment Threshold
307,259
Chill
972
Shock
972
Brittle
5,497
Scorch
972
Sap
2,684
MPSBlackStarCasterCloneBasicFire
Spell, Projectile, ProjectilesFromUser, Triggerable
Probabilidad de golpe crítico: 5%
Tiempo de lanzamiento: 1.5 seg
Inflige de 1136 a 1704 de daño de fuego
25% de probabilidad de quemar a los enemigos
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
Probabilidad de golpe crítico: 5%
Tiempo de lanzamiento: 1.5 seg
Inflige de 1136 a 1704 de daño de hielo
15% de probabilidad de congelar a los enemigos
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
Tiempo de lanzamiento: 3 seg
Tiempo de recarga: 12 seg
spell maximum action distance +% [-50]
GTBlackStarCloneSpritefallCold
Triggerable, Spell
Tiempo de lanzamiento: 3 seg
Tiempo de recarga: 12 seg
spell maximum action distance +% [-50]
EDSBlackStarCloneSpritefallFire
Spell, Triggerable
Probabilidad de golpe crítico: 5%
Tiempo de lanzamiento: 1 seg
Inflige de 195.2 a 292.8 de daño de fuego
is area damage [1]
EDSBlackStarCloneSpritefallCold
Spell, Triggerable
Probabilidad de golpe crítico: 5%
Tiempo de lanzamiento: 1 seg
Inflige de 195.2 a 292.8 de daño de hielo
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
}

Object Type Codes

version 2
extends "Metadata/Monsters/Monster"

StateMachine
{
	on_state_element_1 =
	"
		RemoveEffectPack( BlackstarBossSunToMoon );
		RemoveEffectPack( BlackstarBossMoon );
		AddEffectPack( BlackstarBossMoonToSun );
	"

	on_state_element_2 =
	"
		RemoveEffectPack( BlackstarBossMoonToSun );
		RemoveEffectPack( BlackstarBossSun );
		AddEffectPack( BlackstarBossSunToMoon );
	"

	create_state_element_1 = "AddEffectPack( BlackstarBossSun );"
	create_state_element_2 = "AddEffectPack( BlackstarBossMoon );"
}

Animated
{
	on_whirling_blade_glaive_01 = "AddEffectPack( Metadata/Effects/Spells/monsters_effects/AtlasofWorldsBosses/TheBlackStar/EPK/melee_fire_whirling_glaive.epk );"
	on_whirling_blade_glaive_02 = "AddEffectPack( Metadata/Effects/Spells/monsters_effects/AtlasofWorldsBosses/TheBlackStar/EPK/melee_cold_whirling_glaive.epk );"
}

Actor
{
	on_effect_end_or_destroy_DTTBlackStarCloneGlaiveDashFire = "RemoveEffectPack( Metadata/Effects/Spells/monsters_effects/AtlasofWorldsBosses/TheBlackStar/EPK/melee_fire_whirling_glaive.epk );"
	on_effect_end_or_destroy_DTTBlackStarCloneGlaiveDashCold = "RemoveEffectPack( Metadata/Effects/Spells/monsters_effects/AtlasofWorldsBosses/TheBlackStar/EPK/melee_cold_whirling_glaive.epk );"
}

Preload
{
	preload_epk = "Metadata/Effects/Spells/monsters_effects/AtlasofWorldsBosses/TheBlackStar/EPK/melee_fire_whirling_glaive.epk"
	preload_epk = "Metadata/Effects/Spells/monsters_effects/AtlasofWorldsBosses/TheBlackStar/EPK/melee_cold_whirling_glaive.epk"
}

Life
{
	on_death = "AddEffectPack( Metadata/Effects/Spells/monsters_effects/AtlasofWorldsBosses/TheBlackStar/EPK/clone_death.epk );"
}
-- src\Data\Spectres.lua
minions["Metadata/Monsters/AtlasInvaders/BlackStarMonsters/BlackStarBossCasterClone"] = {
    name = "Divergent Reflection",
    life = 3.5,
    energyShield = 0.5,
    fireResist = 50,
    coldResist = 50,
    lightningResist = 50,
    chaosResist = 30,
    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 = { }, },
    },
}
Los monstruos otorgan la experiencia aumentada un 100%
La rareza de los objetos arrojados está aumentada un 15000%
IdMonsterMapBoss
FamilyMonsterMapBoss
Domainsmonstruo (3)
GenerationTypeÚnico (3)
Req. level1
Stats
  • monster slain experience +% Min: 100 Max: 100 Global
  • monster dropped item rarity +% Min: 15000 Max: 15000 Global
  • La velocidad de acción no se puede modificar por debajo del 50% de su valor base
    IdCannotBeSlowedBelowValueBosses
    FamilyCannotBeSlowedBelowValue
    Domainsmonstruo (3)
    GenerationTypeÚnico (3)
    Req. level1
    Stats
  • hellscape boots action speed +% minimum value Min: -50 Max: -50 Global
  • Craft Tagsspeed
    cannot be stunned for ms after stun finished [2000]
    cannot be stunned while stunned [1]
    IdStunRepeatImmunityMapBoss_
    FamilyNothing
    Domainsmonstruo (3)
    GenerationTypeÚnico (3)
    Req. level1
    Stats
  • cannot be stunned while stunned Min: 1 Max: 1 Global
  • cannot be stunned for ms after stun finished Min: 2000 Max: 2000 Global
  • monster no drops or experience [1]
    IdMonsterNoDropsOrExperience
    FamilyMonsterNoDropsOrExperience
    Domainsmonstruo (3)
    GenerationTypeÚnico (3)
    Req. level1
    Stats
  • monster no drops or experience Min: 1 Max: 1 Global
  • No puede ser empujado
    IdImmuneToKnockback
    FamilyImmuneToKnockback
    Domainsmonstruo (3)
    GenerationTypeÚnico (3)
    Req. level1
    Stats
  • cannot be knocked back Min: 1 Max: 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]
    IdCannotBeAugmented
    FamilyNothing
    Domainsmonstruo (3)
    GenerationTypeÚnico (3)
    Req. level1
    Stats
  • cant touch this Min: 1 Max: 1 Global
  • cant possess this Min: 1 Max: 1 Global
  • cannot be afflicted Min: 1 Max: 1 Global
  • monster no talismans Min: 1 Max: 1 Global
  • cannot have azmeri dust Min: 1 Max: 1 Global
  • cannot have affliction mods Min: 1 Max: 1 Global
  • cannot be tagged by sentinel Min: 1 Max: 1 Global
  • Edit

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