Fantasía de destrucción
Constructo
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
Vida
210%
Armaduras
+50%
Ailment Threshold
210%
Resistencia
0 0 0 0
Damage
120%
Precisión
100%
Probabilidad de golpe crítico
+5%
Multiplicador de Golpe Crítico
+130%
Attack Distance
6 ~ 10
Attack Time
1.5 Second
Damage Spread
±20%
Experiencia
120%
Model Size
100%
Type
Statue
Metadata
DaressoStatueMaleMaul
Nivel
68
Vida
13,510
Armaduras
43,185
Evasión
4,739
Escudo de energía
0
Damage
448
Daño de hechizos
448
Precisión
290
Attack Time
1.5
Experiencia
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
Ataque estándar
Base Damage: 359–538
Probabilidad de golpe crítico: 5%
Attack Time: 1.5 seg
Derriba a tus enemigos con un golpe poderoso.
skill can fire arrows [1]
skill can fire wand projectiles [1]
GroundSlamStatue
Attack, Area, Multistrikeable, Melee, Slam, Totemable
Impacto sísmico
Base Damage: 359–538
Probabilidad de golpe crítico: 5%
Attack Time: 1.5 seg
El personaje golpea la tierra frente a él con un báculo, una maza o un cetro y crea una onda que viaja hacia adelante y daña a los enemigos con una probabilidad aumentada de aturdirlos.
Inflige un 50% más de daño
Umbral de aturdimiento de los enemigos reducido un 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
Domainsmonstruo (3)
GenerationTypeúnico (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
    Domainsmonstruo (3)
    GenerationTypeúnico (3)
    Req. level1
    stance movement speed +% final [112]
    IdStanceBanditRun
    FamilyStance
    Domainsmonstruo (3)
    GenerationTypeúnico (3)
    Req. level1
    Stats
  • stance movement speed +% final Min: 112 Max: 112 Global
  • Craft Tagsspeed
    Fantasía de destrucción
    Constructo
    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
    Vida
    210%
    Armaduras
    +50%
    Ailment Threshold
    210%
    Resistencia
    0 0 0 0
    Damage
    120%
    Precisión
    100%
    Probabilidad de golpe crítico
    +5%
    Multiplicador de Golpe Crítico
    +130%
    Attack Distance
    6 ~ 10
    Attack Time
    1.5 Second
    Damage Spread
    ±20%
    Experiencia
    120%
    Model Size
    100%
    Type
    Statue
    Metadata
    DaressoStatueMaleMaulBlack
    Nivel
    68
    Vida
    13,510
    Armaduras
    43,185
    Evasión
    4,739
    Escudo de energía
    0
    Damage
    448
    Daño de hechizos
    448
    Precisión
    290
    Attack Time
    1.5
    Experiencia
    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
    Ataque estándar
    Base Damage: 359–538
    Probabilidad de golpe crítico: 5%
    Attack Time: 1.5 seg
    Derriba a tus enemigos con un golpe poderoso.
    skill can fire arrows [1]
    skill can fire wand projectiles [1]
    GroundSlamStatue
    Attack, Area, Multistrikeable, Melee, Slam, Totemable
    Impacto sísmico
    Base Damage: 359–538
    Probabilidad de golpe crítico: 5%
    Attack Time: 1.5 seg
    El personaje golpea la tierra frente a él con un báculo, una maza o un cetro y crea una onda que viaja hacia adelante y daña a los enemigos con una probabilidad aumentada de aturdirlos.
    Inflige un 50% más de daño
    Umbral de aturdimiento de los enemigos reducido un 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
    Domainsmonstruo (3)
    GenerationTypeúnico (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
    Domainsmonstruo (3)
    GenerationTypeúnico (3)
    Req. level1
    stance movement speed +% final [112]
    IdStanceBanditRun
    FamilyStance
    Domainsmonstruo (3)
    GenerationTypeúnico (3)
    Req. level1
    Stats
  • stance movement speed +% final Min: 112 Max: 112 Global
  • Craft Tagsspeed
    Fantasía de destrucción
    Constructo
    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
    Vida
    210%
    Armaduras
    +50%
    Ailment Threshold
    210%
    Resistencia
    0 0 0 0
    Damage
    120%
    Precisión
    100%
    Probabilidad de golpe crítico
    +5%
    Multiplicador de Golpe Crítico
    +130%
    Attack Distance
    6 ~ 10
    Attack Time
    1.5 Second
    Damage Spread
    ±20%
    Experiencia
    120%
    Model Size
    100%
    Type
    Statue
    Metadata
    DaressoStatueMaleMaulBlue
    Nivel
    68
    Vida
    13,510
    Armaduras
    43,185
    Evasión
    4,739
    Escudo de energía
    0
    Damage
    448
    Daño de hechizos
    448
    Precisión
    290
    Attack Time
    1.5
    Experiencia
    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
    Ataque estándar
    Base Damage: 359–538
    Probabilidad de golpe crítico: 5%
    Attack Time: 1.5 seg
    Derriba a tus enemigos con un golpe poderoso.
    skill can fire arrows [1]
    skill can fire wand projectiles [1]
    GroundSlamStatue
    Attack, Area, Multistrikeable, Melee, Slam, Totemable
    Impacto sísmico
    Base Damage: 359–538
    Probabilidad de golpe crítico: 5%
    Attack Time: 1.5 seg
    El personaje golpea la tierra frente a él con un báculo, una maza o un cetro y crea una onda que viaja hacia adelante y daña a los enemigos con una probabilidad aumentada de aturdirlos.
    Inflige un 50% más de daño
    Umbral de aturdimiento de los enemigos reducido un 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
    Domainsmonstruo (3)
    GenerationTypeúnico (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
    Domainsmonstruo (3)
    GenerationTypeúnico (3)
    Req. level1
    stance movement speed +% final [112]
    IdStanceBanditRun
    FamilyStance
    Domainsmonstruo (3)
    GenerationTypeúnico (3)
    Req. level1
    Stats
  • stance movement speed +% final Min: 112 Max: 112 Global
  • Craft Tagsspeed
    Fantasía de destrucción
    Constructo
    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
    Vida
    210%
    Armaduras
    +50%
    Ailment Threshold
    210%
    Resistencia
    0 0 0 0
    Damage
    120%
    Precisión
    100%
    Probabilidad de golpe crítico
    +5%
    Multiplicador de Golpe Crítico
    +130%
    Attack Distance
    6 ~ 10
    Attack Time
    1.5 Second
    Damage Spread
    ±20%
    Experiencia
    120%
    Model Size
    100%
    Type
    Statue
    Metadata
    DaressoStatueMaleMaulRed
    Nivel
    68
    Vida
    13,510
    Armaduras
    43,185
    Evasión
    4,739
    Escudo de energía
    0
    Damage
    448
    Daño de hechizos
    448
    Precisión
    290
    Attack Time
    1.5
    Experiencia
    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
    Ataque estándar
    Base Damage: 359–538
    Probabilidad de golpe crítico: 5%
    Attack Time: 1.5 seg
    Derriba a tus enemigos con un golpe poderoso.
    skill can fire arrows [1]
    skill can fire wand projectiles [1]
    GroundSlamStatue
    Attack, Area, Multistrikeable, Melee, Slam, Totemable
    Impacto sísmico
    Base Damage: 359–538
    Probabilidad de golpe crítico: 5%
    Attack Time: 1.5 seg
    El personaje golpea la tierra frente a él con un báculo, una maza o un cetro y crea una onda que viaja hacia adelante y daña a los enemigos con una probabilidad aumentada de aturdirlos.
    Inflige un 50% más de daño
    Umbral de aturdimiento de los enemigos reducido un 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
    Domainsmonstruo (3)
    GenerationTypeúnico (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
    Domainsmonstruo (3)
    GenerationTypeúnico (3)
    Req. level1
    stance movement speed +% final [112]
    IdStanceBanditRun
    FamilyStance
    Domainsmonstruo (3)
    GenerationTypeúnico (3)
    Req. level1
    Stats
  • stance movement speed +% final Min: 112 Max: 112 Global
  • Craft Tagsspeed
    Fantasía de destrucción
    Constructo
    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
    Vida
    210%
    Armaduras
    +50%
    Ailment Threshold
    210%
    Resistencia
    0 0 0 0
    Damage
    120%
    Precisión
    100%
    Probabilidad de golpe crítico
    +5%
    Multiplicador de Golpe Crítico
    +130%
    Attack Distance
    6 ~ 10
    Attack Time
    1.5 Second
    Damage Spread
    ±20%
    Experiencia
    120%
    Model Size
    100%
    Type
    Statue
    Metadata
    DaressoStatueFemaleMaul
    Nivel
    68
    Vida
    13,510
    Armaduras
    43,185
    Evasión
    4,739
    Escudo de energía
    0
    Damage
    448
    Daño de hechizos
    448
    Precisión
    290
    Attack Time
    1.5
    Experiencia
    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
    Ataque estándar
    Base Damage: 359–538
    Probabilidad de golpe crítico: 5%
    Attack Time: 1.5 seg
    Derriba a tus enemigos con un golpe poderoso.
    skill can fire arrows [1]
    skill can fire wand projectiles [1]
    GroundSlamStatue
    Attack, Area, Multistrikeable, Melee, Slam, Totemable
    Impacto sísmico
    Base Damage: 359–538
    Probabilidad de golpe crítico: 5%
    Attack Time: 1.5 seg
    El personaje golpea la tierra frente a él con un báculo, una maza o un cetro y crea una onda que viaja hacia adelante y daña a los enemigos con una probabilidad aumentada de aturdirlos.
    Inflige un 50% más de daño
    Umbral de aturdimiento de los enemigos reducido un 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
    Domainsmonstruo (3)
    GenerationTypeúnico (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
    Domainsmonstruo (3)
    GenerationTypeúnico (3)
    Req. level1
    stance movement speed +% final [112]
    IdStanceBanditRun
    FamilyStance
    Domainsmonstruo (3)
    GenerationTypeúnico (3)
    Req. level1
    Stats
  • stance movement speed +% final Min: 112 Max: 112 Global
  • Craft Tagsspeed
    Fantasía de destrucción
    Constructo
    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
    Vida
    210%
    Armaduras
    +50%
    Ailment Threshold
    210%
    Resistencia
    0 0 0 0
    Damage
    120%
    Precisión
    100%
    Probabilidad de golpe crítico
    +5%
    Multiplicador de Golpe Crítico
    +130%
    Attack Distance
    6 ~ 10
    Attack Time
    1.5 Second
    Damage Spread
    ±20%
    Experiencia
    120%
    Model Size
    100%
    Type
    Statue
    Metadata
    DaressoStatueFemaleMaulBlack
    Nivel
    68
    Vida
    13,510
    Armaduras
    43,185
    Evasión
    4,739
    Escudo de energía
    0
    Damage
    448
    Daño de hechizos
    448
    Precisión
    290
    Attack Time
    1.5
    Experiencia
    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
    Ataque estándar
    Base Damage: 359–538
    Probabilidad de golpe crítico: 5%
    Attack Time: 1.5 seg
    Derriba a tus enemigos con un golpe poderoso.
    skill can fire arrows [1]
    skill can fire wand projectiles [1]
    GroundSlamStatue
    Attack, Area, Multistrikeable, Melee, Slam, Totemable
    Impacto sísmico
    Base Damage: 359–538
    Probabilidad de golpe crítico: 5%
    Attack Time: 1.5 seg
    El personaje golpea la tierra frente a él con un báculo, una maza o un cetro y crea una onda que viaja hacia adelante y daña a los enemigos con una probabilidad aumentada de aturdirlos.
    Inflige un 50% más de daño
    Umbral de aturdimiento de los enemigos reducido un 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
    Domainsmonstruo (3)
    GenerationTypeúnico (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
    Domainsmonstruo (3)
    GenerationTypeúnico (3)
    Req. level1
    stance movement speed +% final [112]
    IdStanceBanditRun
    FamilyStance
    Domainsmonstruo (3)
    GenerationTypeúnico (3)
    Req. level1
    Stats
  • stance movement speed +% final Min: 112 Max: 112 Global
  • Craft Tagsspeed
    Fantasía de destrucción
    Constructo
    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
    Vida
    210%
    Armaduras
    +50%
    Ailment Threshold
    210%
    Resistencia
    0 0 0 0
    Damage
    120%
    Precisión
    100%
    Probabilidad de golpe crítico
    +5%
    Multiplicador de Golpe Crítico
    +130%
    Attack Distance
    6 ~ 10
    Attack Time
    1.5 Second
    Damage Spread
    ±20%
    Experiencia
    120%
    Model Size
    100%
    Type
    Statue
    Metadata
    DaressoStatueFemaleMaulBlue
    Nivel
    68
    Vida
    13,510
    Armaduras
    43,185
    Evasión
    4,739
    Escudo de energía
    0
    Damage
    448
    Daño de hechizos
    448
    Precisión
    290
    Attack Time
    1.5
    Experiencia
    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
    Ataque estándar
    Base Damage: 359–538
    Probabilidad de golpe crítico: 5%
    Attack Time: 1.5 seg
    Derriba a tus enemigos con un golpe poderoso.
    skill can fire arrows [1]
    skill can fire wand projectiles [1]
    GroundSlamStatue
    Attack, Area, Multistrikeable, Melee, Slam, Totemable
    Impacto sísmico
    Base Damage: 359–538
    Probabilidad de golpe crítico: 5%
    Attack Time: 1.5 seg
    El personaje golpea la tierra frente a él con un báculo, una maza o un cetro y crea una onda que viaja hacia adelante y daña a los enemigos con una probabilidad aumentada de aturdirlos.
    Inflige un 50% más de daño
    Umbral de aturdimiento de los enemigos reducido un 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
    Domainsmonstruo (3)
    GenerationTypeúnico (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
    Domainsmonstruo (3)
    GenerationTypeúnico (3)
    Req. level1
    stance movement speed +% final [112]
    IdStanceBanditRun
    FamilyStance
    Domainsmonstruo (3)
    GenerationTypeúnico (3)
    Req. level1
    Stats
  • stance movement speed +% final Min: 112 Max: 112 Global
  • Craft Tagsspeed
    Fantasía de destrucción
    Constructo
    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
    Vida
    210%
    Armaduras
    +50%
    Ailment Threshold
    210%
    Resistencia
    0 0 0 0
    Damage
    120%
    Precisión
    100%
    Probabilidad de golpe crítico
    +5%
    Multiplicador de Golpe Crítico
    +130%
    Attack Distance
    6 ~ 10
    Attack Time
    1.5 Second
    Damage Spread
    ±20%
    Experiencia
    120%
    Model Size
    100%
    Type
    Statue
    Metadata
    DaressoStatueFemaleMaulRed
    Nivel
    68
    Vida
    13,510
    Armaduras
    43,185
    Evasión
    4,739
    Escudo de energía
    0
    Damage
    448
    Daño de hechizos
    448
    Precisión
    290
    Attack Time
    1.5
    Experiencia
    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
    Ataque estándar
    Base Damage: 359–538
    Probabilidad de golpe crítico: 5%
    Attack Time: 1.5 seg
    Derriba a tus enemigos con un golpe poderoso.
    skill can fire arrows [1]
    skill can fire wand projectiles [1]
    GroundSlamStatue
    Attack, Area, Multistrikeable, Melee, Slam, Totemable
    Impacto sísmico
    Base Damage: 359–538
    Probabilidad de golpe crítico: 5%
    Attack Time: 1.5 seg
    El personaje golpea la tierra frente a él con un báculo, una maza o un cetro y crea una onda que viaja hacia adelante y daña a los enemigos con una probabilidad aumentada de aturdirlos.
    Inflige un 50% más de daño
    Umbral de aturdimiento de los enemigos reducido un 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
    Domainsmonstruo (3)
    GenerationTypeúnico (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
    Domainsmonstruo (3)
    GenerationTypeúnico (3)
    Req. level1
    stance movement speed +% final [112]
    IdStanceBanditRun
    FamilyStance
    Domainsmonstruo (3)
    GenerationTypeúnico (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.