再生魔像
創造物
Regenerative Golem
幽魂 | N |
---|---|
標籤 | aura_bearer, bludgeoning_weapon, construct, fast_movement, has_dual_wield_melee, has_one_hand_mace, has_one_handed_melee, medium_height, melee, mud_blood, not_int, physical_affinity, stone_armour |
生命
108%
護甲
+100%
閃避
+40%
異常狀態臨界值
108%
抗性
75 0 0 0
傷害
90%
命中
100%
暴擊率
+5%
暴擊加成
+130%
攻擊距離
6 ~ 7
攻擊間隔
1.5 秒
傷害分佈
±20%
經驗值
90%
Model Size
110%
類型
RockGolemSummonedTalismanT2
Metadata
TalismanT2RockGolemSummoned
下列的數值並未包含地圖加成、怪物Buff加成、祭壇加成、輿圖天賦加成。
等級
68
生命
6,948
護甲
57,580
閃避
6,635
能量護盾
0
傷害
336
法術傷害
336
命中
290
攻擊間隔
1.5
經驗值
9,230
異常狀態臨界值
6,948
冰緩
22
感電
22
易碎
124
焦灼
22
殘喘
61
下列的數值為技能基礎數值,並未包含地圖加成、怪物Buff加成、祭壇加成、輿圖天賦加成、怪物本身傷害加成(例: 釋界 150% 加成),怪物稀有度加成(例: 傳奇 +70% 更多, 傳奇攻擊 33% 更少)。
Melee
攻擊, 範圍攻擊, 技能可幻影射手, 投射物, 近戰單一目標, 攻擊可重複, 近戰, 玩家投射物
普通攻擊
基本傷害: 269–403
暴擊率: 5%
攻擊間隔: 1.5 秒
用強大的攻擊擊倒敵人。
skill can fire arrows [1]
skill can fire wand projectiles [1]
skill can fire wand projectiles [1]
MonsterVaalVitalityTalismanT2
法術, 增益, 範圍, 圖騰技能, 圖騰施放單獨, 持續時間, 瓦爾, 光環, 範圍法術, 立即, InstantNoRepeatWhenHeld, InstantShiftAttackForLeftMouse, 冷卻
瓦爾.活力
施放時間: 0.6 秒
施放一個短暫的光環,使你與受光環影響友方獲得額外的生命回復。
+5 秒基礎持續時間
66% 更少施放速度
每秒回復 8.33% 生命
active skill area of effect radius +% final [200]
base deal no damage [1]
66% 更少施放速度
每秒回復 8.33% 生命
active skill area of effect radius +% final [200]
base deal no damage [1]
Object Type
version 2 extends "Metadata/Monsters/RockGolem/RockGolemSummoned" Life { initial_mana_percentage = 0 }
Object Type Codes
version 2 extends "Metadata/Monsters/RockGolem/RockGolemSummoned"
-- src\Data\Spectres.lua minions["Metadata/Monsters/RockGolem/TalismanT2RockGolemSummoned"] = { name = "Regenerative Golem", life = 1.08, fireResist = 75, coldResist = 0, lightningResist = 0, chaosResist = 0, damage = 0.9, damageSpread = 0.2, attackTime = 1.5, attackRange = 7, accuracy = 1, weaponType1 = "One Hand Mace", weaponType2 = "Dagger", skillList = { "Melee", "MonsterVaalVitalityTalismanT2", }, 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["MonsterVaalVitalityTalismanT2"] = { name = "Vaal Vitality", hidden = true, color = "1", baseEffectiveness = 0, incrementalEffectiveness = 0, description = "Casts a temporary aura that grants life regeneration to you and your allies.", skillTypes = { [SkillType.Spell] = true, [SkillType.Buff] = true, [SkillType.Area] = true, [SkillType.Totemable] = true, [SkillType.TotemCastsAlone] = true, [SkillType.Duration] = true, [SkillType.Vaal] = true, [SkillType.Aura] = true, [SkillType.AreaSpell] = true, [SkillType.Instant] = true, [SkillType.InstantNoRepeatWhenHeld] = true, [SkillType.InstantShiftAttackForLeftMouse] = true, [SkillType.Cooldown] = true, }, statDescriptionScope = "skill_stat_descriptions", castTime = 0.6, baseFlags = { area = true, spell = true, duration = true, aura = true, }, baseMods = { }, qualityStats = { }, stats = { "life_regeneration_rate_per_minute_%", "base_skill_effect_duration", "active_skill_cast_speed_+%_final", "active_skill_area_of_effect_radius_+%_final", "base_deal_no_damage", }, levels = { [1] = {500, 5000, -66, 200, levelRequirement = 1, statInterpolation = {}, cost = { }, }, }, }