飢餓之鼠


monster no drops or experience [1]
cannot be afflicted [1]
cannot be tagged by sentinel [1]
cannot have affliction mods [1]
cannot have azmeri dust [1]
cant possess this [1]
cant touch this [1]
monster no talismans [1]
cannot be tagged by sentinel [1]
cannot have affliction mods [1]
cannot have azmeri dust [1]
cant possess this [1]
cant touch this [1]
monster no talismans [1]
Starving Rat
幽魂 | N |
---|---|
標籤 | beast, flesh_armour, is_unarmed, mammal_beast, medium_movement, melee, not_int, not_str, physical_affinity, red_blood, rodent_beast, summoner |
生命
250%
閃避
+25%
異常狀態臨界值
250%
抗性




傷害
75%
命中
100%
暴擊率
+5%
暴擊加成
+130%
攻擊距離
3 ~ 5
攻擊間隔
1.005 秒
傷害分佈
±20%
經驗值
50%
Model Size
70%
類型
ThaumaturgyLabRat
Metadata
RatThaumaturgyEmerge
下列的數值並未包含地圖加成、怪物Buff加成、祭壇加成、輿圖天賦加成。
等級
68
生命
16,083
護甲
28,790
閃避值
5,924
傷害
280
法術傷害
280
命中
580
攻擊間隔
1.005
經驗值
5,128
Minion Life
3,489
Minion Damage
224
異常狀態臨界值
16,083
冰緩
51
感電
51
易碎
288
焦灼
51
殘喘
141
下列的數值為技能基礎數值,並未包含地圖加成、怪物Buff加成、祭壇加成、輿圖天賦加成、怪物本身傷害加成(例: 釋界 150% 加成),怪物稀有度加成(例: 傳奇 +70% 更多, 傳奇攻擊 33% 更少)。
MeleeAtAnimationSpeed
攻擊, 範圍攻擊, 技能可幻影射手, 投射物, 近戰單一目標, 攻擊可重複, 近戰, 玩家投射物
普通攻擊
基本傷害: 224–336
暴擊率: 5%
攻擊間隔: 1.005 秒
用強大的攻擊擊倒敵人。
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]

ThaumaturgyRatEatCorpse
可指定不可用屍體
冷卻時間: 10 秒
ThaumaturgistRaiseZombie
法術, 召喚物, 召喚物爆炸, 陷阱技能, 圖騰技能, 地雷技能, 法術可重複, 可觸發, 可齊射, 創造召喚物
殭屍復甦
施放時間: 0.85 秒
從一個屍體中復甦一隻殭屍,它會跟隨你並使用近戰打擊攻擊敵人。
殭屍復甦上限 +10
召喚物有 90% 更多最大生命
召喚物有 30% 更多傷害
alternate minion [2]

WalkEmergeHeistScienceRat
walk emerge distance [200]
Object Type
version 2 extends "Metadata/Monsters/Monster" Actor { slow_animations_go_to_idle = false basic_action = "Emerge" } Life { corpse_sink_time_ms = 6000 corpse_sink_delay_ms = 15000 }
Object Type Codes
version 2 extends "Metadata/Monsters/Monster" Render { allow_attached_arrows = false } Animated { on_end_death_01 = " DisableTargetable(); DelayRandom( 1, 2, { AddEffectPack( Metadata/Effects/Spells/monsters_effects/League_Heist/cultist/epk/ratfade.epk ); } ); " on_end_death_02 = " DisableTargetable(); DelayRandom( 1, 2, { AddEffectPack( Metadata/Effects/Spells/monsters_effects/League_Heist/cultist/epk/ratfade.epk ); } ); " }
-- src\Data\Spectres.lua minions["Metadata/Monsters/Rats/RatThaumaturgyEmerge"] = { name = "Starving Rat", life = 2.5, fireResist = 0, coldResist = 0, lightningResist = 40, chaosResist = 0, damage = 0.75, damageSpread = 0.2, attackTime = 1.005, attackRange = 5, accuracy = 1, skillList = { "MeleeAtAnimationSpeed", "ThaumaturgistRaiseZombie", "ThaumaturgyRatEatCorpse", "WalkEmergeHeistScienceRat", }, modList = { }, } -- 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 = { }, }, }, } -- src\Data\Skills\spectre.lua skills["ThaumaturgistRaiseZombie"] = { name = "Raise Zombie", hidden = true, color = "4", baseEffectiveness = 0, incrementalEffectiveness = 0, description = "Raises a zombie minion from a corpse, which will follow you and attack enemies with a melee strike.", skillTypes = { [SkillType.Spell] = true, [SkillType.Minion] = true, [SkillType.MinionsCanExplode] = true, [SkillType.Trappable] = true, [SkillType.Totemable] = true, [SkillType.Mineable] = true, [SkillType.Multicastable] = true, [SkillType.Triggerable] = true, [SkillType.CanRapidFire] = true, [SkillType.CreatesMinion] = true, }, statDescriptionScope = "minion_spell_skill_stat_descriptions", castTime = 0.85, baseFlags = { spell = true, }, baseMods = { }, qualityStats = { }, stats = { "base_number_of_zombies_allowed", "active_skill_minion_damage_+%_final", "active_skill_minion_life_+%_final", "alternate_minion", }, levels = { [1] = {10, 30, 90, 2, levelRequirement = 73, statInterpolation = {}, cost = { }, }, [2] = {10, 30, 90, 2, levelRequirement = 76, statInterpolation = {}, cost = { }, }, [3] = {10, 30, 90, 2, levelRequirement = 79, statInterpolation = {}, cost = { }, }, [4] = {10, 30, 90, 2, levelRequirement = 82, statInterpolation = {}, cost = { }, }, }, } -- src\Data\Skills\spectre.lua skills["ThaumaturgyRatEatCorpse"] = { name = "ThaumaturgyRatEatCorpse", hidden = true, color = "4", baseEffectiveness = 0, incrementalEffectiveness = 0, skillTypes = { [SkillType.CanTargetUnusableCorpse] = true, }, statDescriptionScope = "skill_stat_descriptions", castTime = 2, baseFlags = { }, baseMods = { }, qualityStats = { }, stats = { }, levels = { [1] = {levelRequirement = 0, statInterpolation = {}, cost = { }, }, }, } -- src\Data\Skills\spectre.lua skills["WalkEmergeHeistScienceRat"] = { name = "WalkEmergeHeistScienceRat", hidden = true, color = "4", baseEffectiveness = 0, incrementalEffectiveness = 0, skillTypes = { }, statDescriptionScope = "skill_stat_descriptions", castTime = 0.5, baseFlags = { }, baseMods = { }, qualityStats = { }, stats = { "walk_emerge_distance", }, levels = { [1] = {200, levelRequirement = 0, statInterpolation = {}, cost = { }, }, }, }
monster no drops or experience [1]
Id | MonsterNoDropsOrExperience |
---|---|
Family | MonsterNoDropsOrExperience |
Domains | 怪物 (3) |
GenerationType | 傳奇 (3) |
Req. level | 1 |
Stats |
cannot be afflicted [1]
cannot be tagged by sentinel [1]
cannot have affliction mods [1]
cannot have azmeri dust [1]
cant possess this [1]
cant touch this [1]
monster no talismans [1]
Id | CannotBeAugmented |
---|---|
Family | Nothing |
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.