[DNT] TwilightExecratusAlchemist
SpectreY
Tagscultist, human, humanoid, medium_movement, red_blood, Unarmed_onhit_audio
생명력
100%
저항
0 0 0 0
Damage
100%
정확도
100%
치명타 명중 Chance
5%
치명타 피해 보너스
+30%
Attack Distance
5 ~ 14
공격 속도
1.5 Second
Damage Spread
±20%
경험치
100%
Model Size
100%
Type
TwilightOrderExecratusAlchemist
Metadata
ExecratusAlchemist
레벨
68
생명력
7,757
방어도
3,451
회피
477
Damage
233
주문 피해
233
정확도
2,180
공격 속도
1.5
경험치
28,634
Minion Life
11,280
Minion Damage
1,896
Minion Armour
3,451
MPSExecratusAlchemistFlask1
Spell, Projectile, ProjectilesFromUser, Triggerable, Damage
치명타 명중 확률: 5%
시전 속도: 1 초
action attack or cast time uses animation length [1]
base is projectile [1]
maintain projectile direction when using contact position [1]
monster projectile variation [1093]
projectile ballistic angle from reference event [1]
projectile spread radius [3]
projectile uses contact position [1]
spell maximum action distance +% [-37]
MPSExecratusAlchemistFlask2
Spell, Projectile, ProjectilesFromUser, Triggerable, Damage
치명타 명중 확률: 5%
시전 속도: 1 초
action attack or cast time uses animation length [1]
base is projectile [1]
maintain projectile direction when using contact position [1]
monster projectile variation [1094]
projectile ballistic angle from reference event [1]
projectile spread radius [3]
projectile uses contact position [1]
spell maximum action distance +% [-37]
CGEExecratusAlchemistGround1
Spell, Area, Damage, Triggerable, Duration, AreaSpell
시전 속도: 1 초
1초마다 1376.8의 기본 화염 피해를 줌
active skill area of effect radius +% final [-25]
base skill effect duration [10000]
ground fire art variation [1012]
CGEExecratusAlchemistGround2
Spell, Area, Damage, Triggerable, Duration, AreaSpell
시전 속도: 1 초
1초마다 1376.8의 기본 화염 피해를 줌
active skill area of effect radius +% final [-25]
base skill effect duration [10000]
ground fire art variation [1013]

Object Type

version 2
extends "Metadata/Monsters/Monster"

Object Type Codes

version 2
extends "Metadata/Monsters/Monster"

