恐惧之石
构造体
区域: 惊魂树洞
display monster mod nemesis test [0]
kill traps mines and totems on death [1]
The Dreadstone
幽魂N
地区惊魂树洞
标签bludgeoning_weapon, construct, ghost_blood, has_two_hand_mace, has_two_handed_melee, large_model, medium_height, medium_movement, melee, not_dex, not_str, physical_affinity, stone_armour
生命
400%
生命转为护盾
50%
异常状态临界值
400%
抗性
0 0 0 40
伤害
144%
命中
100%
攻击暴击率
+5%
暴击伤害
+130%
攻击距离
6 ~ 7
攻击间隔
1.5 秒
伤害分布
±20%
经验值
180%
Model Size
140%
类型
ChaosGolemUnique
Metadata
ChaosElementalWorldUnique
等级
53
生命
9,400
护甲
8,552
闪避值
2,730
能量护盾
1,175
伤害
248
法术伤害
248
命中
159
攻击间隔
1.5
经验值
11,383
异常状态临界值
9,400
冰缓
30
Shock
30
Brittle
168
Scorch
30
Sap
82
Melee
攻击, 范围攻击, 技能可幻影射手, 投射物, 近战单一目标, 攻击可重复, 近战, 玩家投射物
普通攻击
基本伤害: 198–297
攻击暴击率: 5%
攻击间隔: 1.5 秒
对你的敌人无情痛击。
skill can fire arrows [1]
skill can fire wand projectiles [1]
ChaosGolemUniqueSunder
攻击, 范围, 攻击可重复, 近战, Slam, 图腾技能
大地震击
基本伤害: 198–297
攻击暴击率: 5%
攻击间隔: 1.5 秒
冷却时间: 2 秒
用锤类、短杖、斧类或长杖重击地面,创造一道冲击波,对前方一片区域内的敌人造成伤害。被冲击波击中的敌人会释放出一道圆形震波,对其周围的敌人造成伤害。
攻击速度总增 20%
【大地震击】的冲击波伤害总降 60%
active skill area of effect radius +% final [-20]
is area damage [1]
TemporalChainsAuraMonsterTotem
法术, 法术可重复, 可触发
施放间隔: 0.2 秒
冷却时间: 7 秒
alternate minion [232]
minion dies when parent dies [1]
monster no drops or experience [1]
number of monsters to summon [1]
summon specific monsters radius +% [10]
summoned monsters are minions [1]

Object Type

version 2
extends "Metadata/Monsters/Monster"

BaseEvents { }

Actor
{
	basic_action = "Emerge2"
}

Life
{
	corpse_usable = false
}

Object Type Codes

version 2
extends "Metadata/Monsters/Monster"

Render
{
     //turn_duration = 0.5
     visual_size_index = 1
}
-- src\Data\Spectres.lua
minions["Metadata/Monsters/ChaosElemental/ChaosElementalWorldUnique"] = {
    name = "The Dreadstone",
    life = 4,
    energyShield = 0.5,
    fireResist = 0,
    coldResist = 0,
    lightningResist = 0,
    chaosResist = 40,
    damage = 1.44,
    damageSpread = 0.2,
    attackTime = 1.5,
    attackRange = 7,
    accuracy = 1,
    weaponType1 = "Two Hand Mace",
    skillList = {
        "Melee",
        "TemporalChainsAuraMonsterTotem",
        "ChaosGolemUniqueSunder",
    },
    modList = {
    },
}
-- src\Data\Skills\spectre.lua
skills["Melee"] = {
    name = "Default Attack",
    hidden = true,
    color = 4,
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    description = "Strike your foes down with a powerful blow.",
    skillTypes = {
        [SkillType.Attack] = true,
        [SkillType.RangedAttack] = true,
        [SkillType.MirageArcherCanUse] = true,
        [SkillType.Projectile] = true,
        [SkillType.MeleeSingleTarget] = true,
        [SkillType.Multistrikeable] = true,
        [SkillType.Melee] = true,
        [SkillType.ProjectilesFromUser] = true,
    },
    statDescriptionScope = "skill_stat_descriptions",
    castTime = 1,
    baseFlags = {
        attack = true,
        melee = true,
        projectile = true,
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
        "skill_can_fire_arrows",
        "skill_can_fire_wand_projectiles",
    },
    levels = {
        [1] = {levelRequirement = 1, statInterpolation = {},  cost = { }, },
    },
}
-- src\Data\Skills\spectre.lua
skills["TemporalChainsAuraMonsterTotem"] = {
    name = "TemporalChainsAuraMonsterTotem",
    hidden = true,
    color = 4,
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    skillTypes = {
        [SkillType.Spell] = true,
        [SkillType.Multicastable] = true,
        [SkillType.Triggerable] = true,
    },
    statDescriptionScope = "skill_stat_descriptions",
    castTime = 0.2,
    baseFlags = {
        spell = true,
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
        "alternate_minion",
        "number_of_monsters_to_summon",
        "summon_specific_monsters_radius_+%",
        "summoned_monsters_are_minions",
        "monster_no_drops_or_experience",
        "minion_dies_when_parent_dies",
    },
    levels = {
        [1] = {232, 1, 10, levelRequirement = 1, statInterpolation = {},  cost = { }, },
    },
}
-- src\Data\Skills\spectre.lua
skills["ChaosGolemUniqueSunder"] = {
    name = "Sunder",
    hidden = true,
    color = "1",
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    description = "Slams the ground with a Mace, Sceptre, Axe or Staff, creating a wave of broken ground that damages enemies in an area in front of you. Enemies hit by the wave will release a circular shockwave, dealing damage to other enemies around them.",
    skillTypes = {
        [SkillType.Attack] = true,
        [SkillType.Area] = true,
        [SkillType.Multistrikeable] = true,
        [SkillType.Melee] = true,
        [SkillType.Slam] = true,
        [SkillType.Totemable] = true,
    },
    statDescriptionScope = "skill_stat_descriptions",
    castTime = 1,
    baseFlags = {
        attack = true,
        area = true,
        melee = true,
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
        "shockwave_slam_explosion_damage_+%_final",
        "active_skill_attack_speed_+%_final",
        "active_skill_area_of_effect_radius_+%_final",
        "is_area_damage",
    },
    levels = {
        [1] = {-60, 20, -20, levelRequirement = 1, statInterpolation = {},  cost = { }, },
    },
}
display monster mod nemesis test [0]
IdMonsterCorruptedBloodNovaDaemon
FamilyDaemon
Domains怪物 (3)
GenerationType传奇 (3)
Req. level1
Stats
  • display monster mod nemesis test Min: 0 Max: 0 全域
  • kill traps mines and totems on death [1]
    IdMonsterKillTrapsMinesTotemsOnDeath
    FamilyMonsterKillTrapsMinesTotemsOnDeath
    Domains怪物 (3)
    GenerationType传奇 (3)
    Req. level1
    Stats
  • kill traps mines and totems on death Min: 1 Max: 1 全域
  • Edit

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