试炼逐火卫
人形
Trial Flamechaser
幽魂Y
幽魂 取代Metadata/Monsters/LeagueUltimatum/Guard/GuardBowFireSpectre
标签fire_affinity, has_bow, human, humanoid, medium_movement, not_int, plate_armour, puncturing_weapon, ranged, red_blood, spawner_cannot_spawn_as_rare
生命
247%
护甲
+30%
闪避值
+30%
异常状态临界值
247%
抗性
0 0 0 0
伤害
137%
命中
100%
攻击暴击率
+5%
暴击伤害
+130%
攻击距离
6 ~ 58
攻击间隔
1.5 秒
伤害分布
±20%
经验值
130%
Model Size
100%
类型
VaalGuardRangedUltimatum
Metadata
GuardBowFire
等级
68
生命
15,890
护甲
37,427
闪避值
6,161
能量护盾
0
伤害
512
法术伤害
512
命中
290
攻击间隔
1.5
经验值
13,332
异常状态临界值
15,890
冰缓
50
Shock
50
Brittle
284
Scorch
50
Sap
139
UltimatumGuardMeleeFire
攻击, 范围攻击, 技能可幻影射手, 投射物, 近战单一目标, 攻击可重复, 近战, 玩家投射物
普通攻击
基本伤害: 409–614
攻击暴击率: 5%
攻击间隔: 1.5 秒
对你的敌人无情痛击。
所有伤害均可点燃
将物理伤害的 50% 转化为火焰伤害
10% 的几率点燃敌人
action attack or cast time uses animation length [1]
arrow projectile variation [33]
skill can fire arrows [1]
skill can fire wand projectiles [1]
use scaled contact offset [1]
BlastRainUltimatum
攻击, 范围攻击, 火焰, 技能可幻影射手, 范围, 投射物速度, ProjectileNumber, 图腾技能, 陷阱技能, 地雷技能, 可触发, 雨
爆裂箭雨
基本伤害: 409–614
攻击暴击率: 5%
攻击伤害: 50%
攻击伤害: 50%
攻击间隔: 1.5 秒
冷却时间: 8 秒
向天空射出箭矢,在一个区域降下箭雨。每一支箭矢落地时都造成范围伤害,并可以在目标地点叠加。
攻击伤害总降 50%
伤害总增 7.195%
额外获得 4 个箭矢
将物理伤害的 50% 转化为火焰伤害
投射物速度减慢 95%
active skill area of effect radius +% final [-50]
base is projectile [1]
blast rain arrow delay ms [160]
is area damage [1]
skill can fire arrows [1]
UltimatumGuardConeArrowFire
可触发, 攻击
基本伤害: 409–614
攻击暴击率: 5%
攻击间隔: 1.5 秒
冷却时间: 8 秒
伤害总增 204.3%
将物理伤害的 100% 转化为火焰伤害
is area damage [1]

Object Type

version 2
extends "Metadata/Monsters/LeagueUltimatum/UltimatumMonsterBase"

Preload
{
    preload_misc_animated = "UltimatumBowGuardTargetMarker"
    preload_misc_animated = "UltimatumBowGuardTargetMarkerRuin"
}

Object Type Codes

version 2
extends "Metadata/Monsters/LeagueUltimatum/UltimatumMonsterBase"

Life
{
	on_spawned_alive =
	"
		IfVarietyContains( Lightning, { AddEffectPackToVisualSlotAttachedObject( Metadata/Effects/Spells/monsters_effects/League_Ultimatum/general_combat/EPKs/vaal_bow_light.epk, OffHand ); } );
		IfVarietyContains( Fire, { AddEffectPackToVisualSlotAttachedObject( Metadata/Effects/Spells/monsters_effects/League_Ultimatum/general_combat/EPKs/vaal_bow_fire.epk, OffHand ); } );
		IfVarietyContains( Cold, { AddEffectPackToVisualSlotAttachedObject( Metadata/Effects/Spells/monsters_effects/League_Ultimatum/general_combat/EPKs/vaal_bow_cold.epk, OffHand ); } );
	"

	on_death =
	"
		RemoveEffectPackFromVisualSlotAttachedObject( Metadata/Effects/Spells/monsters_effects/League_Ultimatum/general_combat/EPKs/vaal_bow_light.epk, OffHand );
		RemoveEffectPackFromVisualSlotAttachedObject( Metadata/Effects/Spells/monsters_effects/League_Ultimatum/general_combat/EPKs/vaal_bow_fire.epk, OffHand );
		RemoveEffectPackFromVisualSlotAttachedObject( Metadata/Effects/Spells/monsters_effects/League_Ultimatum/general_combat/EPKs/vaal_bow_cold.epk, OffHand );
	"
}