Render
{
	selection_height_override = 175.0
}
-- src\Data\Spectres.lua
minions["Metadata/Monsters/TwilightOrderExecratus/ExecratusAlchemist"] = {
    name = "[DNT] TwilightExecratusAlchemist",
    life = 1,
    fireResist = 0,
    coldResist = 0,
    lightningResist = 0,
    chaosResist = 0,
    damage = 1,
    damageSpread = 0.2,
    attackTime = 1.5,
    attackRange = 14,
    accuracy = 1,
    skillList = {
        "MPSExecratusAlchemistFlask1",
        "MPSExecratusAlchemistFlask2",
        "CGEExecratusAlchemistGround1",
        "CGEExecratusAlchemistGround2",
    },
    modList = {
    },
}
-- src\Data\Skills\spectre.lua
skills["MPSExecratusAlchemistFlask1"] = {
    name = "MPSExecratusAlchemistFlask1",
    hidden = true,
    color = ,
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    skillTypes = {
        [SkillType.Spell] = true,
        [SkillType.Projectile] = true,
        [SkillType.ProjectilesFromUser] = true,
        [SkillType.Triggerable] = true,
        [SkillType.Damage] = true,
    },
    statDescriptionScope = "skill_stat_descriptions",
    castTime = 1,
    baseFlags = {
        spell = true,
        projectile = true,
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
        "monster_projectile_variation",
        "spell_maximum_action_distance_+%",
        "projectile_spread_radius",
        "base_is_projectile",
        "projectile_uses_contact_position",
        "maintain_projectile_direction_when_using_contact_position",
        "action_attack_or_cast_time_uses_animation_length",
        "projectile_ballistic_angle_from_reference_event",
    },
    levels = {
        [1] = {1093, -37, 3, critChance = 5, levelRequirement = 1, statInterpolation = {},  cost = { }, },
    },
}
-- src\Data\Skills\spectre.lua
skills["MPSExecratusAlchemistFlask2"] = {
    name = "MPSExecratusAlchemistFlask2",
    hidden = true,
    color = ,
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    skillTypes = {
        [SkillType.Spell] = true,
        [SkillType.Projectile] = true,
        [SkillType.ProjectilesFromUser] = true,
        [SkillType.Triggerable] = true,
        [SkillType.Damage] = true,
    },
    statDescriptionScope = "skill_stat_descriptions",
    castTime = 1,
    baseFlags = {
        spell = true,
        projectile = true,
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
        "monster_projectile_variation",
        "spell_maximum_action_distance_+%",
        "projectile_spread_radius",
        "base_is_projectile",
        "projectile_uses_contact_position",
        "maintain_projectile_direction_when_using_contact_position",
        "action_attack_or_cast_time_uses_animation_length",
        "projectile_ballistic_angle_from_reference_event",
    },
    levels = {
        [1] = {1094, -37, 3, critChance = 5, levelRequirement = 1, statInterpolation = {},  cost = { }, },
    },
}
-- src\Data\Skills\spectre.lua
skills["CGEExecratusAlchemistGround1"] = {
    name = "CGEExecratusAlchemistGround1",
    hidden = true,
    color = ,
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    skillTypes = {
        [SkillType.Spell] = true,
        [SkillType.Area] = true,
        [SkillType.Damage] = true,
        [SkillType.Triggerable] = true,
        [SkillType.Duration] = true,
        [SkillType.AreaSpell] = true,
    },
    statDescriptionScope = "skill_stat_descriptions",
    castTime = 1,
    baseFlags = {
        area = true,
        spell = true,
        duration = true,
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
        "base_fire_damage_to_deal_per_minute",
        "active_skill_area_of_effect_radius_+%_final",
        "base_skill_effect_duration",
        "ground_fire_art_variation",
    },
    levels = {
        [1] = {1, -25, 10000, 1012, levelRequirement = 1, statInterpolation = {3},  cost = { }, },
    },
}
-- src\Data\Skills\spectre.lua
skills["CGEExecratusAlchemistGround2"] = {
    name = "CGEExecratusAlchemistGround2",
    hidden = true,
    color = ,
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    skillTypes = {
        [SkillType.Spell] = true,
        [SkillType.Area] = true,
        [SkillType.Damage] = true,
        [SkillType.Triggerable] = true,
        [SkillType.Duration] = true,
        [SkillType.AreaSpell] = true,
    },
    statDescriptionScope = "skill_stat_descriptions",
    castTime = 1,
    baseFlags = {
        area = true,
        spell = true,
        duration = true,
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
        "base_fire_damage_to_deal_per_minute",
        "active_skill_area_of_effect_radius_+%_final",
        "base_skill_effect_duration",
        "ground_fire_art_variation",
    },
    levels = {
        [1] = {1, -25, 10000, 1013, levelRequirement = 1, statInterpolation = {3},  cost = { }, },
    },
}
[DNT] TwilightExecratusAlchemist
SpectreY
Tagscultist, human, humanoid, medium_movement, red_blood, Unarmed_onhit_audio
생명력
100%
저항
0 0 0 0
Damage
100%
정확도
100%
치명타 명중 Chance
5%
치명타 피해 보너스
+30%
Attack Distance
5 ~ 14
공격 속도
1.5 Second
Damage Spread
±20%
경험치
100%
Model Size
100%
Type
TwilightOrderExecratusAlchemist
Metadata
ExecratusAlchemistSIEGE__
레벨
68
생명력
7,757
방어도
3,451
회피
477
Damage
233
주문 피해
233
정확도
2,180
공격 속도
1.5
경험치
28,634
Minion Life
11,280
Minion Damage
1,896
Minion Armour
3,451
MPSExecratusAlchemistFlask1
Spell, Projectile, ProjectilesFromUser, Triggerable, Damage
치명타 명중 확률: 5%
시전 속도: 1 초
action attack or cast time uses animation length [1]
base is projectile [1]
maintain projectile direction when using contact position [1]
monster projectile variation [1093]
projectile ballistic angle from reference event [1]
projectile spread radius [3]
projectile uses contact position [1]
spell maximum action distance +% [-37]
MPSExecratusAlchemistFlask2
Spell, Projectile, ProjectilesFromUser, Triggerable, Damage
치명타 명중 확률: 5%
시전 속도: 1 초
action attack or cast time uses animation length [1]
base is projectile [1]
maintain projectile direction when using contact position [1]
monster projectile variation [1094]
projectile ballistic angle from reference event [1]
projectile spread radius [3]
projectile uses contact position [1]
spell maximum action distance +% [-37]
CGEExecratusAlchemistGround1
Spell, Area, Damage, Triggerable, Duration, AreaSpell
시전 속도: 1 초
1초마다 1376.8의 기본 화염 피해를 줌
active skill area of effect radius +% final [-25]
base skill effect duration [10000]
ground fire art variation [1012]
CGEExecratusAlchemistGround2
Spell, Area, Damage, Triggerable, Duration, AreaSpell
시전 속도: 1 초
1초마다 1376.8의 기본 화염 피해를 줌
active skill area of effect radius +% final [-25]
base skill effect duration [10000]
ground fire art variation [1013]

Object Type

version 2
extends "Metadata/Monsters/Monster"

Object Type Codes

version 2
extends "Metadata/Monsters/Monster"

