特里斯克里雅奇
惡魔
不能被擊退
corpse cannot be destroyed [1]
不能被傷害
不會被暈眩
is hidden monster [1]
Triskeriaki
幽魂N
地區岡姆的幻境
標籤beast, demon, flesh_armour, has_one_hand_sword, has_one_handed_melee, karui, large_height, large_model, melee, not_dex, physical_affinity, rare_minion, red_blood, slashing_weapon, summoner, undeletable_corpse, unusable_corpse, very_slow_movement
生命
301%
生命轉為護盾
50%
護甲
+50%
異常狀態臨界值
301%
抗性
85 0 0 0
傷害
360%
命中
100%
暴擊率
+5%
暴擊加成
+130%
攻擊距離
6 ~ 20
攻擊間隔
2.25 秒
傷害分佈
±20%
經驗值
180%
Model Size
100%
類型
TaniwhaBoss
Metadata
TaniwhaBoss
等級
37
生命
2,363
護甲
3,222
閃避
1,395
能量護盾
393
傷害
255
法術傷害
255
命中
81
攻擊間隔
2.25
經驗值
5,171
異常狀態臨界值
2,363
冰緩
7
感電
7
易碎
42
焦灼
7
殘喘
21
MeleeAtAnimationSpeed
攻擊, 範圍攻擊, 技能可幻影射手, 投射物, 近戰單一目標, 攻擊可重複, 近戰, 玩家投射物
普通攻擊
基本傷害: 204–306
暴擊率: 5%
攻擊間隔: 2.25 秒
用強大的攻擊擊倒敵人。
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]
TaniwhaCleave
攻擊, 範圍, 攻擊可重複, 近戰, ThresholdJewelArea, 物理
劈砍
基本傷害: 204–306
暴擊率: 5%
攻擊間隔: 2.25 秒
冷卻時間: 4 秒
角色以弧狀揮動武器(雙持時則揮動兩把武器),並同時對多名敵人造成傷害。限定斧與劍。
is area damage [1]
SummonTaniwhaBossTail
法術, 召喚物, 創造召喚物
施放時間: 1 秒
冷卻時間: 4.5 秒
+3.5 秒基礎持續時間
alternate minion [1]
minion dies when parent dies [1]
number of monsters to summon [3]
number of taniwha tails allowed [3]

Object Type

version 2
extends "Metadata/Monsters/Monster"

Pathfinding
{
	immobile = true
}

Actor
{
	basic_action = "Emerge"
	basic_action = "ChangeToStance1Immediate"
	basic_action = "ChangeToStance2Immediate"
}


Transitionable
{
}

Life
{
	corpse_usable = false
}

Animated
{
	preload_animated_object = "Metadata/Monsters/Taniwha/Taniwha_Tail/Tail.ao"
	preload_animated_object = "Metadata/Effects/Spells/monsters_effects/act4/taniwha/tail_ground.ao"
}

Stats
{
	set_cannot_be_dominated = 1
}

Object Type Codes

version 2
extends "Metadata/Monsters/Monster"

BaseEvents
{
	on_construction_complete = "AddAttached( Metadata/Effects/Spells/monsters_effects/act4/taniwha/ground.ao,  );"
}

Animated
{
	on_emerge = "PlayAnimationAttachedByIndex( Metadata/Effects/Spells/monsters_effects/act4/taniwha/ground.ao, 0 );"
	on_idle = "PlayAnimationAttachedByIndex( Metadata/Effects/Spells/monsters_effects/act4/taniwha/ground.ao, 1 );"
	on_noRevive_death = "PlayAnimationAttachedByIndex( Metadata/Effects/Spells/monsters_effects/act4/taniwha/ground.ao, 2 );"
	on_submerge = "PlayAnimationAttachedByIndex( Metadata/Effects/Spells/monsters_effects/act4/taniwha/ground.ao, 3 );"
	preload_animated_object = "Metadata/Effects/Spells/monsters_effects/act4/taniwha/ground.ao"
	preload_animated_object = "Metadata/Effects/Spells/monsters_effects/act4/taniwha/spike.ao"
}

