ゴートの化身
獣
monster no drops or experience [1]
ダメージが18%増加する
アタックスピードが40%増加する
移動スピードが40%増加する
受けるダメージが25%減少する
cannot be afflicted [1]
cannot be tagged by sentinel [1]
cannot have affliction mods [1]
cannot have azmeri dust [1]
cant possess this [1]
cant touch this [1]
monster no talismans [1]
アタックスピードが40%増加する
移動スピードが40%増加する
受けるダメージが25%減少する
cannot be afflicted [1]
cannot be tagged by sentinel [1]
cannot have affliction mods [1]
cannot have azmeri dust [1]
cant possess this [1]
cant touch this [1]
monster no talismans [1]
Avatar of the Goat
Spectre | N |
---|---|
Tags | beast, bludgeoning_weapon, キャスター, has_staff, has_two_handed_melee, humanoid, large_height, light_armour, mammal_beast, medium_movement, not_int, not_str, physical_affinity, ranged, red_blood |
ライフ
600%
回避力
+5%
Ailment Threshold
600%
耐性
40 0 0 0
Damage
150%
命中
100%
クリティカル率
+5%
クリティカルダメージ倍率
+130%
Attack Distance
6 ~ 7
Attack Time
1.455 Second
Damage Spread
±20%
経験値
200%
Model Size
140%
Type
GoatmanChimeraBoss
Metadata
GoatmanLeapSlamChimeraBoss
The following values do not include map affix bonuses, monster buff bonuses, altar bonuses, atlas skill bonuses.
レベル
68
ライフ
38,600
アーマー
28,790
回避力
4,976
エナジーシールド
0
Damage
560
スペルダメージ
560
命中
290
Attack Time
1.455
経験値
20,510
Ailment Threshold
38,600
Chill
122
Shock
122
Brittle
691
Scorch
122
Sap
337
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).
GoatmanGoreCascadeBoss
Spell, Damage, Area, Trappable, Totemable, Mineable, Multicastable, Triggerable, Cold, Physical, CanRapidFire, AreaSpell
グレイシャルカスケード
クリティカル率: 6%
追加ダメージ効率: 80%
キャストタイム: 0.8 秒
クールダウン時間: 3 秒
つららが連続して地面から出現し、それぞれ範囲内の敵にダメージを与える。
255.6から383.4の物理ダメージを与える
バーストの回数が+10回される
active skill area of effect radius +% final [-34]
is area damage [1]
バーストの回数が+10回される
active skill area of effect radius +% final [-34]
is area damage [1]
ChimeraBloodMortar
Spell, Damage, Area, Trappable, Mineable, Totemable, Triggerable, Fire, Projectile, ProjectilesFromUser, Multicastable, Chains, CanRapidFire, AreaSpell
ローリングマグマ
キャストタイム: 0.7 秒
地面に命中すると爆発する炎のオーブを投げる。このスキルは連鎖し、前に向かって跳ねながら連続してダメージを与える。
273.8から410.7の物理ダメージを与える
base is projectile [1]
is area damage [1]
base is projectile [1]
is area damage [1]
Object Type
version 2 extends "Metadata/Monsters/Monster" Actor { basic_action = "Emerge" } Transitionable { num_states = 3 } NPC { marker_enabled = false }
Object Type Codes
version 2 extends "Metadata/Monsters/Monster" Transitionable { create_state_1 = "PlayAnimation( pit_wake_staff );" create_state_2 = "PlayAnimation( pit_idle_staff );" } Animated { on_end_pit_wake_staff = "PlayAnimation( pit_idle_staff );" } Render { //turn_duration = 0.3 }
-- src\Data\Spectres.lua minions["Metadata/Monsters/Goatman/GoatmanLeapSlamChimeraBoss"] = { name = "Avatar of the Goat", life = 6, fireResist = 40, coldResist = 0, lightningResist = 0, chaosResist = 0, damage = 1.5, damageSpread = 0.2, attackTime = 1.455, attackRange = 7, accuracy = 1, weaponType1 = "Staff", skillList = { "GoatmanGoreCascadeBoss", "ChimeraBloodMortar", }, modList = { }, } -- src\Data\Skills\spectre.lua skills["GoatmanGoreCascadeBoss"] = { name = "Glacial Cascade", hidden = true, color = 4, baseEffectiveness = 0, incrementalEffectiveness = 0, description = "Icicles emerge from the ground in a series of small bursts, each damaging enemies caught in the area.", skillTypes = { [SkillType.Spell] = true, [SkillType.Damage] = true, [SkillType.Area] = true, [SkillType.Trappable] = true, [SkillType.Totemable] = true, [SkillType.Mineable] = true, [SkillType.Multicastable] = true, [SkillType.Triggerable] = true, [SkillType.Cold] = true, [SkillType.Physical] = true, [SkillType.CanRapidFire] = true, [SkillType.AreaSpell] = true, }, statDescriptionScope = "skill_stat_descriptions", castTime = 0.8, baseFlags = { area = true, spell = true, }, baseMods = { }, qualityStats = { }, stats = { "spell_minimum_base_physical_damage", "spell_maximum_base_physical_damage", "upheaval_number_of_spikes", "active_skill_area_of_effect_radius_+%_final", "is_area_damage", }, levels = { [1] = {0.80000001192093, 1.2000000476837, 10, -34, critChance = 6, levelRequirement = 82, statInterpolation = {3, 3}, cost = { }, }, }, } -- src\Data\Skills\spectre.lua skills["ChimeraBloodMortar"] = { name = "Rolling Magma", hidden = true, color = "3", baseEffectiveness = 0, incrementalEffectiveness = 0, description = "Lob a fiery orb that deals area damage as it hits the ground. The skill chains, bouncing forward to deal damage multiple times.", skillTypes = { [SkillType.Spell] = true, [SkillType.Damage] = true, [SkillType.Area] = true, [SkillType.Trappable] = true, [SkillType.Mineable] = true, [SkillType.Totemable] = true, [SkillType.Triggerable] = true, [SkillType.Fire] = true, [SkillType.Projectile] = true, [SkillType.ProjectilesFromUser] = true, [SkillType.Multicastable] = true, [SkillType.Chains] = true, [SkillType.CanRapidFire] = true, [SkillType.AreaSpell] = true, }, statDescriptionScope = "skill_stat_descriptions", castTime = 0.7, baseFlags = { area = true, spell = true, projectile = true, }, baseMods = { }, qualityStats = { }, stats = { "spell_minimum_base_physical_damage", "spell_maximum_base_physical_damage", "is_area_damage", "base_is_projectile", }, levels = { [1] = {0.80000001192093, 1.2000000476837, levelRequirement = 82, statInterpolation = {3, 3}, cost = { }, }, }, }
monster no drops or experience [1]
Id | MonsterNoDropsOrExperience |
---|---|
Family | MonsterNoDropsOrExperience |
Domains | モンスター (3) |
GenerationType | ユニーク (3) |
Req. level | 1 |
Stats |
ダメージが18%増加する
アタックスピードが40%増加する
移動スピードが40%増加する
受けるダメージが25%減少する
Id | ChimeraMinionFerocityUniqueMonsters |
---|---|
Family | ChimeraMinionFerocity |
Domains | モンスター (3) |
GenerationType | ユニーク (3) |
Req. level | 1 |
Stats | |
Craft Tags | damage attack speed |
cannot be afflicted [1]
cannot be tagged by sentinel [1]
cannot have affliction mods [1]
cannot have azmeri dust [1]
cant possess this [1]
cant touch this [1]
monster no talismans [1]
Id | CannotBeAugmented |
---|---|
Family | Nothing |
Domains | モンスター (3) |
GenerationType | ユニーク (3) |
Req. level | 1 |
Stats |
ゴートの化身
獣
monster no drops or experience [1]
ダメージが18%増加する
アタックスピードが40%増加する
移動スピードが40%増加する
受けるダメージが25%減少する
cannot be afflicted [1]
cannot be tagged by sentinel [1]
cannot have affliction mods [1]
cannot have azmeri dust [1]
cant possess this [1]
cant touch this [1]
monster no talismans [1]
アタックスピードが40%増加する
移動スピードが40%増加する
受けるダメージが25%減少する
cannot be afflicted [1]
cannot be tagged by sentinel [1]
cannot have affliction mods [1]
cannot have azmeri dust [1]
cant possess this [1]
cant touch this [1]
monster no talismans [1]
Avatar of the Goat
Spectre | N |
---|---|
Tags | beast, bludgeoning_weapon, キャスター, has_staff, has_two_handed_melee, humanoid, light_armour, mammal_beast, medium_movement, not_int, not_str, physical_affinity, ranged, red_blood |
ライフ
600%
回避力
+5%
Ailment Threshold
600%
耐性
40 0 0 0
Damage
150%
命中
100%
クリティカル率
+5%
クリティカルダメージ倍率
+130%
Attack Distance
6 ~ 7
Attack Time
1.455 Second
Damage Spread
±20%
経験値
200%
Model Size
140%
Type
GoatmanChimeraBoss
Metadata
GoatmanLeapSlamChimeraBossStandalone
The following values do not include map affix bonuses, monster buff bonuses, altar bonuses, atlas skill bonuses.
レベル
68
ライフ
38,600
アーマー
28,790
回避力
4,976
エナジーシールド
0
Damage
560
スペルダメージ
560
命中
290
Attack Time
1.455
経験値
20,510
Ailment Threshold
38,600
Chill
122
Shock
122
Brittle
691
Scorch
122
Sap
337
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).
GoatmanGoreCascadeBoss
Spell, Damage, Area, Trappable, Totemable, Mineable, Multicastable, Triggerable, Cold, Physical, CanRapidFire, AreaSpell
グレイシャルカスケード
クリティカル率: 6%
追加ダメージ効率: 80%
キャストタイム: 0.8 秒
クールダウン時間: 3 秒
つららが連続して地面から出現し、それぞれ範囲内の敵にダメージを与える。
255.6から383.4の物理ダメージを与える
バーストの回数が+10回される
active skill area of effect radius +% final [-34]
is area damage [1]
バーストの回数が+10回される
active skill area of effect radius +% final [-34]
is area damage [1]
ChimeraBloodMortar
Spell, Damage, Area, Trappable, Mineable, Totemable, Triggerable, Fire, Projectile, ProjectilesFromUser, Multicastable, Chains, CanRapidFire, AreaSpell
ローリングマグマ
キャストタイム: 0.7 秒
地面に命中すると爆発する炎のオーブを投げる。このスキルは連鎖し、前に向かって跳ねながら連続してダメージを与える。
273.8から410.7の物理ダメージを与える
base is projectile [1]
is area damage [1]
base is projectile [1]
is area damage [1]
Object Type
version 2 extends "Metadata/Monsters/Monster"
Object Type Codes
version 2 extends "Metadata/Monsters/Monster"
-- src\Data\Spectres.lua minions["Metadata/Monsters/Goatman/GoatmanLeapSlamChimeraBossStandalone"] = { name = "Avatar of the Goat", life = 6, fireResist = 40, coldResist = 0, lightningResist = 0, chaosResist = 0, damage = 1.5, damageSpread = 0.2, attackTime = 1.455, attackRange = 7, accuracy = 1, weaponType1 = "Staff", skillList = { "GoatmanGoreCascadeBoss", "ChimeraBloodMortar", }, modList = { }, } -- src\Data\Skills\spectre.lua skills["GoatmanGoreCascadeBoss"] = { name = "Glacial Cascade", hidden = true, color = 4, baseEffectiveness = 0, incrementalEffectiveness = 0, description = "Icicles emerge from the ground in a series of small bursts, each damaging enemies caught in the area.", skillTypes = { [SkillType.Spell] = true, [SkillType.Damage] = true, [SkillType.Area] = true, [SkillType.Trappable] = true, [SkillType.Totemable] = true, [SkillType.Mineable] = true, [SkillType.Multicastable] = true, [SkillType.Triggerable] = true, [SkillType.Cold] = true, [SkillType.Physical] = true, [SkillType.CanRapidFire] = true, [SkillType.AreaSpell] = true, }, statDescriptionScope = "skill_stat_descriptions", castTime = 0.8, baseFlags = { area = true, spell = true, }, baseMods = { }, qualityStats = { }, stats = { "spell_minimum_base_physical_damage", "spell_maximum_base_physical_damage", "upheaval_number_of_spikes", "active_skill_area_of_effect_radius_+%_final", "is_area_damage", }, levels = { [1] = {0.80000001192093, 1.2000000476837, 10, -34, critChance = 6, levelRequirement = 82, statInterpolation = {3, 3}, cost = { }, }, }, } -- src\Data\Skills\spectre.lua skills["ChimeraBloodMortar"] = { name = "Rolling Magma", hidden = true, color = "3", baseEffectiveness = 0, incrementalEffectiveness = 0, description = "Lob a fiery orb that deals area damage as it hits the ground. The skill chains, bouncing forward to deal damage multiple times.", skillTypes = { [SkillType.Spell] = true, [SkillType.Damage] = true, [SkillType.Area] = true, [SkillType.Trappable] = true, [SkillType.Mineable] = true, [SkillType.Totemable] = true, [SkillType.Triggerable] = true, [SkillType.Fire] = true, [SkillType.Projectile] = true, [SkillType.ProjectilesFromUser] = true, [SkillType.Multicastable] = true, [SkillType.Chains] = true, [SkillType.CanRapidFire] = true, [SkillType.AreaSpell] = true, }, statDescriptionScope = "skill_stat_descriptions", castTime = 0.7, baseFlags = { area = true, spell = true, projectile = true, }, baseMods = { }, qualityStats = { }, stats = { "spell_minimum_base_physical_damage", "spell_maximum_base_physical_damage", "is_area_damage", "base_is_projectile", }, levels = { [1] = {0.80000001192093, 1.2000000476837, levelRequirement = 82, statInterpolation = {3, 3}, cost = { }, }, }, }
monster no drops or experience [1]
Id | MonsterNoDropsOrExperience |
---|---|
Family | MonsterNoDropsOrExperience |
Domains | モンスター (3) |
GenerationType | ユニーク (3) |
Req. level | 1 |
Stats |
ダメージが18%増加する
アタックスピードが40%増加する
移動スピードが40%増加する
受けるダメージが25%減少する
Id | ChimeraMinionFerocityUniqueMonsters |
---|---|
Family | ChimeraMinionFerocity |
Domains | モンスター (3) |
GenerationType | ユニーク (3) |
Req. level | 1 |
Stats | |
Craft Tags | damage attack speed |
cannot be afflicted [1]
cannot be tagged by sentinel [1]
cannot have affliction mods [1]
cannot have azmeri dust [1]
cant possess this [1]
cant touch this [1]
monster no talismans [1]
Id | CannotBeAugmented |
---|---|
Family | Nothing |
Domains | モンスター (3) |
GenerationType | ユニーク (3) |
Req. level | 1 |
Stats |