Render
{
	selection_height_override = 175.0
}
-- src\Data\Spectres.lua
minions["Metadata/Monsters/TwilightOrderExecratus/ExecratusAlchemistSIEGE__"] = {
    name = "[DNT] TwilightExecratusAlchemist",
    life = 1,
    fireResist = 0,
    coldResist = 0,
    lightningResist = 0,
    chaosResist = 0,
    damage = 1,
    damageSpread = 0.2,
    attackTime = 1.5,
    attackRange = 14,
    accuracy = 1,
    skillList = {
        "MPSExecratusAlchemistFlask1",
        "MPSExecratusAlchemistFlask2",
        "CGEExecratusAlchemistGround1",
        "CGEExecratusAlchemistGround2",
    },
    modList = {
    },
}
-- src\Data\Skills\spectre.lua
skills["MPSExecratusAlchemistFlask1"] = {
    name = "MPSExecratusAlchemistFlask1",
    hidden = true,
    color = ,
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    skillTypes = {
        [SkillType.Spell] = true,
        [SkillType.Projectile] = true,
        [SkillType.ProjectilesFromUser] = true,
        [SkillType.Triggerable] = true,
        [SkillType.Damage] = true,
    },
    statDescriptionScope = "skill_stat_descriptions",
    castTime = 1,
    baseFlags = {
        spell = true,
        projectile = true,
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
        "monster_projectile_variation",
        "spell_maximum_action_distance_+%",
        "projectile_spread_radius",
        "base_is_projectile",
        "projectile_uses_contact_position",
        "maintain_projectile_direction_when_using_contact_position",
        "action_attack_or_cast_time_uses_animation_length",
        "projectile_ballistic_angle_from_reference_event",
    },
    levels = {
        [1] = {1093, -37, 3, critChance = 5, levelRequirement = 1, statInterpolation = {},  cost = { }, },
    },
}
-- src\Data\Skills\spectre.lua
skills["MPSExecratusAlchemistFlask2"] = {
    name = "MPSExecratusAlchemistFlask2",
    hidden = true,
    color = ,
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    skillTypes = {
        [SkillType.Spell] = true,
        [SkillType.Projectile] = true,
        [SkillType.ProjectilesFromUser] = true,
        [SkillType.Triggerable] = true,
        [SkillType.Damage] = true,
    },
    statDescriptionScope = "skill_stat_descriptions",
    castTime = 1,
    baseFlags = {
        spell = true,
        projectile = true,
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
        "monster_projectile_variation",
        "spell_maximum_action_distance_+%",
        "projectile_spread_radius",
        "base_is_projectile",
        "projectile_uses_contact_position",
        "maintain_projectile_direction_when_using_contact_position",
        "action_attack_or_cast_time_uses_animation_length",
        "projectile_ballistic_angle_from_reference_event",
    },
    levels = {
        [1] = {1094, -37, 3, critChance = 5, levelRequirement = 1, statInterpolation = {},  cost = { }, },
    },
}
-- src\Data\Skills\spectre.lua
skills["CGEExecratusAlchemistGround1"] = {
    name = "CGEExecratusAlchemistGround1",
    hidden = true,
    color = ,
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    skillTypes = {
        [SkillType.Spell] = true,
        [SkillType.Area] = true,
        [SkillType.Damage] = true,
        [SkillType.Triggerable] = true,
        [SkillType.Duration] = true,
        [SkillType.AreaSpell] = true,
    },
    statDescriptionScope = "skill_stat_descriptions",
    castTime = 1,
    baseFlags = {
        area = true,
        spell = true,
        duration = true,
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
        "base_fire_damage_to_deal_per_minute",
        "active_skill_area_of_effect_radius_+%_final",
        "base_skill_effect_duration",
        "ground_fire_art_variation",
    },
    levels = {
        [1] = {1, -25, 10000, 1012, levelRequirement = 1, statInterpolation = {3},  cost = { }, },
    },
}
-- src\Data\Skills\spectre.lua
skills["CGEExecratusAlchemistGround2"] = {
    name = "CGEExecratusAlchemistGround2",
    hidden = true,
    color = ,
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    skillTypes = {
        [SkillType.Spell] = true,
        [SkillType.Area] = true,
        [SkillType.Damage] = true,
        [SkillType.Triggerable] = true,
        [SkillType.Duration] = true,
        [SkillType.AreaSpell] = true,
    },
    statDescriptionScope = "skill_stat_descriptions",
    castTime = 1,
    baseFlags = {
        area = true,
        spell = true,
        duration = true,
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
        "base_fire_damage_to_deal_per_minute",
        "active_skill_area_of_effect_radius_+%_final",
        "base_skill_effect_duration",
        "ground_fire_art_variation",
    },
    levels = {
        [1] = {1, -25, 10000, 1013, levelRequirement = 1, statInterpolation = {3},  cost = { }, },
    },
}
Edit

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