A Santa do Pau Oco
DemoníacoÁrea: Pirâmide Vaal, Mapa: Pirâmide Vaal
50% de chance de receber uma Carga de Frenesi ao Acertar
Habilidades disparam 1 Projéteis adicionais
+3 ao Máximo de Cargas de Frenesi
50% do Dano Físico Convertido em Dano de Fogo
monster dropped item rarity +% [15000]
monster slain experience +% [100]
monster penalty against minions damage +% final vs player minions [-30]
cannot be stunned for ms after stun finished [2000]
cannot be stunned while stunned [1]
Habilidades disparam 1 Projéteis adicionais
+3 ao Máximo de Cargas de Frenesi
50% do Dano Físico Convertido em Dano de Fogo
monster dropped item rarity +% [15000]
monster slain experience +% [100]
monster penalty against minions damage +% final vs player minions [-30]
cannot be stunned for ms after stun finished [2000]
cannot be stunned while stunned [1]
The Hollow Lady
| Spectre | |
|---|---|
| Area | Pirâmide Vaal, Mapa: Pirâmide Vaal |
| Tags | demon, flesh_armour, is_unarmed, medium_movement, medium_small_height, non_unique_map_boss, not_int, not_str, physical_affinity, puncturing_weapon, ranged, red_blood |
Vida
270%
Evasão
+10%
Ailment Threshold
270%
Resistência
Damage
280%
Precisão
100%
Chance de Crítico
+5%
Multiplicador de Acerto Crítico
+130%
Attack Distance
6 ~ 6
Attack Time
3 Second
Damage Spread
±20%
Experiência
200%
Model Size
100%
Type
DemonRangedMapBoss
Metadata
DemonFemaleRangedMapBoss1
The following values do not include map affix bonuses, monster buff bonuses, altar bonuses, atlas skill bonuses.
Nível
75
Vida
1,372,329
Armadura
49,865
Evasão
6,632
Damage
1,807
Dano Mágico
2,697
Precisão
762
Attack Time
2.01
Experiência
129,844
Minion Life
280,109
Minion Damage
1,479
Ailment Threshold
713,611
Chill
2,256
Shock
2,256
Brittle
12,766
Scorch
2,256
Sap
6,234
Phys Convert Ele
275%
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).
DemonFemaleRangedGeometryProjectileLeft
Attack, Triggerable
Base Damage: 2870—4304
Chance de Crítico: 5%
Attack Time: 3 seg
Causa 60% menos Dano
base is projectile [1]
monster reverse point blank damage -% at minimum range [30]
projectile uses contact position [1]
DemonFemaleRangedGeometryProjectileRight
Attack, Triggerable
Base Damage: 2870—4304
Chance de Crítico: 5%
Attack Time: 3 seg
Causa 60% menos Dano
base is projectile [1]
monster reverse point blank damage -% at minimum range [30]
projectile uses contact position [1]
EmptyActionFemaleDemonProjectiles
Attack
Base Damage: 2870—4304
Chance de Crítico: 5%
Attack Time: 3 seg
+4 metros ao Alcance de Golpes Corpo a Corpo
cast time overrides attack duration [1]
DemonFemaleRangedGeometryProjectileLeftAhead
Attack, Triggerable
Base Damage: 2870—4304
Chance de Crítico: 5%
Attack Time: 3 seg
Causa 60% menos Dano
base is projectile [1]
monster reverse point blank damage -% at minimum range [30]
projectile uses contact position [1]
DemonFemaleRangedGeometryProjectileRightAhead
Attack, Triggerable
Base Damage: 2870—4304
Chance de Crítico: 5%
Attack Time: 3 seg
Causa 60% menos Dano
base is projectile [1]
monster reverse point blank damage -% at minimum range [30]
projectile uses contact position [1]
EmptyActionFemaleDemonProjectilesAhead
Attack
Base Damage: 2870—4304
Chance de Crítico: 5%
Attack Time: 3 seg
+4 metros ao Alcance de Golpes Corpo a Corpo
cast time overrides attack duration [1]
Object Type
version 2
extends "Metadata/Monsters/DemonFemaleRanged/DemonFemaleRanged"
Actor
{
basic_action = "Emerge"
}
Transitionable
{
}
-- src\Data\Spectres.lua
minions["Metadata/Monsters/DemonModular/DemonFemaleRangedMapBoss1"] = {
fireResist = 40,
coldResist = 40,
lightningResist = 40,
chaosResist = 25,
name = "The Hollow Lady",
life = 2.7,
damage = 2.8,
damageSpread = 0.2,
attackTime = 3,
attackRange = 6,
accuracy = 1,
skillList = {
"DemonFemaleRangedGeometryProjectileLeft",
"DemonFemaleRangedGeometryProjectileRight",
"DemonFemaleRangedGeometryProjectileLeftAhead",
"DemonFemaleRangedGeometryProjectileRightAhead",
"EmptyActionFemaleDemonProjectiles",
"EmptyActionFemaleDemonProjectilesAhead",
},
modList = {
},
}
-- src\Data\Skills\spectre.lua
skills["DemonFemaleRangedGeometryProjectileLeft"] = {
name = "DemonFemaleRangedGeometryProjectileLeft",
hidden = true,
color = "4",
baseEffectiveness = 0,
incrementalEffectiveness = 0,
skillTypes = {
[SkillType.Attack] = true,
[SkillType.Triggerable] = true,
},
statDescriptionScope = "skill_stat_descriptions",
castTime = 1,
baseFlags = {
attack = true,
projectile = true,
},
baseMods = {
},
qualityStats = {
},
stats = {
"active_skill_damage_+%_final",
"monster_reverse_point_blank_damage_-%_at_minimum_range",
"base_is_projectile",
"projectile_uses_contact_position",
},
levels = {
[1] = {-60, 30, levelRequirement = 0, statInterpolation = {}, cost = { }, },
},
}
-- src\Data\Skills\spectre.lua
skills["DemonFemaleRangedGeometryProjectileRight"] = {
name = "DemonFemaleRangedGeometryProjectileRight",
hidden = true,
color = "4",
baseEffectiveness = 0,
incrementalEffectiveness = 0,
skillTypes = {
[SkillType.Attack] = true,
[SkillType.Triggerable] = true,
},
statDescriptionScope = "skill_stat_descriptions",
castTime = 1,
baseFlags = {
attack = true,
projectile = true,
},
baseMods = {
},
qualityStats = {
},
stats = {
"active_skill_damage_+%_final",
"monster_reverse_point_blank_damage_-%_at_minimum_range",
"base_is_projectile",
"projectile_uses_contact_position",
},
levels = {
[1] = {-60, 30, levelRequirement = 0, statInterpolation = {}, cost = { }, },
},
}
-- src\Data\Skills\spectre.lua
skills["DemonFemaleRangedGeometryProjectileLeftAhead"] = {
name = "DemonFemaleRangedGeometryProjectileLeftAhead",
hidden = true,
color = "4",
baseEffectiveness = 0,
incrementalEffectiveness = 0,
skillTypes = {
[SkillType.Attack] = true,
[SkillType.Triggerable] = true,
},
statDescriptionScope = "skill_stat_descriptions",
castTime = 1,
baseFlags = {
attack = true,
projectile = true,
},
baseMods = {
},
qualityStats = {
},
stats = {
"active_skill_damage_+%_final",
"monster_reverse_point_blank_damage_-%_at_minimum_range",
"base_is_projectile",
"projectile_uses_contact_position",
},
levels = {
[1] = {-60, 30, levelRequirement = 0, statInterpolation = {}, cost = { }, },
},
}
-- src\Data\Skills\spectre.lua
skills["DemonFemaleRangedGeometryProjectileRightAhead"] = {
name = "DemonFemaleRangedGeometryProjectileRightAhead",
hidden = true,
color = "4",
baseEffectiveness = 0,
incrementalEffectiveness = 0,
skillTypes = {
[SkillType.Attack] = true,
[SkillType.Triggerable] = true,
},
statDescriptionScope = "skill_stat_descriptions",
castTime = 1,
baseFlags = {
attack = true,
projectile = true,
},
baseMods = {
},
qualityStats = {
},
stats = {
"active_skill_damage_+%_final",
"monster_reverse_point_blank_damage_-%_at_minimum_range",
"base_is_projectile",
"projectile_uses_contact_position",
},
levels = {
[1] = {-60, 30, levelRequirement = 0, statInterpolation = {}, cost = { }, },
},
}
-- src\Data\Skills\spectre.lua
skills["EmptyActionFemaleDemonProjectiles"] = {
name = "EmptyActionFemaleDemonProjectiles",
hidden = true,
color = "4",
baseEffectiveness = 0,
incrementalEffectiveness = 0,
skillTypes = {
[SkillType.Attack] = true,
},
statDescriptionScope = "skill_stat_descriptions",
castTime = 3,
baseFlags = {
attack = true,
},
baseMods = {
},
qualityStats = {
},
stats = {
"melee_range_+",
"cast_time_overrides_attack_duration",
},
levels = {
[1] = {40, levelRequirement = 0, statInterpolation = {}, cost = { }, },
},
}
-- src\Data\Skills\spectre.lua
skills["EmptyActionFemaleDemonProjectilesAhead"] = {
name = "EmptyActionFemaleDemonProjectilesAhead",
hidden = true,
color = "4",
baseEffectiveness = 0,
incrementalEffectiveness = 0,
skillTypes = {
[SkillType.Attack] = true,
},
statDescriptionScope = "skill_stat_descriptions",
castTime = 3,
baseFlags = {
attack = true,
},
baseMods = {
},
qualityStats = {
},
stats = {
"melee_range_+",
"cast_time_overrides_attack_duration",
},
levels = {
[1] = {40, levelRequirement = 0, statInterpolation = {}, cost = { }, },
},
}
50% de chance de receber uma Carga de Frenesi ao Acertar
| Family | MonsterGrantsCharges |
|---|---|
| Domains | monstro (3) |
| GenerationType | unico (3) |
| Req. level | 1 |
| Stats | |
| Craft Tags | frenzy_charge |
Habilidades disparam 1 Projéteis adicionais
| Family | MonsterMultipleProjectile |
|---|---|
| Domains | monstro (3) |
| GenerationType | unico (3) |
| Req. level | 1 |
| Stats |
+3 ao Máximo de Cargas de Frenesi
| Family | MaximumFrenzyCharges |
|---|---|
| Domains | monstro (3) |
| GenerationType | unico (3) |
| Req. level | 1 |
| Stats | |
| Craft Tags | frenzy_charge |
| Family | MonsterAura |
|---|---|
| Domains | monstro (3) |
| GenerationType | unico (3) |
| Req. level | 4 (Effective: 3) |
| Stats | |
| Craft Tags | Velocidade |
Aura de Velocidade
Raio: 45
Aliados se Movem e Atacam Mais Rápido
Velocidade de Ataque aumentada em 35%
Velocidade de Conjuração aumentada em 35%
Buff concede Velocidade de Movimento aumentada em 75%
Speed Aura
50% do Dano Físico Convertido em Dano de Fogo
| Family | FireDamageAsPortionOfDamage |
|---|---|
| Domains | monstro (3) |
| GenerationType | unico (3) |
| Req. level | 1 |
| Stats | |
| Craft Tags | physical_damage elemental_damage Dano Físico Elemental Fogo |
monster dropped item rarity +% [15000]
monster slain experience +% [100]
| Family | MonsterMapBoss |
|---|---|
| Domains | monstro (3) |
| GenerationType | unico (3) |
| Req. level | 1 |
| Stats |
monster penalty against minions damage +% final vs player minions [-30]
| Family | MonsterDamageVersusMinions |
|---|---|
| Domains | monstro (3) |
| GenerationType | unico (3) |
| Req. level | 1 |
| Stats | |
| Craft Tags | Dano |
cannot be stunned for ms after stun finished [2000]
cannot be stunned while stunned [1]
| Family | Nothing |
|---|---|
| Domains | monstro (3) |
| GenerationType | unico (3) |
| Req. level | 1 |
| Stats |
A Santa do Pau Oco
Demoníaco50% de chance de receber uma Carga de Frenesi ao Acertar
Habilidades disparam 1 Projéteis adicionais
+3 ao Máximo de Cargas de Frenesi
50% do Dano Físico Convertido em Dano de Fogo
monster dropped item rarity +% [15000]
monster slain experience +% [100]
monster penalty against minions damage +% final vs player minions [-30]
cannot be stunned for ms after stun finished [2000]
cannot be stunned while stunned [1]
Habilidades disparam 1 Projéteis adicionais
+3 ao Máximo de Cargas de Frenesi
50% do Dano Físico Convertido em Dano de Fogo
monster dropped item rarity +% [15000]
monster slain experience +% [100]
monster penalty against minions damage +% final vs player minions [-30]
cannot be stunned for ms after stun finished [2000]
cannot be stunned while stunned [1]
The Hollow Lady
| Spectre | |
|---|---|
| Tags | demon, flesh_armour, is_unarmed, medium_movement, medium_small_height, not_int, not_str, physical_affinity, puncturing_weapon, ranged, red_blood, standalone_map_boss |
Vida
270%
Evasão
+10%
Ailment Threshold
270%
Resistência
Damage
280%
Precisão
100%
Chance de Crítico
+5%
Multiplicador de Acerto Crítico
+130%
Attack Distance
6 ~ 6
Attack Time
3 Second
Damage Spread
±20%
Experiência
200%
Model Size
100%
Type
DemonRangedMapBoss
Metadata
DemonFemaleRangedMapBoss1Standalone
The following values do not include map affix bonuses, monster buff bonuses, altar bonuses, atlas skill bonuses.
Nível
68
Vida
376,235
Armadura
28,790
Evasão
5,213
Damage
1,191
Dano Mágico
1,778
Precisão
580
Attack Time
2.01
Experiência
112,805
Minion Life
81,609
Minion Damage
951
Ailment Threshold
237,028
Chill
749
Shock
749
Brittle
4,240
Scorch
749
Sap
2,071
Phys Convert Ele
240%
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).
DemonFemaleRangedGeometryProjectileLeft
Attack, Triggerable
Base Damage: 1892—2838
Chance de Crítico: 5%
Attack Time: 3 seg
Causa 60% menos Dano
base is projectile [1]
monster reverse point blank damage -% at minimum range [30]
projectile uses contact position [1]
DemonFemaleRangedGeometryProjectileRight
Attack, Triggerable
Base Damage: 1892—2838
Chance de Crítico: 5%
Attack Time: 3 seg
Causa 60% menos Dano
base is projectile [1]
monster reverse point blank damage -% at minimum range [30]
projectile uses contact position [1]
EmptyActionFemaleDemonProjectiles
Attack
Base Damage: 1892—2838
Chance de Crítico: 5%
Attack Time: 3 seg
+4 metros ao Alcance de Golpes Corpo a Corpo
cast time overrides attack duration [1]
DemonFemaleRangedGeometryProjectileLeftAhead
Attack, Triggerable
Base Damage: 1892—2838
Chance de Crítico: 5%
Attack Time: 3 seg
Causa 60% menos Dano
base is projectile [1]
monster reverse point blank damage -% at minimum range [30]
projectile uses contact position [1]
DemonFemaleRangedGeometryProjectileRightAhead
Attack, Triggerable
Base Damage: 1892—2838
Chance de Crítico: 5%
Attack Time: 3 seg
Causa 60% menos Dano
base is projectile [1]
monster reverse point blank damage -% at minimum range [30]
projectile uses contact position [1]
EmptyActionFemaleDemonProjectilesAhead
Attack
Base Damage: 1892—2838
Chance de Crítico: 5%
Attack Time: 3 seg
+4 metros ao Alcance de Golpes Corpo a Corpo
cast time overrides attack duration [1]
Object Type
version 2 extends "Metadata/Monsters/DemonFemaleRanged/DemonFemaleRanged" extends "Metadata/Monsters/StandaloneMapBoss"
-- src\Data\Spectres.lua
minions["Metadata/Monsters/DemonModular/DemonFemaleRangedMapBoss1Standalone"] = {
fireResist = 40,
coldResist = 40,
lightningResist = 40,
chaosResist = 25,
name = "The Hollow Lady",
life = 2.7,
damage = 2.8,
damageSpread = 0.2,
attackTime = 3,
attackRange = 6,
accuracy = 1,
skillList = {
"DemonFemaleRangedGeometryProjectileLeft",
"DemonFemaleRangedGeometryProjectileRight",
"DemonFemaleRangedGeometryProjectileLeftAhead",
"DemonFemaleRangedGeometryProjectileRightAhead",
"EmptyActionFemaleDemonProjectiles",
"EmptyActionFemaleDemonProjectilesAhead",
},
modList = {
},
}
-- src\Data\Skills\spectre.lua
skills["DemonFemaleRangedGeometryProjectileLeft"] = {
name = "DemonFemaleRangedGeometryProjectileLeft",
hidden = true,
color = "4",
baseEffectiveness = 0,
incrementalEffectiveness = 0,
skillTypes = {
[SkillType.Attack] = true,
[SkillType.Triggerable] = true,
},
statDescriptionScope = "skill_stat_descriptions",
castTime = 1,
baseFlags = {
attack = true,
projectile = true,
},
baseMods = {
},
qualityStats = {
},
stats = {
"active_skill_damage_+%_final",
"monster_reverse_point_blank_damage_-%_at_minimum_range",
"base_is_projectile",
"projectile_uses_contact_position",
},
levels = {
[1] = {-60, 30, levelRequirement = 0, statInterpolation = {}, cost = { }, },
},
}
-- src\Data\Skills\spectre.lua
skills["DemonFemaleRangedGeometryProjectileRight"] = {
name = "DemonFemaleRangedGeometryProjectileRight",
hidden = true,
color = "4",
baseEffectiveness = 0,
incrementalEffectiveness = 0,
skillTypes = {
[SkillType.Attack] = true,
[SkillType.Triggerable] = true,
},
statDescriptionScope = "skill_stat_descriptions",
castTime = 1,
baseFlags = {
attack = true,
projectile = true,
},
baseMods = {
},
qualityStats = {
},
stats = {
"active_skill_damage_+%_final",
"monster_reverse_point_blank_damage_-%_at_minimum_range",
"base_is_projectile",
"projectile_uses_contact_position",
},
levels = {
[1] = {-60, 30, levelRequirement = 0, statInterpolation = {}, cost = { }, },
},
}
-- src\Data\Skills\spectre.lua
skills["DemonFemaleRangedGeometryProjectileLeftAhead"] = {
name = "DemonFemaleRangedGeometryProjectileLeftAhead",
hidden = true,
color = "4",
baseEffectiveness = 0,
incrementalEffectiveness = 0,
skillTypes = {
[SkillType.Attack] = true,
[SkillType.Triggerable] = true,
},
statDescriptionScope = "skill_stat_descriptions",
castTime = 1,
baseFlags = {
attack = true,
projectile = true,
},
baseMods = {
},
qualityStats = {
},
stats = {
"active_skill_damage_+%_final",
"monster_reverse_point_blank_damage_-%_at_minimum_range",
"base_is_projectile",
"projectile_uses_contact_position",
},
levels = {
[1] = {-60, 30, levelRequirement = 0, statInterpolation = {}, cost = { }, },
},
}
-- src\Data\Skills\spectre.lua
skills["DemonFemaleRangedGeometryProjectileRightAhead"] = {
name = "DemonFemaleRangedGeometryProjectileRightAhead",
hidden = true,
color = "4",
baseEffectiveness = 0,
incrementalEffectiveness = 0,
skillTypes = {
[SkillType.Attack] = true,
[SkillType.Triggerable] = true,
},
statDescriptionScope = "skill_stat_descriptions",
castTime = 1,
baseFlags = {
attack = true,
projectile = true,
},
baseMods = {
},
qualityStats = {
},
stats = {
"active_skill_damage_+%_final",
"monster_reverse_point_blank_damage_-%_at_minimum_range",
"base_is_projectile",
"projectile_uses_contact_position",
},
levels = {
[1] = {-60, 30, levelRequirement = 0, statInterpolation = {}, cost = { }, },
},
}
-- src\Data\Skills\spectre.lua
skills["EmptyActionFemaleDemonProjectiles"] = {
name = "EmptyActionFemaleDemonProjectiles",
hidden = true,
color = "4",
baseEffectiveness = 0,
incrementalEffectiveness = 0,
skillTypes = {
[SkillType.Attack] = true,
},
statDescriptionScope = "skill_stat_descriptions",
castTime = 3,
baseFlags = {
attack = true,
},
baseMods = {
},
qualityStats = {
},
stats = {
"melee_range_+",
"cast_time_overrides_attack_duration",
},
levels = {
[1] = {40, levelRequirement = 0, statInterpolation = {}, cost = { }, },
},
}
-- src\Data\Skills\spectre.lua
skills["EmptyActionFemaleDemonProjectilesAhead"] = {
name = "EmptyActionFemaleDemonProjectilesAhead",
hidden = true,
color = "4",
baseEffectiveness = 0,
incrementalEffectiveness = 0,
skillTypes = {
[SkillType.Attack] = true,
},
statDescriptionScope = "skill_stat_descriptions",
castTime = 3,
baseFlags = {
attack = true,
},
baseMods = {
},
qualityStats = {
},
stats = {
"melee_range_+",
"cast_time_overrides_attack_duration",
},
levels = {
[1] = {40, levelRequirement = 0, statInterpolation = {}, cost = { }, },
},
}
50% de chance de receber uma Carga de Frenesi ao Acertar
| Family | MonsterGrantsCharges |
|---|---|
| Domains | monstro (3) |
| GenerationType | unico (3) |
| Req. level | 1 |
| Stats | |
| Craft Tags | frenzy_charge |
Habilidades disparam 1 Projéteis adicionais
| Family | MonsterMultipleProjectile |
|---|---|
| Domains | monstro (3) |
| GenerationType | unico (3) |
| Req. level | 1 |
| Stats |
+3 ao Máximo de Cargas de Frenesi
| Family | MaximumFrenzyCharges |
|---|---|
| Domains | monstro (3) |
| GenerationType | unico (3) |
| Req. level | 1 |
| Stats | |
| Craft Tags | frenzy_charge |
| Family | MonsterAura |
|---|---|
| Domains | monstro (3) |
| GenerationType | unico (3) |
| Req. level | 4 (Effective: 3) |
| Stats | |
| Craft Tags | Velocidade |
Aura de Velocidade
Raio: 45
Aliados se Movem e Atacam Mais Rápido
Velocidade de Ataque aumentada em 35%
Velocidade de Conjuração aumentada em 35%
Buff concede Velocidade de Movimento aumentada em 75%
Speed Aura
50% do Dano Físico Convertido em Dano de Fogo
| Family | FireDamageAsPortionOfDamage |
|---|---|
| Domains | monstro (3) |
| GenerationType | unico (3) |
| Req. level | 1 |
| Stats | |
| Craft Tags | physical_damage elemental_damage Dano Físico Elemental Fogo |
monster dropped item rarity +% [15000]
monster slain experience +% [100]
| Family | MonsterMapBoss |
|---|---|
| Domains | monstro (3) |
| GenerationType | unico (3) |
| Req. level | 1 |
| Stats |
monster penalty against minions damage +% final vs player minions [-30]
| Family | MonsterDamageVersusMinions |
|---|---|
| Domains | monstro (3) |
| GenerationType | unico (3) |
| Req. level | 1 |
| Stats | |
| Craft Tags | Dano |
cannot be stunned for ms after stun finished [2000]
cannot be stunned while stunned [1]
| Family | Nothing |
|---|---|
| Domains | monstro (3) |
| GenerationType | unico (3) |
| Req. level | 1 |
| Stats |
A Santa do Pau Oco
Demoníaco50% de chance de receber uma Carga de Frenesi ao Acertar
Habilidades disparam 1 Projéteis adicionais
+3 ao Máximo de Cargas de Frenesi
50% do Dano Físico Convertido em Dano de Fogo
monster dropped item rarity +% [15000]
monster slain experience +% [100]
monster penalty against minions damage +% final vs player minions [-30]
cannot be stunned for ms after stun finished [2000]
cannot be stunned while stunned [1]
Habilidades disparam 1 Projéteis adicionais
+3 ao Máximo de Cargas de Frenesi
50% do Dano Físico Convertido em Dano de Fogo
monster dropped item rarity +% [15000]
monster slain experience +% [100]
monster penalty against minions damage +% final vs player minions [-30]
cannot be stunned for ms after stun finished [2000]
cannot be stunned while stunned [1]
The Hollow Lady
| Spectre | |
|---|---|
| Tags | demon, elder_map_boss, flesh_armour, is_unarmed, medium_movement, medium_small_height, non_attacking, not_int, not_str, puncturing_weapon, ranged, red_blood |
Vida
270%
Evasão
+10%
Ailment Threshold
270%
Resistência
Damage
280%
Precisão
100%
Chance de Crítico
+5%
Multiplicador de Acerto Crítico
+130%
Attack Distance
6 ~ 6
Attack Time
3 Second
Damage Spread
±20%
Experiência
200%
Model Size
100%
Type
DemonRangedMapBoss
Metadata
DemonFemaleRangedMapBoss1Elder
Object Type
version 2 extends "Metadata/Monsters/ElderBosses/ElderBossClone"
-- src\Data\Spectres.lua
minions["Metadata/Monsters/DemonModular/DemonFemaleRangedMapBoss1Elder"] = {
fireResist = 40,
coldResist = 40,
lightningResist = 40,
chaosResist = 25,
name = "The Hollow Lady",
life = 2.7,
damage = 2.8,
damageSpread = 0.2,
attackTime = 3,
attackRange = 6,
accuracy = 1,
skillList = {
},
modList = {
},
}
50% de chance de receber uma Carga de Frenesi ao Acertar
| Family | MonsterGrantsCharges |
|---|---|
| Domains | monstro (3) |
| GenerationType | unico (3) |
| Req. level | 1 |
| Stats | |
| Craft Tags | frenzy_charge |
Habilidades disparam 1 Projéteis adicionais
| Family | MonsterMultipleProjectile |
|---|---|
| Domains | monstro (3) |
| GenerationType | unico (3) |
| Req. level | 1 |
| Stats |
+3 ao Máximo de Cargas de Frenesi
| Family | MaximumFrenzyCharges |
|---|---|
| Domains | monstro (3) |
| GenerationType | unico (3) |
| Req. level | 1 |
| Stats | |
| Craft Tags | frenzy_charge |
| Family | MonsterAura |
|---|---|
| Domains | monstro (3) |
| GenerationType | unico (3) |
| Req. level | 4 (Effective: 3) |
| Stats | |
| Craft Tags | Velocidade |
Aura de Velocidade
Raio: 45
Aliados se Movem e Atacam Mais Rápido
Velocidade de Ataque aumentada em 35%
Velocidade de Conjuração aumentada em 35%
Buff concede Velocidade de Movimento aumentada em 75%
Speed Aura
50% do Dano Físico Convertido em Dano de Fogo
| Family | FireDamageAsPortionOfDamage |
|---|---|
| Domains | monstro (3) |
| GenerationType | unico (3) |
| Req. level | 1 |
| Stats | |
| Craft Tags | physical_damage elemental_damage Dano Físico Elemental Fogo |
monster dropped item rarity +% [15000]
monster slain experience +% [100]
| Family | MonsterMapBoss |
|---|---|
| Domains | monstro (3) |
| GenerationType | unico (3) |
| Req. level | 1 |
| Stats |
monster penalty against minions damage +% final vs player minions [-30]
| Family | MonsterDamageVersusMinions |
|---|---|
| Domains | monstro (3) |
| GenerationType | unico (3) |
| Req. level | 1 |
| Stats | |
| Craft Tags | Dano |
cannot be stunned for ms after stun finished [2000]
cannot be stunned while stunned [1]
| Family | Nothing |
|---|---|
| Domains | monstro (3) |
| GenerationType | unico (3) |
| Req. level | 1 |
| Stats |
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.




















