荣耀之刃史丹提努斯
人形
近战打击技能对周围目标造成溅射伤害
获得额外冰霜伤害, 其数值等同于物理伤害的 25%
20% 攻击伤害格挡率
被格挡的击中对你造成 10% 伤害
Imperator Stantinus Bitterblade
幽魂N
地区上层神权之塔
标签has_one_hand_sword, has_one_handed_melee, human, humanoid, medium_height, melee, military, not_dex, not_int, physical_affinity, plate_armour, red_blood, slashing_weapon, slow_movement
生命
480%
护甲
+40%
异常状态临界值
480%
抗性
20 20 20 0
伤害
270%
命中
100%
攻击暴击率
+5%
暴击伤害
+130%
攻击距离
6 ~ 14
攻击间隔
1.245 秒
伤害分布
±20%
经验值
120%
Model Size
100%
类型
AxisSoldierEliteDominusBoss
Metadata
AxisEliteSoldierBoss2
等级
33
生命
2,808
护甲
2,083
闪避值
1,155
能量护盾
0
伤害
151
法术伤害
151
命中
68
攻击间隔
1.245
经验值
2,682
异常状态临界值
2,808
冰缓
9
Shock
9
Brittle
50
Scorch
9
Sap
25
MeleeAtAnimationSpeedUnique
攻击, 范围攻击, 技能可幻影射手, 投射物, 近战单一目标, 攻击可重复, 近战, 玩家投射物
普通攻击
基本伤害: 121–181
攻击暴击率: 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]
MonsterGroundIceCyclone
攻击, 范围, 近战, 位移
旋风斩
基本伤害: 121–181
攻击暴击率: 5%
攻击间隔: 1.245 秒
冷却时间: 1.2 秒
对周围敌人造成伤害, 接而进行一连串的旋转攻击, 边向目标地点前进边攻击路径上的敌人, 无法被多重打击和无情辅助.
伤害总降 60%
基础持续时间为 5
物理伤害提高 35%
攻击速度加快 60%
移动速度总降 30%
cyclone extra distance [30]
cyclone ice path radius [12]
cyclone places ground ice [1]
is area damage [1]

Object Type

version 2
extends "Metadata/Monsters/Axis/Axis"

NPC
{
	marker_enabled = false
}

Transitionable
{
}

Object Type Codes

version 2
extends "Metadata/Monsters/Axis/Axis"

Render
{
	has_light = false
}

Life
{
	on_spawned_alive = "AddEffectPackToVisualSlotAttachedObject( Metadata/Effects/Microtransactions/Weapon_effects/Weapon_effects/blue/artic/1h_sword/1h_sword.epk, MainHand );"
	on_death = "RemoveEffectPackFromVisualSlotAttachedObject( Metadata/Effects/Microtransactions/Weapon_effects/Weapon_effects/blue/artic/1h_sword/1h_sword.epk, MainHand );"
}