Animated
{
	on_event_hide_arrow = "HideWeapons( 1, 0 );"
	on_event_show_arrow = "ShowWeapons( 1, 0 );"
}
-- src\Data\Spectres.lua
minions["Metadata/Monsters/LeagueUltimatum/Guard/GuardBowFire"] = {
    name = "Trial Flamechaser",
    life = 2.47,
    fireResist = 0,
    coldResist = 0,
    lightningResist = 0,
    chaosResist = 0,
    damage = 1.37,
    damageSpread = 0.2,
    attackTime = 1.5,
    attackRange = 58,
    accuracy = 1,
    weaponType1 = "Bow",
    skillList = {
        "UltimatumGuardMeleeFire",
        "BlastRainUltimatum",
        "UltimatumGuardConeArrowFire",
    },
    modList = {
    },
}
-- src\Data\Skills\spectre.lua
skills["UltimatumGuardMeleeFire"] = {
    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 = {
        "active_skill_damage_+%_final",
        "base_chance_to_ignite_%",
        "skill_physical_damage_%_to_convert_to_fire",
        "arrow_projectile_variation",
        "skill_can_fire_arrows",
        "skill_can_fire_wand_projectiles",
        "action_attack_or_cast_time_uses_animation_length",
        "all_damage_can_ignite",
        "use_scaled_contact_offset",
    },
    levels = {
        [1] = {-50, 10, 50, 33, levelRequirement = 1, statInterpolation = {2},  cost = { }, },
        [2] = {0, 10, 50, 33, levelRequirement = 68, statInterpolation = {2},  cost = { }, },
    },
}
-- src\Data\Skills\spectre.lua
skills["BlastRainUltimatum"] = {
    name = "Blast Rain",
    hidden = true,
    color = 4,
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    description = "Fires arrows up in the air, to rain down in an area. Each arrow deals area damage around where it lands, and they will all overlap on the targeted location.",
    skillTypes = {
        [SkillType.Attack] = true,
        [SkillType.RangedAttack] = true,
        [SkillType.Fire] = true,
        [SkillType.MirageArcherCanUse] = true,
        [SkillType.Area] = true,
        [SkillType.ProjectileSpeed] = true,
        [SkillType.ProjectileNumber] = true,
        [SkillType.Totemable] = true,
        [SkillType.Trappable] = true,
        [SkillType.Mineable] = true,
        [SkillType.Triggerable] = true,
        [SkillType.Rain] = true,
    },
    statDescriptionScope = "skill_stat_descriptions",
    castTime = 1,
    baseFlags = {
        attack = true,
        area = true,
        projectile = true,
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
        "active_skill_damage_+%_final",
        "skill_physical_damage_%_to_convert_to_fire",
        "number_of_additional_arrows",
        "blast_rain_arrow_delay_ms",
        "base_projectile_speed_+%",
        "active_skill_area_of_effect_radius_+%_final",
        "base_is_projectile",
        "is_area_damage",
        "skill_can_fire_arrows",
    },
    levels = {
        [1] = {-50, 50, 4, 160, -95, -50, baseMultiplier = 0.5, levelRequirement = 1, statInterpolation = {2},  cost = { }, },
        [2] = {20, 50, 4, 160, -95, -50, baseMultiplier = 0.5, levelRequirement = 83, statInterpolation = {2},  cost = { }, },
    },
}
-- src\Data\Skills\spectre.lua
skills["UltimatumGuardConeArrowFire"] = {
    name = "UltimatumGuardConeArrowFire",
    hidden = true,
    color = 4,
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    skillTypes = {
        [SkillType.Triggerable] = true,
        [SkillType.Attack] = true,
    },
    statDescriptionScope = "skill_stat_descriptions",
    castTime = 1,
    baseFlags = {
        attack = true,
        area = true,
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
        "active_skill_damage_+%_final",
        "skill_physical_damage_%_to_convert_to_fire",
        "is_area_damage",
    },
    levels = {
        [1] = {0, 100, levelRequirement = 1, statInterpolation = {2},  cost = { }, },
        [2] = {250, 100, levelRequirement = 83, statInterpolation = {2},  cost = { }, },
    },
}
试炼逐火卫
人形
Trial Flamechaser
幽魂Y
幽魂 取代Metadata/Monsters/LeagueUltimatum/Guard/GuardBowFireSpectre
标签fire_affinity, has_bow, human, humanoid, medium_movement, not_int, plate_armour, puncturing_weapon, ranged, red_blood, spawner_cannot_spawn_as_rare
生命
247%
护甲
+30%
闪避值
+30%
异常状态临界值
247%
抗性
0 0 0 0
伤害
137%
命中
100%
攻击暴击率
+5%
暴击伤害
+130%
攻击距离
6 ~ 58
攻击间隔
1.5 秒
伤害分布
±20%
经验值
130%
Model Size
100%
类型
VaalGuardRangedUltimatum
Metadata
GuardBowFireRuin
等级
68
生命
15,890
护甲
37,427
闪避值
6,161
能量护盾
0
伤害
512
法术伤害
512
命中
290
攻击间隔
1.5
经验值
13,332
异常状态临界值
15,890
冰缓
50
Shock
50
Brittle
284
Scorch
50
Sap
139
UltimatumGuardMeleeFire
攻击, 范围攻击, 技能可幻影射手, 投射物, 近战单一目标, 攻击可重复, 近战, 玩家投射物
普通攻击
基本伤害: 409–614
攻击暴击率: 5%
攻击间隔: 1.5 秒
对你的敌人无情痛击。
所有伤害均可点燃
将物理伤害的 50% 转化为火焰伤害
10% 的几率点燃敌人
action attack or cast time uses animation length [1]
arrow projectile variation [33]
skill can fire arrows [1]
skill can fire wand projectiles [1]
use scaled contact offset [1]
BlastRainUltimatumRuin
攻击, 范围攻击, 火焰, 技能可幻影射手, 范围, 投射物速度, ProjectileNumber, 图腾技能, 陷阱技能, 地雷技能, 可触发, 雨
爆裂箭雨
基本伤害: 409–614
攻击暴击率: 5%
攻击伤害: 50%
攻击伤害: 50%
攻击间隔: 1.5 秒
冷却时间: 8 秒
向天空射出箭矢,在一个区域降下箭雨。每一支箭矢落地时都造成范围伤害,并可以在目标地点叠加。
攻击伤害总降 50%
伤害总增 7.195%
额外获得 4 个箭矢
将物理伤害的 50% 转化为火焰伤害
投射物速度减慢 95%
active skill area of effect radius +% final [-50]
apply ultimatum ruin on hit [1]
base is projectile [1]
blast rain arrow delay ms [160]
is area damage [1]
skill can fire arrows [1]
UltimatumGuardConeArrowFire
可触发, 攻击
基本伤害: 409–614
攻击暴击率: 5%
攻击间隔: 1.5 秒
冷却时间: 8 秒
伤害总增 204.3%
将物理伤害的 100% 转化为火焰伤害
is area damage [1]

