ค้างคาวหลอมโลหะ
สัตว์ร้าย
monster no map drops [1]
Forged Bat
SpectreY
Tagsbeast, นักเวท, flesh_armour, flying, is_unarmed, lightning_affinity, mammal_beast, medium_height, melee, not_int, not_str, physical_affinity, slow_movement
พลังชีวิต
96%
การหลบหลีก
+20%
Ailment Threshold
96%
ค่าต้านทาน
40 0 0 0
Damage
126%
ความแม่นยำ
100%
โอกาสคริติคอล
+5%
ตัวคูณคริติคอล
+130%
Attack Distance
6 ~ 9
Attack Time
1.5 Second
Damage Spread
±20%
ค่าประสบการณ์
80%
Model Size
90%
Type
CrucibleMineBat
Metadata
MineBat
เลเวล
68
พลังชีวิต
6,176
เกราะ
28,790
การหลบหลีก
5,687
โล่พลังงาน
0
Damage
471
ความเสียหายเวท
471
ความแม่นยำ
290
Attack Time
1.5
ค่าประสบการณ์
8,204
Ailment Threshold
6,176
Chill
20
Shock
20
Brittle
110
Scorch
20
Sap
54
MeleeAtAnimationSpeedFire
Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Multistrikeable, Melee, ProjectilesFromUser
โจมตีธรรมดา (Default Attack)
Base Damage: 377–565
โอกาสคริติคอล: 5%
ความเสียหายโจมตี: 75%
Attack Time: 1.5 วินาที
โจมตีศัตรูของคุณด้วยการจู่โจมอย่างมีกำลัง
สร้างความเสียหาย โจมตี ลดลง อีก 25%
สร้างความเสียหาย เพิ่มขึ้น อีก 150.3%
แปลงความเสียหาย กายภาพ 75% เป็น ไฟ
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]
GSCrucibleBatFlameBreath
Spell, Triggerable
โอกาสคริติคอล: 5%
เวลาร่าย: 1.2 วินาที
การปะทะของคุณ ไม่สามารถสร้างสถานะ มึนงง ต่อศัตรูได้
สร้างความเสียหาย ไฟ 214 ถึง 320.9
is area damage [1]
EASCrucibleBatFlameBreath
Spell
เวลาร่าย: 1.2 วินาที
DTTCrucibleBatDash
Spell, Movement
เวลาร่าย: 1.8 วินาที
คูลดาวน์: 8 วินาที
leap slam minimum distance [15]
spell maximum action distance +% [-30]
walk emerge extra distance [-10]

Object Type

version 2
extends "Metadata/Monsters/LeagueCrucible/CrucibleMonsterBase"
extends "Metadata/Monsters/LeagueCrucible/FireMonsterBase"


Actor
{
	basic_action = "Emerge"
}

Object Type Codes

version 2
extends "Metadata/Monsters/LeagueCrucible/CrucibleMonsterBase"
extends "Metadata/Monsters/LeagueCrucible/FireMonsterBase"
-- src\Data\Spectres.lua
minions["Metadata/Monsters/LeagueCrucible/Fire/MineBat"] = {
    name = "Forged Bat",
    life = 0.96,
    fireResist = 40,
    coldResist = 0,
    lightningResist = 0,
    chaosResist = 0,
    damage = 1.26,
    damageSpread = 0.2,
    attackTime = 1.5,
    attackRange = 9,
    accuracy = 1,
    skillList = {
        "MeleeAtAnimationSpeedFire",
        "GSCrucibleBatFlameBreath",
        "EASCrucibleBatFlameBreath",
        "DTTCrucibleBatDash",
    },
    modList = {
    },
}
-- src\Data\Skills\spectre.lua
skills["MeleeAtAnimationSpeedFire"] = {
    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 = {
        "active_skill_damage_+%_final",
        "skill_physical_damage_%_to_convert_to_fire",
        "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] = {0, 75, baseMultiplier = 0.75, levelRequirement = 1, statInterpolation = {2},  cost = { }, },
        [2] = {0, 75, baseMultiplier = 0.75, levelRequirement = 19, statInterpolation = {2},  cost = { }, },
        [3] = {1, 75, baseMultiplier = 0.75, levelRequirement = 20, statInterpolation = {2},  cost = { }, },
        [4] = {200, 75, baseMultiplier = 0.75, levelRequirement = 84, statInterpolation = {2},  cost = { }, },
    },
}
-- src\Data\Skills\spectre.lua
skills["GSCrucibleBatFlameBreath"] = {
    name = "GSCrucibleBatFlameBreath",
    hidden = true,
    color = 4,
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    skillTypes = {
        [SkillType.Spell] = true,
        [SkillType.Triggerable] = true,
    },
    statDescriptionScope = "skill_stat_descriptions",
    castTime = 1.2,
    baseFlags = {
        spell = true,
        area = true,
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
        "spell_minimum_base_fire_damage",
        "spell_maximum_base_fire_damage",
        "is_area_damage",
        "cannot_stun",
    },
    levels = {
        [1] = {0.80000001192093, 1.2000000476837, critChance = 5, levelRequirement = 0, statInterpolation = {3, 3},  cost = { }, },
    },
}
-- src\Data\Skills\spectre.lua
skills["EASCrucibleBatFlameBreath"] = {
    name = "EASCrucibleBatFlameBreath",
    hidden = true,
    color = 4,
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    skillTypes = {
        [SkillType.Spell] = true,
    },
    statDescriptionScope = "skill_stat_descriptions",
    castTime = 1.2,
    baseFlags = {
        spell = true,
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
    },
    levels = {
        [1] = {levelRequirement = 0, statInterpolation = {},  cost = { }, },
    },
}
-- src\Data\Skills\spectre.lua
skills["DTTCrucibleBatDash"] = {
    name = "DTTCrucibleBatDash",
    hidden = true,
    color = 4,
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    skillTypes = {
        [SkillType.Spell] = true,
        [SkillType.Movement] = true,
    },
    statDescriptionScope = "skill_stat_descriptions",
    castTime = 1.8,
    baseFlags = {
        spell = true,
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
        "walk_emerge_extra_distance",
        "leap_slam_minimum_distance",
        "spell_maximum_action_distance_+%",
    },
    levels = {
        [1] = {-10, 15, -30, levelRequirement = 0, statInterpolation = {},  cost = { }, },
    },
}
monster no map drops [1]
IdMonsterNoMapDrops
FamilyMonsterNoMapDrops
DomainsMonster (3)
GenerationTypeยูนิค (3)
Req. level1
Stats
  • monster no map drops Min: 1 Max: 1 Global
  • Edit

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