Doedre's Loyal
Undead
monster no drops or experience [1]
Spreads Caustic Ground on Death
monster caustic cloud on death base area of effect radius [12]
monster ground effect on death base duration ms [3000]
emerge speed +% [0,30]
SpectreN
Tagscaster, chaos_affinity, flesh_armour, ghost_blood, is_unarmed, medium_height, medium_movement, melee, not_dex, not_int, physical_affinity, undead, zombie
Life
315%
Armour
+50%
Ailment Threshold
315%
Resistance
0 40 0 0
Damage
135%
Accuracy
100%
Critical Strike Chance
+5%
Critical Strike Multiplier
+130%
Attack Distance
6 ~ 8
Attack Time
1.305 Second
Damage Spread
±30%
Experience
90%
Model Size
100%
Type
ZombieDoedreMinion
Metadata
DoedreZombieMinionEmergeUnholy
Level
68
Life
20,265
Armour
43,185
Evasion
4,739
Energy Shield
0
Damage
504
Spell Damage
504
Accuracy
290
Attack Time
1.305
Experience
9,230
Ailment Threshold
20,265
Chill
64
Shock
64
Brittle
363
Scorch
64
Sap
177
Melee
Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Multistrikeable, Melee, ProjectilesFromUser
Default Attack
Base Damage: 353–656
Critical Strike Chance: 5%
Attack Time: 1.305 sec
Strike your foes down with a powerful blow.
skill can fire arrows [1]
skill can fire wand projectiles [1]
SpellNovaPoison
Spell, Damage, Area, Duration, Triggerable, AreaSpell
Cast Time: 1 sec
Deals 89.88 to 134.8 Chaos Damage
100% chance to Trigger this Spell on Death
active skill area of effect radius +% final [-20]
is area damage [1]

Object Type

version 2
extends "Metadata/Monsters/Monster"

Actor
{
	basic_action = "Revive"
	basic_action = "Emerge"
}

DiesAfterTime
{
}

Object Type Codes

version 2
extends "Metadata/Monsters/Monster"

Render
{
     //turn_duration = 0.5
}

Animated
{
	preload_animated_object = "Metadata/Effects/Spells/monsters_effects/act8/Doedre/zombie_green/disperse.ao"
}

Preload
{
	preload_ground_effect = "CausticCloud"
}
-- src\Data\Spectres.lua
minions["Metadata/Monsters/ZombieDismember/DoedreZombieMinionEmergeUnholy"] = {
    name = "Doedre's Loyal",
    life = 3.15,
    fireResist = 0,
    coldResist = 40,
    lightningResist = 0,
    chaosResist = 0,
    damage = 1.35,
    damageSpread = 0.3,
    attackTime = 1.305,
    attackRange = 8,
    accuracy = 1,
    skillList = {
        "Melee",
        "SpellNovaPoison",
    },
    modList = {
    },
}
-- src\Data\Skills\spectre.lua
skills["Melee"] = {
    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",
    },
    levels = {
        [1] = {levelRequirement = 1, statInterpolation = {},  cost = { }, },
    },
}
-- src\Data\Skills\spectre.lua
skills["SpellNovaPoison"] = {
    name = "SpellNovaPoison",
    hidden = true,
    color = 4,
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    skillTypes = {
        [SkillType.Spell] = true,
        [SkillType.Damage] = true,
        [SkillType.Area] = true,
        [SkillType.Duration] = true,
        [SkillType.Triggerable] = true,
        [SkillType.AreaSpell] = true,
    },
    statDescriptionScope = "skill_stat_descriptions",
    castTime = 1,
    baseFlags = {
        area = true,
        spell = true,
        duration = true,
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
        "spell_minimum_base_chaos_damage",
        "spell_maximum_base_chaos_damage",
        "cast_on_death_%",
        "active_skill_area_of_effect_radius_+%_final",
        "is_area_damage",
    },
    levels = {
        [1] = {0.80000001192093, 1.2000000476837, 100, -20, levelRequirement = 1, statInterpolation = {3, 3},  cost = { }, },
    },
}
monster no drops or experience [1]
IdMonsterNoDropsOrExperience
FamilyMonsterNoDropsOrExperience
DomainsMonster (3)
GenerationTypeUnique (3)
Req. level1
Stats
  • monster no drops or experience Min: 1 Max: 1 Global
  • Spreads Caustic Ground on Death
    monster caustic cloud on death base area of effect radius [12]
    monster ground effect on death base duration ms [3000]
    IdMonsterCausticCloudOnDeath
    FamilyMonsterEffectOnDeath
    DomainsMonster (3)
    GenerationTypeUnique (3)
    Req. level1
    Stats
  • monster ground effect on death base duration ms Min: 3000 Max: 3000 Global
  • monster caustic cloud on death base area of effect radius Min: 12 Max: 12 Global
  • monster caustic cloud on death % max damage to deal per minute Min: 1100 Max: 1100 Global
  • Craft Tagschaos_damage damage chaos
    emerge speed +% [0,30]
    IdVariableEmergeSpeedFasterOnly_
    FamilyVariableEmergeSpeed
    DomainsMonster (3)
    GenerationTypeUnique (3)
    Req. level1
    Stats
  • emerge speed +% Min: 0 Max: 30 Global
  • Edit

    Wikis Content is available under CC BY-NC-SA 3.0 unless otherwise noted.