潮汐喚者
人形monster chance to not flee % [90]
monster damage +% final vs monsters from ancestral rank [0]
monster damage +% final vs monsters from ancestral rank [0]
Tidecaller
| 幽魂 | N |
|---|---|
| 標籤 | human, humanoid, karui, medium_movement, not_str, red_blood |
生命
200%
生命轉為護盾
150%
閃避
+30%
異常狀態臨界值
200%
抗性
傷害
150%
命中
100%
暴擊率
+5%
暴擊加成
+130%
攻擊距離
5 ~ 14
攻擊間隔
1.5 秒
傷害分佈
±20%
經驗值
100%
Model Size
100%
類型
AncestralKaruiMooncaster
Metadata
AncestralKaruiMooncaster
下列的數值並未包含地圖加成、怪物Buff加成、祭壇加成、輿圖天賦加成。
等級
68
生命
-6,433
護甲值
28,790
閃避值
6,161
能量護盾
18,381
傷害
560
法術傷害
560
命中
580
攻擊間隔
1.5
經驗值
10,255
召喚物生命
-1,395
Minion Energy Shield
3,987
召喚物傷害
447
異常狀態臨界值
12,867
冰緩
41
感電
41
易碎
230
焦灼
41
殘喘
112
下列的數值為技能基礎數值,並未包含地圖加成、怪物Buff加成、祭壇加成、輿圖天賦加成、怪物本身傷害加成(例: 釋界 150% 加成),怪物稀有度加成(例: 傳奇 +70% 更多, 傳奇攻擊 33% 更少)。
MeleeAtAnimationSpeed
攻擊, 範圍攻擊, 技能可幻影射手, 投射物, 近戰單一目標, 攻擊可重複, 近戰, 玩家投射物
普通攻擊
基本傷害: 448–672
暴擊率: 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]
MPSAncestralMoonCasterProjectile
法術, 投射物, 玩家投射物, 可觸發
暴擊率: 5%
施放時間: 1 秒
造成 561.7 至 842.6 冰冷傷害
action attack or cast time uses animation length [1]
base is projectile [1]
monster projectile variation [232]
projectile uses contact position [1]
removes % mana on hit [5]
spell maximum action distance +% [-40]
use scaled contact offset [1]
GPSAncestralMoonWave
法術, 可觸發
暴擊率: 5%
施放時間: 1 秒
冷卻時間: 8 秒
造成 786.4 至 1180 物理傷害
擊退敵人
增加 100% 擊退距離
action attack or cast time uses animation length [1]
base is projectile [1]
projectile uses contact position [1]
GSAncestralMooncasterWave
法術, 可觸發
暴擊率: 5%
施放時間: 1 秒
造成 129.9 至 194.9 物理傷害
擊退敵人
50% 物理傷害轉化至冰冷傷害
增加 35% 擊退距離
is area damage [1]
removes % mana on hit [2]
Object Type
version 2
extends "Metadata/Monsters/Monster"
extends "Metadata/Monsters/LeagueAncestral/AncestralMonsterBase"
Transitionable
{
}
Object Type Codes
version 2
extends "Metadata/Monsters/Monster"
extends "Metadata/Monsters/LeagueAncestral/AncestralMonsterBase"
Transitionable
{
on_transition =
"
Roll( 1, 2, { PlayEffect( Metadata/Monsters/LeagueAncestral/ArohonguiTribe/ArohonguiKaruiMooncaster/ArohonguiMooncasterAggroAudio.ao ); } );
"
}
Animated
{
preload_animated_object = "Metadata/Monsters/LeagueAncestral/ArohonguiTribe/ArohonguiKaruiMooncaster/ArohonguiMooncasterAggroAudio.ao"
}
Life
{
on_death = "AddEffectPack( Metadata/Effects/Spells/monsters_effects/League_Delve/general/engaging_light/emissive_texture_fadeout.epk );"
on_spawned_dead = "AddEffectPack( Metadata/Effects/Spells/monsters_effects/League_Delve/general/engaging_light/no_emissive_texture.epk );"
on_revive =
"
RemoveEffectPack( Metadata/Effects/Spells/monsters_effects/League_Delve/general/engaging_light/emissive_texture_fadeout.epk );
RemoveEffectPack( Metadata/Effects/Spells/monsters_effects/League_Delve/general/engaging_light/no_emissive_texture.epk );
"
} -- src\Data\Spectres.lua
minions["Metadata/Monsters/LeagueAncestral/AncestralKaruiMooncaster"] = {
name = "Tidecaller",
life = 2,
energyShield = 1.5,
fireResist = 0,
coldResist = 75,
lightningResist = 0,
chaosResist = 0,
damage = 1.5,
damageSpread = 0.2,
attackTime = 1.5,
attackRange = 14,
accuracy = 1,
skillList = {
"MeleeAtAnimationSpeed",
"GPSAncestralMoonWave",
"MPSAncestralMoonCasterProjectile",
"GSAncestralMooncasterWave",
},
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["GPSAncestralMoonWave"] = {
name = "GPSAncestralMoonWave",
hidden = true,
color = "4",
baseEffectiveness = 0,
incrementalEffectiveness = 0,
skillTypes = {
[SkillType.Spell] = true,
[SkillType.Triggerable] = true,
},
statDescriptionScope = "skill_stat_descriptions",
castTime = 1,
baseFlags = {
spell = true,
projectile = true,
},
baseMods = {
},
qualityStats = {
},
stats = {
"spell_minimum_base_physical_damage",
"spell_maximum_base_physical_damage",
"knockback_distance_+%",
"base_is_projectile",
"projectile_uses_contact_position",
"global_knockback",
"action_attack_or_cast_time_uses_animation_length",
},
levels = {
[1] = {0.80000001192093, 1.2000000476837, 100, critChance = 5, levelRequirement = 0, statInterpolation = {3, 3}, cost = { }, },
},
}
-- src\Data\Skills\spectre.lua
skills["MPSAncestralMoonCasterProjectile"] = {
name = "MPSAncestralMoonCasterProjectile",
hidden = true,
color = "4",
baseEffectiveness = 0,
incrementalEffectiveness = 0,
skillTypes = {
[SkillType.Spell] = true,
[SkillType.Projectile] = true,
[SkillType.ProjectilesFromUser] = true,
[SkillType.Triggerable] = true,
},
statDescriptionScope = "skill_stat_descriptions",
castTime = 1,
baseFlags = {
spell = true,
projectile = true,
},
baseMods = {
},
qualityStats = {
},
stats = {
"spell_minimum_base_cold_damage",
"spell_maximum_base_cold_damage",
"monster_projectile_variation",
"spell_maximum_action_distance_+%",
"removes_%_mana_on_hit",
"base_is_projectile",
"projectile_uses_contact_position",
"use_scaled_contact_offset",
"action_attack_or_cast_time_uses_animation_length",
},
levels = {
[1] = {0.80000001192093, 1.2000000476837, 232, -40, 5, critChance = 5, levelRequirement = 0, statInterpolation = {3, 3}, cost = { }, },
},
}
-- src\Data\Skills\spectre.lua
skills["GSAncestralMooncasterWave"] = {
name = "GSAncestralMooncasterWave",
hidden = true,
color = "4",
baseEffectiveness = 0,
incrementalEffectiveness = 0,
skillTypes = {
[SkillType.Spell] = true,
[SkillType.Triggerable] = true,
},
statDescriptionScope = "skill_stat_descriptions",
castTime = 1,
baseFlags = {
spell = true,
area = true,
},
baseMods = {
},
qualityStats = {
},
stats = {
"spell_minimum_base_physical_damage",
"spell_maximum_base_physical_damage",
"skill_physical_damage_%_to_convert_to_cold",
"removes_%_mana_on_hit",
"knockback_distance_+%",
"is_area_damage",
"global_knockback",
},
levels = {
[1] = {0.80000001192093, 1.2000000476837, 50, 2, 35, critChance = 5, levelRequirement = 1, statInterpolation = {3, 3}, cost = { }, },
},
}
monster chance to not flee % [90]
monster damage +% final vs monsters from ancestral rank [0]
| Family | AncestralTrialMonster |
|---|---|
| Domains | 怪物 (3) |
| GenerationType | 傳奇 (3) |
| Req. level | 1 |
| Stats |
潮汐喚者
人形
Tidecaller
| 幽魂 | Y |
|---|---|
| 標籤 | human, humanoid, karui, medium_movement, not_str, red_blood |
| Packs |
生命
300%
生命轉為護盾
150%
閃避
+30%
異常狀態臨界值
300%
抗性
傷害
113%
命中
100%
暴擊率
+5%
暴擊加成
+130%
攻擊距離
5 ~ 14
攻擊間隔
1.5 秒
傷害分佈
±20%
經驗值
150%
Model Size
100%
類型
AncestralKaruiMooncasterStandalone
Metadata
AncestralKaruiMooncasterStandalone_
下列的數值並未包含地圖加成、怪物Buff加成、祭壇加成、輿圖天賦加成。
等級
68
生命
-9,650
護甲值
28,790
閃避值
6,161
能量護盾
27,572
傷害
422
法術傷害
422
命中
580
攻擊間隔
1.5
經驗值
15,383
召喚物生命
-2,093
Minion Energy Shield
5,981
召喚物傷害
337
異常狀態臨界值
19,300
冰緩
61
感電
61
易碎
345
焦灼
61
殘喘
169
下列的數值為技能基礎數值,並未包含地圖加成、怪物Buff加成、祭壇加成、輿圖天賦加成、怪物本身傷害加成(例: 釋界 150% 加成),怪物稀有度加成(例: 傳奇 +70% 更多, 傳奇攻擊 33% 更少)。
MeleeAtAnimationSpeed
攻擊, 範圍攻擊, 技能可幻影射手, 投射物, 近戰單一目標, 攻擊可重複, 近戰, 玩家投射物
普通攻擊
基本傷害: 338–507
暴擊率: 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]
MPSAncestralMoonCasterProjectile
法術, 投射物, 玩家投射物, 可觸發
暴擊率: 5%
施放時間: 1 秒
造成 561.7 至 842.6 冰冷傷害
action attack or cast time uses animation length [1]
base is projectile [1]
monster projectile variation [232]
projectile uses contact position [1]
removes % mana on hit [5]
spell maximum action distance +% [-40]
use scaled contact offset [1]
GPSAncestralMoonWave
法術, 可觸發
暴擊率: 5%
施放時間: 1 秒
冷卻時間: 8 秒
造成 786.4 至 1180 物理傷害
擊退敵人
增加 100% 擊退距離
action attack or cast time uses animation length [1]
base is projectile [1]
projectile uses contact position [1]
GSAncestralMooncasterWave
法術, 可觸發
暴擊率: 5%
施放時間: 1 秒
造成 129.9 至 194.9 物理傷害
擊退敵人
50% 物理傷害轉化至冰冷傷害
增加 35% 擊退距離
is area damage [1]
removes % mana on hit [2]
Object Type
version 2
extends "Metadata/Monsters/Monster"
extends "Metadata/Monsters/LeagueAncestral/AncestralMonsterBaseStandalone"
Transitionable
{
}
Object Type Codes
version 2
extends "Metadata/Monsters/Monster"
extends "Metadata/Monsters/LeagueAncestral/AncestralMonsterBaseStandalone"
Transitionable
{
on_transition =
"
Roll( 1, 2, { PlayEffect( Metadata/Monsters/LeagueAncestral/ArohonguiTribe/ArohonguiKaruiMooncaster/ArohonguiMooncasterAggroAudio.ao ); } );
"
}
Animated
{
preload_animated_object = "Metadata/Monsters/LeagueAncestral/ArohonguiTribe/ArohonguiKaruiMooncaster/ArohonguiMooncasterAggroAudio.ao"
}
Life
{
on_death = "AddEffectPack( Metadata/Effects/Spells/monsters_effects/League_Delve/general/engaging_light/emissive_texture_fadeout.epk );"
on_spawned_dead = "AddEffectPack( Metadata/Effects/Spells/monsters_effects/League_Delve/general/engaging_light/no_emissive_texture.epk );"
on_revive =
"
RemoveEffectPack( Metadata/Effects/Spells/monsters_effects/League_Delve/general/engaging_light/emissive_texture_fadeout.epk );
RemoveEffectPack( Metadata/Effects/Spells/monsters_effects/League_Delve/general/engaging_light/no_emissive_texture.epk );
"
} -- src\Data\Spectres.lua
minions["Metadata/Monsters/LeagueAncestral/AncestralKaruiMooncasterStandalone_"] = {
name = "Tidecaller",
life = 3,
energyShield = 1.5,
fireResist = 0,
coldResist = 75,
lightningResist = 0,
chaosResist = 0,
damage = 1.13,
damageSpread = 0.2,
attackTime = 1.5,
attackRange = 14,
accuracy = 1,
skillList = {
"MeleeAtAnimationSpeed",
"GPSAncestralMoonWave",
"MPSAncestralMoonCasterProjectile",
"GSAncestralMooncasterWave",
},
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["GPSAncestralMoonWave"] = {
name = "GPSAncestralMoonWave",
hidden = true,
color = "4",
baseEffectiveness = 0,
incrementalEffectiveness = 0,
skillTypes = {
[SkillType.Spell] = true,
[SkillType.Triggerable] = true,
},
statDescriptionScope = "skill_stat_descriptions",
castTime = 1,
baseFlags = {
spell = true,
projectile = true,
},
baseMods = {
},
qualityStats = {
},
stats = {
"spell_minimum_base_physical_damage",
"spell_maximum_base_physical_damage",
"knockback_distance_+%",
"base_is_projectile",
"projectile_uses_contact_position",
"global_knockback",
"action_attack_or_cast_time_uses_animation_length",
},
levels = {
[1] = {0.80000001192093, 1.2000000476837, 100, critChance = 5, levelRequirement = 0, statInterpolation = {3, 3}, cost = { }, },
},
}
-- src\Data\Skills\spectre.lua
skills["MPSAncestralMoonCasterProjectile"] = {
name = "MPSAncestralMoonCasterProjectile",
hidden = true,
color = "4",
baseEffectiveness = 0,
incrementalEffectiveness = 0,
skillTypes = {
[SkillType.Spell] = true,
[SkillType.Projectile] = true,
[SkillType.ProjectilesFromUser] = true,
[SkillType.Triggerable] = true,
},
statDescriptionScope = "skill_stat_descriptions",
castTime = 1,
baseFlags = {
spell = true,
projectile = true,
},
baseMods = {
},
qualityStats = {
},
stats = {
"spell_minimum_base_cold_damage",
"spell_maximum_base_cold_damage",
"monster_projectile_variation",
"spell_maximum_action_distance_+%",
"removes_%_mana_on_hit",
"base_is_projectile",
"projectile_uses_contact_position",
"use_scaled_contact_offset",
"action_attack_or_cast_time_uses_animation_length",
},
levels = {
[1] = {0.80000001192093, 1.2000000476837, 232, -40, 5, critChance = 5, levelRequirement = 0, statInterpolation = {3, 3}, cost = { }, },
},
}
-- src\Data\Skills\spectre.lua
skills["GSAncestralMooncasterWave"] = {
name = "GSAncestralMooncasterWave",
hidden = true,
color = "4",
baseEffectiveness = 0,
incrementalEffectiveness = 0,
skillTypes = {
[SkillType.Spell] = true,
[SkillType.Triggerable] = true,
},
statDescriptionScope = "skill_stat_descriptions",
castTime = 1,
baseFlags = {
spell = true,
area = true,
},
baseMods = {
},
qualityStats = {
},
stats = {
"spell_minimum_base_physical_damage",
"spell_maximum_base_physical_damage",
"skill_physical_damage_%_to_convert_to_cold",
"removes_%_mana_on_hit",
"knockback_distance_+%",
"is_area_damage",
"global_knockback",
},
levels = {
[1] = {0.80000001192093, 1.2000000476837, 50, 2, 35, critChance = 5, levelRequirement = 1, statInterpolation = {3, 3}, 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.