真菌殭屍
stance movement speed +% final [300]
stance movement speed +% final [300]
Fungal Zombie
SpectreY
Area葛瑞爾林, 纏縛陰林, 高地神塔庇護所, 葛瑞爾林, 纏縛陰林
Tagsallows_inc_aoe, melee, monster_has_on_death_mechanic, physical_affinity, Unarmed_onhit_audio, undead, very_slow_movement, zombie
Packs
  • 葛瑞爾林: 真菌殭屍, 真菌殭屍
  • 纏縛陰林: 真菌散播者, 真菌殭屍, 真菌殭屍
  • 纏縛陰林: 真菌散播者, 真菌殭屍, 真菌殭屍
  • 高地神塔庇護所: 真菌散播者, 真菌殭屍, 真菌殭屍
  • 葛瑞爾林: 真菌散播者, 真菌殭屍, 真菌殭屍
  • 生命
    115%
    抗性
    0 0 0 0
    傷害
    115%
    命中
    100%
    暴擊 Chance
    5%
    暴擊傷害加成
    +30%
    Attack Distance
    6 ~ 10
    攻擊時間
    1.65 Second
    Damage Spread
    ±30%
    經驗值
    115%
    Model Size
    100%
    Type
    FungusZombie
    Metadata
    FungusZombieMedium
    等級
    70
    生命
    10,023
    護甲
    3,877
    閃避值
    502
    傷害
    285
    法術傷害
    285
    命中
    2,328
    攻擊時間
    1.65
    經驗值
    39,835
    Minion Life
    14,106
    Minion Damage
    2,487
    Minion Armour
    3,877
    FungusZombieCausticOnDeathMedium
    法術, 範圍, 傷害, 可觸發, 持續時間, 範圍法術
    施放時間: 1 秒
    每秒造成 6973.5 基本混沌傷害
    減少 15% 移動速度
    active skill area of effect radius +% final [-50]
    base skill effect duration [4000]
    is area damage [1]
    FungusZombieExplodeOnDeathMedium
    可觸發, 法術, 傷害
    暴擊率: 5%
    施放時間: 1 秒
    造成 1554874723323120 物理傷害
    active skill area of effect radius +% final [-40]
    is area damage [1]
    MonsterMelee
    攻擊, 範圍攻擊, 技能可幻影射手, 投射物, 近戰單一目標, 攻擊可重複, 近戰, 玩家投射物
    基礎攻擊
    Base Damage: 200–371
    暴擊率: 5%
    攻擊時間: 1.65 秒
    skill can fire wand projectiles [1]

    Object Type

    version 2
    extends "Metadata/Monsters/Monster"
    
    Actor
    {
    	basic_action = "ChangeToStance1"
    	basic_action = "ChangeToStance2"
    	basic_action = "Emerge"
    	actor = "Metadata/Monsters/FungusZombie/FungusZombie.act"
    }
    
    Transitionable {}
    
    Stats
    {
    	set_base_heavy_stun_duration_ms = 3000
    }

    Object Type Codes

    version 2
    extends "Metadata/Monsters/Monster"
    
    Actor
    {
    	on_change_to_stance2 =
    	"
    		PlayEffect( 'Metadata/Monsters/FungusZombie/EnrageAudio.ao' );
    		AddEffectPack( 'Metadata/Effects/Spells/monsters_effects/Gallows/Act1/FungalArtillery/spored.epk' );
    	"
    
    	create_stance2 = "AddEffectPack( 'Metadata/Effects/Spells/monsters_effects/Gallows/Act1/FungalArtillery/spored.epk' );"
    }
    
    Animated
    {
    	preload_animated_object = "Metadata/Monsters/FungusZombie/EnrageAudio.ao"
    	preload_animated_object = "Metadata/Monsters/FungusZombie/FungusZombieAggroAudio.ao"
    }
    
    Preload
    {
    	preload_epk = "Metadata/Effects/Spells/monsters_effects/Gallows/Act1/FungalArtillery/spored.epk"
    }
    
    Life
    {
    	on_death = "RemoveEffectPack( 'Metadata/Effects/Spells/monsters_effects/Gallows/Act1/FungalArtillery/spored.epk' );"
    	on_spawned_dead = "RemoveEffectPack( 'Metadata/Effects/Spells/monsters_effects/Gallows/Act1/FungalArtillery/spored.epk' );"
    }
    
    Transitionable
    {
    	on_transition =
    	"
    		Roll( 1, 3, { PlayEffect( 'Metadata/Monsters/FungusZombie/FungusZombieAggroAudio.ao' ); } );
    	"
    }
    -- src\Data\Spectres.lua
    minions["Metadata/Monsters/FungusZombie/FungusZombieMedium"] = {
        name = "Fungal Zombie",
        life = 1.15,
        fireResist = 0,
        coldResist = 0,
        lightningResist = 0,
        chaosResist = 0,
        damage = 1.15,
        damageSpread = 0.3,
        attackTime = 1.65,
        attackRange = 10,
        accuracy = 1,
        skillList = {
            "MonsterMelee",
            "FungusZombieCausticOnDeathMedium",
            "FungusZombieExplodeOnDeathMedium",
        },
        modList = {
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["MonsterMelee"] = {
        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",
        },
        levels = {
            [1] = {levelRequirement = 1, statInterpolation = {},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["FungusZombieCausticOnDeathMedium"] = {
        name = "FungusZombieCausticOnDeathMedium",
        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",
            "base_skill_effect_duration",
            "base_movement_velocity_+%",
            "active_skill_area_of_effect_radius_+%_final",
            "is_area_damage",
        },
        levels = {
            [1] = {1, 4000, -15, -50, levelRequirement = 1, statInterpolation = {3},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["FungusZombieExplodeOnDeathMedium"] = {
        name = "FungusZombieExplodeOnDeathMedium",
        hidden = true,
        color = ,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Triggerable] = true,
            [SkillType.Spell] = true,
            [SkillType.Damage] = true,
        },
        statDescriptionScope = "geometry_spell",
        castTime = 1,
        baseFlags = {
            spell = true,
            area = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "spell_minimum_base_physical_damage",
            "spell_maximum_base_physical_damage",
            "active_skill_area_of_effect_radius_+%_final",
            "is_area_damage",
        },
        levels = {
            [1] = {0.80000001192093, 1.2000000476837, -40, critChance = 5, levelRequirement = 1, statInterpolation = {3, 3},  cost = { }, },
        },
    }
    
    IdNothing
    FamilyNothing
    Domains怪物 (3)
    GenerationType傳奇 (3)
    Req. level1
    stance movement speed +% final [300]
    IdStanceMovementSpeed300
    FamilyStance
    Domains怪物 (3)
    GenerationType傳奇 (3)
    Req. level1
    Stats
  • stance movement speed +% final Min: 300 Max: 300 Global
  • stance movement speed +% final [300]
    IdStanceMovementSpeed300
    FamilyStance
    Domains怪物 (3)
    GenerationType傳奇 (3)
    Req. level1
    Stats
  • stance movement speed +% final Min: 300 Max: 300 Global
  • 真菌殭屍
    stance movement speed +% final [-15]
    stance movement speed +% final [300]
    stance movement speed +% final [300]
    Fungal Zombie
    SpectreY
    Area葛瑞爾林, 纏縛陰林, 高地神塔庇護所, 葛瑞爾林, 纏縛陰林
    Tagsallows_inc_aoe, melee, monster_has_on_death_mechanic, physical_affinity, Unarmed_onhit_audio, undead, very_slow_movement, zombie
    Packs
  • 葛瑞爾林: 真菌殭屍, 真菌殭屍
  • 纏縛陰林: 真菌散播者, 真菌殭屍, 真菌殭屍
  • 纏縛陰林: 真菌散播者, 真菌殭屍, 真菌殭屍
  • 高地神塔庇護所: 真菌散播者, 真菌殭屍, 真菌殭屍
  • 葛瑞爾林: 真菌散播者, 真菌殭屍, 真菌殭屍
  • 生命
    115%
    抗性
    0 0 0 0
    傷害
    115%
    命中
    100%
    暴擊 Chance
    5%
    暴擊傷害加成
    +30%
    Attack Distance
    6 ~ 11
    攻擊時間
    1.65 Second
    Damage Spread
    ±30%
    經驗值
    115%
    Model Size
    100%
    Type
    FungusZombieLarge
    Metadata
    FungusZombieLarge
    等級
    70
    生命
    10,023
    護甲
    3,877
    閃避值
    502
    傷害
    285
    法術傷害
    285
    命中
    2,328
    攻擊時間
    1.65
    經驗值
    39,835
    Minion Life
    14,106
    Minion Damage
    2,487
    Minion Armour
    3,877
    FungusZombieCausticOnDeathLarge
    法術, 範圍, 傷害, 可觸發, 持續時間, 範圍法術
    施放時間: 1 秒
    每秒造成 6973.5 基本混沌傷害
    減少 15% 移動速度
    active skill area of effect radius +% final [-30]
    base skill effect duration [4000]
    is area damage [1]
    FungusZombieExplodeOnDeathLarge
    可觸發, 法術, 傷害
    暴擊率: 5%
    施放時間: 1 秒
    造成 1554874723323120 物理傷害
    active skill area of effect radius +% final [-35]
    is area damage [1]
    MonsterMelee
    攻擊, 範圍攻擊, 技能可幻影射手, 投射物, 近戰單一目標, 攻擊可重複, 近戰, 玩家投射物
    基礎攻擊
    Base Damage: 200–371
    暴擊率: 5%
    攻擊時間: 1.65 秒
    skill can fire wand projectiles [1]

    Object Type

    version 2
    extends "Metadata/Monsters/Monster"
    
    Actor
    {
    	basic_action = "ChangeToStance1"
    	basic_action = "ChangeToStance2"
    	basic_action = "Emerge"
    	actor = "Metadata/Monsters/FungusZombie/FungusZombieDeathEffect.act"
    }
    
    Transitionable {}

    Object Type Codes

    version 2
    extends "Metadata/Monsters/Monster"
    
    Actor
    {
    	on_change_to_stance2 =
    	"
    		PlayEffect( 'Metadata/Monsters/FungusZombie/EnrageAudio.ao' );
    		AddEffectPack( 'Metadata/Effects/Spells/monsters_effects/Gallows/Act1/FungalArtillery/spored.epk' );
    	"
    
    	create_stance2 = "AddEffectPack( 'Metadata/Effects/Spells/monsters_effects/Gallows/Act1/FungalArtillery/spored.epk' );"
    }
    
    Animated
    {
    	preload_animated_object = "Metadata/Monsters/FungusZombie/EnrageAudio.ao"
    }
    
    Preload
    {
    	preload_epk = "Metadata/Effects/Spells/monsters_effects/Gallows/Act1/FungalArtillery/spored.epk"
    }
    
    Life
    {
    	on_death = "RemoveEffectPack( 'Metadata/Effects/Spells/monsters_effects/Gallows/Act1/FungalArtillery/spored.epk' );"
    	on_spawned_dead = "RemoveEffectPack( 'Metadata/Effects/Spells/monsters_effects/Gallows/Act1/FungalArtillery/spored.epk' );"
    }
    
    Transitionable
    {
    	on_transition =
    	"
    		Roll( 1, 3, { PlayEffect( 'Metadata/Monsters/FungusZombie/FungusZombieAggroAudio.ao' ); } );
    	"
    }
    -- src\Data\Spectres.lua
    minions["Metadata/Monsters/FungusZombie/FungusZombieLarge"] = {
        name = "Fungal Zombie",
        life = 1.15,
        fireResist = 0,
        coldResist = 0,
        lightningResist = 0,
        chaosResist = 0,
        damage = 1.15,
        damageSpread = 0.3,
        attackTime = 1.65,
        attackRange = 11,
        accuracy = 1,
        skillList = {
            "MonsterMelee",
            "FungusZombieCausticOnDeathLarge",
            "FungusZombieExplodeOnDeathLarge",
        },
        modList = {
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["MonsterMelee"] = {
        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",
        },
        levels = {
            [1] = {levelRequirement = 1, statInterpolation = {},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["FungusZombieCausticOnDeathLarge"] = {
        name = "FungusZombieCausticOnDeathLarge",
        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",
            "base_skill_effect_duration",
            "base_movement_velocity_+%",
            "active_skill_area_of_effect_radius_+%_final",
            "is_area_damage",
        },
        levels = {
            [1] = {1, 4000, -15, -30, levelRequirement = 1, statInterpolation = {3},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["FungusZombieExplodeOnDeathLarge"] = {
        name = "FungusZombieExplodeOnDeathLarge",
        hidden = true,
        color = ,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Triggerable] = true,
            [SkillType.Spell] = true,
            [SkillType.Damage] = true,
        },
        statDescriptionScope = "geometry_spell",
        castTime = 1,
        baseFlags = {
            spell = true,
            area = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "spell_minimum_base_physical_damage",
            "spell_maximum_base_physical_damage",
            "active_skill_area_of_effect_radius_+%_final",
            "is_area_damage",
        },
        levels = {
            [1] = {0.80000001192093, 1.2000000476837, -35, critChance = 5, levelRequirement = 1, statInterpolation = {3, 3},  cost = { }, },
        },
    }
    
    stance movement speed +% final [-15]
    IdStanceMovementSpeedNegative15
    FamilyStance
    Domains怪物 (3)
    GenerationType傳奇 (3)
    Req. level1
    Stats
  • stance movement speed +% final Min: -15 Max: -15 Global
  • stance movement speed +% final [300]
    IdStanceMovementSpeed300
    FamilyStance
    Domains怪物 (3)
    GenerationType傳奇 (3)
    Req. level1
    Stats
  • stance movement speed +% final Min: 300 Max: 300 Global
  • stance movement speed +% final [300]
    IdStanceMovementSpeed300
    FamilyStance
    Domains怪物 (3)
    GenerationType傳奇 (3)
    Req. level1
    Stats
  • stance movement speed +% final Min: 300 Max: 300 Global
  • Edit

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