榮耀之刃史丹提努斯
人形
近戰打擊技能對目標附近造成擴散傷害
獲得 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%
護甲
+75%
異常狀態臨界值
480%
抗性
20 20 20 0
傷害
270%
命中
100%
暴擊率
+5%
暴擊加成
+130%
攻擊距離
6 ~ 14
攻擊間隔
1.245 秒
傷害分佈
±20%
經驗值
120%
Model Size
100%
類型
AxisSoldierEliteDominusBoss
Metadata
AxisEliteSoldierBoss2
等級
33
生命
2,808
護甲
1,488
閃避
1,155
能量護盾
0
傷害
151
法術傷害
151
命中
0
攻擊間隔
1.245
經驗值
2,682
異常狀態臨界值
2,808
冰緩
9
感電
9
易碎
50
焦灼
9
殘喘
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%
    護甲
    +75%
    異常狀態臨界值
    480%
    抗性
    20 20 20 0
    傷害
    270%
    命中
    100%
    暴擊率
    +5%
    暴擊加成
    +130%
    攻擊距離
    6 ~ 14
    攻擊間隔
    1.245 秒
    傷害分佈
    ±20%
    經驗值
    120%
    Model Size
    100%
    類型
    AxisSoldierEliteDominusBoss
    Metadata
    AxisEliteSoldierBoss2Standalone
    等級
    68
    生命
    30,880
    護甲
    28,790
    閃避
    4,739
    能量護盾
    0
    傷害
    1,009
    法術傷害
    1,009
    命中
    0
    攻擊間隔
    1.245
    經驗值
    12,306
    異常狀態臨界值
    30,880
    冰緩
    98
    感電
    98
    易碎
    552
    焦灼
    98
    殘喘
    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.