风暴祭者
亡灵
undead description [1]
monster casts spark text [1]
monster no drops or experience [1]
Storming Supplicant
幽魂Y
标签bone_armour, bones, 施法, is_unarmed, lightning_affinity, medium_height, not_dex, not_str, ranged, skeleton, slashing_weapon, undead, very_slow_movement
生命
84%
生命转为护盾
100%
异常状态临界值
84%
抗性
0 0 40 0
伤害
60%
命中
100%
攻击暴击率
+5%
暴击伤害
+130%
攻击距离
6 ~ 46
攻击间隔
1.605 秒
伤害分布
±20%
经验值
120%
Model Size
100%
类型
SkeletonCasterLightning
Metadata
SkeletonCasterLightningSparkIncaBossMinion
等级
68
生命
5,404
护甲
28,790
闪避值
4,739
能量护盾
6,127
伤害
224
法术伤害
224
命中
290
攻击间隔
1.605
经验值
12,306
异常状态临界值
5,404
冰缓
17
Shock
17
Brittle
97
Scorch
17
Sap
47
SkeletonProjectileLightning
法术, 伤害, 法术可重复, 投射物, 玩家投射物, 可触发
攻击暴击率: 5%
施放间隔: 1.95 秒
造成 677 - 2020 闪电伤害
33% 的几率使敌人感电
base is projectile [1]
spell maximum action distance +% [-60]
SkeletonSpark
法术, 投射物, 玩家投射物, 伤害, 持续时间, 陷阱技能, 图腾技能, 地雷技能, 法术可重复, 可触发, 闪电, 可齐射
电球
攻击暴击率: 5%
伤害效用: 70%
施放间隔: 0.65 秒
施放出多颗变幻莫测的电球,这些电球将会随机移动直到撞到敌人或是自然消失.
造成 350.1 - 1052 闪电伤害
基础持续时间为 3.5
额外发射 2 个投射物
投射物速度加快 25%
base is projectile [1]

Object Type

version 2
extends "Metadata/Monsters/Skeletons/SkeletonCaster"

Object Type Codes

version 2
extends "Metadata/Monsters/Skeletons/SkeletonCaster"

Actor
{
	on_start_Revive =
	"
		AddAttachedObjectToBones( Metadata/Effects/Spells/monsters_effects/skeleton_glowhands/glowhand_light.ao, R_Weapon );
		AddAttachedObjectToBones( Metadata/Effects/Spells/monsters_effects/skeleton_glowhands/glowhand_light.ao, L_Weapon );
	"
}

Life
{
	on_death = "AddEffectPack( Metadata/Effects/Spells/monsters_effects/on_death_epks/monster_on_death.epk );"
	on_spawned_dead = "AddEffectPack( Metadata/Effects/Spells/monsters_effects/on_death_epks/monster_on_death.epk );"
}
-- src\Data\Spectres.lua
minions["Metadata/Monsters/Skeletons/SkeletonCasterLightningSparkIncaBossMinion"] = {
    name = "Storming Supplicant",
    life = 0.84,
    energyShield = 1,
    fireResist = 0,
    coldResist = 0,
    lightningResist = 40,
    chaosResist = 0,
    damage = 0.6,
    damageSpread = 0.2,
    attackTime = 1.605,
    attackRange = 46,
    accuracy = 1,
    skillList = {
        "SkeletonProjectileLightning",
        "SkeletonSpark",
    },
    modList = {
    },
}
-- src\Data\Skills\spectre.lua
skills["SkeletonProjectileLightning"] = {
    name = "SkeletonProjectileLightning",
    hidden = true,
    color = 4,
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    skillTypes = {
        [SkillType.Spell] = true,
        [SkillType.Damage] = true,
        [SkillType.Multicastable] = true,
        [SkillType.Projectile] = true,
        [SkillType.ProjectilesFromUser] = true,
        [SkillType.Triggerable] = true,
    },
    statDescriptionScope = "skill_stat_descriptions",
    castTime = 1.95,
    baseFlags = {
        spell = true,
        projectile = true,
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
        "spell_minimum_base_lightning_damage",
        "spell_maximum_base_lightning_damage",
        "spell_maximum_action_distance_+%",
        "base_chance_to_shock_%",
        "base_is_projectile",
    },
    levels = {
        [1] = {0.5, 1.5, -60, 33, critChance = 5, levelRequirement = 4, statInterpolation = {3, 3},  cost = { }, },
        [2] = {0.5, 1.5, -60, 33, critChance = 5, levelRequirement = 19, statInterpolation = {3, 3},  cost = { }, },
        [3] = {1.1699999570847, 3.4900000095367, -60, 33, critChance = 5, levelRequirement = 68, statInterpolation = {3, 3},  cost = { }, },
    },
}
-- src\Data\Skills\spectre.lua
skills["SkeletonSpark"] = {
    name = "Spark",
    hidden = true,
    color = "3",
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    description = "Launches unpredictable sparks that move randomly 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,
    },
    statDescriptionScope = "skill_stat_descriptions",
    castTime = 0.65,
    baseFlags = {
        spell = true,
        projectile = true,
        duration = true,
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
        "spell_minimum_base_lightning_damage",
        "spell_maximum_base_lightning_damage",
        "base_skill_effect_duration",
        "number_of_additional_projectiles",
        "base_projectile_speed_+%",
        "base_is_projectile",
    },
    levels = {
        [1] = {0.5, 1.5, 3500, 2, 25, critChance = 5, levelRequirement = 4, statInterpolation = {3, 3},  cost = { }, },
        [2] = {0.5, 1.5, 3500, 2, 25, critChance = 5, levelRequirement = 8, statInterpolation = {3, 3},  cost = { }, },
        [3] = {0.5, 1.5, 3500, 2, 25, critChance = 5, levelRequirement = 11, statInterpolation = {3, 3},  cost = { }, },
        [4] = {0.5, 1.5, 3500, 2, 25, critChance = 5, levelRequirement = 20, statInterpolation = {3, 3},  cost = { }, },
        [5] = {0.5, 1.5, 3500, 2, 25, critChance = 5, levelRequirement = 28, statInterpolation = {3, 3},  cost = { }, },
        [6] = {0.5, 1.5, 3500, 2, 25, critChance = 5, levelRequirement = 29, statInterpolation = {3, 3},  cost = { }, },
        [7] = {2.2400000095367, 6.7300000190735, 3500, 2, 25, critChance = 5, levelRequirement = 68, statInterpolation = {3, 3},  cost = { }, },
    },
}
undead description [1]
IdMonsterNecromancerRaisable
FamilyMonsterNecromancerRaisable
Domains怪物 (3)
GenerationType传奇 (3)
Req. level1
Stats
  • undead description Min: 1 Max: 1 全域
  • Adds Tagsnecromancer_raisable
    monster casts spark text [1]
    IdMonsterCastsSparkText
    FamilyMonsterCastsSparkText
    Domains怪物 (3)
    GenerationType传奇 (3)
    Req. level1
    Stats
  • monster casts spark text Min: 1 Max: 1 全域
  • 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.