Мираж разрушения
Механизм
monster base type attack cast speed +% and damage -% final [11]
stance movement speed +% final [112]
Figment of Destruction
SpectreY
Tagsbludgeoning_weapon, construct, has_two_hand_mace, has_two_handed_melee, humanoid, medium_height, melee, mud_blood, not_dex, not_int, physical_affinity, stone_armour, stone_construct, very_slow_movement
Здоровье
210%
Броня
+50%
Ailment Threshold
210%
Сопротивление
0 0 0 0
Damage
120%
Точность
100%
Шанс критического удара
+5%
Множитель критического удара
+130%
Attack Distance
6 ~ 10
Attack Time
1.5 Second
Damage Spread
±20%
Опыт
120%
Model Size
100%
Type
Statue
Metadata
DaressoStatueMaleMaul
Уровень
68
Здоровье
13,510
Броня
43,185
Уклонение
4,739
Энерг. щит
0
Damage
448
Урон от чар
448
Точность
290
Attack Time
1.5
Опыт
12,306
Ailment Threshold
13,510
Chill
43
Shock
43
Brittle
242
Scorch
43
Sap
118
Melee
Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Multistrikeable, Melee, ProjectilesFromUser
Атака
Base Damage: 359–538
Шанс критического удара: 5%
Attack Time: 1.5 сек.
Герой наносит обычный удар.
skill can fire arrows [1]
skill can fire wand projectiles [1]
GroundSlamStatue
Attack, Area, Multistrikeable, Melee, Slam, Totemable
Сотрясение
Base Damage: 359–538
Шанс критического удара: 5%
Attack Time: 1.5 сек.
Герой с силой бьёт посохом, булавой или скипетром по земле перед собой и создаёт волну, которая движется вперёд, наносит урон и с повышенной вероятностью оглушает врагов.
Наносит на 50% больше урона
35% снижение порога оглушения врагов
is area damage [1]

Object Type

version 2
extends "Metadata/Monsters/Monster"

Actor
{
	main_hand_unarmed_type = "One_Hand_Mace"
	basic_action = "Emerge"
	basic_action = "ChangeToStance2"
	basic_action = "ChangeToStance1"
}

Stats
{
	mana_regeneration_rate_per_minute_% = 400
}

Object Type Codes

version 2
extends "Metadata/Monsters/Monster"

Animated
{
	on_any_wake = "parent.HideMeshSegments(statue_dummyShape,overgrow_dummyShape);"
	on_any_wake_bow = "parent.HideMeshSegments(statue_dummyShape,overgrow_dummyShape,bowShape,quiverShape);"
	on_any_wake_maul = "parent.HideMeshSegments(statue_dummyShape,overgrow_dummyShape,maulShape);"
	on_any_wake_2hmaul = "parent.HideMeshSegments(statue_dummyShape,overgrow_dummyShape,maulShape);"
	on_any_wake_sword = "parent.HideMeshSegments(statue_dummyShape,overgrow_dummyShape,shortswordShape);"
	on_any_wake_sword_shield = "parent.HideMeshSegments(statue_dummyShape,overgrow_dummyShape,shortswordShape,shieldShape);"
}

