Guerrero de Arena
Constructo
monster no drops or experience [1]
cannot have affliction mods [1]
Sand Warrior
SpectreN
Tagsconstruct, fast_movement, has_dual_wield_melee, has_one_hand_sword, has_one_handed_melee, medium_height, melee, mud_blood, not_int, physical_affinity, slashing_weapon, stone_armour, stone_construct
Vida
48%
Armadura
+50%
Evasión
+50%
Ailment Threshold
48%
Resistencia
20 20 20 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.245 Second
Damage Spread
±20%
Experiencia
100%
Model Size
115%
Type
GarukhanMinionSmall
Metadata
GarukhanMinionSmall
Nivel
68
Vida
3,088
Armadura
43,185
Evasión
7,109
Escudo de energía
0
Damage
448
Daño de hechizos
448
Precisión
290
Attack Time
1.245
Experiencia
10,255
Ailment Threshold
3,088
Chill
10
Shock
10
Brittle
55
Scorch
10
Sap
27
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.245 seg
Derriba a tus enemigos con un golpe poderoso.
skill can fire arrows [1]
skill can fire wand projectiles [1]

Object Type

version 2
extends "Metadata/Monsters/Garukhan/GarukhanMinionBase"

Object Type Codes

version 2
extends "Metadata/Monsters/Garukhan/GarukhanMinionBase"

BaseEvents
{
	on_construction_complete = "AddEffectPack( Metadata/Effects/Spells/monsters_effects/act9/Garukhan/minions/normal/sand.epk );"
}

