นักพ่นไฟ
มนุษย์
เพิ่มความยากในการติดสถานะ สตัน 200%
monster chance to not flee % [90]
monster damage +% final vs monsters from ancestral rank [0]
stance movement speed +% final [233]
Firebreather
SpectreN
Tagsbludgeoning_weapon, has_one_hand_mace, has_one_handed_melee, human, humanoid, karui, light_armour, medium_height, melee, not_int, physical_affinity, red_blood, very_slow_movement
พลังชีวิต
200%
ค่าเกราะ
+100%
การหลบหลีก
+30%
Ailment Threshold
200%
ค่าต้านทาน
75 0 0 0
Damage
100%
ความแม่นยำ
100%
โอกาสคริติคอล
+5%
ตัวคูณคริติคอล
+130%
Attack Distance
5 ~ 10
Attack Time
1.5 Second
Damage Spread
±20%
ค่าประสบการณ์
100%
Model Size
100%
Type
AncestralNgamahuDrunk
Metadata
AncestralNgamahuDrunk
เลเวล
68
พลังชีวิต
12,867
ค่าเกราะ
57,580
อัตราการหลบหลีก
6,161
Damage
374
ความเสียหายเวท
374
ความแม่นยำ
580
Attack Time
1.5
ค่าประสบการณ์
10,255
Minion Life
2,791
Minion Damage
298
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: 299–448
โอกาสคริติคอล: 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]
GSAncestralDrunkExplode
Spell, Triggerable
เวลาร่าย: 1 วินาที
สร้างความเสียหาย ไฟ 2187 ถึง 3280
is area damage [1]
monster damage +% final vs monsters [25000]
monster penalty against minions damage +% final vs player minions [-60]
ABTTAncestralDrunkEnrage
Buff, Duration, Spell
เวลาร่าย: 1 วินาที
action attack or cast time uses animation length [1]

Object Type

version 2
extends "Metadata/Monsters/Monster"
extends "Metadata/Monsters/LeagueAncestral/AncestralMonsterBase"

Actor
{
	basic_action = "ChangeToStance2"
}

Object Type Codes

version 2
extends "Metadata/Monsters/Monster"
extends "Metadata/Monsters/LeagueAncestral/AncestralMonsterBase"

Actor
{
	on_event_flame_for_ChangeToStance2 = "AddEffectPack( Metadata/Effects/Spells/firebeam_02/firebeam_burning_extreme.epk );"
}

Life
{
	on_spawned_alive = "EnableRendering();"
	on_revive = "EnableRendering();"
	on_death = "RemoveEffectPack( Metadata/Effects/Spells/firebeam_02/firebeam_burning_extreme.epk );"
}

