光之姊妹.艾拉
生物
地區: 寒河
怪物增加 100% 經驗值
增加 15000% 物品掉落稀有度
display monster mod nemesis test [0]
cannot be stunned for ms after stun finished [2000]
cannot be stunned while stunned [1]
不會被暈眩
Ara, Sister of Light
幽魂N
地區寒河
標籤法術, construct, fire_affinity, has_one_handed_melee, has_thrusting_one_hand_sword, humanoid, large_height, large_model, medium_movement, melee, mud_blood, non_unique_map_boss, not_dex, not_int, physical_affinity, puncturing_weapon, solaris_boss_map, stone_armour, stone_construct
生命
400%
護甲
+100%
異常狀態臨界值
400%
抗性
40 40 40 25
傷害
200%
命中
100%
暴擊率
+5%
暴擊加成
+130%
攻擊距離
6 ~ 15
攻擊間隔
1.5 秒
傷害分佈
±20%
經驗值
200%
Model Size
100%
類型
SolarisMap
Metadata
SolarisMap
等級
82
生命
8,370,908
護甲
171,302
閃避
7,608
能量護盾
0
傷害
1,937
法術傷害
2,891
命中
499
攻擊間隔
1.005
經驗值
143,066
異常狀態臨界值
3,934,327
冰緩
12,440
感電
12,440
易碎
70,381
焦灼
12,440
殘喘
34,370
SolarisEnergyLance
法術
施放時間: 3 秒
冷卻時間: 5 秒
投射物穿透全部目標
造成 917713766 火焰傷害
發射 4 個額外投射物
+5 米近戰打擊距離
maintain projectile direction when using contact position [1]
monster penalty against minions damage +% final vs player minions [-50]
projectile uses contact position [1]
SolarisEnergyLanceQuick
法術
施放時間: 1.73 秒
冷卻時間: 4 秒
投射物穿透全部目標
造成 45886883 火焰傷害
+4 米近戰打擊距離
maintain projectile direction when using contact position [1]
monster penalty against minions damage +% final vs player minions [-25]
projectile uses contact position [1]
SolarisBackflip
法術, 範圍, 火焰, 範圍法術
施放時間: 3.17 秒
冷卻時間: 10 秒
你的擊中不能暈眩敵人
造成 18492774 火焰傷害
monster penalty against minions damage +% final vs player minions [-25]
MeleeThrustAttack
攻擊, 傷害, 可觸發
基本傷害: 3076–4614
暴擊率: 5%
攻擊間隔: 1.5 秒
冷卻時間: 5 秒
is area damage [1]
monster penalty against minions damage +% final vs player minions [-25]
SolarisTransform
LunarisDodgeLeft
冷卻時間: 2.5 秒
monster dodge distance [18]
LunarisDodgeRight
冷卻時間: 2.5 秒
monster dodge direction [1]
monster dodge distance [18]
Melee
攻擊, 範圍攻擊, 技能可幻影射手, 投射物, 近戰單一目標, 攻擊可重複, 近戰, 玩家投射物
普通攻擊
基本傷害: 3076–4614
暴擊率: 5%
攻擊間隔: 1.5 秒
用強大的攻擊擊倒敵人。
skill can fire arrows [1]
skill can fire wand projectiles [1]
LunarisDodgeBack
冷卻時間: 2.5 秒
monster dodge direction [3]
monster dodge distance [28]
SolarisSkyBeamMap
法術
施放時間: 2.5 秒
冷卻時間: 8 秒
每秒造成 4762.3 基本火焰傷害
+3 秒基礎持續時間
active skill area of effect radius +% final [-40]
ground fire art variation [4]
monster penalty against minions damage +% final vs player minions [-60]

Object Type

version 2
extends "Metadata/Monsters/Monster"

Actor
{
	basic_action = "Emerge"
	basic_action = "ChangeToStance1"
	basic_action = "ChangeToStance2"
	basic_action = "Emerge2"
}

StateMachine
{
	define_shared_state =
	"
		lunaris_dead;
		fight;
	"
}

Stats
{
	set_curse_orb_additional_height = -10
}

Object Type Codes

version 2
extends "Metadata/Monsters/Monster"

BaseEvents
{
	on_construction_complete = "AddEffectPack( Metadata/Effects/Spells/monsters_effects/AtlasofWorldsBosses/Solaris_Lunaris/EPKs/solaris_aura.epk );"
}

StateMachine
{
	on_or_create_state_lunaris_dead_1 = "RemoveEffectPack( Metadata/Effects/Spells/monsters_effects/AtlasofWorldsBosses/Solaris_Lunaris/EPKs/solaris_aura.epk );"
}

Life
{
	on_death =
	"
		RemoveEffectPack( Metadata/Effects/Spells/monsters_effects/AtlasofWorldsBosses/Solaris_Lunaris/EPKs/solaris_aura.epk );
	"

	on_spawned_dead =
	"
		RemoveEffectPack( Metadata/Effects/Spells/monsters_effects/AtlasofWorldsBosses/Solaris_Lunaris/EPKs/solaris_aura.epk );
	"
}

Render
{
	selection_height_override = 250.0
}


