榮耀之刃史丹提努斯
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
下列的數值並未包含地圖加成、怪物Buff加成、祭壇加成、輿圖天賦加成。
等級
33
生命
2,808
護甲
1,488
閃避
1,155
能量護盾
0
傷害
151
法術傷害
151
命中
0
攻擊間隔
1.245
經驗值
2,682
異常狀態臨界值
2,808
冰緩
9
感電
9
易碎
50
焦灼
9
殘喘
25
下列的數值為技能基礎數值,並未包含地圖加成、怪物Buff加成、祭壇加成、輿圖天賦加成、怪物本身傷害加成(例: 釋界 150% 加成),怪物稀有度加成(例: 傳奇 +70% 更多, 傳奇攻擊 33% 更少)。
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]
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]
+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 = { }, }, }, }
近戰打擊技能對目標附近造成擴散傷害
Id | MonsterMeleeSplash1 |
---|---|
Family | MeleeSplash |
Domains | 怪物 (3) |
GenerationType | 傳奇 (3) |
Req. level | 1 |
Stats | |
Craft Tags | attack |
獲得 25% 物理傷害的冰冷傷害
Id | MonsterImplicitCold1 |
---|---|
Family | ColdDamageAsPortionOfDamage |
Domains | 怪物 (3) |
GenerationType | 傳奇 (3) |
Req. level | 1 |
Stats | |
Craft Tags | physical_damage elemental_damage damage physical elemental cold |
20% 攻擊傷害格擋率
你承受 10% 來自格擋擊中的傷害
Id | MonsterAttackBlock40Bypass10_ |
---|---|
Family | MonsterBlockAndBypass |
Domains | 怪物 (3) |
GenerationType | 傳奇 (3) |
Req. level | 1 |
Stats | |
Craft Tags | block |
榮耀之刃史丹提努斯
人形
近戰打擊技能對目標附近造成擴散傷害
獲得 25% 物理傷害的冰冷傷害
20% 攻擊傷害格擋率
你承受 10% 來自格擋擊中的傷害
獲得 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
下列的數值並未包含地圖加成、怪物Buff加成、祭壇加成、輿圖天賦加成。
等級
68
生命
30,880
護甲
28,790
閃避
4,739
能量護盾
0
傷害
1,009
法術傷害
1,009
命中
0
攻擊間隔
1.245
經驗值
12,306
異常狀態臨界值
30,880
冰緩
98
感電
98
易碎
552
焦灼
98
殘喘
270
下列的數值為技能基礎數值,並未包含地圖加成、怪物Buff加成、祭壇加成、輿圖天賦加成、怪物本身傷害加成(例: 釋界 150% 加成),怪物稀有度加成(例: 傳奇 +70% 更多, 傳奇攻擊 33% 更少)。
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]
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]
+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 = { }, }, }, }
近戰打擊技能對目標附近造成擴散傷害
Id | MonsterMeleeSplash1 |
---|---|
Family | MeleeSplash |
Domains | 怪物 (3) |
GenerationType | 傳奇 (3) |
Req. level | 1 |
Stats | |
Craft Tags | attack |
獲得 25% 物理傷害的冰冷傷害
Id | MonsterImplicitCold1 |
---|---|
Family | ColdDamageAsPortionOfDamage |
Domains | 怪物 (3) |
GenerationType | 傳奇 (3) |
Req. level | 1 |
Stats | |
Craft Tags | physical_damage elemental_damage damage physical elemental cold |
20% 攻擊傷害格擋率
你承受 10% 來自格擋擊中的傷害
Id | MonsterAttackBlock40Bypass10_ |
---|---|
Family | MonsterBlockAndBypass |
Domains | 怪物 (3) |
GenerationType | 傳奇 (3) |
Req. level | 1 |
Stats | |
Craft Tags | block |
Edit
Wikis Content is available under CC BY-NC-SA 3.0 unless otherwise noted.
Wikis Content is available under CC BY-NC-SA 3.0 unless otherwise noted.