| 幽魂 | |
|---|---|
| 幽魂 取代 | Metadata/Monsters/DeepwaterLeague/CoralGolemSpectre |
| 地區 | 珊瑚林, 珊瑚礁 |
| 標籤 | construct, golem, melee, mud_blood, not_dex, not_int, very_slow_movement |
| Packs |
生命
180%
護甲值
+75%
異常狀態臨界值
180%
抗性
傷害
120%
命中
100%
暴擊率
+5%
暴擊加成
+130%
攻擊距離
6 ~ 12
攻擊間隔
1.5 秒
傷害分佈
±20%
經驗值
120%
Model Size
100%
類型
DeepwaterCoralGolem
Metadata
CoralGolem
下列的數值並未包含地圖加成、怪物Buff加成、祭壇加成、輿圖天賦加成。
等級
68
生命
11,580
護甲值
50,383
閃避值
4,739
傷害
448
法術傷害
448
命中
580
攻擊間隔
1.5
經驗值
12,306
召喚物生命
2,512
召喚物傷害
358
異常狀態臨界值
11,580
冰緩
37
感電
37
易碎
207
焦灼
37
殘喘
101
Phys Convert Ele
240%
下列的數值為技能基礎數值,並未包含地圖加成、怪物Buff加成、祭壇加成、輿圖天賦加成、怪物本身傷害加成(例: 釋界 150% 加成),怪物稀有度加成(例: 傳奇 +70% 更多, 傳奇攻擊 33% 更少)。
MeleeAtAnimationSpeed
攻擊, 範圍攻擊, 技能可幻影射手, 投射物, 近戰單一目標, 攻擊可重複, 近戰, 玩家投射物
普通攻擊
基本傷害: 359—538
暴擊率: 5%
攻擊間隔: 1.5 秒
用強大的攻擊擊倒敵人。
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]
GADeepwaterCoralGolemRollDamage
可觸發, 攻擊
基本傷害: 359—538
暴擊率: 5%
攻擊傷害: 80%
攻擊傷害: 80%
攻擊間隔: 1.5 秒
造成20%更少攻擊傷害
is area damage [1]
SODeepwaterCoralGolemSlamGround
可觸發, 法術
施放時間: 1 秒
GADeepwaterCoralGolemGroundSlam
可觸發, 攻擊
基本傷害: 359—538
暴擊率: 5%
攻擊傷害: 140%
攻擊傷害: 140%
攻擊間隔: 1.5 秒
冷卻時間: 6 秒
造成40%更多攻擊傷害
action attack or cast time uses animation length [1]
attack maximum action distance + [15]
is area damage [1]
GADeepwaterCoralGolemSlamShock
可觸發, 攻擊
基本傷害: 359—538
暴擊率: 5%
攻擊傷害: 60%
攻擊傷害: 60%
攻擊間隔: 1.5 秒
造成40%更少攻擊傷害
15% 機率冰凍敵人
50% 物理傷害轉換為冰冷傷害
is area damage [1]
EAADeepwaterCoralGolemRoll
攻擊
基本傷害: 359—538
暴擊率: 5%
攻擊間隔: 1.5 秒
冷卻時間: 6 秒
action attack or cast time uses animation length [1]
attack maximum action distance + [50]
skill cannot be interrupted [1]
skill cannot be stunned [1]
DoLiterallyNothing
MPWDeepwaterCoralGolemRollProj
攻擊, 範圍攻擊, 技能可幻影射手, 投射物, 玩家投射物, 傷害, 可觸發
基本傷害: 359—538
暴擊率: 5%
攻擊傷害: 80%
攻擊傷害: 80%
攻擊間隔: 1.5 秒
投射物穿透全部目標
造成20%更少攻擊傷害
action attack or cast time uses animation length [1]
base deal no damage [1]
base is projectile [1]
check for targets between initiator and projectile source [1]
maintain projectile direction when using contact position [1]
monster projectile variation [190]
projectile ballistic angle from reference event [1]
projectile ballistic angle from target distance [1]
projectile uses contact direction [1]
projectile uses contact position [1]
projectiles not offset [1]
use scaled contact offset [1]
GADeepwaterGolemProjImpact
可觸發, 攻擊
基本傷害: 359—538
暴擊率: 5%
攻擊傷害: 60%
攻擊傷害: 60%
攻擊間隔: 1.5 秒
造成40%更少攻擊傷害
100% 物理傷害轉換為冰冷傷害
is area damage [1]
Object Type
-- src\Data\Spectres.lua
minions["Metadata/Monsters/DeepwaterLeague/CoralGolem"] = {
fireResist = 20,
coldResist = 20,
lightningResist = 20,
chaosResist = 0,
name = "Living Coral",
life = 1.8,
damage = 1.2,
damageSpread = 0.2,
attackTime = 1.5,
attackRange = 12,
accuracy = 1,
skillList = {
"MeleeAtAnimationSpeed",
"MPWDeepwaterCoralGolemRollProj",
"GADeepwaterCoralGolemRollDamage",
"GADeepwaterCoralGolemGroundSlam",
"GADeepwaterCoralGolemSlamShock",
"GADeepwaterGolemProjImpact",
"EAADeepwaterCoralGolemRoll",
"SODeepwaterCoralGolemSlamGround",
"DoLiterallyNothing",
},
modList = {
},
}
-- src\Data\Skills\spectre.lua
skills["MeleeAtAnimationSpeed"] = {
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["MPWDeepwaterCoralGolemRollProj"] = {
name = "MPWDeepwaterCoralGolemRollProj",
hidden = true,
color = "4",
baseEffectiveness = 0,
incrementalEffectiveness = 0,
skillTypes = {
[SkillType.Attack] = true,
[SkillType.RangedAttack] = true,
[SkillType.MirageArcherCanUse] = true,
[SkillType.Projectile] = true,
[SkillType.ProjectilesFromUser] = true,
[SkillType.Damage] = true,
[SkillType.Triggerable] = true,
},
statDescriptionScope = "skill_stat_descriptions",
castTime = 1,
baseFlags = {
attack = true,
projectile = true,
},
baseMods = {
},
qualityStats = {
},
stats = {
"monster_projectile_variation",
"base_is_projectile",
"action_attack_or_cast_time_uses_animation_length",
"check_for_targets_between_initiator_and_projectile_source",
"projectile_uses_contact_position",
"maintain_projectile_direction_when_using_contact_position",
"use_scaled_contact_offset",
"projectile_uses_contact_direction",
"projectile_ballistic_angle_from_reference_event",
"projectile_ballistic_angle_from_target_distance",
"projectiles_not_offset",
"always_pierce",
"base_deal_no_damage",
},
levels = {
[1] = {190, baseMultiplier = 0.8, levelRequirement = 0, statInterpolation = {}, cost = { }, },
},
}
-- src\Data\Skills\spectre.lua
skills["GADeepwaterCoralGolemRollDamage"] = {
name = "GADeepwaterCoralGolemRollDamage",
hidden = true,
color = "4",
baseEffectiveness = 0,
incrementalEffectiveness = 0,
skillTypes = {
[SkillType.Triggerable] = true,
[SkillType.Attack] = true,
},
statDescriptionScope = "skill_stat_descriptions",
castTime = 1,
baseFlags = {
attack = true,
area = true,
},
baseMods = {
},
qualityStats = {
},
stats = {
"is_area_damage",
},
levels = {
[1] = {baseMultiplier = 0.8, levelRequirement = 0, statInterpolation = {}, cost = { }, },
},
}
-- src\Data\Skills\spectre.lua
skills["GADeepwaterCoralGolemGroundSlam"] = {
name = "GADeepwaterCoralGolemGroundSlam",
hidden = true,
color = "4",
baseEffectiveness = 0,
incrementalEffectiveness = 0,
skillTypes = {
[SkillType.Triggerable] = true,
[SkillType.Attack] = true,
},
statDescriptionScope = "skill_stat_descriptions",
castTime = 1,
baseFlags = {
attack = true,
area = true,
},
baseMods = {
},
qualityStats = {
},
stats = {
"attack_maximum_action_distance_+",
"is_area_damage",
"action_attack_or_cast_time_uses_animation_length",
},
levels = {
[1] = {15, baseMultiplier = 1.4, levelRequirement = 0, statInterpolation = {}, cost = { }, },
},
}
-- src\Data\Skills\spectre.lua
skills["GADeepwaterCoralGolemSlamShock"] = {
name = "GADeepwaterCoralGolemSlamShock",
hidden = true,
color = "4",
baseEffectiveness = 0,
incrementalEffectiveness = 0,
skillTypes = {
[SkillType.Triggerable] = true,
[SkillType.Attack] = true,
},
statDescriptionScope = "skill_stat_descriptions",
castTime = 1,
baseFlags = {
attack = true,
area = true,
},
baseMods = {
},
qualityStats = {
},
stats = {
"base_physical_damage_%_to_convert_to_cold",
"base_chance_to_freeze_%",
"is_area_damage",
},
levels = {
[1] = {50, 15, baseMultiplier = 0.6, levelRequirement = 0, statInterpolation = {}, cost = { }, },
},
}
-- src\Data\Skills\spectre.lua
skills["GADeepwaterGolemProjImpact"] = {
name = "GADeepwaterGolemProjImpact",
hidden = true,
color = "4",
baseEffectiveness = 0,
incrementalEffectiveness = 0,
skillTypes = {
[SkillType.Triggerable] = true,
[SkillType.Attack] = true,
},
statDescriptionScope = "skill_stat_descriptions",
castTime = 1,
baseFlags = {
attack = true,
area = true,
},
baseMods = {
},
qualityStats = {
},
stats = {
"base_physical_damage_%_to_convert_to_cold",
"is_area_damage",
},
levels = {
[1] = {100, baseMultiplier = 0.6, levelRequirement = 0, statInterpolation = {}, cost = { }, },
},
}
-- src\Data\Skills\spectre.lua
skills["EAADeepwaterCoralGolemRoll"] = {
name = "EAADeepwaterCoralGolemRoll",
hidden = true,
color = "4",
baseEffectiveness = 0,
incrementalEffectiveness = 0,
skillTypes = {
[SkillType.Attack] = true,
},
statDescriptionScope = "skill_stat_descriptions",
castTime = 1,
baseFlags = {
attack = true,
},
baseMods = {
},
qualityStats = {
},
stats = {
"attack_maximum_action_distance_+",
"action_attack_or_cast_time_uses_animation_length",
"skill_cannot_be_interrupted",
"skill_cannot_be_stunned",
},
levels = {
[1] = {50, levelRequirement = 0, statInterpolation = {}, cost = { }, },
},
}
-- src\Data\Skills\spectre.lua
skills["SODeepwaterCoralGolemSlamGround"] = {
name = "SODeepwaterCoralGolemSlamGround",
hidden = true,
color = "4",
baseEffectiveness = 0,
incrementalEffectiveness = 0,
skillTypes = {
[SkillType.Triggerable] = true,
[SkillType.Spell] = true,
},
statDescriptionScope = "skill_stat_descriptions",
castTime = 1,
baseFlags = {
spell = true,
},
baseMods = {
},
qualityStats = {
},
stats = {
},
levels = {
[1] = {levelRequirement = 0, statInterpolation = {}, cost = { }, },
},
}
-- src\Data\Skills\spectre.lua
skills["DoLiterallyNothing"] = {
name = "DoLiterallyNothing",
hidden = true,
color = "4",
baseEffectiveness = 0,
incrementalEffectiveness = 0,
skillTypes = {
},
statDescriptionScope = "skill_stat_descriptions",
castTime = 1,
baseFlags = {
},
baseMods = {
},
qualityStats = {
},
stats = {
},
levels = {
[1] = {levelRequirement = 0, statInterpolation = {}, cost = { }, },
},
}
活體珊瑚
創造物
Living Coral
| 幽魂 | |
|---|---|
| 標籤 | construct, golem, melee, mud_blood, not_dex, not_int, very_slow_movement |
生命
180%
護甲值
+75%
異常狀態臨界值
180%
抗性
傷害
120%
命中
100%
暴擊率
+5%
暴擊加成
+130%
攻擊距離
6 ~ 12
攻擊間隔
1.5 秒
傷害分佈
±20%
經驗值
120%
Model Size
100%
類型
DeepwaterCoralGolem
Metadata
CoralGolemSpectre
下列的數值並未包含地圖加成、怪物Buff加成、祭壇加成、輿圖天賦加成。
等級
68
生命
11,580
護甲值
50,383
閃避值
4,739
傷害
448
法術傷害
448
命中
580
攻擊間隔
1.5
經驗值
12,306
召喚物生命
2,512
召喚物傷害
358
異常狀態臨界值
11,580
冰緩
37
感電
37
易碎
207
焦灼
37
殘喘
101
Phys Convert Ele
240%
下列的數值為技能基礎數值,並未包含地圖加成、怪物Buff加成、祭壇加成、輿圖天賦加成、怪物本身傷害加成(例: 釋界 150% 加成),怪物稀有度加成(例: 傳奇 +70% 更多, 傳奇攻擊 33% 更少)。
MeleeAtAnimationSpeed
攻擊, 範圍攻擊, 技能可幻影射手, 投射物, 近戰單一目標, 攻擊可重複, 近戰, 玩家投射物
普通攻擊
基本傷害: 359—538
暴擊率: 5%
攻擊間隔: 1.5 秒
用強大的攻擊擊倒敵人。
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]
GADeepwaterCoralGolemRollDamage
可觸發, 攻擊
基本傷害: 359—538
暴擊率: 5%
攻擊傷害: 80%
攻擊傷害: 80%
攻擊間隔: 1.5 秒
造成20%更少攻擊傷害
is area damage [1]
SODeepwaterCoralGolemSlamGround
可觸發, 法術
施放時間: 1 秒
GADeepwaterCoralGolemGroundSlam
可觸發, 攻擊
基本傷害: 359—538
暴擊率: 5%
攻擊傷害: 140%
攻擊傷害: 140%
攻擊間隔: 1.5 秒
冷卻時間: 6 秒
造成40%更多攻擊傷害
action attack or cast time uses animation length [1]
attack maximum action distance + [15]
is area damage [1]
GADeepwaterCoralGolemSlamShock
可觸發, 攻擊
基本傷害: 359—538
暴擊率: 5%
攻擊傷害: 60%
攻擊傷害: 60%
攻擊間隔: 1.5 秒
造成40%更少攻擊傷害
15% 機率冰凍敵人
50% 物理傷害轉換為冰冷傷害
is area damage [1]
EAADeepwaterCoralGolemRoll
攻擊
基本傷害: 359—538
暴擊率: 5%
攻擊間隔: 1.5 秒
冷卻時間: 6 秒
action attack or cast time uses animation length [1]
attack maximum action distance + [50]
skill cannot be interrupted [1]
skill cannot be stunned [1]
DoLiterallyNothing
MPWDeepwaterCoralGolemRollProj
攻擊, 範圍攻擊, 技能可幻影射手, 投射物, 玩家投射物, 傷害, 可觸發
基本傷害: 359—538
暴擊率: 5%
攻擊傷害: 80%
攻擊傷害: 80%
攻擊間隔: 1.5 秒
投射物穿透全部目標
造成20%更少攻擊傷害
action attack or cast time uses animation length [1]
base deal no damage [1]
base is projectile [1]
check for targets between initiator and projectile source [1]
maintain projectile direction when using contact position [1]
monster projectile variation [190]
projectile ballistic angle from reference event [1]
projectile ballistic angle from target distance [1]
projectile uses contact direction [1]
projectile uses contact position [1]
projectiles not offset [1]
use scaled contact offset [1]
GADeepwaterGolemProjImpact
可觸發, 攻擊
基本傷害: 359—538
暴擊率: 5%
攻擊傷害: 60%
攻擊傷害: 60%
攻擊間隔: 1.5 秒
造成40%更少攻擊傷害
100% 物理傷害轉換為冰冷傷害
is area damage [1]
Object Type
-- src\Data\Spectres.lua
minions["Metadata/Monsters/DeepwaterLeague/CoralGolemSpectre"] = {
fireResist = 20,
coldResist = 20,
lightningResist = 20,
chaosResist = 0,
name = "Living Coral",
life = 1.8,
damage = 1.2,
damageSpread = 0.2,
attackTime = 1.5,
attackRange = 12,
accuracy = 1,
skillList = {
"MeleeAtAnimationSpeed",
"MPWDeepwaterCoralGolemRollProj",
"GADeepwaterCoralGolemRollDamage",
"GADeepwaterCoralGolemGroundSlam",
"GADeepwaterCoralGolemSlamShock",
"GADeepwaterGolemProjImpact",
"EAADeepwaterCoralGolemRoll",
"SODeepwaterCoralGolemSlamGround",
"DoLiterallyNothing",
},
modList = {
},
}
-- src\Data\Skills\spectre.lua
skills["MeleeAtAnimationSpeed"] = {
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["MPWDeepwaterCoralGolemRollProj"] = {
name = "MPWDeepwaterCoralGolemRollProj",
hidden = true,
color = "4",
baseEffectiveness = 0,
incrementalEffectiveness = 0,
skillTypes = {
[SkillType.Attack] = true,
[SkillType.RangedAttack] = true,
[SkillType.MirageArcherCanUse] = true,
[SkillType.Projectile] = true,
[SkillType.ProjectilesFromUser] = true,
[SkillType.Damage] = true,
[SkillType.Triggerable] = true,
},
statDescriptionScope = "skill_stat_descriptions",
castTime = 1,
baseFlags = {
attack = true,
projectile = true,
},
baseMods = {
},
qualityStats = {
},
stats = {
"monster_projectile_variation",
"base_is_projectile",
"action_attack_or_cast_time_uses_animation_length",
"check_for_targets_between_initiator_and_projectile_source",
"projectile_uses_contact_position",
"maintain_projectile_direction_when_using_contact_position",
"use_scaled_contact_offset",
"projectile_uses_contact_direction",
"projectile_ballistic_angle_from_reference_event",
"projectile_ballistic_angle_from_target_distance",
"projectiles_not_offset",
"always_pierce",
"base_deal_no_damage",
},
levels = {
[1] = {190, baseMultiplier = 0.8, levelRequirement = 0, statInterpolation = {}, cost = { }, },
},
}
-- src\Data\Skills\spectre.lua
skills["GADeepwaterCoralGolemRollDamage"] = {
name = "GADeepwaterCoralGolemRollDamage",
hidden = true,
color = "4",
baseEffectiveness = 0,
incrementalEffectiveness = 0,
skillTypes = {
[SkillType.Triggerable] = true,
[SkillType.Attack] = true,
},
statDescriptionScope = "skill_stat_descriptions",
castTime = 1,
baseFlags = {
attack = true,
area = true,
},
baseMods = {
},
qualityStats = {
},
stats = {
"is_area_damage",
},
levels = {
[1] = {baseMultiplier = 0.8, levelRequirement = 0, statInterpolation = {}, cost = { }, },
},
}
-- src\Data\Skills\spectre.lua
skills["GADeepwaterCoralGolemGroundSlam"] = {
name = "GADeepwaterCoralGolemGroundSlam",
hidden = true,
color = "4",
baseEffectiveness = 0,
incrementalEffectiveness = 0,
skillTypes = {
[SkillType.Triggerable] = true,
[SkillType.Attack] = true,
},
statDescriptionScope = "skill_stat_descriptions",
castTime = 1,
baseFlags = {
attack = true,
area = true,
},
baseMods = {
},
qualityStats = {
},
stats = {
"attack_maximum_action_distance_+",
"is_area_damage",
"action_attack_or_cast_time_uses_animation_length",
},
levels = {
[1] = {15, baseMultiplier = 1.4, levelRequirement = 0, statInterpolation = {}, cost = { }, },
},
}
-- src\Data\Skills\spectre.lua
skills["GADeepwaterCoralGolemSlamShock"] = {
name = "GADeepwaterCoralGolemSlamShock",
hidden = true,
color = "4",
baseEffectiveness = 0,
incrementalEffectiveness = 0,
skillTypes = {
[SkillType.Triggerable] = true,
[SkillType.Attack] = true,
},
statDescriptionScope = "skill_stat_descriptions",
castTime = 1,
baseFlags = {
attack = true,
area = true,
},
baseMods = {
},
qualityStats = {
},
stats = {
"base_physical_damage_%_to_convert_to_cold",
"base_chance_to_freeze_%",
"is_area_damage",
},
levels = {
[1] = {50, 15, baseMultiplier = 0.6, levelRequirement = 0, statInterpolation = {}, cost = { }, },
},
}
-- src\Data\Skills\spectre.lua
skills["GADeepwaterGolemProjImpact"] = {
name = "GADeepwaterGolemProjImpact",
hidden = true,
color = "4",
baseEffectiveness = 0,
incrementalEffectiveness = 0,
skillTypes = {
[SkillType.Triggerable] = true,
[SkillType.Attack] = true,
},
statDescriptionScope = "skill_stat_descriptions",
castTime = 1,
baseFlags = {
attack = true,
area = true,
},
baseMods = {
},
qualityStats = {
},
stats = {
"base_physical_damage_%_to_convert_to_cold",
"is_area_damage",
},
levels = {
[1] = {100, baseMultiplier = 0.6, levelRequirement = 0, statInterpolation = {}, cost = { }, },
},
}
-- src\Data\Skills\spectre.lua
skills["EAADeepwaterCoralGolemRoll"] = {
name = "EAADeepwaterCoralGolemRoll",
hidden = true,
color = "4",
baseEffectiveness = 0,
incrementalEffectiveness = 0,
skillTypes = {
[SkillType.Attack] = true,
},
statDescriptionScope = "skill_stat_descriptions",
castTime = 1,
baseFlags = {
attack = true,
},
baseMods = {
},
qualityStats = {
},
stats = {
"attack_maximum_action_distance_+",
"action_attack_or_cast_time_uses_animation_length",
"skill_cannot_be_interrupted",
"skill_cannot_be_stunned",
},
levels = {
[1] = {50, levelRequirement = 0, statInterpolation = {}, cost = { }, },
},
}
-- src\Data\Skills\spectre.lua
skills["SODeepwaterCoralGolemSlamGround"] = {
name = "SODeepwaterCoralGolemSlamGround",
hidden = true,
color = "4",
baseEffectiveness = 0,
incrementalEffectiveness = 0,
skillTypes = {
[SkillType.Triggerable] = true,
[SkillType.Spell] = true,
},
statDescriptionScope = "skill_stat_descriptions",
castTime = 1,
baseFlags = {
spell = true,
},
baseMods = {
},
qualityStats = {
},
stats = {
},
levels = {
[1] = {levelRequirement = 0, statInterpolation = {}, cost = { }, },
},
}
-- src\Data\Skills\spectre.lua
skills["DoLiterallyNothing"] = {
name = "DoLiterallyNothing",
hidden = true,
color = "4",
baseEffectiveness = 0,
incrementalEffectiveness = 0,
skillTypes = {
},
statDescriptionScope = "skill_stat_descriptions",
castTime = 1,
baseFlags = {
},
baseMods = {
},
qualityStats = {
},
stats = {
},
levels = {
[1] = {levelRequirement = 0, statInterpolation = {}, cost = { }, },
},
}
活體珊瑚
創造物
Living Coral
| 幽魂 | |
|---|---|
| 標籤 | construct, golem, melee, mud_blood, not_dex, not_int, very_slow_movement |
生命
180%
護甲值
+75%
異常狀態臨界值
180%
抗性
傷害
120%
命中
100%
暴擊率
+5%
暴擊加成
+130%
攻擊距離
6 ~ 12
攻擊間隔
1.5 秒
傷害分佈
±20%
經驗值
120%
Model Size
100%
類型
DeepwaterCoralGolem
Metadata
CoralGolemEncounter
下列的數值並未包含地圖加成、怪物Buff加成、祭壇加成、輿圖天賦加成。
等級
68
生命
11,580
護甲值
50,383
閃避值
4,739
傷害
448
法術傷害
448
命中
580
攻擊間隔
1.5
經驗值
12,306
召喚物生命
2,512
召喚物傷害
358
異常狀態臨界值
11,580
冰緩
37
感電
37
易碎
207
焦灼
37
殘喘
101
Phys Convert Ele
240%
下列的數值為技能基礎數值,並未包含地圖加成、怪物Buff加成、祭壇加成、輿圖天賦加成、怪物本身傷害加成(例: 釋界 150% 加成),怪物稀有度加成(例: 傳奇 +70% 更多, 傳奇攻擊 33% 更少)。
MeleeAtAnimationSpeed
攻擊, 範圍攻擊, 技能可幻影射手, 投射物, 近戰單一目標, 攻擊可重複, 近戰, 玩家投射物
普通攻擊
基本傷害: 359—538
暴擊率: 5%
攻擊間隔: 1.5 秒
用強大的攻擊擊倒敵人。
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]
GADeepwaterCoralGolemRollDamage
可觸發, 攻擊
基本傷害: 359—538
暴擊率: 5%
攻擊傷害: 80%
攻擊傷害: 80%
攻擊間隔: 1.5 秒
造成20%更少攻擊傷害
is area damage [1]
SODeepwaterCoralGolemSlamGround
可觸發, 法術
施放時間: 1 秒
GADeepwaterCoralGolemGroundSlam
可觸發, 攻擊
基本傷害: 359—538
暴擊率: 5%
攻擊傷害: 140%
攻擊傷害: 140%
攻擊間隔: 1.5 秒
冷卻時間: 6 秒
造成40%更多攻擊傷害
action attack or cast time uses animation length [1]
attack maximum action distance + [15]
is area damage [1]
GADeepwaterCoralGolemSlamShock
可觸發, 攻擊
基本傷害: 359—538
暴擊率: 5%
攻擊傷害: 60%
攻擊傷害: 60%
攻擊間隔: 1.5 秒
造成40%更少攻擊傷害
15% 機率冰凍敵人
50% 物理傷害轉換為冰冷傷害
is area damage [1]
EAADeepwaterCoralGolemRoll
攻擊
基本傷害: 359—538
暴擊率: 5%
攻擊間隔: 1.5 秒
冷卻時間: 6 秒
action attack or cast time uses animation length [1]
attack maximum action distance + [50]
skill cannot be interrupted [1]
skill cannot be stunned [1]
DoLiterallyNothing
MPWDeepwaterCoralGolemRollProj
攻擊, 範圍攻擊, 技能可幻影射手, 投射物, 玩家投射物, 傷害, 可觸發
基本傷害: 359—538
暴擊率: 5%
攻擊傷害: 80%
攻擊傷害: 80%
攻擊間隔: 1.5 秒
投射物穿透全部目標
造成20%更少攻擊傷害
action attack or cast time uses animation length [1]
base deal no damage [1]
base is projectile [1]
check for targets between initiator and projectile source [1]
maintain projectile direction when using contact position [1]
monster projectile variation [190]
projectile ballistic angle from reference event [1]
projectile ballistic angle from target distance [1]
projectile uses contact direction [1]
projectile uses contact position [1]
projectiles not offset [1]
use scaled contact offset [1]
GADeepwaterGolemProjImpact
可觸發, 攻擊
基本傷害: 359—538
暴擊率: 5%
攻擊傷害: 60%
攻擊傷害: 60%
攻擊間隔: 1.5 秒
造成40%更少攻擊傷害
100% 物理傷害轉換為冰冷傷害
is area damage [1]
Object Type
-- src\Data\Spectres.lua
minions["Metadata/Monsters/DeepwaterLeague/CoralGolemEncounter"] = {
fireResist = 20,
coldResist = 20,
lightningResist = 20,
chaosResist = 0,
name = "Living Coral",
life = 1.8,
damage = 1.2,
damageSpread = 0.2,
attackTime = 1.5,
attackRange = 12,
accuracy = 1,
skillList = {
"MeleeAtAnimationSpeed",
"MPWDeepwaterCoralGolemRollProj",
"GADeepwaterCoralGolemRollDamage",
"GADeepwaterCoralGolemGroundSlam",
"GADeepwaterCoralGolemSlamShock",
"GADeepwaterGolemProjImpact",
"EAADeepwaterCoralGolemRoll",
"SODeepwaterCoralGolemSlamGround",
"DoLiterallyNothing",
},
modList = {
},
}
-- src\Data\Skills\spectre.lua
skills["MeleeAtAnimationSpeed"] = {
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["MPWDeepwaterCoralGolemRollProj"] = {
name = "MPWDeepwaterCoralGolemRollProj",
hidden = true,
color = "4",
baseEffectiveness = 0,
incrementalEffectiveness = 0,
skillTypes = {
[SkillType.Attack] = true,
[SkillType.RangedAttack] = true,
[SkillType.MirageArcherCanUse] = true,
[SkillType.Projectile] = true,
[SkillType.ProjectilesFromUser] = true,
[SkillType.Damage] = true,
[SkillType.Triggerable] = true,
},
statDescriptionScope = "skill_stat_descriptions",
castTime = 1,
baseFlags = {
attack = true,
projectile = true,
},
baseMods = {
},
qualityStats = {
},
stats = {
"monster_projectile_variation",
"base_is_projectile",
"action_attack_or_cast_time_uses_animation_length",
"check_for_targets_between_initiator_and_projectile_source",
"projectile_uses_contact_position",
"maintain_projectile_direction_when_using_contact_position",
"use_scaled_contact_offset",
"projectile_uses_contact_direction",
"projectile_ballistic_angle_from_reference_event",
"projectile_ballistic_angle_from_target_distance",
"projectiles_not_offset",
"always_pierce",
"base_deal_no_damage",
},
levels = {
[1] = {190, baseMultiplier = 0.8, levelRequirement = 0, statInterpolation = {}, cost = { }, },
},
}
-- src\Data\Skills\spectre.lua
skills["GADeepwaterCoralGolemRollDamage"] = {
name = "GADeepwaterCoralGolemRollDamage",
hidden = true,
color = "4",
baseEffectiveness = 0,
incrementalEffectiveness = 0,
skillTypes = {
[SkillType.Triggerable] = true,
[SkillType.Attack] = true,
},
statDescriptionScope = "skill_stat_descriptions",
castTime = 1,
baseFlags = {
attack = true,
area = true,
},
baseMods = {
},
qualityStats = {
},
stats = {
"is_area_damage",
},
levels = {
[1] = {baseMultiplier = 0.8, levelRequirement = 0, statInterpolation = {}, cost = { }, },
},
}
-- src\Data\Skills\spectre.lua
skills["GADeepwaterCoralGolemGroundSlam"] = {
name = "GADeepwaterCoralGolemGroundSlam",
hidden = true,
color = "4",
baseEffectiveness = 0,
incrementalEffectiveness = 0,
skillTypes = {
[SkillType.Triggerable] = true,
[SkillType.Attack] = true,
},
statDescriptionScope = "skill_stat_descriptions",
castTime = 1,
baseFlags = {
attack = true,
area = true,
},
baseMods = {
},
qualityStats = {
},
stats = {
"attack_maximum_action_distance_+",
"is_area_damage",
"action_attack_or_cast_time_uses_animation_length",
},
levels = {
[1] = {15, baseMultiplier = 1.4, levelRequirement = 0, statInterpolation = {}, cost = { }, },
},
}
-- src\Data\Skills\spectre.lua
skills["GADeepwaterCoralGolemSlamShock"] = {
name = "GADeepwaterCoralGolemSlamShock",
hidden = true,
color = "4",
baseEffectiveness = 0,
incrementalEffectiveness = 0,
skillTypes = {
[SkillType.Triggerable] = true,
[SkillType.Attack] = true,
},
statDescriptionScope = "skill_stat_descriptions",
castTime = 1,
baseFlags = {
attack = true,
area = true,
},
baseMods = {
},
qualityStats = {
},
stats = {
"base_physical_damage_%_to_convert_to_cold",
"base_chance_to_freeze_%",
"is_area_damage",
},
levels = {
[1] = {50, 15, baseMultiplier = 0.6, levelRequirement = 0, statInterpolation = {}, cost = { }, },
},
}
-- src\Data\Skills\spectre.lua
skills["GADeepwaterGolemProjImpact"] = {
name = "GADeepwaterGolemProjImpact",
hidden = true,
color = "4",
baseEffectiveness = 0,
incrementalEffectiveness = 0,
skillTypes = {
[SkillType.Triggerable] = true,
[SkillType.Attack] = true,
},
statDescriptionScope = "skill_stat_descriptions",
castTime = 1,
baseFlags = {
attack = true,
area = true,
},
baseMods = {
},
qualityStats = {
},
stats = {
"base_physical_damage_%_to_convert_to_cold",
"is_area_damage",
},
levels = {
[1] = {100, baseMultiplier = 0.6, levelRequirement = 0, statInterpolation = {}, cost = { }, },
},
}
-- src\Data\Skills\spectre.lua
skills["EAADeepwaterCoralGolemRoll"] = {
name = "EAADeepwaterCoralGolemRoll",
hidden = true,
color = "4",
baseEffectiveness = 0,
incrementalEffectiveness = 0,
skillTypes = {
[SkillType.Attack] = true,
},
statDescriptionScope = "skill_stat_descriptions",
castTime = 1,
baseFlags = {
attack = true,
},
baseMods = {
},
qualityStats = {
},
stats = {
"attack_maximum_action_distance_+",
"action_attack_or_cast_time_uses_animation_length",
"skill_cannot_be_interrupted",
"skill_cannot_be_stunned",
},
levels = {
[1] = {50, levelRequirement = 0, statInterpolation = {}, cost = { }, },
},
}
-- src\Data\Skills\spectre.lua
skills["SODeepwaterCoralGolemSlamGround"] = {
name = "SODeepwaterCoralGolemSlamGround",
hidden = true,
color = "4",
baseEffectiveness = 0,
incrementalEffectiveness = 0,
skillTypes = {
[SkillType.Triggerable] = true,
[SkillType.Spell] = true,
},
statDescriptionScope = "skill_stat_descriptions",
castTime = 1,
baseFlags = {
spell = true,
},
baseMods = {
},
qualityStats = {
},
stats = {
},
levels = {
[1] = {levelRequirement = 0, statInterpolation = {}, cost = { }, },
},
}
-- src\Data\Skills\spectre.lua
skills["DoLiterallyNothing"] = {
name = "DoLiterallyNothing",
hidden = true,
color = "4",
baseEffectiveness = 0,
incrementalEffectiveness = 0,
skillTypes = {
},
statDescriptionScope = "skill_stat_descriptions",
castTime = 1,
baseFlags = {
},
baseMods = {
},
qualityStats = {
},
stats = {
},
levels = {
[1] = {levelRequirement = 0, statInterpolation = {}, cost = { }, },
},
}
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.




