Preload
{
	preload_epk = "Metadata/Effects/Microtransactions/Weapon_effects/Weapon_effects/blue/artic/1h_sword/1h_sword.epk"
}
-- src\Data\Spectres.lua
minions["Metadata/Monsters/Axis/AxisEliteSoldierBoss2"] = {
    name = "Imperator Stantinus Bitterblade ",
    life = 4.8,
    fireResist = 20,
    coldResist = 20,
    lightningResist = 20,
    chaosResist = 0,
    damage = 2.7,
    damageSpread = 0.2,
    attackTime = 1.245,
    attackRange = 14,
    accuracy = 1,
    weaponType1 = "One Hand Sword",
    weaponType2 = "Shield",
    skillList = {
        "MeleeAtAnimationSpeedUnique",
        "MonsterGroundIceCyclone",
    },
    modList = {
    },
}
-- 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 = { }, },
    },
}
-- src\Data\Skills\spectre.lua
skills["MonsterGroundIceCyclone"] = {
    name = "Cyclone",
    hidden = true,
    color = "2",
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    description = "Damage enemies around you, then perform a spinning series of attacks as you travel to a target location. Cannot be supported by Ruthless or Multistrike.",
    skillTypes = {
        [SkillType.Attack] = true,
        [SkillType.Area] = true,
        [SkillType.Melee] = true,
        [SkillType.Movement] = true,
    },
    statDescriptionScope = "skill_stat_descriptions",
    castTime = 1,
    baseFlags = {
        attack = true,
        area = true,
        melee = true,
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
        "physical_damage_+%",
        "attack_speed_+%",
        "cyclone_movement_speed_+%_final",
        "cyclone_extra_distance",
        "active_skill_damage_+%_final",
        "base_skill_effect_duration",
        "cyclone_ice_path_radius",
        "is_area_damage",
        "cyclone_places_ground_ice",
    },
    levels = {
        [1] = {35, 60, -30, 30, -60, 5000, 12, levelRequirement = 1, statInterpolation = {},  cost = { }, },
        [2] = {35, 60, -30, 30, -60, 5000, 12, levelRequirement = 78, statInterpolation = {},  cost = { }, },
    },
}
近战打击技能对周围目标造成溅射伤害
IdMonsterMeleeSplash1
FamilyMeleeSplash
Domains怪物 (3)
GenerationType传奇 (3)
Req. level1
Stats
  • melee splash Min: 1 Max: 1 全域
  • Craft Tagsattack
    获得额外冰霜伤害, 其数值等同于物理伤害的 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
    20% 攻击伤害格挡率
    被格挡的击中对你造成 10% 伤害
    IdMonsterAttackBlock40Bypass10_
    FamilyMonsterBlockAndBypass
    Domains怪物 (3)
    GenerationType传奇 (3)
    Req. level1
    Stats
  • monster base block % Min: 20 Max: 20 全域
  • base block % damage taken Min: 10 Max: 10 全域
  • Craft Tagsblock
    荣耀之刃史丹提努斯
    人形
    近战打击技能对周围目标造成溅射伤害
    获得额外冰霜伤害, 其数值等同于物理伤害的 25%
    20% 攻击伤害格挡率
    被格挡的击中对你造成 10% 伤害
    Imperator Stantinus Bitterblade
    幽魂N
    标签has_one_hand_sword, has_one_handed_melee, human, humanoid, melee, military, not_dex, not_int, physical_affinity, plate_armour, red_blood, slashing_weapon, slow_movement
    生命
    480%
    护甲
    +40%
    异常状态临界值
    480%
    抗性
    20 20 20 0
    伤害
    270%
    命中
    100%
    攻击暴击率
    +5%
    暴击伤害
    +130%
    攻击距离
    6 ~ 14
    攻击间隔
    1.245 秒
    伤害分布
    ±20%
    经验值
    120%
    Model Size
    100%
    类型
    AxisSoldierEliteDominusBoss
    Metadata
    AxisEliteSoldierBoss2Standalone
    等级
    68
    生命
    30,880
    护甲
    40,306
    闪避值
    4,739
    能量护盾
    0
    伤害
    1,009
    法术伤害
    1,009
    命中
    290
    攻击间隔
    1.245
    经验值
    12,306
    异常状态临界值
    30,880
    冰缓
    98
    Shock
    98
    Brittle
    552
    Scorch
    98
    Sap
    270
    MeleeAtAnimationSpeedUnique
    攻击, 范围攻击, 技能可幻影射手, 投射物, 近战单一目标, 攻击可重复, 近战, 玩家投射物
    普通攻击
    基本伤害: 807–1210
    攻击暴击率: 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]
    MonsterGroundIceCyclone
    攻击, 范围, 近战, 位移
    旋风斩
    基本伤害: 807–1210
    攻击暴击率: 5%
    攻击间隔: 1.245 秒
    冷却时间: 1.2 秒
    对周围敌人造成伤害, 接而进行一连串的旋转攻击, 边向目标地点前进边攻击路径上的敌人, 无法被多重打击和无情辅助.
    伤害总降 60%
    基础持续时间为 5
    物理伤害提高 35%
    攻击速度加快 60%
    移动速度总降 30%
    cyclone extra distance [30]
    cyclone ice path radius [12]
    cyclone places ground ice [1]
    is area damage [1]

    Object Type

    version 2
    extends "Metadata/Monsters/Axis/Axis"
    extends "Metadata/Monsters/StandaloneMonster"

    Object Type Codes

    version 2
    extends "Metadata/Monsters/Axis/Axis"
    extends "Metadata/Monsters/StandaloneMonster"
    
    Life
    {
    	on_spawned_alive = "AddEffectPackToVisualSlotAttachedObject( Metadata/Effects/Microtransactions/Weapon_effects/Weapon_effects/blue/artic/1h_sword/1h_sword.epk, MainHand );"
    	on_death = "RemoveEffectPackFromVisualSlotAttachedObject( Metadata/Effects/Microtransactions/Weapon_effects/Weapon_effects/blue/artic/1h_sword/1h_sword.epk, MainHand );"
    }
    
    Preload
    {
    	preload_epk = "Metadata/Effects/Microtransactions/Weapon_effects/Weapon_effects/blue/artic/1h_sword/1h_sword.epk"
    }
    -- src\Data\Spectres.lua
    minions["Metadata/Monsters/Axis/AxisEliteSoldierBoss2Standalone"] = {
        name = "Imperator Stantinus Bitterblade ",
        life = 4.8,
        fireResist = 20,
        coldResist = 20,
        lightningResist = 20,
        chaosResist = 0,
        damage = 2.7,
        damageSpread = 0.2,
        attackTime = 1.245,
        attackRange = 14,
        accuracy = 1,
        weaponType1 = "One Hand Sword",
        weaponType2 = "Shield",
        skillList = {
            "MeleeAtAnimationSpeedUnique",
            "MonsterGroundIceCyclone",
        },
        modList = {
        },
    }
    -- 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 = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["MonsterGroundIceCyclone"] = {
        name = "Cyclone",
        hidden = true,
        color = "2",
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        description = "Damage enemies around you, then perform a spinning series of attacks as you travel to a target location. Cannot be supported by Ruthless or Multistrike.",
        skillTypes = {
            [SkillType.Attack] = true,
            [SkillType.Area] = true,
            [SkillType.Melee] = true,
            [SkillType.Movement] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            attack = true,
            area = true,
            melee = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "physical_damage_+%",
            "attack_speed_+%",
            "cyclone_movement_speed_+%_final",
            "cyclone_extra_distance",
            "active_skill_damage_+%_final",
            "base_skill_effect_duration",
            "cyclone_ice_path_radius",
            "is_area_damage",
            "cyclone_places_ground_ice",
        },
        levels = {
            [1] = {35, 60, -30, 30, -60, 5000, 12, levelRequirement = 1, statInterpolation = {},  cost = { }, },
            [2] = {35, 60, -30, 30, -60, 5000, 12, levelRequirement = 78, statInterpolation = {},  cost = { }, },
        },
    }
    
    近战打击技能对周围目标造成溅射伤害
    IdMonsterMeleeSplash1
    FamilyMeleeSplash
    Domains怪物 (3)
    GenerationType传奇 (3)
    Req. level1
    Stats
  • melee splash Min: 1 Max: 1 全域
  • Craft Tagsattack
    获得额外冰霜伤害, 其数值等同于物理伤害的 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
    20% 攻击伤害格挡率
    被格挡的击中对你造成 10% 伤害
    IdMonsterAttackBlock40Bypass10_
    FamilyMonsterBlockAndBypass
    Domains怪物 (3)
    GenerationType传奇 (3)
    Req. level1
    Stats
  • monster base block % Min: 20 Max: 20 全域
  • base block % damage taken Min: 10 Max: 10 全域
  • Craft Tagsblock
    Edit

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