Talon Demon
ปีศาจ
monster do not fracture [1]
Spectre | Y |
---|---|
Tags | avian_beast, beast, chaos_affinity, demon, flesh_armour, gladiator, has_dagger, has_one_handed_melee, medium_height, medium_movement, melee, not_int, not_str, physical_affinity, puncturing_weapon, red_blood |
พลังชีวิต
121%
การหลบหลีก
+50%
Ailment Threshold
121%
ค่าต้านทาน
0 0 40 0
Damage
127%
ความแม่นยำ
100%
โอกาสคริติคอล
+5%
ตัวคูณคริติคอล
+130%
Attack Distance
6 ~ 10
Attack Time
1.2 Second
Damage Spread
±20%
ค่าประสบการณ์
110%
Model Size
100%
Type
Cockerel
Metadata
CockerelEmerge
The following values do not include map affix bonuses, monster buff bonuses, altar bonuses, atlas skill bonuses.
เลเวล
68
พลังชีวิต
7,784
ค่าเกราะ
28,790
การหลบหลีก
7,109
โล่พลังงาน
0
Damage
474
ความเสียหายเวท
474
ความแม่นยำ
290
Attack Time
1.2
ค่าประสบการณ์
11,281
Ailment Threshold
7,784
Chill
25
Shock
25
Brittle
139
Scorch
25
Sap
68
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).
MeleeAtAnimationSpeed
Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Multistrikeable, Melee, ProjectilesFromUser
โจมตีธรรมดา (Default Attack)
Base Damage: 380–569
โอกาสคริติคอล: 5%
Attack Time: 1.2 วินาที
โจมตีศัตรูของคุณด้วยการจู่โจมอย่างมีกำลัง
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]
projectile uses contact position [1]
skill can fire arrows [1]
skill can fire wand projectiles [1]
use scaled contact offset [1]
MonsterViperStrike
Attack, Duration, Multistrikeable, Melee, MeleeSingleTarget, DamageOverTime, Chaos
ฟาดอสรพิษ (Viper Strike)
Base Damage: 380–569
โอกาสคริติคอล: 5%
Attack Time: 1.2 วินาที
ปะทะศัตรูโดยแปลงความเสียหาย กายภาพ ส่วนหนึ่งของคุณเป็น เคออส และสร้างสถานะ พิษ ซึ่งสถานะนี้จะได้รับผลจากม็อดที่ส่งผลต่อ ระยะเวลาของสกิล หากถือ อาวุธคู่ จะฟาดด้วยอาวุธทั้งสองพร้อมกัน ต้องใช้กับ กรงเล็บ, มีด หรือ ดาบ เท่านั้น
ระยะเวลาพื้นฐาน 4 วินาที
นำความเสียหาย กายภาพ 10% ของคุณ ไปเสริมเป็น เคออส
สร้างสถานะ พิษ เสมอ เมื่อปะทะ
poison duration is skill duration [1]
visual hit effect chaos is green [1]
นำความเสียหาย กายภาพ 10% ของคุณ ไปเสริมเป็น เคออส
สร้างสถานะ พิษ เสมอ เมื่อปะทะ
poison duration is skill duration [1]
visual hit effect chaos is green [1]
Object Type
version 2 extends "Metadata/Monsters/Cockerel/Cockerel" Transitionable { num_states = 3 } NPC { marker_enabled = false }
Object Type Codes
version 2 extends "Metadata/Monsters/Cockerel/Cockerel" Transitionable { create_state_1 = "PlayAnimation( pit_wake );" create_state_2 = "PlayAnimation( pit_idle );" } Animated { on_end_pit_wake = "PlayAnimation( pit_idle );" }
-- src\Data\Spectres.lua minions["Metadata/Monsters/Cockerel/CockerelEmerge"] = { name = "Talon Demon", life = 1.21, fireResist = 0, coldResist = 0, lightningResist = 40, chaosResist = 0, damage = 1.27, damageSpread = 0.2, attackTime = 1.2, attackRange = 10, accuracy = 1, weaponType1 = "Dagger", skillList = { "MeleeAtAnimationSpeed", "MonsterViperStrike", }, 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["MonsterViperStrike"] = { name = "Viper Strike", hidden = true, color = 4, baseEffectiveness = 0, incrementalEffectiveness = 0, description = "Hits enemies, converting some of your physical damage to chaos damage and inflicting poison which will be affected by modifiers to skill duration. If dual wielding, will strike with both weapons. Requires a claw, dagger or sword.", skillTypes = { [SkillType.Attack] = true, [SkillType.Duration] = true, [SkillType.Multistrikeable] = true, [SkillType.Melee] = true, [SkillType.MeleeSingleTarget] = true, [SkillType.DamageOverTime] = true, [SkillType.Chaos] = true, }, statDescriptionScope = "debuff_skill_stat_descriptions", castTime = 1, baseFlags = { attack = true, melee = true, duration = true, }, baseMods = { }, qualityStats = { }, stats = { "physical_damage_%_to_add_as_chaos", "base_chance_to_poison_on_hit_%", "base_skill_effect_duration", "poison_duration_is_skill_duration", "visual_hit_effect_chaos_is_green", }, levels = { [1] = {10, 100, 4000, levelRequirement = 4, statInterpolation = {}, cost = { }, }, }, }
monster do not fracture [1]
Id | MonsterDoNotFracture |
---|---|
Family | MonsterDoNotFracture |
Domains | Monster (3) |
GenerationType | ยูนิค (3) |
Req. level | 1 |
Stats |
Talon Demon
Spectre | Y |
---|---|
Area | ความฝันของดาเรสโซ่ |
Tags | avian_beast, beast, chaos_affinity, demon, flesh_armour, gladiator, has_dagger, has_one_handed_melee, medium_height, medium_movement, melee, not_int, not_str, physical_affinity, puncturing_weapon, red_blood |
Packs |
พลังชีวิต
121%
การหลบหลีก
+50%
Ailment Threshold
121%
ค่าต้านทาน
0 0 40 0
Damage
127%
ความแม่นยำ
100%
โอกาสคริติคอล
+5%
ตัวคูณคริติคอล
+130%
Attack Distance
6 ~ 10
Attack Time
1.2 Second
Damage Spread
±20%
ค่าประสบการณ์
110%
Model Size
100%
Type
Cockerel
Metadata
CockerelEmergePitEncounter
The following values do not include map affix bonuses, monster buff bonuses, altar bonuses, atlas skill bonuses.
เลเวล
37
พลังชีวิต
950
ค่าเกราะ
2,148
การหลบหลีก
2,093
โล่พลังงาน
0
Damage
90
ความเสียหายเวท
90
ความแม่นยำ
81
Attack Time
1.2
ค่าประสบการณ์
3,160
Ailment Threshold
950
Chill
3
Shock
3
Brittle
17
Scorch
3
Sap
8
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).
MeleeAtAnimationSpeed
Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Multistrikeable, Melee, ProjectilesFromUser
โจมตีธรรมดา (Default Attack)
Base Damage: 72–108
โอกาสคริติคอล: 5%
Attack Time: 1.2 วินาที
โจมตีศัตรูของคุณด้วยการจู่โจมอย่างมีกำลัง
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]
projectile uses contact position [1]
skill can fire arrows [1]
skill can fire wand projectiles [1]
use scaled contact offset [1]
MonsterViperStrike
Attack, Duration, Multistrikeable, Melee, MeleeSingleTarget, DamageOverTime, Chaos
ฟาดอสรพิษ (Viper Strike)
Base Damage: 72–108
โอกาสคริติคอล: 5%
Attack Time: 1.2 วินาที
ปะทะศัตรูโดยแปลงความเสียหาย กายภาพ ส่วนหนึ่งของคุณเป็น เคออส และสร้างสถานะ พิษ ซึ่งสถานะนี้จะได้รับผลจากม็อดที่ส่งผลต่อ ระยะเวลาของสกิล หากถือ อาวุธคู่ จะฟาดด้วยอาวุธทั้งสองพร้อมกัน ต้องใช้กับ กรงเล็บ, มีด หรือ ดาบ เท่านั้น
ระยะเวลาพื้นฐาน 4 วินาที
นำความเสียหาย กายภาพ 10% ของคุณ ไปเสริมเป็น เคออส
สร้างสถานะ พิษ เสมอ เมื่อปะทะ
poison duration is skill duration [1]
visual hit effect chaos is green [1]
นำความเสียหาย กายภาพ 10% ของคุณ ไปเสริมเป็น เคออส
สร้างสถานะ พิษ เสมอ เมื่อปะทะ
poison duration is skill duration [1]
visual hit effect chaos is green [1]
Object Type
version 2 extends "Metadata/Monsters/Cockerel/Cockerel" Transitionable { num_states = 3 } NPC { marker_enabled = false }
Object Type Codes
version 2 extends "Metadata/Monsters/Cockerel/Cockerel" Transitionable { create_state_1 = "PlayAnimation( pit_wake );" create_state_2 = "PlayAnimation( pit_idle );" } Animated { on_end_pit_wake = "PlayAnimation( pit_idle );" }
-- src\Data\Spectres.lua minions["Metadata/Monsters/Cockerel/CockerelEmergePitEncounter"] = { name = "Talon Demon", life = 1.21, fireResist = 0, coldResist = 0, lightningResist = 40, chaosResist = 0, damage = 1.27, damageSpread = 0.2, attackTime = 1.2, attackRange = 10, accuracy = 1, weaponType1 = "Dagger", skillList = { "MeleeAtAnimationSpeed", "MonsterViperStrike", }, 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["MonsterViperStrike"] = { name = "Viper Strike", hidden = true, color = 4, baseEffectiveness = 0, incrementalEffectiveness = 0, description = "Hits enemies, converting some of your physical damage to chaos damage and inflicting poison which will be affected by modifiers to skill duration. If dual wielding, will strike with both weapons. Requires a claw, dagger or sword.", skillTypes = { [SkillType.Attack] = true, [SkillType.Duration] = true, [SkillType.Multistrikeable] = true, [SkillType.Melee] = true, [SkillType.MeleeSingleTarget] = true, [SkillType.DamageOverTime] = true, [SkillType.Chaos] = true, }, statDescriptionScope = "debuff_skill_stat_descriptions", castTime = 1, baseFlags = { attack = true, melee = true, duration = true, }, baseMods = { }, qualityStats = { }, stats = { "physical_damage_%_to_add_as_chaos", "base_chance_to_poison_on_hit_%", "base_skill_effect_duration", "poison_duration_is_skill_duration", "visual_hit_effect_chaos_is_green", }, levels = { [1] = {10, 100, 4000, levelRequirement = 4, statInterpolation = {}, cost = { }, }, }, }
monster do not fracture [1]
Id | MonsterDoNotFracture |
---|---|
Family | MonsterDoNotFracture |
Domains | Monster (3) |
GenerationType | ยูนิค (3) |
Req. level | 1 |
Stats |
Talon Demon
ปีศาจ
monster do not fracture [1]
Spectre | Y |
---|---|
Tags | avian_beast, beast, chaos_affinity, demon, flesh_armour, gladiator, has_dagger, has_one_handed_melee, medium_movement, melee, not_int, not_str, physical_affinity, puncturing_weapon, red_blood |
พลังชีวิต
121%
การหลบหลีก
+50%
Ailment Threshold
121%
ค่าต้านทาน
0 0 40 0
Damage
127%
ความแม่นยำ
100%
โอกาสคริติคอล
+5%
ตัวคูณคริติคอล
+130%
Attack Distance
6 ~ 10
Attack Time
1.2 Second
Damage Spread
±20%
ค่าประสบการณ์
110%
Model Size
100%
Type
Cockerel
Metadata
CockerelEmergeStandalone
The following values do not include map affix bonuses, monster buff bonuses, altar bonuses, atlas skill bonuses.
เลเวล
68
พลังชีวิต
7,784
ค่าเกราะ
28,790
การหลบหลีก
7,109
โล่พลังงาน
0
Damage
474
ความเสียหายเวท
474
ความแม่นยำ
290
Attack Time
1.2
ค่าประสบการณ์
11,281
Ailment Threshold
7,784
Chill
25
Shock
25
Brittle
139
Scorch
25
Sap
68
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).
MeleeAtAnimationSpeed
Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Multistrikeable, Melee, ProjectilesFromUser
โจมตีธรรมดา (Default Attack)
Base Damage: 380–569
โอกาสคริติคอล: 5%
Attack Time: 1.2 วินาที
โจมตีศัตรูของคุณด้วยการจู่โจมอย่างมีกำลัง
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]
projectile uses contact position [1]
skill can fire arrows [1]
skill can fire wand projectiles [1]
use scaled contact offset [1]
MonsterViperStrike
Attack, Duration, Multistrikeable, Melee, MeleeSingleTarget, DamageOverTime, Chaos
ฟาดอสรพิษ (Viper Strike)
Base Damage: 380–569
โอกาสคริติคอล: 5%
Attack Time: 1.2 วินาที
ปะทะศัตรูโดยแปลงความเสียหาย กายภาพ ส่วนหนึ่งของคุณเป็น เคออส และสร้างสถานะ พิษ ซึ่งสถานะนี้จะได้รับผลจากม็อดที่ส่งผลต่อ ระยะเวลาของสกิล หากถือ อาวุธคู่ จะฟาดด้วยอาวุธทั้งสองพร้อมกัน ต้องใช้กับ กรงเล็บ, มีด หรือ ดาบ เท่านั้น
ระยะเวลาพื้นฐาน 4 วินาที
นำความเสียหาย กายภาพ 10% ของคุณ ไปเสริมเป็น เคออส
สร้างสถานะ พิษ เสมอ เมื่อปะทะ
poison duration is skill duration [1]
visual hit effect chaos is green [1]
นำความเสียหาย กายภาพ 10% ของคุณ ไปเสริมเป็น เคออส
สร้างสถานะ พิษ เสมอ เมื่อปะทะ
poison duration is skill duration [1]
visual hit effect chaos is green [1]
Object Type
version 2 extends "Metadata/Monsters/Monster" Actor { basic_action = "Emerge" }
Object Type Codes
version 2 extends "Metadata/Monsters/Monster" Render { //turn_duration = 0.3 }
-- src\Data\Spectres.lua minions["Metadata/Monsters/Cockerel/CockerelEmergeStandalone"] = { name = "Talon Demon", life = 1.21, fireResist = 0, coldResist = 0, lightningResist = 40, chaosResist = 0, damage = 1.27, damageSpread = 0.2, attackTime = 1.2, attackRange = 10, accuracy = 1, weaponType1 = "Dagger", skillList = { "MeleeAtAnimationSpeed", "MonsterViperStrike", }, 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["MonsterViperStrike"] = { name = "Viper Strike", hidden = true, color = 4, baseEffectiveness = 0, incrementalEffectiveness = 0, description = "Hits enemies, converting some of your physical damage to chaos damage and inflicting poison which will be affected by modifiers to skill duration. If dual wielding, will strike with both weapons. Requires a claw, dagger or sword.", skillTypes = { [SkillType.Attack] = true, [SkillType.Duration] = true, [SkillType.Multistrikeable] = true, [SkillType.Melee] = true, [SkillType.MeleeSingleTarget] = true, [SkillType.DamageOverTime] = true, [SkillType.Chaos] = true, }, statDescriptionScope = "debuff_skill_stat_descriptions", castTime = 1, baseFlags = { attack = true, melee = true, duration = true, }, baseMods = { }, qualityStats = { }, stats = { "physical_damage_%_to_add_as_chaos", "base_chance_to_poison_on_hit_%", "base_skill_effect_duration", "poison_duration_is_skill_duration", "visual_hit_effect_chaos_is_green", }, levels = { [1] = {10, 100, 4000, levelRequirement = 4, statInterpolation = {}, cost = { }, }, }, }
monster do not fracture [1]
Id | MonsterDoNotFracture |
---|---|
Family | MonsterDoNotFracture |
Domains | Monster (3) |
GenerationType | ยูนิค (3) |
Req. level | 1 |
Stats |
Talon Demon
ปีศาจ
Spectre | N |
---|---|
Tags | avian_beast, beast, demon, flesh_armour, gladiator, has_bow, medium_height, medium_movement, not_int, not_str, physical_affinity, puncturing_weapon, red_blood |
พลังชีวิต
100%
การหลบหลีก
+50%
Ailment Threshold
100%
ค่าต้านทาน
0 0 75 0
Damage
108%
ความแม่นยำ
100%
โอกาสคริติคอล
+5%
ตัวคูณคริติคอล
+130%
Attack Distance
6 ~ 35
Attack Time
1.08 Second
Damage Spread
±20%
ค่าประสบการณ์
100%
Model Size
100%
Type
SynthesisCockerelBow
Metadata
CockerelRangedSpawned
The following values do not include map affix bonuses, monster buff bonuses, altar bonuses, atlas skill bonuses.
เลเวล
68
พลังชีวิต
6,433
ค่าเกราะ
28,790
การหลบหลีก
7,109
โล่พลังงาน
0
Damage
403
ความเสียหายเวท
403
ความแม่นยำ
290
Attack Time
1.08
ค่าประสบการณ์
10,255
Ailment Threshold
6,433
Chill
20
Shock
20
Brittle
115
Scorch
20
Sap
56
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).
WalkEmergeSynthesis
walk emerge distance [300]
Melee
Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Multistrikeable, Melee, ProjectilesFromUser
โจมตีธรรมดา (Default Attack)
Base Damage: 323–484
โอกาสคริติคอล: 5%
Attack Time: 1.08 วินาที
โจมตีศัตรูของคุณด้วยการจู่โจมอย่างมีกำลัง
skill can fire arrows [1]
skill can fire wand projectiles [1]
skill can fire wand projectiles [1]
Object Type
version 2 extends "Metadata/Monsters/LeagueSynthesis/SynthesisMonsterBase" StateMachine { define_shared_state = " spawned; visible; " }
Object Type Codes
version 2 extends "Metadata/Monsters/LeagueSynthesis/SynthesisMonsterBase" StateMachine { create_state_visible_0 = "DisableRendering();" on_state_visible_1 = " EnableRendering(); AddEffectPack( Metadata/Effects/Spells/monsters_effects/League_Synthesis/synthesise_epk/synthesise.epk ); " on_state_spawned_1 = "RemoveEffectPack( Metadata/Effects/Spells/monsters_effects/League_Synthesis/synthesise_epk/synthesise.epk );" } Life {}
-- src\Data\Spectres.lua minions["Metadata/Monsters/LeagueSynthesis/CockerelRangedSpawned"] = { name = "Talon Demon", life = 1, fireResist = 0, coldResist = 0, lightningResist = 75, chaosResist = 0, damage = 1.08, damageSpread = 0.2, attackTime = 1.08, attackRange = 35, accuracy = 1, weaponType1 = "Bow", skillList = { "Melee", "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["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 = { }, }, }, }