Object Type

version 2
extends "Metadata/Monsters/LeagueUltimatum/UltimatumMonsterBase"

Preload
{
    preload_misc_animated = "UltimatumBowGuardTargetMarker"
    preload_misc_animated = "UltimatumBowGuardTargetMarkerRuin"
}

Object Type Codes

version 2
extends "Metadata/Monsters/LeagueUltimatum/UltimatumMonsterBase"

Life
{
	on_spawned_alive =
	"
		IfVarietyContains( Lightning, { AddEffectPackToVisualSlotAttachedObject( Metadata/Effects/Spells/monsters_effects/League_Ultimatum/general_combat/EPKs/vaal_bow_light.epk, OffHand ); } );
		IfVarietyContains( Fire, { AddEffectPackToVisualSlotAttachedObject( Metadata/Effects/Spells/monsters_effects/League_Ultimatum/general_combat/EPKs/vaal_bow_fire.epk, OffHand ); } );
		IfVarietyContains( Cold, { AddEffectPackToVisualSlotAttachedObject( Metadata/Effects/Spells/monsters_effects/League_Ultimatum/general_combat/EPKs/vaal_bow_cold.epk, OffHand ); } );
	"

	on_death =
	"
		RemoveEffectPackFromVisualSlotAttachedObject( Metadata/Effects/Spells/monsters_effects/League_Ultimatum/general_combat/EPKs/vaal_bow_light.epk, OffHand );
		RemoveEffectPackFromVisualSlotAttachedObject( Metadata/Effects/Spells/monsters_effects/League_Ultimatum/general_combat/EPKs/vaal_bow_fire.epk, OffHand );
		RemoveEffectPackFromVisualSlotAttachedObject( Metadata/Effects/Spells/monsters_effects/League_Ultimatum/general_combat/EPKs/vaal_bow_cold.epk, OffHand );
	"
}