Transitionable
{
	create_untransitioned = "PlayAnimation( emerge ); PauseAnimation();"
	create_transitioned = "EnableTargetable();"
	on_transition = "EnableTargetable();"
}

Targetable
{
	targetable = false
}

Render
{
	visual_size_index = 1
}
-- src\Data\Spectres.lua
minions["Metadata/Monsters/Taniwha/TaniwhaBoss"] = {
    name = "Triskeriaki",
    life = 3.01,
    energyShield = 0.5,
    fireResist = 85,
    coldResist = 0,
    lightningResist = 0,
    chaosResist = 0,
    damage = 3.6,
    damageSpread = 0.2,
    attackTime = 2.25,
    attackRange = 20,
    accuracy = 1,
    weaponType1 = "One Hand Sword",
    skillList = {
        "TaniwhaCleave",
        "MeleeAtAnimationSpeed",
        "SummonTaniwhaBossTail",
    },
    modList = {
    },
}
-- src\Data\Skills\spectre.lua
skills["TaniwhaCleave"] = {
    name = "Cleave",
    hidden = true,
    color = "1",
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    description = "The character swings their weapon (or both weapons if dual wielding) in an arc, damaging monsters in an area in front of them. Only works with Axes and Swords.",
    skillTypes = {
        [SkillType.Attack] = true,
        [SkillType.Area] = true,
        [SkillType.Multistrikeable] = true,
        [SkillType.Melee] = true,
        [SkillType.ThresholdJewelArea] = true,
        [SkillType.Physical] = true,
    },
    statDescriptionScope = "skill_stat_descriptions",
    castTime = 1,
    baseFlags = {
        attack = true,
        area = true,
        melee = true,
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
        "is_area_damage",
    },
    levels = {
        [1] = {levelRequirement = 4, statInterpolation = {},  cost = { }, },
    },
}
-- 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["SummonTaniwhaBossTail"] = {
    name = "SummonTaniwhaBossTail",
    hidden = true,
    color = 4,
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    skillTypes = {
        [SkillType.Spell] = true,
        [SkillType.Minion] = true,
        [SkillType.CreatesMinion] = true,
    },
    statDescriptionScope = "skill_stat_descriptions",
    castTime = 1,
    baseFlags = {
        spell = true,
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
        "number_of_taniwha_tails_allowed",
        "number_of_monsters_to_summon",
        "base_skill_effect_duration",
        "alternate_minion",
        "minion_dies_when_parent_dies",
    },
    levels = {
        [1] = {3, 3, 3500, 1, levelRequirement = 1, statInterpolation = {},  cost = { }, },
    },
}
不能被擊退
IdImmuneToKnockback
FamilyImmuneToKnockback
Domains怪物 (3)
GenerationType傳奇 (3)
Req. level1
Stats
  • cannot be knocked back Min: 1 Max: 1 全域
  • corpse cannot be destroyed [1]
    IdMonsterCorpseCannotBeDestroyed
    FamilyCorpseCannotBeDestroyed
    Domains怪物 (3)
    GenerationType傳奇 (3)
    Req. level1
    Stats
  • corpse cannot be destroyed Min: 1 Max: 1 全域
  • IdNothing
    FamilyNothing
    Domains怪物 (3)
    GenerationType傳奇 (3)
    Req. level1
    不能被傷害
    不會被暈眩
    is hidden monster [1]
    IdStanceHiddenCantBeDamagedOrStunned
    FamilyStance
    Domains怪物 (3)
    GenerationType傳奇 (3)
    Req. level1
    Stats
  • is hidden monster Min: 1 Max: 1 全域
  • base cannot be damaged Min: 1 Max: 1 全域
  • base cannot be stunned Min: 1 Max: 1 全域
  • 特里斯克里雅奇
    惡魔
    不能被擊退
    corpse cannot be destroyed [1]
    不能被傷害
    不會被暈眩
    is hidden monster [1]
    Triskeriaki
    幽魂N
    標籤beast, demon, flesh_armour, has_one_hand_sword, has_one_handed_melee, karui, large_height, large_model, melee, not_dex, physical_affinity, rare_minion, red_blood, slashing_weapon, summoner, undeletable_corpse, unusable_corpse, very_slow_movement
    生命
    260%
    生命轉為護盾
    50%
    護甲
    +50%
    異常狀態臨界值
    260%
    抗性
    75 0 0 0
    傷害
    260%
    命中
    100%
    暴擊率
    +5%
    暴擊加成
    +130%
    攻擊距離
    6 ~ 20
    攻擊間隔
    2.25 秒
    傷害分佈
    ±20%
    經驗值
    130%
    Model Size
    100%
    類型
    Taniwha
    Metadata
    TaniwhaMapBoss
    等級
    68
    生命
    16,727
    護甲
    43,185
    閃避
    4,739
    能量護盾
    3,064
    傷害
    971
    法術傷害
    971
    命中
    290
    攻擊間隔
    2.25
    經驗值
    13,332
    異常狀態臨界值
    16,727
    冰緩
    53
    感電
    53
    易碎
    299
    焦灼
    53
    殘喘
    146
    MeleeAtAnimationSpeed
    攻擊, 範圍攻擊, 技能可幻影射手, 投射物, 近戰單一目標, 攻擊可重複, 近戰, 玩家投射物
    普通攻擊
    基本傷害: 777–1165
    暴擊率: 5%
    攻擊間隔: 2.25 秒
    用強大的攻擊擊倒敵人。
    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]
    TaniwhaCleave
    攻擊, 範圍, 攻擊可重複, 近戰, ThresholdJewelArea, 物理
    劈砍
    基本傷害: 777–1165
    暴擊率: 5%
    攻擊間隔: 2.25 秒
    冷卻時間: 4 秒
    角色以弧狀揮動武器(雙持時則揮動兩把武器),並同時對多名敵人造成傷害。限定斧與劍。
    is area damage [1]
    SummonTaniwhaMapBossTail
    法術, 召喚物, 創造召喚物
    施放時間: 1 秒
    冷卻時間: 4.5 秒
    +3.5 秒基礎持續時間
    alternate minion [2]
    minion dies when parent dies [1]
    number of monsters to summon [3]
    number of taniwha tails allowed [3]

    Object Type

    version 2
    extends "Metadata/Monsters/Monster"
    
    Pathfinding
    {
    	immobile = true
    }
    
    Actor
    {
    	basic_action = "Emerge"
    	basic_action = "ChangeToStance1Immediate"
    	basic_action = "ChangeToStance2Immediate"
    }
    
    
    Transitionable
    {
    }
    
    Life
    {
    	corpse_usable = false
    }
    
    Animated
    {
    	preload_animated_object = "Metadata/Monsters/Taniwha/Taniwha_Tail/Tail.ao"
    	preload_animated_object = "Metadata/Effects/Spells/monsters_effects/act4/taniwha/tail_ground.ao"
    }
    
    Stats
    {
    	set_cannot_be_dominated = 1
    }

    Object Type Codes

    version 2
    extends "Metadata/Monsters/Monster"
    
    BaseEvents
    {
    	on_construction_complete = "AddAttached( Metadata/Effects/Spells/monsters_effects/act4/taniwha/ground.ao,  );"
    }
    
    Animated
    {
    	on_emerge = "PlayAnimationAttachedByIndex( Metadata/Effects/Spells/monsters_effects/act4/taniwha/ground.ao, 0 );"
    	on_idle = "PlayAnimationAttachedByIndex( Metadata/Effects/Spells/monsters_effects/act4/taniwha/ground.ao, 1 );"
    	on_noRevive_death = "PlayAnimationAttachedByIndex( Metadata/Effects/Spells/monsters_effects/act4/taniwha/ground.ao, 2 );"
    	on_submerge = "PlayAnimationAttachedByIndex( Metadata/Effects/Spells/monsters_effects/act4/taniwha/ground.ao, 3 );"
    	preload_animated_object = "Metadata/Effects/Spells/monsters_effects/act4/taniwha/ground.ao"
    	preload_animated_object = "Metadata/Effects/Spells/monsters_effects/act4/taniwha/spike.ao"
    }
    
    Transitionable
    {
    	create_untransitioned = "PlayAnimation( emerge ); PauseAnimation();"
    	create_transitioned = "EnableTargetable();"
    	on_transition = "EnableTargetable();"
    }
    
    Targetable
    {
    	targetable = false
    }
    
    Render
    {
    	visual_size_index = 1
    }
    -- src\Data\Spectres.lua
    minions["Metadata/Monsters/Taniwha/TaniwhaMapBoss"] = {
        name = "Triskeriaki",
        life = 2.6,
        energyShield = 0.5,
        fireResist = 75,
        coldResist = 0,
        lightningResist = 0,
        chaosResist = 0,
        damage = 2.6,
        damageSpread = 0.2,
        attackTime = 2.25,
        attackRange = 20,
        accuracy = 1,
        weaponType1 = "One Hand Sword",
        skillList = {
            "TaniwhaCleave",
            "MeleeAtAnimationSpeed",
            "SummonTaniwhaMapBossTail",
        },
        modList = {
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["TaniwhaCleave"] = {
        name = "Cleave",
        hidden = true,
        color = "1",
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        description = "The character swings their weapon (or both weapons if dual wielding) in an arc, damaging monsters in an area in front of them. Only works with Axes and Swords.",
        skillTypes = {
            [SkillType.Attack] = true,
            [SkillType.Area] = true,
            [SkillType.Multistrikeable] = true,
            [SkillType.Melee] = true,
            [SkillType.ThresholdJewelArea] = true,
            [SkillType.Physical] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            attack = true,
            area = true,
            melee = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "is_area_damage",
        },
        levels = {
            [1] = {levelRequirement = 4, statInterpolation = {},  cost = { }, },
        },
    }
    -- 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["SummonTaniwhaMapBossTail"] = {
        name = "SummonTaniwhaMapBossTail",
        hidden = true,
        color = 4,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Spell] = true,
            [SkillType.Minion] = true,
            [SkillType.CreatesMinion] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            spell = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "number_of_taniwha_tails_allowed",
            "number_of_monsters_to_summon",
            "base_skill_effect_duration",
            "alternate_minion",
            "minion_dies_when_parent_dies",
        },
        levels = {
            [1] = {3, 3, 3500, 2, levelRequirement = 1, statInterpolation = {},  cost = { }, },
        },
    }
    
    不能被擊退
    IdImmuneToKnockback
    FamilyImmuneToKnockback
    Domains怪物 (3)
    GenerationType傳奇 (3)
    Req. level1
    Stats
  • cannot be knocked back Min: 1 Max: 1 全域
  • corpse cannot be destroyed [1]
    IdMonsterCorpseCannotBeDestroyed
    FamilyCorpseCannotBeDestroyed
    Domains怪物 (3)
    GenerationType傳奇 (3)
    Req. level1
    Stats
  • corpse cannot be destroyed Min: 1 Max: 1 全域
  • IdNothing
    FamilyNothing
    Domains怪物 (3)
    GenerationType傳奇 (3)
    Req. level1
    不能被傷害
    不會被暈眩
    is hidden monster [1]
    IdStanceHiddenCantBeDamagedOrStunned
    FamilyStance
    Domains怪物 (3)
    GenerationType傳奇 (3)
    Req. level1
    Stats
  • is hidden monster Min: 1 Max: 1 全域
  • base cannot be damaged Min: 1 Max: 1 全域
  • base cannot be stunned Min: 1 Max: 1 全域
  • 特里斯克里雅奇
    惡魔
    不能被擊退
    monster base type attack cast speed +% and damage -% final [33]
    emerge speed +% [-25,80]
    cant touch this [1]
    cant possess this [1]
    Triskeriaki
    幽魂N
    標籤beast, demon, flesh_armour, has_wand, immobile, karui, medium_height, physical_affinity, ranged, rare_minion, red_blood, undeletable_corpse, unusable_corpse
    生命
    299%
    異常狀態臨界值
    299%
    抗性
    85 0 0 0
    傷害
    450%
    命中
    100%
    暴擊率
    +5%
    暴擊加成
    +130%
    攻擊距離
    6 ~ 50
    攻擊間隔
    2.1 秒
    傷害分佈
    ±20%
    經驗值
    225%
    Model Size
    100%
    類型
    TaniwhaTailBoss
    Metadata
    TaniwhaTailBoss
    等級
    68
    生命
    19,236
    護甲
    28,790
    閃避
    4,739
    能量護盾
    0
    傷害
    1,681
    法術傷害
    1,681
    命中
    290
    攻擊間隔
    2.1
    經驗值
    23,074
    異常狀態臨界值
    19,236
    冰緩
    61
    感電
    61
    易碎
    344
    焦灼
    61
    殘喘
    168
    TaniwhaSpikeBlue
    攻擊, 範圍攻擊, 技能可幻影射手, 投射物, 玩家投射物, 傷害, 可觸發
    基本傷害: 1345–2017
    暴擊率: 5%
    攻擊傷害: 35%
    攻擊傷害: 35%
    攻擊間隔: 2.1 秒
    造成 65% 更少攻擊傷害
    減少 30% 投射物速度
    base is projectile [1]
    monster projectile variation [13]
    monster reverse point blank damage -% at minimum range [30]
    spell maximum action distance +% [-20]

    Object Type

    version 2
    extends "Metadata/Monsters/Monster"
    
    Stats
    {
    	set_monster_no_drops_or_experience = 1
    	set_cannot_be_dominated = 1
    }
    
    Life
    {
    	corpse_usable = false
    }
    
    DiesAfterTime
    {
    }
    
    Actor 
    { 
    	basic_action = "Emerge"
    }

    Object Type Codes

    version 2
    extends "Metadata/Monsters/Monster"
    
    
    
    BaseEvents
    
    {
    	
    	on_construction_complete = "AddAttached( Metadata/Effects/Spells/monsters_effects/act4/taniwha/tail_ground.ao,  );"
    
    }
    
    
    
    Animated
    
    {
    	
    	on_emerge = "PlayAnimationAttachedByIndex( Metadata/Effects/Spells/monsters_effects/act4/taniwha/tail_ground.ao, 0 );"
    	
    	on_idle = "PlayAnimationAttachedByIndex( Metadata/Effects/Spells/monsters_effects/act4/taniwha/tail_ground.ao, 1 );"
    	
    	on_submerge = "PlayAnimationAttachedByIndex( Metadata/Effects/Spells/monsters_effects/act4/taniwha/tail_ground.ao, 2 );"
    
    }
    -- src\Data\Spectres.lua
    minions["Metadata/Monsters/TaniwhaTail/TaniwhaTailBoss"] = {
        name = "Triskeriaki",
        life = 2.99,
        fireResist = 85,
        coldResist = 0,
        lightningResist = 0,
        chaosResist = 0,
        damage = 4.5,
        damageSpread = 0.2,
        attackTime = 2.1,
        attackRange = 50,
        accuracy = 1,
        weaponType1 = "Wand",
        skillList = {
            "TaniwhaSpikeBlue",
        },
        modList = {
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["TaniwhaSpikeBlue"] = {
        name = "TaniwhaSpikeBlue",
        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.5,
        baseFlags = {
            attack = true,
            projectile = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "monster_projectile_variation",
            "spell_maximum_action_distance_+%",
            "monster_reverse_point_blank_damage_-%_at_minimum_range",
            "base_projectile_speed_+%",
            "base_is_projectile",
        },
        levels = {
            [1] = {13, -20, 30, -30, baseMultiplier = 0.35, levelRequirement = 2, statInterpolation = {},  cost = { }, },
        },
    }
    
    不能被擊退
    IdImmuneToKnockback
    FamilyImmuneToKnockback
    Domains怪物 (3)
    GenerationType傳奇 (3)
    Req. level1
    Stats
  • cannot be knocked back Min: 1 Max: 1 全域
  • monster base type attack cast speed +% and damage -% final [33]
    IdMonsterSpeedAndDamageFixupComplete
    FamilyMonsterSpeedAndDamageFixup
    Domains怪物 (3)
    GenerationType傳奇 (3)
    Req. level1
    Stats
  • monster base type attack cast speed +% and damage -% final Min: 33 Max: 33 全域
  • Craft Tagscaster_damage damage attack caster speed
    emerge speed +% [-25,80]
    IdVariableEmergeSpeedTriskerakiTails
    FamilyVariableEmergeSpeed
    Domains怪物 (3)
    GenerationType傳奇 (3)
    Req. level1
    Stats
  • emerge speed +% Min: -25 Max: 80 全域
  • cant touch this [1]
    IdTormentCantTouchThis
    FamilyCantTouchThis
    Domains怪物 (3)
    GenerationType苦痛 (7)
    Req. level1
    Stats
  • cant touch this Min: 1 Max: 1 全域
  • cant possess this [1]
    IdTormentCantPossessThis
    FamilyCantPossessThis
    Domains怪物 (3)
    GenerationType苦痛 (7)
    Req. level1
    Stats
  • cant possess this Min: 1 Max: 1 全域
  • 特里斯克里雅奇
    惡魔
    不能被擊退
    monster base type attack cast speed +% and damage -% final [33]
    emerge speed +% [-60,20]
    cant touch this [1]
    cant possess this [1]
    Triskeriaki
    幽魂N
    標籤beast, demon, flesh_armour, has_wand, immobile, karui, medium_height, physical_affinity, ranged, rare_minion, red_blood, undeletable_corpse, unusable_corpse
    生命
    275%
    異常狀態臨界值
    275%
    抗性
    40 40 40 25
    傷害
    550%
    命中
    100%
    暴擊率
    +5%
    暴擊加成
    +130%
    攻擊距離
    6 ~ 50
    攻擊間隔
    2.1 秒
    傷害分佈
    ±20%
    經驗值
    275%
    Model Size
    100%
    類型
    TaniwhaTailMapBoss
    Metadata
    TaniwhaTailMapBoss
    等級
    68
    生命
    17,692
    護甲
    28,790
    閃避
    4,739
    能量護盾
    0
    傷害
    2,055
    法術傷害
    2,055
    命中
    290
    攻擊間隔
    2.1
    經驗值
    28,201
    異常狀態臨界值
    17,692
    冰緩
    56
    感電
    56
    易碎
    316
    焦灼
    56
    殘喘
    155
    TaniwhaSpikeBlue
    攻擊, 範圍攻擊, 技能可幻影射手, 投射物, 玩家投射物, 傷害, 可觸發
    基本傷害: 1644–2465
    暴擊率: 5%
    攻擊傷害: 35%
    攻擊傷害: 35%
    攻擊間隔: 2.1 秒
    造成 65% 更少攻擊傷害
    減少 30% 投射物速度
    base is projectile [1]
    monster projectile variation [13]
    monster reverse point blank damage -% at minimum range [30]
    spell maximum action distance +% [-20]

    Object Type

    version 2
    extends "Metadata/Monsters/Monster"
    
    Stats
    {
    	set_monster_no_drops_or_experience = 1
    	set_cannot_be_dominated = 1
    }
    
    Life
    {
    	corpse_usable = false
    }
    
    DiesAfterTime
    {
    }
    
    Actor 
    { 
    	basic_action = "Emerge"
    }

    Object Type Codes

    version 2
    extends "Metadata/Monsters/Monster"
    
    
    
    BaseEvents
    
    {
    	
    	on_construction_complete = "AddAttached( Metadata/Effects/Spells/monsters_effects/act4/taniwha/tail_ground.ao,  );"
    
    }
    
    
    
    Animated
    
    {
    	
    	on_emerge = "PlayAnimationAttachedByIndex( Metadata/Effects/Spells/monsters_effects/act4/taniwha/tail_ground.ao, 0 );"
    	
    	on_idle = "PlayAnimationAttachedByIndex( Metadata/Effects/Spells/monsters_effects/act4/taniwha/tail_ground.ao, 1 );"
    	
    	on_submerge = "PlayAnimationAttachedByIndex( Metadata/Effects/Spells/monsters_effects/act4/taniwha/tail_ground.ao, 2 );"
    
    }
    -- src\Data\Spectres.lua
    minions["Metadata/Monsters/TaniwhaTail/TaniwhaTailMapBoss"] = {
        name = "Triskeriaki",
        life = 2.75,
        fireResist = 40,
        coldResist = 40,
        lightningResist = 40,
        chaosResist = 25,
        damage = 5.5,
        damageSpread = 0.2,
        attackTime = 2.1,
        attackRange = 50,
        accuracy = 1,
        weaponType1 = "Wand",
        skillList = {
            "TaniwhaSpikeBlue",
        },
        modList = {
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["TaniwhaSpikeBlue"] = {
        name = "TaniwhaSpikeBlue",
        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.5,
        baseFlags = {
            attack = true,
            projectile = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "monster_projectile_variation",
            "spell_maximum_action_distance_+%",
            "monster_reverse_point_blank_damage_-%_at_minimum_range",
            "base_projectile_speed_+%",
            "base_is_projectile",
        },
        levels = {
            [1] = {13, -20, 30, -30, baseMultiplier = 0.35, levelRequirement = 2, statInterpolation = {},  cost = { }, },
        },
    }
    
    不能被擊退
    IdImmuneToKnockback
    FamilyImmuneToKnockback
    Domains怪物 (3)
    GenerationType傳奇 (3)
    Req. level1
    Stats
  • cannot be knocked back Min: 1 Max: 1 全域
  • monster base type attack cast speed +% and damage -% final [33]
    IdMonsterSpeedAndDamageFixupComplete
    FamilyMonsterSpeedAndDamageFixup
    Domains怪物 (3)
    GenerationType傳奇 (3)
    Req. level1
    Stats
  • monster base type attack cast speed +% and damage -% final Min: 33 Max: 33 全域
  • Craft Tagscaster_damage damage attack caster speed
    emerge speed +% [-60,20]
    IdVariableEmergeSpeedTaniwhaTails
    FamilyVariableEmergeSpeed
    Domains怪物 (3)
    GenerationType傳奇 (3)
    Req. level1
    Stats
  • emerge speed +% Min: -60 Max: 20 全域
  • cant touch this [1]
    IdTormentCantTouchThis
    FamilyCantTouchThis
    Domains怪物 (3)
    GenerationType苦痛 (7)
    Req. level1
    Stats
  • cant touch this Min: 1 Max: 1 全域
  • cant possess this [1]
    IdTormentCantPossessThis
    FamilyCantPossessThis
    Domains怪物 (3)
    GenerationType苦痛 (7)
    Req. level1
    Stats
  • cant possess this Min: 1 Max: 1 全域
  • Edit

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