Verunglückter Entdecker
stance movement speed +% final [337]
Ill-fated Explorer
SpectreY
AreaFeuchtlande der Chimären, Die Zikkurat-Zuflucht, Feuchtlande der Chimerale
Tags1HSword_onhit_audio, humanoid, melee, not_dex, not_int, physical_affinity, skeleton, undead, very_slow_movement
Packs
  • Feuchtlande der Chimären, Feuchtlande der Chimerale: Verunglückter Entdecker, Verunglückter Entdecker, Verunglückter Entdecker, Verunglückter Entdecker
  • Die Zikkurat-Zuflucht: Verunglückter Entdecker, Verunglückter Entdecker, Verunglückter Entdecker, Verunglückter Entdecker
  • Leben
    100%
    Rüstung
    +25%
    Ailment Threshold
    %
    Widerstand
    0 0 0 0
    Damage
    120%
    Genauigkeit
    100%
    Kritische Trefferchance
    +5%
    Multiplikator für kritische Treffer
    +130%
    Attack Distance
    5 ~ 10
    Attack Time
    1.755 Second
    Damage Spread
    ±20%
    Erfahrung
    100%
    Model Size
    100%
    Type
    IllFatedExplorer
    Metadata
    IllFatedExplorer1
    Stufe
    70
    Leben
    8,716
    Rüstung
    3,877
    Ausweichen
    502
    Energieschild
    0
    Damage
    297
    Zauberschaden
    297
    Genauigkeit
    0
    Attack Time
    1.755
    Erfahrung
    34,639
    MeleeAtAnimationSpeed
    Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Multistrikeable, Melee, ProjectilesFromUser
    Basisangriff
    Base Damage: 238–357
    [Critical|Kritische Trefferchance]: 5%
    Attack Time: 1.755 Sek.
    action attack or cast time uses animation length [1]
    projectile uses contact position [1]
    skill can fire wand projectiles [1]
    use scaled contact offset [1]
    CGEIllFatedCausticPollen
    Spell, Area, Damage, Triggerable, Duration, AreaSpell
    Zauberzeit: 1 Sek.
    Verursacht 26.8 Basis-Chaosschaden pro Sekunde
    active skill area of effect radius +% final [0]
    base skill effect duration [6000]
    ground caustic art variation [1008]

    Object Type

    version 2
    extends "Metadata/Monsters/Monster"
    
    Actor
    {
    	basic_action = "ChangeToStance1"
    	basic_action = "ChangeToStance2"
    }
    
    StateMachine
    {
    	define_shared_state = "death;"
    }
    
    Transitionable
    {
    	
    }
    
    Stats
    {
    	set_base_heavy_stun_duration_ms = 2788
    }

    Object Type Codes

    version 2
    extends "Metadata/Monsters/Monster"
    
    StateMachine
    {
    	on_state_death_1 =
    	"
    		IfVarietyContains( IllFatedExplorer1,
    		{
    			PlayAnimationAttached( 'Metadata/Monsters/ZombieTreasureHunters/ZombieTreasureHunter_01/attachments/Zombie1PlantStomachHeld.ao', swell );
    			PlayAnimationAttached( 'Metadata/Monsters/ZombieTreasureHunters/ZombieTreasureHunter_01/attachments/Zombie1PlantMidBackHeld.ao', swell );
    			PlayAnimationAttached( 'Metadata/Monsters/ZombieTreasureHunters/ZombieTreasureHunter_01/attachments/Zombie1PlantSideBackHeld.ao', swell );
    			PlayAnimationAttached( 'Metadata/Monsters/ZombieTreasureHunters/ZombieTreasureHunter_01/attachments/Zombie1PlantSideFrontHeld.ao', swell );
    			PlayAnimationAttached( 'Metadata/Monsters/ZombieTreasureHunters/ZombieTreasureHunter_01/attachments/Zombie1PlantChestHeld.ao', swell );
    		} );
    		IfVarietyContains( IllFatedExplorer3,
    		{
    			PlayAnimationAttached( 'Metadata/Monsters/ZombieTreasureHunters/ZombieTreasureHunter_03/attachments/Zombie3PlantBackHeld.ao', swell );
    			PlayAnimationAttached( 'Metadata/Monsters/ZombieTreasureHunters/ZombieTreasureHunter_03/attachments/Zombie3PlantChestHeld.ao', swell );
    			PlayAnimationAttached( 'Metadata/Monsters/ZombieTreasureHunters/ZombieTreasureHunter_03/attachments/Zombie3PlantRClavHeld.ao', swell );
    		} );
    		IfVarietyContains( IllFatedExplorer4,
    		{
    			PlayAnimationAttached( 'Metadata/Monsters/ZombieTreasureHunters/ZombieTreasureHunter_04/attachments/Zombie4PlantUpperBackHeld.ao', swell );
    			PlayAnimationAttached( 'Metadata/Monsters/ZombieTreasureHunters/ZombieTreasureHunter_04/attachments/Zombie4PlantLowerBackHeld.ao', swell );
    			PlayAnimationAttached( 'Metadata/Monsters/ZombieTreasureHunters/ZombieTreasureHunter_04/attachments/Zombie4PlantFrontClavHeld.ao', swell );
    		} );
    	"
    
    	create_state_death_1 =
    	"
    		IfVarietyContains( IllFatedExplorer1,
    		{
    			PlayAnimationAttached( 'Metadata/Monsters/ZombieTreasureHunters/ZombieTreasureHunter_01/attachments/Zombie1PlantStomachHeld.ao', idle );
    			PlayAnimationAttached( 'Metadata/Monsters/ZombieTreasureHunters/ZombieTreasureHunter_01/attachments/Zombie1PlantMidBackHeld.ao', idle );
    			PlayAnimationAttached( 'Metadata/Monsters/ZombieTreasureHunters/ZombieTreasureHunter_01/attachments/Zombie1PlantSideBackHeld.ao', idle );
    			PlayAnimationAttached( 'Metadata/Monsters/ZombieTreasureHunters/ZombieTreasureHunter_01/attachments/Zombie1PlantSideFrontHeld.ao', idle );
    			PlayAnimationAttached( 'Metadata/Monsters/ZombieTreasureHunters/ZombieTreasureHunter_01/attachments/Zombie1PlantChestHeld.ao', idle );
    		} );
    		IfVarietyContains( IllFatedExplorer3,
    		{
    			PlayAnimationAttached( 'Metadata/Monsters/ZombieTreasureHunters/ZombieTreasureHunter_03/attachments/Zombie3PlantBackHeld.ao', idle );
    			PlayAnimationAttached( 'Metadata/Monsters/ZombieTreasureHunters/ZombieTreasureHunter_03/attachments/Zombie3PlantChestHeld.ao', idle );
    			PlayAnimationAttached( 'Metadata/Monsters/ZombieTreasureHunters/ZombieTreasureHunter_03/attachments/Zombie3PlantRClavHeld.ao', idle );
    		} );
    		IfVarietyContains( IllFatedExplorer4,
    		{
    			PlayAnimationAttached( 'Metadata/Monsters/ZombieTreasureHunters/ZombieTreasureHunter_04/attachments/Zombie4PlantUpperBackHeld.ao', idle );
    			PlayAnimationAttached( 'Metadata/Monsters/ZombieTreasureHunters/ZombieTreasureHunter_04/attachments/Zombie4PlantLowerBackHeld.ao', idle );
    			PlayAnimationAttached( 'Metadata/Monsters/ZombieTreasureHunters/ZombieTreasureHunter_04/attachments/Zombie4PlantFrontClavHeld.ao', idle );
    		} );
    	"
    
    	on_or_create_state_death_2 =
    	"
    		IfVarietyContains( IllFatedExplorer1,
    		{
    			PlayAnimationAttached( 'Metadata/Monsters/ZombieTreasureHunters/ZombieTreasureHunter_01/attachments/Zombie1PlantStomachHeld.ao', idle );
    			PlayAnimationAttached( 'Metadata/Monsters/ZombieTreasureHunters/ZombieTreasureHunter_01/attachments/Zombie1PlantMidBackHeld.ao', idle );
    			PlayAnimationAttached( 'Metadata/Monsters/ZombieTreasureHunters/ZombieTreasureHunter_01/attachments/Zombie1PlantSideBackHeld.ao', idle );
    			PlayAnimationAttached( 'Metadata/Monsters/ZombieTreasureHunters/ZombieTreasureHunter_01/attachments/Zombie1PlantSideFrontHeld.ao', idle );
    			PlayAnimationAttached( 'Metadata/Monsters/ZombieTreasureHunters/ZombieTreasureHunter_01/attachments/Zombie1PlantChestHeld.ao', idle );
    		} );
    		IfVarietyContains( IllFatedExplorer3,
    		{
    			PlayAnimationAttached( 'Metadata/Monsters/ZombieTreasureHunters/ZombieTreasureHunter_03/attachments/Zombie3PlantBackHeld.ao', idle );
    			PlayAnimationAttached( 'Metadata/Monsters/ZombieTreasureHunters/ZombieTreasureHunter_03/attachments/Zombie3PlantChestHeld.ao', idle );
    			PlayAnimationAttached( 'Metadata/Monsters/ZombieTreasureHunters/ZombieTreasureHunter_03/attachments/Zombie3PlantRClavHeld.ao', idle );
    		} );
    		IfVarietyContains( IllFatedExplorer4,
    		{
    			PlayAnimationAttached( 'Metadata/Monsters/ZombieTreasureHunters/ZombieTreasureHunter_04/attachments/Zombie4PlantUpperBackHeld.ao', idle );
    			PlayAnimationAttached( 'Metadata/Monsters/ZombieTreasureHunters/ZombieTreasureHunter_04/attachments/Zombie4PlantLowerBackHeld.ao', idle );
    			PlayAnimationAttached( 'Metadata/Monsters/ZombieTreasureHunters/ZombieTreasureHunter_04/attachments/Zombie4PlantFrontClavHeld.ao', idle );
    		} );
    	"
    }
    
    Transitionable
    {
    	on_transition = 
    	"
    		IfAnimatedObject( 'Metadata/Monsters/ZombieTreasureHunters/ZombieTreasureHunterWarm_01/ZombieTreasureHunterWarm_01.ao', (){ Roll (1, 4, {PlayEffect( 'Metadata/Monsters/ZombieTreasureHunters/ZombieTreasureHunter_01/IllFatedExplorer01AggroAudio.ao'); } ); } );
    		IfAnimatedObject( 'Metadata/Monsters/ZombieTreasureHunters/ZombieTreasureHunterWarm_02/ZombieTreasureHunterWarm_02.ao', (){ Roll (1, 4, {PlayEffect( 'Metadata/Monsters/ZombieTreasureHunters/ZombieTreasureHunter_02/IllFatedExplorer02AggroAudio.ao'); } ); } );
    		IfAnimatedObject( 'Metadata/Monsters/ZombieTreasureHunters/ZombieTreasureHunterWarm_03/ZombieTreasureHunterWarm_03.ao', (){ Roll (1, 4, {PlayEffect( 'Metadata/Monsters/ZombieTreasureHunters/ZombieTreasureHunter_03/IllFatedExplorer03AggroAudio.ao'); } ); } );
    		IfAnimatedObject( 'Metadata/Monsters/ZombieTreasureHunters/ZombieTreasureHunterWarm_04/ZombieTreasureHunterWarm_04.ao', (){ Roll (1, 4, {PlayEffect( 'Metadata/Monsters/ZombieTreasureHunters/ZombieTreasureHunter_04/IllFatedExplorer04AggroAudio.ao'); } ); } );
    
    		IfAnimatedObject( 'Metadata/Monsters/ZombieTreasureHunters/ZombieTreasureHunter_01/ZombieTreasureHunter_01.ao', (){ Roll (1, 4, {PlayEffect( 'Metadata/Monsters/ZombieTreasureHunters/ZombieTreasureHunter_01/IllFatedExplorer01AggroAudio.ao'); } ); } );
    		IfAnimatedObject( 'Metadata/Monsters/ZombieTreasureHunters/ZombieTreasureHunter_02/ZombieTreasureHunter_02.ao', (){ Roll (1, 4, {PlayEffect( 'Metadata/Monsters/ZombieTreasureHunters/ZombieTreasureHunter_02/IllFatedExplorer02AggroAudio.ao'); } ); } );
    		IfAnimatedObject( 'Metadata/Monsters/ZombieTreasureHunters/ZombieTreasureHunter_03/ZombieTreasureHunter_03.ao', (){ Roll (1, 4, {PlayEffect( 'Metadata/Monsters/ZombieTreasureHunters/ZombieTreasureHunter_03/IllFatedExplorer03AggroAudio.ao'); } ); } );
    		IfAnimatedObject( 'Metadata/Monsters/ZombieTreasureHunters/ZombieTreasureHunter_04/ZombieTreasureHunter_04.ao', (){ Roll (1, 4, {PlayEffect( 'Metadata/Monsters/ZombieTreasureHunters/ZombieTreasureHunter_04/IllFatedExplorer04AggroAudio.ao'); } ); } );
    	"
    }
    -- src\Data\Spectres.lua
    minions["Metadata/Monsters/ZombieTreasureHunters/IllFatedExplorer1"] = {
        name = "Ill-fated Explorer",
        life = 1,
        fireResist = 0,
        coldResist = 0,
        lightningResist = 0,
        chaosResist = 0,
        damage = 1.2,
        damageSpread = 0.2,
        attackTime = 1.755,
        attackRange = 10,
        accuracy = 1,
        weaponType1 = "One Hand Sword",
        skillList = {
            "MeleeAtAnimationSpeed",
            "CGEIllFatedCausticPollen",
        },
        modList = {
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["MeleeAtAnimationSpeed"] = {
        name = "Basic Attack",
        hidden = true,
        color = ,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        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",
            "action_attack_or_cast_time_uses_animation_length",
            "projectile_uses_contact_position",
            "use_scaled_contact_offset",
        },
        levels = {
            [1] = {levelRequirement = 1, statInterpolation = {},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["CGEIllFatedCausticPollen"] = {
        name = "CGEIllFatedCausticPollen",
        hidden = true,
        color = ,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Spell] = true,
            [SkillType.Area] = true,
            [SkillType.Damage] = true,
            [SkillType.Triggerable] = true,
            [SkillType.Duration] = true,
            [SkillType.AreaSpell] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            area = true,
            spell = true,
            duration = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "base_chaos_damage_to_deal_per_minute",
            "active_skill_area_of_effect_radius_+%_final",
            "base_skill_effect_duration",
            "ground_caustic_art_variation",
        },
        levels = {
            [1] = {1, 0, 6000, 1008, levelRequirement = 33, statInterpolation = {3},  cost = { }, },
        },
    }
    
    IdNothing
    FamilyNothing
    DomainsMonster (3)
    GenerationTypeEinzigartig (3)
    Req. level1
    stance movement speed +% final [337]
    IdStanceIllFatedExplorerRun
    FamilyStance
    DomainsMonster (3)
    GenerationTypeEinzigartig (3)
    Req. level1
    Stats
  • stance movement speed +% final Min: 337 Max: 337 Global
  • Craft Tagsspeed
    Verunglückter Entdecker
    stance movement speed +% final [337]
    Ill-fated Explorer
    SpectreY
    AreaFeuchtlande der Chimären, Die Zikkurat-Zuflucht, Feuchtlande der Chimerale
    Tags1HSword_onhit_audio, humanoid, melee, not_dex, not_int, physical_affinity, skeleton, undead, very_slow_movement
    Packs
  • Feuchtlande der Chimären, Feuchtlande der Chimerale: Verunglückter Entdecker, Verunglückter Entdecker, Verunglückter Entdecker, Verunglückter Entdecker
  • Die Zikkurat-Zuflucht: Verunglückter Entdecker, Verunglückter Entdecker, Verunglückter Entdecker, Verunglückter Entdecker
  • Leben
    100%
    Rüstung
    +25%
    Ailment Threshold
    %
    Widerstand
    0 0 0 0
    Damage
    120%
    Genauigkeit
    100%
    Kritische Trefferchance
    +5%
    Multiplikator für kritische Treffer
    +130%
    Attack Distance
    5 ~ 8
    Attack Time
    1.755 Second
    Damage Spread
    ±20%
    Erfahrung
    100%
    Model Size
    100%
    Type
    IllFatedExplorer
    Metadata
    IllFatedExplorer2
    Stufe
    70
    Leben
    8,716
    Rüstung
    3,877
    Ausweichen
    502
    Energieschild
    0
    Damage
    297
    Zauberschaden
    297
    Genauigkeit
    0
    Attack Time
    1.755
    Erfahrung
    34,639
    MeleeAtAnimationSpeedComboTEMP
    Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Multistrikeable, Melee, ProjectilesFromUser
    Basisangriff
    Base Damage: 238–357
    [Critical|Kritische Trefferchance]: 5%
    Attack Time: 1.755 Sek.
    action attack or cast time uses animation length [1]
    projectile uses contact position [1]
    skill can fire wand projectiles [1]
    use scaled contact offset [1]

    Object Type

    version 2
    extends "Metadata/Monsters/Monster"
    
    Actor
    {
    	basic_action = "ChangeToStance1"
    	basic_action = "ChangeToStance2"
    }
    
    StateMachine
    {
    	define_shared_state = "death;"
    }
    
    Transitionable
    {
    	
    }
    
    Stats
    {
    	set_base_heavy_stun_duration_ms = 2788
    }

    Object Type Codes

    version 2
    extends "Metadata/Monsters/Monster"
    
    StateMachine
    {
    	on_state_death_1 =
    	"
    		IfVarietyContains( IllFatedExplorer1,
    		{
    			PlayAnimationAttached( 'Metadata/Monsters/ZombieTreasureHunters/ZombieTreasureHunter_01/attachments/Zombie1PlantStomachHeld.ao', swell );
    			PlayAnimationAttached( 'Metadata/Monsters/ZombieTreasureHunters/ZombieTreasureHunter_01/attachments/Zombie1PlantMidBackHeld.ao', swell );
    			PlayAnimationAttached( 'Metadata/Monsters/ZombieTreasureHunters/ZombieTreasureHunter_01/attachments/Zombie1PlantSideBackHeld.ao', swell );
    			PlayAnimationAttached( 'Metadata/Monsters/ZombieTreasureHunters/ZombieTreasureHunter_01/attachments/Zombie1PlantSideFrontHeld.ao', swell );
    			PlayAnimationAttached( 'Metadata/Monsters/ZombieTreasureHunters/ZombieTreasureHunter_01/attachments/Zombie1PlantChestHeld.ao', swell );
    		} );
    		IfVarietyContains( IllFatedExplorer3,
    		{
    			PlayAnimationAttached( 'Metadata/Monsters/ZombieTreasureHunters/ZombieTreasureHunter_03/attachments/Zombie3PlantBackHeld.ao', swell );
    			PlayAnimationAttached( 'Metadata/Monsters/ZombieTreasureHunters/ZombieTreasureHunter_03/attachments/Zombie3PlantChestHeld.ao', swell );
    			PlayAnimationAttached( 'Metadata/Monsters/ZombieTreasureHunters/ZombieTreasureHunter_03/attachments/Zombie3PlantRClavHeld.ao', swell );
    		} );
    		IfVarietyContains( IllFatedExplorer4,
    		{
    			PlayAnimationAttached( 'Metadata/Monsters/ZombieTreasureHunters/ZombieTreasureHunter_04/attachments/Zombie4PlantUpperBackHeld.ao', swell );
    			PlayAnimationAttached( 'Metadata/Monsters/ZombieTreasureHunters/ZombieTreasureHunter_04/attachments/Zombie4PlantLowerBackHeld.ao', swell );
    			PlayAnimationAttached( 'Metadata/Monsters/ZombieTreasureHunters/ZombieTreasureHunter_04/attachments/Zombie4PlantFrontClavHeld.ao', swell );
    		} );
    	"
    
    	create_state_death_1 =
    	"
    		IfVarietyContains( IllFatedExplorer1,
    		{
    			PlayAnimationAttached( 'Metadata/Monsters/ZombieTreasureHunters/ZombieTreasureHunter_01/attachments/Zombie1PlantStomachHeld.ao', idle );
    			PlayAnimationAttached( 'Metadata/Monsters/ZombieTreasureHunters/ZombieTreasureHunter_01/attachments/Zombie1PlantMidBackHeld.ao', idle );
    			PlayAnimationAttached( 'Metadata/Monsters/ZombieTreasureHunters/ZombieTreasureHunter_01/attachments/Zombie1PlantSideBackHeld.ao', idle );
    			PlayAnimationAttached( 'Metadata/Monsters/ZombieTreasureHunters/ZombieTreasureHunter_01/attachments/Zombie1PlantSideFrontHeld.ao', idle );
    			PlayAnimationAttached( 'Metadata/Monsters/ZombieTreasureHunters/ZombieTreasureHunter_01/attachments/Zombie1PlantChestHeld.ao', idle );
    		} );
    		IfVarietyContains( IllFatedExplorer3,
    		{
    			PlayAnimationAttached( 'Metadata/Monsters/ZombieTreasureHunters/ZombieTreasureHunter_03/attachments/Zombie3PlantBackHeld.ao', idle );
    			PlayAnimationAttached( 'Metadata/Monsters/ZombieTreasureHunters/ZombieTreasureHunter_03/attachments/Zombie3PlantChestHeld.ao', idle );
    			PlayAnimationAttached( 'Metadata/Monsters/ZombieTreasureHunters/ZombieTreasureHunter_03/attachments/Zombie3PlantRClavHeld.ao', idle );
    		} );
    		IfVarietyContains( IllFatedExplorer4,
    		{
    			PlayAnimationAttached( 'Metadata/Monsters/ZombieTreasureHunters/ZombieTreasureHunter_04/attachments/Zombie4PlantUpperBackHeld.ao', idle );
    			PlayAnimationAttached( 'Metadata/Monsters/ZombieTreasureHunters/ZombieTreasureHunter_04/attachments/Zombie4PlantLowerBackHeld.ao', idle );
    			PlayAnimationAttached( 'Metadata/Monsters/ZombieTreasureHunters/ZombieTreasureHunter_04/attachments/Zombie4PlantFrontClavHeld.ao', idle );
    		} );
    	"
    
    	on_or_create_state_death_2 =
    	"
    		IfVarietyContains( IllFatedExplorer1,
    		{
    			PlayAnimationAttached( 'Metadata/Monsters/ZombieTreasureHunters/ZombieTreasureHunter_01/attachments/Zombie1PlantStomachHeld.ao', idle );
    			PlayAnimationAttached( 'Metadata/Monsters/ZombieTreasureHunters/ZombieTreasureHunter_01/attachments/Zombie1PlantMidBackHeld.ao', idle );
    			PlayAnimationAttached( 'Metadata/Monsters/ZombieTreasureHunters/ZombieTreasureHunter_01/attachments/Zombie1PlantSideBackHeld.ao', idle );
    			PlayAnimationAttached( 'Metadata/Monsters/ZombieTreasureHunters/ZombieTreasureHunter_01/attachments/Zombie1PlantSideFrontHeld.ao', idle );
    			PlayAnimationAttached( 'Metadata/Monsters/ZombieTreasureHunters/ZombieTreasureHunter_01/attachments/Zombie1PlantChestHeld.ao', idle );
    		} );
    		IfVarietyContains( IllFatedExplorer3,
    		{
    			PlayAnimationAttached( 'Metadata/Monsters/ZombieTreasureHunters/ZombieTreasureHunter_03/attachments/Zombie3PlantBackHeld.ao', idle );
    			PlayAnimationAttached( 'Metadata/Monsters/ZombieTreasureHunters/ZombieTreasureHunter_03/attachments/Zombie3PlantChestHeld.ao', idle );
    			PlayAnimationAttached( 'Metadata/Monsters/ZombieTreasureHunters/ZombieTreasureHunter_03/attachments/Zombie3PlantRClavHeld.ao', idle );
    		} );
    		IfVarietyContains( IllFatedExplorer4,
    		{
    			PlayAnimationAttached( 'Metadata/Monsters/ZombieTreasureHunters/ZombieTreasureHunter_04/attachments/Zombie4PlantUpperBackHeld.ao', idle );
    			PlayAnimationAttached( 'Metadata/Monsters/ZombieTreasureHunters/ZombieTreasureHunter_04/attachments/Zombie4PlantLowerBackHeld.ao', idle );
    			PlayAnimationAttached( 'Metadata/Monsters/ZombieTreasureHunters/ZombieTreasureHunter_04/attachments/Zombie4PlantFrontClavHeld.ao', idle );
    		} );
    	"
    }
    
    Transitionable
    {
    	on_transition = 
    	"
    		IfAnimatedObject( 'Metadata/Monsters/ZombieTreasureHunters/ZombieTreasureHunterWarm_01/ZombieTreasureHunterWarm_01.ao', (){ Roll (1, 4, {PlayEffect( 'Metadata/Monsters/ZombieTreasureHunters/ZombieTreasureHunter_01/IllFatedExplorer01AggroAudio.ao'); } ); } );
    		IfAnimatedObject( 'Metadata/Monsters/ZombieTreasureHunters/ZombieTreasureHunterWarm_02/ZombieTreasureHunterWarm_02.ao', (){ Roll (1, 4, {PlayEffect( 'Metadata/Monsters/ZombieTreasureHunters/ZombieTreasureHunter_02/IllFatedExplorer02AggroAudio.ao'); } ); } );
    		IfAnimatedObject( 'Metadata/Monsters/ZombieTreasureHunters/ZombieTreasureHunterWarm_03/ZombieTreasureHunterWarm_03.ao', (){ Roll (1, 4, {PlayEffect( 'Metadata/Monsters/ZombieTreasureHunters/ZombieTreasureHunter_03/IllFatedExplorer03AggroAudio.ao'); } ); } );
    		IfAnimatedObject( 'Metadata/Monsters/ZombieTreasureHunters/ZombieTreasureHunterWarm_04/ZombieTreasureHunterWarm_04.ao', (){ Roll (1, 4, {PlayEffect( 'Metadata/Monsters/ZombieTreasureHunters/ZombieTreasureHunter_04/IllFatedExplorer04AggroAudio.ao'); } ); } );
    
    		IfAnimatedObject( 'Metadata/Monsters/ZombieTreasureHunters/ZombieTreasureHunter_01/ZombieTreasureHunter_01.ao', (){ Roll (1, 4, {PlayEffect( 'Metadata/Monsters/ZombieTreasureHunters/ZombieTreasureHunter_01/IllFatedExplorer01AggroAudio.ao'); } ); } );
    		IfAnimatedObject( 'Metadata/Monsters/ZombieTreasureHunters/ZombieTreasureHunter_02/ZombieTreasureHunter_02.ao', (){ Roll (1, 4, {PlayEffect( 'Metadata/Monsters/ZombieTreasureHunters/ZombieTreasureHunter_02/IllFatedExplorer02AggroAudio.ao'); } ); } );
    		IfAnimatedObject( 'Metadata/Monsters/ZombieTreasureHunters/ZombieTreasureHunter_03/ZombieTreasureHunter_03.ao', (){ Roll (1, 4, {PlayEffect( 'Metadata/Monsters/ZombieTreasureHunters/ZombieTreasureHunter_03/IllFatedExplorer03AggroAudio.ao'); } ); } );
    		IfAnimatedObject( 'Metadata/Monsters/ZombieTreasureHunters/ZombieTreasureHunter_04/ZombieTreasureHunter_04.ao', (){ Roll (1, 4, {PlayEffect( 'Metadata/Monsters/ZombieTreasureHunters/ZombieTreasureHunter_04/IllFatedExplorer04AggroAudio.ao'); } ); } );
    	"
    }
    -- src\Data\Spectres.lua
    minions["Metadata/Monsters/ZombieTreasureHunters/IllFatedExplorer2"] = {
        name = "Ill-fated Explorer",
        life = 1,
        fireResist = 0,
        coldResist = 0,
        lightningResist = 0,
        chaosResist = 0,
        damage = 1.2,
        damageSpread = 0.2,
        attackTime = 1.755,
        attackRange = 8,
        accuracy = 1,
        weaponType1 = "One Hand Sword",
        skillList = {
            "MeleeAtAnimationSpeedComboTEMP",
        },
        modList = {
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["MeleeAtAnimationSpeedComboTEMP"] = {
        name = "Basic Attack",
        hidden = true,
        color = ,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        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",
            "action_attack_or_cast_time_uses_animation_length",
            "projectile_uses_contact_position",
            "use_scaled_contact_offset",
        },
        levels = {
            [1] = {levelRequirement = 1, statInterpolation = {},  cost = { }, },
        },
    }
    
    IdNothing
    FamilyNothing
    DomainsMonster (3)
    GenerationTypeEinzigartig (3)
    Req. level1
    stance movement speed +% final [337]
    IdStanceIllFatedExplorerRun
    FamilyStance
    DomainsMonster (3)
    GenerationTypeEinzigartig (3)
    Req. level1
    Stats
  • stance movement speed +% final Min: 337 Max: 337 Global
  • Craft Tagsspeed
    Verunglückter Entdecker
    stance movement speed +% final [337]
    Ill-fated Explorer
    SpectreY
    AreaFeuchtlande der Chimären, Die Zikkurat-Zuflucht, Feuchtlande der Chimerale
    Tags1HSword_onhit_audio, humanoid, melee, not_dex, not_int, physical_affinity, skeleton, undead, very_slow_movement
    Packs
  • Feuchtlande der Chimären, Feuchtlande der Chimerale: Verunglückter Entdecker, Verunglückter Entdecker, Verunglückter Entdecker, Verunglückter Entdecker
  • Die Zikkurat-Zuflucht: Verunglückter Entdecker, Verunglückter Entdecker, Verunglückter Entdecker, Verunglückter Entdecker
  • Leben
    100%
    Rüstung
    +25%
    Ailment Threshold
    %
    Widerstand
    0 0 0 0
    Damage
    120%
    Genauigkeit
    100%
    Kritische Trefferchance
    +5%
    Multiplikator für kritische Treffer
    +130%
    Attack Distance
    5 ~ 10
    Attack Time
    1.755 Second
    Damage Spread
    ±20%
    Erfahrung
    100%
    Model Size
    100%
    Type
    IllFatedExplorer
    Metadata
    IllFatedExplorer3
    Stufe
    70
    Leben
    8,716
    Rüstung
    3,877
    Ausweichen
    502
    Energieschild
    0
    Damage
    297
    Zauberschaden
    297
    Genauigkeit
    0
    Attack Time
    1.755
    Erfahrung
    34,639
    MeleeAtAnimationSpeed
    Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Multistrikeable, Melee, ProjectilesFromUser
    Basisangriff
    Base Damage: 238–357
    [Critical|Kritische Trefferchance]: 5%
    Attack Time: 1.755 Sek.
    action attack or cast time uses animation length [1]
    projectile uses contact position [1]
    skill can fire wand projectiles [1]
    use scaled contact offset [1]
    CGEIllFatedCausticPollen
    Spell, Area, Damage, Triggerable, Duration, AreaSpell
    Zauberzeit: 1 Sek.
    Verursacht 26.8 Basis-Chaosschaden pro Sekunde
    active skill area of effect radius +% final [0]
    base skill effect duration [6000]
    ground caustic art variation [1008]

    Object Type

    version 2
    extends "Metadata/Monsters/Monster"
    
    Actor
    {
    	basic_action = "ChangeToStance1"
    	basic_action = "ChangeToStance2"
    }
    
    StateMachine
    {
    	define_shared_state = "death;"
    }
    
    Transitionable
    {
    	
    }
    
    Stats
    {
    	set_base_heavy_stun_duration_ms = 2788
    }

    Object Type Codes

    version 2
    extends "Metadata/Monsters/Monster"
    
    StateMachine
    {
    	on_state_death_1 =
    	"
    		IfVarietyContains( IllFatedExplorer1,
    		{
    			PlayAnimationAttached( 'Metadata/Monsters/ZombieTreasureHunters/ZombieTreasureHunter_01/attachments/Zombie1PlantStomachHeld.ao', swell );
    			PlayAnimationAttached( 'Metadata/Monsters/ZombieTreasureHunters/ZombieTreasureHunter_01/attachments/Zombie1PlantMidBackHeld.ao', swell );
    			PlayAnimationAttached( 'Metadata/Monsters/ZombieTreasureHunters/ZombieTreasureHunter_01/attachments/Zombie1PlantSideBackHeld.ao', swell );
    			PlayAnimationAttached( 'Metadata/Monsters/ZombieTreasureHunters/ZombieTreasureHunter_01/attachments/Zombie1PlantSideFrontHeld.ao', swell );
    			PlayAnimationAttached( 'Metadata/Monsters/ZombieTreasureHunters/ZombieTreasureHunter_01/attachments/Zombie1PlantChestHeld.ao', swell );
    		} );
    		IfVarietyContains( IllFatedExplorer3,
    		{
    			PlayAnimationAttached( 'Metadata/Monsters/ZombieTreasureHunters/ZombieTreasureHunter_03/attachments/Zombie3PlantBackHeld.ao', swell );
    			PlayAnimationAttached( 'Metadata/Monsters/ZombieTreasureHunters/ZombieTreasureHunter_03/attachments/Zombie3PlantChestHeld.ao', swell );
    			PlayAnimationAttached( 'Metadata/Monsters/ZombieTreasureHunters/ZombieTreasureHunter_03/attachments/Zombie3PlantRClavHeld.ao', swell );
    		} );
    		IfVarietyContains( IllFatedExplorer4,
    		{
    			PlayAnimationAttached( 'Metadata/Monsters/ZombieTreasureHunters/ZombieTreasureHunter_04/attachments/Zombie4PlantUpperBackHeld.ao', swell );
    			PlayAnimationAttached( 'Metadata/Monsters/ZombieTreasureHunters/ZombieTreasureHunter_04/attachments/Zombie4PlantLowerBackHeld.ao', swell );
    			PlayAnimationAttached( 'Metadata/Monsters/ZombieTreasureHunters/ZombieTreasureHunter_04/attachments/Zombie4PlantFrontClavHeld.ao', swell );
    		} );
    	"
    
    	create_state_death_1 =
    	"
    		IfVarietyContains( IllFatedExplorer1,
    		{
    			PlayAnimationAttached( 'Metadata/Monsters/ZombieTreasureHunters/ZombieTreasureHunter_01/attachments/Zombie1PlantStomachHeld.ao', idle );
    			PlayAnimationAttached( 'Metadata/Monsters/ZombieTreasureHunters/ZombieTreasureHunter_01/attachments/Zombie1PlantMidBackHeld.ao', idle );
    			PlayAnimationAttached( 'Metadata/Monsters/ZombieTreasureHunters/ZombieTreasureHunter_01/attachments/Zombie1PlantSideBackHeld.ao', idle );
    			PlayAnimationAttached( 'Metadata/Monsters/ZombieTreasureHunters/ZombieTreasureHunter_01/attachments/Zombie1PlantSideFrontHeld.ao', idle );
    			PlayAnimationAttached( 'Metadata/Monsters/ZombieTreasureHunters/ZombieTreasureHunter_01/attachments/Zombie1PlantChestHeld.ao', idle );
    		} );
    		IfVarietyContains( IllFatedExplorer3,
    		{
    			PlayAnimationAttached( 'Metadata/Monsters/ZombieTreasureHunters/ZombieTreasureHunter_03/attachments/Zombie3PlantBackHeld.ao', idle );
    			PlayAnimationAttached( 'Metadata/Monsters/ZombieTreasureHunters/ZombieTreasureHunter_03/attachments/Zombie3PlantChestHeld.ao', idle );
    			PlayAnimationAttached( 'Metadata/Monsters/ZombieTreasureHunters/ZombieTreasureHunter_03/attachments/Zombie3PlantRClavHeld.ao', idle );
    		} );
    		IfVarietyContains( IllFatedExplorer4,
    		{
    			PlayAnimationAttached( 'Metadata/Monsters/ZombieTreasureHunters/ZombieTreasureHunter_04/attachments/Zombie4PlantUpperBackHeld.ao', idle );
    			PlayAnimationAttached( 'Metadata/Monsters/ZombieTreasureHunters/ZombieTreasureHunter_04/attachments/Zombie4PlantLowerBackHeld.ao', idle );
    			PlayAnimationAttached( 'Metadata/Monsters/ZombieTreasureHunters/ZombieTreasureHunter_04/attachments/Zombie4PlantFrontClavHeld.ao', idle );
    		} );
    	"
    
    	on_or_create_state_death_2 =
    	"
    		IfVarietyContains( IllFatedExplorer1,
    		{
    			PlayAnimationAttached( 'Metadata/Monsters/ZombieTreasureHunters/ZombieTreasureHunter_01/attachments/Zombie1PlantStomachHeld.ao', idle );
    			PlayAnimationAttached( 'Metadata/Monsters/ZombieTreasureHunters/ZombieTreasureHunter_01/attachments/Zombie1PlantMidBackHeld.ao', idle );
    			PlayAnimationAttached( 'Metadata/Monsters/ZombieTreasureHunters/ZombieTreasureHunter_01/attachments/Zombie1PlantSideBackHeld.ao', idle );
    			PlayAnimationAttached( 'Metadata/Monsters/ZombieTreasureHunters/ZombieTreasureHunter_01/attachments/Zombie1PlantSideFrontHeld.ao', idle );
    			PlayAnimationAttached( 'Metadata/Monsters/ZombieTreasureHunters/ZombieTreasureHunter_01/attachments/Zombie1PlantChestHeld.ao', idle );
    		} );
    		IfVarietyContains( IllFatedExplorer3,
    		{
    			PlayAnimationAttached( 'Metadata/Monsters/ZombieTreasureHunters/ZombieTreasureHunter_03/attachments/Zombie3PlantBackHeld.ao', idle );
    			PlayAnimationAttached( 'Metadata/Monsters/ZombieTreasureHunters/ZombieTreasureHunter_03/attachments/Zombie3PlantChestHeld.ao', idle );
    			PlayAnimationAttached( 'Metadata/Monsters/ZombieTreasureHunters/ZombieTreasureHunter_03/attachments/Zombie3PlantRClavHeld.ao', idle );
    		} );
    		IfVarietyContains( IllFatedExplorer4,
    		{
    			PlayAnimationAttached( 'Metadata/Monsters/ZombieTreasureHunters/ZombieTreasureHunter_04/attachments/Zombie4PlantUpperBackHeld.ao', idle );
    			PlayAnimationAttached( 'Metadata/Monsters/ZombieTreasureHunters/ZombieTreasureHunter_04/attachments/Zombie4PlantLowerBackHeld.ao', idle );
    			PlayAnimationAttached( 'Metadata/Monsters/ZombieTreasureHunters/ZombieTreasureHunter_04/attachments/Zombie4PlantFrontClavHeld.ao', idle );
    		} );
    	"
    }
    
    Transitionable
    {
    	on_transition = 
    	"
    		IfAnimatedObject( 'Metadata/Monsters/ZombieTreasureHunters/ZombieTreasureHunterWarm_01/ZombieTreasureHunterWarm_01.ao', (){ Roll (1, 4, {PlayEffect( 'Metadata/Monsters/ZombieTreasureHunters/ZombieTreasureHunter_01/IllFatedExplorer01AggroAudio.ao'); } ); } );
    		IfAnimatedObject( 'Metadata/Monsters/ZombieTreasureHunters/ZombieTreasureHunterWarm_02/ZombieTreasureHunterWarm_02.ao', (){ Roll (1, 4, {PlayEffect( 'Metadata/Monsters/ZombieTreasureHunters/ZombieTreasureHunter_02/IllFatedExplorer02AggroAudio.ao'); } ); } );
    		IfAnimatedObject( 'Metadata/Monsters/ZombieTreasureHunters/ZombieTreasureHunterWarm_03/ZombieTreasureHunterWarm_03.ao', (){ Roll (1, 4, {PlayEffect( 'Metadata/Monsters/ZombieTreasureHunters/ZombieTreasureHunter_03/IllFatedExplorer03AggroAudio.ao'); } ); } );
    		IfAnimatedObject( 'Metadata/Monsters/ZombieTreasureHunters/ZombieTreasureHunterWarm_04/ZombieTreasureHunterWarm_04.ao', (){ Roll (1, 4, {PlayEffect( 'Metadata/Monsters/ZombieTreasureHunters/ZombieTreasureHunter_04/IllFatedExplorer04AggroAudio.ao'); } ); } );
    
    		IfAnimatedObject( 'Metadata/Monsters/ZombieTreasureHunters/ZombieTreasureHunter_01/ZombieTreasureHunter_01.ao', (){ Roll (1, 4, {PlayEffect( 'Metadata/Monsters/ZombieTreasureHunters/ZombieTreasureHunter_01/IllFatedExplorer01AggroAudio.ao'); } ); } );
    		IfAnimatedObject( 'Metadata/Monsters/ZombieTreasureHunters/ZombieTreasureHunter_02/ZombieTreasureHunter_02.ao', (){ Roll (1, 4, {PlayEffect( 'Metadata/Monsters/ZombieTreasureHunters/ZombieTreasureHunter_02/IllFatedExplorer02AggroAudio.ao'); } ); } );
    		IfAnimatedObject( 'Metadata/Monsters/ZombieTreasureHunters/ZombieTreasureHunter_03/ZombieTreasureHunter_03.ao', (){ Roll (1, 4, {PlayEffect( 'Metadata/Monsters/ZombieTreasureHunters/ZombieTreasureHunter_03/IllFatedExplorer03AggroAudio.ao'); } ); } );
    		IfAnimatedObject( 'Metadata/Monsters/ZombieTreasureHunters/ZombieTreasureHunter_04/ZombieTreasureHunter_04.ao', (){ Roll (1, 4, {PlayEffect( 'Metadata/Monsters/ZombieTreasureHunters/ZombieTreasureHunter_04/IllFatedExplorer04AggroAudio.ao'); } ); } );
    	"
    }
    -- src\Data\Spectres.lua
    minions["Metadata/Monsters/ZombieTreasureHunters/IllFatedExplorer3"] = {
        name = "Ill-fated Explorer",
        life = 1,
        fireResist = 0,
        coldResist = 0,
        lightningResist = 0,
        chaosResist = 0,
        damage = 1.2,
        damageSpread = 0.2,
        attackTime = 1.755,
        attackRange = 10,
        accuracy = 1,
        weaponType1 = "One Hand Sword",
        skillList = {
            "MeleeAtAnimationSpeed",
            "CGEIllFatedCausticPollen",
        },
        modList = {
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["MeleeAtAnimationSpeed"] = {
        name = "Basic Attack",
        hidden = true,
        color = ,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        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",
            "action_attack_or_cast_time_uses_animation_length",
            "projectile_uses_contact_position",
            "use_scaled_contact_offset",
        },
        levels = {
            [1] = {levelRequirement = 1, statInterpolation = {},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["CGEIllFatedCausticPollen"] = {
        name = "CGEIllFatedCausticPollen",
        hidden = true,
        color = ,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Spell] = true,
            [SkillType.Area] = true,
            [SkillType.Damage] = true,
            [SkillType.Triggerable] = true,
            [SkillType.Duration] = true,
            [SkillType.AreaSpell] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            area = true,
            spell = true,
            duration = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "base_chaos_damage_to_deal_per_minute",
            "active_skill_area_of_effect_radius_+%_final",
            "base_skill_effect_duration",
            "ground_caustic_art_variation",
        },
        levels = {
            [1] = {1, 0, 6000, 1008, levelRequirement = 33, statInterpolation = {3},  cost = { }, },
        },
    }
    
    IdNothing
    FamilyNothing
    DomainsMonster (3)
    GenerationTypeEinzigartig (3)
    Req. level1
    stance movement speed +% final [337]
    IdStanceIllFatedExplorerRun
    FamilyStance
    DomainsMonster (3)
    GenerationTypeEinzigartig (3)
    Req. level1
    Stats
  • stance movement speed +% final Min: 337 Max: 337 Global
  • Craft Tagsspeed
    Verunglückter Entdecker
    stance movement speed +% final [337]
    Ill-fated Explorer
    SpectreY
    AreaFeuchtlande der Chimären, Die Zikkurat-Zuflucht, Feuchtlande der Chimerale
    Tags1HSword_onhit_audio, humanoid, melee, not_dex, not_int, physical_affinity, skeleton, undead, very_slow_movement
    Packs
  • Feuchtlande der Chimären, Feuchtlande der Chimerale: Verunglückter Entdecker, Verunglückter Entdecker, Verunglückter Entdecker, Verunglückter Entdecker
  • Die Zikkurat-Zuflucht: Verunglückter Entdecker, Verunglückter Entdecker, Verunglückter Entdecker, Verunglückter Entdecker
  • Leben
    100%
    Rüstung
    +25%
    Ailment Threshold
    %
    Widerstand
    0 0 0 0
    Damage
    120%
    Genauigkeit
    100%
    Kritische Trefferchance
    +5%
    Multiplikator für kritische Treffer
    +130%
    Attack Distance
    5 ~ 10
    Attack Time
    1.755 Second
    Damage Spread
    ±20%
    Erfahrung
    100%
    Model Size
    100%
    Type
    IllFatedExplorer
    Metadata
    IllFatedExplorer4
    Stufe
    70
    Leben
    8,716
    Rüstung
    3,877
    Ausweichen
    502
    Energieschild
    0
    Damage
    297
    Zauberschaden
    297
    Genauigkeit
    0
    Attack Time
    1.755
    Erfahrung
    34,639
    MeleeAtAnimationSpeed
    Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Multistrikeable, Melee, ProjectilesFromUser
    Basisangriff
    Base Damage: 238–357
    [Critical|Kritische Trefferchance]: 5%
    Attack Time: 1.755 Sek.
    action attack or cast time uses animation length [1]
    projectile uses contact position [1]
    skill can fire wand projectiles [1]
    use scaled contact offset [1]
    CGEIllFatedCausticPollen
    Spell, Area, Damage, Triggerable, Duration, AreaSpell
    Zauberzeit: 1 Sek.
    Verursacht 26.8 Basis-Chaosschaden pro Sekunde
    active skill area of effect radius +% final [0]
    base skill effect duration [6000]
    ground caustic art variation [1008]

    Object Type

    version 2
    extends "Metadata/Monsters/Monster"
    
    Actor
    {
    	basic_action = "ChangeToStance1"
    	basic_action = "ChangeToStance2"
    }
    
    StateMachine
    {
    	define_shared_state = "death;"
    }
    
    Transitionable
    {
    	
    }
    
    Stats
    {
    	set_base_heavy_stun_duration_ms = 2788
    }

    Object Type Codes

    version 2
    extends "Metadata/Monsters/Monster"
    
    StateMachine
    {
    	on_state_death_1 =
    	"
    		IfVarietyContains( IllFatedExplorer1,
    		{
    			PlayAnimationAttached( 'Metadata/Monsters/ZombieTreasureHunters/ZombieTreasureHunter_01/attachments/Zombie1PlantStomachHeld.ao', swell );
    			PlayAnimationAttached( 'Metadata/Monsters/ZombieTreasureHunters/ZombieTreasureHunter_01/attachments/Zombie1PlantMidBackHeld.ao', swell );
    			PlayAnimationAttached( 'Metadata/Monsters/ZombieTreasureHunters/ZombieTreasureHunter_01/attachments/Zombie1PlantSideBackHeld.ao', swell );
    			PlayAnimationAttached( 'Metadata/Monsters/ZombieTreasureHunters/ZombieTreasureHunter_01/attachments/Zombie1PlantSideFrontHeld.ao', swell );
    			PlayAnimationAttached( 'Metadata/Monsters/ZombieTreasureHunters/ZombieTreasureHunter_01/attachments/Zombie1PlantChestHeld.ao', swell );
    		} );
    		IfVarietyContains( IllFatedExplorer3,
    		{
    			PlayAnimationAttached( 'Metadata/Monsters/ZombieTreasureHunters/ZombieTreasureHunter_03/attachments/Zombie3PlantBackHeld.ao', swell );
    			PlayAnimationAttached( 'Metadata/Monsters/ZombieTreasureHunters/ZombieTreasureHunter_03/attachments/Zombie3PlantChestHeld.ao', swell );
    			PlayAnimationAttached( 'Metadata/Monsters/ZombieTreasureHunters/ZombieTreasureHunter_03/attachments/Zombie3PlantRClavHeld.ao', swell );
    		} );
    		IfVarietyContains( IllFatedExplorer4,
    		{
    			PlayAnimationAttached( 'Metadata/Monsters/ZombieTreasureHunters/ZombieTreasureHunter_04/attachments/Zombie4PlantUpperBackHeld.ao', swell );
    			PlayAnimationAttached( 'Metadata/Monsters/ZombieTreasureHunters/ZombieTreasureHunter_04/attachments/Zombie4PlantLowerBackHeld.ao', swell );
    			PlayAnimationAttached( 'Metadata/Monsters/ZombieTreasureHunters/ZombieTreasureHunter_04/attachments/Zombie4PlantFrontClavHeld.ao', swell );
    		} );
    	"
    
    	create_state_death_1 =
    	"
    		IfVarietyContains( IllFatedExplorer1,
    		{
    			PlayAnimationAttached( 'Metadata/Monsters/ZombieTreasureHunters/ZombieTreasureHunter_01/attachments/Zombie1PlantStomachHeld.ao', idle );
    			PlayAnimationAttached( 'Metadata/Monsters/ZombieTreasureHunters/ZombieTreasureHunter_01/attachments/Zombie1PlantMidBackHeld.ao', idle );
    			PlayAnimationAttached( 'Metadata/Monsters/ZombieTreasureHunters/ZombieTreasureHunter_01/attachments/Zombie1PlantSideBackHeld.ao', idle );
    			PlayAnimationAttached( 'Metadata/Monsters/ZombieTreasureHunters/ZombieTreasureHunter_01/attachments/Zombie1PlantSideFrontHeld.ao', idle );
    			PlayAnimationAttached( 'Metadata/Monsters/ZombieTreasureHunters/ZombieTreasureHunter_01/attachments/Zombie1PlantChestHeld.ao', idle );
    		} );
    		IfVarietyContains( IllFatedExplorer3,
    		{
    			PlayAnimationAttached( 'Metadata/Monsters/ZombieTreasureHunters/ZombieTreasureHunter_03/attachments/Zombie3PlantBackHeld.ao', idle );
    			PlayAnimationAttached( 'Metadata/Monsters/ZombieTreasureHunters/ZombieTreasureHunter_03/attachments/Zombie3PlantChestHeld.ao', idle );
    			PlayAnimationAttached( 'Metadata/Monsters/ZombieTreasureHunters/ZombieTreasureHunter_03/attachments/Zombie3PlantRClavHeld.ao', idle );
    		} );
    		IfVarietyContains( IllFatedExplorer4,
    		{
    			PlayAnimationAttached( 'Metadata/Monsters/ZombieTreasureHunters/ZombieTreasureHunter_04/attachments/Zombie4PlantUpperBackHeld.ao', idle );
    			PlayAnimationAttached( 'Metadata/Monsters/ZombieTreasureHunters/ZombieTreasureHunter_04/attachments/Zombie4PlantLowerBackHeld.ao', idle );
    			PlayAnimationAttached( 'Metadata/Monsters/ZombieTreasureHunters/ZombieTreasureHunter_04/attachments/Zombie4PlantFrontClavHeld.ao', idle );
    		} );
    	"
    
    	on_or_create_state_death_2 =
    	"
    		IfVarietyContains( IllFatedExplorer1,
    		{
    			PlayAnimationAttached( 'Metadata/Monsters/ZombieTreasureHunters/ZombieTreasureHunter_01/attachments/Zombie1PlantStomachHeld.ao', idle );
    			PlayAnimationAttached( 'Metadata/Monsters/ZombieTreasureHunters/ZombieTreasureHunter_01/attachments/Zombie1PlantMidBackHeld.ao', idle );
    			PlayAnimationAttached( 'Metadata/Monsters/ZombieTreasureHunters/ZombieTreasureHunter_01/attachments/Zombie1PlantSideBackHeld.ao', idle );
    			PlayAnimationAttached( 'Metadata/Monsters/ZombieTreasureHunters/ZombieTreasureHunter_01/attachments/Zombie1PlantSideFrontHeld.ao', idle );
    			PlayAnimationAttached( 'Metadata/Monsters/ZombieTreasureHunters/ZombieTreasureHunter_01/attachments/Zombie1PlantChestHeld.ao', idle );
    		} );
    		IfVarietyContains( IllFatedExplorer3,
    		{
    			PlayAnimationAttached( 'Metadata/Monsters/ZombieTreasureHunters/ZombieTreasureHunter_03/attachments/Zombie3PlantBackHeld.ao', idle );
    			PlayAnimationAttached( 'Metadata/Monsters/ZombieTreasureHunters/ZombieTreasureHunter_03/attachments/Zombie3PlantChestHeld.ao', idle );
    			PlayAnimationAttached( 'Metadata/Monsters/ZombieTreasureHunters/ZombieTreasureHunter_03/attachments/Zombie3PlantRClavHeld.ao', idle );
    		} );
    		IfVarietyContains( IllFatedExplorer4,
    		{
    			PlayAnimationAttached( 'Metadata/Monsters/ZombieTreasureHunters/ZombieTreasureHunter_04/attachments/Zombie4PlantUpperBackHeld.ao', idle );
    			PlayAnimationAttached( 'Metadata/Monsters/ZombieTreasureHunters/ZombieTreasureHunter_04/attachments/Zombie4PlantLowerBackHeld.ao', idle );
    			PlayAnimationAttached( 'Metadata/Monsters/ZombieTreasureHunters/ZombieTreasureHunter_04/attachments/Zombie4PlantFrontClavHeld.ao', idle );
    		} );
    	"
    }
    
    Transitionable
    {
    	on_transition = 
    	"
    		IfAnimatedObject( 'Metadata/Monsters/ZombieTreasureHunters/ZombieTreasureHunterWarm_01/ZombieTreasureHunterWarm_01.ao', (){ Roll (1, 4, {PlayEffect( 'Metadata/Monsters/ZombieTreasureHunters/ZombieTreasureHunter_01/IllFatedExplorer01AggroAudio.ao'); } ); } );
    		IfAnimatedObject( 'Metadata/Monsters/ZombieTreasureHunters/ZombieTreasureHunterWarm_02/ZombieTreasureHunterWarm_02.ao', (){ Roll (1, 4, {PlayEffect( 'Metadata/Monsters/ZombieTreasureHunters/ZombieTreasureHunter_02/IllFatedExplorer02AggroAudio.ao'); } ); } );
    		IfAnimatedObject( 'Metadata/Monsters/ZombieTreasureHunters/ZombieTreasureHunterWarm_03/ZombieTreasureHunterWarm_03.ao', (){ Roll (1, 4, {PlayEffect( 'Metadata/Monsters/ZombieTreasureHunters/ZombieTreasureHunter_03/IllFatedExplorer03AggroAudio.ao'); } ); } );
    		IfAnimatedObject( 'Metadata/Monsters/ZombieTreasureHunters/ZombieTreasureHunterWarm_04/ZombieTreasureHunterWarm_04.ao', (){ Roll (1, 4, {PlayEffect( 'Metadata/Monsters/ZombieTreasureHunters/ZombieTreasureHunter_04/IllFatedExplorer04AggroAudio.ao'); } ); } );
    
    		IfAnimatedObject( 'Metadata/Monsters/ZombieTreasureHunters/ZombieTreasureHunter_01/ZombieTreasureHunter_01.ao', (){ Roll (1, 4, {PlayEffect( 'Metadata/Monsters/ZombieTreasureHunters/ZombieTreasureHunter_01/IllFatedExplorer01AggroAudio.ao'); } ); } );
    		IfAnimatedObject( 'Metadata/Monsters/ZombieTreasureHunters/ZombieTreasureHunter_02/ZombieTreasureHunter_02.ao', (){ Roll (1, 4, {PlayEffect( 'Metadata/Monsters/ZombieTreasureHunters/ZombieTreasureHunter_02/IllFatedExplorer02AggroAudio.ao'); } ); } );
    		IfAnimatedObject( 'Metadata/Monsters/ZombieTreasureHunters/ZombieTreasureHunter_03/ZombieTreasureHunter_03.ao', (){ Roll (1, 4, {PlayEffect( 'Metadata/Monsters/ZombieTreasureHunters/ZombieTreasureHunter_03/IllFatedExplorer03AggroAudio.ao'); } ); } );
    		IfAnimatedObject( 'Metadata/Monsters/ZombieTreasureHunters/ZombieTreasureHunter_04/ZombieTreasureHunter_04.ao', (){ Roll (1, 4, {PlayEffect( 'Metadata/Monsters/ZombieTreasureHunters/ZombieTreasureHunter_04/IllFatedExplorer04AggroAudio.ao'); } ); } );
    	"
    }
    -- src\Data\Spectres.lua
    minions["Metadata/Monsters/ZombieTreasureHunters/IllFatedExplorer4"] = {
        name = "Ill-fated Explorer",
        life = 1,
        fireResist = 0,
        coldResist = 0,
        lightningResist = 0,
        chaosResist = 0,
        damage = 1.2,
        damageSpread = 0.2,
        attackTime = 1.755,
        attackRange = 10,
        accuracy = 1,
        weaponType1 = "One Hand Sword",
        skillList = {
            "MeleeAtAnimationSpeed",
            "CGEIllFatedCausticPollen",
        },
        modList = {
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["MeleeAtAnimationSpeed"] = {
        name = "Basic Attack",
        hidden = true,
        color = ,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        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",
            "action_attack_or_cast_time_uses_animation_length",
            "projectile_uses_contact_position",
            "use_scaled_contact_offset",
        },
        levels = {
            [1] = {levelRequirement = 1, statInterpolation = {},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["CGEIllFatedCausticPollen"] = {
        name = "CGEIllFatedCausticPollen",
        hidden = true,
        color = ,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Spell] = true,
            [SkillType.Area] = true,
            [SkillType.Damage] = true,
            [SkillType.Triggerable] = true,
            [SkillType.Duration] = true,
            [SkillType.AreaSpell] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            area = true,
            spell = true,
            duration = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "base_chaos_damage_to_deal_per_minute",
            "active_skill_area_of_effect_radius_+%_final",
            "base_skill_effect_duration",
            "ground_caustic_art_variation",
        },
        levels = {
            [1] = {1, 0, 6000, 1008, levelRequirement = 33, statInterpolation = {3},  cost = { }, },
        },
    }
    
    IdNothing
    FamilyNothing
    DomainsMonster (3)
    GenerationTypeEinzigartig (3)
    Req. level1
    stance movement speed +% final [337]
    IdStanceIllFatedExplorerRun
    FamilyStance
    DomainsMonster (3)
    GenerationTypeEinzigartig (3)
    Req. level1
    Stats
  • stance movement speed +% final Min: 337 Max: 337 Global
  • Craft Tagsspeed
    Verunglückter Entdecker
    attack maximum action distance + [-3]
    Ill-fated Explorer
    SpectreY
    AreaFeuchtlande der Chimären, Feuchtlande der Chimerale
    Tags1HSword_onhit_audio, humanoid, melee, not_dex, not_int, physical_affinity, skeleton, undead, very_slow_movement
    Packs
  • Feuchtlande der Chimären, Feuchtlande der Chimerale: Verunglückter Entdecker, Verunglückter Entdecker, Verunglückter Entdecker, Verunglückter Entdecker
  • Leben
    100%
    Rüstung
    +25%
    Ailment Threshold
    %
    Widerstand
    0 0 0 0
    Damage
    120%
    Genauigkeit
    100%
    Kritische Trefferchance
    +5%
    Multiplikator für kritische Treffer
    +130%
    Attack Distance
    5 ~ 10
    Attack Time
    1.755 Second
    Damage Spread
    ±20%
    Erfahrung
    100%
    Model Size
    100%
    Type
    IllFatedExplorer
    Metadata
    IllFatedExplorerNoSpores1
    Stufe
    59
    Leben
    4,860
    Rüstung
    2,020
    Ausweichen
    373
    Energieschild
    0
    Damage
    210
    Zauberschaden
    210
    Genauigkeit
    0
    Attack Time
    1.755
    Erfahrung
    15,267
    MeleeAtAnimationSpeed
    Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Multistrikeable, Melee, ProjectilesFromUser
    Basisangriff
    Base Damage: 168–252
    [Critical|Kritische Trefferchance]: 5%
    Attack Time: 1.755 Sek.
    action attack or cast time uses animation length [1]
    projectile uses contact position [1]
    skill can fire wand projectiles [1]
    use scaled contact offset [1]

    Object Type

    version 2
    extends "Metadata/Monsters/Monster"
    
    Actor
    {
    	basic_action = "ChangeToStance1"
    	basic_action = "ChangeToStance2"
    }
    
    Transitionable 
    {
    	
    }
    
    Stats
    {
    	set_base_heavy_stun_duration_ms = 2788
    }

    Object Type Codes

    version 2
    extends "Metadata/Monsters/Monster"
    
    Transitionable
    {
    	on_transition = 
    	"
    		IfAnimatedObject( 'Metadata/Monsters/ZombieTreasureHunters/ZombieTreasureHunterWarm_01/ZombieTreasureHunterWarm_01.ao', (){ Roll (1, 4, {PlayEffect( 'Metadata/Monsters/ZombieTreasureHunters/ZombieTreasureHunter_01/IllFatedExplorer01AggroAudio.ao'); } ); } );
    		IfAnimatedObject( 'Metadata/Monsters/ZombieTreasureHunters/ZombieTreasureHunterWarm_02/ZombieTreasureHunterWarm_02.ao', (){ Roll (1, 4, {PlayEffect( 'Metadata/Monsters/ZombieTreasureHunters/ZombieTreasureHunter_02/IllFatedExplorer02AggroAudio.ao'); } ); } );
    		IfAnimatedObject( 'Metadata/Monsters/ZombieTreasureHunters/ZombieTreasureHunterWarm_03/ZombieTreasureHunterWarm_03.ao', (){ Roll (1, 4, {PlayEffect( 'Metadata/Monsters/ZombieTreasureHunters/ZombieTreasureHunter_03/IllFatedExplorer03AggroAudio.ao'); } ); } );
    		IfAnimatedObject( 'Metadata/Monsters/ZombieTreasureHunters/ZombieTreasureHunterWarm_04/ZombieTreasureHunterWarm_04.ao', (){ Roll (1, 4, {PlayEffect( 'Metadata/Monsters/ZombieTreasureHunters/ZombieTreasureHunter_04/IllFatedExplorer04AggroAudio.ao'); } ); } );
    
    		IfAnimatedObject( 'Metadata/Monsters/ZombieTreasureHunters/ZombieTreasureHunter_01/ZombieTreasureHunter_01.ao', (){ Roll (1, 4, {PlayEffect( 'Metadata/Monsters/ZombieTreasureHunters/ZombieTreasureHunter_01/IllFatedExplorer01AggroAudio.ao'); } ); } );
    		IfAnimatedObject( 'Metadata/Monsters/ZombieTreasureHunters/ZombieTreasureHunter_02/ZombieTreasureHunter_02.ao', (){ Roll (1, 4, {PlayEffect( 'Metadata/Monsters/ZombieTreasureHunters/ZombieTreasureHunter_02/IllFatedExplorer02AggroAudio.ao'); } ); } );
    		IfAnimatedObject( 'Metadata/Monsters/ZombieTreasureHunters/ZombieTreasureHunter_03/ZombieTreasureHunter_03.ao', (){ Roll (1, 4, {PlayEffect( 'Metadata/Monsters/ZombieTreasureHunters/ZombieTreasureHunter_03/IllFatedExplorer03AggroAudio.ao'); } ); } );
    		IfAnimatedObject( 'Metadata/Monsters/ZombieTreasureHunters/ZombieTreasureHunter_04/ZombieTreasureHunter_04.ao', (){ Roll (1, 4, {PlayEffect( 'Metadata/Monsters/ZombieTreasureHunters/ZombieTreasureHunter_04/IllFatedExplorer04AggroAudio.ao'); } ); } );
    	"
    }
    
    -- src\Data\Spectres.lua
    minions["Metadata/Monsters/ZombieTreasureHunters/IllFatedExplorerNoSpores1"] = {
        name = "Ill-fated Explorer",
        life = 1,
        fireResist = 0,
        coldResist = 0,
        lightningResist = 0,
        chaosResist = 0,
        damage = 1.2,
        damageSpread = 0.2,
        attackTime = 1.755,
        attackRange = 10,
        accuracy = 1,
        weaponType1 = "One Hand Sword",
        skillList = {
            "MeleeAtAnimationSpeed",
        },
        modList = {
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["MeleeAtAnimationSpeed"] = {
        name = "Basic Attack",
        hidden = true,
        color = ,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        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",
            "action_attack_or_cast_time_uses_animation_length",
            "projectile_uses_contact_position",
            "use_scaled_contact_offset",
        },
        levels = {
            [1] = {levelRequirement = 1, statInterpolation = {},  cost = { }, },
        },
    }
    
    IdNothing
    FamilyNothing
    DomainsMonster (3)
    GenerationTypeEinzigartig (3)
    Req. level1
    IdNothing
    FamilyNothing
    DomainsMonster (3)
    GenerationTypeEinzigartig (3)
    Req. level1
    attack maximum action distance + [-3]
    IdStanceReduceMeleeDistance
    FamilyStance
    DomainsMonster (3)
    GenerationTypeEinzigartig (3)
    Req. level1
    Stats
  • attack maximum action distance + Min: -3 Max: -3 Global
  • Verunglückter Entdecker
    attack maximum action distance + [-3]
    Ill-fated Explorer
    SpectreY
    AreaFeuchtlande der Chimären, Feuchtlande der Chimerale
    Tags1HSword_onhit_audio, humanoid, melee, not_dex, not_int, physical_affinity, skeleton, undead, very_slow_movement
    Packs
  • Feuchtlande der Chimären, Feuchtlande der Chimerale: Verunglückter Entdecker, Verunglückter Entdecker, Verunglückter Entdecker, Verunglückter Entdecker
  • Leben
    100%
    Rüstung
    +25%
    Ailment Threshold
    %
    Widerstand
    0 0 0 0
    Damage
    120%
    Genauigkeit
    100%
    Kritische Trefferchance
    +5%
    Multiplikator für kritische Treffer
    +130%
    Attack Distance
    5 ~ 8
    Attack Time
    1.755 Second
    Damage Spread
    ±20%
    Erfahrung
    100%
    Model Size
    100%
    Type
    IllFatedExplorer
    Metadata
    IllFatedExplorerNoSpores2
    Stufe
    59
    Leben
    4,860
    Rüstung
    2,020
    Ausweichen
    373
    Energieschild
    0
    Damage
    210
    Zauberschaden
    210
    Genauigkeit
    0
    Attack Time
    1.755
    Erfahrung
    15,267
    MeleeAtAnimationSpeedComboTEMP
    Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Multistrikeable, Melee, ProjectilesFromUser
    Basisangriff
    Base Damage: 168–252
    [Critical|Kritische Trefferchance]: 5%
    Attack Time: 1.755 Sek.
    action attack or cast time uses animation length [1]
    projectile uses contact position [1]
    skill can fire wand projectiles [1]
    use scaled contact offset [1]

    Object Type

    version 2
    extends "Metadata/Monsters/Monster"
    
    Actor
    {
    	basic_action = "ChangeToStance1"
    	basic_action = "ChangeToStance2"
    }
    
    Transitionable 
    {
    	
    }
    
    Stats
    {
    	set_base_heavy_stun_duration_ms = 2788
    }

    Object Type Codes

    version 2
    extends "Metadata/Monsters/Monster"
    
    Transitionable
    {
    	on_transition = 
    	"
    		IfAnimatedObject( 'Metadata/Monsters/ZombieTreasureHunters/ZombieTreasureHunterWarm_01/ZombieTreasureHunterWarm_01.ao', (){ Roll (1, 4, {PlayEffect( 'Metadata/Monsters/ZombieTreasureHunters/ZombieTreasureHunter_01/IllFatedExplorer01AggroAudio.ao'); } ); } );
    		IfAnimatedObject( 'Metadata/Monsters/ZombieTreasureHunters/ZombieTreasureHunterWarm_02/ZombieTreasureHunterWarm_02.ao', (){ Roll (1, 4, {PlayEffect( 'Metadata/Monsters/ZombieTreasureHunters/ZombieTreasureHunter_02/IllFatedExplorer02AggroAudio.ao'); } ); } );
    		IfAnimatedObject( 'Metadata/Monsters/ZombieTreasureHunters/ZombieTreasureHunterWarm_03/ZombieTreasureHunterWarm_03.ao', (){ Roll (1, 4, {PlayEffect( 'Metadata/Monsters/ZombieTreasureHunters/ZombieTreasureHunter_03/IllFatedExplorer03AggroAudio.ao'); } ); } );
    		IfAnimatedObject( 'Metadata/Monsters/ZombieTreasureHunters/ZombieTreasureHunterWarm_04/ZombieTreasureHunterWarm_04.ao', (){ Roll (1, 4, {PlayEffect( 'Metadata/Monsters/ZombieTreasureHunters/ZombieTreasureHunter_04/IllFatedExplorer04AggroAudio.ao'); } ); } );
    
    		IfAnimatedObject( 'Metadata/Monsters/ZombieTreasureHunters/ZombieTreasureHunter_01/ZombieTreasureHunter_01.ao', (){ Roll (1, 4, {PlayEffect( 'Metadata/Monsters/ZombieTreasureHunters/ZombieTreasureHunter_01/IllFatedExplorer01AggroAudio.ao'); } ); } );
    		IfAnimatedObject( 'Metadata/Monsters/ZombieTreasureHunters/ZombieTreasureHunter_02/ZombieTreasureHunter_02.ao', (){ Roll (1, 4, {PlayEffect( 'Metadata/Monsters/ZombieTreasureHunters/ZombieTreasureHunter_02/IllFatedExplorer02AggroAudio.ao'); } ); } );
    		IfAnimatedObject( 'Metadata/Monsters/ZombieTreasureHunters/ZombieTreasureHunter_03/ZombieTreasureHunter_03.ao', (){ Roll (1, 4, {PlayEffect( 'Metadata/Monsters/ZombieTreasureHunters/ZombieTreasureHunter_03/IllFatedExplorer03AggroAudio.ao'); } ); } );
    		IfAnimatedObject( 'Metadata/Monsters/ZombieTreasureHunters/ZombieTreasureHunter_04/ZombieTreasureHunter_04.ao', (){ Roll (1, 4, {PlayEffect( 'Metadata/Monsters/ZombieTreasureHunters/ZombieTreasureHunter_04/IllFatedExplorer04AggroAudio.ao'); } ); } );
    	"
    }
    
    -- src\Data\Spectres.lua
    minions["Metadata/Monsters/ZombieTreasureHunters/IllFatedExplorerNoSpores2"] = {
        name = "Ill-fated Explorer",
        life = 1,
        fireResist = 0,
        coldResist = 0,
        lightningResist = 0,
        chaosResist = 0,
        damage = 1.2,
        damageSpread = 0.2,
        attackTime = 1.755,
        attackRange = 8,
        accuracy = 1,
        weaponType1 = "One Hand Sword",
        skillList = {
            "MeleeAtAnimationSpeedComboTEMP",
        },
        modList = {
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["MeleeAtAnimationSpeedComboTEMP"] = {
        name = "Basic Attack",
        hidden = true,
        color = ,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        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",
            "action_attack_or_cast_time_uses_animation_length",
            "projectile_uses_contact_position",
            "use_scaled_contact_offset",
        },
        levels = {
            [1] = {levelRequirement = 1, statInterpolation = {},  cost = { }, },
        },
    }
    
    IdNothing
    FamilyNothing
    DomainsMonster (3)
    GenerationTypeEinzigartig (3)
    Req. level1
    IdNothing
    FamilyNothing
    DomainsMonster (3)
    GenerationTypeEinzigartig (3)
    Req. level1
    attack maximum action distance + [-3]
    IdStanceReduceMeleeDistance
    FamilyStance
    DomainsMonster (3)
    GenerationTypeEinzigartig (3)
    Req. level1
    Stats
  • attack maximum action distance + Min: -3 Max: -3 Global
  • Verunglückter Entdecker
    attack maximum action distance + [-3]
    Ill-fated Explorer
    SpectreY
    AreaFeuchtlande der Chimären, Feuchtlande der Chimerale
    Tags1HSword_onhit_audio, humanoid, melee, not_dex, not_int, physical_affinity, skeleton, undead, very_slow_movement
    Packs
  • Feuchtlande der Chimären, Feuchtlande der Chimerale: Verunglückter Entdecker, Verunglückter Entdecker, Verunglückter Entdecker, Verunglückter Entdecker
  • Leben
    100%
    Rüstung
    +25%
    Ailment Threshold
    %
    Widerstand
    0 0 0 0
    Damage
    120%
    Genauigkeit
    100%
    Kritische Trefferchance
    +5%
    Multiplikator für kritische Treffer
    +130%
    Attack Distance
    5 ~ 10
    Attack Time
    1.755 Second
    Damage Spread
    ±20%
    Erfahrung
    100%
    Model Size
    100%
    Type
    IllFatedExplorer
    Metadata
    IllFatedExplorerNoSpores3
    Stufe
    59
    Leben
    4,860
    Rüstung
    2,020
    Ausweichen
    373
    Energieschild
    0
    Damage
    210
    Zauberschaden
    210
    Genauigkeit
    0
    Attack Time
    1.755
    Erfahrung
    15,267
    MeleeAtAnimationSpeed
    Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Multistrikeable, Melee, ProjectilesFromUser
    Basisangriff
    Base Damage: 168–252
    [Critical|Kritische Trefferchance]: 5%
    Attack Time: 1.755 Sek.
    action attack or cast time uses animation length [1]
    projectile uses contact position [1]
    skill can fire wand projectiles [1]
    use scaled contact offset [1]

    Object Type

    version 2
    extends "Metadata/Monsters/Monster"
    
    Actor
    {
    	basic_action = "ChangeToStance1"
    	basic_action = "ChangeToStance2"
    }
    
    Transitionable 
    {
    	
    }
    
    Stats
    {
    	set_base_heavy_stun_duration_ms = 2788
    }

    Object Type Codes

    version 2
    extends "Metadata/Monsters/Monster"
    
    Transitionable
    {
    	on_transition = 
    	"
    		IfAnimatedObject( 'Metadata/Monsters/ZombieTreasureHunters/ZombieTreasureHunterWarm_01/ZombieTreasureHunterWarm_01.ao', (){ Roll (1, 4, {PlayEffect( 'Metadata/Monsters/ZombieTreasureHunters/ZombieTreasureHunter_01/IllFatedExplorer01AggroAudio.ao'); } ); } );
    		IfAnimatedObject( 'Metadata/Monsters/ZombieTreasureHunters/ZombieTreasureHunterWarm_02/ZombieTreasureHunterWarm_02.ao', (){ Roll (1, 4, {PlayEffect( 'Metadata/Monsters/ZombieTreasureHunters/ZombieTreasureHunter_02/IllFatedExplorer02AggroAudio.ao'); } ); } );
    		IfAnimatedObject( 'Metadata/Monsters/ZombieTreasureHunters/ZombieTreasureHunterWarm_03/ZombieTreasureHunterWarm_03.ao', (){ Roll (1, 4, {PlayEffect( 'Metadata/Monsters/ZombieTreasureHunters/ZombieTreasureHunter_03/IllFatedExplorer03AggroAudio.ao'); } ); } );
    		IfAnimatedObject( 'Metadata/Monsters/ZombieTreasureHunters/ZombieTreasureHunterWarm_04/ZombieTreasureHunterWarm_04.ao', (){ Roll (1, 4, {PlayEffect( 'Metadata/Monsters/ZombieTreasureHunters/ZombieTreasureHunter_04/IllFatedExplorer04AggroAudio.ao'); } ); } );
    
    		IfAnimatedObject( 'Metadata/Monsters/ZombieTreasureHunters/ZombieTreasureHunter_01/ZombieTreasureHunter_01.ao', (){ Roll (1, 4, {PlayEffect( 'Metadata/Monsters/ZombieTreasureHunters/ZombieTreasureHunter_01/IllFatedExplorer01AggroAudio.ao'); } ); } );
    		IfAnimatedObject( 'Metadata/Monsters/ZombieTreasureHunters/ZombieTreasureHunter_02/ZombieTreasureHunter_02.ao', (){ Roll (1, 4, {PlayEffect( 'Metadata/Monsters/ZombieTreasureHunters/ZombieTreasureHunter_02/IllFatedExplorer02AggroAudio.ao'); } ); } );
    		IfAnimatedObject( 'Metadata/Monsters/ZombieTreasureHunters/ZombieTreasureHunter_03/ZombieTreasureHunter_03.ao', (){ Roll (1, 4, {PlayEffect( 'Metadata/Monsters/ZombieTreasureHunters/ZombieTreasureHunter_03/IllFatedExplorer03AggroAudio.ao'); } ); } );
    		IfAnimatedObject( 'Metadata/Monsters/ZombieTreasureHunters/ZombieTreasureHunter_04/ZombieTreasureHunter_04.ao', (){ Roll (1, 4, {PlayEffect( 'Metadata/Monsters/ZombieTreasureHunters/ZombieTreasureHunter_04/IllFatedExplorer04AggroAudio.ao'); } ); } );
    	"
    }
    
    -- src\Data\Spectres.lua
    minions["Metadata/Monsters/ZombieTreasureHunters/IllFatedExplorerNoSpores3"] = {
        name = "Ill-fated Explorer",
        life = 1,
        fireResist = 0,
        coldResist = 0,
        lightningResist = 0,
        chaosResist = 0,
        damage = 1.2,
        damageSpread = 0.2,
        attackTime = 1.755,
        attackRange = 10,
        accuracy = 1,
        weaponType1 = "One Hand Sword",
        skillList = {
            "MeleeAtAnimationSpeed",
        },
        modList = {
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["MeleeAtAnimationSpeed"] = {
        name = "Basic Attack",
        hidden = true,
        color = ,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        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",
            "action_attack_or_cast_time_uses_animation_length",
            "projectile_uses_contact_position",
            "use_scaled_contact_offset",
        },
        levels = {
            [1] = {levelRequirement = 1, statInterpolation = {},  cost = { }, },
        },
    }
    
    IdNothing
    FamilyNothing
    DomainsMonster (3)
    GenerationTypeEinzigartig (3)
    Req. level1
    IdNothing
    FamilyNothing
    DomainsMonster (3)
    GenerationTypeEinzigartig (3)
    Req. level1
    attack maximum action distance + [-3]
    IdStanceReduceMeleeDistance
    FamilyStance
    DomainsMonster (3)
    GenerationTypeEinzigartig (3)
    Req. level1
    Stats
  • attack maximum action distance + Min: -3 Max: -3 Global
  • Verunglückter Entdecker
    attack maximum action distance + [-3]
    Ill-fated Explorer
    SpectreY
    AreaFeuchtlande der Chimären, Feuchtlande der Chimerale
    Tags1HSword_onhit_audio, humanoid, melee, not_dex, not_int, physical_affinity, skeleton, undead, very_slow_movement
    Packs
  • Feuchtlande der Chimären, Feuchtlande der Chimerale: Verunglückter Entdecker, Verunglückter Entdecker, Verunglückter Entdecker, Verunglückter Entdecker
  • Leben
    100%
    Rüstung
    +25%
    Ailment Threshold
    %
    Widerstand
    0 0 0 0
    Damage
    120%
    Genauigkeit
    100%
    Kritische Trefferchance
    +5%
    Multiplikator für kritische Treffer
    +130%
    Attack Distance
    5 ~ 10
    Attack Time
    1.755 Second
    Damage Spread
    ±20%
    Erfahrung
    100%
    Model Size
    100%
    Type
    IllFatedExplorer
    Metadata
    IllFatedExplorerNoSpores4_
    Stufe
    59
    Leben
    4,860
    Rüstung
    2,020
    Ausweichen
    373
    Energieschild
    0
    Damage
    210
    Zauberschaden
    210
    Genauigkeit
    0
    Attack Time
    1.755
    Erfahrung
    15,267
    MeleeAtAnimationSpeed
    Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Multistrikeable, Melee, ProjectilesFromUser
    Basisangriff
    Base Damage: 168–252
    [Critical|Kritische Trefferchance]: 5%
    Attack Time: 1.755 Sek.
    action attack or cast time uses animation length [1]
    projectile uses contact position [1]
    skill can fire wand projectiles [1]
    use scaled contact offset [1]

    Object Type

    version 2
    extends "Metadata/Monsters/Monster"
    
    Actor
    {
    	basic_action = "ChangeToStance1"
    	basic_action = "ChangeToStance2"
    }
    
    Transitionable 
    {
    	
    }
    
    Stats
    {
    	set_base_heavy_stun_duration_ms = 2788
    }

    Object Type Codes

    version 2
    extends "Metadata/Monsters/Monster"
    
    Transitionable
    {
    	on_transition = 
    	"
    		IfAnimatedObject( 'Metadata/Monsters/ZombieTreasureHunters/ZombieTreasureHunterWarm_01/ZombieTreasureHunterWarm_01.ao', (){ Roll (1, 4, {PlayEffect( 'Metadata/Monsters/ZombieTreasureHunters/ZombieTreasureHunter_01/IllFatedExplorer01AggroAudio.ao'); } ); } );
    		IfAnimatedObject( 'Metadata/Monsters/ZombieTreasureHunters/ZombieTreasureHunterWarm_02/ZombieTreasureHunterWarm_02.ao', (){ Roll (1, 4, {PlayEffect( 'Metadata/Monsters/ZombieTreasureHunters/ZombieTreasureHunter_02/IllFatedExplorer02AggroAudio.ao'); } ); } );
    		IfAnimatedObject( 'Metadata/Monsters/ZombieTreasureHunters/ZombieTreasureHunterWarm_03/ZombieTreasureHunterWarm_03.ao', (){ Roll (1, 4, {PlayEffect( 'Metadata/Monsters/ZombieTreasureHunters/ZombieTreasureHunter_03/IllFatedExplorer03AggroAudio.ao'); } ); } );
    		IfAnimatedObject( 'Metadata/Monsters/ZombieTreasureHunters/ZombieTreasureHunterWarm_04/ZombieTreasureHunterWarm_04.ao', (){ Roll (1, 4, {PlayEffect( 'Metadata/Monsters/ZombieTreasureHunters/ZombieTreasureHunter_04/IllFatedExplorer04AggroAudio.ao'); } ); } );
    
    		IfAnimatedObject( 'Metadata/Monsters/ZombieTreasureHunters/ZombieTreasureHunter_01/ZombieTreasureHunter_01.ao', (){ Roll (1, 4, {PlayEffect( 'Metadata/Monsters/ZombieTreasureHunters/ZombieTreasureHunter_01/IllFatedExplorer01AggroAudio.ao'); } ); } );
    		IfAnimatedObject( 'Metadata/Monsters/ZombieTreasureHunters/ZombieTreasureHunter_02/ZombieTreasureHunter_02.ao', (){ Roll (1, 4, {PlayEffect( 'Metadata/Monsters/ZombieTreasureHunters/ZombieTreasureHunter_02/IllFatedExplorer02AggroAudio.ao'); } ); } );
    		IfAnimatedObject( 'Metadata/Monsters/ZombieTreasureHunters/ZombieTreasureHunter_03/ZombieTreasureHunter_03.ao', (){ Roll (1, 4, {PlayEffect( 'Metadata/Monsters/ZombieTreasureHunters/ZombieTreasureHunter_03/IllFatedExplorer03AggroAudio.ao'); } ); } );
    		IfAnimatedObject( 'Metadata/Monsters/ZombieTreasureHunters/ZombieTreasureHunter_04/ZombieTreasureHunter_04.ao', (){ Roll (1, 4, {PlayEffect( 'Metadata/Monsters/ZombieTreasureHunters/ZombieTreasureHunter_04/IllFatedExplorer04AggroAudio.ao'); } ); } );
    	"
    }
    
    -- src\Data\Spectres.lua
    minions["Metadata/Monsters/ZombieTreasureHunters/IllFatedExplorerNoSpores4_"] = {
        name = "Ill-fated Explorer",
        life = 1,
        fireResist = 0,
        coldResist = 0,
        lightningResist = 0,
        chaosResist = 0,
        damage = 1.2,
        damageSpread = 0.2,
        attackTime = 1.755,
        attackRange = 10,
        accuracy = 1,
        weaponType1 = "One Hand Sword",
        skillList = {
            "MeleeAtAnimationSpeed",
        },
        modList = {
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["MeleeAtAnimationSpeed"] = {
        name = "Basic Attack",
        hidden = true,
        color = ,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        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",
            "action_attack_or_cast_time_uses_animation_length",
            "projectile_uses_contact_position",
            "use_scaled_contact_offset",
        },
        levels = {
            [1] = {levelRequirement = 1, statInterpolation = {},  cost = { }, },
        },
    }
    
    IdNothing
    FamilyNothing
    DomainsMonster (3)
    GenerationTypeEinzigartig (3)
    Req. level1
    IdNothing
    FamilyNothing
    DomainsMonster (3)
    GenerationTypeEinzigartig (3)
    Req. level1
    attack maximum action distance + [-3]
    IdStanceReduceMeleeDistance
    FamilyStance
    DomainsMonster (3)
    GenerationTypeEinzigartig (3)
    Req. level1
    Stats
  • attack maximum action distance + Min: -3 Max: -3 Global
  • Verunglückter Entdecker
    attack maximum action distance + [-3]
    Ill-fated Explorer
    SpectreY
    AreaVerseuchtes Brachland, Verseuchtes Brachland
    Tags1HSword_onhit_audio, humanoid, melee, not_dex, not_int, physical_affinity, skeleton, undead, very_slow_movement
    Packs
  • Verseuchtes Brachland, Verseuchtes Brachland: Verunglückter Entdecker, Verunglückter Entdecker, Verunglückter Entdecker, Verunglückter Entdecker
  • Leben
    100%
    Rüstung
    +25%
    Ailment Threshold
    %
    Widerstand
    0 0 0 0
    Damage
    120%
    Genauigkeit
    100%
    Kritische Trefferchance
    +5%
    Multiplikator für kritische Treffer
    +130%
    Attack Distance
    5 ~ 10
    Attack Time
    1.755 Second
    Damage Spread
    ±20%
    Erfahrung
    100%
    Model Size
    100%
    Type
    IllFatedExplorer
    Metadata
    IllFatedExplorerNoSporesOrange1
    Stufe
    59
    Leben
    4,860
    Rüstung
    2,020
    Ausweichen
    373
    Energieschild
    0
    Damage
    210
    Zauberschaden
    210
    Genauigkeit
    0
    Attack Time
    1.755
    Erfahrung
    15,267
    MeleeAtAnimationSpeed
    Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Multistrikeable, Melee, ProjectilesFromUser
    Basisangriff
    Base Damage: 168–252
    [Critical|Kritische Trefferchance]: 5%
    Attack Time: 1.755 Sek.
    action attack or cast time uses animation length [1]
    projectile uses contact position [1]
    skill can fire wand projectiles [1]
    use scaled contact offset [1]

    Object Type

    version 2
    extends "Metadata/Monsters/Monster"
    
    Actor
    {
    	basic_action = "ChangeToStance1"
    	basic_action = "ChangeToStance2"
    }
    
    Transitionable 
    {
    	
    }
    
    Stats
    {
    	set_base_heavy_stun_duration_ms = 2788
    }

    Object Type Codes

    version 2
    extends "Metadata/Monsters/Monster"
    
    Transitionable
    {
    	on_transition = 
    	"
    		IfAnimatedObject( 'Metadata/Monsters/ZombieTreasureHunters/ZombieTreasureHunterWarm_01/ZombieTreasureHunterWarm_01.ao', (){ Roll (1, 4, {PlayEffect( 'Metadata/Monsters/ZombieTreasureHunters/ZombieTreasureHunter_01/IllFatedExplorer01AggroAudio.ao'); } ); } );
    		IfAnimatedObject( 'Metadata/Monsters/ZombieTreasureHunters/ZombieTreasureHunterWarm_02/ZombieTreasureHunterWarm_02.ao', (){ Roll (1, 4, {PlayEffect( 'Metadata/Monsters/ZombieTreasureHunters/ZombieTreasureHunter_02/IllFatedExplorer02AggroAudio.ao'); } ); } );
    		IfAnimatedObject( 'Metadata/Monsters/ZombieTreasureHunters/ZombieTreasureHunterWarm_03/ZombieTreasureHunterWarm_03.ao', (){ Roll (1, 4, {PlayEffect( 'Metadata/Monsters/ZombieTreasureHunters/ZombieTreasureHunter_03/IllFatedExplorer03AggroAudio.ao'); } ); } );
    		IfAnimatedObject( 'Metadata/Monsters/ZombieTreasureHunters/ZombieTreasureHunterWarm_04/ZombieTreasureHunterWarm_04.ao', (){ Roll (1, 4, {PlayEffect( 'Metadata/Monsters/ZombieTreasureHunters/ZombieTreasureHunter_04/IllFatedExplorer04AggroAudio.ao'); } ); } );
    
    		IfAnimatedObject( 'Metadata/Monsters/ZombieTreasureHunters/ZombieTreasureHunter_01/ZombieTreasureHunter_01.ao', (){ Roll (1, 4, {PlayEffect( 'Metadata/Monsters/ZombieTreasureHunters/ZombieTreasureHunter_01/IllFatedExplorer01AggroAudio.ao'); } ); } );
    		IfAnimatedObject( 'Metadata/Monsters/ZombieTreasureHunters/ZombieTreasureHunter_02/ZombieTreasureHunter_02.ao', (){ Roll (1, 4, {PlayEffect( 'Metadata/Monsters/ZombieTreasureHunters/ZombieTreasureHunter_02/IllFatedExplorer02AggroAudio.ao'); } ); } );
    		IfAnimatedObject( 'Metadata/Monsters/ZombieTreasureHunters/ZombieTreasureHunter_03/ZombieTreasureHunter_03.ao', (){ Roll (1, 4, {PlayEffect( 'Metadata/Monsters/ZombieTreasureHunters/ZombieTreasureHunter_03/IllFatedExplorer03AggroAudio.ao'); } ); } );
    		IfAnimatedObject( 'Metadata/Monsters/ZombieTreasureHunters/ZombieTreasureHunter_04/ZombieTreasureHunter_04.ao', (){ Roll (1, 4, {PlayEffect( 'Metadata/Monsters/ZombieTreasureHunters/ZombieTreasureHunter_04/IllFatedExplorer04AggroAudio.ao'); } ); } );
    	"
    }
    
    -- src\Data\Spectres.lua
    minions["Metadata/Monsters/ZombieTreasureHunters/IllFatedExplorerNoSporesOrange1"] = {
        name = "Ill-fated Explorer",
        life = 1,
        fireResist = 0,
        coldResist = 0,
        lightningResist = 0,
        chaosResist = 0,
        damage = 1.2,
        damageSpread = 0.2,
        attackTime = 1.755,
        attackRange = 10,
        accuracy = 1,
        weaponType1 = "One Hand Sword",
        skillList = {
            "MeleeAtAnimationSpeed",
        },
        modList = {
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["MeleeAtAnimationSpeed"] = {
        name = "Basic Attack",
        hidden = true,
        color = ,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        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",
            "action_attack_or_cast_time_uses_animation_length",
            "projectile_uses_contact_position",
            "use_scaled_contact_offset",
        },
        levels = {
            [1] = {levelRequirement = 1, statInterpolation = {},  cost = { }, },
        },
    }
    
    IdNothing
    FamilyNothing
    DomainsMonster (3)
    GenerationTypeEinzigartig (3)
    Req. level1
    IdNothing
    FamilyNothing
    DomainsMonster (3)
    GenerationTypeEinzigartig (3)
    Req. level1
    attack maximum action distance + [-3]
    IdStanceReduceMeleeDistance
    FamilyStance
    DomainsMonster (3)
    GenerationTypeEinzigartig (3)
    Req. level1
    Stats
  • attack maximum action distance + Min: -3 Max: -3 Global
  • Verunglückter Entdecker
    attack maximum action distance + [-3]
    Ill-fated Explorer
    SpectreY
    AreaVerseuchtes Brachland, Verseuchtes Brachland
    Tags1HSword_onhit_audio, humanoid, melee, not_dex, not_int, physical_affinity, skeleton, undead, very_slow_movement
    Packs
  • Verseuchtes Brachland, Verseuchtes Brachland: Verunglückter Entdecker, Verunglückter Entdecker, Verunglückter Entdecker, Verunglückter Entdecker
  • Leben
    100%
    Rüstung
    +25%
    Ailment Threshold
    %
    Widerstand
    0 0 0 0
    Damage
    120%
    Genauigkeit
    100%
    Kritische Trefferchance
    +5%
    Multiplikator für kritische Treffer
    +130%
    Attack Distance
    5 ~ 8
    Attack Time
    1.755 Second
    Damage Spread
    ±20%
    Erfahrung
    100%
    Model Size
    100%
    Type
    IllFatedExplorer
    Metadata
    IllFatedExplorerNoSporesOrange2
    Stufe
    59
    Leben
    4,860
    Rüstung
    2,020
    Ausweichen
    373
    Energieschild
    0
    Damage
    210
    Zauberschaden
    210
    Genauigkeit
    0
    Attack Time
    1.755
    Erfahrung
    15,267
    MeleeAtAnimationSpeedComboTEMP
    Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Multistrikeable, Melee, ProjectilesFromUser
    Basisangriff
    Base Damage: 168–252
    [Critical|Kritische Trefferchance]: 5%
    Attack Time: 1.755 Sek.
    action attack or cast time uses animation length [1]
    projectile uses contact position [1]
    skill can fire wand projectiles [1]
    use scaled contact offset [1]

    Object Type

    version 2
    extends "Metadata/Monsters/Monster"
    
    Actor
    {
    	basic_action = "ChangeToStance1"
    	basic_action = "ChangeToStance2"
    }
    
    Transitionable 
    {
    	
    }
    
    Stats
    {
    	set_base_heavy_stun_duration_ms = 2788
    }

    Object Type Codes

    version 2
    extends "Metadata/Monsters/Monster"
    
    Transitionable
    {
    	on_transition = 
    	"
    		IfAnimatedObject( 'Metadata/Monsters/ZombieTreasureHunters/ZombieTreasureHunterWarm_01/ZombieTreasureHunterWarm_01.ao', (){ Roll (1, 4, {PlayEffect( 'Metadata/Monsters/ZombieTreasureHunters/ZombieTreasureHunter_01/IllFatedExplorer01AggroAudio.ao'); } ); } );
    		IfAnimatedObject( 'Metadata/Monsters/ZombieTreasureHunters/ZombieTreasureHunterWarm_02/ZombieTreasureHunterWarm_02.ao', (){ Roll (1, 4, {PlayEffect( 'Metadata/Monsters/ZombieTreasureHunters/ZombieTreasureHunter_02/IllFatedExplorer02AggroAudio.ao'); } ); } );
    		IfAnimatedObject( 'Metadata/Monsters/ZombieTreasureHunters/ZombieTreasureHunterWarm_03/ZombieTreasureHunterWarm_03.ao', (){ Roll (1, 4, {PlayEffect( 'Metadata/Monsters/ZombieTreasureHunters/ZombieTreasureHunter_03/IllFatedExplorer03AggroAudio.ao'); } ); } );
    		IfAnimatedObject( 'Metadata/Monsters/ZombieTreasureHunters/ZombieTreasureHunterWarm_04/ZombieTreasureHunterWarm_04.ao', (){ Roll (1, 4, {PlayEffect( 'Metadata/Monsters/ZombieTreasureHunters/ZombieTreasureHunter_04/IllFatedExplorer04AggroAudio.ao'); } ); } );
    
    		IfAnimatedObject( 'Metadata/Monsters/ZombieTreasureHunters/ZombieTreasureHunter_01/ZombieTreasureHunter_01.ao', (){ Roll (1, 4, {PlayEffect( 'Metadata/Monsters/ZombieTreasureHunters/ZombieTreasureHunter_01/IllFatedExplorer01AggroAudio.ao'); } ); } );
    		IfAnimatedObject( 'Metadata/Monsters/ZombieTreasureHunters/ZombieTreasureHunter_02/ZombieTreasureHunter_02.ao', (){ Roll (1, 4, {PlayEffect( 'Metadata/Monsters/ZombieTreasureHunters/ZombieTreasureHunter_02/IllFatedExplorer02AggroAudio.ao'); } ); } );
    		IfAnimatedObject( 'Metadata/Monsters/ZombieTreasureHunters/ZombieTreasureHunter_03/ZombieTreasureHunter_03.ao', (){ Roll (1, 4, {PlayEffect( 'Metadata/Monsters/ZombieTreasureHunters/ZombieTreasureHunter_03/IllFatedExplorer03AggroAudio.ao'); } ); } );
    		IfAnimatedObject( 'Metadata/Monsters/ZombieTreasureHunters/ZombieTreasureHunter_04/ZombieTreasureHunter_04.ao', (){ Roll (1, 4, {PlayEffect( 'Metadata/Monsters/ZombieTreasureHunters/ZombieTreasureHunter_04/IllFatedExplorer04AggroAudio.ao'); } ); } );
    	"
    }
    
    -- src\Data\Spectres.lua
    minions["Metadata/Monsters/ZombieTreasureHunters/IllFatedExplorerNoSporesOrange2"] = {
        name = "Ill-fated Explorer",
        life = 1,
        fireResist = 0,
        coldResist = 0,
        lightningResist = 0,
        chaosResist = 0,
        damage = 1.2,
        damageSpread = 0.2,
        attackTime = 1.755,
        attackRange = 8,
        accuracy = 1,
        weaponType1 = "One Hand Sword",
        skillList = {
            "MeleeAtAnimationSpeedComboTEMP",
        },
        modList = {
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["MeleeAtAnimationSpeedComboTEMP"] = {
        name = "Basic Attack",
        hidden = true,
        color = ,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        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",
            "action_attack_or_cast_time_uses_animation_length",
            "projectile_uses_contact_position",
            "use_scaled_contact_offset",
        },
        levels = {
            [1] = {levelRequirement = 1, statInterpolation = {},  cost = { }, },
        },
    }
    
    IdNothing
    FamilyNothing
    DomainsMonster (3)
    GenerationTypeEinzigartig (3)
    Req. level1
    IdNothing
    FamilyNothing
    DomainsMonster (3)
    GenerationTypeEinzigartig (3)
    Req. level1
    attack maximum action distance + [-3]
    IdStanceReduceMeleeDistance
    FamilyStance
    DomainsMonster (3)
    GenerationTypeEinzigartig (3)
    Req. level1
    Stats
  • attack maximum action distance + Min: -3 Max: -3 Global
  • Verunglückter Entdecker
    attack maximum action distance + [-3]
    Ill-fated Explorer
    SpectreY
    AreaVerseuchtes Brachland, Verseuchtes Brachland
    Tags1HSword_onhit_audio, humanoid, melee, not_dex, not_int, physical_affinity, skeleton, undead, very_slow_movement
    Packs
  • Verseuchtes Brachland, Verseuchtes Brachland: Verunglückter Entdecker, Verunglückter Entdecker, Verunglückter Entdecker, Verunglückter Entdecker
  • Leben
    100%
    Rüstung
    +25%
    Ailment Threshold
    %
    Widerstand
    0 0 0 0
    Damage
    120%
    Genauigkeit
    100%
    Kritische Trefferchance
    +5%
    Multiplikator für kritische Treffer
    +130%
    Attack Distance
    5 ~ 10
    Attack Time
    1.755 Second
    Damage Spread
    ±20%
    Erfahrung
    100%
    Model Size
    100%
    Type
    IllFatedExplorer
    Metadata
    IllFatedExplorerNoSporesOrange3
    Stufe
    59
    Leben
    4,860
    Rüstung
    2,020
    Ausweichen
    373
    Energieschild
    0
    Damage
    210
    Zauberschaden
    210
    Genauigkeit
    0
    Attack Time
    1.755
    Erfahrung
    15,267
    MeleeAtAnimationSpeed
    Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Multistrikeable, Melee, ProjectilesFromUser
    Basisangriff
    Base Damage: 168–252
    [Critical|Kritische Trefferchance]: 5%
    Attack Time: 1.755 Sek.
    action attack or cast time uses animation length [1]
    projectile uses contact position [1]
    skill can fire wand projectiles [1]
    use scaled contact offset [1]

    Object Type

    version 2
    extends "Metadata/Monsters/Monster"
    
    Actor
    {
    	basic_action = "ChangeToStance1"
    	basic_action = "ChangeToStance2"
    }
    
    Transitionable 
    {
    	
    }
    
    Stats
    {
    	set_base_heavy_stun_duration_ms = 2788
    }

    Object Type Codes

    version 2
    extends "Metadata/Monsters/Monster"
    
    Transitionable
    {
    	on_transition = 
    	"
    		IfAnimatedObject( 'Metadata/Monsters/ZombieTreasureHunters/ZombieTreasureHunterWarm_01/ZombieTreasureHunterWarm_01.ao', (){ Roll (1, 4, {PlayEffect( 'Metadata/Monsters/ZombieTreasureHunters/ZombieTreasureHunter_01/IllFatedExplorer01AggroAudio.ao'); } ); } );
    		IfAnimatedObject( 'Metadata/Monsters/ZombieTreasureHunters/ZombieTreasureHunterWarm_02/ZombieTreasureHunterWarm_02.ao', (){ Roll (1, 4, {PlayEffect( 'Metadata/Monsters/ZombieTreasureHunters/ZombieTreasureHunter_02/IllFatedExplorer02AggroAudio.ao'); } ); } );
    		IfAnimatedObject( 'Metadata/Monsters/ZombieTreasureHunters/ZombieTreasureHunterWarm_03/ZombieTreasureHunterWarm_03.ao', (){ Roll (1, 4, {PlayEffect( 'Metadata/Monsters/ZombieTreasureHunters/ZombieTreasureHunter_03/IllFatedExplorer03AggroAudio.ao'); } ); } );
    		IfAnimatedObject( 'Metadata/Monsters/ZombieTreasureHunters/ZombieTreasureHunterWarm_04/ZombieTreasureHunterWarm_04.ao', (){ Roll (1, 4, {PlayEffect( 'Metadata/Monsters/ZombieTreasureHunters/ZombieTreasureHunter_04/IllFatedExplorer04AggroAudio.ao'); } ); } );
    
    		IfAnimatedObject( 'Metadata/Monsters/ZombieTreasureHunters/ZombieTreasureHunter_01/ZombieTreasureHunter_01.ao', (){ Roll (1, 4, {PlayEffect( 'Metadata/Monsters/ZombieTreasureHunters/ZombieTreasureHunter_01/IllFatedExplorer01AggroAudio.ao'); } ); } );
    		IfAnimatedObject( 'Metadata/Monsters/ZombieTreasureHunters/ZombieTreasureHunter_02/ZombieTreasureHunter_02.ao', (){ Roll (1, 4, {PlayEffect( 'Metadata/Monsters/ZombieTreasureHunters/ZombieTreasureHunter_02/IllFatedExplorer02AggroAudio.ao'); } ); } );
    		IfAnimatedObject( 'Metadata/Monsters/ZombieTreasureHunters/ZombieTreasureHunter_03/ZombieTreasureHunter_03.ao', (){ Roll (1, 4, {PlayEffect( 'Metadata/Monsters/ZombieTreasureHunters/ZombieTreasureHunter_03/IllFatedExplorer03AggroAudio.ao'); } ); } );
    		IfAnimatedObject( 'Metadata/Monsters/ZombieTreasureHunters/ZombieTreasureHunter_04/ZombieTreasureHunter_04.ao', (){ Roll (1, 4, {PlayEffect( 'Metadata/Monsters/ZombieTreasureHunters/ZombieTreasureHunter_04/IllFatedExplorer04AggroAudio.ao'); } ); } );
    	"
    }
    
    -- src\Data\Spectres.lua
    minions["Metadata/Monsters/ZombieTreasureHunters/IllFatedExplorerNoSporesOrange3"] = {
        name = "Ill-fated Explorer",
        life = 1,
        fireResist = 0,
        coldResist = 0,
        lightningResist = 0,
        chaosResist = 0,
        damage = 1.2,
        damageSpread = 0.2,
        attackTime = 1.755,
        attackRange = 10,
        accuracy = 1,
        weaponType1 = "One Hand Sword",
        skillList = {
            "MeleeAtAnimationSpeed",
        },
        modList = {
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["MeleeAtAnimationSpeed"] = {
        name = "Basic Attack",
        hidden = true,
        color = ,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        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",
            "action_attack_or_cast_time_uses_animation_length",
            "projectile_uses_contact_position",
            "use_scaled_contact_offset",
        },
        levels = {
            [1] = {levelRequirement = 1, statInterpolation = {},  cost = { }, },
        },
    }
    
    IdNothing
    FamilyNothing
    DomainsMonster (3)
    GenerationTypeEinzigartig (3)
    Req. level1
    IdNothing
    FamilyNothing
    DomainsMonster (3)
    GenerationTypeEinzigartig (3)
    Req. level1
    attack maximum action distance + [-3]
    IdStanceReduceMeleeDistance
    FamilyStance
    DomainsMonster (3)
    GenerationTypeEinzigartig (3)
    Req. level1
    Stats
  • attack maximum action distance + Min: -3 Max: -3 Global
  • Verunglückter Entdecker
    attack maximum action distance + [-3]
    Ill-fated Explorer
    SpectreY
    AreaVerseuchtes Brachland, Verseuchtes Brachland
    Tags1HSword_onhit_audio, humanoid, melee, not_dex, not_int, physical_affinity, skeleton, undead, very_slow_movement
    Packs
  • Verseuchtes Brachland, Verseuchtes Brachland: Verunglückter Entdecker, Verunglückter Entdecker, Verunglückter Entdecker, Verunglückter Entdecker
  • Leben
    100%
    Rüstung
    +25%
    Ailment Threshold
    %
    Widerstand
    0 0 0 0
    Damage
    120%
    Genauigkeit
    100%
    Kritische Trefferchance
    +5%
    Multiplikator für kritische Treffer
    +130%
    Attack Distance
    5 ~ 10
    Attack Time
    1.755 Second
    Damage Spread
    ±20%
    Erfahrung
    100%
    Model Size
    100%
    Type
    IllFatedExplorer
    Metadata
    IllFatedExplorerNoSporesOrange4
    Stufe
    59
    Leben
    4,860
    Rüstung
    2,020
    Ausweichen
    373
    Energieschild
    0
    Damage
    210
    Zauberschaden
    210
    Genauigkeit
    0
    Attack Time
    1.755
    Erfahrung
    15,267
    MeleeAtAnimationSpeed
    Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Multistrikeable, Melee, ProjectilesFromUser
    Basisangriff
    Base Damage: 168–252
    [Critical|Kritische Trefferchance]: 5%
    Attack Time: 1.755 Sek.
    action attack or cast time uses animation length [1]
    projectile uses contact position [1]
    skill can fire wand projectiles [1]
    use scaled contact offset [1]

    Object Type

    version 2
    extends "Metadata/Monsters/Monster"
    
    Actor
    {
    	basic_action = "ChangeToStance1"
    	basic_action = "ChangeToStance2"
    }
    
    Transitionable 
    {
    	
    }
    
    Stats
    {
    	set_base_heavy_stun_duration_ms = 2788
    }

    Object Type Codes

    version 2
    extends "Metadata/Monsters/Monster"
    
    Transitionable
    {
    	on_transition = 
    	"
    		IfAnimatedObject( 'Metadata/Monsters/ZombieTreasureHunters/ZombieTreasureHunterWarm_01/ZombieTreasureHunterWarm_01.ao', (){ Roll (1, 4, {PlayEffect( 'Metadata/Monsters/ZombieTreasureHunters/ZombieTreasureHunter_01/IllFatedExplorer01AggroAudio.ao'); } ); } );
    		IfAnimatedObject( 'Metadata/Monsters/ZombieTreasureHunters/ZombieTreasureHunterWarm_02/ZombieTreasureHunterWarm_02.ao', (){ Roll (1, 4, {PlayEffect( 'Metadata/Monsters/ZombieTreasureHunters/ZombieTreasureHunter_02/IllFatedExplorer02AggroAudio.ao'); } ); } );
    		IfAnimatedObject( 'Metadata/Monsters/ZombieTreasureHunters/ZombieTreasureHunterWarm_03/ZombieTreasureHunterWarm_03.ao', (){ Roll (1, 4, {PlayEffect( 'Metadata/Monsters/ZombieTreasureHunters/ZombieTreasureHunter_03/IllFatedExplorer03AggroAudio.ao'); } ); } );
    		IfAnimatedObject( 'Metadata/Monsters/ZombieTreasureHunters/ZombieTreasureHunterWarm_04/ZombieTreasureHunterWarm_04.ao', (){ Roll (1, 4, {PlayEffect( 'Metadata/Monsters/ZombieTreasureHunters/ZombieTreasureHunter_04/IllFatedExplorer04AggroAudio.ao'); } ); } );
    
    		IfAnimatedObject( 'Metadata/Monsters/ZombieTreasureHunters/ZombieTreasureHunter_01/ZombieTreasureHunter_01.ao', (){ Roll (1, 4, {PlayEffect( 'Metadata/Monsters/ZombieTreasureHunters/ZombieTreasureHunter_01/IllFatedExplorer01AggroAudio.ao'); } ); } );
    		IfAnimatedObject( 'Metadata/Monsters/ZombieTreasureHunters/ZombieTreasureHunter_02/ZombieTreasureHunter_02.ao', (){ Roll (1, 4, {PlayEffect( 'Metadata/Monsters/ZombieTreasureHunters/ZombieTreasureHunter_02/IllFatedExplorer02AggroAudio.ao'); } ); } );
    		IfAnimatedObject( 'Metadata/Monsters/ZombieTreasureHunters/ZombieTreasureHunter_03/ZombieTreasureHunter_03.ao', (){ Roll (1, 4, {PlayEffect( 'Metadata/Monsters/ZombieTreasureHunters/ZombieTreasureHunter_03/IllFatedExplorer03AggroAudio.ao'); } ); } );
    		IfAnimatedObject( 'Metadata/Monsters/ZombieTreasureHunters/ZombieTreasureHunter_04/ZombieTreasureHunter_04.ao', (){ Roll (1, 4, {PlayEffect( 'Metadata/Monsters/ZombieTreasureHunters/ZombieTreasureHunter_04/IllFatedExplorer04AggroAudio.ao'); } ); } );
    	"
    }
    
    -- src\Data\Spectres.lua
    minions["Metadata/Monsters/ZombieTreasureHunters/IllFatedExplorerNoSporesOrange4"] = {
        name = "Ill-fated Explorer",
        life = 1,
        fireResist = 0,
        coldResist = 0,
        lightningResist = 0,
        chaosResist = 0,
        damage = 1.2,
        damageSpread = 0.2,
        attackTime = 1.755,
        attackRange = 10,
        accuracy = 1,
        weaponType1 = "One Hand Sword",
        skillList = {
            "MeleeAtAnimationSpeed",
        },
        modList = {
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["MeleeAtAnimationSpeed"] = {
        name = "Basic Attack",
        hidden = true,
        color = ,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        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",
            "action_attack_or_cast_time_uses_animation_length",
            "projectile_uses_contact_position",
            "use_scaled_contact_offset",
        },
        levels = {
            [1] = {levelRequirement = 1, statInterpolation = {},  cost = { }, },
        },
    }
    
    IdNothing
    FamilyNothing
    DomainsMonster (3)
    GenerationTypeEinzigartig (3)
    Req. level1
    IdNothing
    FamilyNothing
    DomainsMonster (3)
    GenerationTypeEinzigartig (3)
    Req. level1
    attack maximum action distance + [-3]
    IdStanceReduceMeleeDistance
    FamilyStance
    DomainsMonster (3)
    GenerationTypeEinzigartig (3)
    Req. level1
    Stats
  • attack maximum action distance + Min: -3 Max: -3 Global
  • Verunglückter Entdecker
    Ill-fated Explorer
    SpectreY
    Tags1HSword_onhit_audio, bones, humanoid, melee, not_dex, not_int, physical_affinity, skeleton, undead, very_slow_movement
    Leben
    100%
    Rüstung
    +25%
    Ailment Threshold
    %
    Widerstand
    0 0 0 0
    Damage
    120%
    Genauigkeit
    100%
    Kritische Trefferchance
    +5%
    Multiplikator für kritische Treffer
    +130%
    Attack Distance
    5 ~ 10
    Attack Time
    1.755 Second
    Damage Spread
    ±20%
    Erfahrung
    100%
    Model Size
    100%
    Type
    IllFatedExplorer
    Metadata
    NavalZombie
    Stufe
    68
    Leben
    7,757
    Rüstung
    3,451
    Ausweichen
    477
    Energieschild
    0
    Damage
    280
    Zauberschaden
    280
    Genauigkeit
    0
    Attack Time
    1.755
    Erfahrung
    28,634
    MeleeAtAnimationSpeed
    Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Multistrikeable, Melee, ProjectilesFromUser
    Basisangriff
    Base Damage: 224–336
    [Critical|Kritische Trefferchance]: 5%
    Attack Time: 1.755 Sek.
    action attack or cast time uses animation length [1]
    projectile uses contact position [1]
    skill can fire wand projectiles [1]
    use scaled contact offset [1]

    Object Type

    version 2
    extends "Metadata/Monsters/Monster"
    
    Actor
    {
    	basic_action = "ChangeToStance1"
    	basic_action = "ChangeToStance2"
    }
    
    Transitionable 
    {
    	
    }
    
    Stats
    {
    	set_base_heavy_stun_duration_ms = 2788
    }

    Object Type Codes

    version 2
    extends "Metadata/Monsters/Monster"
    
    Transitionable
    {
    	on_transition = 
    	"
    		IfAnimatedObject( 'Metadata/Monsters/ZombieTreasureHunters/ZombieTreasureHunterWarm_01/ZombieTreasureHunterWarm_01.ao', (){ Roll (1, 4, {PlayEffect( 'Metadata/Monsters/ZombieTreasureHunters/ZombieTreasureHunter_01/IllFatedExplorer01AggroAudio.ao'); } ); } );
    		IfAnimatedObject( 'Metadata/Monsters/ZombieTreasureHunters/ZombieTreasureHunterWarm_02/ZombieTreasureHunterWarm_02.ao', (){ Roll (1, 4, {PlayEffect( 'Metadata/Monsters/ZombieTreasureHunters/ZombieTreasureHunter_02/IllFatedExplorer02AggroAudio.ao'); } ); } );
    		IfAnimatedObject( 'Metadata/Monsters/ZombieTreasureHunters/ZombieTreasureHunterWarm_03/ZombieTreasureHunterWarm_03.ao', (){ Roll (1, 4, {PlayEffect( 'Metadata/Monsters/ZombieTreasureHunters/ZombieTreasureHunter_03/IllFatedExplorer03AggroAudio.ao'); } ); } );
    		IfAnimatedObject( 'Metadata/Monsters/ZombieTreasureHunters/ZombieTreasureHunterWarm_04/ZombieTreasureHunterWarm_04.ao', (){ Roll (1, 4, {PlayEffect( 'Metadata/Monsters/ZombieTreasureHunters/ZombieTreasureHunter_04/IllFatedExplorer04AggroAudio.ao'); } ); } );
    
    		IfAnimatedObject( 'Metadata/Monsters/ZombieTreasureHunters/ZombieTreasureHunter_01/ZombieTreasureHunter_01.ao', (){ Roll (1, 4, {PlayEffect( 'Metadata/Monsters/ZombieTreasureHunters/ZombieTreasureHunter_01/IllFatedExplorer01AggroAudio.ao'); } ); } );
    		IfAnimatedObject( 'Metadata/Monsters/ZombieTreasureHunters/ZombieTreasureHunter_02/ZombieTreasureHunter_02.ao', (){ Roll (1, 4, {PlayEffect( 'Metadata/Monsters/ZombieTreasureHunters/ZombieTreasureHunter_02/IllFatedExplorer02AggroAudio.ao'); } ); } );
    		IfAnimatedObject( 'Metadata/Monsters/ZombieTreasureHunters/ZombieTreasureHunter_03/ZombieTreasureHunter_03.ao', (){ Roll (1, 4, {PlayEffect( 'Metadata/Monsters/ZombieTreasureHunters/ZombieTreasureHunter_03/IllFatedExplorer03AggroAudio.ao'); } ); } );
    		IfAnimatedObject( 'Metadata/Monsters/ZombieTreasureHunters/ZombieTreasureHunter_04/ZombieTreasureHunter_04.ao', (){ Roll (1, 4, {PlayEffect( 'Metadata/Monsters/ZombieTreasureHunters/ZombieTreasureHunter_04/IllFatedExplorer04AggroAudio.ao'); } ); } );
    	"
    }
    
    -- src\Data\Spectres.lua
    minions["Metadata/Monsters/NavalZombie"] = {
        name = "Ill-fated Explorer",
        life = 1,
        fireResist = 0,
        coldResist = 0,
        lightningResist = 0,
        chaosResist = 0,
        damage = 1.2,
        damageSpread = 0.2,
        attackTime = 1.755,
        attackRange = 10,
        accuracy = 1,
        weaponType1 = "One Hand Sword",
        skillList = {
            "MeleeAtAnimationSpeed",
        },
        modList = {
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["MeleeAtAnimationSpeed"] = {
        name = "Basic Attack",
        hidden = true,
        color = ,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        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",
            "action_attack_or_cast_time_uses_animation_length",
            "projectile_uses_contact_position",
            "use_scaled_contact_offset",
        },
        levels = {
            [1] = {levelRequirement = 1, statInterpolation = {},  cost = { }, },
        },
    }
    
    Verunglückter Entdecker
    Ill-fated Explorer
    SpectreY
    Tags1HSword_onhit_audio, bones, humanoid, melee, not_dex, not_int, physical_affinity, skeleton, undead, very_slow_movement
    Leben
    100%
    Rüstung
    +25%
    Ailment Threshold
    %
    Widerstand
    0 0 0 0
    Damage
    120%
    Genauigkeit
    100%
    Kritische Trefferchance
    +5%
    Multiplikator für kritische Treffer
    +130%
    Attack Distance
    5 ~ 10
    Attack Time
    1.755 Second
    Damage Spread
    ±20%
    Erfahrung
    100%
    Model Size
    100%
    Type
    IllFatedExplorer
    Metadata
    NavalZombieHarbourTeam
    Stufe
    68
    Leben
    7,757
    Rüstung
    3,451
    Ausweichen
    477
    Energieschild
    0
    Damage
    280
    Zauberschaden
    280
    Genauigkeit
    0
    Attack Time
    1.755
    Erfahrung
    28,634
    MeleeAtAnimationSpeed
    Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Multistrikeable, Melee, ProjectilesFromUser
    Basisangriff
    Base Damage: 224–336
    [Critical|Kritische Trefferchance]: 5%
    Attack Time: 1.755 Sek.
    action attack or cast time uses animation length [1]
    projectile uses contact position [1]
    skill can fire wand projectiles [1]
    use scaled contact offset [1]

    Object Type

    version 2
    extends "Metadata/Monsters/Monster"
    
    Actor
    {
    	basic_action = "ChangeToStance1"
    	basic_action = "ChangeToStance2"
    }
    
    Transitionable 
    {
    	
    }
    
    Stats
    {
    	set_base_heavy_stun_duration_ms = 2788
    }

    Object Type Codes

    version 2
    extends "Metadata/Monsters/Monster"
    
    Transitionable
    {
    	on_transition = 
    	"
    		IfAnimatedObject( 'Metadata/Monsters/ZombieTreasureHunters/ZombieTreasureHunterWarm_01/ZombieTreasureHunterWarm_01.ao', (){ Roll (1, 4, {PlayEffect( 'Metadata/Monsters/ZombieTreasureHunters/ZombieTreasureHunter_01/IllFatedExplorer01AggroAudio.ao'); } ); } );
    		IfAnimatedObject( 'Metadata/Monsters/ZombieTreasureHunters/ZombieTreasureHunterWarm_02/ZombieTreasureHunterWarm_02.ao', (){ Roll (1, 4, {PlayEffect( 'Metadata/Monsters/ZombieTreasureHunters/ZombieTreasureHunter_02/IllFatedExplorer02AggroAudio.ao'); } ); } );
    		IfAnimatedObject( 'Metadata/Monsters/ZombieTreasureHunters/ZombieTreasureHunterWarm_03/ZombieTreasureHunterWarm_03.ao', (){ Roll (1, 4, {PlayEffect( 'Metadata/Monsters/ZombieTreasureHunters/ZombieTreasureHunter_03/IllFatedExplorer03AggroAudio.ao'); } ); } );
    		IfAnimatedObject( 'Metadata/Monsters/ZombieTreasureHunters/ZombieTreasureHunterWarm_04/ZombieTreasureHunterWarm_04.ao', (){ Roll (1, 4, {PlayEffect( 'Metadata/Monsters/ZombieTreasureHunters/ZombieTreasureHunter_04/IllFatedExplorer04AggroAudio.ao'); } ); } );
    
    		IfAnimatedObject( 'Metadata/Monsters/ZombieTreasureHunters/ZombieTreasureHunter_01/ZombieTreasureHunter_01.ao', (){ Roll (1, 4, {PlayEffect( 'Metadata/Monsters/ZombieTreasureHunters/ZombieTreasureHunter_01/IllFatedExplorer01AggroAudio.ao'); } ); } );
    		IfAnimatedObject( 'Metadata/Monsters/ZombieTreasureHunters/ZombieTreasureHunter_02/ZombieTreasureHunter_02.ao', (){ Roll (1, 4, {PlayEffect( 'Metadata/Monsters/ZombieTreasureHunters/ZombieTreasureHunter_02/IllFatedExplorer02AggroAudio.ao'); } ); } );
    		IfAnimatedObject( 'Metadata/Monsters/ZombieTreasureHunters/ZombieTreasureHunter_03/ZombieTreasureHunter_03.ao', (){ Roll (1, 4, {PlayEffect( 'Metadata/Monsters/ZombieTreasureHunters/ZombieTreasureHunter_03/IllFatedExplorer03AggroAudio.ao'); } ); } );
    		IfAnimatedObject( 'Metadata/Monsters/ZombieTreasureHunters/ZombieTreasureHunter_04/ZombieTreasureHunter_04.ao', (){ Roll (1, 4, {PlayEffect( 'Metadata/Monsters/ZombieTreasureHunters/ZombieTreasureHunter_04/IllFatedExplorer04AggroAudio.ao'); } ); } );
    	"
    }
    
    -- src\Data\Spectres.lua
    minions["Metadata/Monsters/NavalZombieHarbourTeam"] = {
        name = "Ill-fated Explorer",
        life = 1,
        fireResist = 0,
        coldResist = 0,
        lightningResist = 0,
        chaosResist = 0,
        damage = 1.2,
        damageSpread = 0.2,
        attackTime = 1.755,
        attackRange = 10,
        accuracy = 1,
        weaponType1 = "One Hand Sword",
        skillList = {
            "MeleeAtAnimationSpeed",
        },
        modList = {
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["MeleeAtAnimationSpeed"] = {
        name = "Basic Attack",
        hidden = true,
        color = ,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        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",
            "action_attack_or_cast_time_uses_animation_length",
            "projectile_uses_contact_position",
            "use_scaled_contact_offset",
        },
        levels = {
            [1] = {levelRequirement = 1, statInterpolation = {},  cost = { }, },
        },
    }