帝國的雕像
人形
Effigy of the Imperium
幽魂N
標籤has_two_hand_sword, has_two_handed_melee, human, humanoid, medium_height, medium_movement, melee, military, not_dex, not_int, physical_affinity, plate_armour, red_blood, slashing_weapon
生命
400%
護甲
+40%
異常狀態臨界值
400%
抗性
30 30 30 20
傷害
275%
命中
100%
暴擊率
+5%
暴擊加成
+130%
攻擊距離
6 ~ 11
攻擊間隔
1.245 秒
傷害分佈
±20%
經驗值
200%
Model Size
105%
類型
AxisSoldierBattlefrontBossLake
Metadata
AxisBossEliteSoldierLake
等級
68
生命
25,733
護甲
40,306
閃避
4,739
能量護盾
0
傷害
1,027
法術傷害
1,027
命中
290
攻擊間隔
1.245
經驗值
20,510
異常狀態臨界值
25,733
冰緩
81
感電
81
易碎
460
焦灼
81
殘喘
225
MeleeAtAnimationSpeedUnique
攻擊, 範圍攻擊, 技能可幻影射手, 投射物, 近戰單一目標, 攻擊可重複, 近戰, 玩家投射物
普通攻擊
基本傷害: 822–1233
暴擊率: 5%
攻擊間隔: 1.245 秒
用強大的攻擊擊倒敵人。
action attack or cast time uses animation length [1]
projectile uses contact position [1]
skill can fire arrows [1]
skill can fire wand projectiles [1]
use scaled contact offset [1]
MonsterCleaveWithEffect
攻擊, 範圍, 攻擊可重複, 近戰, ThresholdJewelArea, 物理
劈砍
基本傷害: 822–1233
暴擊率: 5%
攻擊間隔: 1.245 秒
角色以弧狀揮動武器(雙持時則揮動兩把武器),並同時對多名敵人造成傷害。限定斧與劍。
雙持武器時,每把武器造成 60% 傷害
增加 31% 物理傷害
is area damage [1]
monster penalty against minions damage +% final vs player minions [-20]
skill double hits when dual wielding [1]
MonsterDoubleStrike
攻擊, 近戰單一目標, 攻擊可重複, 近戰, 物理
雙重打擊
基本傷害: 822–1233
暴擊率: 5%
攻擊間隔: 1.245 秒
使用近戰武器對著目標進行兩次快速的攻擊。
base skill number of additional hits [1]

Object Type

version 2
extends "Metadata/Monsters/Monster"

Actor
{
	main_hand_unarmed_type = "One_Hand_Sword"
	off_hand_unarmed_type = "Shield"	
	basic_action = "ChangeToStance1"
	basic_action = "ChangeToStance2"
}

Object Type Codes

version 2
extends "Metadata/Monsters/Monster"
-- src\Data\Spectres.lua
minions["Metadata/Monsters/LeagueLake/AxisBossEliteSoldierLake"] = {
    name = "Effigy of the Imperium",
    life = 4,
    fireResist = 30,
    coldResist = 30,
    lightningResist = 30,
    chaosResist = 20,
    damage = 2.75,
    damageSpread = 0.2,
    attackTime = 1.245,
    attackRange = 11,
    accuracy = 1,
    weaponType1 = "Two Hand Sword",
    skillList = {
        "MonsterCleaveWithEffect",
        "MonsterDoubleStrike",
        "MeleeAtAnimationSpeedUnique",
    },
    modList = {
    },
}
-- src\Data\Skills\spectre.lua
skills["MonsterCleaveWithEffect"] = {
    name = "Cleave",
    hidden = true,
    color = "1",
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    description = "The character swings their weapon (or both weapons if dual wielding) in an arc, damaging monsters in an area in front of them. Only works with Axes and Swords.",
    skillTypes = {
        [SkillType.Attack] = true,
        [SkillType.Area] = true,
        [SkillType.Multistrikeable] = true,
        [SkillType.Melee] = true,
        [SkillType.ThresholdJewelArea] = true,
        [SkillType.Physical] = true,
    },
    statDescriptionScope = "skill_stat_descriptions",
    castTime = 1,
    baseFlags = {
        attack = true,
        area = true,
        melee = true,
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
        "active_skill_merged_damage_+%_final_while_dual_wielding",
        "physical_damage_+%",
        "monster_penalty_against_minions_damage_+%_final_vs_player_minions",
        "is_area_damage",
        "skill_double_hits_when_dual_wielding",
    },
    levels = {
        [1] = {-40, 31, -20, levelRequirement = 4, statInterpolation = {},  cost = { }, },
    },
}
-- src\Data\Skills\spectre.lua
skills["MonsterDoubleStrike"] = {
    name = "Double Strike",
    hidden = true,
    color = "2",
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    description = "Performs two fast strikes with a melee weapon.",
    skillTypes = {
        [SkillType.Attack] = true,
        [SkillType.MeleeSingleTarget] = true,
        [SkillType.Multistrikeable] = true,
        [SkillType.Melee] = true,
        [SkillType.Physical] = true,
    },
    statDescriptionScope = "skill_stat_descriptions",
    castTime = 1,
    baseFlags = {
        attack = true,
        melee = true,
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
        "base_skill_number_of_additional_hits",
    },
    levels = {
        [1] = {1, levelRequirement = 1, statInterpolation = {},  cost = { }, },
    },
}
-- src\Data\Skills\spectre.lua
skills["MeleeAtAnimationSpeedUnique"] = {
    name = "Default Attack",
    hidden = true,
    color = 4,
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    description = "Strike your foes down with a powerful blow.",
    skillTypes = {
        [SkillType.Attack] = true,
        [SkillType.RangedAttack] = true,
        [SkillType.MirageArcherCanUse] = true,
        [SkillType.Projectile] = true,
        [SkillType.MeleeSingleTarget] = true,
        [SkillType.Multistrikeable] = true,
        [SkillType.Melee] = true,
        [SkillType.ProjectilesFromUser] = true,
    },
    statDescriptionScope = "skill_stat_descriptions",
    castTime = 1,
    baseFlags = {
        attack = true,
        melee = true,
        projectile = true,
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
        "skill_can_fire_arrows",
        "skill_can_fire_wand_projectiles",
        "action_attack_or_cast_time_uses_animation_length",
        "projectile_uses_contact_position",
        "use_scaled_contact_offset",
    },
    levels = {
        [1] = {levelRequirement = 1, statInterpolation = {},  cost = { }, },
    },
}
Edit

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