風暴呼喚陷阱
創造物
Storm Call Trap
幽魂 | N |
---|---|
標籤 | 法術, construct, extra_small_height, has_bow, immobile, lightning_affinity, plate_armour, puncturing_weapon |
生命
100%
異常狀態臨界值
100%
抗性
0 0 0 0
傷害
100%
命中
100%
暴擊率
+5%
暴擊加成
+130%
攻擊距離
6 ~ 120
攻擊間隔
1.5 秒
傷害分佈
±0%
經驗值
100%
Model Size
100%
類型
MonsterTrap
Metadata
MonsterStormCallTrap
下列的數值並未包含地圖加成、怪物Buff加成、祭壇加成、輿圖天賦加成。
等級
68
生命
6,433
護甲
28,790
閃避
4,739
能量護盾
0
傷害
374
法術傷害
374
命中
290
攻擊間隔
1.5
經驗值
10,255
異常狀態臨界值
6,433
冰緩
20
感電
20
易碎
115
焦灼
20
殘喘
56
下列的數值為技能基礎數值,並未包含地圖加成、怪物Buff加成、祭壇加成、輿圖天賦加成、怪物本身傷害加成(例: 釋界 150% 加成),怪物稀有度加成(例: 傳奇 +70% 更多, 傳奇攻擊 33% 更少)。
AutonomousStormCallTrap
法術, 傷害, 範圍, 持續時間, 陷阱技能, 圖騰技能, 地雷技能, 可觸發, 法術可重複, 閃電, 可秘能爆發, 可齊射, 範圍法術
風暴呼喚
暴擊率: 5%
施放時間: 0.5 秒
在一個位置設置一個標記。經過短暫的時間後,閃電會打擊該標記附近,並在你施放的任何其他標記處也引發雷擊。
造成 433.9 至 805.7 閃電傷害
+1.8 秒基礎持續時間
active skill area of effect radius +% final [-31]
is area damage [1]
+1.8 秒基礎持續時間
active skill area of effect radius +% final [-31]
is area damage [1]
Object Type
version 2 extends "Metadata/MiscellaneousObjects/TrapNormal" Stats { set_cannot_be_dominated = 1 set_monster_no_drops_or_experience = 1 set_max_frenzy_charges = 0 set_max_power_charges = 0 set_max_endurance_charges = 0 } ObjectMagicProperties { stat_description_list = "Metadata/StatDescriptions/monster_stat_descriptions.txt" } Actor { main_hand_unarmed_type = "Bow" } Inventories { } Monster { }
Object Type Codes
version 2 extends "Metadata/MiscellaneousObjects/TrapNormal"
-- src\Data\Spectres.lua minions["Metadata/Monsters/traps/MonsterStormCallTrap"] = { name = "Storm Call Trap", life = 1, fireResist = 0, coldResist = 0, lightningResist = 0, chaosResist = 0, damage = 1, damageSpread = 0, attackTime = 1.5, attackRange = 120, accuracy = 1, skillList = { "AutonomousStormCallTrap", }, modList = { }, } -- src\Data\Skills\spectre.lua skills["AutonomousStormCallTrap"] = { name = "Storm Call", hidden = true, color = "3", baseEffectiveness = 0, incrementalEffectiveness = 0, description = "Sets a marker at a location. After a short duration, lightning strikes the marker, dealing damage around it and causing lightning strikes at any other markers you've cast.", skillTypes = { [SkillType.Spell] = true, [SkillType.Damage] = true, [SkillType.Area] = true, [SkillType.Duration] = true, [SkillType.Trappable] = true, [SkillType.Totemable] = true, [SkillType.Mineable] = true, [SkillType.Triggerable] = true, [SkillType.Multicastable] = true, [SkillType.Lightning] = true, [SkillType.Cascadable] = true, [SkillType.CanRapidFire] = true, [SkillType.AreaSpell] = true, }, statDescriptionScope = "skill_stat_descriptions", castTime = 0.5, baseFlags = { area = true, spell = true, duration = true, }, baseMods = { }, qualityStats = { }, stats = { "spell_minimum_base_lightning_damage", "spell_maximum_base_lightning_damage", "base_skill_effect_duration", "active_skill_area_of_effect_radius_+%_final", "is_area_damage", }, levels = { [1] = {0.69999998807907, 1.2999999523163, 1800, -31, critChance = 5, levelRequirement = 3, statInterpolation = {3, 3}, cost = { }, }, }, }