Потрошитель Марчака
Механизм
monster no drops or experience [1]
50% физического урона становится уроном от огня
emerge speed +% [0,30]
Marchak's Eviscerator
SpectreN
Tagscleaving_weapon, construct, ghost_armour, has_two_hand_axe, has_two_handed_melee, medium_height, melee, physical_affinity, slow_movement
Здоровье
600%
Ailment Threshold
600%
Сопротивление
0 0 0 0
Damage
195%
Точность
100%
Шанс критического удара
+5%
Множитель критического удара
+130%
Attack Distance
6 ~ 6
Attack Time
1.5 Second
Damage Spread
±10%
Опыт
150%
Model Size
120%
Type
AnimatedWeaponWbAxe
Metadata
WbAnimatedSandstormAxe
Уровень
68
Здоровье
38,600
Броня
28,790
Уклонение
4,739
Энергетический щит
0
Damage
728
Урон от чар
728
Точность
290
Attack Time
1.5
Опыт
15,383
Ailment Threshold
38,600
Chill
122
Shock
122
Brittle
691
Scorch
122
Sap
337
Melee
Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Multistrikeable, Melee, ProjectilesFromUser
Атака
Base Damage: 656–801
Шанс критического удара: 5%
Attack Time: 1.5 сек.
Герой наносит обычный удар.
skill can fire arrows [1]
skill can fire wand projectiles [1]
WbSandstormChaosAnimatedWeapon
Spell, Area, Duration, AreaSpell
Время применения: 1 сек.
Перезарядка: 4.5 сек.
Наносит 176 базового урона хаосом в секунду
Базовая длительность - 5 секунд(-ы)
На 100% больше скорости сотворения чар
active skill area of effect radius +% final [40]
is area damage [1]

Object Type

version 2
extends "Metadata/Monsters/Monster"

Positioned
{
	collision_hull_type = "projectile"
}

Stats
{
	set_item_drop_slots = 0
	minion_does_not_equip_quiver = 1
	monster_gets_item_stats = 1

}

Actor
{
	basic_action = "Emerge"
}

Life
{
	corpse_usable = false
	on_death = "Delete();"
}

Animated
{
	animated_object = "Metadata/Monsters/AnimatedItem/AnimatedItemDedicated.ao"
}

DiesAfterTime
{
}

Object Type Codes

version 2
extends "Metadata/Monsters/Monster"

Render
{
	allow_attached_arrows = false
	use_attached_selection_box_if_no_drawcalls = true
}
-- src\Data\Spectres.lua
minions["Metadata/Monsters/AnimatedItem/WbAnimatedSandstormAxe"] = {
    name = "Marchak's Eviscerator",
    life = 6,
    fireResist = 0,
    coldResist = 0,
    lightningResist = 0,
    chaosResist = 0,
    damage = 1.95,
    damageSpread = 0.1,
    attackTime = 1.5,
    attackRange = 6,
    accuracy = 1,
    weaponType1 = "Two Hand Axe",
    skillList = {
        "Melee",
        "WbSandstormChaosAnimatedWeapon",
    },
    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["WbSandstormChaosAnimatedWeapon"] = {
    name = "WbSandstormChaosAnimatedWeapon",
    hidden = true,
    color = 4,
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    skillTypes = {
        [SkillType.Spell] = true,
        [SkillType.Area] = true,
        [SkillType.Duration] = true,
        [SkillType.AreaSpell] = true,
    },
    statDescriptionScope = "skill_stat_descriptions",
    castTime = 1,
    baseFlags = {
        area = true,
        spell = true,
        duration = true,
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
        "base_chaos_damage_to_deal_per_minute",
        "base_skill_effect_duration",
        "active_skill_cast_speed_+%_final",
        "active_skill_area_of_effect_radius_+%_final",
        "is_area_damage",
    },
    levels = {
        [1] = {1, 5000, 100, 40, levelRequirement = 3, statInterpolation = {3},  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
  • 50% физического урона становится уроном от огня
    IdMonsterConvertToFireDamage2
    FamilyFireDamageAsPortionOfDamage
    Domainsмонстр (3)
    GenerationTypeУникальный (3)
    Req. level1
    Stats
  • base physical damage % to convert to fire Min: 50 Max: 50 Global
  • Craft Tagsphysical_damage elemental_damage damage physical elemental fire
    emerge speed +% [0,30]
    IdEmergeSpeedHigh
    FamilyVariableEmergeSpeed
    Domainsмонстр (3)
    GenerationTypeУникальный (3)
    Req. level1
    Stats
  • emerge speed +% Min: 0 Max: 30 Global
  • Edit

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