闇の痕跡
Unique ルーンフォージ /1
闇の痕跡 Attr /6
ボダックはプレイヤーの存在下を彷徨う
the wendigo manifestation delay randomisation ms [500]
the wendigo manifests +% faster per enemy power in your presence [5]
| Family | ItemGrantsBuff |
|---|---|
| Domains | アイテム (1) |
| GenerationType | ユニーク (3) |
| Req. level | 1 |
| Stats |
{
"realm": "poe2",
"w": 2,
"h": 2,
"icon": "https://web.poecdn.com/gen/image/WzI1LDE0LHsiZiI6IjJESXRlbXMvQXJtb3Vycy9IZWxtZXRzL1VuaXF1ZXMvQ3Jvd25PZlRoZVdlbmRpZ28iLCJ3IjoyLCJoIjoyLCJzY2FsZSI6MSwicmVhbG0iOiJwb2UyIn1d/b86ea1e0ec/CrownOfTheWendigo.png",
"league": "Runes of Aldur",
"name": "Vestige of Darkness",
"typeLine": "Tenebrous Crown",
"baseType": "Tenebrous Crown",
"rarity": "Unique",
"ilvl": 81,
"properties": [
{
"name": "Helmet",
"values": [],
"displayMode": 0,
"type": 109
},
{
"name": "[Armour]",
"values": [
[
"448",
1
]
],
"displayMode": 0,
"type": 16
},
{
"name": "[EnergyShield|Energy Shield]",
"values": [
[
"125",
1
]
],
"displayMode": 0,
"type": 18
}
],
"requirements": [
{
"name": "Level",
"values": [
[
"65",
0
]
],
"displayMode": 0,
"type": 62
},
{
"name": "[Strength|Str]",
"values": [
[
"59",
0
]
],
"displayMode": 1,
"type": 63
},
{
"name": "[Intelligence|Int]",
"values": [
[
"59",
0
]
],
"displayMode": 1,
"type": 65
}
],
"explicitMods": [
"150% increased [Armour|Armour] and [EnergyShield|Energy Shield]",
"+27 to [Strength|Strength] and [Intelligence|Intelligence]",
"[Physical] damage from [HitDamage|Hits] [Contributes|Contributes] to [Chill] [BuffMagnitude|Magnitude] and [Freeze|Freeze Buildup]",
"Enemies in your [Presence|Presence] are [Blind|Blinded]",
"The Bodach haunts your [Presence]"
],
"flavourText": [
"\"Your covetous hands bring the Unlight\r",
"ever closer to consuming your realm.\""
],
"frameType": 3,
"frameTypeId": "Unique"
}
デーモン
Daemon
| Spectre | |
|---|---|
| Tags | ghost_armour, is_daemon, is_unarmed, Unarmed_onhit_audio, very_slow_movement |
ライフ
100%
耐性
Damage
67%
命中力
100%
クリティカルヒット Chance
5%
+30%
Attack Distance
6 ~ 50
アタックタイム
1 Second
Damage Spread
±0%
経験値
100%
Model Size
100%
Type
DaemonUseSkillOnce
Metadata
HauntedWendigoDaemon
IsSummoned
Y
50
30%
The following values do not include map affix bonuses, monster buff bonuses, altar bonuses, atlas skill bonuses.
レベル
68
ライフ
8,257
2,413
708
Damage
156
スペルダメージ
156
命中力
2,502
アタックタイム
1
経験値
28,634
Minion Life
6,930
Minion Damage
649
Minion Armour
2,413
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).
GSHauntedWendigoDetachedHandSlamRight
GSHauntedWendigoHandSlamRight
GSHauntedWendigoHandSlamLeft
GSHauntedWendigoDarknessGroundSlam
GSHauntedWendigoDetachedLacerateClawRight
GSHauntedWendigoMothMeteor
Object Type
-- src\Data\Spectres.lua
minions["Metadata/Monsters/MonsterMods/HauntedWendigoDaemon"] = {
fireResist = 0,
coldResist = 0,
lightningResist = 0,
chaosResist = 0,
name = "Daemon",
life = 1,
damage = 0.67,
damageSpread = 0,
attackTime = 1,
attackRange = 50,
accuracy = 1,
skillList = {
"GSHauntedWendigoDetachedHandSlamRight",
"GSHauntedWendigoHandSlamRight",
"GSHauntedWendigoHandSlamLeft",
"GSHauntedWendigoDarknessGroundSlam",
"GSHauntedWendigoDetachedLacerateClawRight",
"GSHauntedWendigoMothMeteor",
},
modList = {
},
}
-- src\Data\Skills\spectre.lua
skills["GSHauntedWendigoDetachedHandSlamRight"] = {
name = "GSHauntedWendigoDetachedHandSlamRight",
hidden = true,
color = ,
baseEffectiveness = 0,
incrementalEffectiveness = 0,
skillTypes = {
[SkillType.Triggerable] = true,
[SkillType.Spell] = true,
[SkillType.Damage] = true,
[SkillType.AttackInPlace] = true,
},
statDescriptionScope = "geometry_spell",
castTime = 1,
baseFlags = {
spell = true,
area = true,
},
baseMods = {
},
qualityStats = {
},
stats = {
"spell_minimum_base_physical_damage",
"spell_maximum_base_physical_damage",
"is_area_damage",
},
levels = {
[1] = {0.80000001192093, 1.2000000476837, levelRequirement = 1, statInterpolation = {3, 3}, cost = { }, },
},
}
-- src\Data\Skills\spectre.lua
skills["GSHauntedWendigoHandSlamRight"] = {
name = "GSHauntedWendigoHandSlamRight",
hidden = true,
color = ,
baseEffectiveness = 0,
incrementalEffectiveness = 0,
skillTypes = {
[SkillType.Triggerable] = true,
[SkillType.Spell] = true,
[SkillType.Damage] = true,
[SkillType.AttackInPlace] = true,
},
statDescriptionScope = "geometry_spell",
castTime = 1,
baseFlags = {
spell = true,
area = true,
},
baseMods = {
},
qualityStats = {
},
stats = {
"spell_minimum_base_physical_damage",
"spell_maximum_base_physical_damage",
"is_area_damage",
},
levels = {
[1] = {0.80000001192093, 1.2000000476837, levelRequirement = 1, statInterpolation = {3, 3}, cost = { }, },
},
}
-- src\Data\Skills\spectre.lua
skills["GSHauntedWendigoHandSlamLeft"] = {
name = "GSHauntedWendigoHandSlamLeft",
hidden = true,
color = ,
baseEffectiveness = 0,
incrementalEffectiveness = 0,
skillTypes = {
[SkillType.Triggerable] = true,
[SkillType.Spell] = true,
[SkillType.Damage] = true,
[SkillType.AttackInPlace] = true,
},
statDescriptionScope = "geometry_spell",
castTime = 1,
baseFlags = {
spell = true,
area = true,
},
baseMods = {
},
qualityStats = {
},
stats = {
"spell_minimum_base_physical_damage",
"spell_maximum_base_physical_damage",
"is_area_damage",
},
levels = {
[1] = {0.80000001192093, 1.2000000476837, levelRequirement = 1, statInterpolation = {3, 3}, cost = { }, },
},
}
-- src\Data\Skills\spectre.lua
skills["GSHauntedWendigoDarknessGroundSlam"] = {
name = "GSHauntedWendigoDarknessGroundSlam",
hidden = true,
color = ,
baseEffectiveness = 0,
incrementalEffectiveness = 0,
skillTypes = {
[SkillType.Triggerable] = true,
[SkillType.Spell] = true,
[SkillType.Damage] = true,
[SkillType.AttackInPlace] = true,
},
statDescriptionScope = "geometry_spell",
castTime = 1,
baseFlags = {
spell = true,
area = true,
},
baseMods = {
},
qualityStats = {
},
stats = {
"spell_minimum_base_physical_damage",
"spell_maximum_base_physical_damage",
"is_area_damage",
},
levels = {
[1] = {0.80000001192093, 1.2000000476837, levelRequirement = 1, statInterpolation = {3, 3}, cost = { }, },
},
}
-- src\Data\Skills\spectre.lua
skills["GSHauntedWendigoDetachedLacerateClawRight"] = {
name = "GSHauntedWendigoDetachedLacerateClawRight",
hidden = true,
color = ,
baseEffectiveness = 0,
incrementalEffectiveness = 0,
skillTypes = {
[SkillType.Triggerable] = true,
[SkillType.Spell] = true,
[SkillType.Damage] = true,
[SkillType.AttackInPlace] = true,
},
statDescriptionScope = "geometry_spell",
castTime = 1,
baseFlags = {
spell = true,
area = true,
},
baseMods = {
},
qualityStats = {
},
stats = {
"spell_minimum_base_physical_damage",
"spell_maximum_base_physical_damage",
"is_area_damage",
},
levels = {
[1] = {0.80000001192093, 1.2000000476837, levelRequirement = 1, statInterpolation = {3, 3}, cost = { }, },
},
}
-- src\Data\Skills\spectre.lua
skills["GSHauntedWendigoMothMeteor"] = {
name = "GSHauntedWendigoMothMeteor",
hidden = true,
color = ,
baseEffectiveness = 0,
incrementalEffectiveness = 0,
skillTypes = {
[SkillType.Triggerable] = true,
[SkillType.Spell] = true,
[SkillType.Damage] = true,
[SkillType.AttackInPlace] = true,
},
statDescriptionScope = "geometry_spell",
castTime = 1,
baseFlags = {
spell = true,
area = true,
},
baseMods = {
},
qualityStats = {
},
stats = {
"spell_minimum_base_physical_damage",
"spell_maximum_base_physical_damage",
"is_area_damage",
},
levels = {
[1] = {0.80000001192093, 1.2000000476837, levelRequirement = 1, statInterpolation = {3, 3}, cost = { }, },
},
}
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.












