田野大師

30% 攻擊傷害格擋率
你承受 15% 來自格擋擊中的傷害
鎮壓 15% 物理傷害減免
行動速度不能被調整至低於 50% 基礎值
monster chance to not flee % [90]
monster damage +% final vs monsters from ancestral rank [0]
你承受 15% 來自格擋擊中的傷害
鎮壓 15% 物理傷害減免
行動速度不能被調整至低於 50% 基礎值
monster chance to not flee % [90]
monster damage +% final vs monsters from ancestral rank [0]
Fieldmaster
幽魂 | N |
---|---|
標籤 | human, humanoid, karui, medium_movement, not_dex, not_int, red_blood |
生命
125%
護甲
+300%
異常狀態臨界值
125%
抗性




傷害
100%
命中
100%
暴擊率
+5%
暴擊加成
+130%
攻擊距離
5 ~ 13
攻擊間隔
1.5 秒
傷害分佈
±20%
經驗值
100%
Model Size
100%
類型
AncestralShieldWaller
Metadata
AncestralKaruiShieldMace
下列的數值並未包含地圖加成、怪物Buff加成、祭壇加成、輿圖天賦加成。
等級
68
生命
8,042
護甲
115,160
閃避值
4,739
傷害
374
法術傷害
374
命中
580
攻擊間隔
1.5
經驗值
10,255
Minion Life
1,744
Minion Damage
298
異常狀態臨界值
8,042
冰緩
25
感電
25
易碎
144
焦灼
25
殘喘
70
下列的數值為技能基礎數值,並未包含地圖加成、怪物Buff加成、祭壇加成、輿圖天賦加成、怪物本身傷害加成(例: 釋界 150% 加成),怪物稀有度加成(例: 傳奇 +70% 更多, 傳奇攻擊 33% 更少)。
MeleeAtAnimationSpeed
攻擊, 範圍攻擊, 技能可幻影射手, 投射物, 近戰單一目標, 攻擊可重複, 近戰, 玩家投射物
普通攻擊
基本傷害: 299–448
暴擊率: 5%
攻擊間隔: 1.5 秒
用強大的攻擊擊倒敵人。
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]

