恐懼之岩
生物
地區: 驚魂樹洞
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
感電
30
易碎
168
焦灼
30
殘喘
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.