Life
{
	on_death = "DetachAllContainingText( blue_ ); DetachAllContainingText( orange_ ); DetachAllContainingText( daresso_ ); DetachAllContainingText( divine_ );"
}
-- src\Data\Spectres.lua
minions["Metadata/Monsters/Statue/DaressoStatueMaleMaul"] = {
    name = "Figment of Destruction",
    life = 2.1,
    fireResist = 0,
    coldResist = 0,
    lightningResist = 0,
    chaosResist = 0,
    damage = 1.2,
    damageSpread = 0.2,
    attackTime = 1.5,
    attackRange = 10,
    accuracy = 1,
    weaponType1 = "Two Hand Mace",
    skillList = {
        "GroundSlamStatue",
        "Melee",
    },
    modList = {
    },
}
-- src\Data\Skills\spectre.lua
skills["GroundSlamStatue"] = {
    name = "Ground Slam",
    hidden = true,
    color = 4,
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    description = "The character slams the ground in front of them with a Staff, Mace or Sceptre, creating a wave that travels forward and damages enemies with an increased chance to stun.",
    skillTypes = {
        [SkillType.Attack] = true,
        [SkillType.Area] = true,
        [SkillType.Multistrikeable] = true,
        [SkillType.Melee] = true,
        [SkillType.Slam] = true,
        [SkillType.Totemable] = true,
    },
    statDescriptionScope = "skill_stat_descriptions",
    castTime = 1,
    baseFlags = {
        attack = true,
        area = true,
        melee = true,
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
        "base_stun_threshold_reduction_+%",
        "active_skill_damage_+%_final",
        "is_area_damage",
    },
    levels = {
        [1] = {35, 50, levelRequirement = 1, statInterpolation = {},  cost = { }, },
    },
}
-- 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 = { }, },
    },
}
monster base type attack cast speed +% and damage -% final [11]
IdMonsterSpeedAndDamageFixupSmall
FamilyMonsterSpeedAndDamageFixup
Domainsмонстр (3)
GenerationTypeуник (3)
Req. level1
Stats
  • monster base type attack cast speed +% and damage -% final Min: 11 Max: 11 Global
  • Craft Tagscaster_damage damage attack caster speed
    IdNothing
    FamilyNothing
    Domainsмонстр (3)
    GenerationTypeуник (3)
    Req. level1
    stance movement speed +% final [112]
    IdStanceBanditRun
    FamilyStance
    Domainsмонстр (3)
    GenerationTypeуник (3)
    Req. level1
    Stats
  • stance movement speed +% final Min: 112 Max: 112 Global
  • Craft Tagsspeed
    Мираж разрушения
    Механизм
    monster base type attack cast speed +% and damage -% final [11]
    stance movement speed +% final [112]
    Figment of Destruction
    SpectreY
    Tagsbludgeoning_weapon, construct, has_two_hand_mace, has_two_handed_melee, humanoid, medium_height, melee, mud_blood, not_dex, not_int, physical_affinity, stone_armour, stone_construct, very_slow_movement
    Здоровье
    210%
    Броня
    +50%
    Ailment Threshold
    210%
    Сопротивление
    0 0 0 0
    Damage
    120%
    Точность
    100%
    Шанс критического удара
    +5%
    Множитель критического удара
    +130%
    Attack Distance
    6 ~ 10
    Attack Time
    1.5 Second
    Damage Spread
    ±20%
    Опыт
    120%
    Model Size
    100%
    Type
    Statue
    Metadata
    DaressoStatueMaleMaulBlack
    Уровень
    68
    Здоровье
    13,510
    Броня
    43,185
    Уклонение
    4,739
    Энерг. щит
    0
    Damage
    448
    Урон от чар
    448
    Точность
    290
    Attack Time
    1.5
    Опыт
    12,306
    Ailment Threshold
    13,510
    Chill
    43
    Shock
    43
    Brittle
    242
    Scorch
    43
    Sap
    118
    Melee
    Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Multistrikeable, Melee, ProjectilesFromUser
    Атака
    Base Damage: 359–538
    Шанс критического удара: 5%
    Attack Time: 1.5 сек.
    Герой наносит обычный удар.
    skill can fire arrows [1]
    skill can fire wand projectiles [1]
    GroundSlamStatue
    Attack, Area, Multistrikeable, Melee, Slam, Totemable
    Сотрясение
    Base Damage: 359–538
    Шанс критического удара: 5%
    Attack Time: 1.5 сек.
    Герой с силой бьёт посохом, булавой или скипетром по земле перед собой и создаёт волну, которая движется вперёд, наносит урон и с повышенной вероятностью оглушает врагов.
    Наносит на 50% больше урона
    35% снижение порога оглушения врагов
    is area damage [1]

    Object Type

    version 2
    extends "Metadata/Monsters/Monster"
    
    Actor
    {
    	main_hand_unarmed_type = "One_Hand_Mace"
    	basic_action = "Emerge"
    	basic_action = "ChangeToStance2"
    	basic_action = "ChangeToStance1"
    }
    
    Stats
    {
    	mana_regeneration_rate_per_minute_% = 400
    }

    Object Type Codes

    version 2
    extends "Metadata/Monsters/Monster"
    
    Animated
    {
    	on_any_wake = "parent.HideMeshSegments(statue_dummyShape,overgrow_dummyShape);"
    	on_any_wake_bow = "parent.HideMeshSegments(statue_dummyShape,overgrow_dummyShape,bowShape,quiverShape);"
    	on_any_wake_maul = "parent.HideMeshSegments(statue_dummyShape,overgrow_dummyShape,maulShape);"
    	on_any_wake_2hmaul = "parent.HideMeshSegments(statue_dummyShape,overgrow_dummyShape,maulShape);"
    	on_any_wake_sword = "parent.HideMeshSegments(statue_dummyShape,overgrow_dummyShape,shortswordShape);"
    	on_any_wake_sword_shield = "parent.HideMeshSegments(statue_dummyShape,overgrow_dummyShape,shortswordShape,shieldShape);"
    }
    
    Life
    {
    	on_death = "DetachAllContainingText( blue_ ); DetachAllContainingText( orange_ ); DetachAllContainingText( daresso_ ); DetachAllContainingText( divine_ );"
    }
    -- src\Data\Spectres.lua
    minions["Metadata/Monsters/Statue/DaressoStatueMaleMaulBlack"] = {
        name = "Figment of Destruction",
        life = 2.1,
        fireResist = 0,
        coldResist = 0,
        lightningResist = 0,
        chaosResist = 0,
        damage = 1.2,
        damageSpread = 0.2,
        attackTime = 1.5,
        attackRange = 10,
        accuracy = 1,
        weaponType1 = "Two Hand Mace",
        skillList = {
            "GroundSlamStatue",
            "Melee",
        },
        modList = {
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["GroundSlamStatue"] = {
        name = "Ground Slam",
        hidden = true,
        color = 4,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        description = "The character slams the ground in front of them with a Staff, Mace or Sceptre, creating a wave that travels forward and damages enemies with an increased chance to stun.",
        skillTypes = {
            [SkillType.Attack] = true,
            [SkillType.Area] = true,
            [SkillType.Multistrikeable] = true,
            [SkillType.Melee] = true,
            [SkillType.Slam] = true,
            [SkillType.Totemable] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            attack = true,
            area = true,
            melee = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "base_stun_threshold_reduction_+%",
            "active_skill_damage_+%_final",
            "is_area_damage",
        },
        levels = {
            [1] = {35, 50, levelRequirement = 1, statInterpolation = {},  cost = { }, },
        },
    }
    -- 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 = { }, },
        },
    }
    
    monster base type attack cast speed +% and damage -% final [11]
    IdMonsterSpeedAndDamageFixupSmall
    FamilyMonsterSpeedAndDamageFixup
    Domainsмонстр (3)
    GenerationTypeуник (3)
    Req. level1
    Stats
  • monster base type attack cast speed +% and damage -% final Min: 11 Max: 11 Global
  • Craft Tagscaster_damage damage attack caster speed
    IdNothing
    FamilyNothing
    Domainsмонстр (3)
    GenerationTypeуник (3)
    Req. level1
    stance movement speed +% final [112]
    IdStanceBanditRun
    FamilyStance
    Domainsмонстр (3)
    GenerationTypeуник (3)
    Req. level1
    Stats
  • stance movement speed +% final Min: 112 Max: 112 Global
  • Craft Tagsspeed
    Мираж разрушения
    Механизм
    monster base type attack cast speed +% and damage -% final [11]
    stance movement speed +% final [112]
    Figment of Destruction
    SpectreY
    Tagsbludgeoning_weapon, construct, has_two_hand_mace, has_two_handed_melee, humanoid, medium_height, melee, mud_blood, not_dex, not_int, physical_affinity, stone_armour, stone_construct, very_slow_movement
    Здоровье
    210%
    Броня
    +50%
    Ailment Threshold
    210%
    Сопротивление
    0 0 0 0
    Damage
    120%
    Точность
    100%
    Шанс критического удара
    +5%
    Множитель критического удара
    +130%
    Attack Distance
    6 ~ 10
    Attack Time
    1.5 Second
    Damage Spread
    ±20%
    Опыт
    120%
    Model Size
    100%
    Type
    Statue
    Metadata
    DaressoStatueMaleMaulBlue
    Уровень
    68
    Здоровье
    13,510
    Броня
    43,185
    Уклонение
    4,739
    Энерг. щит
    0
    Damage
    448
    Урон от чар
    448
    Точность
    290
    Attack Time
    1.5
    Опыт
    12,306
    Ailment Threshold
    13,510
    Chill
    43
    Shock
    43
    Brittle
    242
    Scorch
    43
    Sap
    118
    Melee
    Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Multistrikeable, Melee, ProjectilesFromUser
    Атака
    Base Damage: 359–538
    Шанс критического удара: 5%
    Attack Time: 1.5 сек.
    Герой наносит обычный удар.
    skill can fire arrows [1]
    skill can fire wand projectiles [1]
    GroundSlamStatue
    Attack, Area, Multistrikeable, Melee, Slam, Totemable
    Сотрясение
    Base Damage: 359–538
    Шанс критического удара: 5%
    Attack Time: 1.5 сек.
    Герой с силой бьёт посохом, булавой или скипетром по земле перед собой и создаёт волну, которая движется вперёд, наносит урон и с повышенной вероятностью оглушает врагов.
    Наносит на 50% больше урона
    35% снижение порога оглушения врагов
    is area damage [1]

    Object Type

    version 2
    extends "Metadata/Monsters/Monster"
    
    Actor
    {
    	main_hand_unarmed_type = "One_Hand_Mace"
    	basic_action = "Emerge"
    	basic_action = "ChangeToStance2"
    	basic_action = "ChangeToStance1"
    }
    
    Stats
    {
    	mana_regeneration_rate_per_minute_% = 400
    }

    Object Type Codes

    version 2
    extends "Metadata/Monsters/Monster"
    
    Animated
    {
    	on_any_wake = "parent.HideMeshSegments(statue_dummyShape,overgrow_dummyShape);"
    	on_any_wake_bow = "parent.HideMeshSegments(statue_dummyShape,overgrow_dummyShape,bowShape,quiverShape);"
    	on_any_wake_maul = "parent.HideMeshSegments(statue_dummyShape,overgrow_dummyShape,maulShape);"
    	on_any_wake_2hmaul = "parent.HideMeshSegments(statue_dummyShape,overgrow_dummyShape,maulShape);"
    	on_any_wake_sword = "parent.HideMeshSegments(statue_dummyShape,overgrow_dummyShape,shortswordShape);"
    	on_any_wake_sword_shield = "parent.HideMeshSegments(statue_dummyShape,overgrow_dummyShape,shortswordShape,shieldShape);"
    }
    
    Life
    {
    	on_death = "DetachAllContainingText( blue_ ); DetachAllContainingText( orange_ ); DetachAllContainingText( daresso_ ); DetachAllContainingText( divine_ );"
    }
    -- src\Data\Spectres.lua
    minions["Metadata/Monsters/Statue/DaressoStatueMaleMaulBlue"] = {
        name = "Figment of Destruction",
        life = 2.1,
        fireResist = 0,
        coldResist = 0,
        lightningResist = 0,
        chaosResist = 0,
        damage = 1.2,
        damageSpread = 0.2,
        attackTime = 1.5,
        attackRange = 10,
        accuracy = 1,
        weaponType1 = "Two Hand Mace",
        skillList = {
            "GroundSlamStatue",
            "Melee",
        },
        modList = {
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["GroundSlamStatue"] = {
        name = "Ground Slam",
        hidden = true,
        color = 4,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        description = "The character slams the ground in front of them with a Staff, Mace or Sceptre, creating a wave that travels forward and damages enemies with an increased chance to stun.",
        skillTypes = {
            [SkillType.Attack] = true,
            [SkillType.Area] = true,
            [SkillType.Multistrikeable] = true,
            [SkillType.Melee] = true,
            [SkillType.Slam] = true,
            [SkillType.Totemable] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            attack = true,
            area = true,
            melee = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "base_stun_threshold_reduction_+%",
            "active_skill_damage_+%_final",
            "is_area_damage",
        },
        levels = {
            [1] = {35, 50, levelRequirement = 1, statInterpolation = {},  cost = { }, },
        },
    }
    -- 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 = { }, },
        },
    }
    
    monster base type attack cast speed +% and damage -% final [11]
    IdMonsterSpeedAndDamageFixupSmall
    FamilyMonsterSpeedAndDamageFixup
    Domainsмонстр (3)
    GenerationTypeуник (3)
    Req. level1
    Stats
  • monster base type attack cast speed +% and damage -% final Min: 11 Max: 11 Global
  • Craft Tagscaster_damage damage attack caster speed
    IdNothing
    FamilyNothing
    Domainsмонстр (3)
    GenerationTypeуник (3)
    Req. level1
    stance movement speed +% final [112]
    IdStanceBanditRun
    FamilyStance
    Domainsмонстр (3)
    GenerationTypeуник (3)
    Req. level1
    Stats
  • stance movement speed +% final Min: 112 Max: 112 Global
  • Craft Tagsspeed
    Мираж разрушения
    Механизм
    monster base type attack cast speed +% and damage -% final [11]
    stance movement speed +% final [112]
    Figment of Destruction
    SpectreY
    Tagsbludgeoning_weapon, construct, has_two_hand_mace, has_two_handed_melee, humanoid, medium_height, melee, mud_blood, not_dex, not_int, physical_affinity, stone_armour, stone_construct, very_slow_movement
    Здоровье
    210%
    Броня
    +50%
    Ailment Threshold
    210%
    Сопротивление
    0 0 0 0
    Damage
    120%
    Точность
    100%
    Шанс критического удара
    +5%
    Множитель критического удара
    +130%
    Attack Distance
    6 ~ 10
    Attack Time
    1.5 Second
    Damage Spread
    ±20%
    Опыт
    120%
    Model Size
    100%
    Type
    Statue
    Metadata
    DaressoStatueMaleMaulRed
    Уровень
    68
    Здоровье
    13,510
    Броня
    43,185
    Уклонение
    4,739
    Энерг. щит
    0
    Damage
    448
    Урон от чар
    448
    Точность
    290
    Attack Time
    1.5
    Опыт
    12,306
    Ailment Threshold
    13,510
    Chill
    43
    Shock
    43
    Brittle
    242
    Scorch
    43
    Sap
    118
    Melee
    Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Multistrikeable, Melee, ProjectilesFromUser
    Атака
    Base Damage: 359–538
    Шанс критического удара: 5%
    Attack Time: 1.5 сек.
    Герой наносит обычный удар.
    skill can fire arrows [1]
    skill can fire wand projectiles [1]
    GroundSlamStatue
    Attack, Area, Multistrikeable, Melee, Slam, Totemable
    Сотрясение
    Base Damage: 359–538
    Шанс критического удара: 5%
    Attack Time: 1.5 сек.
    Герой с силой бьёт посохом, булавой или скипетром по земле перед собой и создаёт волну, которая движется вперёд, наносит урон и с повышенной вероятностью оглушает врагов.
    Наносит на 50% больше урона
    35% снижение порога оглушения врагов
    is area damage [1]

    Object Type

    version 2
    extends "Metadata/Monsters/Monster"
    
    Actor
    {
    	main_hand_unarmed_type = "One_Hand_Mace"
    	basic_action = "Emerge"
    	basic_action = "ChangeToStance2"
    	basic_action = "ChangeToStance1"
    }
    
    Stats
    {
    	mana_regeneration_rate_per_minute_% = 400
    }

    Object Type Codes

    version 2
    extends "Metadata/Monsters/Monster"
    
    Animated
    {
    	on_any_wake = "parent.HideMeshSegments(statue_dummyShape,overgrow_dummyShape);"
    	on_any_wake_bow = "parent.HideMeshSegments(statue_dummyShape,overgrow_dummyShape,bowShape,quiverShape);"
    	on_any_wake_maul = "parent.HideMeshSegments(statue_dummyShape,overgrow_dummyShape,maulShape);"
    	on_any_wake_2hmaul = "parent.HideMeshSegments(statue_dummyShape,overgrow_dummyShape,maulShape);"
    	on_any_wake_sword = "parent.HideMeshSegments(statue_dummyShape,overgrow_dummyShape,shortswordShape);"
    	on_any_wake_sword_shield = "parent.HideMeshSegments(statue_dummyShape,overgrow_dummyShape,shortswordShape,shieldShape);"
    }
    
    Life
    {
    	on_death = "DetachAllContainingText( blue_ ); DetachAllContainingText( orange_ ); DetachAllContainingText( daresso_ ); DetachAllContainingText( divine_ );"
    }
    -- src\Data\Spectres.lua
    minions["Metadata/Monsters/Statue/DaressoStatueMaleMaulRed"] = {
        name = "Figment of Destruction",
        life = 2.1,
        fireResist = 0,
        coldResist = 0,
        lightningResist = 0,
        chaosResist = 0,
        damage = 1.2,
        damageSpread = 0.2,
        attackTime = 1.5,
        attackRange = 10,
        accuracy = 1,
        weaponType1 = "Two Hand Mace",
        skillList = {
            "GroundSlamStatue",
            "Melee",
        },
        modList = {
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["GroundSlamStatue"] = {
        name = "Ground Slam",
        hidden = true,
        color = 4,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        description = "The character slams the ground in front of them with a Staff, Mace or Sceptre, creating a wave that travels forward and damages enemies with an increased chance to stun.",
        skillTypes = {
            [SkillType.Attack] = true,
            [SkillType.Area] = true,
            [SkillType.Multistrikeable] = true,
            [SkillType.Melee] = true,
            [SkillType.Slam] = true,
            [SkillType.Totemable] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            attack = true,
            area = true,
            melee = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "base_stun_threshold_reduction_+%",
            "active_skill_damage_+%_final",
            "is_area_damage",
        },
        levels = {
            [1] = {35, 50, levelRequirement = 1, statInterpolation = {},  cost = { }, },
        },
    }
    -- 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 = { }, },
        },
    }
    
    monster base type attack cast speed +% and damage -% final [11]
    IdMonsterSpeedAndDamageFixupSmall
    FamilyMonsterSpeedAndDamageFixup
    Domainsмонстр (3)
    GenerationTypeуник (3)
    Req. level1
    Stats
  • monster base type attack cast speed +% and damage -% final Min: 11 Max: 11 Global
  • Craft Tagscaster_damage damage attack caster speed
    IdNothing
    FamilyNothing
    Domainsмонстр (3)
    GenerationTypeуник (3)
    Req. level1
    stance movement speed +% final [112]
    IdStanceBanditRun
    FamilyStance
    Domainsмонстр (3)
    GenerationTypeуник (3)
    Req. level1
    Stats
  • stance movement speed +% final Min: 112 Max: 112 Global
  • Craft Tagsspeed
    Мираж разрушения
    Механизм
    monster base type attack cast speed +% and damage -% final [11]
    stance movement speed +% final [112]
    Figment of Destruction
    SpectreY
    Tagsbludgeoning_weapon, construct, has_two_hand_mace, has_two_handed_melee, humanoid, medium_height, melee, mud_blood, not_dex, not_int, physical_affinity, stone_armour, stone_construct, very_slow_movement
    Здоровье
    210%
    Броня
    +50%
    Ailment Threshold
    210%
    Сопротивление
    0 0 0 0
    Damage
    120%
    Точность
    100%
    Шанс критического удара
    +5%
    Множитель критического удара
    +130%
    Attack Distance
    6 ~ 10
    Attack Time
    1.5 Second
    Damage Spread
    ±20%
    Опыт
    120%
    Model Size
    100%
    Type
    Statue
    Metadata
    DaressoStatueFemaleMaul
    Уровень
    68
    Здоровье
    13,510
    Броня
    43,185
    Уклонение
    4,739
    Энерг. щит
    0
    Damage
    448
    Урон от чар
    448
    Точность
    290
    Attack Time
    1.5
    Опыт
    12,306
    Ailment Threshold
    13,510
    Chill
    43
    Shock
    43
    Brittle
    242
    Scorch
    43
    Sap
    118
    Melee
    Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Multistrikeable, Melee, ProjectilesFromUser
    Атака
    Base Damage: 359–538
    Шанс критического удара: 5%
    Attack Time: 1.5 сек.
    Герой наносит обычный удар.
    skill can fire arrows [1]
    skill can fire wand projectiles [1]
    GroundSlamStatue
    Attack, Area, Multistrikeable, Melee, Slam, Totemable
    Сотрясение
    Base Damage: 359–538
    Шанс критического удара: 5%
    Attack Time: 1.5 сек.
    Герой с силой бьёт посохом, булавой или скипетром по земле перед собой и создаёт волну, которая движется вперёд, наносит урон и с повышенной вероятностью оглушает врагов.
    Наносит на 50% больше урона
    35% снижение порога оглушения врагов
    is area damage [1]

    Object Type

    version 2
    extends "Metadata/Monsters/Monster"
    
    Actor
    {
    	main_hand_unarmed_type = "One_Hand_Mace"
    	basic_action = "Emerge"
    	basic_action = "ChangeToStance2"
    	basic_action = "ChangeToStance1"
    }
    
    Stats
    {
    	mana_regeneration_rate_per_minute_% = 400
    }

    Object Type Codes

    version 2
    extends "Metadata/Monsters/Monster"
    
    Animated
    {
    	on_any_wake = "parent.HideMeshSegments(statue_dummyShape,overgrow_dummyShape);"
    	on_any_wake_bow = "parent.HideMeshSegments(statue_dummyShape,overgrow_dummyShape,bowShape,quiverShape);"
    	on_any_wake_maul = "parent.HideMeshSegments(statue_dummyShape,overgrow_dummyShape,maulShape);"
    	on_any_wake_2hmaul = "parent.HideMeshSegments(statue_dummyShape,overgrow_dummyShape,maulShape);"
    	on_any_wake_sword = "parent.HideMeshSegments(statue_dummyShape,overgrow_dummyShape,shortswordShape);"
    	on_any_wake_sword_shield = "parent.HideMeshSegments(statue_dummyShape,overgrow_dummyShape,shortswordShape,shieldShape);"
    }
    
    Life
    {
    	on_death = "DetachAllContainingText( blue_ ); DetachAllContainingText( orange_ ); DetachAllContainingText( daresso_ ); DetachAllContainingText( divine_ );"
    }
    -- src\Data\Spectres.lua
    minions["Metadata/Monsters/Statue/DaressoStatueFemaleMaul"] = {
        name = "Figment of Destruction",
        life = 2.1,
        fireResist = 0,
        coldResist = 0,
        lightningResist = 0,
        chaosResist = 0,
        damage = 1.2,
        damageSpread = 0.2,
        attackTime = 1.5,
        attackRange = 10,
        accuracy = 1,
        weaponType1 = "Two Hand Mace",
        skillList = {
            "GroundSlamStatue",
            "Melee",
        },
        modList = {
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["GroundSlamStatue"] = {
        name = "Ground Slam",
        hidden = true,
        color = 4,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        description = "The character slams the ground in front of them with a Staff, Mace or Sceptre, creating a wave that travels forward and damages enemies with an increased chance to stun.",
        skillTypes = {
            [SkillType.Attack] = true,
            [SkillType.Area] = true,
            [SkillType.Multistrikeable] = true,
            [SkillType.Melee] = true,
            [SkillType.Slam] = true,
            [SkillType.Totemable] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            attack = true,
            area = true,
            melee = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "base_stun_threshold_reduction_+%",
            "active_skill_damage_+%_final",
            "is_area_damage",
        },
        levels = {
            [1] = {35, 50, levelRequirement = 1, statInterpolation = {},  cost = { }, },
        },
    }
    -- 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 = { }, },
        },
    }
    
    monster base type attack cast speed +% and damage -% final [11]
    IdMonsterSpeedAndDamageFixupSmall
    FamilyMonsterSpeedAndDamageFixup
    Domainsмонстр (3)
    GenerationTypeуник (3)
    Req. level1
    Stats
  • monster base type attack cast speed +% and damage -% final Min: 11 Max: 11 Global
  • Craft Tagscaster_damage damage attack caster speed
    IdNothing
    FamilyNothing
    Domainsмонстр (3)
    GenerationTypeуник (3)
    Req. level1
    stance movement speed +% final [112]
    IdStanceBanditRun
    FamilyStance
    Domainsмонстр (3)
    GenerationTypeуник (3)
    Req. level1
    Stats
  • stance movement speed +% final Min: 112 Max: 112 Global
  • Craft Tagsspeed
    Мираж разрушения
    Механизм
    monster base type attack cast speed +% and damage -% final [11]
    stance movement speed +% final [112]
    Figment of Destruction
    SpectreY
    Tagsbludgeoning_weapon, construct, has_two_hand_mace, has_two_handed_melee, humanoid, medium_height, melee, mud_blood, not_dex, not_int, physical_affinity, stone_armour, stone_construct, very_slow_movement
    Здоровье
    210%
    Броня
    +50%
    Ailment Threshold
    210%
    Сопротивление
    0 0 0 0
    Damage
    120%
    Точность
    100%
    Шанс критического удара
    +5%
    Множитель критического удара
    +130%
    Attack Distance
    6 ~ 10
    Attack Time
    1.5 Second
    Damage Spread
    ±20%
    Опыт
    120%
    Model Size
    100%
    Type
    Statue
    Metadata
    DaressoStatueFemaleMaulBlack
    Уровень
    68
    Здоровье
    13,510
    Броня
    43,185
    Уклонение
    4,739
    Энерг. щит
    0
    Damage
    448
    Урон от чар
    448
    Точность
    290
    Attack Time
    1.5
    Опыт
    12,306
    Ailment Threshold
    13,510
    Chill
    43
    Shock
    43
    Brittle
    242
    Scorch
    43
    Sap
    118
    Melee
    Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Multistrikeable, Melee, ProjectilesFromUser
    Атака
    Base Damage: 359–538
    Шанс критического удара: 5%
    Attack Time: 1.5 сек.
    Герой наносит обычный удар.
    skill can fire arrows [1]
    skill can fire wand projectiles [1]
    GroundSlamStatue
    Attack, Area, Multistrikeable, Melee, Slam, Totemable
    Сотрясение
    Base Damage: 359–538
    Шанс критического удара: 5%
    Attack Time: 1.5 сек.
    Герой с силой бьёт посохом, булавой или скипетром по земле перед собой и создаёт волну, которая движется вперёд, наносит урон и с повышенной вероятностью оглушает врагов.
    Наносит на 50% больше урона
    35% снижение порога оглушения врагов
    is area damage [1]

    Object Type

    version 2
    extends "Metadata/Monsters/Monster"
    
    Actor
    {
    	main_hand_unarmed_type = "One_Hand_Mace"
    	basic_action = "Emerge"
    	basic_action = "ChangeToStance2"
    	basic_action = "ChangeToStance1"
    }
    
    Stats
    {
    	mana_regeneration_rate_per_minute_% = 400
    }

    Object Type Codes

    version 2
    extends "Metadata/Monsters/Monster"
    
    Animated
    {
    	on_any_wake = "parent.HideMeshSegments(statue_dummyShape,overgrow_dummyShape);"
    	on_any_wake_bow = "parent.HideMeshSegments(statue_dummyShape,overgrow_dummyShape,bowShape,quiverShape);"
    	on_any_wake_maul = "parent.HideMeshSegments(statue_dummyShape,overgrow_dummyShape,maulShape);"
    	on_any_wake_2hmaul = "parent.HideMeshSegments(statue_dummyShape,overgrow_dummyShape,maulShape);"
    	on_any_wake_sword = "parent.HideMeshSegments(statue_dummyShape,overgrow_dummyShape,shortswordShape);"
    	on_any_wake_sword_shield = "parent.HideMeshSegments(statue_dummyShape,overgrow_dummyShape,shortswordShape,shieldShape);"
    }
    
    Life
    {
    	on_death = "DetachAllContainingText( blue_ ); DetachAllContainingText( orange_ ); DetachAllContainingText( daresso_ ); DetachAllContainingText( divine_ );"
    }
    -- src\Data\Spectres.lua
    minions["Metadata/Monsters/Statue/DaressoStatueFemaleMaulBlack"] = {
        name = "Figment of Destruction",
        life = 2.1,
        fireResist = 0,
        coldResist = 0,
        lightningResist = 0,
        chaosResist = 0,
        damage = 1.2,
        damageSpread = 0.2,
        attackTime = 1.5,
        attackRange = 10,
        accuracy = 1,
        weaponType1 = "Two Hand Mace",
        skillList = {
            "GroundSlamStatue",
            "Melee",
        },
        modList = {
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["GroundSlamStatue"] = {
        name = "Ground Slam",
        hidden = true,
        color = 4,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        description = "The character slams the ground in front of them with a Staff, Mace or Sceptre, creating a wave that travels forward and damages enemies with an increased chance to stun.",
        skillTypes = {
            [SkillType.Attack] = true,
            [SkillType.Area] = true,
            [SkillType.Multistrikeable] = true,
            [SkillType.Melee] = true,
            [SkillType.Slam] = true,
            [SkillType.Totemable] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            attack = true,
            area = true,
            melee = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "base_stun_threshold_reduction_+%",
            "active_skill_damage_+%_final",
            "is_area_damage",
        },
        levels = {
            [1] = {35, 50, levelRequirement = 1, statInterpolation = {},  cost = { }, },
        },
    }
    -- 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 = { }, },
        },
    }
    
    monster base type attack cast speed +% and damage -% final [11]
    IdMonsterSpeedAndDamageFixupSmall
    FamilyMonsterSpeedAndDamageFixup
    Domainsмонстр (3)
    GenerationTypeуник (3)
    Req. level1
    Stats
  • monster base type attack cast speed +% and damage -% final Min: 11 Max: 11 Global
  • Craft Tagscaster_damage damage attack caster speed
    IdNothing
    FamilyNothing
    Domainsмонстр (3)
    GenerationTypeуник (3)
    Req. level1
    stance movement speed +% final [112]
    IdStanceBanditRun
    FamilyStance
    Domainsмонстр (3)
    GenerationTypeуник (3)
    Req. level1
    Stats
  • stance movement speed +% final Min: 112 Max: 112 Global
  • Craft Tagsspeed
    Мираж разрушения
    Механизм
    monster base type attack cast speed +% and damage -% final [11]
    stance movement speed +% final [112]
    Figment of Destruction
    SpectreY
    Tagsbludgeoning_weapon, construct, has_two_hand_mace, has_two_handed_melee, humanoid, medium_height, melee, mud_blood, not_dex, not_int, physical_affinity, stone_armour, stone_construct, very_slow_movement
    Здоровье
    210%
    Броня
    +50%
    Ailment Threshold
    210%
    Сопротивление
    0 0 0 0
    Damage
    120%
    Точность
    100%
    Шанс критического удара
    +5%
    Множитель критического удара
    +130%
    Attack Distance
    6 ~ 10
    Attack Time
    1.5 Second
    Damage Spread
    ±20%
    Опыт
    120%
    Model Size
    100%
    Type
    Statue
    Metadata
    DaressoStatueFemaleMaulBlue
    Уровень
    68
    Здоровье
    13,510
    Броня
    43,185
    Уклонение
    4,739
    Энерг. щит
    0
    Damage
    448
    Урон от чар
    448
    Точность
    290
    Attack Time
    1.5
    Опыт
    12,306
    Ailment Threshold
    13,510
    Chill
    43
    Shock
    43
    Brittle
    242
    Scorch
    43
    Sap
    118
    Melee
    Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Multistrikeable, Melee, ProjectilesFromUser
    Атака
    Base Damage: 359–538
    Шанс критического удара: 5%
    Attack Time: 1.5 сек.
    Герой наносит обычный удар.
    skill can fire arrows [1]
    skill can fire wand projectiles [1]
    GroundSlamStatue
    Attack, Area, Multistrikeable, Melee, Slam, Totemable
    Сотрясение
    Base Damage: 359–538
    Шанс критического удара: 5%
    Attack Time: 1.5 сек.
    Герой с силой бьёт посохом, булавой или скипетром по земле перед собой и создаёт волну, которая движется вперёд, наносит урон и с повышенной вероятностью оглушает врагов.
    Наносит на 50% больше урона
    35% снижение порога оглушения врагов
    is area damage [1]

    Object Type

    version 2
    extends "Metadata/Monsters/Monster"
    
    Actor
    {
    	main_hand_unarmed_type = "One_Hand_Mace"
    	basic_action = "Emerge"
    	basic_action = "ChangeToStance2"
    	basic_action = "ChangeToStance1"
    }
    
    Stats
    {
    	mana_regeneration_rate_per_minute_% = 400
    }

    Object Type Codes

    version 2
    extends "Metadata/Monsters/Monster"
    
    Animated
    {
    	on_any_wake = "parent.HideMeshSegments(statue_dummyShape,overgrow_dummyShape);"
    	on_any_wake_bow = "parent.HideMeshSegments(statue_dummyShape,overgrow_dummyShape,bowShape,quiverShape);"
    	on_any_wake_maul = "parent.HideMeshSegments(statue_dummyShape,overgrow_dummyShape,maulShape);"
    	on_any_wake_2hmaul = "parent.HideMeshSegments(statue_dummyShape,overgrow_dummyShape,maulShape);"
    	on_any_wake_sword = "parent.HideMeshSegments(statue_dummyShape,overgrow_dummyShape,shortswordShape);"
    	on_any_wake_sword_shield = "parent.HideMeshSegments(statue_dummyShape,overgrow_dummyShape,shortswordShape,shieldShape);"
    }
    
    Life
    {
    	on_death = "DetachAllContainingText( blue_ ); DetachAllContainingText( orange_ ); DetachAllContainingText( daresso_ ); DetachAllContainingText( divine_ );"
    }
    -- src\Data\Spectres.lua
    minions["Metadata/Monsters/Statue/DaressoStatueFemaleMaulBlue"] = {
        name = "Figment of Destruction",
        life = 2.1,
        fireResist = 0,
        coldResist = 0,
        lightningResist = 0,
        chaosResist = 0,
        damage = 1.2,
        damageSpread = 0.2,
        attackTime = 1.5,
        attackRange = 10,
        accuracy = 1,
        weaponType1 = "Two Hand Mace",
        skillList = {
            "GroundSlamStatue",
            "Melee",
        },
        modList = {
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["GroundSlamStatue"] = {
        name = "Ground Slam",
        hidden = true,
        color = 4,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        description = "The character slams the ground in front of them with a Staff, Mace or Sceptre, creating a wave that travels forward and damages enemies with an increased chance to stun.",
        skillTypes = {
            [SkillType.Attack] = true,
            [SkillType.Area] = true,
            [SkillType.Multistrikeable] = true,
            [SkillType.Melee] = true,
            [SkillType.Slam] = true,
            [SkillType.Totemable] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            attack = true,
            area = true,
            melee = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "base_stun_threshold_reduction_+%",
            "active_skill_damage_+%_final",
            "is_area_damage",
        },
        levels = {
            [1] = {35, 50, levelRequirement = 1, statInterpolation = {},  cost = { }, },
        },
    }
    -- 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 = { }, },
        },
    }
    
    monster base type attack cast speed +% and damage -% final [11]
    IdMonsterSpeedAndDamageFixupSmall
    FamilyMonsterSpeedAndDamageFixup
    Domainsмонстр (3)
    GenerationTypeуник (3)
    Req. level1
    Stats
  • monster base type attack cast speed +% and damage -% final Min: 11 Max: 11 Global
  • Craft Tagscaster_damage damage attack caster speed
    IdNothing
    FamilyNothing
    Domainsмонстр (3)
    GenerationTypeуник (3)
    Req. level1
    stance movement speed +% final [112]
    IdStanceBanditRun
    FamilyStance
    Domainsмонстр (3)
    GenerationTypeуник (3)
    Req. level1
    Stats
  • stance movement speed +% final Min: 112 Max: 112 Global
  • Craft Tagsspeed
    Мираж разрушения
    Механизм
    monster base type attack cast speed +% and damage -% final [11]
    stance movement speed +% final [112]
    Figment of Destruction
    SpectreY
    Tagsbludgeoning_weapon, construct, has_two_hand_mace, has_two_handed_melee, humanoid, medium_height, melee, mud_blood, not_dex, not_int, physical_affinity, stone_armour, stone_construct, very_slow_movement
    Здоровье
    210%
    Броня
    +50%
    Ailment Threshold
    210%
    Сопротивление
    0 0 0 0
    Damage
    120%
    Точность
    100%
    Шанс критического удара
    +5%
    Множитель критического удара
    +130%
    Attack Distance
    6 ~ 10
    Attack Time
    1.5 Second
    Damage Spread
    ±20%
    Опыт
    120%
    Model Size
    100%
    Type
    Statue
    Metadata
    DaressoStatueFemaleMaulRed
    Уровень
    68
    Здоровье
    13,510
    Броня
    43,185
    Уклонение
    4,739
    Энерг. щит
    0
    Damage
    448
    Урон от чар
    448
    Точность
    290
    Attack Time
    1.5
    Опыт
    12,306
    Ailment Threshold
    13,510
    Chill
    43
    Shock
    43
    Brittle
    242
    Scorch
    43
    Sap
    118
    Melee
    Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Multistrikeable, Melee, ProjectilesFromUser
    Атака
    Base Damage: 359–538
    Шанс критического удара: 5%
    Attack Time: 1.5 сек.
    Герой наносит обычный удар.
    skill can fire arrows [1]
    skill can fire wand projectiles [1]
    GroundSlamStatue
    Attack, Area, Multistrikeable, Melee, Slam, Totemable
    Сотрясение
    Base Damage: 359–538
    Шанс критического удара: 5%
    Attack Time: 1.5 сек.
    Герой с силой бьёт посохом, булавой или скипетром по земле перед собой и создаёт волну, которая движется вперёд, наносит урон и с повышенной вероятностью оглушает врагов.
    Наносит на 50% больше урона
    35% снижение порога оглушения врагов
    is area damage [1]

    Object Type

    version 2
    extends "Metadata/Monsters/Monster"
    
    Actor
    {
    	main_hand_unarmed_type = "One_Hand_Mace"
    	basic_action = "Emerge"
    	basic_action = "ChangeToStance2"
    	basic_action = "ChangeToStance1"
    }
    
    Stats
    {
    	mana_regeneration_rate_per_minute_% = 400
    }

    Object Type Codes

    version 2
    extends "Metadata/Monsters/Monster"
    
    Animated
    {
    	on_any_wake = "parent.HideMeshSegments(statue_dummyShape,overgrow_dummyShape);"
    	on_any_wake_bow = "parent.HideMeshSegments(statue_dummyShape,overgrow_dummyShape,bowShape,quiverShape);"
    	on_any_wake_maul = "parent.HideMeshSegments(statue_dummyShape,overgrow_dummyShape,maulShape);"
    	on_any_wake_2hmaul = "parent.HideMeshSegments(statue_dummyShape,overgrow_dummyShape,maulShape);"
    	on_any_wake_sword = "parent.HideMeshSegments(statue_dummyShape,overgrow_dummyShape,shortswordShape);"
    	on_any_wake_sword_shield = "parent.HideMeshSegments(statue_dummyShape,overgrow_dummyShape,shortswordShape,shieldShape);"
    }
    
    Life
    {
    	on_death = "DetachAllContainingText( blue_ ); DetachAllContainingText( orange_ ); DetachAllContainingText( daresso_ ); DetachAllContainingText( divine_ );"
    }
    -- src\Data\Spectres.lua
    minions["Metadata/Monsters/Statue/DaressoStatueFemaleMaulRed"] = {
        name = "Figment of Destruction",
        life = 2.1,
        fireResist = 0,
        coldResist = 0,
        lightningResist = 0,
        chaosResist = 0,
        damage = 1.2,
        damageSpread = 0.2,
        attackTime = 1.5,
        attackRange = 10,
        accuracy = 1,
        weaponType1 = "Two Hand Mace",
        skillList = {
            "GroundSlamStatue",
            "Melee",
        },
        modList = {
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["GroundSlamStatue"] = {
        name = "Ground Slam",
        hidden = true,
        color = 4,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        description = "The character slams the ground in front of them with a Staff, Mace or Sceptre, creating a wave that travels forward and damages enemies with an increased chance to stun.",
        skillTypes = {
            [SkillType.Attack] = true,
            [SkillType.Area] = true,
            [SkillType.Multistrikeable] = true,
            [SkillType.Melee] = true,
            [SkillType.Slam] = true,
            [SkillType.Totemable] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            attack = true,
            area = true,
            melee = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "base_stun_threshold_reduction_+%",
            "active_skill_damage_+%_final",
            "is_area_damage",
        },
        levels = {
            [1] = {35, 50, levelRequirement = 1, statInterpolation = {},  cost = { }, },
        },
    }
    -- 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 = { }, },
        },
    }
    
    monster base type attack cast speed +% and damage -% final [11]
    IdMonsterSpeedAndDamageFixupSmall
    FamilyMonsterSpeedAndDamageFixup
    Domainsмонстр (3)
    GenerationTypeуник (3)
    Req. level1
    Stats
  • monster base type attack cast speed +% and damage -% final Min: 11 Max: 11 Global
  • Craft Tagscaster_damage damage attack caster speed
    IdNothing
    FamilyNothing
    Domainsмонстр (3)
    GenerationTypeуник (3)
    Req. level1
    stance movement speed +% final [112]
    IdStanceBanditRun
    FamilyStance
    Domainsмонстр (3)
    GenerationTypeуник (3)
    Req. level1
    Stats
  • stance movement speed +% final Min: 112 Max: 112 Global
  • Craft Tagsspeed
    Edit

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