SSMAncestralWall
法術, 法術可重複, 可觸發
施放時間: 1 秒
alternate minion [631]
minion dies when parent deleted [1]
minion dies when parent dies [1]
monster no drops or experience [1]
number of monsters to summon [1]
summon specific monsters radius +% [-100]
summoned monsters are minions [1]
GTAncestralWallOffence
可觸發, 法術
施放時間: 1 秒
冷卻時間: 8 秒
spell maximum action distance +% [-50]
GTAncestralWallDefence
可觸發, 法術
施放時間: 1 秒
冷卻時間: 8 秒
spell maximum action distance +% [-50]
GTAncestralWallFlankLeft
可觸發, 法術
施放時間: 1 秒
GTAncestralWallFlankRight
可觸發, 法術
施放時間: 1 秒
EASAncestralWallFlank
法術
施放時間: 1 秒
冷卻時間: 10 秒
Object Type
version 2 extends "Metadata/Monsters/Monster" extends "Metadata/Monsters/LeagueAncestral/AncestralMonsterBase" Transitionable { }
Object Type Codes
version 2 extends "Metadata/Monsters/Monster" extends "Metadata/Monsters/LeagueAncestral/AncestralMonsterBase" Transitionable { on_transition = " Roll( 1, 2, { PlayEffect( Metadata/Monsters/LeagueAncestral/FallenKarui/FallenKaruiOlderMale/RongokuraiTribeMembers/KaruiShieldMaceAggroAudio.ao ); } ); " } Animated { preload_animated_object = "Metadata/Monsters/LeagueAncestral/FallenKarui/FallenKaruiOlderMale/RongokuraiTribeMembers/KaruiShieldMaceAggroAudio.ao" }
-- src\Data\Spectres.lua minions["Metadata/Monsters/LeagueAncestral/AncestralKaruiShieldMace"] = { name = "Fieldmaster", life = 1.25, fireResist = 0, coldResist = 0, lightningResist = 0, chaosResist = 0, damage = 1, damageSpread = 0.2, attackTime = 1.5, attackRange = 13, accuracy = 1, weaponType1 = "One Hand Axe", weaponType2 = "Shield", skillList = { "MeleeAtAnimationSpeed", "SSMAncestralWall", "EASAncestralWallFlank", "GTAncestralWallOffence", "GTAncestralWallDefence", "GTAncestralWallFlankLeft", "GTAncestralWallFlankRight", }, 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["SSMAncestralWall"] = { name = "SSMAncestralWall", hidden = true, color = "4", baseEffectiveness = 0, incrementalEffectiveness = 0, skillTypes = { [SkillType.Spell] = true, [SkillType.Multicastable] = true, [SkillType.Triggerable] = true, }, statDescriptionScope = "skill_stat_descriptions", castTime = 1, baseFlags = { spell = true, }, baseMods = { }, qualityStats = { }, stats = { "number_of_monsters_to_summon", "alternate_minion", "summon_specific_monsters_radius_+%", "summoned_monsters_are_minions", "monster_no_drops_or_experience", "minion_dies_when_parent_dies", "minion_dies_when_parent_deleted", }, levels = { [1] = {1, 631, -100, levelRequirement = 0, statInterpolation = {}, cost = { }, }, }, } -- src\Data\Skills\spectre.lua skills["EASAncestralWallFlank"] = { name = "EASAncestralWallFlank", hidden = true, color = "4", baseEffectiveness = 0, incrementalEffectiveness = 0, skillTypes = { [SkillType.Spell] = true, }, statDescriptionScope = "skill_stat_descriptions", castTime = 1, baseFlags = { spell = true, }, baseMods = { }, qualityStats = { }, stats = { }, levels = { [1] = {levelRequirement = 0, statInterpolation = {}, cost = { }, }, }, } -- src\Data\Skills\spectre.lua skills["GTAncestralWallOffence"] = { name = "GTAncestralWallOffence", hidden = true, color = "4", baseEffectiveness = 0, incrementalEffectiveness = 0, skillTypes = { [SkillType.Triggerable] = true, [SkillType.Spell] = true, }, statDescriptionScope = "skill_stat_descriptions", castTime = 1, baseFlags = { spell = true, }, baseMods = { }, qualityStats = { }, stats = { "spell_maximum_action_distance_+%", }, levels = { [1] = {-50, levelRequirement = 0, statInterpolation = {}, cost = { }, }, }, } -- src\Data\Skills\spectre.lua skills["GTAncestralWallDefence"] = { name = "GTAncestralWallDefence", hidden = true, color = "4", baseEffectiveness = 0, incrementalEffectiveness = 0, skillTypes = { [SkillType.Triggerable] = true, [SkillType.Spell] = true, }, statDescriptionScope = "skill_stat_descriptions", castTime = 1, baseFlags = { spell = true, }, baseMods = { }, qualityStats = { }, stats = { "spell_maximum_action_distance_+%", }, levels = { [1] = {-50, levelRequirement = 0, statInterpolation = {}, cost = { }, }, }, } -- src\Data\Skills\spectre.lua skills["GTAncestralWallFlankLeft"] = { name = "GTAncestralWallFlankLeft", hidden = true, color = "4", baseEffectiveness = 0, incrementalEffectiveness = 0, skillTypes = { [SkillType.Triggerable] = true, [SkillType.Spell] = true, }, statDescriptionScope = "skill_stat_descriptions", castTime = 1, baseFlags = { spell = true, }, baseMods = { }, qualityStats = { }, stats = { }, levels = { [1] = {levelRequirement = 0, statInterpolation = {}, cost = { }, }, }, } -- src\Data\Skills\spectre.lua skills["GTAncestralWallFlankRight"] = { name = "GTAncestralWallFlankRight", hidden = true, color = "4", baseEffectiveness = 0, incrementalEffectiveness = 0, skillTypes = { [SkillType.Triggerable] = true, [SkillType.Spell] = true, }, statDescriptionScope = "skill_stat_descriptions", castTime = 1, baseFlags = { spell = true, }, baseMods = { }, qualityStats = { }, stats = { }, levels = { [1] = {levelRequirement = 0, statInterpolation = {}, cost = { }, }, }, }
30% 攻擊傷害格擋率
你承受 15% 來自格擋擊中的傷害
Id | MonsterAttackBlock30Bypass15 |
---|---|
Family | MonsterBlockAndBypass |
Domains | 怪物 (3) |
GenerationType | 傳奇 (3) |
Req. level | 1 |
Stats | |
Craft Tags | block |
鎮壓 15% 物理傷害減免
Id | AncestralTrialMonsterOverwhelmRongokurai |
---|---|
Family | AncestralTrialMonster |
Domains | 怪物 (3) |
GenerationType | 傳奇 (3) |
Req. level | 1 |
Stats |
行動速度不能被調整至低於 50% 基礎值
Id | CannotBeSlowedBelowValueBosses |
---|---|
Family | CannotBeSlowedBelowValue |
Domains | 怪物 (3) |
GenerationType | 傳奇 (3) |
Req. level | 1 |
Stats | |
Craft Tags | speed |
monster chance to not flee % [90]
monster damage +% final vs monsters from ancestral rank [0]
Id | AncestralTrialMonsterBasicFleeAndDamage |
---|---|
Family | AncestralTrialMonster |
Domains | 怪物 (3) |
GenerationType | 傳奇 (3) |
Req. level | 1 |
Stats |
田野大師

30% 攻擊傷害格擋率
你承受 15% 來自格擋擊中的傷害
鎮壓 15% 物理傷害減免
行動速度不能被調整至低於 50% 基礎值
你承受 15% 來自格擋擊中的傷害
鎮壓 15% 物理傷害減免
行動速度不能被調整至低於 50% 基礎值
Fieldmaster
幽魂 | Y |
---|---|
標籤 | human, humanoid, karui, medium_movement, not_dex, not_int, red_blood |
Packs |
生命
125%
護甲
+300%
異常狀態臨界值
125%
抗性




傷害
75%
命中
100%
暴擊率
+5%
暴擊加成
+130%
攻擊距離
5 ~ 13
攻擊間隔
1.5 秒
傷害分佈
±20%
經驗值
100%
Model Size
100%
類型
AncestralShieldWallerStandalone
Metadata
AncestralKaruiShieldMaceStandalone
下列的數值並未包含地圖加成、怪物Buff加成、祭壇加成、輿圖天賦加成。
等級
68
生命
8,042
護甲
115,160
閃避值
4,739
傷害
280
法術傷害
280
命中
580
攻擊間隔
1.5
經驗值
10,255
Minion Life
1,744
Minion Damage
224
異常狀態臨界值
8,042
冰緩
25
感電
25
易碎
144
焦灼
25
殘喘
70
下列的數值為技能基礎數值,並未包含地圖加成、怪物Buff加成、祭壇加成、輿圖天賦加成、怪物本身傷害加成(例: 釋界 150% 加成),怪物稀有度加成(例: 傳奇 +70% 更多, 傳奇攻擊 33% 更少)。
MeleeAtAnimationSpeed
攻擊, 範圍攻擊, 技能可幻影射手, 投射物, 近戰單一目標, 攻擊可重複, 近戰, 玩家投射物
普通攻擊
基本傷害: 224–336
暴擊率: 5%
攻擊間隔: 1.5 秒
用強大的攻擊擊倒敵人。
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]

