สไปน์แคร็ก
ปีศาจ
monster uses lightning strike text [1]
Spinecrack
SpectreN
Areaวิหารลูนาริส ชั้นที่ 2
Tagsanimal_claw_weapon, demon, fast_movement, flesh_armour, has_dagger, has_one_handed_melee, lightning_affinity, medium_height, melee, physical_affinity, ranged, red_blood
พลังชีวิต
99%
Ailment Threshold
99%
ค่าต้านทาน
0 0 75 0
Damage
88%
ความแม่นยำ
100%
โอกาสคริติคอล
+5%
ตัวคูณคริติคอล
+130%
Attack Distance
6 ~ 18
Attack Time
2.445 Second
Damage Spread
±20%
ค่าประสบการณ์
110%
Model Size
115%
Type
DemonFemale
Metadata
DemonBossFemale
เลเวล
30
พลังชีวิต
462
เกราะ
1,120
การหลบหลีก
994
โล่พลังงาน
0
Damage
41
ความเสียหายเวท
41
ความแม่นยำ
59
Attack Time
2.445
ค่าประสบการณ์
1,993
Ailment Threshold
462
Chill
1
Shock
1
Brittle
8
Scorch
1
Sap
4
Melee
Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Multistrikeable, Melee, ProjectilesFromUser
โจมตีธรรมดา (Default Attack)
Base Damage: 33–49
โอกาสคริติคอล: 5%
Attack Time: 2.445 วินาที
โจมตีศัตรูของคุณด้วยการจู่โจมอย่างมีกำลัง
skill can fire arrows [1]
skill can fire wand projectiles [1]
MonsterLightningStrike
Attack, RangedAttack, Projectile, MeleeSingleTarget, Multistrikeable, Melee, Lightning, ProjectilesNotFromUser
ฟาดสายฟ้า (Lightning Strike)
Base Damage: 33–49
โอกาสคริติคอล: 5%
Attack Time: 2.445 วินาที
อัดพลังสายฟ้าลงไปใน อาวุธประชิด ของคุณเมื่อคุณกวัดแกว่งอาวุธนั้น นอกจากการแปลงความเสียหาย กายภาพ ของคุณบางส่วนเป็น สายฟ้า แล้ว การฟาดของคุณจะปลดปล่อยพลังที่เก็บเอาไว้เป็นกระสุน ซึ่งจะพุ่งออกมาปะทะศัตรูที่อยู่ไกลออกไป หากการโจมตีประชิดปะทะเป้าหมายได้สำเร็จ กระสุนก็ไม่สามารถพลาดได้เช่นกัน
แปลงความเสียหาย กายภาพ 50% เป็น สายฟ้า
สร้างความเสียหาย โจมตี เพิ่มขึ้น อีก 30%
สร้างความเสียหาย เพิ่มขึ้น อีก 20%
ยิงกระสุน เพิ่มเติม 2 ลูก
เพิ่มความเสียหาย กายภาพ 7%
show number of projectiles [1]
total projectile spread angle override [70]

Object Type

version 2
extends "Metadata/Monsters/Monster"

Actor
{
	main_hand_unarmed_type = "Dagger"
	basic_action = "Emerge2"
}

Object Type Codes

version 2
extends "Metadata/Monsters/Monster"
-- src\Data\Spectres.lua
minions["Metadata/Monsters/DemonFemale/DemonBossFemale"] = {
    name = "Spinecrack",
    life = 0.99,
    fireResist = 0,
    coldResist = 0,
    lightningResist = 75,
    chaosResist = 0,
    damage = 0.88,
    damageSpread = 0.2,
    attackTime = 2.445,
    attackRange = 18,
    accuracy = 1,
    skillList = {
        "Melee",
        "MonsterLightningStrike",
    },
    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["MonsterLightningStrike"] = {
    name = "Lightning Strike",
    hidden = true,
    color = "1",
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    description = "Infuses your melee weapon with electrical energies as you swing. In addition to converting some of your physical damage to lightning damage, the stored energy is released from the weapon as projectiles as you strike, flying out to hit farther-away enemies. The projectiles cannot miss if the melee attack hit a target.",
    skillTypes = {
        [SkillType.Attack] = true,
        [SkillType.RangedAttack] = true,
        [SkillType.Projectile] = true,
        [SkillType.MeleeSingleTarget] = true,
        [SkillType.Multistrikeable] = true,
        [SkillType.Melee] = true,
        [SkillType.Lightning] = true,
        [SkillType.ProjectilesNotFromUser] = true,
    },
    statDescriptionScope = "skill_stat_descriptions",
    castTime = 1,
    baseFlags = {
        attack = true,
        melee = true,
        projectile = true,
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
        "physical_damage_+%",
        "skill_physical_damage_%_to_convert_to_lightning",
        "active_skill_attack_damage_+%_final",
        "number_of_additional_projectiles",
        "active_skill_damage_+%_final",
        "total_projectile_spread_angle_override",
        "show_number_of_projectiles",
    },
    levels = {
        [1] = {7, 50, 30, 2, 20, 70, levelRequirement = 4, statInterpolation = {1},  cost = { }, },
        [2] = {14, 50, 30, 2, 20, 70, levelRequirement = 34, statInterpolation = {1},  cost = { }, },
        [3] = {21, 50, 30, 2, 20, 70, levelRequirement = 59, statInterpolation = {1},  cost = { }, },
    },
}
monster uses lightning strike text [1]
IdMonsterUsesLightningStrikeText
FamilyMonsterUsesLightningStrikeText
DomainsMonster (3)
GenerationTypeยูนิค (3)
Req. level1
Stats
  • monster uses lightning strike text Min: 1 Max: 1 Global
  • Edit

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