Actor
{
	on_dealt_damage_package =
	"
		IfState( lunaris_dead, 0, { 
			DetachAllOfType( Metadata/Effects/Spells/monsters_effects/AtlasofWorldsBosses/Solaris_Lunaris/solaris_hit_barrier.ao );
			AddAttachedOffset( Metadata/Effects/Spells/monsters_effects/AtlasofWorldsBosses/Solaris_Lunaris/solaris_hit_barrier.ao, Chest_M, 1.0, CalculateOrientation( source_location ), 0, 0, 0, false, false, true ); 
		} );
	"
}
-- src\Data\Spectres.lua
minions["Metadata/Monsters/LunarisSolaris/SolarisMap"] = {
    name = "Ara, Sister of Light",
    life = 4,
    fireResist = 40,
    coldResist = 40,
    lightningResist = 40,
    chaosResist = 25,
    damage = 2,
    damageSpread = 0.2,
    attackTime = 1.5,
    attackRange = 15,
    accuracy = 1,
    weaponType1 = "Thrusting One Hand Sword",
    weaponType2 = "Shield",
    skillList = {
        "Melee",
        "LunarisDodgeLeft",
        "LunarisDodgeRight",
        "LunarisDodgeBack",
        "MeleeThrustAttack",
        "SolarisSkyBeamMap",
        "SolarisEnergyLance",
        "SolarisEnergyLanceQuick",
        "SolarisBackflip",
        "SolarisTransform",
    },
    modList = {
    },
}
-- src\Data\Skills\spectre.lua
skills["Melee"] = {
    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",
    },
    levels = {
        [1] = {levelRequirement = 1, statInterpolation = {},  cost = { }, },
    },
}
-- src\Data\Skills\spectre.lua
skills["LunarisDodgeLeft"] = {
    name = "LunarisDodgeLeft",
    hidden = true,
    color = 4,
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    skillTypes = {
    },
    statDescriptionScope = "skill_stat_descriptions",
    castTime = 1,
    baseFlags = {
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
        "monster_dodge_distance",
    },
    levels = {
        [1] = {18, levelRequirement = 1, statInterpolation = {},  cost = { }, },
    },
}
-- src\Data\Skills\spectre.lua
skills["LunarisDodgeRight"] = {
    name = "LunarisDodgeRight",
    hidden = true,
    color = 4,
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    skillTypes = {
    },
    statDescriptionScope = "skill_stat_descriptions",
    castTime = 1,
    baseFlags = {
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
        "monster_dodge_direction",
        "monster_dodge_distance",
    },
    levels = {
        [1] = {1, 18, levelRequirement = 1, statInterpolation = {},  cost = { }, },
    },
}
-- src\Data\Skills\spectre.lua
skills["LunarisDodgeBack"] = {
    name = "LunarisDodgeBack",
    hidden = true,
    color = 4,
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    skillTypes = {
    },
    statDescriptionScope = "skill_stat_descriptions",
    castTime = 1,
    baseFlags = {
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
        "monster_dodge_direction",
        "monster_dodge_distance",
    },
    levels = {
        [1] = {3, 28, levelRequirement = 1, statInterpolation = {},  cost = { }, },
    },
}
-- src\Data\Skills\spectre.lua
skills["MeleeThrustAttack"] = {
    name = "MeleeThrustAttack",
    hidden = true,
    color = 4,
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    skillTypes = {
        [SkillType.Attack] = true,
        [SkillType.Damage] = true,
        [SkillType.Triggerable] = true,
    },
    statDescriptionScope = "skill_stat_descriptions",
    castTime = 1,
    baseFlags = {
        attack = true,
        area = true,
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
        "monster_penalty_against_minions_damage_+%_final_vs_player_minions",
        "is_area_damage",
    },
    levels = {
        [1] = {-25, levelRequirement = 1, statInterpolation = {},  cost = { }, },
    },
}
-- src\Data\Skills\spectre.lua
skills["SolarisSkyBeamMap"] = {
    name = "SolarisSkyBeamMap",
    hidden = true,
    color = 4,
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    skillTypes = {
        [SkillType.Spell] = true,
    },
    statDescriptionScope = "skill_stat_descriptions",
    castTime = 2.5,
    baseFlags = {
        spell = true,
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
        "base_fire_damage_to_deal_per_minute",
        "base_skill_effect_duration",
        "ground_fire_art_variation",
        "monster_penalty_against_minions_damage_+%_final_vs_player_minions",
        "active_skill_area_of_effect_radius_+%_final",
    },
    levels = {
        [1] = {4.4000000953674, 3000, 4, -60, -40, levelRequirement = 61, statInterpolation = {3},  cost = { }, },
    },
}
-- src\Data\Skills\spectre.lua
skills["SolarisEnergyLance"] = {
    name = "SolarisEnergyLance",
    hidden = true,
    color = 4,
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    skillTypes = {
        [SkillType.Spell] = true,
    },
    statDescriptionScope = "skill_stat_descriptions",
    castTime = 3,
    baseFlags = {
        spell = true,
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
        "spell_minimum_base_fire_damage",
        "spell_maximum_base_fire_damage",
        "number_of_additional_projectiles",
        "melee_weapon_range_+",
        "monster_penalty_against_minions_damage_+%_final_vs_player_minions",
        "always_pierce",
        "projectile_uses_contact_position",
        "maintain_projectile_direction_when_using_contact_position",
    },
    levels = {
        [1] = {0.80000001192093, 1.2000000476837, 4, 50, -50, levelRequirement = 1, statInterpolation = {3, 3},  cost = { }, },
    },
}
-- src\Data\Skills\spectre.lua
skills["SolarisEnergyLanceQuick"] = {
    name = "SolarisEnergyLanceQuick",
    hidden = true,
    color = 4,
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    skillTypes = {
        [SkillType.Spell] = true,
    },
    statDescriptionScope = "skill_stat_descriptions",
    castTime = 1.73,
    baseFlags = {
        spell = true,
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
        "spell_minimum_base_fire_damage",
        "spell_maximum_base_fire_damage",
        "melee_weapon_range_+",
        "monster_penalty_against_minions_damage_+%_final_vs_player_minions",
        "always_pierce",
        "projectile_uses_contact_position",
        "maintain_projectile_direction_when_using_contact_position",
    },
    levels = {
        [1] = {0.80000001192093, 1.2000000476837, 40, -25, levelRequirement = 1, statInterpolation = {3, 3},  cost = { }, },
    },
}
-- src\Data\Skills\spectre.lua
skills["SolarisBackflip"] = {
    name = "SolarisBackflip",
    hidden = true,
    color = 4,
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    skillTypes = {
        [SkillType.Spell] = true,
        [SkillType.Area] = true,
        [SkillType.Fire] = true,
        [SkillType.AreaSpell] = true,
    },
    statDescriptionScope = "skill_stat_descriptions",
    castTime = 3.17,
    baseFlags = {
        area = true,
        spell = true,
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
        "spell_minimum_base_fire_damage",
        "spell_maximum_base_fire_damage",
        "monster_penalty_against_minions_damage_+%_final_vs_player_minions",
        "cannot_stun",
    },
    levels = {
        [1] = {0.80000001192093, 1.2000000476837, -25, levelRequirement = 61, statInterpolation = {3, 3},  cost = { }, },
    },
}
-- src\Data\Skills\spectre.lua
skills["SolarisTransform"] = {
    name = "SolarisTransform",
    hidden = true,
    color = 4,
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    skillTypes = {
    },
    statDescriptionScope = "skill_stat_descriptions",
    castTime = 1,
    baseFlags = {
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
    },
    levels = {
        [1] = {levelRequirement = 1, statInterpolation = {},  cost = { }, },
    },
}
怪物增加 100% 經驗值
增加 15000% 物品掉落稀有度
IdMonsterMapBoss
FamilyMonsterMapBoss
Domains怪物 (3)
GenerationType傳奇 (3)
Req. level1
Stats
  • monster slain experience +% Min: 100 Max: 100 全域
  • monster dropped item rarity +% Min: 15000 Max: 15000 全域
  • display monster mod nemesis test [0]
    IdSolarisFinalFormDaemon
    FamilyDaemon
    Domains怪物 (3)
    GenerationType傳奇 (3)
    Req. level1
    Stats
  • display monster mod nemesis test Min: 0 Max: 0 全域
  • cannot be stunned for ms after stun finished [2000]
    cannot be stunned while stunned [1]
    IdStunRepeatImmunityMapBoss_
    FamilyNothing
    Domains怪物 (3)
    GenerationType傳奇 (3)
    Req. level1
    Stats
  • cannot be stunned while stunned Min: 1 Max: 1 全域
  • cannot be stunned for ms after stun finished Min: 2000 Max: 2000 全域
  • IdNothing
    FamilyNothing
    Domains怪物 (3)
    GenerationType傳奇 (3)
    Req. level1
    不會被暈眩
    IdMonsterCannotBeStunned1
    Name堅韌的
    FamilyMonsterCannotBeStunned
    Domains怪物 (3)
    GenerationType傳奇 (3)
    Req. level1
    Stats
  • base cannot be stunned Min: 1 Max: 1 全域
  • Spawn Tagsnot_str: 0 default: 1000
    光之姊妹.艾拉
    生物
    怪物增加 100% 經驗值
    增加 15000% 物品掉落稀有度
    display monster mod nemesis test [0]
    cannot be stunned for ms after stun finished [2000]
    cannot be stunned while stunned [1]
    不會被暈眩
    Ara, Sister of Light
    幽魂N
    標籤法術, construct, fire_affinity, has_one_handed_melee, has_thrusting_one_hand_sword, humanoid, large_height, large_model, medium_movement, melee, mud_blood, not_dex, not_int, physical_affinity, puncturing_weapon, standalone_map_boss, stone_armour, stone_construct
    生命
    400%
    護甲
    +100%
    異常狀態臨界值
    400%
    抗性
    40 40 40 25
    傷害
    200%
    命中
    100%
    暴擊率
    +5%
    暴擊加成
    +130%
    攻擊距離
    6 ~ 15
    攻擊間隔
    1.5 秒
    傷害分佈
    ±20%
    經驗值
    200%
    Model Size
    100%
    類型
    SolarisMap
    Metadata
    SolarisMapStandalone
    等級
    68
    生命
    557,385
    護甲
    57,580
    閃避
    4,739
    能量護盾
    0
    傷害
    851
    法術傷害
    1,270
    命中
    290
    攻擊間隔
    1.005
    經驗值
    112,805
    異常狀態臨界值
    351,153
    冰緩
    1,110
    感電
    1,110
    易碎
    6,282
    焦灼
    1,110
    殘喘
    3,068
    SolarisEnergyLance
    法術
    施放時間: 3 秒
    冷卻時間: 5 秒
    投射物穿透全部目標
    造成 46356953 火焰傷害
    發射 4 個額外投射物
    +5 米近戰打擊距離
    maintain projectile direction when using contact position [1]
    monster penalty against minions damage +% final vs player minions [-50]
    projectile uses contact position [1]
    SolarisEnergyLanceQuick
    法術
    施放時間: 1.73 秒
    冷卻時間: 4 秒
    投射物穿透全部目標
    造成 23173476 火焰傷害
    +4 米近戰打擊距離
    maintain projectile direction when using contact position [1]
    monster penalty against minions damage +% final vs player minions [-25]
    projectile uses contact position [1]
    SolarisBackflip
    法術, 範圍, 火焰, 範圍法術
    施放時間: 3.17 秒
    冷卻時間: 10 秒
    你的擊中不能暈眩敵人
    造成 10681602 火焰傷害
    monster penalty against minions damage +% final vs player minions [-25]
    MeleeThrustAttack
    攻擊, 傷害, 可觸發
    基本傷害: 1351–2027
    暴擊率: 5%
    攻擊間隔: 1.5 秒
    冷卻時間: 5 秒
    is area damage [1]
    monster penalty against minions damage +% final vs player minions [-25]
    SolarisTransform
    LunarisDodgeLeft
    冷卻時間: 2.5 秒
    monster dodge distance [18]
    LunarisDodgeRight
    冷卻時間: 2.5 秒
    monster dodge direction [1]
    monster dodge distance [18]
    Melee
    攻擊, 範圍攻擊, 技能可幻影射手, 投射物, 近戰單一目標, 攻擊可重複, 近戰, 玩家投射物
    普通攻擊
    基本傷害: 1351–2027
    暴擊率: 5%
    攻擊間隔: 1.5 秒
    用強大的攻擊擊倒敵人。
    skill can fire arrows [1]
    skill can fire wand projectiles [1]
    LunarisDodgeBack
    冷卻時間: 2.5 秒
    monster dodge direction [3]
    monster dodge distance [28]
    SolarisSkyBeamMap
    法術
    施放時間: 2.5 秒
    冷卻時間: 8 秒
    每秒造成 2571.5 基本火焰傷害
    +3 秒基礎持續時間
    active skill area of effect radius +% final [-40]
    ground fire art variation [4]
    monster penalty against minions damage +% final vs player minions [-60]
    SSMStandaloneSolarisBallSummon
    法術, 法術可重複, 可觸發, 陷阱技能, 圖騰技能, 地雷技能
    施放時間: 1 秒
    alternate minion [537]
    minion dies when parent dies [1]
    number of monsters to summon [1]
    summon specific monsters radius +% [30]
    summoned monsters are minions [1]
    summoned monsters no drops or experience [1]

    Object Type

    version 2
    extends "Metadata/Monsters/Monster"
    extends "Metadata/Monsters/StandaloneMapBoss"
    
    Actor
    {
    	basic_action = "ChangeToStance1"
    	basic_action = "ChangeToStance2"
    }
    
    Stats
    {
    	set_curse_orb_additional_height = -10
    }

    Object Type Codes

    version 2
    extends "Metadata/Monsters/Monster"
    extends "Metadata/Monsters/StandaloneMapBoss"
    
    BaseEvents
    {
    	on_construction_complete = "AddEffectPack( Metadata/Effects/Spells/monsters_effects/AtlasofWorldsBosses/Solaris_Lunaris/EPKs/solaris_aura.epk );"
    }
    
    Life
    {
    	on_death = "RemoveEffectPack( Metadata/Effects/Spells/monsters_effects/AtlasofWorldsBosses/Solaris_Lunaris/EPKs/solaris_aura.epk );"
    	on_spawned_dead = "RemoveEffectPack( Metadata/Effects/Spells/monsters_effects/AtlasofWorldsBosses/Solaris_Lunaris/EPKs/solaris_aura.epk );"
    }
    
    Render
    {
    	selection_height_override = 250.0
    }
    -- src\Data\Spectres.lua
    minions["Metadata/Monsters/LunarisSolaris/SolarisMapStandalone"] = {
        name = "Ara, Sister of Light",
        life = 4,
        fireResist = 40,
        coldResist = 40,
        lightningResist = 40,
        chaosResist = 25,
        damage = 2,
        damageSpread = 0.2,
        attackTime = 1.5,
        attackRange = 15,
        accuracy = 1,
        weaponType1 = "Thrusting One Hand Sword",
        weaponType2 = "Shield",
        skillList = {
            "Melee",
            "SSMStandaloneSolarisBallSummon",
            "LunarisDodgeLeft",
            "LunarisDodgeRight",
            "LunarisDodgeBack",
            "MeleeThrustAttack",
            "SolarisSkyBeamMap",
            "SolarisEnergyLance",
            "SolarisEnergyLanceQuick",
            "SolarisBackflip",
            "SolarisTransform",
        },
        modList = {
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["Melee"] = {
        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",
        },
        levels = {
            [1] = {levelRequirement = 1, statInterpolation = {},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["SSMStandaloneSolarisBallSummon"] = {
        name = "SSMStandaloneSolarisBallSummon",
        hidden = true,
        color = 4,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Spell] = true,
            [SkillType.Multicastable] = true,
            [SkillType.Triggerable] = true,
            [SkillType.Trappable] = true,
            [SkillType.Totemable] = true,
            [SkillType.Mineable] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            spell = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "number_of_monsters_to_summon",
            "alternate_minion",
            "summon_specific_monsters_radius_+%",
            "summoned_monsters_are_minions",
            "summoned_monsters_no_drops_or_experience",
            "minion_dies_when_parent_dies",
        },
        levels = {
            [1] = {1, 537, 30, levelRequirement = 0, statInterpolation = {},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["LunarisDodgeLeft"] = {
        name = "LunarisDodgeLeft",
        hidden = true,
        color = 4,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "monster_dodge_distance",
        },
        levels = {
            [1] = {18, levelRequirement = 1, statInterpolation = {},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["LunarisDodgeRight"] = {
        name = "LunarisDodgeRight",
        hidden = true,
        color = 4,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "monster_dodge_direction",
            "monster_dodge_distance",
        },
        levels = {
            [1] = {1, 18, levelRequirement = 1, statInterpolation = {},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["LunarisDodgeBack"] = {
        name = "LunarisDodgeBack",
        hidden = true,
        color = 4,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "monster_dodge_direction",
            "monster_dodge_distance",
        },
        levels = {
            [1] = {3, 28, levelRequirement = 1, statInterpolation = {},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["MeleeThrustAttack"] = {
        name = "MeleeThrustAttack",
        hidden = true,
        color = 4,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Attack] = true,
            [SkillType.Damage] = true,
            [SkillType.Triggerable] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            attack = true,
            area = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "monster_penalty_against_minions_damage_+%_final_vs_player_minions",
            "is_area_damage",
        },
        levels = {
            [1] = {-25, levelRequirement = 1, statInterpolation = {},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["SolarisSkyBeamMap"] = {
        name = "SolarisSkyBeamMap",
        hidden = true,
        color = 4,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Spell] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 2.5,
        baseFlags = {
            spell = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "base_fire_damage_to_deal_per_minute",
            "base_skill_effect_duration",
            "ground_fire_art_variation",
            "monster_penalty_against_minions_damage_+%_final_vs_player_minions",
            "active_skill_area_of_effect_radius_+%_final",
        },
        levels = {
            [1] = {4.4000000953674, 3000, 4, -60, -40, levelRequirement = 61, statInterpolation = {3},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["SolarisEnergyLance"] = {
        name = "SolarisEnergyLance",
        hidden = true,
        color = 4,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Spell] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 3,
        baseFlags = {
            spell = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "spell_minimum_base_fire_damage",
            "spell_maximum_base_fire_damage",
            "number_of_additional_projectiles",
            "melee_weapon_range_+",
            "monster_penalty_against_minions_damage_+%_final_vs_player_minions",
            "always_pierce",
            "projectile_uses_contact_position",
            "maintain_projectile_direction_when_using_contact_position",
        },
        levels = {
            [1] = {0.80000001192093, 1.2000000476837, 4, 50, -50, levelRequirement = 1, statInterpolation = {3, 3},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["SolarisEnergyLanceQuick"] = {
        name = "SolarisEnergyLanceQuick",
        hidden = true,
        color = 4,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Spell] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1.73,
        baseFlags = {
            spell = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "spell_minimum_base_fire_damage",
            "spell_maximum_base_fire_damage",
            "melee_weapon_range_+",
            "monster_penalty_against_minions_damage_+%_final_vs_player_minions",
            "always_pierce",
            "projectile_uses_contact_position",
            "maintain_projectile_direction_when_using_contact_position",
        },
        levels = {
            [1] = {0.80000001192093, 1.2000000476837, 40, -25, levelRequirement = 1, statInterpolation = {3, 3},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["SolarisBackflip"] = {
        name = "SolarisBackflip",
        hidden = true,
        color = 4,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Spell] = true,
            [SkillType.Area] = true,
            [SkillType.Fire] = true,
            [SkillType.AreaSpell] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 3.17,
        baseFlags = {
            area = true,
            spell = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "spell_minimum_base_fire_damage",
            "spell_maximum_base_fire_damage",
            "monster_penalty_against_minions_damage_+%_final_vs_player_minions",
            "cannot_stun",
        },
        levels = {
            [1] = {0.80000001192093, 1.2000000476837, -25, levelRequirement = 61, statInterpolation = {3, 3},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["SolarisTransform"] = {
        name = "SolarisTransform",
        hidden = true,
        color = 4,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
        },
        levels = {
            [1] = {levelRequirement = 1, statInterpolation = {},  cost = { }, },
        },
    }
    
    怪物增加 100% 經驗值
    增加 15000% 物品掉落稀有度
    IdMonsterMapBoss
    FamilyMonsterMapBoss
    Domains怪物 (3)
    GenerationType傳奇 (3)
    Req. level1
    Stats
  • monster slain experience +% Min: 100 Max: 100 全域
  • monster dropped item rarity +% Min: 15000 Max: 15000 全域
  • display monster mod nemesis test [0]
    IdSolarisFinalFormDaemon
    FamilyDaemon
    Domains怪物 (3)
    GenerationType傳奇 (3)
    Req. level1
    Stats
  • display monster mod nemesis test Min: 0 Max: 0 全域
  • cannot be stunned for ms after stun finished [2000]
    cannot be stunned while stunned [1]
    IdStunRepeatImmunityMapBoss_
    FamilyNothing
    Domains怪物 (3)
    GenerationType傳奇 (3)
    Req. level1
    Stats
  • cannot be stunned while stunned Min: 1 Max: 1 全域
  • cannot be stunned for ms after stun finished Min: 2000 Max: 2000 全域
  • IdNothing
    FamilyNothing
    Domains怪物 (3)
    GenerationType傳奇 (3)
    Req. level1
    不會被暈眩
    IdMonsterCannotBeStunned1
    Name堅韌的
    FamilyMonsterCannotBeStunned
    Domains怪物 (3)
    GenerationType傳奇 (3)
    Req. level1
    Stats
  • base cannot be stunned Min: 1 Max: 1 全域
  • Spawn Tagsnot_str: 0 default: 1000
    光之姊妹.艾拉
    生物
    怪物增加 100% 經驗值
    增加 15000% 物品掉落稀有度
    display monster mod nemesis test [0]
    cannot be stunned for ms after stun finished [2000]
    cannot be stunned while stunned [1]
    不會被暈眩
    Ara, Sister of Light
    幽魂N
    標籤法術, construct, fire_affinity, has_one_handed_melee, has_thrusting_one_hand_sword, humanoid, large_model, medium_movement, melee, mud_blood, not_dex, not_int, physical_affinity, puncturing_weapon, stone_armour, stone_construct
    生命
    400%
    護甲
    +100%
    異常狀態臨界值
    400%
    抗性
    40 40 40 25
    傷害
    200%
    命中
    100%
    暴擊率
    +5%
    暴擊加成
    +130%
    攻擊距離
    6 ~ 15
    攻擊間隔
    1.5 秒
    傷害分佈
    ±20%
    經驗值
    200%
    Model Size
    100%
    類型
    SolarisMap
    Metadata
    SolarisMapArchnemesis_
    等級
    68
    生命
    557,385
    護甲
    57,580
    閃避
    4,739
    能量護盾
    0
    傷害
    851
    法術傷害
    1,270
    命中
    290
    攻擊間隔
    1.005
    經驗值
    112,805
    異常狀態臨界值
    351,153
    冰緩
    1,110
    感電
    1,110
    易碎
    6,282
    焦灼
    1,110
    殘喘
    3,068
    SolarisEnergyLance
    法術
    施放時間: 3 秒
    冷卻時間: 5 秒
    投射物穿透全部目標
    造成 46356953 火焰傷害
    發射 4 個額外投射物
    +5 米近戰打擊距離
    maintain projectile direction when using contact position [1]
    monster penalty against minions damage +% final vs player minions [-50]
    projectile uses contact position [1]
    SolarisEnergyLanceQuick
    法術
    施放時間: 1.73 秒
    冷卻時間: 4 秒
    投射物穿透全部目標
    造成 23173476 火焰傷害
    +4 米近戰打擊距離
    maintain projectile direction when using contact position [1]
    monster penalty against minions damage +% final vs player minions [-25]
    projectile uses contact position [1]
    SolarisBackflip
    法術, 範圍, 火焰, 範圍法術
    施放時間: 3.17 秒
    冷卻時間: 10 秒
    你的擊中不能暈眩敵人
    造成 10681602 火焰傷害
    monster penalty against minions damage +% final vs player minions [-25]
    MeleeThrustAttack
    攻擊, 傷害, 可觸發
    基本傷害: 1351–2027
    暴擊率: 5%
    攻擊間隔: 1.5 秒
    冷卻時間: 5 秒
    is area damage [1]
    monster penalty against minions damage +% final vs player minions [-25]
    SolarisTransform
    LunarisDodgeLeft
    冷卻時間: 2.5 秒
    monster dodge distance [18]
    LunarisDodgeRight
    冷卻時間: 2.5 秒
    monster dodge direction [1]
    monster dodge distance [18]
    Melee
    攻擊, 範圍攻擊, 技能可幻影射手, 投射物, 近戰單一目標, 攻擊可重複, 近戰, 玩家投射物
    普通攻擊
    基本傷害: 1351–2027
    暴擊率: 5%
    攻擊間隔: 1.5 秒
    用強大的攻擊擊倒敵人。
    skill can fire arrows [1]
    skill can fire wand projectiles [1]
    LunarisDodgeBack
    冷卻時間: 2.5 秒
    monster dodge direction [3]
    monster dodge distance [28]
    SolarisSkyBeamMap
    法術
    施放時間: 2.5 秒
    冷卻時間: 8 秒
    每秒造成 2571.5 基本火焰傷害
    +3 秒基礎持續時間
    active skill area of effect radius +% final [-40]
    ground fire art variation [4]
    monster penalty against minions damage +% final vs player minions [-60]
    SSMStandaloneSolarisBallSummon
    法術, 法術可重複, 可觸發, 陷阱技能, 圖騰技能, 地雷技能
    施放時間: 1 秒
    alternate minion [537]
    minion dies when parent dies [1]
    number of monsters to summon [1]
    summon specific monsters radius +% [30]
    summoned monsters are minions [1]
    summoned monsters no drops or experience [1]

    Object Type

    version 2
    extends "Metadata/Monsters/Monster"
    extends "Metadata/Monsters/LeagueArchnemesis/PantheonApparition"
    
    Actor
    {
    	basic_action = "ChangeToStance1"
    	basic_action = "ChangeToStance2"
    }
    
    Stats
    {
    	set_curse_orb_additional_height = -10
    }

    Object Type Codes

    version 2
    extends "Metadata/Monsters/Monster"
    extends "Metadata/Monsters/LeagueArchnemesis/PantheonApparition"
    
    BaseEvents
    {
    	on_construction_complete = "AddEffectPack( Metadata/Effects/Spells/monsters_effects/AtlasofWorldsBosses/Solaris_Lunaris/EPKs/solaris_aura.epk );"
    }
    
    Life
    {
    	on_death = "RemoveEffectPack( Metadata/Effects/Spells/monsters_effects/AtlasofWorldsBosses/Solaris_Lunaris/EPKs/solaris_aura.epk );"
    	on_spawned_dead = "RemoveEffectPack( Metadata/Effects/Spells/monsters_effects/AtlasofWorldsBosses/Solaris_Lunaris/EPKs/solaris_aura.epk );"
    }
    
    Render
    {
    	selection_height_override = 250.0
    }
    -- src\Data\Spectres.lua
    minions["Metadata/Monsters/LunarisSolaris/SolarisMapArchnemesis_"] = {
        name = "Ara, Sister of Light",
        life = 4,
        fireResist = 40,
        coldResist = 40,
        lightningResist = 40,
        chaosResist = 25,
        damage = 2,
        damageSpread = 0.2,
        attackTime = 1.5,
        attackRange = 15,
        accuracy = 1,
        weaponType1 = "Thrusting One Hand Sword",
        weaponType2 = "Shield",
        skillList = {
            "Melee",
            "SSMStandaloneSolarisBallSummon",
            "LunarisDodgeLeft",
            "LunarisDodgeRight",
            "LunarisDodgeBack",
            "MeleeThrustAttack",
            "SolarisSkyBeamMap",
            "SolarisEnergyLance",
            "SolarisEnergyLanceQuick",
            "SolarisBackflip",
            "SolarisTransform",
        },
        modList = {
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["Melee"] = {
        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",
        },
        levels = {
            [1] = {levelRequirement = 1, statInterpolation = {},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["SSMStandaloneSolarisBallSummon"] = {
        name = "SSMStandaloneSolarisBallSummon",
        hidden = true,
        color = 4,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Spell] = true,
            [SkillType.Multicastable] = true,
            [SkillType.Triggerable] = true,
            [SkillType.Trappable] = true,
            [SkillType.Totemable] = true,
            [SkillType.Mineable] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            spell = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "number_of_monsters_to_summon",
            "alternate_minion",
            "summon_specific_monsters_radius_+%",
            "summoned_monsters_are_minions",
            "summoned_monsters_no_drops_or_experience",
            "minion_dies_when_parent_dies",
        },
        levels = {
            [1] = {1, 537, 30, levelRequirement = 0, statInterpolation = {},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["LunarisDodgeLeft"] = {
        name = "LunarisDodgeLeft",
        hidden = true,
        color = 4,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "monster_dodge_distance",
        },
        levels = {
            [1] = {18, levelRequirement = 1, statInterpolation = {},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["LunarisDodgeRight"] = {
        name = "LunarisDodgeRight",
        hidden = true,
        color = 4,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "monster_dodge_direction",
            "monster_dodge_distance",
        },
        levels = {
            [1] = {1, 18, levelRequirement = 1, statInterpolation = {},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["LunarisDodgeBack"] = {
        name = "LunarisDodgeBack",
        hidden = true,
        color = 4,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "monster_dodge_direction",
            "monster_dodge_distance",
        },
        levels = {
            [1] = {3, 28, levelRequirement = 1, statInterpolation = {},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["MeleeThrustAttack"] = {
        name = "MeleeThrustAttack",
        hidden = true,
        color = 4,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Attack] = true,
            [SkillType.Damage] = true,
            [SkillType.Triggerable] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            attack = true,
            area = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "monster_penalty_against_minions_damage_+%_final_vs_player_minions",
            "is_area_damage",
        },
        levels = {
            [1] = {-25, levelRequirement = 1, statInterpolation = {},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["SolarisSkyBeamMap"] = {
        name = "SolarisSkyBeamMap",
        hidden = true,
        color = 4,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Spell] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 2.5,
        baseFlags = {
            spell = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "base_fire_damage_to_deal_per_minute",
            "base_skill_effect_duration",
            "ground_fire_art_variation",
            "monster_penalty_against_minions_damage_+%_final_vs_player_minions",
            "active_skill_area_of_effect_radius_+%_final",
        },
        levels = {
            [1] = {4.4000000953674, 3000, 4, -60, -40, levelRequirement = 61, statInterpolation = {3},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["SolarisEnergyLance"] = {
        name = "SolarisEnergyLance",
        hidden = true,
        color = 4,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Spell] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 3,
        baseFlags = {
            spell = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "spell_minimum_base_fire_damage",
            "spell_maximum_base_fire_damage",
            "number_of_additional_projectiles",
            "melee_weapon_range_+",
            "monster_penalty_against_minions_damage_+%_final_vs_player_minions",
            "always_pierce",
            "projectile_uses_contact_position",
            "maintain_projectile_direction_when_using_contact_position",
        },
        levels = {
            [1] = {0.80000001192093, 1.2000000476837, 4, 50, -50, levelRequirement = 1, statInterpolation = {3, 3},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["SolarisEnergyLanceQuick"] = {
        name = "SolarisEnergyLanceQuick",
        hidden = true,
        color = 4,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Spell] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1.73,
        baseFlags = {
            spell = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "spell_minimum_base_fire_damage",
            "spell_maximum_base_fire_damage",
            "melee_weapon_range_+",
            "monster_penalty_against_minions_damage_+%_final_vs_player_minions",
            "always_pierce",
            "projectile_uses_contact_position",
            "maintain_projectile_direction_when_using_contact_position",
        },
        levels = {
            [1] = {0.80000001192093, 1.2000000476837, 40, -25, levelRequirement = 1, statInterpolation = {3, 3},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["SolarisBackflip"] = {
        name = "SolarisBackflip",
        hidden = true,
        color = 4,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Spell] = true,
            [SkillType.Area] = true,
            [SkillType.Fire] = true,
            [SkillType.AreaSpell] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 3.17,
        baseFlags = {
            area = true,
            spell = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "spell_minimum_base_fire_damage",
            "spell_maximum_base_fire_damage",
            "monster_penalty_against_minions_damage_+%_final_vs_player_minions",
            "cannot_stun",
        },
        levels = {
            [1] = {0.80000001192093, 1.2000000476837, -25, levelRequirement = 61, statInterpolation = {3, 3},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["SolarisTransform"] = {
        name = "SolarisTransform",
        hidden = true,
        color = 4,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
        },
        levels = {
            [1] = {levelRequirement = 1, statInterpolation = {},  cost = { }, },
        },
    }
    
    怪物增加 100% 經驗值
    增加 15000% 物品掉落稀有度
    IdMonsterMapBoss
    FamilyMonsterMapBoss
    Domains怪物 (3)
    GenerationType傳奇 (3)
    Req. level1
    Stats
  • monster slain experience +% Min: 100 Max: 100 全域
  • monster dropped item rarity +% Min: 15000 Max: 15000 全域
  • display monster mod nemesis test [0]
    IdSolarisFinalFormDaemon
    FamilyDaemon
    Domains怪物 (3)
    GenerationType傳奇 (3)
    Req. level1
    Stats
  • display monster mod nemesis test Min: 0 Max: 0 全域
  • cannot be stunned for ms after stun finished [2000]
    cannot be stunned while stunned [1]
    IdStunRepeatImmunityMapBoss_
    FamilyNothing
    Domains怪物 (3)
    GenerationType傳奇 (3)
    Req. level1
    Stats
  • cannot be stunned while stunned Min: 1 Max: 1 全域
  • cannot be stunned for ms after stun finished Min: 2000 Max: 2000 全域
  • IdNothing
    FamilyNothing
    Domains怪物 (3)
    GenerationType傳奇 (3)
    Req. level1
    不會被暈眩
    IdMonsterCannotBeStunned1
    Name堅韌的
    FamilyMonsterCannotBeStunned
    Domains怪物 (3)
    GenerationType傳奇 (3)
    Req. level1
    Stats
  • base cannot be stunned Min: 1 Max: 1 全域
  • Spawn Tagsnot_str: 0 default: 1000
    光之姊妹.艾拉
    生物
    怪物增加 100% 經驗值
    增加 15000% 物品掉落稀有度
    display monster mod nemesis test [0]
    cannot be stunned for ms after stun finished [2000]
    cannot be stunned while stunned [1]
    不會被暈眩
    Ara, Sister of Light
    幽魂N
    標籤construct, elder_map_boss, has_one_handed_melee, has_thrusting_one_hand_sword, humanoid, large_model, medium_movement, mud_blood, non_attacking, not_dex, not_int, puncturing_weapon, stone_armour, stone_construct
    生命
    400%
    護甲
    +100%
    異常狀態臨界值
    400%
    抗性
    40 40 40 25
    傷害
    200%
    命中
    100%
    暴擊率
    +5%
    暴擊加成
    +130%
    攻擊距離
    6 ~ 15
    攻擊間隔
    1.5 秒
    傷害分佈
    ±20%
    經驗值
    200%
    Model Size
    100%
    類型
    SolarisMap
    Metadata
    SolarisMapElder

    Object Type

    version 2
    extends "Metadata/Monsters/Monster"
    
    Life
    {
    	corpse_usable = false
    }
    
    Stats
    {
    	base_cannot_be_damaged = 1
    	base_cannot_be_stunned = 1
    	cannot_be_knocked_back = 1
    	is_hidden_monster = 1
    	immune_to_curses = 1
    	immune_to_auras_from_other_entities = 1
    }

    Object Type Codes

    version 2
    extends "Metadata/Monsters/Monster"
    
    BaseEvents
    {
    	on_construction_complete = "AddEffectPack( Metadata/Effects/Spells/monsters_effects/AtlasofWorldsBosses/Elder/entrance/affecting_target_instant.epk );"
    }
    -- src\Data\Spectres.lua
    minions["Metadata/Monsters/LunarisSolaris/SolarisMapElder"] = {
        name = "Ara, Sister of Light",
        life = 4,
        fireResist = 40,
        coldResist = 40,
        lightningResist = 40,
        chaosResist = 25,
        damage = 2,
        damageSpread = 0.2,
        attackTime = 1.5,
        attackRange = 15,
        accuracy = 1,
        weaponType1 = "Thrusting One Hand Sword",
        weaponType2 = "Shield",
        skillList = {
        },
        modList = {
        },
    }
    
    怪物增加 100% 經驗值
    增加 15000% 物品掉落稀有度
    IdMonsterMapBoss
    FamilyMonsterMapBoss
    Domains怪物 (3)
    GenerationType傳奇 (3)
    Req. level1
    Stats
  • monster slain experience +% Min: 100 Max: 100 全域
  • monster dropped item rarity +% Min: 15000 Max: 15000 全域
  • display monster mod nemesis test [0]
    IdSolarisFinalFormDaemon
    FamilyDaemon
    Domains怪物 (3)
    GenerationType傳奇 (3)
    Req. level1
    Stats
  • display monster mod nemesis test Min: 0 Max: 0 全域
  • cannot be stunned for ms after stun finished [2000]
    cannot be stunned while stunned [1]
    IdStunRepeatImmunityMapBoss_
    FamilyNothing
    Domains怪物 (3)
    GenerationType傳奇 (3)
    Req. level1
    Stats
  • cannot be stunned while stunned Min: 1 Max: 1 全域
  • cannot be stunned for ms after stun finished Min: 2000 Max: 2000 全域
  • IdNothing
    FamilyNothing
    Domains怪物 (3)
    GenerationType傳奇 (3)
    Req. level1
    不會被暈眩
    IdMonsterCannotBeStunned1
    Name堅韌的
    FamilyMonsterCannotBeStunned
    Domains怪物 (3)
    GenerationType傳奇 (3)
    Req. level1
    Stats
  • base cannot be stunned Min: 1 Max: 1 全域
  • Spawn Tagsnot_str: 0 default: 1000
    光之姊妹.艾拉
    生物
    不能被傷害
    cannot be stunned for ms after stun finished [2000]
    cannot be stunned while stunned [1]
    cant possess this [1]
    cant touch this [1]
    Ara, Sister of Light
    幽魂N
    標籤法術, construct, fire_affinity, humanoid, immobile, is_unarmed, large_model, mud_blood, puncturing_weapon, stone_armour, stone_construct
    生命
    100%
    異常狀態臨界值
    100%
    抗性
    40 40 40 25
    傷害
    100%
    命中
    100%
    暴擊率
    +5%
    暴擊加成
    +130%
    攻擊距離
    6 ~ 14
    攻擊間隔
    1.5 秒
    傷害分佈
    ±20%
    經驗值
    100%
    Model Size
    100%
    類型
    SolarisCelestialForm
    Metadata
    SolarisCelestialFormMap
    等級
    68
    生命
    6,433
    護甲
    28,790
    閃避
    4,739
    能量護盾
    0
    傷害
    374
    法術傷害
    374
    命中
    290
    攻擊間隔
    1.5
    經驗值
    10,255
    異常狀態臨界值
    6,433
    冰緩
    20
    感電
    20
    易碎
    115
    焦灼
    20
    殘喘
    56
    SolarisSkyBeamCelestialMap
    法術
    施放時間: 3 秒
    冷卻時間: 8 秒
    每秒造成 2571.5 基本火焰傷害
    +3 秒基礎持續時間
    active skill area of effect radius +% final [-40]
    ground fire art variation [4]
    monster penalty against minions damage +% final vs player minions [-60]
    SolarisSolarFlareMap
    法術, 範圍, 火焰, 範圍法術
    施放時間: 2 秒
    冷卻時間: 10 秒
    你的擊中不能暈眩敵人
    +5 秒基礎持續時間
    基礎額外效果持續時間 1
    造成 673.31010 火焰傷害
    is area damage [1]
    monster penalty against minions damage +% final vs player minions [-70]

    Object Type

    version 2
    extends "Metadata/Monsters/LunarisSolaris/CelestialForm"

    Object Type Codes

    version 2
    extends "Metadata/Monsters/LunarisSolaris/CelestialForm"
    -- src\Data\Spectres.lua
    minions["Metadata/Monsters/LunarisSolaris/SolarisCelestialFormMap"] = {
        name = "Ara, Sister of Light",
        life = 1,
        fireResist = 40,
        coldResist = 40,
        lightningResist = 40,
        chaosResist = 25,
        damage = 1,
        damageSpread = 0.2,
        attackTime = 1.5,
        attackRange = 14,
        accuracy = 1,
        skillList = {
            "SolarisSkyBeamCelestialMap",
            "SolarisSolarFlareMap",
        },
        modList = {
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["SolarisSkyBeamCelestialMap"] = {
        name = "SolarisSkyBeamCelestialMap",
        hidden = true,
        color = 4,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Spell] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 3,
        baseFlags = {
            spell = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "base_fire_damage_to_deal_per_minute",
            "base_skill_effect_duration",
            "ground_fire_art_variation",
            "monster_penalty_against_minions_damage_+%_final_vs_player_minions",
            "active_skill_area_of_effect_radius_+%_final",
        },
        levels = {
            [1] = {4.4000000953674, 3000, 4, -60, -40, levelRequirement = 61, statInterpolation = {3},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["SolarisSolarFlareMap"] = {
        name = "SolarisSolarFlareMap",
        hidden = true,
        color = 4,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Spell] = true,
            [SkillType.Area] = true,
            [SkillType.Fire] = true,
            [SkillType.AreaSpell] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 2,
        baseFlags = {
            area = true,
            spell = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "spell_minimum_base_fire_damage",
            "spell_maximum_base_fire_damage",
            "base_skill_effect_duration",
            "base_secondary_skill_effect_duration",
            "monster_penalty_against_minions_damage_+%_final_vs_player_minions",
            "is_area_damage",
            "cannot_stun",
        },
        levels = {
            [1] = {0.80000001192093, 1.2000000476837, 5000, 1000, -70, levelRequirement = 1, statInterpolation = {3, 3},  cost = { }, },
        },
    }
    
    不能被傷害
    IdMonsterCannotBeDamaged
    FamilyCannotBeDamaged
    Domains怪物 (3)
    GenerationType傳奇 (3)
    Req. level1
    Stats
  • base cannot be damaged Min: 1 Max: 1 全域
  • 傷害免疫
    免疫所有傷害
    不能被傷害
    Cannot Be Damaged
    cannot be stunned for ms after stun finished [2000]
    cannot be stunned while stunned [1]
    IdStunRepeatImmunityActBoss
    FamilyNothing
    Domains怪物 (3)
    GenerationType傳奇 (3)
    Req. level1
    Stats
  • cannot be stunned while stunned Min: 1 Max: 1 全域
  • cannot be stunned for ms after stun finished Min: 2000 Max: 2000 全域
  • cant possess this [1]
    IdTormentCantPossessThis
    FamilyCantPossessThis
    Domains怪物 (3)
    GenerationType苦痛 (7)
    Req. level1
    Stats
  • cant possess this Min: 1 Max: 1 全域
  • cant touch this [1]
    IdTormentCantTouchThis
    FamilyCantTouchThis
    Domains怪物 (3)
    GenerationType苦痛 (7)
    Req. level1
    Stats
  • cant touch this Min: 1 Max: 1 全域
  • 光之姊妹.艾拉
    生物
    不能被傷害
    cannot be stunned for ms after stun finished [2000]
    cannot be stunned while stunned [1]
    cant possess this [1]
    cant touch this [1]
    Ara, Sister of Light
    幽魂N
    標籤法術, construct, fire_affinity, humanoid, immobile, is_unarmed, large_model, mud_blood, puncturing_weapon, stone_armour, stone_construct
    生命
    100%
    異常狀態臨界值
    100%
    抗性
    40 40 40 25
    傷害
    100%
    命中
    100%
    暴擊率
    +5%
    暴擊加成
    +130%
    攻擊距離
    6 ~ 14
    攻擊間隔
    1.5 秒
    傷害分佈
    ±20%
    經驗值
    100%
    Model Size
    100%
    類型
    SolarisCelestialForm
    Metadata
    SolarisCelestialFormMapStandalone
    等級
    68
    生命
    6,433
    護甲
    28,790
    閃避
    4,739
    能量護盾
    0
    傷害
    374
    法術傷害
    374
    命中
    290
    攻擊間隔
    1.5
    經驗值
    10,255
    異常狀態臨界值
    6,433
    冰緩
    20
    感電
    20
    易碎
    115
    焦灼
    20
    殘喘
    56
    SolarisSolarFlareMap
    法術, 範圍, 火焰, 範圍法術
    施放時間: 2 秒
    冷卻時間: 10 秒
    你的擊中不能暈眩敵人
    +5 秒基礎持續時間
    基礎額外效果持續時間 1
    造成 673.31010 火焰傷害
    is area damage [1]
    monster penalty against minions damage +% final vs player minions [-70]
    FaceLastTarget
    面對最後目標

    Object Type

    version 2
    extends "Metadata/Monsters/LunarisSolaris/CelestialForm"

    Object Type Codes

    version 2
    extends "Metadata/Monsters/LunarisSolaris/CelestialForm"
    -- src\Data\Spectres.lua
    minions["Metadata/Monsters/LunarisSolaris/SolarisCelestialFormMapStandalone"] = {
        name = "Ara, Sister of Light",
        life = 1,
        fireResist = 40,
        coldResist = 40,
        lightningResist = 40,
        chaosResist = 25,
        damage = 1,
        damageSpread = 0.2,
        attackTime = 1.5,
        attackRange = 14,
        accuracy = 1,
        skillList = {
            "FaceLastTarget",
            "SolarisSolarFlareMap",
        },
        modList = {
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["FaceLastTarget"] = {
        name = "Face Last Target",
        hidden = true,
        color = 4,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 0.01,
        baseFlags = {
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
        },
        levels = {
            [1] = {levelRequirement = 1, statInterpolation = {},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["SolarisSolarFlareMap"] = {
        name = "SolarisSolarFlareMap",
        hidden = true,
        color = 4,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Spell] = true,
            [SkillType.Area] = true,
            [SkillType.Fire] = true,
            [SkillType.AreaSpell] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 2,
        baseFlags = {
            area = true,
            spell = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "spell_minimum_base_fire_damage",
            "spell_maximum_base_fire_damage",
            "base_skill_effect_duration",
            "base_secondary_skill_effect_duration",
            "monster_penalty_against_minions_damage_+%_final_vs_player_minions",
            "is_area_damage",
            "cannot_stun",
        },
        levels = {
            [1] = {0.80000001192093, 1.2000000476837, 5000, 1000, -70, levelRequirement = 1, statInterpolation = {3, 3},  cost = { }, },
        },
    }
    
    不能被傷害
    IdMonsterCannotBeDamaged
    FamilyCannotBeDamaged
    Domains怪物 (3)
    GenerationType傳奇 (3)
    Req. level1
    Stats
  • base cannot be damaged Min: 1 Max: 1 全域
  • 傷害免疫
    免疫所有傷害
    不能被傷害
    Cannot Be Damaged
    cannot be stunned for ms after stun finished [2000]
    cannot be stunned while stunned [1]
    IdStunRepeatImmunityActBoss
    FamilyNothing
    Domains怪物 (3)
    GenerationType傳奇 (3)
    Req. level1
    Stats
  • cannot be stunned while stunned Min: 1 Max: 1 全域
  • cannot be stunned for ms after stun finished Min: 2000 Max: 2000 全域
  • cant possess this [1]
    IdTormentCantPossessThis
    FamilyCantPossessThis
    Domains怪物 (3)
    GenerationType苦痛 (7)
    Req. level1
    Stats
  • cant possess this Min: 1 Max: 1 全域
  • cant touch this [1]
    IdTormentCantTouchThis
    FamilyCantTouchThis
    Domains怪物 (3)
    GenerationType苦痛 (7)
    Req. level1
    Stats
  • cant touch this Min: 1 Max: 1 全域
  • 光之姊妹.艾拉 Text Audio /24 ⍟
    名字
    我們期待訪客嗎?
    AraIntroOne
    這將無法持續。
    AraIntroTwo
    失望是蒼白之月的縮影。
    AraIntroThree
    姊姊......我...
    AraDeathOne
    我將向你,復仇,姐姐。
    AraDeathTwo
    我...黯然失色。
    AraDeathThree
    燃燒!
    AraBurnRandom
    燃燒!
    AraBurn2
    燃燒!
    AraBurn3
    消耗!
    AraBeConsumedRandom
    消耗!
    AraBeConsumed2
    消耗!
    AraBeConsumed3
    戰火!
    AraConflagrateRandom
    戰火!
    AraConflagrate2
    戰火!
    AraConflagrate3
    穿刺疾光!
    AraPiercingLightRandom
    穿刺疾光!
    AraPiercingLight2
    穿刺疾光!
    AraPiercingLight3
    聖焰!
    AraSacredFlamesRandom
    聖焰!
    AraSacredFlames2
    聖焰!
    AraSacredFlames3
    姊妹!
    AraSisterRandom
    姊妹!
    AraSister2
    姊妹!
    AraSister3
    Edit

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