Doedre, a Profanadora
DemoníacoÁrea: Mapa: Sepulcro
monster dropped item rarity +% [15000]
monster slain experience +% [100]
cannot be stunned for ms after stun finished [2000]
cannot be stunned while stunned [1]
monster slain experience +% [100]
cannot be stunned for ms after stun finished [2000]
cannot be stunned while stunned [1]
Doedre the Defiler
| Spectre | |
|---|---|
| Area | Mapa: Sepulcro |
| Tags | Conjurador, chaos_affinity, demon, doedre_monster_map, ghost_armour, ghost_blood, human, humanoid, is_unarmed, large_model, medium_height, medium_movement, non_unique_map_boss, not_dex, not_str, physical_affinity, ranged, slashing_weapon, unholy_trio_monster_map |
Vida
400%
Energy Shield From Life
100%
Ailment Threshold
400%
Resistência
Damage
200%
Precisão
100%
Chance de Crítico
+5%
Multiplicador de Acerto Crítico
+130%
Attack Distance
6 ~ 15
Attack Time
1.5 Second
Damage Spread
±20%
Experiência
200%
Model Size
100%
Type
DoedreSoulMap
Metadata
DoedreSoulMap
The following values do not include map affix bonuses, monster buff bonuses, altar bonuses, atlas skill bonuses.
Nível
76
Vida
2,289,127
Armadura
53,896
Evasão
6,235
Escudo de Energia
40,120
Damage
1,369
Dano Mágico
2,043
Precisão
792
Attack Time
1.005
Experiência
132,044
Minion Life
463,075
Minion Energy Shield
8,116
Minion Damage
1,125
Ailment Threshold
1,167,455
Chill
3,691
Shock
3,691
Brittle
20,885
Scorch
3,691
Sap
10,199
Phys Convert Ele
280%
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).
WandStrikeTrio
Spell, Damage, Area, AreaSpell
Chance de Crítico: 5%
Tempo de Conjuração: 1.17 seg
Dispara 2 Projéteis adicionais
Também dispara Projéteis de até 20 pontos de cada lado seu
active skill area of effect radius +% final [-40]
additional projectiles fire parallel y dist [-100]
always pierce [1]
base is projectile [1]
is area damage [1]
spell maximum base physical damage [1144]
spell minimum base physical damage [936.1]
volley additional projectiles fire parallel x dist [100]
DoedreFormWarp
Spell, Damage, Area, AreaSpell
Chance de Crítico: 5%
Tempo de Conjuração: 2.5 seg
Recarga: 8 seg
is area damage [1]
monster penalty against minions damage +% final vs player minions [-30]
spell maximum base physical damage [1475]
spell minimum base physical damage [983.6]
TriggerDoedreStonePillarVulnerability
Triggerable
Recarga: 6 seg
active skill area of effect radius +% final [200]
trigger spawners override row [19]
TriggerDoedreStonePillarTemporalChains
Triggerable
Recarga: 6 seg
active skill area of effect radius +% final [200]
trigger spawners override row [20]
TriggerDoedreStonePillarEnfeeble
Triggerable
Recarga: 6 seg
active skill area of effect radius +% final [200]
trigger spawners override row [21]
DoedreScreechMap
Spell
Tempo de Conjuração: 9.9 seg
30% do Dano Físico Convertido para Dano de Caos
cannot stun [1]
is area damage [1]
spell maximum base physical damage [953.1]
spell minimum base physical damage [635.4]
DoedreUnholySummonZombiesHandCast
Spell, Multicastable, Triggerable
Tempo de Conjuração: 1.25 seg
alternate minion [256]
monster no drops or experience [1]
number of monsters to summon [5]
summon specific monsters radius +% [150]
summoned monsters are minions [1]
Object Type
version 2
extends "Metadata/Monsters/Monster"
Actor
{
slow_animations_go_to_idle = false
basic_action = "Emerge"
}
StateMachine
{
define_shared_state = "visible"
on_state_visible_0 = "RemoveCollidability();"
on_state_visible_1 = "MakeCollidable();"
}
Transitionable
{
} -- src\Data\Spectres.lua
minions["Metadata/Monsters/Doedre/DoedreSoulMap"] = {
fireResist = 40,
coldResist = 40,
lightningResist = 40,
chaosResist = 25,
name = "Doedre the Defiler",
life = 4,
energyShield = 1,
damage = 2,
damageSpread = 0.2,
attackTime = 1.5,
attackRange = 15,
accuracy = 1,
skillList = {
"TriggerDoedreStonePillarVulnerability",
"TriggerDoedreStonePillarTemporalChains",
"TriggerDoedreStonePillarEnfeeble",
"DoedreUnholySummonZombiesHandCast",
"WandStrikeTrio",
"DoedreFormWarp",
"DoedreScreechMap",
},
modList = {
},
}
-- src\Data\Skills\spectre.lua
skills["TriggerDoedreStonePillarVulnerability"] = {
name = "TriggerDoedreStonePillarVulnerability",
hidden = true,
color = "4",
baseEffectiveness = 0,
incrementalEffectiveness = 0,
skillTypes = {
[SkillType.Triggerable] = true,
},
statDescriptionScope = "skill_stat_descriptions",
castTime = 0.75,
baseFlags = {
},
baseMods = {
},
qualityStats = {
},
stats = {
"active_skill_area_of_effect_radius_+%_final",
"trigger_spawners_override_row",
},
levels = {
[1] = {200, 19, levelRequirement = 1, statInterpolation = {}, cost = { }, },
},
}
-- src\Data\Skills\spectre.lua
skills["TriggerDoedreStonePillarTemporalChains"] = {
name = "TriggerDoedreStonePillarTemporalChains",
hidden = true,
color = "4",
baseEffectiveness = 0,
incrementalEffectiveness = 0,
skillTypes = {
[SkillType.Triggerable] = true,
},
statDescriptionScope = "skill_stat_descriptions",
castTime = 0.75,
baseFlags = {
},
baseMods = {
},
qualityStats = {
},
stats = {
"active_skill_area_of_effect_radius_+%_final",
"trigger_spawners_override_row",
},
levels = {
[1] = {200, 20, levelRequirement = 1, statInterpolation = {}, cost = { }, },
},
}
-- src\Data\Skills\spectre.lua
skills["TriggerDoedreStonePillarEnfeeble"] = {
name = "TriggerDoedreStonePillarEnfeeble",
hidden = true,
color = "4",
baseEffectiveness = 0,
incrementalEffectiveness = 0,
skillTypes = {
[SkillType.Triggerable] = true,
},
statDescriptionScope = "skill_stat_descriptions",
castTime = 0.75,
baseFlags = {
},
baseMods = {
},
qualityStats = {
},
stats = {
"active_skill_area_of_effect_radius_+%_final",
"trigger_spawners_override_row",
},
levels = {
[1] = {200, 21, levelRequirement = 1, statInterpolation = {}, cost = { }, },
},
}
-- src\Data\Skills\spectre.lua
skills["DoedreUnholySummonZombiesHandCast"] = {
name = "DoedreUnholySummonZombiesHandCast",
hidden = true,
color = "4",
baseEffectiveness = 0,
incrementalEffectiveness = 0,
skillTypes = {
[SkillType.Spell] = true,
[SkillType.Multicastable] = true,
[SkillType.Triggerable] = true,
},
statDescriptionScope = "skill_stat_descriptions",
castTime = 1.25,
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",
},
levels = {
[1] = {5, 256, 150, levelRequirement = 1, statInterpolation = {}, cost = { }, },
},
}
-- src\Data\Skills\spectre.lua
skills["WandStrikeTrio"] = {
name = "WandStrikeTrio",
hidden = true,
color = "4",
baseEffectiveness = 0,
incrementalEffectiveness = 0,
skillTypes = {
[SkillType.Spell] = true,
[SkillType.Damage] = true,
[SkillType.Area] = true,
[SkillType.AreaSpell] = true,
},
statDescriptionScope = "skill_stat_descriptions",
castTime = 1.17,
baseFlags = {
area = true,
spell = true,
projectile = true,
},
baseMods = {
},
qualityStats = {
},
stats = {
"spell_minimum_base_physical_damage",
"spell_maximum_base_physical_damage",
"number_of_additional_projectiles",
"volley_additional_projectiles_fire_parallel_x_dist",
"additional_projectiles_fire_parallel_y_dist",
"support_parallel_projectile_number_of_points_per_side",
"active_skill_area_of_effect_radius_+%_final",
"is_area_damage",
"base_is_projectile",
"always_pierce",
},
levels = {
[1] = {0.89999997615814, 1.1000000238419, 2, 100, -100, 20, -40, critChance = 5, levelRequirement = 58, statInterpolation = {3, 3}, cost = { }, },
},
}
-- src\Data\Skills\spectre.lua
skills["DoedreFormWarp"] = {
name = "DoedreFormWarp",
hidden = true,
color = "4",
baseEffectiveness = 0,
incrementalEffectiveness = 0,
skillTypes = {
[SkillType.Spell] = true,
[SkillType.Damage] = true,
[SkillType.Area] = true,
[SkillType.AreaSpell] = true,
},
statDescriptionScope = "skill_stat_descriptions",
castTime = 2.5,
baseFlags = {
area = true,
spell = true,
},
baseMods = {
},
qualityStats = {
},
stats = {
"spell_minimum_base_physical_damage",
"spell_maximum_base_physical_damage",
"monster_penalty_against_minions_damage_+%_final_vs_player_minions",
"is_area_damage",
},
levels = {
[1] = {0.80000001192093, 1.2000000476837, -30, critChance = 5, levelRequirement = 58, statInterpolation = {3, 3}, cost = { }, },
},
}
-- src\Data\Skills\spectre.lua
skills["DoedreScreechMap"] = {
name = "DoedreScreechMap",
hidden = true,
color = "4",
baseEffectiveness = 0,
incrementalEffectiveness = 0,
skillTypes = {
[SkillType.Spell] = true,
},
statDescriptionScope = "skill_stat_descriptions",
castTime = 9.9,
baseFlags = {
spell = true,
area = true,
},
baseMods = {
},
qualityStats = {
},
stats = {
"spell_minimum_base_physical_damage",
"spell_maximum_base_physical_damage",
"skill_physical_damage_%_to_convert_to_chaos",
"cannot_stun",
"is_area_damage",
},
levels = {
[1] = {0.80000001192093, 1.2000000476837, 30, levelRequirement = 82, statInterpolation = {3, 3}, cost = { }, },
},
}
monster dropped item rarity +% [15000]
monster slain experience +% [100]
| Family | MonsterMapBoss |
|---|---|
| Domains | monstro (3) |
| GenerationType | unico (3) |
| Req. level | 1 |
| Stats |
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 |
Doedre, a Profanadora
Demoníacomonster dropped item rarity +% [15000]
monster slain experience +% [100]
cannot be stunned for ms after stun finished [2000]
cannot be stunned while stunned [1]
monster slain experience +% [100]
cannot be stunned for ms after stun finished [2000]
cannot be stunned while stunned [1]
Doedre the Defiler
| Spectre | |
|---|---|
| Tags | Conjurador, demon, ghost_armour, ghost_blood, human, humanoid, is_unarmed, large_model, medium_height, medium_movement, not_dex, not_str, physical_affinity, ranged, slashing_weapon, standalone_map_boss |
Vida
400%
Energy Shield From Life
100%
Ailment Threshold
400%
Resistência
Damage
200%
Precisão
100%
Chance de Crítico
+5%
Multiplicador de Acerto Crítico
+130%
Attack Distance
6 ~ 15
Attack Time
1.5 Second
Damage Spread
±20%
Experiência
200%
Model Size
100%
Type
DoedreSoulMap
Metadata
DoedreSoulMapStandalone
The following values do not include map affix bonuses, monster buff bonuses, altar bonuses, atlas skill bonuses.
Nível
68
Vida
557,385
Armadura
28,790
Evasão
4,739
Escudo de Energia
24,508
Damage
851
Dano Mágico
1,270
Precisão
580
Attack Time
1.005
Experiência
112,805
Minion Life
120,902
Minion Energy Shield
5,316
Minion Damage
680
Ailment Threshold
351,153
Chill
1,110
Shock
1,110
Brittle
6,282
Scorch
1,110
Sap
3,068
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).
WandStrikeTrio
Spell, Damage, Area, AreaSpell
Chance de Crítico: 5%
Tempo de Conjuração: 1.17 seg
Dispara 2 Projéteis adicionais
Também dispara Projéteis de até 20 pontos de cada lado seu
active skill area of effect radius +% final [-40]
additional projectiles fire parallel y dist [-100]
always pierce [1]
base is projectile [1]
is area damage [1]
spell maximum base physical damage [787.8]
spell minimum base physical damage [644.6]
volley additional projectiles fire parallel x dist [100]
DoedreUnholySummonZombiesHandCast
Spell, Multicastable, Triggerable
Tempo de Conjuração: 1.25 seg
alternate minion [256]
monster no drops or experience [1]
number of monsters to summon [5]
summon specific monsters radius +% [150]
summoned monsters are minions [1]
SSMStandaloneDoedreSoulCurseTotem
Spell, Multicastable, Triggerable, Trappable, Totemable, Mineable
Tempo de Conjuração: 1 seg
alternate minion [535]
minion dies when parent dies [1]
number of monsters to summon [1]
summon specific monsters radius +% [50]
summoned monsters are minions [1]
summoned monsters no drops or experience [1]
Object Type
version 2
extends "Metadata/Monsters/Monster"
extends "Metadata/Monsters/StandaloneMapBoss"
Actor
{
slow_animations_go_to_idle = false
} -- src\Data\Spectres.lua
minions["Metadata/Monsters/Doedre/DoedreSoulMapStandalone"] = {
fireResist = 40,
coldResist = 40,
lightningResist = 40,
chaosResist = 25,
name = "Doedre the Defiler",
life = 4,
energyShield = 1,
damage = 2,
damageSpread = 0.2,
attackTime = 1.5,
attackRange = 15,
accuracy = 1,
skillList = {
"SSMStandaloneDoedreSoulCurseTotem",
"DoedreUnholySummonZombiesHandCast",
"WandStrikeTrio",
},
modList = {
},
}
-- src\Data\Skills\spectre.lua
skills["SSMStandaloneDoedreSoulCurseTotem"] = {
name = "SSMStandaloneDoedreSoulCurseTotem",
hidden = true,
color = "4",
baseEffectiveness = 0,
incrementalEffectiveness = 0,
skillTypes = {
[SkillType.Spell] = true,
[SkillType.Multicastable] = true,
[SkillType.Triggerable] = true,
[SkillType.Trappable] = true,
[SkillType.Totemable] = true,
[SkillType.Mineable] = 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",
"summoned_monsters_no_drops_or_experience",
"minion_dies_when_parent_dies",
},
levels = {
[1] = {1, 535, 50, levelRequirement = 0, statInterpolation = {}, cost = { }, },
},
}
-- src\Data\Skills\spectre.lua
skills["DoedreUnholySummonZombiesHandCast"] = {
name = "DoedreUnholySummonZombiesHandCast",
hidden = true,
color = "4",
baseEffectiveness = 0,
incrementalEffectiveness = 0,
skillTypes = {
[SkillType.Spell] = true,
[SkillType.Multicastable] = true,
[SkillType.Triggerable] = true,
},
statDescriptionScope = "skill_stat_descriptions",
castTime = 1.25,
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",
},
levels = {
[1] = {5, 256, 150, levelRequirement = 1, statInterpolation = {}, cost = { }, },
},
}
-- src\Data\Skills\spectre.lua
skills["WandStrikeTrio"] = {
name = "WandStrikeTrio",
hidden = true,
color = "4",
baseEffectiveness = 0,
incrementalEffectiveness = 0,
skillTypes = {
[SkillType.Spell] = true,
[SkillType.Damage] = true,
[SkillType.Area] = true,
[SkillType.AreaSpell] = true,
},
statDescriptionScope = "skill_stat_descriptions",
castTime = 1.17,
baseFlags = {
area = true,
spell = true,
projectile = true,
},
baseMods = {
},
qualityStats = {
},
stats = {
"spell_minimum_base_physical_damage",
"spell_maximum_base_physical_damage",
"number_of_additional_projectiles",
"volley_additional_projectiles_fire_parallel_x_dist",
"additional_projectiles_fire_parallel_y_dist",
"support_parallel_projectile_number_of_points_per_side",
"active_skill_area_of_effect_radius_+%_final",
"is_area_damage",
"base_is_projectile",
"always_pierce",
},
levels = {
[1] = {0.89999997615814, 1.1000000238419, 2, 100, -100, 20, -40, critChance = 5, levelRequirement = 58, statInterpolation = {3, 3}, cost = { }, },
},
}
monster dropped item rarity +% [15000]
monster slain experience +% [100]
| Family | MonsterMapBoss |
|---|---|
| Domains | monstro (3) |
| GenerationType | unico (3) |
| Req. level | 1 |
| Stats |
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 |
Doedre, a Profanadora
Demoníacomonster dropped item rarity +% [15000]
monster slain experience +% [100]
cannot be stunned for ms after stun finished [2000]
cannot be stunned while stunned [1]
monster slain experience +% [100]
cannot be stunned for ms after stun finished [2000]
cannot be stunned while stunned [1]
Doedre the Defiler
| Spectre | |
|---|---|
| Tags | demon, elder_map_boss, ghost_armour, ghost_blood, human, humanoid, is_unarmed, large_model, medium_height, medium_movement, non_attacking, not_dex, not_str, slashing_weapon |
Vida
400%
Energy Shield From Life
100%
Ailment Threshold
400%
Resistência
Damage
200%
Precisão
100%
Chance de Crítico
+5%
Multiplicador de Acerto Crítico
+130%
Attack Distance
6 ~ 15
Attack Time
1.5 Second
Damage Spread
±20%
Experiência
200%
Model Size
100%
Type
DoedreSoulMap
Metadata
DoedreSoulMapElder
Object Type
version 2 extends "Metadata/Monsters/ElderBosses/ElderBossClone"
-- src\Data\Spectres.lua
minions["Metadata/Monsters/Doedre/DoedreSoulMapElder"] = {
fireResist = 40,
coldResist = 40,
lightningResist = 40,
chaosResist = 25,
name = "Doedre the Defiler",
life = 4,
energyShield = 1,
damage = 2,
damageSpread = 0.2,
attackTime = 1.5,
attackRange = 15,
accuracy = 1,
skillList = {
},
modList = {
},
}
monster dropped item rarity +% [15000]
monster slain experience +% [100]
| Family | MonsterMapBoss |
|---|---|
| Domains | monstro (3) |
| GenerationType | unico (3) |
| Req. level | 1 |
| Stats |
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 |
Doedre, a Profanadora
DemoníacoÁrea: Mapa: Sepulcro
monster dropped item rarity +% [15000]
monster slain experience +% [100]
cannot be stunned for ms after stun finished [2000]
cannot be stunned while stunned [1]
monster slain experience +% [100]
cannot be stunned for ms after stun finished [2000]
cannot be stunned while stunned [1]
Doedre the Defiler
| Spectre | |
|---|---|
| Area | Mapa: Sepulcro |
| Tags | bludgeoning_weapon, Conjurador, demon, doedre_monster_map, ghost_armour, ghost_blood, human, humanoid, is_unarmed, large_height, large_model, medium_movement, non_unique_map_boss, not_dex, not_str, physical_affinity, ranged, unholy_trio_monster_map |
Vida
400%
Energy Shield From Life
100%
Ailment Threshold
400%
Resistência
Damage
200%
Precisão
100%
Chance de Crítico
+5%
Multiplicador de Acerto Crítico
+130%
Attack Distance
6 ~ 15
Attack Time
1.5 Second
Damage Spread
±20%
Experiência
200%
Model Size
100%
Type
DoedreSoulMap
Metadata
DoedreSoul2Map
The following values do not include map affix bonuses, monster buff bonuses, altar bonuses, atlas skill bonuses.
Nível
76
Vida
2,289,127
Armadura
53,896
Evasão
6,235
Escudo de Energia
40,120
Damage
1,369
Dano Mágico
2,043
Precisão
792
Attack Time
1.005
Experiência
132,044
Minion Life
463,075
Minion Energy Shield
8,116
Minion Damage
1,125
Ailment Threshold
1,167,455
Chill
3,691
Shock
3,691
Brittle
20,885
Scorch
3,691
Sap
10,199
Phys Convert Ele
280%
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).
DoedreBloodProjectileMulti
Projectile, ProjectilesFromUser, Spell, Damage, Area, Trappable, Totemable, Mineable, Multicastable, Triggerable, AreaSpell
Tempo de Conjuração: 1 seg
Habilidade de morteiro de monstro genérico. Como Projétil de Monstro, mas com um efeito de impacto.
15% menos Velocidade de Conjuração
Dispara 2 Projéteis adicionais
base is projectile [1]
projectile minimum range [20]
projectile spread radius [20]
spell maximum action distance +% [-60]
spell maximum base physical damage [987.8]
spell minimum base physical damage [658.5]
DoedreFormWarp
Spell, Damage, Area, AreaSpell
Chance de Crítico: 5%
Tempo de Conjuração: 2.5 seg
Recarga: 8 seg
is area damage [1]
monster penalty against minions damage +% final vs player minions [-30]
spell maximum base physical damage [1475]
spell minimum base physical damage [983.6]
TriggerDoedreStonePillarVulnerability
Triggerable
Recarga: 6 seg
active skill area of effect radius +% final [200]
trigger spawners override row [19]
TriggerDoedreStonePillarTemporalChains
Triggerable
Recarga: 6 seg
active skill area of effect radius +% final [200]
trigger spawners override row [20]
TriggerDoedreStonePillarEnfeeble
Triggerable
Recarga: 6 seg
active skill area of effect radius +% final [200]
trigger spawners override row [21]
DoedreUnholySummonZombiesHandCast
Spell, Multicastable, Triggerable
Tempo de Conjuração: 1.25 seg
alternate minion [256]
monster no drops or experience [1]
number of monsters to summon [5]
summon specific monsters radius +% [150]
summoned monsters are minions [1]
Object Type
version 2
extends "Metadata/Monsters/Monster"
Actor
{
slow_animations_go_to_idle = false
basic_action = "Emerge"
}
StateMachine
{
define_shared_state = "visible"
on_state_visible_0 = "RemoveCollidability();"
on_state_visible_1 = "MakeCollidable();"
} -- src\Data\Spectres.lua
minions["Metadata/Monsters/Doedre/DoedreSoul2Map"] = {
fireResist = 40,
coldResist = 40,
lightningResist = 40,
chaosResist = 25,
name = "Doedre the Defiler",
life = 4,
energyShield = 1,
damage = 2,
damageSpread = 0.2,
attackTime = 1.5,
attackRange = 15,
accuracy = 1,
skillList = {
"TriggerDoedreStonePillarVulnerability",
"TriggerDoedreStonePillarTemporalChains",
"TriggerDoedreStonePillarEnfeeble",
"DoedreUnholySummonZombiesHandCast",
"DoedreBloodProjectileMulti",
"DoedreFormWarp",
},
modList = {
},
}
-- src\Data\Skills\spectre.lua
skills["TriggerDoedreStonePillarVulnerability"] = {
name = "TriggerDoedreStonePillarVulnerability",
hidden = true,
color = "4",
baseEffectiveness = 0,
incrementalEffectiveness = 0,
skillTypes = {
[SkillType.Triggerable] = true,
},
statDescriptionScope = "skill_stat_descriptions",
castTime = 0.75,
baseFlags = {
},
baseMods = {
},
qualityStats = {
},
stats = {
"active_skill_area_of_effect_radius_+%_final",
"trigger_spawners_override_row",
},
levels = {
[1] = {200, 19, levelRequirement = 1, statInterpolation = {}, cost = { }, },
},
}
-- src\Data\Skills\spectre.lua
skills["TriggerDoedreStonePillarTemporalChains"] = {
name = "TriggerDoedreStonePillarTemporalChains",
hidden = true,
color = "4",
baseEffectiveness = 0,
incrementalEffectiveness = 0,
skillTypes = {
[SkillType.Triggerable] = true,
},
statDescriptionScope = "skill_stat_descriptions",
castTime = 0.75,
baseFlags = {
},
baseMods = {
},
qualityStats = {
},
stats = {
"active_skill_area_of_effect_radius_+%_final",
"trigger_spawners_override_row",
},
levels = {
[1] = {200, 20, levelRequirement = 1, statInterpolation = {}, cost = { }, },
},
}
-- src\Data\Skills\spectre.lua
skills["TriggerDoedreStonePillarEnfeeble"] = {
name = "TriggerDoedreStonePillarEnfeeble",
hidden = true,
color = "4",
baseEffectiveness = 0,
incrementalEffectiveness = 0,
skillTypes = {
[SkillType.Triggerable] = true,
},
statDescriptionScope = "skill_stat_descriptions",
castTime = 0.75,
baseFlags = {
},
baseMods = {
},
qualityStats = {
},
stats = {
"active_skill_area_of_effect_radius_+%_final",
"trigger_spawners_override_row",
},
levels = {
[1] = {200, 21, levelRequirement = 1, statInterpolation = {}, cost = { }, },
},
}
-- src\Data\Skills\spectre.lua
skills["DoedreUnholySummonZombiesHandCast"] = {
name = "DoedreUnholySummonZombiesHandCast",
hidden = true,
color = "4",
baseEffectiveness = 0,
incrementalEffectiveness = 0,
skillTypes = {
[SkillType.Spell] = true,
[SkillType.Multicastable] = true,
[SkillType.Triggerable] = true,
},
statDescriptionScope = "skill_stat_descriptions",
castTime = 1.25,
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",
},
levels = {
[1] = {5, 256, 150, levelRequirement = 1, statInterpolation = {}, cost = { }, },
},
}
-- src\Data\Skills\spectre.lua
skills["DoedreBloodProjectileMulti"] = {
name = "DoedreBloodProjectileMulti",
hidden = true,
color = "4",
baseEffectiveness = 0,
incrementalEffectiveness = 0,
description = "Generic monster mortar skill. Like Monster Projectile but has an impact effect.",
skillTypes = {
[SkillType.Projectile] = true,
[SkillType.ProjectilesFromUser] = true,
[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.AreaSpell] = true,
},
statDescriptionScope = "skill_stat_descriptions",
castTime = 1,
baseFlags = {
area = true,
spell = true,
projectile = true,
},
baseMods = {
},
qualityStats = {
},
stats = {
"spell_minimum_base_physical_damage",
"spell_maximum_base_physical_damage",
"spell_maximum_action_distance_+%",
"projectile_spread_radius",
"number_of_additional_projectiles",
"active_skill_cast_speed_+%_final",
"projectile_minimum_range",
"base_is_projectile",
},
levels = {
[1] = {1.2000000476837, 1.7999999523163, -60, 20, 2, -15, 20, levelRequirement = 40, statInterpolation = {3, 3}, cost = { }, },
[2] = {1.2000000476837, 1.7999999523163, -60, 20, 2, -15, 20, levelRequirement = 66, statInterpolation = {3, 3}, cost = { }, },
},
}
-- src\Data\Skills\spectre.lua
skills["DoedreFormWarp"] = {
name = "DoedreFormWarp",
hidden = true,
color = "4",
baseEffectiveness = 0,
incrementalEffectiveness = 0,
skillTypes = {
[SkillType.Spell] = true,
[SkillType.Damage] = true,
[SkillType.Area] = true,
[SkillType.AreaSpell] = true,
},
statDescriptionScope = "skill_stat_descriptions",
castTime = 2.5,
baseFlags = {
area = true,
spell = true,
},
baseMods = {
},
qualityStats = {
},
stats = {
"spell_minimum_base_physical_damage",
"spell_maximum_base_physical_damage",
"monster_penalty_against_minions_damage_+%_final_vs_player_minions",
"is_area_damage",
},
levels = {
[1] = {0.80000001192093, 1.2000000476837, -30, critChance = 5, levelRequirement = 58, statInterpolation = {3, 3}, cost = { }, },
},
}
monster dropped item rarity +% [15000]
monster slain experience +% [100]
| Family | MonsterMapBoss |
|---|---|
| Domains | monstro (3) |
| GenerationType | unico (3) |
| Req. level | 1 |
| Stats |
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 |
Doedre, a Profanadora
Demoníacomonster dropped item rarity +% [15000]
monster slain experience +% [100]
cannot be stunned for ms after stun finished [2000]
cannot be stunned while stunned [1]
monster slain experience +% [100]
cannot be stunned for ms after stun finished [2000]
cannot be stunned while stunned [1]
Doedre the Defiler
| Spectre | |
|---|---|
| Tags | bludgeoning_weapon, Conjurador, demon, ghost_armour, ghost_blood, human, humanoid, is_unarmed, large_height, large_model, medium_movement, not_dex, not_str, physical_affinity, ranged, standalone_map_boss |
Vida
400%
Energy Shield From Life
100%
Ailment Threshold
400%
Resistência
Damage
200%
Precisão
100%
Chance de Crítico
+5%
Multiplicador de Acerto Crítico
+130%
Attack Distance
6 ~ 15
Attack Time
1.5 Second
Damage Spread
±20%
Experiência
200%
Model Size
100%
Type
DoedreSoulMap
Metadata
DoedreSoul2MapStandalone_
The following values do not include map affix bonuses, monster buff bonuses, altar bonuses, atlas skill bonuses.
Nível
68
Vida
557,385
Armadura
28,790
Evasão
4,739
Escudo de Energia
24,508
Damage
851
Dano Mágico
1,270
Precisão
580
Attack Time
1.005
Experiência
112,805
Minion Life
120,902
Minion Energy Shield
5,316
Minion Damage
680
Ailment Threshold
351,153
Chill
1,110
Shock
1,110
Brittle
6,282
Scorch
1,110
Sap
3,068
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).
DoedreBloodProjectileMulti
Projectile, ProjectilesFromUser, Spell, Damage, Area, Trappable, Totemable, Mineable, Multicastable, Triggerable, AreaSpell
Tempo de Conjuração: 1 seg
Habilidade de morteiro de monstro genérico. Como Projétil de Monstro, mas com um efeito de impacto.
15% menos Velocidade de Conjuração
Dispara 2 Projéteis adicionais
base is projectile [1]
projectile minimum range [20]
projectile spread radius [20]
spell maximum action distance +% [-60]
spell maximum base physical damage [688.1]
spell minimum base physical damage [458.7]
DoedreUnholySummonZombiesHandCast
Spell, Multicastable, Triggerable
Tempo de Conjuração: 1.25 seg
alternate minion [256]
monster no drops or experience [1]
number of monsters to summon [5]
summon specific monsters radius +% [150]
summoned monsters are minions [1]
SSMStandaloneDoedreSoulCurseTotem
Spell, Multicastable, Triggerable, Trappable, Totemable, Mineable
Tempo de Conjuração: 1 seg
alternate minion [535]
minion dies when parent dies [1]
number of monsters to summon [1]
summon specific monsters radius +% [50]
summoned monsters are minions [1]
summoned monsters no drops or experience [1]
Object Type
version 2
extends "Metadata/Monsters/Monster"
extends "Metadata/Monsters/StandaloneMapBoss"
Actor
{
slow_animations_go_to_idle = false
} -- src\Data\Spectres.lua
minions["Metadata/Monsters/Doedre/DoedreSoul2MapStandalone_"] = {
fireResist = 40,
coldResist = 40,
lightningResist = 40,
chaosResist = 25,
name = "Doedre the Defiler",
life = 4,
energyShield = 1,
damage = 2,
damageSpread = 0.2,
attackTime = 1.5,
attackRange = 15,
accuracy = 1,
skillList = {
"SSMStandaloneDoedreSoulCurseTotem",
"DoedreUnholySummonZombiesHandCast",
"DoedreBloodProjectileMulti",
},
modList = {
},
}
-- src\Data\Skills\spectre.lua
skills["SSMStandaloneDoedreSoulCurseTotem"] = {
name = "SSMStandaloneDoedreSoulCurseTotem",
hidden = true,
color = "4",
baseEffectiveness = 0,
incrementalEffectiveness = 0,
skillTypes = {
[SkillType.Spell] = true,
[SkillType.Multicastable] = true,
[SkillType.Triggerable] = true,
[SkillType.Trappable] = true,
[SkillType.Totemable] = true,
[SkillType.Mineable] = 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",
"summoned_monsters_no_drops_or_experience",
"minion_dies_when_parent_dies",
},
levels = {
[1] = {1, 535, 50, levelRequirement = 0, statInterpolation = {}, cost = { }, },
},
}
-- src\Data\Skills\spectre.lua
skills["DoedreUnholySummonZombiesHandCast"] = {
name = "DoedreUnholySummonZombiesHandCast",
hidden = true,
color = "4",
baseEffectiveness = 0,
incrementalEffectiveness = 0,
skillTypes = {
[SkillType.Spell] = true,
[SkillType.Multicastable] = true,
[SkillType.Triggerable] = true,
},
statDescriptionScope = "skill_stat_descriptions",
castTime = 1.25,
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",
},
levels = {
[1] = {5, 256, 150, levelRequirement = 1, statInterpolation = {}, cost = { }, },
},
}
-- src\Data\Skills\spectre.lua
skills["DoedreBloodProjectileMulti"] = {
name = "DoedreBloodProjectileMulti",
hidden = true,
color = "4",
baseEffectiveness = 0,
incrementalEffectiveness = 0,
description = "Generic monster mortar skill. Like Monster Projectile but has an impact effect.",
skillTypes = {
[SkillType.Projectile] = true,
[SkillType.ProjectilesFromUser] = true,
[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.AreaSpell] = true,
},
statDescriptionScope = "skill_stat_descriptions",
castTime = 1,
baseFlags = {
area = true,
spell = true,
projectile = true,
},
baseMods = {
},
qualityStats = {
},
stats = {
"spell_minimum_base_physical_damage",
"spell_maximum_base_physical_damage",
"spell_maximum_action_distance_+%",
"projectile_spread_radius",
"number_of_additional_projectiles",
"active_skill_cast_speed_+%_final",
"projectile_minimum_range",
"base_is_projectile",
},
levels = {
[1] = {1.2000000476837, 1.7999999523163, -60, 20, 2, -15, 20, levelRequirement = 40, statInterpolation = {3, 3}, cost = { }, },
[2] = {1.2000000476837, 1.7999999523163, -60, 20, 2, -15, 20, levelRequirement = 66, statInterpolation = {3, 3}, cost = { }, },
},
}
monster dropped item rarity +% [15000]
monster slain experience +% [100]
| Family | MonsterMapBoss |
|---|---|
| Domains | monstro (3) |
| GenerationType | unico (3) |
| Req. level | 1 |
| Stats |
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 |
Doedre, a Profanadora
Demoníacomonster dropped item rarity +% [15000]
monster slain experience +% [100]
cannot be stunned for ms after stun finished [2000]
cannot be stunned while stunned [1]
monster slain experience +% [100]
cannot be stunned for ms after stun finished [2000]
cannot be stunned while stunned [1]
Doedre the Defiler
| Spectre | |
|---|---|
| Tags | bludgeoning_weapon, demon, elder_map_boss, ghost_armour, ghost_blood, human, humanoid, is_unarmed, large_height, large_model, medium_movement, non_attacking, not_dex, not_str |
Vida
400%
Energy Shield From Life
100%
Ailment Threshold
400%
Resistência
Damage
200%
Precisão
100%
Chance de Crítico
+5%
Multiplicador de Acerto Crítico
+130%
Attack Distance
6 ~ 15
Attack Time
1.5 Second
Damage Spread
±20%
Experiência
200%
Model Size
100%
Type
DoedreSoulMap
Metadata
DoedreSoul2MapElder
Object Type
version 2
extends "Metadata/Monsters/Monster"
Life
{
corpse_usable = false
}
Stats
{
base_cannot_be_damaged = 1
base_cannot_be_stunned = 1
cannot_be_knocked_back = 1
is_hidden_monster = 1
immune_to_curses = 1
immune_to_auras_from_other_entities = 1
set_immune_vaal_lighting_warp = 1
}
Transitionable
{
}
Preload
{
preload_object = "Metadata/Monsters/ElderBosses/ElderAbsorb"
preload_object = "Metadata/MiscellaneousObjects/ElderPortal"
} -- src\Data\Spectres.lua
minions["Metadata/Monsters/Doedre/DoedreSoul2MapElder"] = {
fireResist = 40,
coldResist = 40,
lightningResist = 40,
chaosResist = 25,
name = "Doedre the Defiler",
life = 4,
energyShield = 1,
damage = 2,
damageSpread = 0.2,
attackTime = 1.5,
attackRange = 15,
accuracy = 1,
skillList = {
},
modList = {
},
}
monster dropped item rarity +% [15000]
monster slain experience +% [100]
| Family | MonsterMapBoss |
|---|---|
| Domains | monstro (3) |
| GenerationType | unico (3) |
| Req. level | 1 |
| Stats |
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.




