Animated
{
	on_event_hide_arrow = "HideWeapons( 1, 0 );"
	on_event_show_arrow = "ShowWeapons( 1, 0 );"
}
-- src\Data\Spectres.lua
minions["Metadata/Monsters/LeagueUltimatum/Guard/GuardBowFireRuin"] = {
    name = "Trial Flamechaser",
    life = 2.47,
    fireResist = 0,
    coldResist = 0,
    lightningResist = 0,
    chaosResist = 0,
    damage = 1.37,
    damageSpread = 0.2,
    attackTime = 1.5,
    attackRange = 58,
    accuracy = 1,
    weaponType1 = "Bow",
    skillList = {
        "UltimatumGuardMeleeFire",
        "BlastRainUltimatumRuin",
        "UltimatumGuardConeArrowFire",
    },
    modList = {
    },
}
-- src\Data\Skills\spectre.lua
skills["UltimatumGuardMeleeFire"] = {
    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 = {
        "active_skill_damage_+%_final",
        "base_chance_to_ignite_%",
        "skill_physical_damage_%_to_convert_to_fire",
        "arrow_projectile_variation",
        "skill_can_fire_arrows",
        "skill_can_fire_wand_projectiles",
        "action_attack_or_cast_time_uses_animation_length",
        "all_damage_can_ignite",
        "use_scaled_contact_offset",
    },
    levels = {
        [1] = {-50, 10, 50, 33, levelRequirement = 1, statInterpolation = {2},  cost = { }, },
        [2] = {0, 10, 50, 33, levelRequirement = 68, statInterpolation = {2},  cost = { }, },
    },
}
-- src\Data\Skills\spectre.lua
skills["BlastRainUltimatumRuin"] = {
    name = "Blast Rain",
    hidden = true,
    color = 4,
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    description = "Fires arrows up in the air, to rain down in an area. Each arrow deals area damage around where it lands, and they will all overlap on the targeted location.",
    skillTypes = {
        [SkillType.Attack] = true,
        [SkillType.RangedAttack] = true,
        [SkillType.Fire] = true,
        [SkillType.MirageArcherCanUse] = true,
        [SkillType.Area] = true,
        [SkillType.ProjectileSpeed] = true,
        [SkillType.ProjectileNumber] = true,
        [SkillType.Totemable] = true,
        [SkillType.Trappable] = true,
        [SkillType.Mineable] = true,
        [SkillType.Triggerable] = true,
        [SkillType.Rain] = true,
    },
    statDescriptionScope = "skill_stat_descriptions",
    castTime = 1,
    baseFlags = {
        attack = true,
        area = true,
        projectile = true,
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
        "active_skill_damage_+%_final",
        "skill_physical_damage_%_to_convert_to_fire",
        "number_of_additional_arrows",
        "blast_rain_arrow_delay_ms",
        "base_projectile_speed_+%",
        "active_skill_area_of_effect_radius_+%_final",
        "base_is_projectile",
        "is_area_damage",
        "skill_can_fire_arrows",
        "apply_ultimatum_ruin_on_hit",
    },
    levels = {
        [1] = {-50, 50, 4, 160, -95, -50, baseMultiplier = 0.5, levelRequirement = 1, statInterpolation = {2},  cost = { }, },
        [2] = {20, 50, 4, 160, -95, -50, baseMultiplier = 0.5, levelRequirement = 83, statInterpolation = {2},  cost = { }, },
    },
}
-- src\Data\Skills\spectre.lua
skills["UltimatumGuardConeArrowFire"] = {
    name = "UltimatumGuardConeArrowFire",
    hidden = true,
    color = 4,
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    skillTypes = {
        [SkillType.Triggerable] = true,
        [SkillType.Attack] = true,
    },
    statDescriptionScope = "skill_stat_descriptions",
    castTime = 1,
    baseFlags = {
        attack = true,
        area = true,
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
        "active_skill_damage_+%_final",
        "skill_physical_damage_%_to_convert_to_fire",
        "is_area_damage",
    },
    levels = {
        [1] = {0, 100, levelRequirement = 1, statInterpolation = {2},  cost = { }, },
        [2] = {250, 100, levelRequirement = 83, statInterpolation = {2},  cost = { }, },
    },
}
试炼逐火卫
人形
Trial Flamechaser
幽魂Y
标签fire_affinity, has_bow, human, humanoid, medium_movement, not_int, plate_armour, puncturing_weapon, ranged, red_blood, spawner_cannot_spawn_as_rare
生命
247%
护甲
+30%
闪避值
+30%
异常状态临界值
247%
抗性
0 0 0 0
伤害
137%
命中
100%
攻击暴击率
+5%
暴击伤害
+130%
攻击距离
6 ~ 58
攻击间隔
1.5 秒
伤害分布
±20%
经验值
130%
Model Size
100%
类型
VaalGuardRangedUltimatum
Metadata
GuardBowFireSpectre
等级
68
生命
15,890
护甲
37,427
闪避值
6,161
能量护盾
0
伤害
512
法术伤害
512
命中
290
攻击间隔
1.5
经验值
13,332
异常状态临界值
15,890
冰缓
50
Shock
50
Brittle
284
Scorch
50
Sap
139
UltimatumGuardMeleeFire
攻击, 范围攻击, 技能可幻影射手, 投射物, 近战单一目标, 攻击可重复, 近战, 玩家投射物
普通攻击
基本伤害: 409–614
攻击暴击率: 5%
攻击间隔: 1.5 秒
对你的敌人无情痛击。
所有伤害均可点燃
将物理伤害的 50% 转化为火焰伤害
10% 的几率点燃敌人
action attack or cast time uses animation length [1]
arrow projectile variation [33]
skill can fire arrows [1]
skill can fire wand projectiles [1]
use scaled contact offset [1]
BlastRainUltimatum
攻击, 范围攻击, 火焰, 技能可幻影射手, 范围, 投射物速度, ProjectileNumber, 图腾技能, 陷阱技能, 地雷技能, 可触发, 雨
爆裂箭雨
基本伤害: 409–614
攻击暴击率: 5%
攻击伤害: 50%
攻击伤害: 50%
攻击间隔: 1.5 秒
冷却时间: 8 秒
向天空射出箭矢,在一个区域降下箭雨。每一支箭矢落地时都造成范围伤害,并可以在目标地点叠加。
攻击伤害总降 50%
伤害总增 7.195%
额外获得 4 个箭矢
将物理伤害的 50% 转化为火焰伤害
投射物速度减慢 95%
active skill area of effect radius +% final [-50]
base is projectile [1]
blast rain arrow delay ms [160]
is area damage [1]
skill can fire arrows [1]
UltimatumGuardConeArrowFire
可触发, 攻击
基本伤害: 409–614
攻击暴击率: 5%
攻击间隔: 1.5 秒
冷却时间: 8 秒
伤害总增 204.3%
将物理伤害的 100% 转化为火焰伤害
is area damage [1]

