火菇培育者
Pyromushroom Cultivator
SpectreY
Area污垢頂峰, 高地神塔庇護所, 污垢頂峰
Tags1HSword_onhit_audio, humanoid, not_dex, red_blood, very_slow_movement
Packs
  • 污垢頂峰, 污垢頂峰: 火菇培育者, 平頭族幼體
  • 高地神塔庇護所: 火菇培育者, 骯髒的老嫗, 平頭族幼體
  • 生命
    130%
    Energy Shield From Life
    20%
    護甲
    +25%
    抗性
    0 0 0 0
    傷害
    130%
    命中
    100%
    暴擊 Chance
    5%
    暴擊傷害加成
    +30%
    Attack Distance
    5 ~ 16
    Attack Time
    1.5 Second
    Damage Spread
    ±20%
    經驗值
    130%
    Model Size
    130%
    Type
    AnchoriteMother
    Metadata
    AnchoriteMother
    等級
    70
    生命
    9,065
    護甲
    4,846
    閃避值
    502
    能量護盾
    2,266
    傷害
    322
    法術傷害
    322
    命中
    2,328
    Attack Time
    1.5
    經驗值
    45,031
    Minion Life
    12,757
    Minion Energy Shield
    3,189
    Minion Damage
    2,811
    Minion Armour
    6,785
    MeleeAtAnimationSpeed
    攻擊, 範圍攻擊, 技能可幻影射手, 投射物, 近戰單一目標, 攻擊可重複, 近戰, 玩家投射物
    基礎攻擊
    Base Damage: 258–387
    暴擊率: 5%
    Attack Time: 1.5 秒
    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]
    AnchoriteInvisibleSpark
    法術, 投射物, 玩家投射物, 傷害, 持續時間, 陷阱技能, 圖騰技能, 地雷技能, 法術可重複, 可觸發, 閃電, 可齊射, Invokable, Nonpathing
    電球
    施放時間: 1.5 秒
    冷卻時間: 8 秒
    發射飛散的閃爍投射物,它們會在地面上不規則移動,直到擊中敵人或消失為止。
    投射物穿透全部目標
    無法連鎖
    投射物持續時間為 2.97
    action attack or cast time uses animation length [1]
    base is projectile [1]
    no additional projectiles [1]
    projectile speed variation +% [30]
    projectile uses contact direction [1]
    projectile uses contact position [1]
    projectiles from spells cannot fork [1]
    projectiles nova [1]
    spell maximum action distance +% [-15]
    GTAnchoriteMushroomBlast
    可觸發
    action attack or cast time uses animation length [1]
    EDSAnchoriteMushroomBlast
    可觸發, 法術, 傷害
    暴擊率: 6%
    施放時間: 1.5 秒
    造成 937214059 火焰傷害
    action attack or cast time uses animation length [1]
    base skill can be avoided by dodge roll [1]
    base skill can be blocked [1]
    is area damage [1]
    GTAnchoriteMushroomBlastSingle
    可觸發
    減少 15% 施放速度
    action attack or cast time uses animation length [1]
    spell maximum action distance +% [-35]
    EGAnchoriteMotherBuff
    可觸發
    spell maximum action distance +% [-35]
    WalkEmergeCenobiteSwarm
    walk emerge distance [300]

    Object Type

    version 2
    extends "Metadata/Monsters/Monster"
    
    StateMachine
    {
    	define_shared_state = "dead;"
    }
    
    Transitionable
    {
    
    }
    
    Stats
    {
    	set_base_heavy_stun_duration_ms = 2300
    }

    Object Type Codes

    version 2
    extends "Metadata/Monsters/Monster"
    
    StateMachine
    {
    	create_state_dead_0 =
    	"
    		this.staff = GetAttachedAOByType( 'Metadata/Monsters/Anchorite/AnchoriteMother/attachments/AnchoriteMotherWeapon.ao' );
    		this.staff.SetLightState( light_on );
    		AddEffectPack( 'Metadata/Effects/Spells/monsters_effects/Act3_FOUR/AnchoriteMother/epks/idle_spore.epk' );
    	"
    
    	on_state_dead_1 =
    	"
    		this.staff.SetLightState( light_off, 0.4 );
    		this.staff.AddEffectPack( 'Metadata/Effects/Utility/EPKs/EmissiveChannel_FadeOut.epk' );
    		RemoveEffectPack( 'Metadata/Effects/Spells/monsters_effects/Act3_FOUR/AnchoriteMother/epks/idle_spore.epk' );
    	"
    
    	create_state_dead_1 = "AddEffectPack( 'Metadata/Effects/Utility/EPKs/EmissiveChannel_OFF.epk' );"
    }
    
    Transitionable
    {
    	on_transition =
    	"
    		Roll( 1, 2,
    		{
    			PlayEffect( 'Metadata/Monsters/Anchorite/AnchoriteMother/AnchoriteMotherAggroAudio.ao' );
    		} );
    	"
    }
    -- src\Data\Spectres.lua
    minions["Metadata/Monsters/Anchorite/AnchoriteMother"] = {
        name = "Pyromushroom Cultivator",
        life = 1.3,
        energyShield = 0.2,
        fireResist = 0,
        coldResist = 0,
        lightningResist = 0,
        chaosResist = 0,
        damage = 1.3,
        damageSpread = 0.2,
        attackTime = 1.5,
        attackRange = 16,
        accuracy = 1,
        skillList = {
            "MeleeAtAnimationSpeed",
            "WalkEmergeCenobiteSwarm",
            "EGAnchoriteMotherBuff",
            "GTAnchoriteMushroomBlast",
            "GTAnchoriteMushroomBlastSingle",
            "EDSAnchoriteMushroomBlast",
            "AnchoriteInvisibleSpark",
        },
        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["WalkEmergeCenobiteSwarm"] = {
        name = "WalkEmergeCenobiteSwarm",
        hidden = true,
        color = ,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1.1,
        baseFlags = {
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "walk_emerge_distance",
        },
        levels = {
            [1] = {300, levelRequirement = 1, statInterpolation = {},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["EGAnchoriteMotherBuff"] = {
        name = "EGAnchoriteMotherBuff",
        hidden = true,
        color = ,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Triggerable] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1.5,
        baseFlags = {
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "spell_maximum_action_distance_+%",
        },
        levels = {
            [1] = {-35, levelRequirement = 1, statInterpolation = {},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["GTAnchoriteMushroomBlast"] = {
        name = "GTAnchoriteMushroomBlast",
        hidden = true,
        color = ,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Triggerable] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "action_attack_or_cast_time_uses_animation_length",
        },
        levels = {
            [1] = {levelRequirement = 1, statInterpolation = {},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["GTAnchoriteMushroomBlastSingle"] = {
        name = "GTAnchoriteMushroomBlastSingle",
        hidden = true,
        color = ,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Triggerable] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1.33,
        baseFlags = {
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "spell_maximum_action_distance_+%",
            "base_cast_speed_+%",
            "action_attack_or_cast_time_uses_animation_length",
        },
        levels = {
            [1] = {-35, -15, levelRequirement = 1, statInterpolation = {},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["EDSAnchoriteMushroomBlast"] = {
        name = "EDSAnchoriteMushroomBlast",
        hidden = true,
        color = ,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Triggerable] = true,
            [SkillType.Spell] = true,
            [SkillType.Damage] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1.5,
        baseFlags = {
            spell = true,
            area = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "spell_minimum_base_fire_damage",
            "spell_maximum_base_fire_damage",
            "is_area_damage",
            "action_attack_or_cast_time_uses_animation_length",
            "base_skill_can_be_blocked",
            "base_skill_can_be_avoided_by_dodge_roll",
        },
        levels = {
            [1] = {0.80000001192093, 1.2000000476837, critChance = 6, levelRequirement = 1, statInterpolation = {3, 3},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["AnchoriteInvisibleSpark"] = {
        name = "Spark",
        hidden = true,
        color = ,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        description = "Launches a spray of sparking [Projectile|Projectiles] that travel erratically along the ground until they hit an enemy or expire.",
        skillTypes = {
            [SkillType.Spell] = true,
            [SkillType.Projectile] = true,
            [SkillType.ProjectilesFromUser] = true,
            [SkillType.Damage] = true,
            [SkillType.Duration] = true,
            [SkillType.Trappable] = true,
            [SkillType.Totemable] = true,
            [SkillType.Mineable] = true,
            [SkillType.Multicastable] = true,
            [SkillType.Triggerable] = true,
            [SkillType.Lightning] = true,
            [SkillType.CanRapidFire] = true,
            [SkillType.Invokable] = true,
            [SkillType.Nonpathing] = true,
        },
        statDescriptionScope = "spark",
        castTime = 1.5,
        baseFlags = {
            spell = true,
            projectile = true,
            duration = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "base_skill_effect_duration",
            "spell_maximum_action_distance_+%",
            "projectile_speed_variation_+%",
            "base_is_projectile",
            "projectile_uses_contact_position",
            "always_pierce",
            "projectile_uses_contact_direction",
            "projectiles_nova",
            "action_attack_or_cast_time_uses_animation_length",
            "no_additional_projectiles",
            "base_projectiles_cannot_chain",
            "projectiles_from_spells_cannot_fork",
            "always_pierce",
        },
        levels = {
            [1] = {2970, -15, 30, levelRequirement = 1, statInterpolation = {},  cost = { }, },
        },
    }
    
    Edit

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