꿈틀거리는 벌레
악마
monster no drops or experience [1]
몬스터 처치 시 플라스크가 충전되지 않음
emerge speed +% [-30,30]
kill and delete on hit [1]
cannot be afflicted [1]
base ailment threshold [35000]
Writhing Worm
SpectreY
Tagsanimal_claw_weapon, demon, extra_extra_small_height, flesh_armour, insect, is_unarmed, non_attacking, red_blood, very_slow_movement
생명력
80%
Ailment Threshold
80%
저항
0 0 0 0
Damage
80%
정확도
100%
치명타 확률
+5%
치명타 피해 배율
+130%
Attack Distance
6 ~ 6
Attack Time
1.5 Second
Damage Spread
±10%
경험치
80%
Model Size
100%
Type
BloodWorm
Metadata
FlaskWorm
레벨
68
생명력
5,147
방어도
28,790
회피
4,739
에너지 보호막
0
Damage
299
주문 피해
299
정확도
290
Attack Time
1.5
경험치
8,204
Ailment Threshold
5,147
Chill
16
Shock
16
Brittle
92
Scorch
16
Sap
45
BloodWormWait
재사용 대기시간: 2.5 초
기본 지속시간 1

Object Type

version 2
extends "Metadata/Monsters/Monster"

BaseEvents { }

Actor
{
	
	basic_action = "Emerge"
}

DiesAfterTime
{
}

Stats
{
	monster_slain_flask_charges_granted_+% = -100
	monster_do_not_give_soul_to_soul_eater = 1
}

Object Type Codes

version 2
extends "Metadata/Monsters/Monster"


Render
{
     //turn_duration = 0.45
}
-- src\Data\Spectres.lua
minions["Metadata/Monsters/BloodWorm/FlaskWorm"] = {
    name = "Writhing Worm",
    life = 0.8,
    fireResist = 0,
    coldResist = 0,
    lightningResist = 0,
    chaosResist = 0,
    damage = 0.8,
    damageSpread = 0.1,
    attackTime = 1.5,
    attackRange = 6,
    accuracy = 1,
    skillList = {
        "BloodWormWait",
    },
    modList = {
    },
}
-- src\Data\Skills\spectre.lua
skills["BloodWormWait"] = {
    name = "BloodWormWait",
    hidden = true,
    color = 4,
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    skillTypes = {
    },
    statDescriptionScope = "skill_stat_descriptions",
    castTime = 1,
    baseFlags = {
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
        "base_skill_effect_duration",
    },
    levels = {
        [1] = {1000, 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 Global
  • 몬스터 처치 시 플라스크가 충전되지 않음
    IdMonsterNoFlaskCharges
    FamilyMonsterSlainNoFlaskCharges
    Domains몬스터 (3)
    GenerationType고유 (3)
    Req. level1
    Stats
  • monster grants no flask charges Min: 1 Max: 1 Global
  • Craft Tagsflask
    emerge speed +% [-30,30]
    IdVariableEmergeSpeed
    FamilyVariableEmergeSpeed
    Domains몬스터 (3)
    GenerationType고유 (3)
    Req. level1
    Stats
  • emerge speed +% Min: -30 Max: 30 Global
  • kill and delete on hit [1]
    IdMonsterKillAndDeleteOnHit_
    FamilyMonsterKillAndDeleteOnHit
    Domains몬스터 (3)
    GenerationType고유 (3)
    Req. level1
    Stats
  • kill and delete on hit Min: 1 Max: 1 Global
  • cannot be afflicted [1]
    IdCannotBeAfflicted
    FamilyNothing
    Domains몬스터 (3)
    GenerationType고유 (3)
    Req. level1
    Stats
  • cannot be afflicted Min: 1 Max: 1 Global
  • base ailment threshold [35000]
    IdWormBaseAilmentThreshold_
    FamilyBaseAilmentThreshold
    Domains몬스터 (3)
    GenerationType고유 (3)
    Req. level1
    Stats
  • base ailment threshold Min: 35000 Max: 35000 Global
  • Edit

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