Animated
{
	preload_animated_object = "Metadata/Effects/Spells/monsters_effects/act9/Garukhan/minions/normal/normalDeath.ao"
	preload_animated_object = "Metadata/Effects/Spells/monsters_effects/act9/Garukhan/minions/normal/normalEmerge.ao"
}
-- src\Data\Spectres.lua
minions["Metadata/Monsters/Garukhan/GarukhanMinionSmall"] = {
    name = "Sand Warrior",
    life = 0.48,
    fireResist = 20,
    coldResist = 20,
    lightningResist = 20,
    chaosResist = 0,
    damage = 1.2,
    damageSpread = 0.2,
    attackTime = 1.245,
    attackRange = 10,
    accuracy = 1,
    weaponType1 = "One Hand Sword",
    weaponType2 = "One Hand Sword",
    skillList = {
        "Melee",
    },
    modList = {
    },
}
-- src\Data\Skills\spectre.lua
skills["Melee"] = {
    name = "Default Attack",
    hidden = true,
    color = 4,
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    description = "Strike your foes down with a powerful blow.",
    skillTypes = {
        [SkillType.Attack] = true,
        [SkillType.RangedAttack] = true,
        [SkillType.MirageArcherCanUse] = true,
        [SkillType.Projectile] = true,
        [SkillType.MeleeSingleTarget] = true,
        [SkillType.Multistrikeable] = true,
        [SkillType.Melee] = true,
        [SkillType.ProjectilesFromUser] = true,
    },
    statDescriptionScope = "skill_stat_descriptions",
    castTime = 1,
    baseFlags = {
        attack = true,
        melee = true,
        projectile = true,
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
        "skill_can_fire_arrows",
        "skill_can_fire_wand_projectiles",
    },
    levels = {
        [1] = {levelRequirement = 1, statInterpolation = {},  cost = { }, },
    },
}
monster no drops or experience [1]
IdMonsterNoDropsOrExperience
FamilyMonsterNoDropsOrExperience
Domainsmonstruo (3)
GenerationTypeÚnico (3)
Req. level1
Stats
  • monster no drops or experience Min: 1 Max: 1 Global
  • cannot have affliction mods [1]
    IdCannotGainAfflictedMods
    FamilyNothing
    Domainsmonstruo (3)
    GenerationTypeÚnico (3)
    Req. level1
    Stats
  • cannot have affliction mods Min: 1 Max: 1 Global
  • Guerrero de Arena
    Constructo
    Sand Warrior
    SpectreN
    Tagsconstruct, has_dual_wield_melee, has_one_hand_sword, has_one_handed_melee, medium_height, medium_movement, melee, mud_blood, not_int, physical_affinity, slashing_weapon, stone_armour, stone_construct
    Vida
    350%
    Armadura
    +50%
    Evasión
    +50%
    Ailment Threshold
    350%
    Resistencia
    20 20 20 0
    Damage
    100%
    Precisión
    100%
    Probabilidad de golpe crítico
    +5%
    Multiplicador de Golpe Crítico
    +130%
    Attack Distance
    6 ~ 10
    Attack Time
    1.245 Second
    Damage Spread
    ±20%
    Experiencia
    100%
    Model Size
    100%
    Type
    GarukhanMinionSmallEvent
    Metadata
    GarukhanMinionSmallMummyEvent
    Nivel
    68
    Vida
    22,517
    Armadura
    43,185
    Evasión
    7,109
    Escudo de energía
    0
    Damage
    374
    Daño de hechizos
    374
    Precisión
    290
    Attack Time
    1.245
    Experiencia
    10,255
    Ailment Threshold
    22,517
    Chill
    71
    Shock
    71
    Brittle
    403
    Scorch
    71
    Sap
    197
    Melee
    Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Multistrikeable, Melee, ProjectilesFromUser
    Ataque estándar
    Base Damage: 299–448
    Probabilidad de golpe crítico: 5%
    Attack Time: 1.245 seg
    Derriba a tus enemigos con un golpe poderoso.
    skill can fire arrows [1]
    skill can fire wand projectiles [1]

    Object Type

    version 2
    extends "Metadata/Monsters/Monster"
    

    Object Type Codes

    version 2
    extends "Metadata/Monsters/Monster"
    
    BaseEvents
    {
    	on_construction_complete = "AddEffectPack( Metadata/Effects/Spells/monsters_effects/act9/Garukhan/minions/normal/sand.epk );"
    }
    -- src\Data\Spectres.lua
    minions["Metadata/Monsters/Garukhan/GarukhanMinionSmallMummyEvent"] = {
        name = "Sand Warrior",
        life = 3.5,
        fireResist = 20,
        coldResist = 20,
        lightningResist = 20,
        chaosResist = 0,
        damage = 1,
        damageSpread = 0.2,
        attackTime = 1.245,
        attackRange = 10,
        accuracy = 1,
        weaponType1 = "One Hand Sword",
        weaponType2 = "One Hand Sword",
        skillList = {
            "Melee",
        },
        modList = {
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["Melee"] = {
        name = "Default Attack",
        hidden = true,
        color = 4,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        description = "Strike your foes down with a powerful blow.",
        skillTypes = {
            [SkillType.Attack] = true,
            [SkillType.RangedAttack] = true,
            [SkillType.MirageArcherCanUse] = true,
            [SkillType.Projectile] = true,
            [SkillType.MeleeSingleTarget] = true,
            [SkillType.Multistrikeable] = true,
            [SkillType.Melee] = true,
            [SkillType.ProjectilesFromUser] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            attack = true,
            melee = true,
            projectile = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "skill_can_fire_arrows",
            "skill_can_fire_wand_projectiles",
        },
        levels = {
            [1] = {levelRequirement = 1, statInterpolation = {},  cost = { }, },
        },
    }
    
    Guerrero de Arena
    Constructo
    Sand Warrior
    SpectreN
    AreaPilares de Arun
    Tagsconstruct, has_dual_wield_melee, has_one_hand_sword, has_one_handed_melee, medium_height, medium_movement, melee, mud_blood, not_int, physical_affinity, slashing_weapon, stone_armour, stone_construct
    Packs
  • Pilares de Arun: Guerrero de Arena, Guerrero de Arena
  • Vida
    250%
    Armadura
    +50%
    Evasión
    +50%
    Ailment Threshold
    250%
    Resistencia
    20 20 20 0
    Damage
    125%
    Precisión
    100%
    Probabilidad de golpe crítico
    +5%
    Multiplicador de Golpe Crítico
    +130%
    Attack Distance
    6 ~ 10
    Attack Time
    1.245 Second
    Damage Spread
    ±20%
    Experiencia
    125%
    Model Size
    100%
    Type
    SandWarrior
    Metadata
    SandWarriorVastiri
    Nivel
    69
    Vida
    17,767
    Armadura
    46,737
    Evasión
    7,361
    Escudo de energía
    0
    Damage
    496
    Daño de hechizos
    496
    Precisión
    301
    Attack Time
    1.245
    Experiencia
    13,109
    Ailment Threshold
    17,767
    Chill
    56
    Shock
    56
    Brittle
    318
    Scorch
    56
    Sap
    155
    Melee
    Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Multistrikeable, Melee, ProjectilesFromUser
    Ataque estándar
    Base Damage: 397–595
    Probabilidad de golpe crítico: 5%
    Attack Time: 1.245 seg
    Derriba a tus enemigos con un golpe poderoso.
    skill can fire arrows [1]
    skill can fire wand projectiles [1]

    Object Type

    version 2
    extends "Metadata/Monsters/Monster"

    Object Type Codes

    version 2
    extends "Metadata/Monsters/Monster"
    
    BaseEvents
    {
    	on_construction_complete = "AddEffectPack( Metadata/Effects/Spells/monsters_effects/act9/Garukhan/minions/normal/sand.epk );"
    }
    
    Animated
    {
    	preload_animated_object = "Metadata/Effects/Spells/monsters_effects/act9/Garukhan/minions/normal/normalDeath.ao"
    	preload_animated_object = "Metadata/Effects/Spells/monsters_effects/act9/Garukhan/minions/normal/normalEmerge.ao"
    }
    -- src\Data\Spectres.lua
    minions["Metadata/Monsters/Garukhan/SandWarriorVastiri"] = {
        name = "Sand Warrior",
        life = 2.5,
        fireResist = 20,
        coldResist = 20,
        lightningResist = 20,
        chaosResist = 0,
        damage = 1.25,
        damageSpread = 0.2,
        attackTime = 1.245,
        attackRange = 10,
        accuracy = 1,
        weaponType1 = "One Hand Sword",
        weaponType2 = "One Hand Sword",
        skillList = {
            "Melee",
        },
        modList = {
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["Melee"] = {
        name = "Default Attack",
        hidden = true,
        color = 4,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        description = "Strike your foes down with a powerful blow.",
        skillTypes = {
            [SkillType.Attack] = true,
            [SkillType.RangedAttack] = true,
            [SkillType.MirageArcherCanUse] = true,
            [SkillType.Projectile] = true,
            [SkillType.MeleeSingleTarget] = true,
            [SkillType.Multistrikeable] = true,
            [SkillType.Melee] = true,
            [SkillType.ProjectilesFromUser] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            attack = true,
            melee = true,
            projectile = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "skill_can_fire_arrows",
            "skill_can_fire_wand_projectiles",
        },
        levels = {
            [1] = {levelRequirement = 1, statInterpolation = {},  cost = { }, },
        },
    }
    
    Guerrero de Arena
    Constructo
    Sand Warrior
    SpectreN
    AreaPilares de Arun
    Tagsconstruct, has_dual_wield_melee, has_one_hand_sword, has_one_handed_melee, medium_height, medium_movement, melee, mud_blood, not_int, physical_affinity, ranged, slashing_weapon, stone_armour, stone_construct
    Packs
  • Pilares de Arun: Guerrero de Arena, Guerrero de Arena
  • Vida
    250%
    Armadura
    +50%
    Evasión
    +50%
    Ailment Threshold
    250%
    Resistencia
    20 20 20 0
    Damage
    125%
    Precisión
    100%
    Probabilidad de golpe crítico
    +5%
    Multiplicador de Golpe Crítico
    +130%
    Attack Distance
    6 ~ 10
    Attack Time
    1.245 Second
    Damage Spread
    ±20%
    Experiencia
    125%
    Model Size
    100%
    Type
    SandWarrior
    Metadata
    SandWarriorVastiriSpectralThrow
    Nivel
    69
    Vida
    17,767
    Armadura
    46,737
    Evasión
    7,361
    Escudo de energía
    0
    Damage
    496
    Daño de hechizos
    496
    Precisión
    301
    Attack Time
    1.245
    Experiencia
    13,109
    Ailment Threshold
    17,767
    Chill
    56
    Shock
    56
    Brittle
    318
    Scorch
    56
    Sap
    155
    Melee
    Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Multistrikeable, Melee, ProjectilesFromUser
    Ataque estándar
    Base Damage: 397–595
    Probabilidad de golpe crítico: 5%
    Attack Time: 1.245 seg
    Derriba a tus enemigos con un golpe poderoso.
    skill can fire arrows [1]
    skill can fire wand projectiles [1]
    SandWarriorSpectralThrow
    Attack, RangedAttack, Projectile, ProjectilesFromUser
    Lanzamiento espectral
    Base Damage: 397–595
    Probabilidad de golpe crítico: 5%
    Attack Time: 1.245 seg
    Tiempo de recarga: 3 seg
    Lanza una copia espectral de tu arma cuerpo a cuerpo. Sale volando y luego regresa a ti en un ataque giratorio que daña a los enemigos que están en su camino.
    Inflige un 52% menos de daño
    Velocidad de proyectiles aumentada un 40%
    base is projectile [1]

    Object Type

    version 2
    extends "Metadata/Monsters/Monster"

    Object Type Codes

    version 2
    extends "Metadata/Monsters/Monster"
    
    BaseEvents
    {
    	on_construction_complete = "AddEffectPack( Metadata/Effects/Spells/monsters_effects/act9/Garukhan/minions/normal/sand.epk );"
    }
    
    Animated
    {
    	preload_animated_object = "Metadata/Effects/Spells/monsters_effects/act9/Garukhan/minions/normal/normalDeath.ao"
    	preload_animated_object = "Metadata/Effects/Spells/monsters_effects/act9/Garukhan/minions/normal/normalEmerge.ao"
    }
    -- src\Data\Spectres.lua
    minions["Metadata/Monsters/Garukhan/SandWarriorVastiriSpectralThrow"] = {
        name = "Sand Warrior",
        life = 2.5,
        fireResist = 20,
        coldResist = 20,
        lightningResist = 20,
        chaosResist = 0,
        damage = 1.25,
        damageSpread = 0.2,
        attackTime = 1.245,
        attackRange = 10,
        accuracy = 1,
        weaponType1 = "One Hand Sword",
        weaponType2 = "One Hand Sword",
        skillList = {
            "Melee",
            "SandWarriorSpectralThrow",
        },
        modList = {
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["Melee"] = {
        name = "Default Attack",
        hidden = true,
        color = 4,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        description = "Strike your foes down with a powerful blow.",
        skillTypes = {
            [SkillType.Attack] = true,
            [SkillType.RangedAttack] = true,
            [SkillType.MirageArcherCanUse] = true,
            [SkillType.Projectile] = true,
            [SkillType.MeleeSingleTarget] = true,
            [SkillType.Multistrikeable] = true,
            [SkillType.Melee] = true,
            [SkillType.ProjectilesFromUser] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            attack = true,
            melee = true,
            projectile = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "skill_can_fire_arrows",
            "skill_can_fire_wand_projectiles",
        },
        levels = {
            [1] = {levelRequirement = 1, statInterpolation = {},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["SandWarriorSpectralThrow"] = {
        name = "Spectral Throw",
        hidden = true,
        color = "2",
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        description = "Throws a spectral copy of your melee weapon. It flies out and then returns to you, in a spinning attack that damages enemies in its path.",
        skillTypes = {
            [SkillType.Attack] = true,
            [SkillType.RangedAttack] = true,
            [SkillType.Projectile] = true,
            [SkillType.ProjectilesFromUser] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            attack = true,
            projectile = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "active_skill_damage_+%_final",
            "base_projectile_speed_+%",
            "base_is_projectile",
        },
        levels = {
            [1] = {-52, 40, levelRequirement = 1, statInterpolation = {},  cost = { }, },
        },
    }
    
    Guerrero de Arena
    Constructo
    cannot be used as minion [1]
    monster no map drops [1]
    Sand Warrior
    SpectreN
    Tagsconstruct, delve_monster, fast_movement, has_dual_wield_melee, has_one_hand_sword, has_one_handed_melee, medium_height, melee, mud_blood, no_pantheon_mod, not_int, physical_affinity, slashing_weapon, stone_armour, stone_construct
    Vida
    100%
    Armadura
    +50%
    Evasión
    +50%
    Ailment Threshold
    100%
    Resistencia
    20 20 20 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.245 Second
    Damage Spread
    ±20%
    Experiencia
    100%
    Model Size
    115%
    Type
    GarukhanMinionDelve
    Metadata
    SandWarriorDelveEncounter
    Nivel
    68
    Vida
    6,433
    Armadura
    43,185
    Evasión
    7,109
    Escudo de energía
    0
    Damage
    448
    Daño de hechizos
    448
    Precisión
    290
    Attack Time
    1.245
    Experiencia
    10,255
    Ailment Threshold
    6,433
    Chill
    20
    Shock
    20
    Brittle
    115
    Scorch
    20
    Sap
    56
    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.245 seg
    Derriba a tus enemigos con un golpe poderoso.
    skill can fire arrows [1]
    skill can fire wand projectiles [1]

    Object Type

    version 2
    extends "Metadata/Monsters/Garukhan/Delve/GarukhanMinionBase"
    

    Object Type Codes

    version 2
    extends "Metadata/Monsters/Garukhan/Delve/GarukhanMinionBase"
    
    BaseEvents
    {
    	on_construction_complete = "AddEffectPack( Metadata/Effects/Spells/monsters_effects/act9/Garukhan/minions/normal/sand.epk );"
    }
    
    Animated
    {
    	preload_animated_object = "Metadata/Effects/Spells/monsters_effects/act9/Garukhan/minions/normal/normalDeath.ao"
    	preload_animated_object = "Metadata/Effects/Spells/monsters_effects/act9/Garukhan/minions/normal/normalEmerge.ao"
    	preload_animated_object = "Metadata/Effects/Spells/monsters_effects/act9/Garukhan/minions/normal/normalEmergeNoScreenshake.ao"
    }
    -- src\Data\Spectres.lua
    minions["Metadata/Monsters/Garukhan/SandWarriorDelveEncounter"] = {
        name = "Sand Warrior",
        life = 1,
        fireResist = 20,
        coldResist = 20,
        lightningResist = 20,
        chaosResist = 0,
        damage = 1.2,
        damageSpread = 0.2,
        attackTime = 1.245,
        attackRange = 10,
        accuracy = 1,
        weaponType1 = "One Hand Sword",
        weaponType2 = "One Hand Sword",
        skillList = {
            "Melee",
        },
        modList = {
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["Melee"] = {
        name = "Default Attack",
        hidden = true,
        color = 4,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        description = "Strike your foes down with a powerful blow.",
        skillTypes = {
            [SkillType.Attack] = true,
            [SkillType.RangedAttack] = true,
            [SkillType.MirageArcherCanUse] = true,
            [SkillType.Projectile] = true,
            [SkillType.MeleeSingleTarget] = true,
            [SkillType.Multistrikeable] = true,
            [SkillType.Melee] = true,
            [SkillType.ProjectilesFromUser] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            attack = true,
            melee = true,
            projectile = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "skill_can_fire_arrows",
            "skill_can_fire_wand_projectiles",
        },
        levels = {
            [1] = {levelRequirement = 1, statInterpolation = {},  cost = { }, },
        },
    }
    
    cannot be used as minion [1]
    IdCannotBeUsedAsMinion
    FamilyCannotBeUsedAsMinion
    Domainsmonstruo (3)
    GenerationTypeÚnico (3)
    Req. level1
    Stats
  • cannot be used as minion Min: 1 Max: 1 Global
  • monster no map drops [1]
    IdMonsterNoMapDrops
    FamilyMonsterNoMapDrops
    Domainsmonstruo (3)
    GenerationTypeÚnico (3)
    Req. level1
    Stats
  • monster no map drops Min: 1 Max: 1 Global
  • Edit

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