SSMAncestralWall
法術, 法術可重複, 可觸發
施放時間: 1 秒
alternate minion [631]
minion dies when parent deleted [1]
minion dies when parent dies [1]
monster no drops or experience [1]
number of monsters to summon [1]
summon specific monsters radius +% [-100]
summoned monsters are minions [1]
GTAncestralWallOffence
可觸發, 法術
施放時間: 1 秒
冷卻時間: 8 秒
spell maximum action distance +% [-50]
GTAncestralWallDefence
可觸發, 法術
施放時間: 1 秒
冷卻時間: 8 秒
spell maximum action distance +% [-50]
GTAncestralWallFlankLeft
可觸發, 法術
施放時間: 1 秒
GTAncestralWallFlankRight
可觸發, 法術
施放時間: 1 秒
EASAncestralWallFlank
法術
施放時間: 1 秒
冷卻時間: 10 秒
Object Type
version 2 extends "Metadata/Monsters/Monster" extends "Metadata/Monsters/LeagueAncestral/AncestralMonsterBaseStandalone" Transitionable { }
Object Type Codes
version 2 extends "Metadata/Monsters/Monster" extends "Metadata/Monsters/LeagueAncestral/AncestralMonsterBaseStandalone" Transitionable { on_transition = " Roll( 1, 2, { PlayEffect( Metadata/Monsters/LeagueAncestral/FallenKarui/FallenKaruiOlderMale/RongokuraiTribeMembers/KaruiShieldMaceAggroAudio.ao ); } ); " } Animated { preload_animated_object = "Metadata/Monsters/LeagueAncestral/FallenKarui/FallenKaruiOlderMale/RongokuraiTribeMembers/KaruiShieldMaceAggroAudio.ao" }
-- src\Data\Spectres.lua minions["Metadata/Monsters/LeagueAncestral/AncestralKaruiShieldMaceStandalone"] = { name = "Fieldmaster", life = 1.25, fireResist = 0, coldResist = 0, lightningResist = 0, chaosResist = 0, damage = 0.75, damageSpread = 0.2, attackTime = 1.5, attackRange = 13, accuracy = 1, weaponType1 = "One Hand Axe", weaponType2 = "Shield", skillList = { "MeleeAtAnimationSpeed", "SSMAncestralWall", "EASAncestralWallFlank", "GTAncestralWallOffence", "GTAncestralWallDefence", "GTAncestralWallFlankLeft", "GTAncestralWallFlankRight", }, 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["SSMAncestralWall"] = { name = "SSMAncestralWall", hidden = true, color = "4", baseEffectiveness = 0, incrementalEffectiveness = 0, skillTypes = { [SkillType.Spell] = true, [SkillType.Multicastable] = true, [SkillType.Triggerable] = true, }, statDescriptionScope = "skill_stat_descriptions", castTime = 1, baseFlags = { spell = true, }, baseMods = { }, qualityStats = { }, stats = { "number_of_monsters_to_summon", "alternate_minion", "summon_specific_monsters_radius_+%", "summoned_monsters_are_minions", "monster_no_drops_or_experience", "minion_dies_when_parent_dies", "minion_dies_when_parent_deleted", }, levels = { [1] = {1, 631, -100, levelRequirement = 0, statInterpolation = {}, cost = { }, }, }, } -- src\Data\Skills\spectre.lua skills["EASAncestralWallFlank"] = { name = "EASAncestralWallFlank", hidden = true, color = "4", baseEffectiveness = 0, incrementalEffectiveness = 0, skillTypes = { [SkillType.Spell] = true, }, statDescriptionScope = "skill_stat_descriptions", castTime = 1, baseFlags = { spell = true, }, baseMods = { }, qualityStats = { }, stats = { }, levels = { [1] = {levelRequirement = 0, statInterpolation = {}, cost = { }, }, }, } -- src\Data\Skills\spectre.lua skills["GTAncestralWallOffence"] = { name = "GTAncestralWallOffence", hidden = true, color = "4", baseEffectiveness = 0, incrementalEffectiveness = 0, skillTypes = { [SkillType.Triggerable] = true, [SkillType.Spell] = true, }, statDescriptionScope = "skill_stat_descriptions", castTime = 1, baseFlags = { spell = true, }, baseMods = { }, qualityStats = { }, stats = { "spell_maximum_action_distance_+%", }, levels = { [1] = {-50, levelRequirement = 0, statInterpolation = {}, cost = { }, }, }, } -- src\Data\Skills\spectre.lua skills["GTAncestralWallDefence"] = { name = "GTAncestralWallDefence", hidden = true, color = "4", baseEffectiveness = 0, incrementalEffectiveness = 0, skillTypes = { [SkillType.Triggerable] = true, [SkillType.Spell] = true, }, statDescriptionScope = "skill_stat_descriptions", castTime = 1, baseFlags = { spell = true, }, baseMods = { }, qualityStats = { }, stats = { "spell_maximum_action_distance_+%", }, levels = { [1] = {-50, levelRequirement = 0, statInterpolation = {}, cost = { }, }, }, } -- src\Data\Skills\spectre.lua skills["GTAncestralWallFlankLeft"] = { name = "GTAncestralWallFlankLeft", hidden = true, color = "4", baseEffectiveness = 0, incrementalEffectiveness = 0, skillTypes = { [SkillType.Triggerable] = true, [SkillType.Spell] = true, }, statDescriptionScope = "skill_stat_descriptions", castTime = 1, baseFlags = { spell = true, }, baseMods = { }, qualityStats = { }, stats = { }, levels = { [1] = {levelRequirement = 0, statInterpolation = {}, cost = { }, }, }, } -- src\Data\Skills\spectre.lua skills["GTAncestralWallFlankRight"] = { name = "GTAncestralWallFlankRight", hidden = true, color = "4", baseEffectiveness = 0, incrementalEffectiveness = 0, skillTypes = { [SkillType.Triggerable] = true, [SkillType.Spell] = true, }, statDescriptionScope = "skill_stat_descriptions", castTime = 1, baseFlags = { spell = true, }, baseMods = { }, qualityStats = { }, stats = { }, levels = { [1] = {levelRequirement = 0, statInterpolation = {}, cost = { }, }, }, }
30% 攻擊傷害格擋率
你承受 15% 來自格擋擊中的傷害
Id | MonsterAttackBlock30Bypass15 |
---|---|
Family | MonsterBlockAndBypass |
Domains | 怪物 (3) |
GenerationType | 傳奇 (3) |
Req. level | 1 |
Stats | |
Craft Tags | block |
鎮壓 15% 物理傷害減免
Id | AncestralTrialMonsterOverwhelmRongokurai |
---|---|
Family | AncestralTrialMonster |
Domains | 怪物 (3) |
GenerationType | 傳奇 (3) |
Req. level | 1 |
Stats |
行動速度不能被調整至低於 50% 基礎值
Id | CannotBeSlowedBelowValueBosses |
---|---|
Family | CannotBeSlowedBelowValue |
Domains | 怪物 (3) |
GenerationType | 傳奇 (3) |
Req. level | 1 |
Stats | |
Craft Tags | speed |
田野大師

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.