神秘偶像
构造体
monster no drops or experience [1]
Mystic Fetish
幽魂N
标签construct, immobile, large_model
生命
900%
异常状态临界值
900%
抗性
0 0 0 0
伤害
100%
命中
100%
攻击暴击率
+5%
暴击伤害
+130%
攻击距离
6 ~ 6
攻击间隔
1.5 秒
伤害分布
±0%
经验值
100%
Model Size
100%
类型
VoodooKingRitualPillar
Metadata
VoodooKingBossRitualPillar

Object Type

version 2
extends "Metadata/Monsters/Monster"

StateMachine
{
	define_shared_state = "bubble_shield = 1;"
}

Stats
{
	cannot_be_knocked_back = 1
}

Object Type Codes

version 2
extends "Metadata/Monsters/Monster"

StateMachine
{
	on_or_create_state_bubble_shield_0 = "DetachAllOfType( Metadata/Effects/Spells/monsters_effects/League_Azmeri/monster_fx/vodoo_king_boss/shield_bubble.ao );"
	on_or_create_state_bubble_shield_1 = "AddAttached( Metadata/Effects/Spells/monsters_effects/League_Azmeri/monster_fx/vodoo_king_boss/shield_bubble.ao, aux_shrine_mid );"
}
-- src\Data\Spectres.lua
minions["Metadata/Monsters/LeagueAzmeri/VoodooKingBoss/VoodooKingBossRitualPillar"] = {
    name = "Mystic Fetish",
    life = 9,
    fireResist = 0,
    coldResist = 0,
    lightningResist = 0,
    chaosResist = 0,
    damage = 1,
    damageSpread = 0,
    attackTime = 1.5,
    attackRange = 6,
    accuracy = 1,
    skillList = {
    },
    modList = {
    },
}
monster no drops or experience [1]
IdMonsterNoDropsOrExperience
FamilyMonsterNoDropsOrExperience
Domains怪物 (3)
GenerationType传奇 (3)
Req. level1
Stats
  • monster no drops or experience Min: 1 Max: 1 全域
  • 神秘偶像
    构造体
    monster no drops or experience [1]
    Mystic Fetish
    幽魂N
    标签construct, immobile, large_model
    生命
    900%
    异常状态临界值
    900%
    抗性
    0 0 0 0
    伤害
    100%
    命中
    100%
    攻击暴击率
    +5%
    暴击伤害
    +130%
    攻击距离
    6 ~ 6
    攻击间隔
    1.5 秒
    伤害分布
    ±0%
    经验值
    100%
    Model Size
    100%
    类型
    VoodooKingRitualPillar
    Metadata
    VoodooKingBoss2RitualPillar
    等级
    68
    生命
    57,900
    护甲
    28,790
    闪避值
    4,739
    能量护盾
    0
    伤害
    374
    法术伤害
    374
    命中
    290
    攻击间隔
    1.5
    经验值
    10,255
    异常状态临界值
    57,900
    冰缓
    183
    Shock
    183
    Brittle
    1,036
    Scorch
    183
    Sap
    506
    GTVoodooKing2RatSwarm
    可触发, 法术
    施放间隔: 1 秒
    action attack or cast time uses animation length [1]
    GTVoodooKing2CorruptedBloodDegen
    可触发, 法术
    施放间隔: 1 秒
    action attack or cast time uses animation length [1]
    GTVoodooKing2SummonFrogSwamps
    可触发, 法术
    施放间隔: 1 秒
    action attack or cast time uses animation length [1]
    CGEVoodooKing2CorrptedBloodDegen
    法术, 范围, 伤害, 可触发, 持续时间, 范围法术
    施放间隔: 1 秒
    生命回复率降低 50%
    每秒造成 172.6 基础火焰伤害
    每秒造成 103.6 点基础物理伤害
    基础持续时间为 15
    active skill area of effect radius +% final [0]
    ground phys fire art variation [1]
    CGEVoodooKing2SummonFrogSwamp
    法术, 范围, 伤害, 可触发, 持续时间, 范围法术
    施放间隔: 1 秒
    基础持续时间为 4
    移动速度减慢 60%
    active skill area of effect radius +% final [-50]
    ground tar art variation [7]

    Object Type

    version 2
    extends "Metadata/Monsters/Monster"
    
    StateMachine
    {
    	define_shared_state = "active;"
    }
    
    Life
    {
    	corpse_usable = false
    }
    
    Stats
    {
    	cannot_be_knocked_back = 1
    }

    Object Type Codes

    version 2
    extends "Metadata/Monsters/Monster"
    
    StateMachine
    {
    	on_state_active_1 =
    	"
    		this.activation_pulse = AddAttached( Metadata/Effects/Spells/monsters_effects/League_Azmeri/monster_fx/vodoo_king_boss/shrine_activatepulse.ao, aux_shrine_beam_attach );
    		Delay( 1.0, { RemoveAttached( activation_pulse ); } );
    	"
    
    	on_or_create_state_active_1 = "this.active_beam = AddAttached( Metadata/Effects/Spells/monsters_effects/League_Azmeri/monster_fx/vodoo_king_boss/effigybeam.ao, aux_shrine_beam_attach );"
    	on_state_active_0 = "RemoveAttached( active_beam );"
    }
    -- src\Data\Spectres.lua
    minions["Metadata/Monsters/LeagueAzmeri/VoodooKingBoss/VoodooKingBoss2RitualPillar"] = {
        name = "Mystic Fetish",
        life = 9,
        fireResist = 0,
        coldResist = 0,
        lightningResist = 0,
        chaosResist = 0,
        damage = 1,
        damageSpread = 0,
        attackTime = 1.5,
        attackRange = 6,
        accuracy = 1,
        skillList = {
            "CGEVoodooKing2CorrptedBloodDegen",
            "CGEVoodooKing2SummonFrogSwamp",
            "GTVoodooKing2RatSwarm",
            "GTVoodooKing2CorruptedBloodDegen",
            "GTVoodooKing2SummonFrogSwamps",
        },
        modList = {
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["CGEVoodooKing2CorrptedBloodDegen"] = {
        name = "CGEVoodooKing2CorrptedBloodDegen",
        hidden = true,
        color = 4,
        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_fire_damage_to_deal_per_minute",
            "base_physical_damage_to_deal_per_minute",
            "life_recovery_rate_+%",
            "active_skill_area_of_effect_radius_+%_final",
            "base_skill_effect_duration",
            "ground_phys_fire_art_variation",
        },
        levels = {
            [1] = {5, 3, -50, 0, 15000, 1, levelRequirement = 0, statInterpolation = {3, 3, 1},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["CGEVoodooKing2SummonFrogSwamp"] = {
        name = "CGEVoodooKing2SummonFrogSwamp",
        hidden = true,
        color = 4,
        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 = {
            "active_skill_area_of_effect_radius_+%_final",
            "base_skill_effect_duration",
            "ground_tar_art_variation",
            "base_movement_velocity_+%",
        },
        levels = {
            [1] = {-50, 4000, 7, -60, levelRequirement = 0, statInterpolation = {},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["GTVoodooKing2RatSwarm"] = {
        name = "GTVoodooKing2RatSwarm",
        hidden = true,
        color = 4,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Triggerable] = true,
            [SkillType.Spell] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            spell = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "action_attack_or_cast_time_uses_animation_length",
        },
        levels = {
            [1] = {levelRequirement = 0, statInterpolation = {},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["GTVoodooKing2CorruptedBloodDegen"] = {
        name = "GTVoodooKing2CorruptedBloodDegen",
        hidden = true,
        color = 4,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Triggerable] = true,
            [SkillType.Spell] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            spell = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "action_attack_or_cast_time_uses_animation_length",
        },
        levels = {
            [1] = {levelRequirement = 0, statInterpolation = {},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["GTVoodooKing2SummonFrogSwamps"] = {
        name = "GTVoodooKing2SummonFrogSwamps",
        hidden = true,
        color = 4,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Triggerable] = true,
            [SkillType.Spell] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            spell = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "action_attack_or_cast_time_uses_animation_length",
        },
        levels = {
            [1] = {levelRequirement = 0, statInterpolation = {},  cost = { }, },
        },
    }
    
    monster no drops or experience [1]
    IdMonsterNoDropsOrExperience
    FamilyMonsterNoDropsOrExperience
    Domains怪物 (3)
    GenerationType传奇 (3)
    Req. level1
    Stats
  • monster no drops or experience Min: 1 Max: 1 全域
  • Edit

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