[DNT] Chatter v2
亡灵
undead description [1]
幽魂N
标签bone_armour, bones, has_two_hand_mace, has_two_handed_melee, not_dex, not_int, physical_affinity, ranged, skeleton, slashing_weapon, undead, very_slow_movement
生命
200%
护甲
+25%
异常状态临界值
200%
抗性
0 85 0 0
伤害
300%
命中
100%
暴击几率
+5%
暴击伤害
+130%
攻击距离
4 ~ 8
攻击间隔
1.5 秒
伤害分布
±20%
经验值
200%
Model Size
100%
类型
TestSkeletonsShield
Metadata
TestSkeletonShield
等级
68
生命
12,867
护甲
35,988
闪避值
4,739
伤害
1,121
法术伤害
1,121
命中
580
攻击间隔
1.5
经验值
20,510
Minion Life
2,791
Minion Damage
895
异常状态临界值
12,867
冰缓
41
Shock
41
Brittle
230
Scorch
41
Sap
112
FairgravesThrownWeapon
攻击, 范围攻击, 投射物, 玩家投射物
灵体投掷
基本伤害: 897–1345
暴击几率: 5%
攻击间隔: 1.5 秒
复制手中的近战武器,并将此灵体投掷出去。此灵体将会向外飞出并如同回力镖一般回到你的身边,对所有碰触到的敌人造成伤害。
伤害总降 50%
额外发射 3 个投射物
投射物速度减慢 20%
base is projectile [1]
spectral throw deceleration override [50]

Object Type

version 2
extends "Metadata/Monsters/MonsterIgnoreMeleePatternRange"

Actor
{
	main_hand_unarmed_type = "One_Hand_Mace"
	basic_action = "Emerge"
	basic_action = "Revive"
}

Object Type Codes

version 2
extends "Metadata/Monsters/MonsterIgnoreMeleePatternRange"

Render
{
     //turn_duration = 0.35
}
-- src\Data\Spectres.lua
minions["Metadata/Monsters/Skeletons/TestSkeleton/TestSkeletonShield"] = {
    name = "[DNT] Chatter v2",
    life = 2,
    fireResist = 0,
    coldResist = 85,
    lightningResist = 0,
    chaosResist = 0,
    damage = 3,
    damageSpread = 0.2,
    attackTime = 1.5,
    attackRange = 8,
    accuracy = 1,
    weaponType1 = "Two Hand Mace",
    skillList = {
        "FairgravesThrownWeapon",
    },
    modList = {
    },
}
-- src\Data\Skills\spectre.lua
skills["FairgravesThrownWeapon"] = {
    name = "Spectral Throw",
    hidden = true,
    color = "2",
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    description = "Throws a spectral copy of your melee weapon. It flies out and then returns to you, in a spinning attack that damages enemies in its path.",
    skillTypes = {
        [SkillType.Attack] = true,
        [SkillType.RangedAttack] = true,
        [SkillType.Projectile] = true,
        [SkillType.ProjectilesFromUser] = true,
    },
    statDescriptionScope = "skill_stat_descriptions",
    castTime = 1,
    baseFlags = {
        attack = true,
        projectile = true,
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
        "active_skill_damage_+%_final",
        "number_of_additional_projectiles",
        "base_projectile_speed_+%",
        "base_is_projectile",
    },
    levels = {
        [1] = {-25, 0, 0, levelRequirement = 11, statInterpolation = {1, 1, 1},  cost = { }, },
        [2] = {-50, 2, 15, 50, -50, levelRequirement = 43, statInterpolation = {1, 1, 1, 1, 1},  cost = { }, },
        [3] = {-50, 3, 30, 50, -50, levelRequirement = 55, statInterpolation = {1, 1, 1, 1, 1},  cost = { }, },
    },
}
undead description [1]
IdMonsterNecromancerRaisable
FamilyMonsterNecromancerRaisable
Domains怪物 (3)
GenerationType传奇 (3)
Req. level1
Stats
  • undead description Min: 1 Max: 1 全域
  • Adds Tagsnecromancer_raisable
    Edit

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