Expedition2RemnantActiveIncursionAtziriActiveShrineStrongboxEssenceRareMonsterAliveSpiritActivatedRogueExile
巫者族裔
Shaman Kin
Spectre
Area金氏島, 火山迷窟, 高地神塔庇護所
Tagsallows_additional_projectiles, allows_inc_aoe, 法術, Elemental_onhit_audio, fast_movement, humanoid, lightning_affinity, not_dex, not_str, physical_affinity, red_blood
Packs
  • 金氏島: 戰鼓族裔, 巫者族裔, 骷髏族裔, 野性族裔, 曲牙族裔
  • 金氏島: 戰鼓族裔, 巫者族裔, 長行族裔, 長矛族裔, 長矛族裔
  • 火山迷窟: 戰鼓族裔, 巫者族裔, 骷髏族裔, 野性族裔, 曲牙族裔, 持炬者族裔
  • 火山迷窟: 戰鼓族裔, 巫者族裔, 長行族裔, 長矛族裔, 長矛族裔, 持炬者族裔
  • 高地神塔庇護所: 巫者族裔, 戰鼓族裔, 遭制服的巨靈, 骷髏族裔, 野性族裔, 曲牙族裔
  • 高地神塔庇護所: 巫者族裔, 戰鼓族裔, 遭制服的巨靈, 長行族裔, 長矛族裔, 長矛族裔
  • 高地神塔庇護所: 巫者族裔, 戰鼓族裔, 遭制服的巨靈, 骷髏族裔, 野性族裔, 曲牙族裔, 持炬者族裔
  • 高地神塔庇護所: 巫者族裔, 戰鼓族裔, 遭制服的巨靈, 長行族裔, 長矛族裔, 長矛族裔, 持炬者族裔
  • 生命
    200%
    Energy Shield From Life
    40%
    抗性
    IconEnemyResistanceFire0 IconEnemyResistanceCold0 IconEnemyResistanceLightning30 IconEnemyResistanceChaos0
    傷害
    200%
    命中
    100%
    暴擊 Chance
    5%
    Attack Distance
    5 ~ 14
    攻擊時間
    1.5 Second
    Damage Spread
    ±20%
    經驗值
    200%
    Model Size
    130%
    Type
    GoblinShaman
    Metadata
    GoblinShaman
    等級
    65
    生命
    13,110
    傷害
    425
    法術傷害
    425
    命中
    2,228
    攻擊時間
    1.5
    經驗值
    43,014
    召喚物生命
    12,564
    Minion Energy Shield
    5,026
    召喚物傷害
    1,658
    召喚物護甲
    2,023
    MPSGoblinShamanBasicProj
    法術, 投射物, 玩家投射物, 可觸發, 傷害, AttackInPlace
    暴擊率: 5%
    施放時間: 1 秒
    造成209.4314.2物理傷害
    40%的物理傷害轉換閃電傷害
    action attack or cast time uses animation length [1]
    base is projectile [1]
    check for targets between initiator and projectile source [1]
    monster projectile variation [1056]
    projectile uses contact direction [1]
    projectile uses contact position [1]
    spell maximum action distance +% [-40]
    use scaled contact offset [1]
    MaceNotable2
    SOGoblinVoltaxicStorm
    可觸發, AttackInPlace, 法術
    施放時間: 1 秒
    action attack or cast time uses animation length [1]
    spell maximum action distance +% [-45]
    GSGoblinVoltaxicStorm
    可觸發, 法術, 傷害, AttackInPlace
    暴擊率: 5%
    施放時間: 1 秒
    造成296.7445.1物理傷害
    40%的物理傷害轉換閃電傷害
    is area damage [1]
    GTGoblinVoltaxicStorm
    法術, 可觸發, AttackInPlace
    施放時間: 1 秒
    冷卻時間: 8 秒
    action attack or cast time uses animation length [1]
    spell maximum action distance +% [-45]
    GTGoblinVoltaxicStormLesser
    法術, 可觸發, AttackInPlace
    施放時間: 1 秒
    冷卻時間: 8 秒
    action attack or cast time uses animation length [1]
    spell maximum action distance +% [-45]
    GTGoblinVoltaxicStormGreater
    法術, 可觸發, AttackInPlace
    施放時間: 1 秒
    冷卻時間: 8 秒
    action attack or cast time uses animation length [1]
    spell maximum action distance +% [-45]
    EASGoblinDance
    法術
    施放時間: 1 秒
    action attack or cast time uses animation length [1]

    Object Type

    version 2
    extends "Metadata/Monsters/Monster"
    extends "Metadata/Monsters/Goblins/GoblinCrowd"
    
    Actor
    {
    	basic_action = "ChangeToStance1"
     	basic_action = "ChangeToStance2"
    }
    
    Transitionable
    {
    	
    }
    
    -- src\Data\Spectres.lua
    minions["Metadata/Monsters/Goblins/GoblinShaman/GoblinShaman"] = {
        fireResist = 0,
        coldResist = 0,
        lightningResist = 0,
        chaosResist = 0,
        name = "Shaman Kin",
        life = 2,
        energyShield = 0.4,
        damage = 2,
        damageSpread = 0.2,
        attackTime = 1.5,
        attackRange = 14,
        accuracy = 1,
        weaponType1 = "Wand",
        skillList = {
            "MPSGoblinShamanBasicProj",
            "GSGoblinVoltaxicStorm",
            "EASGoblinDance",
            "SOGoblinVoltaxicStorm",
            "GTGoblinVoltaxicStorm",
            "GTGoblinVoltaxicStormLesser",
            "GTGoblinVoltaxicStormGreater",
        },
        modList = {
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["MPSGoblinShamanBasicProj"] = {
        name = "MPSGoblinShamanBasicProj",
        hidden = true,
        color = ,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Spell] = true,
            [SkillType.Projectile] = true,
            [SkillType.ProjectilesFromUser] = true,
            [SkillType.Triggerable] = true,
            [SkillType.Damage] = true,
            [SkillType.AttackInPlace] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            spell = true,
            projectile = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "spell_minimum_base_physical_damage",
            "spell_maximum_base_physical_damage",
            "spell_maximum_action_distance_+%",
            "monster_projectile_variation",
            "active_skill_base_physical_damage_%_to_convert_to_lightning",
            "base_is_projectile",
            "action_attack_or_cast_time_uses_animation_length",
            "projectile_uses_contact_position",
            "use_scaled_contact_offset",
            "check_for_targets_between_initiator_and_projectile_source",
            "projectile_uses_contact_direction",
        },
        levels = {
            [1] = {0.80000001192093, 1.2000000476837, -40, 1056, 40, critChance = 5, levelRequirement = 1, statInterpolation = {3, 3},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["GSGoblinVoltaxicStorm"] = {
        name = "GSGoblinVoltaxicStorm",
        hidden = true,
        color = ,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Triggerable] = true,
            [SkillType.Spell] = true,
            [SkillType.Damage] = true,
            [SkillType.AttackInPlace] = 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_base_physical_damage_%_to_convert_to_lightning",
            "is_area_damage",
        },
        levels = {
            [1] = {0.80000001192093, 1.2000000476837, 40, critChance = 5, levelRequirement = 1, statInterpolation = {3, 3},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["EASGoblinDance"] = {
        name = "EASGoblinDance",
        hidden = true,
        color = ,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [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 = 1, statInterpolation = {},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["SOGoblinVoltaxicStorm"] = {
        name = "SOGoblinVoltaxicStorm",
        hidden = true,
        color = ,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Triggerable] = true,
            [SkillType.AttackInPlace] = true,
            [SkillType.Spell] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            spell = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "spell_maximum_action_distance_+%",
            "action_attack_or_cast_time_uses_animation_length",
        },
        levels = {
            [1] = {-45, levelRequirement = 1, statInterpolation = {},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["GTGoblinVoltaxicStorm"] = {
        name = "GTGoblinVoltaxicStorm",
        hidden = true,
        color = ,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Spell] = true,
            [SkillType.Triggerable] = true,
            [SkillType.AttackInPlace] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            spell = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "spell_maximum_action_distance_+%",
            "action_attack_or_cast_time_uses_animation_length",
        },
        levels = {
            [1] = {-45, levelRequirement = 1, statInterpolation = {},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["GTGoblinVoltaxicStormLesser"] = {
        name = "GTGoblinVoltaxicStormLesser",
        hidden = true,
        color = ,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Spell] = true,
            [SkillType.Triggerable] = true,
            [SkillType.AttackInPlace] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            spell = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "spell_maximum_action_distance_+%",
            "action_attack_or_cast_time_uses_animation_length",
        },
        levels = {
            [1] = {-45, levelRequirement = 1, statInterpolation = {},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["GTGoblinVoltaxicStormGreater"] = {
        name = "GTGoblinVoltaxicStormGreater",
        hidden = true,
        color = ,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Spell] = true,
            [SkillType.Triggerable] = true,
            [SkillType.AttackInPlace] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            spell = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "spell_maximum_action_distance_+%",
            "action_attack_or_cast_time_uses_animation_length",
        },
        levels = {
            [1] = {-45, levelRequirement = 1, statInterpolation = {},  cost = { }, },
        },
    }
    
    keyval
    StateMachine.define_shared_state =
    StateMachine.",
    StateMachine.yump;
    StateMachine.crowd;
    StateMachine.jumping;
    Functions.run_away =
    Functions.",
    Functions.RotateBy( arg1 );
    Functions.this.path_targetFindWalkableLocationOnLine( this, GetLocation() + RotateLocation( [0, -100] ), GetObjectSize(), walk );
    Functions.PathTo( EvalIf( VariableExists( path_target ), path_target, GetLocation() + RotateLocation( [0, -200] ) ), true );
    Functions.stopStopMoving();
    Actor.basic_actionChangeToStance1, ChangeToStance2
    巫者族裔
    CategoryHumanoid人形
    IconEnemyResistanceLightning
    Shaman Kin
    Spectre
    Spectre OverrideMetadata/Monsters/Goblins/GoblinShaman/GoblinShaman
    Tags法術, Elemental_onhit_audio, fast_movement, humanoid, not_dex, not_str, red_blood
    Packs
  • 巫者族裔, 曲牙族裔, 長矛族裔
  • 生命
    200%
    Energy Shield From Life
    40%
    抗性
    IconEnemyResistanceFire0 IconEnemyResistanceCold0 IconEnemyResistanceLightning30 IconEnemyResistanceChaos0
    傷害
    200%
    命中
    100%
    暴擊 Chance
    5%
    Attack Distance
    5 ~ 14
    攻擊時間
    1.5 Second
    Damage Spread
    ±20%
    經驗值
    200%
    Model Size
    130%
    Type
    GoblinShaman
    Metadata
    GoblinShamanDistracted
    等級
    68
    生命
    16,514
    傷害
    466
    法術傷害
    466
    命中
    2,502
    攻擊時間
    1.5
    經驗值
    57,268
    召喚物生命
    13,860
    Minion Energy Shield
    5,544
    召喚物傷害
    1,938
    召喚物護甲
    2,413
    MPSGoblinShamanBasicProj
    法術, 投射物, 玩家投射物, 可觸發, 傷害, AttackInPlace
    暴擊率: 5%
    施放時間: 1 秒
    造成229.6344.4物理傷害
    40%的物理傷害轉換閃電傷害
    action attack or cast time uses animation length [1]
    base is projectile [1]
    check for targets between initiator and projectile source [1]
    monster projectile variation [1056]
    projectile uses contact direction [1]
    projectile uses contact position [1]
    spell maximum action distance +% [-40]
    use scaled contact offset [1]
    MaceNotable2
    SOGoblinVoltaxicStorm
    可觸發, AttackInPlace, 法術
    施放時間: 1 秒
    action attack or cast time uses animation length [1]
    spell maximum action distance +% [-45]
    GSGoblinVoltaxicStorm
    可觸發, 法術, 傷害, AttackInPlace
    暴擊率: 5%
    施放時間: 1 秒
    造成325.2487.8物理傷害
    40%的物理傷害轉換閃電傷害
    is area damage [1]
    GTGoblinVoltaxicStorm
    法術, 可觸發, AttackInPlace
    施放時間: 1 秒
    冷卻時間: 8 秒
    action attack or cast time uses animation length [1]
    spell maximum action distance +% [-45]
    GTGoblinVoltaxicStormLesser
    法術, 可觸發, AttackInPlace
    施放時間: 1 秒
    冷卻時間: 8 秒
    action attack or cast time uses animation length [1]
    spell maximum action distance +% [-45]
    GTGoblinVoltaxicStormGreater
    法術, 可觸發, AttackInPlace
    施放時間: 1 秒
    冷卻時間: 8 秒
    action attack or cast time uses animation length [1]
    spell maximum action distance +% [-45]
    EASGoblinDance
    法術
    施放時間: 1 秒
    action attack or cast time uses animation length [1]

    Object Type

    version 2
    extends "Metadata/Monsters/Monster"
    extends "Metadata/Monsters/Goblins/GoblinCrowd"
    
    Actor
    {
    	basic_action = "ChangeToStance1"
     	basic_action = "ChangeToStance2"
    }
    
    Transitionable
    {
    	
    }
    
    -- src\Data\Spectres.lua
    minions["Metadata/Monsters/Goblins/GoblinShaman/GoblinShamanDistracted"] = {
        fireResist = 0,
        coldResist = 0,
        lightningResist = 0,
        chaosResist = 0,
        name = "Shaman Kin",
        life = 2,
        energyShield = 0.4,
        damage = 2,
        damageSpread = 0.2,
        attackTime = 1.5,
        attackRange = 14,
        accuracy = 1,
        weaponType1 = "Wand",
        skillList = {
            "MPSGoblinShamanBasicProj",
            "GSGoblinVoltaxicStorm",
            "EASGoblinDance",
            "SOGoblinVoltaxicStorm",
            "GTGoblinVoltaxicStorm",
            "GTGoblinVoltaxicStormLesser",
            "GTGoblinVoltaxicStormGreater",
        },
        modList = {
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["MPSGoblinShamanBasicProj"] = {
        name = "MPSGoblinShamanBasicProj",
        hidden = true,
        color = ,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Spell] = true,
            [SkillType.Projectile] = true,
            [SkillType.ProjectilesFromUser] = true,
            [SkillType.Triggerable] = true,
            [SkillType.Damage] = true,
            [SkillType.AttackInPlace] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            spell = true,
            projectile = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "spell_minimum_base_physical_damage",
            "spell_maximum_base_physical_damage",
            "spell_maximum_action_distance_+%",
            "monster_projectile_variation",
            "active_skill_base_physical_damage_%_to_convert_to_lightning",
            "base_is_projectile",
            "action_attack_or_cast_time_uses_animation_length",
            "projectile_uses_contact_position",
            "use_scaled_contact_offset",
            "check_for_targets_between_initiator_and_projectile_source",
            "projectile_uses_contact_direction",
        },
        levels = {
            [1] = {0.80000001192093, 1.2000000476837, -40, 1056, 40, critChance = 5, levelRequirement = 1, statInterpolation = {3, 3},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["GSGoblinVoltaxicStorm"] = {
        name = "GSGoblinVoltaxicStorm",
        hidden = true,
        color = ,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Triggerable] = true,
            [SkillType.Spell] = true,
            [SkillType.Damage] = true,
            [SkillType.AttackInPlace] = 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_base_physical_damage_%_to_convert_to_lightning",
            "is_area_damage",
        },
        levels = {
            [1] = {0.80000001192093, 1.2000000476837, 40, critChance = 5, levelRequirement = 1, statInterpolation = {3, 3},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["EASGoblinDance"] = {
        name = "EASGoblinDance",
        hidden = true,
        color = ,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [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 = 1, statInterpolation = {},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["SOGoblinVoltaxicStorm"] = {
        name = "SOGoblinVoltaxicStorm",
        hidden = true,
        color = ,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Triggerable] = true,
            [SkillType.AttackInPlace] = true,
            [SkillType.Spell] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            spell = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "spell_maximum_action_distance_+%",
            "action_attack_or_cast_time_uses_animation_length",
        },
        levels = {
            [1] = {-45, levelRequirement = 1, statInterpolation = {},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["GTGoblinVoltaxicStorm"] = {
        name = "GTGoblinVoltaxicStorm",
        hidden = true,
        color = ,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Spell] = true,
            [SkillType.Triggerable] = true,
            [SkillType.AttackInPlace] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            spell = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "spell_maximum_action_distance_+%",
            "action_attack_or_cast_time_uses_animation_length",
        },
        levels = {
            [1] = {-45, levelRequirement = 1, statInterpolation = {},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["GTGoblinVoltaxicStormLesser"] = {
        name = "GTGoblinVoltaxicStormLesser",
        hidden = true,
        color = ,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Spell] = true,
            [SkillType.Triggerable] = true,
            [SkillType.AttackInPlace] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            spell = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "spell_maximum_action_distance_+%",
            "action_attack_or_cast_time_uses_animation_length",
        },
        levels = {
            [1] = {-45, levelRequirement = 1, statInterpolation = {},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["GTGoblinVoltaxicStormGreater"] = {
        name = "GTGoblinVoltaxicStormGreater",
        hidden = true,
        color = ,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Spell] = true,
            [SkillType.Triggerable] = true,
            [SkillType.AttackInPlace] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            spell = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "spell_maximum_action_distance_+%",
            "action_attack_or_cast_time_uses_animation_length",
        },
        levels = {
            [1] = {-45, levelRequirement = 1, statInterpolation = {},  cost = { }, },
        },
    }
    
    巫者族裔
    CategoryHumanoid人形
    IconEnemyResistanceLightning
    Shaman Kin
    Spectre
    Spectre OverrideMetadata/Monsters/Goblins/GoblinShaman/GoblinShaman
    Tags法術, Elemental_onhit_audio, fast_movement, humanoid, not_dex, not_str, red_blood
    生命
    200%
    Energy Shield From Life
    40%
    抗性
    IconEnemyResistanceFire0 IconEnemyResistanceCold0 IconEnemyResistanceLightning30 IconEnemyResistanceChaos0
    傷害
    200%
    命中
    100%
    暴擊 Chance
    5%
    Attack Distance
    5 ~ 14
    攻擊時間
    1.5 Second
    Damage Spread
    ±20%
    經驗值
    200%
    Model Size
    130%
    Type
    GoblinShaman
    Metadata
    GoblinShamanWalkEmerge
    等級
    68
    生命
    16,514
    傷害
    466
    法術傷害
    466
    命中
    2,502
    攻擊時間
    1.5
    經驗值
    57,268
    召喚物生命
    13,860
    Minion Energy Shield
    5,544
    召喚物傷害
    1,938
    召喚物護甲
    2,413
    MPSGoblinShamanBasicProj
    法術, 投射物, 玩家投射物, 可觸發, 傷害, AttackInPlace
    暴擊率: 5%
    施放時間: 1 秒
    造成229.6344.4物理傷害
    40%的物理傷害轉換閃電傷害
    action attack or cast time uses animation length [1]
    base is projectile [1]
    check for targets between initiator and projectile source [1]
    monster projectile variation [1056]
    projectile uses contact direction [1]
    projectile uses contact position [1]
    spell maximum action distance +% [-40]
    use scaled contact offset [1]
    MaceNotable2
    SOGoblinVoltaxicStorm
    可觸發, AttackInPlace, 法術
    施放時間: 1 秒
    action attack or cast time uses animation length [1]
    spell maximum action distance +% [-45]
    GSGoblinVoltaxicStorm
    可觸發, 法術, 傷害, AttackInPlace
    暴擊率: 5%
    施放時間: 1 秒
    造成325.2487.8物理傷害
    40%的物理傷害轉換閃電傷害
    is area damage [1]
    GTGoblinVoltaxicStorm
    法術, 可觸發, AttackInPlace
    施放時間: 1 秒
    冷卻時間: 8 秒
    action attack or cast time uses animation length [1]
    spell maximum action distance +% [-45]
    GTGoblinVoltaxicStormLesser
    法術, 可觸發, AttackInPlace
    施放時間: 1 秒
    冷卻時間: 8 秒
    action attack or cast time uses animation length [1]
    spell maximum action distance +% [-45]
    GTGoblinVoltaxicStormGreater
    法術, 可觸發, AttackInPlace
    施放時間: 1 秒
    冷卻時間: 8 秒
    action attack or cast time uses animation length [1]
    spell maximum action distance +% [-45]
    EASGoblinDance
    法術
    施放時間: 1 秒
    action attack or cast time uses animation length [1]
    WalkEmergeGoblin
    walk emerge distance [775]

    Object Type

    version 2
    extends "Metadata/Monsters/Monster"
    extends "Metadata/Monsters/Goblins/GoblinCrowd"
    
    Actor
    {
    	basic_action = "ChangeToStance1"
     	basic_action = "ChangeToStance2"
    }
    
    Transitionable
    {
    	
    }
    
    -- src\Data\Spectres.lua
    minions["Metadata/Monsters/Goblins/GoblinShaman/GoblinShamanWalkEmerge"] = {
        fireResist = 0,
        coldResist = 0,
        lightningResist = 0,
        chaosResist = 0,
        name = "Shaman Kin",
        life = 2,
        energyShield = 0.4,
        damage = 2,
        damageSpread = 0.2,
        attackTime = 1.5,
        attackRange = 14,
        accuracy = 1,
        weaponType1 = "Wand",
        skillList = {
            "MPSGoblinShamanBasicProj",
            "GSGoblinVoltaxicStorm",
            "EASGoblinDance",
            "WalkEmergeGoblin",
            "SOGoblinVoltaxicStorm",
            "GTGoblinVoltaxicStorm",
            "GTGoblinVoltaxicStormLesser",
            "GTGoblinVoltaxicStormGreater",
        },
        modList = {
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["MPSGoblinShamanBasicProj"] = {
        name = "MPSGoblinShamanBasicProj",
        hidden = true,
        color = ,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Spell] = true,
            [SkillType.Projectile] = true,
            [SkillType.ProjectilesFromUser] = true,
            [SkillType.Triggerable] = true,
            [SkillType.Damage] = true,
            [SkillType.AttackInPlace] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            spell = true,
            projectile = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "spell_minimum_base_physical_damage",
            "spell_maximum_base_physical_damage",
            "spell_maximum_action_distance_+%",
            "monster_projectile_variation",
            "active_skill_base_physical_damage_%_to_convert_to_lightning",
            "base_is_projectile",
            "action_attack_or_cast_time_uses_animation_length",
            "projectile_uses_contact_position",
            "use_scaled_contact_offset",
            "check_for_targets_between_initiator_and_projectile_source",
            "projectile_uses_contact_direction",
        },
        levels = {
            [1] = {0.80000001192093, 1.2000000476837, -40, 1056, 40, critChance = 5, levelRequirement = 1, statInterpolation = {3, 3},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["GSGoblinVoltaxicStorm"] = {
        name = "GSGoblinVoltaxicStorm",
        hidden = true,
        color = ,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Triggerable] = true,
            [SkillType.Spell] = true,
            [SkillType.Damage] = true,
            [SkillType.AttackInPlace] = 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_base_physical_damage_%_to_convert_to_lightning",
            "is_area_damage",
        },
        levels = {
            [1] = {0.80000001192093, 1.2000000476837, 40, critChance = 5, levelRequirement = 1, statInterpolation = {3, 3},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["EASGoblinDance"] = {
        name = "EASGoblinDance",
        hidden = true,
        color = ,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [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 = 1, statInterpolation = {},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["WalkEmergeGoblin"] = {
        name = "WalkEmergeGoblin",
        hidden = true,
        color = ,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 3.2,
        baseFlags = {
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "walk_emerge_distance",
        },
        levels = {
            [1] = {775, levelRequirement = 1, statInterpolation = {},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["SOGoblinVoltaxicStorm"] = {
        name = "SOGoblinVoltaxicStorm",
        hidden = true,
        color = ,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Triggerable] = true,
            [SkillType.AttackInPlace] = true,
            [SkillType.Spell] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            spell = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "spell_maximum_action_distance_+%",
            "action_attack_or_cast_time_uses_animation_length",
        },
        levels = {
            [1] = {-45, levelRequirement = 1, statInterpolation = {},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["GTGoblinVoltaxicStorm"] = {
        name = "GTGoblinVoltaxicStorm",
        hidden = true,
        color = ,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Spell] = true,
            [SkillType.Triggerable] = true,
            [SkillType.AttackInPlace] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            spell = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "spell_maximum_action_distance_+%",
            "action_attack_or_cast_time_uses_animation_length",
        },
        levels = {
            [1] = {-45, levelRequirement = 1, statInterpolation = {},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["GTGoblinVoltaxicStormLesser"] = {
        name = "GTGoblinVoltaxicStormLesser",
        hidden = true,
        color = ,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Spell] = true,
            [SkillType.Triggerable] = true,
            [SkillType.AttackInPlace] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            spell = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "spell_maximum_action_distance_+%",
            "action_attack_or_cast_time_uses_animation_length",
        },
        levels = {
            [1] = {-45, levelRequirement = 1, statInterpolation = {},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["GTGoblinVoltaxicStormGreater"] = {
        name = "GTGoblinVoltaxicStormGreater",
        hidden = true,
        color = ,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Spell] = true,
            [SkillType.Triggerable] = true,
            [SkillType.AttackInPlace] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            spell = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "spell_maximum_action_distance_+%",
            "action_attack_or_cast_time_uses_animation_length",
        },
        levels = {
            [1] = {-45, levelRequirement = 1, statInterpolation = {},  cost = { }, },
        },
    }
    
    巫者族裔
    CategoryHumanoid人形
    IconEnemyResistanceLightning
    Shaman Kin
    Spectre
    Tagsallows_additional_projectiles, allows_inc_aoe, 法術, Elemental_onhit_audio, fast_movement, humanoid, lightning_affinity, not_dex, not_str, physical_affinity, red_blood
    生命
    200%
    Energy Shield From Life
    40%
    抗性
    IconEnemyResistanceFire0 IconEnemyResistanceCold0 IconEnemyResistanceLightning30 IconEnemyResistanceChaos0
    傷害
    200%
    命中
    100%
    暴擊 Chance
    5%
    Attack Distance
    5 ~ 14
    攻擊時間
    1.5 Second
    Damage Spread
    ±20%
    經驗值
    200%
    Model Size
    130%
    Type
    GoblinShaman
    Metadata
    GoblinShamanRunemarked
    等級
    68
    生命
    16,514
    傷害
    466
    法術傷害
    466
    命中
    2,502
    攻擊時間
    1.5
    經驗值
    57,268
    召喚物生命
    13,860
    Minion Energy Shield
    5,544
    召喚物傷害
    1,938
    召喚物護甲
    2,413
    MPSGoblinShamanBasicProj
    法術, 投射物, 玩家投射物, 可觸發, 傷害, AttackInPlace
    暴擊率: 5%
    施放時間: 1 秒
    造成229.6344.4物理傷害
    40%的物理傷害轉換閃電傷害
    action attack or cast time uses animation length [1]
    base is projectile [1]
    check for targets between initiator and projectile source [1]
    monster projectile variation [1056]
    projectile uses contact direction [1]
    projectile uses contact position [1]
    spell maximum action distance +% [-40]
    use scaled contact offset [1]
    MaceNotable2
    SOGoblinVoltaxicStorm
    可觸發, AttackInPlace, 法術
    施放時間: 1 秒
    action attack or cast time uses animation length [1]
    spell maximum action distance +% [-45]
    GSGoblinVoltaxicStorm
    可觸發, 法術, 傷害, AttackInPlace
    暴擊率: 5%
    施放時間: 1 秒
    造成325.2487.8物理傷害
    40%的物理傷害轉換閃電傷害
    is area damage [1]
    GTGoblinVoltaxicStormPoeM
    法術, 可觸發, AttackInPlace
    施放時間: 1 秒
    冷卻時間: 12 秒
    action attack or cast time uses animation length [1]
    spell maximum action distance +% [-45]
    GTGoblinVoltaxicStormLesserPoeM
    法術, 可觸發, AttackInPlace
    施放時間: 1 秒
    冷卻時間: 12 秒
    action attack or cast time uses animation length [1]
    spell maximum action distance +% [-45]
    GTGoblinVoltaxicStormGreaterPoeM
    法術, 可觸發, AttackInPlace
    施放時間: 1 秒
    冷卻時間: 12 秒
    action attack or cast time uses animation length [1]
    spell maximum action distance +% [-45]
    GSGoblinShamanRunemarkedSulphiteRockExplode
    可觸發, 法術, 傷害, AttackInPlace
    暴擊率: 5%
    施放時間: 1 秒
    造成275.5413.2混沌傷害
    base skill can be avoided by dodge roll [1]
    base skill can be blocked [1]
    is area damage [1]
    SSMGoblinShamanRunemarkedSulphiteRock
    法術, 法術可重複, 可觸發, AttackInPlace
    施放時間: 1 秒
    action attack or cast time uses animation length [1]
    alternate minion [1130]
    monster no drops or experience [1]
    number of monsters to summon [1]
    spell maximum action distance +% [-40]
    summon specific monsters radius +% [-99]
    summoned monsters are minions [1]
    GTGoblinShamanRunemarkedSulphiteRockCluster
    法術, 可觸發, AttackInPlace
    施放時間: 1 秒
    冷卻時間: 12 秒
    減少15%施放速度
    action attack or cast time uses animation length [1]
    spell maximum action distance +% [-35]

    Object Type

     
    -- src\Data\Spectres.lua
    minions["Metadata/Monsters/Goblins/GoblinShaman/Runemarked/GoblinShamanRunemarked"] = {
        fireResist = 0,
        coldResist = 0,
        lightningResist = 0,
        chaosResist = 0,
        name = "Shaman Kin",
        life = 2,
        energyShield = 0.4,
        damage = 2,
        damageSpread = 0.2,
        attackTime = 1.5,
        attackRange = 14,
        accuracy = 1,
        weaponType1 = "Wand",
        skillList = {
            "MPSGoblinShamanBasicProj",
            "GSGoblinVoltaxicStorm",
            "SOGoblinVoltaxicStorm",
            "GTGoblinVoltaxicStormPoeM",
            "GTGoblinVoltaxicStormLesserPoeM",
            "GTGoblinVoltaxicStormGreaterPoeM",
            "GSGoblinShamanRunemarkedSulphiteRockExplode",
            "SSMGoblinShamanRunemarkedSulphiteRock",
            "GTGoblinShamanRunemarkedSulphiteRockCluster",
        },
        modList = {
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["MPSGoblinShamanBasicProj"] = {
        name = "MPSGoblinShamanBasicProj",
        hidden = true,
        color = ,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Spell] = true,
            [SkillType.Projectile] = true,
            [SkillType.ProjectilesFromUser] = true,
            [SkillType.Triggerable] = true,
            [SkillType.Damage] = true,
            [SkillType.AttackInPlace] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            spell = true,
            projectile = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "spell_minimum_base_physical_damage",
            "spell_maximum_base_physical_damage",
            "spell_maximum_action_distance_+%",
            "monster_projectile_variation",
            "active_skill_base_physical_damage_%_to_convert_to_lightning",
            "base_is_projectile",
            "action_attack_or_cast_time_uses_animation_length",
            "projectile_uses_contact_position",
            "use_scaled_contact_offset",
            "check_for_targets_between_initiator_and_projectile_source",
            "projectile_uses_contact_direction",
        },
        levels = {
            [1] = {0.80000001192093, 1.2000000476837, -40, 1056, 40, critChance = 5, levelRequirement = 1, statInterpolation = {3, 3},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["GSGoblinVoltaxicStorm"] = {
        name = "GSGoblinVoltaxicStorm",
        hidden = true,
        color = ,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Triggerable] = true,
            [SkillType.Spell] = true,
            [SkillType.Damage] = true,
            [SkillType.AttackInPlace] = 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_base_physical_damage_%_to_convert_to_lightning",
            "is_area_damage",
        },
        levels = {
            [1] = {0.80000001192093, 1.2000000476837, 40, critChance = 5, levelRequirement = 1, statInterpolation = {3, 3},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["SOGoblinVoltaxicStorm"] = {
        name = "SOGoblinVoltaxicStorm",
        hidden = true,
        color = ,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Triggerable] = true,
            [SkillType.AttackInPlace] = true,
            [SkillType.Spell] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            spell = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "spell_maximum_action_distance_+%",
            "action_attack_or_cast_time_uses_animation_length",
        },
        levels = {
            [1] = {-45, levelRequirement = 1, statInterpolation = {},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["GTGoblinVoltaxicStormPoeM"] = {
        name = "GTGoblinVoltaxicStormPoeM",
        hidden = true,
        color = ,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Spell] = true,
            [SkillType.Triggerable] = true,
            [SkillType.AttackInPlace] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            spell = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "spell_maximum_action_distance_+%",
            "action_attack_or_cast_time_uses_animation_length",
        },
        levels = {
            [1] = {-45, levelRequirement = 1, statInterpolation = {},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["GTGoblinVoltaxicStormLesserPoeM"] = {
        name = "GTGoblinVoltaxicStormLesserPoeM",
        hidden = true,
        color = ,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Spell] = true,
            [SkillType.Triggerable] = true,
            [SkillType.AttackInPlace] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            spell = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "spell_maximum_action_distance_+%",
            "action_attack_or_cast_time_uses_animation_length",
        },
        levels = {
            [1] = {-45, levelRequirement = 1, statInterpolation = {},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["GTGoblinVoltaxicStormGreaterPoeM"] = {
        name = "GTGoblinVoltaxicStormGreaterPoeM",
        hidden = true,
        color = ,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Spell] = true,
            [SkillType.Triggerable] = true,
            [SkillType.AttackInPlace] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            spell = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "spell_maximum_action_distance_+%",
            "action_attack_or_cast_time_uses_animation_length",
        },
        levels = {
            [1] = {-45, levelRequirement = 1, statInterpolation = {},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["GSGoblinShamanRunemarkedSulphiteRockExplode"] = {
        name = "GSGoblinShamanRunemarkedSulphiteRockExplode",
        hidden = true,
        color = ,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Triggerable] = true,
            [SkillType.Spell] = true,
            [SkillType.Damage] = true,
            [SkillType.AttackInPlace] = true,
        },
        statDescriptionScope = "geometry_spell",
        castTime = 1,
        baseFlags = {
            spell = true,
            area = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "spell_minimum_base_chaos_damage",
            "spell_maximum_base_chaos_damage",
            "is_area_damage",
            "base_skill_can_be_blocked",
            "base_skill_can_be_avoided_by_dodge_roll",
        },
        levels = {
            [1] = {0.80000001192093, 1.2000000476837, critChance = 5, levelRequirement = 1, statInterpolation = {3, 3},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["SSMGoblinShamanRunemarkedSulphiteRock"] = {
        name = "SSMGoblinShamanRunemarkedSulphiteRock",
        hidden = true,
        color = ,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Spell] = true,
            [SkillType.Multicastable] = true,
            [SkillType.Triggerable] = true,
            [SkillType.AttackInPlace] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            spell = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "alternate_minion",
            "number_of_monsters_to_summon",
            "summon_specific_monsters_radius_+%",
            "spell_maximum_action_distance_+%",
            "summoned_monsters_are_minions",
            "monster_no_drops_or_experience",
            "action_attack_or_cast_time_uses_animation_length",
        },
        levels = {
            [1] = {1130, 1, -99, -40, levelRequirement = 1, statInterpolation = {},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["GTGoblinShamanRunemarkedSulphiteRockCluster"] = {
        name = "GTGoblinShamanRunemarkedSulphiteRockCluster",
        hidden = true,
        color = ,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Spell] = true,
            [SkillType.Triggerable] = true,
            [SkillType.AttackInPlace] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            spell = true,
        },
        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 = { }, },
        },
    }
    
    Edit

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