Object Type

version 2
extends "Metadata/Monsters/LeagueUltimatum/UltimatumMonsterBase"

Preload
{
    preload_misc_animated = "UltimatumBowGuardTargetMarker"
    preload_misc_animated = "UltimatumBowGuardTargetMarkerRuin"
}

Object Type Codes

version 2
extends "Metadata/Monsters/LeagueUltimatum/UltimatumMonsterBase"

Life
{
	on_spawned_alive =
	"
		IfVarietyContains( Lightning, { AddEffectPackToVisualSlotAttachedObject( Metadata/Effects/Spells/monsters_effects/League_Ultimatum/general_combat/EPKs/vaal_bow_light.epk, OffHand ); } );
		IfVarietyContains( Fire, { AddEffectPackToVisualSlotAttachedObject( Metadata/Effects/Spells/monsters_effects/League_Ultimatum/general_combat/EPKs/vaal_bow_fire.epk, OffHand ); } );
		IfVarietyContains( Cold, { AddEffectPackToVisualSlotAttachedObject( Metadata/Effects/Spells/monsters_effects/League_Ultimatum/general_combat/EPKs/vaal_bow_cold.epk, OffHand ); } );
	"

	on_death =
	"
		RemoveEffectPackFromVisualSlotAttachedObject( Metadata/Effects/Spells/monsters_effects/League_Ultimatum/general_combat/EPKs/vaal_bow_light.epk, OffHand );
		RemoveEffectPackFromVisualSlotAttachedObject( Metadata/Effects/Spells/monsters_effects/League_Ultimatum/general_combat/EPKs/vaal_bow_fire.epk, OffHand );
		RemoveEffectPackFromVisualSlotAttachedObject( Metadata/Effects/Spells/monsters_effects/League_Ultimatum/general_combat/EPKs/vaal_bow_cold.epk, OffHand );
	"
}

