圖克哈瑪的忠臣
惡魔
Tukohama's Loyal
幽魂 | N |
---|---|
標籤 | demon, fire_affinity, has_dual_wield_melee, has_one_hand_mace, has_one_handed_melee, humanoid, karui, medium_height, melee, physical_affinity, red_blood, slashing_weapon, slow_movement, stone_armour |
生命
100%
異常狀態臨界值
100%
抗性
75 0 0 0
傷害
100%
命中
100%
暴擊率
+5%
暴擊加成
+130%
攻擊距離
6 ~ 9
攻擊間隔
1.17 秒
傷害分佈
±20%
經驗值
100%
Model Size
100%
類型
SynthesisKaomWarrior1
Metadata
KaomWarriorSpawned
下列的數值並未包含地圖加成、怪物Buff加成、祭壇加成、輿圖天賦加成。
等級
68
生命
6,433
護甲
28,790
閃避
4,739
能量護盾
0
傷害
374
法術傷害
374
命中
290
攻擊間隔
1.17
經驗值
10,255
異常狀態臨界值
6,433
冰緩
20
感電
20
易碎
115
焦灼
20
殘喘
56
下列的數值為技能基礎數值,並未包含地圖加成、怪物Buff加成、祭壇加成、輿圖天賦加成、怪物本身傷害加成(例: 釋界 150% 加成),怪物稀有度加成(例: 傳奇 +70% 更多, 傳奇攻擊 33% 更少)。
WalkEmergeSynthesis
walk emerge distance [300]
Melee
攻擊, 範圍攻擊, 技能可幻影射手, 投射物, 近戰單一目標, 攻擊可重複, 近戰, 玩家投射物
普通攻擊
基本傷害: 299–448
暴擊率: 5%
攻擊間隔: 1.17 秒
用強大的攻擊擊倒敵人。
skill can fire arrows [1]
skill can fire wand projectiles [1]
skill can fire wand projectiles [1]
KaomWarriorAncestorSlamSynthesis
攻擊, 範圍, 可觸發
基本傷害: 299–448
暴擊率: 5%
攻擊傷害: 180%
攻擊傷害: 180%
攻擊間隔: 1.17 秒
冷卻時間: 6 秒
造成 80% 更多攻擊傷害
+0.3 秒基礎持續時間
50% 物理傷害轉化至火焰傷害
20% 更少攻擊速度
active skill area of effect radius +% final [170]
is area damage [1]
+0.3 秒基礎持續時間
50% 物理傷害轉化至火焰傷害
20% 更少攻擊速度
active skill area of effect radius +% final [170]
is area damage [1]
Object Type
version 2 extends "Metadata/Monsters/LeagueSynthesis/BossSpawnedMonsters/SynthesisPortalMonster" Actor { main_hand_unarmed_type = "One_Hand_Mace" off_hand_unarmed_type = "One_Hand_Axe" }
Object Type Codes
version 2 extends "Metadata/Monsters/LeagueSynthesis/BossSpawnedMonsters/SynthesisPortalMonster"
-- src\Data\Spectres.lua minions["Metadata/Monsters/LeagueSynthesis/KaomWarriorSpawned"] = { name = "Tukohama's Loyal", life = 1, fireResist = 75, coldResist = 0, lightningResist = 0, chaosResist = 0, damage = 1, damageSpread = 0.2, attackTime = 1.17, attackRange = 9, accuracy = 1, skillList = { "Melee", "KaomWarriorAncestorSlamSynthesis", "WalkEmergeSynthesis", }, modList = { }, } -- src\Data\Skills\spectre.lua skills["Melee"] = { 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", }, levels = { [1] = {levelRequirement = 1, statInterpolation = {}, cost = { }, }, }, } -- src\Data\Skills\spectre.lua skills["KaomWarriorAncestorSlamSynthesis"] = { name = "KaomWarriorAncestorSlamSynthesis", hidden = true, color = 4, baseEffectiveness = 0, incrementalEffectiveness = 0, skillTypes = { [SkillType.Attack] = true, [SkillType.Area] = true, [SkillType.Triggerable] = true, }, statDescriptionScope = "skill_stat_descriptions", castTime = 1, baseFlags = { attack = true, area = true, }, baseMods = { }, qualityStats = { }, stats = { "active_skill_attack_speed_+%_final", "skill_physical_damage_%_to_convert_to_fire", "base_skill_effect_duration", "active_skill_area_of_effect_radius_+%_final", "is_area_damage", }, levels = { [1] = {-20, 50, 300, 170, baseMultiplier = 3, levelRequirement = 1, statInterpolation = {}, cost = { }, }, [2] = {-20, 50, 300, 170, baseMultiplier = 1.8, levelRequirement = 68, statInterpolation = {}, cost = { }, }, }, } -- src\Data\Skills\spectre.lua skills["WalkEmergeSynthesis"] = { name = "WalkEmergeSynthesis", hidden = true, color = 4, baseEffectiveness = 0, incrementalEffectiveness = 0, skillTypes = { }, statDescriptionScope = "skill_stat_descriptions", castTime = 0.72, baseFlags = { }, baseMods = { }, qualityStats = { }, stats = { "walk_emerge_distance", }, levels = { [1] = {300, levelRequirement = 1, statInterpolation = {}, cost = { }, }, }, }