ผู้เรียกคลื่นทะเล
มนุษย์
monster chance to not flee % [90]
monster damage +% final vs monsters from ancestral rank [0]
Tidecaller
SpectreN
Tagshuman, humanoid, karui, medium_movement, not_str, red_blood
พลังชีวิต
200%
Energy Shield From Life
150%
การหลบหลีก
+30%
Ailment Threshold
200%
ค่าต้านทาน
0 75 0 0
Damage
150%
ความแม่นยำ
100%
โอกาสคริติคอล
+5%
ตัวคูณคริติคอล
+130%
Attack Distance
5 ~ 14
Attack Time
1.5 Second
Damage Spread
±20%
ค่าประสบการณ์
100%
Model Size
100%
Type
AncestralKaruiMooncaster
Metadata
AncestralKaruiMooncaster
เลเวล
68
พลังชีวิต
12,867
เกราะ
28,790
การหลบหลีก
6,161
โล่พลังงาน
9,191
Damage
560
ความเสียหายเวท
560
ความแม่นยำ
290
Attack Time
1.5
ค่าประสบการณ์
10,255
Ailment Threshold
12,867
Chill
41
Shock
41
Brittle
230
Scorch
41
Sap
112
MeleeAtAnimationSpeed
Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Multistrikeable, Melee, ProjectilesFromUser
โจมตีธรรมดา (Default Attack)
Base Damage: 448–672
โอกาสคริติคอล: 5%
Attack Time: 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
Spell, Projectile, ProjectilesFromUser, Triggerable
โอกาสคริติคอล: 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
Spell, Triggerable
โอกาสคริติคอล: 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
Spell, Triggerable
โอกาสคริติคอล: 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",
        "active_skill_damage_+%_final",
        "skill_physical_damage_%_to_convert_to_cold",
        "removes_%_mana_on_hit",
        "knockback_distance_+%",
        "is_area_damage",
        "global_knockback",
    },
    levels = {
        [1] = {0.80000001192093, 1.2000000476837, 0, 50, 2, 35, critChance = 5, levelRequirement = 1, statInterpolation = {3, 3, 2},  cost = { }, },
    },
}
monster chance to not flee % [90]
monster damage +% final vs monsters from ancestral rank [0]
IdAncestralTrialMonsterBasicFleeAndDamage
FamilyAncestralTrialMonster
DomainsMonster (3)
GenerationTypeยูนิค (3)
Req. level1
Stats
  • monster chance to not flee % Min: 90 Max: 90 Global
  • monster damage +% final vs monsters from ancestral rank Min: 0 Max: 0 Global
  • Tidecaller
    มนุษย์
    SpectreY
    Tagshuman, humanoid, karui, medium_movement, not_str, red_blood
    Packs
  • Tidecaller, Moon Dancer, เต่าจันทรา
  • พลังชีวิต
    300%
    Energy Shield From Life
    150%
    การหลบหลีก
    +30%
    Ailment Threshold
    300%
    ค่าต้านทาน
    0 75 0 0
    Damage
    113%
    ความแม่นยำ
    100%
    โอกาสคริติคอล
    +5%
    ตัวคูณคริติคอล
    +130%
    Attack Distance
    5 ~ 14
    Attack Time
    1.5 Second
    Damage Spread
    ±20%
    ค่าประสบการณ์
    150%
    Model Size
    100%
    Type
    AncestralKaruiMooncasterStandalone
    Metadata
    AncestralKaruiMooncasterStandalone_
    เลเวล
    68
    พลังชีวิต
    19,300
    เกราะ
    28,790
    การหลบหลีก
    6,161
    โล่พลังงาน
    9,191
    Damage
    422
    ความเสียหายเวท
    422
    ความแม่นยำ
    290
    Attack Time
    1.5
    ค่าประสบการณ์
    15,383
    Ailment Threshold
    19,300
    Chill
    61
    Shock
    61
    Brittle
    345
    Scorch
    61
    Sap
    169
    MeleeAtAnimationSpeed
    Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Multistrikeable, Melee, ProjectilesFromUser
    โจมตีธรรมดา (Default Attack)
    Base Damage: 338–507
    โอกาสคริติคอล: 5%
    Attack Time: 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
    Spell, Projectile, ProjectilesFromUser, Triggerable
    โอกาสคริติคอล: 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
    Spell, Triggerable
    โอกาสคริติคอล: 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
    Spell, Triggerable
    โอกาสคริติคอล: 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",
            "active_skill_damage_+%_final",
            "skill_physical_damage_%_to_convert_to_cold",
            "removes_%_mana_on_hit",
            "knockback_distance_+%",
            "is_area_damage",
            "global_knockback",
        },
        levels = {
            [1] = {0.80000001192093, 1.2000000476837, 0, 50, 2, 35, critChance = 5, levelRequirement = 1, statInterpolation = {3, 3, 2},  cost = { }, },
        },
    }
    
    ผู้เรียกคลื่นทะเล
    ความชื่นชอบ: 800
    สาย: ความเสียหายพื้นที่น้ำแข็ง

    พาสซีฟเผ่า: ขโมยมานา

    คลื่นทะเล (Tidal Wave)
    ปล่อย​คลื่น​น้ำ เพื่อ​ผลัก​ศัตรู​ที่​ถูก​ปะทะ​ออก​ไป
    Tidecaller
    Edit

    Wikis Content is available under CC BY-NC-SA 3.0 unless otherwise noted.