菲恩絲沙鞭者
野獸
Fenumal Sandwhipper
幽魂N
標籤beast, bludgeoning_weapon, 法術, extra_small_height, hard_armour, has_one_hand_mace, has_one_handed_melee, hidden_monster, insect, insect_blood, not_dex, not_int, physical_affinity, ranged, spider, very_slow_movement
生命
450%
護甲
+50%
異常狀態臨界值
450%
抗性
40 40 40 25
傷害
150%
命中
100%
暴擊率
+5%
暴擊加成
+130%
攻擊距離
6 ~ 8
攻擊間隔
1.5 秒
傷害分佈
±20%
經驗值
300%
Model Size
150%
類型
ScorpionBestiary
Metadata
BlackScorpionBestiaryBurrowTornado
等級
68
生命
28,950
護甲
43,185
閃避
4,739
能量護盾
0
傷害
560
法術傷害
560
命中
290
攻擊間隔
1.5
經驗值
30,765
異常狀態臨界值
28,950
冰緩
92
感電
92
易碎
518
焦灼
92
殘喘
253
BestiaryPitbullSandStormSpark
法術, 投射物, 玩家投射物, 傷害, 持續時間, 陷阱技能, 圖騰技能, 地雷技能, 法術可重複, 可觸發, 閃電, 可齊射
電球
暴擊率: 5%
附加傷害效用: 70%
施放時間: 0.9 秒
施放出多顆變幻莫測的電球,這些電球將會隨機移動直到撞到敵人或是自然消失。
造成 269.6404.4 物理傷害
+5 秒基礎持續時間
發射 6 個額外投射物
以環狀型式發射投射物
減少 46% 投射物速度
base is projectile [1]
ScorpionBurrowSlam
攻擊, 範圍, 可觸發
基本傷害: 448–672
暴擊率: 5%
攻擊間隔: 1.5 秒
造成 80% 更少傷害
is area damage [1]

Object Type

version 2
extends "Metadata/Monsters/Monster"

Positioned
{
	collision_hull_type = "projectile"
	blocking = false
}

Animated
{
	animated_object = "Metadata/Monsters/LeagueBestiary/Arachnids/ScorpionBestiary.ao"
}

Actor
{
	basic_action = "Emerge2"
}

Stats
{
	immune_to_curses = 1
	immune_to_auras_from_other_entities = 1
	set_item_drop_slots = 0
	untargetable_by_monster_ai = 1
	set_monster_do_not_fracture = 1
	set_max_frenzy_charges = 0
	set_max_power_charges = 0
	set_max_endurance_charges = 0
	base_cannot_be_damaged = 1
	base_cannot_be_stunned = 1
	cannot_be_knocked_back = 1
	set_monster_no_beyond_portal = 1
	set_cannot_be_afflicted = 1
}

Life
{
	corpse_usable = false
}

Transitionable
{
}

Object Type Codes

version 2
extends "Metadata/Monsters/Monster"

Targetable
{
	no_highlight = true
	targetable = false
}

Transitionable
{
	create_untransitioned = "AddEffectPack( Metadata/Effects/Spells/monsters_effects/League_Bestiary/diverse_effects/stampede/EPK/fade_in_stampede.epk ); AddEffectPack( Metadata/Effects/Spells/monsters_effects/League_Bestiary/diverse_effects/stampede/EPK/stampede_fx.epk );"
	on_transition = "PlayEffect( Metadata/Effects/Spells/monsters_effects/League_Bestiary/Pouncing_shade/spiritslam.ao ); HideAllMeshSegments(); RemoveEffectPack( Metadata/Effects/Spells/monsters_effects/League_Bestiary/diverse_effects/stampede/EPK/fade_in_stampede.epk ); AddEffectPack( Metadata/Effects/Spells/monsters_effects/League_Bestiary/diverse_effects/stampede/EPK/fade_out_stampede.epk );"
	create_transitioned = "DisableRendering();"
}

Render
{
	hide_mini_life_bar = true
}
-- src\Data\Spectres.lua
minions["Metadata/Monsters/LeagueBestiary/BlackScorpionBestiaryBurrowTornado"] = {
    name = "Fenumal Sandwhipper",
    life = 4.5,
    fireResist = 40,
    coldResist = 40,
    lightningResist = 40,
    chaosResist = 25,
    damage = 1.5,
    damageSpread = 0.2,
    attackTime = 1.5,
    attackRange = 8,
    accuracy = 1,
    weaponType1 = "One Hand Mace",
    skillList = {
        "ScorpionBurrowSlam",
        "BestiaryPitbullSandStormSpark",
    },
    modList = {
    },
}
-- src\Data\Skills\spectre.lua
skills["ScorpionBurrowSlam"] = {
    name = "ScorpionBurrowSlam",
    hidden = true,
    color = "1",
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    skillTypes = {
        [SkillType.Attack] = true,
        [SkillType.Area] = true,
        [SkillType.Triggerable] = true,
    },
    statDescriptionScope = "skill_stat_descriptions",
    castTime = 1,
    baseFlags = {
        attack = true,
        area = true,
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
        "active_skill_damage_+%_final",
        "is_area_damage",
    },
    levels = {
        [1] = {-80, levelRequirement = 1, statInterpolation = {},  cost = { }, },
    },
}
-- src\Data\Skills\spectre.lua
skills["BestiaryPitbullSandStormSpark"] = {
    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.9,
    baseFlags = {
        spell = true,
        projectile = true,
        duration = true,
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
        "spell_minimum_base_physical_damage",
        "spell_maximum_base_physical_damage",
        "base_skill_effect_duration",
        "number_of_additional_projectiles",
        "base_projectile_speed_+%",
        "projectiles_nova",
        "base_is_projectile",
    },
    levels = {
        [1] = {0.80000001192093, 1.2000000476837, 3500, 6, -46, critChance = 5, levelRequirement = 4, statInterpolation = {3, 3, 1},  cost = { }, },
        [2] = {0.80000001192093, 1.2000000476837, 3500, 6, -46, critChance = 5, levelRequirement = 8, statInterpolation = {3, 3, 1},  cost = { }, },
        [3] = {0.80000001192093, 1.2000000476837, 3500, 6, -46, critChance = 5, levelRequirement = 11, statInterpolation = {3, 3, 1},  cost = { }, },
        [4] = {0.80000001192093, 1.2000000476837, 4000, 6, -46, critChance = 5, levelRequirement = 25, statInterpolation = {3, 3, 1},  cost = { }, },
        [5] = {0.80000001192093, 1.2000000476837, 4000, 6, -46, critChance = 5, levelRequirement = 29, statInterpolation = {3, 3, 1},  cost = { }, },
        [6] = {0.80000001192093, 1.2000000476837, 5000, 6, -46, critChance = 5, levelRequirement = 31, statInterpolation = {3, 3, 1},  cost = { }, },
        [7] = {0.80000001192093, 1.2000000476837, 5000, 6, -46, critChance = 5, levelRequirement = 66, statInterpolation = {3, 3, 1},  cost = { }, },
        [8] = {0.80000001192093, 1.2000000476837, 5000, 6, -46, critChance = 5, levelRequirement = 68, statInterpolation = {3, 3, 1},  cost = { }, },
    },
}
Edit

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