毀滅衛士
惡魔
地區: 古競速場
死亡時燃燒地面
monster ground effect on death base duration ms [12000]
monster ground fire on death base area of effect radius [32]
global maim on hit [1]
怪物增加 100% 經驗值
增加 15000% 物品掉落稀有度
cannot be stunned for ms after stun finished [2000]
cannot be stunned while stunned [1]
monster ground effect on death base duration ms [12000]
monster ground fire on death base area of effect radius [32]
global maim on hit [1]
怪物增加 100% 經驗值
增加 15000% 物品掉落稀有度
cannot be stunned for ms after stun finished [2000]
cannot be stunned while stunned [1]
Shredder of Gladiators
幽魂 | N |
---|---|
地區 | 古競速場 |
標籤 | animal_claw_weapon, beast, demon, feline_beast, gladiator, has_one_hand_sword, has_one_handed_melee, large_model, light_armour, mammal_beast, melee, non_unique_map_boss, not_int, not_str, physical_affinity, red_blood, small_height, very_fast_movement |
生命
200%
閃避
+10%
異常狀態臨界值
200%
抗性
40
40
40
25
傷害
180%
命中
100%
暴擊率
+5%
暴擊加成
+130%
攻擊距離
6 ~ 7
攻擊間隔
1.5 秒
傷害分佈
±20%
經驗值
200%
Model Size
130%
類型
LionColosseumMapBoss
Metadata
LionColosseumMapBoss
下列的數值並未包含地圖加成、怪物Buff加成、祭壇加成、輿圖天賦加成。
等級
74
生命
896,714
護甲
46,127
閃避
5,828
能量護盾
0
傷害
1,095
法術傷害
1,635
命中
0
攻擊間隔
1.005
經驗值
127,611
異常狀態臨界值
475,258
冰緩
1,503
感電
1,503
易碎
8,502
焦灼
1,503
殘喘
4,152
下列的數值為技能基礎數值,並未包含地圖加成、怪物Buff加成、祭壇加成、輿圖天賦加成、怪物本身傷害加成(例: 釋界 150% 加成),怪物稀有度加成(例: 傳奇 +70% 更多, 傳奇攻擊 33% 更少)。
Melee
攻擊, 範圍攻擊, 技能可幻影射手, 投射物, 近戰單一目標, 攻擊可重複, 近戰, 玩家投射物
普通攻擊
基本傷害: 1739–2609
暴擊率: 5%
攻擊間隔: 1.5 秒
用強大的攻擊擊倒敵人。
skill can fire arrows [1]
skill can fire wand projectiles [1]
skill can fire wand projectiles [1]
MonsterLeapSlamLionWolf
攻擊, 範圍, 近戰, 位移, 快行, Slam, 圖騰技能
躍擊
基本傷害: 1739–2609
暴擊率: 5%
攻擊傷害: 150%
攻擊傷害: 150%
攻擊間隔: 1.5 秒
冷卻時間: 5 秒
朝著目標區域躍起,並在落地時以你的武器重擊並擊退範圍內的敵人。被踩到的敵人將會被推出去。限定斧、錘、權杖、劍或是長杖。
造成 50% 更多攻擊傷害
基礎範圍為 1.5 米
cast time overrides attack duration [1]
is area damage [1]
基礎範圍為 1.5 米
cast time overrides attack duration [1]
is area damage [1]
Object Type
version 2 extends "Metadata/Monsters/Lion/LionColosseum" Transitionable { }
Object Type Codes
version 2 extends "Metadata/Monsters/Lion/LionColosseum"
-- src\Data\Spectres.lua minions["Metadata/Monsters/Lion/LionColosseumMapBoss"] = { name = "Shredder of Gladiators", life = 2, fireResist = 40, coldResist = 40, lightningResist = 40, chaosResist = 25, damage = 1.8, damageSpread = 0.2, attackTime = 1.5, attackRange = 7, accuracy = 1, weaponType1 = "One Hand Sword", skillList = { "Melee", "MonsterLeapSlamLionWolf", }, 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["MonsterLeapSlamLionWolf"] = { name = "Leap Slam", hidden = true, color = "4", baseEffectiveness = 0, incrementalEffectiveness = 0, description = "Jump through the air, damaging and knocking back enemies with your weapon where you land. Enemies you would land on are pushed out of the way. Requires an Axe, Mace, Sceptre, Sword or Staff.", skillTypes = { [SkillType.Attack] = true, [SkillType.Area] = true, [SkillType.Melee] = true, [SkillType.Movement] = true, [SkillType.Travel] = true, [SkillType.Slam] = true, [SkillType.Totemable] = true, }, statDescriptionScope = "skill_stat_descriptions", castTime = 1.4, baseFlags = { attack = true, area = true, melee = true, }, baseMods = { }, qualityStats = { }, stats = { "active_skill_base_area_of_effect_radius", "is_area_damage", "cast_time_overrides_attack_duration", }, levels = { [1] = {15, baseMultiplier = 1.5, levelRequirement = 2, statInterpolation = {}, cost = { }, }, }, }
死亡時燃燒地面
monster ground effect on death base duration ms [12000]
monster ground fire on death base area of effect radius [32]
Id | MonsterGroundFireOnDeathBurningMenace |
---|---|
Family | MonsterEffectOnDeath |
Domains | 怪物 (3) |
GenerationType | 傳奇 (3) |
Req. level | 1 |
Stats | |
Craft Tags | elemental_damage damage elemental fire |
global maim on hit [1]
Id | MonsterMaimOnHit |
---|---|
Family | MonsterMaimOnHit |
Domains | 怪物 (3) |
GenerationType | 傳奇 (3) |
Req. level | 1 |
Stats | |
Craft Tags | attack |
怪物增加 100% 經驗值
增加 15000% 物品掉落稀有度
Id | MonsterMapBoss |
---|---|
Family | MonsterMapBoss |
Domains | 怪物 (3) |
GenerationType | 傳奇 (3) |
Req. level | 1 |
Stats |
cannot be stunned for ms after stun finished [2000]
cannot be stunned while stunned [1]
Id | StunRepeatImmunityMapBoss_ |
---|---|
Family | Nothing |
Domains | 怪物 (3) |
GenerationType | 傳奇 (3) |
Req. level | 1 |
Stats |
毀滅衛士
惡魔
死亡時燃燒地面
monster ground effect on death base duration ms [12000]
monster ground fire on death base area of effect radius [32]
global maim on hit [1]
怪物增加 100% 經驗值
增加 15000% 物品掉落稀有度
cannot be stunned for ms after stun finished [2000]
cannot be stunned while stunned [1]
monster ground effect on death base duration ms [12000]
monster ground fire on death base area of effect radius [32]
global maim on hit [1]
怪物增加 100% 經驗值
增加 15000% 物品掉落稀有度
cannot be stunned for ms after stun finished [2000]
cannot be stunned while stunned [1]
Shredder of Gladiators
幽魂 | N |
---|---|
標籤 | animal_claw_weapon, beast, demon, feline_beast, gladiator, has_one_hand_sword, has_one_handed_melee, large_model, light_armour, mammal_beast, melee, not_int, not_str, physical_affinity, red_blood, small_height, standalone_map_boss, very_fast_movement |
生命
200%
閃避
+10%
異常狀態臨界值
200%
抗性
40
40
40
25
傷害
180%
命中
100%
暴擊率
+5%
暴擊加成
+130%
攻擊距離
6 ~ 7
攻擊間隔
1.5 秒
傷害分佈
±20%
經驗值
200%
Model Size
130%
類型
LionColosseumMapBoss
Metadata
LionColosseumMapBossStandalone
下列的數值並未包含地圖加成、怪物Buff加成、祭壇加成、輿圖天賦加成。
等級
68
生命
278,693
護甲
28,790
閃避
4,739
能量護盾
0
傷害
766
法術傷害
1,143
命中
0
攻擊間隔
1.005
經驗值
112,805
異常狀態臨界值
175,576
冰緩
555
感電
555
易碎
3,141
焦灼
555
殘喘
1,534
下列的數值為技能基礎數值,並未包含地圖加成、怪物Buff加成、祭壇加成、輿圖天賦加成、怪物本身傷害加成(例: 釋界 150% 加成),怪物稀有度加成(例: 傳奇 +70% 更多, 傳奇攻擊 33% 更少)。
Melee
攻擊, 範圍攻擊, 技能可幻影射手, 投射物, 近戰單一目標, 攻擊可重複, 近戰, 玩家投射物
普通攻擊
基本傷害: 1216–1824
暴擊率: 5%
攻擊間隔: 1.5 秒
用強大的攻擊擊倒敵人。
skill can fire arrows [1]
skill can fire wand projectiles [1]
skill can fire wand projectiles [1]
MonsterLeapSlamLionWolf
攻擊, 範圍, 近戰, 位移, 快行, Slam, 圖騰技能
躍擊
基本傷害: 1216–1824
暴擊率: 5%
攻擊傷害: 150%
攻擊傷害: 150%
攻擊間隔: 1.5 秒
冷卻時間: 5 秒
朝著目標區域躍起,並在落地時以你的武器重擊並擊退範圍內的敵人。被踩到的敵人將會被推出去。限定斧、錘、權杖、劍或是長杖。
造成 50% 更多攻擊傷害
基礎範圍為 1.5 米
cast time overrides attack duration [1]
is area damage [1]
基礎範圍為 1.5 米
cast time overrides attack duration [1]
is area damage [1]
Object Type
version 2 extends "Metadata/Monsters/Lion/LionColosseum" extends "Metadata/Monsters/StandaloneMapBoss"
Object Type Codes
version 2 extends "Metadata/Monsters/Lion/LionColosseum" extends "Metadata/Monsters/StandaloneMapBoss"
-- src\Data\Spectres.lua minions["Metadata/Monsters/Lion/LionColosseumMapBossStandalone"] = { name = "Shredder of Gladiators", life = 2, fireResist = 40, coldResist = 40, lightningResist = 40, chaosResist = 25, damage = 1.8, damageSpread = 0.2, attackTime = 1.5, attackRange = 7, accuracy = 1, weaponType1 = "One Hand Sword", skillList = { "Melee", "MonsterLeapSlamLionWolf", }, 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["MonsterLeapSlamLionWolf"] = { name = "Leap Slam", hidden = true, color = "4", baseEffectiveness = 0, incrementalEffectiveness = 0, description = "Jump through the air, damaging and knocking back enemies with your weapon where you land. Enemies you would land on are pushed out of the way. Requires an Axe, Mace, Sceptre, Sword or Staff.", skillTypes = { [SkillType.Attack] = true, [SkillType.Area] = true, [SkillType.Melee] = true, [SkillType.Movement] = true, [SkillType.Travel] = true, [SkillType.Slam] = true, [SkillType.Totemable] = true, }, statDescriptionScope = "skill_stat_descriptions", castTime = 1.4, baseFlags = { attack = true, area = true, melee = true, }, baseMods = { }, qualityStats = { }, stats = { "active_skill_base_area_of_effect_radius", "is_area_damage", "cast_time_overrides_attack_duration", }, levels = { [1] = {15, baseMultiplier = 1.5, levelRequirement = 2, statInterpolation = {}, cost = { }, }, }, }
死亡時燃燒地面
monster ground effect on death base duration ms [12000]
monster ground fire on death base area of effect radius [32]
Id | MonsterGroundFireOnDeathBurningMenace |
---|---|
Family | MonsterEffectOnDeath |
Domains | 怪物 (3) |
GenerationType | 傳奇 (3) |
Req. level | 1 |
Stats | |
Craft Tags | elemental_damage damage elemental fire |
global maim on hit [1]
Id | MonsterMaimOnHit |
---|---|
Family | MonsterMaimOnHit |
Domains | 怪物 (3) |
GenerationType | 傳奇 (3) |
Req. level | 1 |
Stats | |
Craft Tags | attack |
怪物增加 100% 經驗值
增加 15000% 物品掉落稀有度
Id | MonsterMapBoss |
---|---|
Family | MonsterMapBoss |
Domains | 怪物 (3) |
GenerationType | 傳奇 (3) |
Req. level | 1 |
Stats |
cannot be stunned for ms after stun finished [2000]
cannot be stunned while stunned [1]
Id | StunRepeatImmunityMapBoss_ |
---|---|
Family | Nothing |
Domains | 怪物 (3) |
GenerationType | 傳奇 (3) |
Req. level | 1 |
Stats |
毀滅衛士
惡魔
死亡時燃燒地面
monster ground effect on death base duration ms [12000]
monster ground fire on death base area of effect radius [32]
global maim on hit [1]
怪物增加 100% 經驗值
增加 15000% 物品掉落稀有度
cannot be stunned for ms after stun finished [2000]
cannot be stunned while stunned [1]
monster ground effect on death base duration ms [12000]
monster ground fire on death base area of effect radius [32]
global maim on hit [1]
怪物增加 100% 經驗值
增加 15000% 物品掉落稀有度
cannot be stunned for ms after stun finished [2000]
cannot be stunned while stunned [1]
Shredder of Gladiators
幽魂 | N |
---|---|
標籤 | animal_claw_weapon, beast, demon, elder_map_boss, feline_beast, gladiator, has_one_hand_sword, has_one_handed_melee, large_model, light_armour, mammal_beast, non_attacking, not_int, not_str, red_blood, small_height, very_fast_movement |
生命
200%
閃避
+10%
異常狀態臨界值
200%
抗性
40
40
40
25
傷害
180%
命中
100%
暴擊率
+5%
暴擊加成
+130%
攻擊距離
6 ~ 7
攻擊間隔
1.5 秒
傷害分佈
±20%
經驗值
200%
Model Size
130%
類型
LionColosseumMapBoss
Metadata
LionColosseumMapBossElder
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/Lion/LionColosseumMapBossElder"] = { name = "Shredder of Gladiators", life = 2, fireResist = 40, coldResist = 40, lightningResist = 40, chaosResist = 25, damage = 1.8, damageSpread = 0.2, attackTime = 1.5, attackRange = 7, accuracy = 1, weaponType1 = "One Hand Sword", skillList = { }, modList = { }, }
死亡時燃燒地面
monster ground effect on death base duration ms [12000]
monster ground fire on death base area of effect radius [32]
Id | MonsterGroundFireOnDeathBurningMenace |
---|---|
Family | MonsterEffectOnDeath |
Domains | 怪物 (3) |
GenerationType | 傳奇 (3) |
Req. level | 1 |
Stats | |
Craft Tags | elemental_damage damage elemental fire |
global maim on hit [1]
Id | MonsterMaimOnHit |
---|---|
Family | MonsterMaimOnHit |
Domains | 怪物 (3) |
GenerationType | 傳奇 (3) |
Req. level | 1 |
Stats | |
Craft Tags | attack |
怪物增加 100% 經驗值
增加 15000% 物品掉落稀有度
Id | MonsterMapBoss |
---|---|
Family | MonsterMapBoss |
Domains | 怪物 (3) |
GenerationType | 傳奇 (3) |
Req. level | 1 |
Stats |
cannot be stunned for ms after stun finished [2000]
cannot be stunned while stunned [1]
Id | StunRepeatImmunityMapBoss_ |
---|---|
Family | Nothing |
Domains | 怪物 (3) |
GenerationType | 傳奇 (3) |
Req. level | 1 |
Stats |
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.