飢餓之鼠
野獸
monster no drops or experience [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%
抗性
0 0 40 0
傷害
75%
命中
100%
暴擊率
+5%
暴擊加成
+130%
攻擊距離
3 ~ 5
攻擊間隔
1.005 秒
傷害分佈
±20%
經驗值
50%
Model Size
70%
類型
ThaumaturgyLabRat
Metadata
RatThaumaturgyEmerge
等級
68
生命
16,083
護甲
28,790
閃避
5,924
能量護盾
0
傷害
280
法術傷害
280
命中
290
攻擊間隔
1.005
經驗值
5,128
異常狀態臨界值
16,083
冰緩
51
感電
51
易碎
288
焦灼
51
殘喘
141
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 秒
從一個屍體中復甦一隻殭屍,它會跟隨你並使用近戰打擊攻擊敵人。
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]
IdMonsterNoDropsOrExperience
FamilyMonsterNoDropsOrExperience
Domains怪物 (3)
GenerationType傳奇 (3)
Req. level1
Stats
  • monster no drops or experience Min: 1 Max: 1 全域
  • Edit

    Wikis Content is available under CC BY-NC-SA 3.0 unless otherwise noted.