重盾巨蟹
幽魂 | N |
---|---|
地區 | 忿怒山洞, 記憶虛空, 記憶虛空, 記憶虛空, 記憶虛空, 記憶虛空, 記憶虛空, 記憶虛空, 記憶虛空, 記憶虛空, 記憶虛空, 記憶虛空, 記憶虛空, 記憶碎片, 記憶碎片, 記憶碎片, 記憶碎片, 記憶碎片, 記憶碎片, 記憶碎片, 記憶碎片, 記憶碎片, 記憶碎片, 記憶碎片, 記憶碎片 |
標籤 | animal_claw_weapon, beast, crustacean_beast, extra_small_height, flesh_armour, has_one_hand_mace, has_one_handed_melee, insect, melee, not_dex, not_int, physical_affinity, red_blood, slow_movement, unusable_corpse |
Packs |
生命
100%
護甲
+25%
異常狀態臨界值
100%
抗性
40
0
0
0
傷害
150%
命中
100%
暴擊率
+5%
暴擊加成
+130%
攻擊距離
3 ~ 9
攻擊間隔
0.93 秒
傷害分佈
±20%
經驗值
100%
Model Size
130%
類型
ShieldCrab2
Metadata
ShieldCrab4
下列的數值並未包含地圖加成、怪物Buff加成、祭壇加成、輿圖天賦加成。
等級
83
生命
32,017
護甲
92,477
閃避
7,860
能量護盾
0
傷害
1,351
法術傷害
1,351
命中
0
攻擊間隔
0.93
經驗值
13,132
異常狀態臨界值
32,017
冰緩
101
感電
101
易碎
573
焦灼
101
殘喘
280
下列的數值為技能基礎數值,並未包含地圖加成、怪物Buff加成、祭壇加成、輿圖天賦加成、怪物本身傷害加成(例: 釋界 150% 加成),怪物稀有度加成(例: 傳奇 +70% 更多, 傳奇攻擊 33% 更少)。
MeleeAtAnimationSpeed
攻擊, 範圍攻擊, 技能可幻影射手, 投射物, 近戰單一目標, 攻擊可重複, 近戰, 玩家投射物
普通攻擊
基本傷害: 1080–1621
暴擊率: 5%
攻擊間隔: 0.93 秒
用強大的攻擊擊倒敵人。
action attack or cast time uses animation length [1]
projectile uses contact position [1]
skill can fire arrows [1]
skill can fire wand projectiles [1]
use scaled contact offset [1]
projectile uses contact position [1]
skill can fire arrows [1]
skill can fire wand projectiles [1]
use scaled contact offset [1]
ShieldCrabGroundSlam
攻擊, 範圍, 攻擊可重複, 近戰, Slam, 圖騰技能
裂地之擊
基本傷害: 1080–1621
暴擊率: 5%
攻擊間隔: 0.93 秒
冷卻時間: 6 秒
以長杖或錘重擊地面並製造出一道向前釋放的衝擊波,被此衝擊波擊中的敵人將會受到傷害並有較高機率被擊暈。限定長杖與錘。
減少 15% 敵人暈眩門檻
active skill area of effect radius +% final [-30]
is area damage [1]
active skill area of effect radius +% final [-30]
is area damage [1]
Object Type
version 2 extends "Metadata/Monsters/Monster" Stats { set_item_drop_slots = 0 set_additional_item_drop_slots_when_deleted_on_death = 1 set_monster_no_drops_when_not_deleted_on_death = 1 set_monster_has_second_form = 1 } Life { corpse_usable = false } Actor { basic_action = "Emerge" }
Object Type Codes
version 2 extends "Metadata/Monsters/Monster" Life { on_spawned_dead = "HideMeshSegment( polySurfaceShape1 );" }
-- src\Data\Spectres.lua minions["Metadata/Monsters/ShieldCrabs/ShieldCrab4"] = { name = "Shield Crab", life = 1, fireResist = 40, coldResist = 0, lightningResist = 0, chaosResist = 0, damage = 1.5, damageSpread = 0.2, attackTime = 0.93, attackRange = 9, accuracy = 1, weaponType1 = "One Hand Mace", skillList = { "ShieldCrabGroundSlam", "MeleeAtAnimationSpeed", }, modList = { }, } -- src\Data\Skills\spectre.lua skills["ShieldCrabGroundSlam"] = { name = "Ground Slam", hidden = true, color = "4", baseEffectiveness = 0, incrementalEffectiveness = 0, description = "The character slams the ground in front of them with a Staff, Mace or Sceptre, creating a wave that travels forward and damages enemies with an increased chance to stun.", 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 = { "base_stun_threshold_reduction_+%", "active_skill_area_of_effect_radius_+%_final", "is_area_damage", }, levels = { [1] = {15, -30, levelRequirement = 1, statInterpolation = {}, cost = { }, }, }, } -- src\Data\Skills\spectre.lua skills["MeleeAtAnimationSpeed"] = { 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", "action_attack_or_cast_time_uses_animation_length", "projectile_uses_contact_position", "use_scaled_contact_offset", }, levels = { [1] = {levelRequirement = 1, statInterpolation = {}, cost = { }, }, }, }
additional item drop slots when deleted on death [0]
monster inherent experience granted +% final if deleted on death [100]
Id | AdditionalExperienceWhenDeletedOnDeathShieldCrab |
---|---|
Family | AdditionalDropSlotsAndExperienceWhenDeletedOnDeath |
Domains | 怪物 (3) |
GenerationType | 傳奇 (3) |
Req. level | 1 |
Stats |
Edit
Wikis Content is available under CC BY-NC-SA 3.0 unless otherwise noted.
Wikis Content is available under CC BY-NC-SA 3.0 unless otherwise noted.