Ill-fated Explorer
stance movement speed +% final [337]
SpectreY
AreaChimeral Wetlands, The Ziggurat Refuge, Chimeral Wetlands
Tags1HSword_onhit_audio, humanoid, melee, not_dex, not_int, physical_affinity, skeleton, undead, very_slow_movement
Packs
  • Chimeral Wetlands, Chimeral Wetlands: Ill-fated Explorer, Ill-fated Explorer, Ill-fated Explorer, Ill-fated Explorer
  • The Ziggurat Refuge: Ill-fated Explorer, Ill-fated Explorer, Ill-fated Explorer, Ill-fated Explorer
  • 生命
    100%
    Armour
    +25%
    Ailment Threshold
    %
    抗性
    0 0 0 0
    伤害
    120%
    命中
    100%
    攻击暴击率
    +5%
    暴击伤害
    +130%
    Attack Distance
    5 ~ 10
    Attack Time
    1.755 Second
    Damage Spread
    ±20%
    经验值
    100%
    Model Size
    100%
    Type
    IllFatedExplorer
    Metadata
    IllFatedExplorer1
    等级
    70
    生命
    8,716
    Armour
    3,877
    闪避值
    502
    能量护盾
    0
    伤害
    297
    法术伤害
    297
    命中
    0
    Attack Time
    1.755
    经验值
    34,639
    MeleeAtAnimationSpeed
    攻击, 范围攻击, 技能可幻影射手, 投射物, 近战单一目标, 攻击可重复, 近战, 玩家投射物
    普通攻击
    Base Damage: 238–357
    暴击几率: 5%
    Attack Time: 1.755 秒
    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
    法术, 范围, 伤害, 可触发, 持续时间, 范围法术
    施放间隔: 1 秒
    每秒造成 26.8 基础混沌伤害
    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
    Domains怪物 (3)
    GenerationType传奇 (3)
    Req. level1
    stance movement speed +% final [337]
    IdStanceIllFatedExplorerRun
    FamilyStance
    Domains怪物 (3)
    GenerationType传奇 (3)
    Req. level1
    Stats
  • stance movement speed +% final Min: 337 Max: 337 Global
  • Craft Tagsspeed
    Ill-fated Explorer
    stance movement speed +% final [337]
    SpectreY
    AreaChimeral Wetlands, The Ziggurat Refuge, Chimeral Wetlands
    Tags1HSword_onhit_audio, humanoid, melee, not_dex, not_int, physical_affinity, skeleton, undead, very_slow_movement
    Packs
  • Chimeral Wetlands, Chimeral Wetlands: Ill-fated Explorer, Ill-fated Explorer, Ill-fated Explorer, Ill-fated Explorer
  • The Ziggurat Refuge: Ill-fated Explorer, Ill-fated Explorer, Ill-fated Explorer, Ill-fated Explorer
  • 生命
    100%
    Armour
    +25%
    Ailment Threshold
    %
    抗性
    0 0 0 0
    伤害
    120%
    命中
    100%
    攻击暴击率
    +5%
    暴击伤害
    +130%
    Attack Distance
    5 ~ 8
    Attack Time
    1.755 Second
    Damage Spread
    ±20%
    经验值
    100%
    Model Size
    100%
    Type
    IllFatedExplorer
    Metadata
    IllFatedExplorer2
    等级
    70
    生命
    8,716
    Armour
    3,877
    闪避值
    502
    能量护盾
    0
    伤害
    297
    法术伤害
    297
    命中
    0
    Attack Time
    1.755
    经验值
    34,639
    MeleeAtAnimationSpeedComboTEMP
    攻击, 范围攻击, 技能可幻影射手, 投射物, 近战单一目标, 攻击可重复, 近战, 玩家投射物
    普通攻击
    Base Damage: 238–357
    暴击几率: 5%
    Attack Time: 1.755 秒
    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
    Domains怪物 (3)
    GenerationType传奇 (3)
    Req. level1
    stance movement speed +% final [337]
    IdStanceIllFatedExplorerRun
    FamilyStance
    Domains怪物 (3)
    GenerationType传奇 (3)
    Req. level1
    Stats
  • stance movement speed +% final Min: 337 Max: 337 Global
  • Craft Tagsspeed
    Ill-fated Explorer
    stance movement speed +% final [337]
    SpectreY
    AreaChimeral Wetlands, The Ziggurat Refuge, Chimeral Wetlands
    Tags1HSword_onhit_audio, humanoid, melee, not_dex, not_int, physical_affinity, skeleton, undead, very_slow_movement
    Packs
  • Chimeral Wetlands, Chimeral Wetlands: Ill-fated Explorer, Ill-fated Explorer, Ill-fated Explorer, Ill-fated Explorer
  • The Ziggurat Refuge: Ill-fated Explorer, Ill-fated Explorer, Ill-fated Explorer, Ill-fated Explorer
  • 生命
    100%
    Armour
    +25%
    Ailment Threshold
    %
    抗性
    0 0 0 0
    伤害
    120%
    命中
    100%
    攻击暴击率
    +5%
    暴击伤害
    +130%
    Attack Distance
    5 ~ 10
    Attack Time
    1.755 Second
    Damage Spread
    ±20%
    经验值
    100%
    Model Size
    100%
    Type
    IllFatedExplorer
    Metadata
    IllFatedExplorer3
    等级
    70
    生命
    8,716
    Armour
    3,877
    闪避值
    502
    能量护盾
    0
    伤害
    297
    法术伤害
    297
    命中
    0
    Attack Time
    1.755
    经验值
    34,639
    MeleeAtAnimationSpeed
    攻击, 范围攻击, 技能可幻影射手, 投射物, 近战单一目标, 攻击可重复, 近战, 玩家投射物
    普通攻击
    Base Damage: 238–357
    暴击几率: 5%
    Attack Time: 1.755 秒
    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
    法术, 范围, 伤害, 可触发, 持续时间, 范围法术
    施放间隔: 1 秒
    每秒造成 26.8 基础混沌伤害
    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
    Domains怪物 (3)
    GenerationType传奇 (3)
    Req. level1
    stance movement speed +% final [337]
    IdStanceIllFatedExplorerRun
    FamilyStance
    Domains怪物 (3)
    GenerationType传奇 (3)
    Req. level1
    Stats
  • stance movement speed +% final Min: 337 Max: 337 Global
  • Craft Tagsspeed
    Ill-fated Explorer
    stance movement speed +% final [337]
    SpectreY
    AreaChimeral Wetlands, The Ziggurat Refuge, Chimeral Wetlands
    Tags1HSword_onhit_audio, humanoid, melee, not_dex, not_int, physical_affinity, skeleton, undead, very_slow_movement
    Packs
  • Chimeral Wetlands, Chimeral Wetlands: Ill-fated Explorer, Ill-fated Explorer, Ill-fated Explorer, Ill-fated Explorer
  • The Ziggurat Refuge: Ill-fated Explorer, Ill-fated Explorer, Ill-fated Explorer, Ill-fated Explorer
  • 生命
    100%
    Armour
    +25%
    Ailment Threshold
    %
    抗性
    0 0 0 0
    伤害
    120%
    命中
    100%
    攻击暴击率
    +5%
    暴击伤害
    +130%
    Attack Distance
    5 ~ 10
    Attack Time
    1.755 Second
    Damage Spread
    ±20%
    经验值
    100%
    Model Size
    100%
    Type
    IllFatedExplorer
    Metadata
    IllFatedExplorer4
    等级
    70
    生命
    8,716
    Armour
    3,877
    闪避值
    502
    能量护盾
    0
    伤害
    297
    法术伤害
    297
    命中
    0
    Attack Time
    1.755
    经验值
    34,639
    MeleeAtAnimationSpeed
    攻击, 范围攻击, 技能可幻影射手, 投射物, 近战单一目标, 攻击可重复, 近战, 玩家投射物
    普通攻击
    Base Damage: 238–357
    暴击几率: 5%
    Attack Time: 1.755 秒
    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
    法术, 范围, 伤害, 可触发, 持续时间, 范围法术
    施放间隔: 1 秒
    每秒造成 26.8 基础混沌伤害
    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
    Domains怪物 (3)
    GenerationType传奇 (3)
    Req. level1
    stance movement speed +% final [337]
    IdStanceIllFatedExplorerRun
    FamilyStance
    Domains怪物 (3)
    GenerationType传奇 (3)
    Req. level1
    Stats
  • stance movement speed +% final Min: 337 Max: 337 Global
  • Craft Tagsspeed
    Ill-fated Explorer
    attack maximum action distance + [-3]
    SpectreY
    AreaChimeral Wetlands, Chimeral Wetlands
    Tags1HSword_onhit_audio, humanoid, melee, not_dex, not_int, physical_affinity, skeleton, undead, very_slow_movement
    Packs
  • Chimeral Wetlands, Chimeral Wetlands: Ill-fated Explorer, Ill-fated Explorer, Ill-fated Explorer, Ill-fated Explorer
  • 生命
    100%
    Armour
    +25%
    Ailment Threshold
    %
    抗性
    0 0 0 0
    伤害
    120%
    命中
    100%
    攻击暴击率
    +5%
    暴击伤害
    +130%
    Attack Distance
    5 ~ 10
    Attack Time
    1.755 Second
    Damage Spread
    ±20%
    经验值
    100%
    Model Size
    100%
    Type
    IllFatedExplorer
    Metadata
    IllFatedExplorerNoSpores1
    等级
    59
    生命
    4,860
    Armour
    2,020
    闪避值
    373
    能量护盾
    0
    伤害
    210
    法术伤害
    210
    命中
    0
    Attack Time
    1.755
    经验值
    15,267
    MeleeAtAnimationSpeed
    攻击, 范围攻击, 技能可幻影射手, 投射物, 近战单一目标, 攻击可重复, 近战, 玩家投射物
    普通攻击
    Base Damage: 168–252
    暴击几率: 5%
    Attack Time: 1.755 秒
    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
    Domains怪物 (3)
    GenerationType传奇 (3)
    Req. level1
    IdNothing
    FamilyNothing
    Domains怪物 (3)
    GenerationType传奇 (3)
    Req. level1
    attack maximum action distance + [-3]
    IdStanceReduceMeleeDistance
    FamilyStance
    Domains怪物 (3)
    GenerationType传奇 (3)
    Req. level1
    Stats
  • attack maximum action distance + Min: -3 Max: -3 Global
  • Ill-fated Explorer
    attack maximum action distance + [-3]
    SpectreY
    AreaChimeral Wetlands, Chimeral Wetlands
    Tags1HSword_onhit_audio, humanoid, melee, not_dex, not_int, physical_affinity, skeleton, undead, very_slow_movement
    Packs
  • Chimeral Wetlands, Chimeral Wetlands: Ill-fated Explorer, Ill-fated Explorer, Ill-fated Explorer, Ill-fated Explorer
  • 生命
    100%
    Armour
    +25%
    Ailment Threshold
    %
    抗性
    0 0 0 0
    伤害
    120%
    命中
    100%
    攻击暴击率
    +5%
    暴击伤害
    +130%
    Attack Distance
    5 ~ 8
    Attack Time
    1.755 Second
    Damage Spread
    ±20%
    经验值
    100%
    Model Size
    100%
    Type
    IllFatedExplorer
    Metadata
    IllFatedExplorerNoSpores2
    等级
    59
    生命
    4,860
    Armour
    2,020
    闪避值
    373
    能量护盾
    0
    伤害
    210
    法术伤害
    210
    命中
    0
    Attack Time
    1.755
    经验值
    15,267
    MeleeAtAnimationSpeedComboTEMP
    攻击, 范围攻击, 技能可幻影射手, 投射物, 近战单一目标, 攻击可重复, 近战, 玩家投射物
    普通攻击
    Base Damage: 168–252
    暴击几率: 5%
    Attack Time: 1.755 秒
    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
    Domains怪物 (3)
    GenerationType传奇 (3)
    Req. level1
    IdNothing
    FamilyNothing
    Domains怪物 (3)
    GenerationType传奇 (3)
    Req. level1
    attack maximum action distance + [-3]
    IdStanceReduceMeleeDistance
    FamilyStance
    Domains怪物 (3)
    GenerationType传奇 (3)
    Req. level1
    Stats
  • attack maximum action distance + Min: -3 Max: -3 Global
  • Ill-fated Explorer
    attack maximum action distance + [-3]
    SpectreY
    AreaChimeral Wetlands, Chimeral Wetlands
    Tags1HSword_onhit_audio, humanoid, melee, not_dex, not_int, physical_affinity, skeleton, undead, very_slow_movement
    Packs
  • Chimeral Wetlands, Chimeral Wetlands: Ill-fated Explorer, Ill-fated Explorer, Ill-fated Explorer, Ill-fated Explorer
  • 生命
    100%
    Armour
    +25%
    Ailment Threshold
    %
    抗性
    0 0 0 0
    伤害
    120%
    命中
    100%
    攻击暴击率
    +5%
    暴击伤害
    +130%
    Attack Distance
    5 ~ 10
    Attack Time
    1.755 Second
    Damage Spread
    ±20%
    经验值
    100%
    Model Size
    100%
    Type
    IllFatedExplorer
    Metadata
    IllFatedExplorerNoSpores3
    等级
    59
    生命
    4,860
    Armour
    2,020
    闪避值
    373
    能量护盾
    0
    伤害
    210
    法术伤害
    210
    命中
    0
    Attack Time
    1.755
    经验值
    15,267
    MeleeAtAnimationSpeed
    攻击, 范围攻击, 技能可幻影射手, 投射物, 近战单一目标, 攻击可重复, 近战, 玩家投射物
    普通攻击
    Base Damage: 168–252
    暴击几率: 5%
    Attack Time: 1.755 秒
    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
    Domains怪物 (3)
    GenerationType传奇 (3)
    Req. level1
    IdNothing
    FamilyNothing
    Domains怪物 (3)
    GenerationType传奇 (3)
    Req. level1
    attack maximum action distance + [-3]
    IdStanceReduceMeleeDistance
    FamilyStance
    Domains怪物 (3)
    GenerationType传奇 (3)
    Req. level1
    Stats
  • attack maximum action distance + Min: -3 Max: -3 Global
  • Ill-fated Explorer
    attack maximum action distance + [-3]
    SpectreY
    AreaChimeral Wetlands, Chimeral Wetlands
    Tags1HSword_onhit_audio, humanoid, melee, not_dex, not_int, physical_affinity, skeleton, undead, very_slow_movement
    Packs
  • Chimeral Wetlands, Chimeral Wetlands: Ill-fated Explorer, Ill-fated Explorer, Ill-fated Explorer, Ill-fated Explorer
  • 生命
    100%
    Armour
    +25%
    Ailment Threshold
    %
    抗性
    0 0 0 0
    伤害
    120%
    命中
    100%
    攻击暴击率
    +5%
    暴击伤害
    +130%
    Attack Distance
    5 ~ 10
    Attack Time
    1.755 Second
    Damage Spread
    ±20%
    经验值
    100%
    Model Size
    100%
    Type
    IllFatedExplorer
    Metadata
    IllFatedExplorerNoSpores4_
    等级
    59
    生命
    4,860
    Armour
    2,020
    闪避值
    373
    能量护盾
    0
    伤害
    210
    法术伤害
    210
    命中
    0
    Attack Time
    1.755
    经验值
    15,267
    MeleeAtAnimationSpeed
    攻击, 范围攻击, 技能可幻影射手, 投射物, 近战单一目标, 攻击可重复, 近战, 玩家投射物
    普通攻击
    Base Damage: 168–252
    暴击几率: 5%
    Attack Time: 1.755 秒
    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
    Domains怪物 (3)
    GenerationType传奇 (3)
    Req. level1
    IdNothing
    FamilyNothing
    Domains怪物 (3)
    GenerationType传奇 (3)
    Req. level1
    attack maximum action distance + [-3]
    IdStanceReduceMeleeDistance
    FamilyStance
    Domains怪物 (3)
    GenerationType传奇 (3)
    Req. level1
    Stats
  • attack maximum action distance + Min: -3 Max: -3 Global
  • Ill-fated Explorer
    attack maximum action distance + [-3]
    SpectreY
    AreaInfested Barrens, Infested Barrens
    Tags1HSword_onhit_audio, humanoid, melee, not_dex, not_int, physical_affinity, skeleton, undead, very_slow_movement
    Packs
  • Infested Barrens, Infested Barrens: Ill-fated Explorer, Ill-fated Explorer, Ill-fated Explorer, Ill-fated Explorer
  • 生命
    100%
    Armour
    +25%
    Ailment Threshold
    %
    抗性
    0 0 0 0
    伤害
    120%
    命中
    100%
    攻击暴击率
    +5%
    暴击伤害
    +130%
    Attack Distance
    5 ~ 10
    Attack Time
    1.755 Second
    Damage Spread
    ±20%
    经验值
    100%
    Model Size
    100%
    Type
    IllFatedExplorer
    Metadata
    IllFatedExplorerNoSporesOrange1
    等级
    59
    生命
    4,860
    Armour
    2,020
    闪避值
    373
    能量护盾
    0
    伤害
    210
    法术伤害
    210
    命中
    0
    Attack Time
    1.755
    经验值
    15,267
    MeleeAtAnimationSpeed
    攻击, 范围攻击, 技能可幻影射手, 投射物, 近战单一目标, 攻击可重复, 近战, 玩家投射物
    普通攻击
    Base Damage: 168–252
    暴击几率: 5%
    Attack Time: 1.755 秒
    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
    Domains怪物 (3)
    GenerationType传奇 (3)
    Req. level1
    IdNothing
    FamilyNothing
    Domains怪物 (3)
    GenerationType传奇 (3)
    Req. level1
    attack maximum action distance + [-3]
    IdStanceReduceMeleeDistance
    FamilyStance
    Domains怪物 (3)
    GenerationType传奇 (3)
    Req. level1
    Stats
  • attack maximum action distance + Min: -3 Max: -3 Global
  • Ill-fated Explorer
    attack maximum action distance + [-3]
    SpectreY
    AreaInfested Barrens, Infested Barrens
    Tags1HSword_onhit_audio, humanoid, melee, not_dex, not_int, physical_affinity, skeleton, undead, very_slow_movement
    Packs
  • Infested Barrens, Infested Barrens: Ill-fated Explorer, Ill-fated Explorer, Ill-fated Explorer, Ill-fated Explorer
  • 生命
    100%
    Armour
    +25%
    Ailment Threshold
    %
    抗性
    0 0 0 0
    伤害
    120%
    命中
    100%
    攻击暴击率
    +5%
    暴击伤害
    +130%
    Attack Distance
    5 ~ 8
    Attack Time
    1.755 Second
    Damage Spread
    ±20%
    经验值
    100%
    Model Size
    100%
    Type
    IllFatedExplorer
    Metadata
    IllFatedExplorerNoSporesOrange2
    等级
    59
    生命
    4,860
    Armour
    2,020
    闪避值
    373
    能量护盾
    0
    伤害
    210
    法术伤害
    210
    命中
    0
    Attack Time
    1.755
    经验值
    15,267
    MeleeAtAnimationSpeedComboTEMP
    攻击, 范围攻击, 技能可幻影射手, 投射物, 近战单一目标, 攻击可重复, 近战, 玩家投射物
    普通攻击
    Base Damage: 168–252
    暴击几率: 5%
    Attack Time: 1.755 秒
    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
    Domains怪物 (3)
    GenerationType传奇 (3)
    Req. level1
    IdNothing
    FamilyNothing
    Domains怪物 (3)
    GenerationType传奇 (3)
    Req. level1
    attack maximum action distance + [-3]
    IdStanceReduceMeleeDistance
    FamilyStance
    Domains怪物 (3)
    GenerationType传奇 (3)
    Req. level1
    Stats
  • attack maximum action distance + Min: -3 Max: -3 Global
  • Ill-fated Explorer
    attack maximum action distance + [-3]
    SpectreY
    AreaInfested Barrens, Infested Barrens
    Tags1HSword_onhit_audio, humanoid, melee, not_dex, not_int, physical_affinity, skeleton, undead, very_slow_movement
    Packs
  • Infested Barrens, Infested Barrens: Ill-fated Explorer, Ill-fated Explorer, Ill-fated Explorer, Ill-fated Explorer
  • 生命
    100%
    Armour
    +25%
    Ailment Threshold
    %
    抗性
    0 0 0 0
    伤害
    120%
    命中
    100%
    攻击暴击率
    +5%
    暴击伤害
    +130%
    Attack Distance
    5 ~ 10
    Attack Time
    1.755 Second
    Damage Spread
    ±20%
    经验值
    100%
    Model Size
    100%
    Type
    IllFatedExplorer
    Metadata
    IllFatedExplorerNoSporesOrange3
    等级
    59
    生命
    4,860
    Armour
    2,020
    闪避值
    373
    能量护盾
    0
    伤害
    210
    法术伤害
    210
    命中
    0
    Attack Time
    1.755
    经验值
    15,267
    MeleeAtAnimationSpeed
    攻击, 范围攻击, 技能可幻影射手, 投射物, 近战单一目标, 攻击可重复, 近战, 玩家投射物
    普通攻击
    Base Damage: 168–252
    暴击几率: 5%
    Attack Time: 1.755 秒
    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
    Domains怪物 (3)
    GenerationType传奇 (3)
    Req. level1
    IdNothing
    FamilyNothing
    Domains怪物 (3)
    GenerationType传奇 (3)
    Req. level1
    attack maximum action distance + [-3]
    IdStanceReduceMeleeDistance
    FamilyStance
    Domains怪物 (3)
    GenerationType传奇 (3)
    Req. level1
    Stats
  • attack maximum action distance + Min: -3 Max: -3 Global
  • Ill-fated Explorer
    attack maximum action distance + [-3]
    SpectreY
    AreaInfested Barrens, Infested Barrens
    Tags1HSword_onhit_audio, humanoid, melee, not_dex, not_int, physical_affinity, skeleton, undead, very_slow_movement
    Packs
  • Infested Barrens, Infested Barrens: Ill-fated Explorer, Ill-fated Explorer, Ill-fated Explorer, Ill-fated Explorer
  • 生命
    100%
    Armour
    +25%
    Ailment Threshold
    %
    抗性
    0 0 0 0
    伤害
    120%
    命中
    100%
    攻击暴击率
    +5%
    暴击伤害
    +130%
    Attack Distance
    5 ~ 10
    Attack Time
    1.755 Second
    Damage Spread
    ±20%
    经验值
    100%
    Model Size
    100%
    Type
    IllFatedExplorer
    Metadata
    IllFatedExplorerNoSporesOrange4
    等级
    59
    生命
    4,860
    Armour
    2,020
    闪避值
    373
    能量护盾
    0
    伤害
    210
    法术伤害
    210
    命中
    0
    Attack Time
    1.755
    经验值
    15,267
    MeleeAtAnimationSpeed
    攻击, 范围攻击, 技能可幻影射手, 投射物, 近战单一目标, 攻击可重复, 近战, 玩家投射物
    普通攻击
    Base Damage: 168–252
    暴击几率: 5%
    Attack Time: 1.755 秒
    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
    Domains怪物 (3)
    GenerationType传奇 (3)
    Req. level1
    IdNothing
    FamilyNothing
    Domains怪物 (3)
    GenerationType传奇 (3)
    Req. level1
    attack maximum action distance + [-3]
    IdStanceReduceMeleeDistance
    FamilyStance
    Domains怪物 (3)
    GenerationType传奇 (3)
    Req. level1
    Stats
  • attack maximum action distance + Min: -3 Max: -3 Global
  • Ill-fated Explorer
    SpectreY
    Tags1HSword_onhit_audio, bones, humanoid, melee, not_dex, not_int, physical_affinity, skeleton, undead, very_slow_movement
    生命
    100%
    Armour
    +25%
    Ailment Threshold
    %
    抗性
    0 0 0 0
    伤害
    120%
    命中
    100%
    攻击暴击率
    +5%
    暴击伤害
    +130%
    Attack Distance
    5 ~ 10
    Attack Time
    1.755 Second
    Damage Spread
    ±20%
    经验值
    100%
    Model Size
    100%
    Type
    IllFatedExplorer
    Metadata
    NavalZombie
    等级
    68
    生命
    7,757
    Armour
    3,451
    闪避值
    477
    能量护盾
    0
    伤害
    280
    法术伤害
    280
    命中
    0
    Attack Time
    1.755
    经验值
    28,634
    MeleeAtAnimationSpeed
    攻击, 范围攻击, 技能可幻影射手, 投射物, 近战单一目标, 攻击可重复, 近战, 玩家投射物
    普通攻击
    Base Damage: 224–336
    暴击几率: 5%
    Attack Time: 1.755 秒
    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 = { }, },
        },
    }
    
    Ill-fated Explorer
    SpectreY
    Tags1HSword_onhit_audio, bones, humanoid, melee, not_dex, not_int, physical_affinity, skeleton, undead, very_slow_movement
    生命
    100%
    Armour
    +25%
    Ailment Threshold
    %
    抗性
    0 0 0 0
    伤害
    120%
    命中
    100%
    攻击暴击率
    +5%
    暴击伤害
    +130%
    Attack Distance
    5 ~ 10
    Attack Time
    1.755 Second
    Damage Spread
    ±20%
    经验值
    100%
    Model Size
    100%
    Type
    IllFatedExplorer
    Metadata
    NavalZombieHarbourTeam
    等级
    68
    生命
    7,757
    Armour
    3,451
    闪避值
    477
    能量护盾
    0
    伤害
    280
    法术伤害
    280
    命中
    0
    Attack Time
    1.755
    经验值
    28,634
    MeleeAtAnimationSpeed
    攻击, 范围攻击, 技能可幻影射手, 投射物, 近战单一目标, 攻击可重复, 近战, 玩家投射物
    普通攻击
    Base Damage: 224–336
    暴击几率: 5%
    Attack Time: 1.755 秒
    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 = { }, },
        },
    }