Functions
{
	exploded = "DisableRendering();"
}
-- src\Data\Spectres.lua
minions["Metadata/Monsters/LeagueAncestral/AncestralNgamahuDrunk"] = {
    name = "Firebreather",
    life = 2,
    fireResist = 75,
    coldResist = 0,
    lightningResist = 0,
    chaosResist = 0,
    damage = 1,
    damageSpread = 0.2,
    attackTime = 1.5,
    attackRange = 10,
    accuracy = 1,
    skillList = {
        "MeleeAtAnimationSpeed",
        "ABTTAncestralDrunkEnrage",
        "GSAncestralDrunkExplode",
    },
    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["ABTTAncestralDrunkEnrage"] = {
    name = "ABTTAncestralDrunkEnrage",
    hidden = true,
    color = "4",
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    skillTypes = {
        [SkillType.Buff] = true,
        [SkillType.Duration] = true,
        [SkillType.Spell] = true,
    },
    statDescriptionScope = "skill_stat_descriptions",
    castTime = 1,
    baseFlags = {
        spell = true,
        duration = true,
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
        "action_attack_or_cast_time_uses_animation_length",
    },
    levels = {
        [1] = {levelRequirement = 0, statInterpolation = {},  cost = { }, },
    },
}
-- src\Data\Skills\spectre.lua
skills["GSAncestralDrunkExplode"] = {
    name = "GSAncestralDrunkExplode",
    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_fire_damage",
        "spell_maximum_base_fire_damage",
        "monster_damage_+%_final_vs_monsters",
        "monster_penalty_against_minions_damage_+%_final_vs_player_minions",
        "is_area_damage",
    },
    levels = {
        [1] = {0.80000001192093, 1.2000000476837, 25000, -60, levelRequirement = 0, statInterpolation = {3, 3},  cost = { }, },
    },
}
เพิ่มความยากในการติดสถานะ สตัน 200%
IdAncestralTrailMonsterStunThresholdNgamahu
FamilyAncestralTrialMonster
DomainsMonster (3)
GenerationTypeยูนิค (3)
Req. level1
Stats
  • stun threshold +% Min: 200 Max: 200 Global
  • 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
  • IdNothing
    FamilyNothing
    DomainsMonster (3)
    GenerationTypeยูนิค (3)
    Req. level1
    stance movement speed +% final [233]
    IdStanceAncestralNgamahuDrunkRun
    FamilyStance
    DomainsMonster (3)
    GenerationTypeยูนิค (3)
    Req. level1
    Stats
  • stance movement speed +% final Min: 233 Max: 233 Global
  • Craft Tagsspeed
    นักพ่นไฟ
    มนุษย์
    เพิ่มความยากในการติดสถานะ สตัน 200%
    stance movement speed +% final [233]
    Firebreather
    SpectreY
    Tagsbludgeoning_weapon, cannot_be_monolith, has_one_hand_mace, has_one_handed_melee, human, humanoid, karui, light_armour, medium_height, melee, not_int, physical_affinity, red_blood, very_slow_movement
    Packs
  • Blackbark Demolisher, นักล้างผลาญปล่องลาวา, นักพ่นไฟ
  • คอมม์, นักล้างผลาญปล่องลาวา, นักพ่นไฟ
  • พลังชีวิต
    200%
    ค่าเกราะ
    +100%
    การหลบหลีก
    +30%
    Ailment Threshold
    200%
    ค่าต้านทาน
    75 0 0 0
    Damage
    76%
    ความแม่นยำ
    100%
    โอกาสคริติคอล
    +5%
    ตัวคูณคริติคอล
    +130%
    Attack Distance
    5 ~ 10
    Attack Time
    1.5 Second
    Damage Spread
    ±20%
    ค่าประสบการณ์
    140%
    Model Size
    100%
    Type
    AncestralNgamahuDrunkStandalone
    Metadata
    AncestralNgamahuDrunkStandalone
    เลเวล
    68
    พลังชีวิต
    12,867
    ค่าเกราะ
    57,580
    อัตราการหลบหลีก
    6,161
    Damage
    284
    ความเสียหายเวท
    284
    ความแม่นยำ
    580
    Attack Time
    1.5
    ค่าประสบการณ์
    14,357
    Minion Life
    2,791
    Minion Damage
    227
    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: 227–341
    โอกาสคริติคอล: 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]
    GSAncestralDrunkExplodeStandalone
    Spell, Triggerable
    เวลาร่าย: 1 วินาที
    สร้างความเสียหาย ไฟ 1597 ถึง 2395
    is area damage [1]
    ABTTAncestralDrunkEnrage
    Buff, Duration, Spell
    เวลาร่าย: 1 วินาที
    action attack or cast time uses animation length [1]

    Object Type

    version 2
    extends "Metadata/Monsters/Monster"
    extends "Metadata/Monsters/LeagueAncestral/AncestralMonsterBaseStandalone"
    
    Actor
    {
    	basic_action = "ChangeToStance2"
    }
    
    Functions
    {
    	
    }

    Object Type Codes

    version 2
    extends "Metadata/Monsters/Monster"
    extends "Metadata/Monsters/LeagueAncestral/AncestralMonsterBaseStandalone"
    
    Actor
    {
    	on_event_flame_for_ChangeToStance2 = "AddEffectPack( Metadata/Effects/Spells/firebeam_02/firebeam_burning_extreme.epk );"
    }
    
    Life
    {
    	on_spawned_alive = "EnableRendering();"
    	on_revive = "EnableRendering();"
    	on_death = "RemoveEffectPack( Metadata/Effects/Spells/firebeam_02/firebeam_burning_extreme.epk );"
    }
    
    Functions
    {
    	exploded = "DisableRendering();"
    }
    -- src\Data\Spectres.lua
    minions["Metadata/Monsters/LeagueAncestral/AncestralNgamahuDrunkStandalone"] = {
        name = "Firebreather",
        life = 2,
        fireResist = 75,
        coldResist = 0,
        lightningResist = 0,
        chaosResist = 0,
        damage = 0.76,
        damageSpread = 0.2,
        attackTime = 1.5,
        attackRange = 10,
        accuracy = 1,
        skillList = {
            "MeleeAtAnimationSpeed",
            "ABTTAncestralDrunkEnrage",
            "GSAncestralDrunkExplodeStandalone",
        },
        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["ABTTAncestralDrunkEnrage"] = {
        name = "ABTTAncestralDrunkEnrage",
        hidden = true,
        color = "4",
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Buff] = true,
            [SkillType.Duration] = true,
            [SkillType.Spell] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            spell = true,
            duration = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "action_attack_or_cast_time_uses_animation_length",
        },
        levels = {
            [1] = {levelRequirement = 0, statInterpolation = {},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["GSAncestralDrunkExplodeStandalone"] = {
        name = "GSAncestralDrunkExplodeStandalone",
        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_fire_damage",
            "spell_maximum_base_fire_damage",
            "is_area_damage",
        },
        levels = {
            [1] = {0.80000001192093, 1.2000000476837, levelRequirement = 0, statInterpolation = {3, 3},  cost = { }, },
        },
    }
    
    เพิ่มความยากในการติดสถานะ สตัน 200%
    IdAncestralTrailMonsterStunThresholdNgamahu
    FamilyAncestralTrialMonster
    DomainsMonster (3)
    GenerationTypeยูนิค (3)
    Req. level1
    Stats
  • stun threshold +% Min: 200 Max: 200 Global
  • IdNothing
    FamilyNothing
    DomainsMonster (3)
    GenerationTypeยูนิค (3)
    Req. level1
    stance movement speed +% final [233]
    IdStanceAncestralNgamahuDrunkRun
    FamilyStance
    DomainsMonster (3)
    GenerationTypeยูนิค (3)
    Req. level1
    Stats
  • stance movement speed +% final Min: 233 Max: 233 Global
  • Craft Tagsspeed
    นักพ่นไฟ
    ความชื่นชอบ: 600
    สาย: ระเบิดตัวเอง

    พาสซีฟเผ่า: ต้านทานสถานะ สตัน

    เพลิงพลีชีพ (Fire Martyr)
    เมื่อ​อยู่​ใกล้​ศัตรู​จะ​ระเบิด​ตัวเอง เพื่อ​สร้าง​ความ​เสียหาย ไฟ ใน​พื้นที่
    Firebreather
    Edit

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