จ่าฝูงหมานรกเพลิง วงศ์ฟาร์รุล
สัตว์ร้ายสกุล: Gargantuan
กลุ่ม: Feline
วงศ์: สัตว์ป่า
เพิ่มความเสียหาย 15%
เพิ่มความเร็วในการโจมตี 30%
เพิ่มความเร็วในการเคลื่อนที่ 30%
เพิ่มความเร็วในการโจมตี 30%
เพิ่มความเร็วในการเคลื่อนที่ 30%
level 33 or lower life +% final [-20]
Farric Flame Hellion Alpha
| Spectre | N |
|---|---|
| Tags | animal_claw_weapon, beast, bestiary_beast_boss, bestiary_wilds, นักเวท, feline_beast, fire_affinity, has_dagger, has_one_handed_melee, hidden_monster, large_model, light_armour, mammal_beast, medium_height, medium_movement, melee, no_cannot_die_aura, not_int, not_str, physical_affinity, red_blood, unusable_corpse |
| Packs |
พลังชีวิต
450%
การหลบหลีก
+25%
Ailment Threshold
450%
ค่าต้านทาน
Damage
150%
ความแม่นยำ
100%
โอกาสคริติคอล
+5%
ตัวคูณคริติคอล
+130%
Attack Distance
9 ~ 12
Attack Time
1.455 Second
Damage Spread
±20%
ค่าประสบการณ์
300%
Model Size
130%
Type
HellionBestiary
Metadata
HellionBestiary
The following values do not include map affix bonuses, monster buff bonuses, altar bonuses, atlas skill bonuses.
เลเวล
68
พลังชีวิต
28,950
ค่าเกราะ
28,790
อัตราการหลบหลีก
5,924
Damage
560
ความเสียหายเวท
560
ความแม่นยำ
580
Attack Time
1.455
ค่าประสบการณ์
30,765
Minion Life
6,280
Minion Damage
447
Ailment Threshold
28,950
Chill
92
Shock
92
Brittle
518
Scorch
92
Sap
253
The following values are skill base values and do not include map affix bonuses, monster buff bonuses, altar bonuses, atlas skill bonuses, monster base damage(ex: The Maven 150% multiplier), monster rarity bonuses (ex: unique 70% more, unique attack 33% less).
Melee
Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Multistrikeable, Melee, ProjectilesFromUser
โจมตีธรรมดา (Default Attack)
Base Damage: 448–672
โอกาสคริติคอล: 5%
Attack Time: 1.455 วินาที
โจมตีศัตรูของคุณด้วยการจู่โจมอย่างมีกำลัง
skill can fire arrows [1]
skill can fire wand projectiles [1]
WalkEmergeBestiaryHellion
walk emerge distance [450]
BestiaryFireSpray
Spell, Projectile, ProjectilesFromUser, Damage, Trappable, Mineable, SummonsTotem, Fire
โทเทมไฟศักดิ์สิทธิ์ (Holy Flame Totem)
เวลาร่าย: 1.5 วินาที
คูลดาวน์: 8 วินาที
อัญเชิญ โทเทม ที่จะแชนเนลปล่อยกระแสเพลิงเข้าใส่ศัตรูที่อยู่ใกล้
โพรเจกไทล์ เจาะทะลุ ทุกเป้าหมาย
สร้างความเสียหาย ไฟ 137.9 ถึง 206.9
ยิงโพรเจกไทล์ เพิ่มเติม 1 ลูก
เพิ่มความเร็วโพรเจกไทล์ 33%
base is projectile [1]
monster penalty against minions damage +% final vs player minions [-25]
projectile uses contact direction [1]
projectile uses contact position [1]
Object Type
version 2
extends "Metadata/Monsters/LeagueBestiary/BestiaryMonsterWalkEmergeRare"
Actor
{
main_hand_unarmed_type = "Dagger"
}Object Type Codes
version 2
extends "Metadata/Monsters/LeagueBestiary/BestiaryMonsterWalkEmergeRare"
Render
{
preload_animated_object = "GroundFireOnDeathEffect"
} -- src\Data\Spectres.lua
minions["Metadata/Monsters/LeagueBestiary/HellionBestiary"] = {
name = "Farric Flame Hellion Alpha",
life = 4.5,
fireResist = 40,
coldResist = 40,
lightningResist = 40,
chaosResist = 25,
damage = 1.5,
damageSpread = 0.2,
attackTime = 1.455,
attackRange = 12,
accuracy = 1,
skillList = {
"Melee",
"BestiaryFireSpray",
"WalkEmergeBestiaryHellion",
},
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["BestiaryFireSpray"] = {
name = "Holy Flame Totem",
hidden = true,
color = "4",
baseEffectiveness = 0,
incrementalEffectiveness = 0,
description = "Summons a totem that fires a stream of flame at nearby enemies.",
skillTypes = {
[SkillType.Spell] = true,
[SkillType.Projectile] = true,
[SkillType.ProjectilesFromUser] = true,
[SkillType.Damage] = true,
[SkillType.Trappable] = true,
[SkillType.Mineable] = true,
[SkillType.SummonsTotem] = true,
[SkillType.Fire] = true,
},
statDescriptionScope = "skill_stat_descriptions",
castTime = 1.5,
baseFlags = {
spell = true,
projectile = true,
},
baseMods = {
},
qualityStats = {
},
stats = {
"spell_minimum_base_fire_damage",
"spell_maximum_base_fire_damage",
"monster_penalty_against_minions_damage_+%_final_vs_player_minions",
"number_of_additional_projectiles",
"base_projectile_speed_+%",
"always_pierce",
"base_is_projectile",
"projectile_uses_contact_direction",
"projectile_uses_contact_position",
},
levels = {
[1] = {0.80000001192093, 1.2000000476837, -25, 1, 33, levelRequirement = 1, statInterpolation = {3, 3}, cost = { }, },
},
}
-- src\Data\Skills\spectre.lua
skills["WalkEmergeBestiaryHellion"] = {
name = "WalkEmergeBestiaryHellion",
hidden = true,
color = "4",
baseEffectiveness = 0,
incrementalEffectiveness = 0,
skillTypes = {
},
statDescriptionScope = "skill_stat_descriptions",
castTime = 1.5,
baseFlags = {
},
baseMods = {
},
qualityStats = {
},
stats = {
"walk_emerge_distance",
},
levels = {
[1] = {450, levelRequirement = 1, statInterpolation = {}, cost = { }, },
},
}
| Family | Nothing |
|---|---|
| Domains | Monster (3) |
| GenerationType | ยูนิค (3) |
| Req. level | 1 |
เพิ่มความเสียหาย 15%
เพิ่มความเร็วในการโจมตี 30%
เพิ่มความเร็วในการเคลื่อนที่ 30%
| Family | ChimeraMinionFerocity |
|---|---|
| Domains | Monster (3) |
| GenerationType | ยูนิค (3) |
| Req. level | 1 |
| Stats | |
| Craft Tags | ความเสียหาย โจมตี ความเร็ว |
level 33 or lower life +% final [-20]
| Family | MoreLifeBelowLevelThreshold |
|---|---|
| Domains | Monster (3) |
| GenerationType | ยูนิค (3) |
| Req. level | 1 |
| Stats | |
| Craft Tags | resource พลังชีวิต ความเสียหาย |
Edit
Wikis Content is available under CC BY-NC-SA 3.0 unless otherwise noted.
Wikis Content is available under CC BY-NC-SA 3.0 unless otherwise noted.