Animated
{
	on_event_hide_arrow = "HideWeapons( 1, 0 );"
	on_event_show_arrow = "ShowWeapons( 1, 0 );"
}
-- src\Data\Spectres.lua
minions["Metadata/Monsters/LeagueUltimatum/Guard/GuardBowFireSpectre"] = {
    name = "Trial Flamechaser",
    life = 2.47,
    fireResist = 0,
    coldResist = 0,
    lightningResist = 0,
    chaosResist = 0,
    damage = 1.37,
    damageSpread = 0.2,
    attackTime = 1.5,
    attackRange = 58,
    accuracy = 1,
    weaponType1 = "Bow",
    skillList = {
        "UltimatumGuardMeleeFire",
        "BlastRainUltimatum",
        "UltimatumGuardConeArrowFire",
    },
    modList = {
    },
}
-- src\Data\Skills\spectre.lua
skills["UltimatumGuardMeleeFire"] = {
    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 = {
        "active_skill_damage_+%_final",
        "base_chance_to_ignite_%",
        "skill_physical_damage_%_to_convert_to_fire",
        "arrow_projectile_variation",
        "skill_can_fire_arrows",
        "skill_can_fire_wand_projectiles",
        "action_attack_or_cast_time_uses_animation_length",
        "all_damage_can_ignite",
        "use_scaled_contact_offset",
    },
    levels = {
        [1] = {-50, 10, 50, 33, levelRequirement = 1, statInterpolation = {2},  cost = { }, },
        [2] = {0, 10, 50, 33, levelRequirement = 68, statInterpolation = {2},  cost = { }, },
    },
}
-- src\Data\Skills\spectre.lua
skills["BlastRainUltimatum"] = {
    name = "Blast Rain",
    hidden = true,
    color = 4,
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    description = "Fires arrows up in the air, to rain down in an area. Each arrow deals area damage around where it lands, and they will all overlap on the targeted location.",
    skillTypes = {
        [SkillType.Attack] = true,
        [SkillType.RangedAttack] = true,
        [SkillType.Fire] = true,
        [SkillType.MirageArcherCanUse] = true,
        [SkillType.Area] = true,
        [SkillType.ProjectileSpeed] = true,
        [SkillType.ProjectileNumber] = true,
        [SkillType.Totemable] = true,
        [SkillType.Trappable] = true,
        [SkillType.Mineable] = true,
        [SkillType.Triggerable] = true,
        [SkillType.Rain] = true,
    },
    statDescriptionScope = "skill_stat_descriptions",
    castTime = 1,
    baseFlags = {
        attack = true,
        area = true,
        projectile = true,
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
        "active_skill_damage_+%_final",
        "skill_physical_damage_%_to_convert_to_fire",
        "number_of_additional_arrows",
        "blast_rain_arrow_delay_ms",
        "base_projectile_speed_+%",
        "active_skill_area_of_effect_radius_+%_final",
        "base_is_projectile",
        "is_area_damage",
        "skill_can_fire_arrows",
    },
    levels = {
        [1] = {-50, 50, 4, 160, -95, -50, baseMultiplier = 0.5, levelRequirement = 1, statInterpolation = {2},  cost = { }, },
        [2] = {20, 50, 4, 160, -95, -50, baseMultiplier = 0.5, levelRequirement = 83, statInterpolation = {2},  cost = { }, },
    },
}
-- src\Data\Skills\spectre.lua
skills["UltimatumGuardConeArrowFire"] = {
    name = "UltimatumGuardConeArrowFire",
    hidden = true,
    color = 4,
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    skillTypes = {
        [SkillType.Triggerable] = true,
        [SkillType.Attack] = true,
    },
    statDescriptionScope = "skill_stat_descriptions",
    castTime = 1,
    baseFlags = {
        attack = true,
        area = true,
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
        "active_skill_damage_+%_final",
        "skill_physical_damage_%_to_convert_to_fire",
        "is_area_damage",
    },
    levels = {
        [1] = {0, 100, levelRequirement = 1, statInterpolation = {2},  cost = { }, },
        [2] = {250, 100, levelRequirement = 83, statInterpolation = {2},  cost = { }, },
    },
}
试炼逐火卫
人形
Trial Flamechaser
幽魂Y
标签fire_affinity, has_bow, human, humanoid, medium_movement, not_int, plate_armour, puncturing_weapon, ranged, red_blood, spawner_cannot_spawn_as_rare
Packs
  • 试炼巨灵卫, 试炼守卫, 试炼逐火卫, 试炼逐风卫, 试炼风暴卫
  • 生命
    247%
    护甲
    +30%
    闪避值
    +30%
    异常状态临界值
    247%
    抗性
    0 0 0 0
    伤害
    137%
    命中
    100%
    攻击暴击率
    +5%
    暴击伤害
    +130%
    攻击距离
    6 ~ 58
    攻击间隔
    1.5 秒
    伤害分布
    ±20%
    经验值
    130%
    Model Size
    100%
    类型
    VaalGuardRangedUltimatum
    Metadata
    GuardBowFireAllFlame
    等级
    68
    生命
    15,890
    护甲
    37,427
    闪避值
    6,161
    能量护盾
    0
    伤害
    512
    法术伤害
    512
    命中
    290
    攻击间隔
    1.5
    经验值
    13,332
    异常状态临界值
    15,890
    冰缓
    50
    Shock
    50
    Brittle
    284
    Scorch
    50
    Sap
    139
    UltimatumGuardMeleeFire
    攻击, 范围攻击, 技能可幻影射手, 投射物, 近战单一目标, 攻击可重复, 近战, 玩家投射物
    普通攻击
    基本伤害: 409–614
    攻击暴击率: 5%
    攻击间隔: 1.5 秒
    对你的敌人无情痛击。
    所有伤害均可点燃
    将物理伤害的 50% 转化为火焰伤害
    10% 的几率点燃敌人
    action attack or cast time uses animation length [1]
    arrow projectile variation [33]
    skill can fire arrows [1]
    skill can fire wand projectiles [1]
    use scaled contact offset [1]
    BlastRainUltimatum
    攻击, 范围攻击, 火焰, 技能可幻影射手, 范围, 投射物速度, ProjectileNumber, 图腾技能, 陷阱技能, 地雷技能, 可触发, 雨
    爆裂箭雨
    基本伤害: 409–614
    攻击暴击率: 5%
    攻击伤害: 50%
    攻击伤害: 50%
    攻击间隔: 1.5 秒
    冷却时间: 8 秒
    向天空射出箭矢,在一个区域降下箭雨。每一支箭矢落地时都造成范围伤害,并可以在目标地点叠加。
    攻击伤害总降 50%
    伤害总增 7.195%
    额外获得 4 个箭矢
    将物理伤害的 50% 转化为火焰伤害
    投射物速度减慢 95%
    active skill area of effect radius +% final [-50]
    base is projectile [1]
    blast rain arrow delay ms [160]
    is area damage [1]
    skill can fire arrows [1]
    UltimatumGuardConeArrowFire
    可触发, 攻击
    基本伤害: 409–614
    攻击暴击率: 5%
    攻击间隔: 1.5 秒
    冷却时间: 8 秒
    伤害总增 204.3%
    将物理伤害的 100% 转化为火焰伤害
    is area damage [1]

    Object Type

    Object Type Codes

     
    -- src\Data\Spectres.lua
    minions["Metadata/Monsters/LeagueUltimatum/Guard/GuardBowFireAllFlame"] = {
        name = "Trial Flamechaser",
        life = 2.47,
        fireResist = 0,
        coldResist = 0,
        lightningResist = 0,
        chaosResist = 0,
        damage = 1.37,
        damageSpread = 0.2,
        attackTime = 1.5,
        attackRange = 58,
        accuracy = 1,
        weaponType1 = "Bow",
        skillList = {
            "UltimatumGuardMeleeFire",
            "BlastRainUltimatum",
            "UltimatumGuardConeArrowFire",
        },
        modList = {
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["UltimatumGuardMeleeFire"] = {
        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 = {
            "active_skill_damage_+%_final",
            "base_chance_to_ignite_%",
            "skill_physical_damage_%_to_convert_to_fire",
            "arrow_projectile_variation",
            "skill_can_fire_arrows",
            "skill_can_fire_wand_projectiles",
            "action_attack_or_cast_time_uses_animation_length",
            "all_damage_can_ignite",
            "use_scaled_contact_offset",
        },
        levels = {
            [1] = {-50, 10, 50, 33, levelRequirement = 1, statInterpolation = {2},  cost = { }, },
            [2] = {0, 10, 50, 33, levelRequirement = 68, statInterpolation = {2},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["BlastRainUltimatum"] = {
        name = "Blast Rain",
        hidden = true,
        color = 4,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        description = "Fires arrows up in the air, to rain down in an area. Each arrow deals area damage around where it lands, and they will all overlap on the targeted location.",
        skillTypes = {
            [SkillType.Attack] = true,
            [SkillType.RangedAttack] = true,
            [SkillType.Fire] = true,
            [SkillType.MirageArcherCanUse] = true,
            [SkillType.Area] = true,
            [SkillType.ProjectileSpeed] = true,
            [SkillType.ProjectileNumber] = true,
            [SkillType.Totemable] = true,
            [SkillType.Trappable] = true,
            [SkillType.Mineable] = true,
            [SkillType.Triggerable] = true,
            [SkillType.Rain] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            attack = true,
            area = true,
            projectile = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "active_skill_damage_+%_final",
            "skill_physical_damage_%_to_convert_to_fire",
            "number_of_additional_arrows",
            "blast_rain_arrow_delay_ms",
            "base_projectile_speed_+%",
            "active_skill_area_of_effect_radius_+%_final",
            "base_is_projectile",
            "is_area_damage",
            "skill_can_fire_arrows",
        },
        levels = {
            [1] = {-50, 50, 4, 160, -95, -50, baseMultiplier = 0.5, levelRequirement = 1, statInterpolation = {2},  cost = { }, },
            [2] = {20, 50, 4, 160, -95, -50, baseMultiplier = 0.5, levelRequirement = 83, statInterpolation = {2},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["UltimatumGuardConeArrowFire"] = {
        name = "UltimatumGuardConeArrowFire",
        hidden = true,
        color = 4,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Triggerable] = true,
            [SkillType.Attack] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            attack = true,
            area = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "active_skill_damage_+%_final",
            "skill_physical_damage_%_to_convert_to_fire",
            "is_area_damage",
        },
        levels = {
            [1] = {0, 100, levelRequirement = 1, statInterpolation = {2},  cost = { }, },
            [2] = {250, 100, levelRequirement = 83, statInterpolation = {2},  cost = { }, },
        },
    }
    
    Edit

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