Primata Selvagem
Bestial
monster beyond portal chance +% final [-66]
monster hellscape charge +% [-66]
monster no map drops [1]
Wild Ape
SpectreY
Spectre OverrideMetadata/Monsters/LeagueHarvest/Red/HarvestMonkeyT1Spectre
Tagsanimal_claw_weapon, beast, Conjurador, cold_affinity, fire_affinity, flesh_armour, is_unarmed, mammal_beast, medium_movement, melee, not_int, not_str, physical_affinity, primate_beast, red_blood, small_height
Vida
176%
Evasão
+15%
Ailment Threshold
176%
Resistência
40 0 0 0
Damage
78%
Precisão
100%
Chance de Crítico
+5%
Multiplicador de Acerto Crítico
+130%
Attack Distance
4 ~ 7
Attack Time
1.005 Second
Damage Spread
±20%
Experiência
65%
Model Size
100%
Type
HarvestMonkey
Metadata
HarvestMonkeyT1
Nível
68
Vida
11,323
Armadura
28,790
Evasão
5,450
Escudo de Energia
0
Damage
291
Dano Mágico
291
Precisão
290
Attack Time
1.005
Experiência
6,666
Ailment Threshold
11,323
Chill
36
Shock
36
Brittle
203
Scorch
36
Sap
99
Melee
Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Multistrikeable, Melee, ProjectilesFromUser
Ataque Padrão
Base Damage: 233–350
Chance de Crítico: 5%
Attack Time: 1.005 seg
Abate seus inimigos com um golpe poderoso.
skill can fire arrows [1]
skill can fire wand projectiles [1]
HarvestMonkeyBomb
Projectile, ProjectilesFromUser, Spell, Damage, Area, Trappable, Totemable, Mineable, Multicastable, Triggerable, AreaSpell
Chance de Crítico: 5%
Tempo de Conjuração: 1.1 seg
Recarga: 5 seg
Habilidade de morteiro de monstro genérico. Como Projétil de Monstro, mas com um efeito de impacto.
Causa 620.7 a 931 de Dano de Gelo
active skill area of effect radius +% final [-75]
base deal no damage [1]
base is projectile [1]
is area damage [1]
projectile minimum range [15]
projectile uses contact position [1]
use scaled contact offset [1]
GSHarvestMonkeyMine
Spell, Triggerable
Chance de Crítico: 5%
Tempo de Conjuração: 1 seg
Causa 1317 a 1976 de Dano de Fogo
is area damage [1]
EASHarvestEmerge
Spell
Tempo de Conjuração: 1 seg

Object Type

version 2
extends "Metadata/Monsters/LeagueHarvest/Red/HarvestRedBase"

Actor
{
	basic_action = "Emerge"
}

Transitionable
{
	num_states = 3
	on_transition_to_2 = "InterruptActionsForDuration( 1 );" 
}

Life
{
	corpse_sink_delay_ms = 1900
}

Object Type Codes

version 2
extends "Metadata/Monsters/LeagueHarvest/Red/HarvestRedBase"

Life
{
	on_death = "Call( Vines1100 );"
}
-- src\Data\Spectres.lua
minions["Metadata/Monsters/LeagueHarvest/Red/HarvestMonkeyT1"] = {
    name = "Wild Ape",
    life = 1.76,
    fireResist = 40,
    coldResist = 0,
    lightningResist = 0,
    chaosResist = 0,
    damage = 0.78,
    damageSpread = 0.2,
    attackTime = 1.005,
    attackRange = 7,
    accuracy = 1,
    skillList = {
        "Melee",
        "HarvestMonkeyBomb",
        "GSHarvestMonkeyMine",
        "EASHarvestEmerge",
    },
    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["HarvestMonkeyBomb"] = {
    name = "HarvestMonkeyBomb",
    hidden = true,
    color = 4,
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    description = "Generic monster mortar skill. Like Monster Projectile but has an impact effect.",
    skillTypes = {
        [SkillType.Projectile] = true,
        [SkillType.ProjectilesFromUser] = true,
        [SkillType.Spell] = true,
        [SkillType.Damage] = true,
        [SkillType.Area] = true,
        [SkillType.Trappable] = true,
        [SkillType.Totemable] = true,
        [SkillType.Mineable] = true,
        [SkillType.Multicastable] = true,
        [SkillType.Triggerable] = true,
        [SkillType.AreaSpell] = true,
    },
    statDescriptionScope = "skill_stat_descriptions",
    castTime = 1.1,
    baseFlags = {
        area = true,
        spell = true,
        projectile = true,
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
        "spell_minimum_base_cold_damage",
        "spell_maximum_base_cold_damage",
        "projectile_minimum_range",
        "active_skill_area_of_effect_radius_+%_final",
        "is_area_damage",
        "base_is_projectile",
        "projectile_uses_contact_position",
        "base_deal_no_damage",
        "use_scaled_contact_offset",
    },
    levels = {
        [1] = {0.80000001192093, 1.2000000476837, 15, -75, critChance = 5, levelRequirement = 1, statInterpolation = {3, 3},  cost = { }, },
    },
}
-- src\Data\Skills\spectre.lua
skills["GSHarvestMonkeyMine"] = {
    name = "GSHarvestMonkeyMine",
    hidden = true,
    color = 4,
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    skillTypes = {
        [SkillType.Spell] = true,
        [SkillType.Triggerable] = true,
    },
    statDescriptionScope = "skill_stat_descriptions",
    castTime = 1,
    baseFlags = {
        spell = true,
        area = true,
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
        "spell_minimum_base_fire_damage",
        "spell_maximum_base_fire_damage",
        "is_area_damage",
    },
    levels = {
        [1] = {0.80000001192093, 1.2000000476837, critChance = 5, levelRequirement = 1, statInterpolation = {3, 3},  cost = { }, },
    },
}
-- src\Data\Skills\spectre.lua
skills["EASHarvestEmerge"] = {
    name = "EASHarvestEmerge",
    hidden = true,
    color = 4,
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    skillTypes = {
        [SkillType.Spell] = true,
    },
    statDescriptionScope = "skill_stat_descriptions",
    castTime = 1,
    baseFlags = {
        spell = true,
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
    },
    levels = {
        [1] = {levelRequirement = 0, statInterpolation = {},  cost = { }, },
    },
}
monster beyond portal chance +% final [-66]
monster hellscape charge +% [-66]
IdBreachReducedBeyondPortalChance
FamilyBeyondPortalChance
Domainsmonstro (3)
GenerationTypeÚnico (3)
Req. level1
Stats
  • monster hellscape charge +% Min: -66 Max: -66 Global
  • monster beyond portal chance +% final Min: -66 Max: -66 Global
  • monster no map drops [1]
    IdMonsterNoMapDrops
    FamilyMonsterNoMapDrops
    Domainsmonstro (3)
    GenerationTypeÚnico (3)
    Req. level1
    Stats
  • monster no map drops Min: 1 Max: 1 Global
  • Primata Selvagem
    Bestial
    monster beyond portal chance +% final [-66]
    monster hellscape charge +% [-66]
    Wild Ape
    SpectreY
    Tagsanimal_claw_weapon, beast, Conjurador, cold_affinity, fire_affinity, flesh_armour, is_unarmed, mammal_beast, medium_movement, melee, not_int, not_str, physical_affinity, primate_beast, red_blood
    Vida
    176%
    Evasão
    +15%
    Ailment Threshold
    176%
    Resistência
    40 0 0 0
    Damage
    78%
    Precisão
    100%
    Chance de Crítico
    +5%
    Multiplicador de Acerto Crítico
    +130%
    Attack Distance
    4 ~ 7
    Attack Time
    1.005 Second
    Damage Spread
    ±20%
    Experiência
    65%
    Model Size
    100%
    Type
    HarvestMonkey
    Metadata
    HarvestMonkeyT1Spectre
    Nível
    68
    Vida
    11,323
    Armadura
    28,790
    Evasão
    5,450
    Escudo de Energia
    0
    Damage
    291
    Dano Mágico
    291
    Precisão
    290
    Attack Time
    1.005
    Experiência
    6,666
    Ailment Threshold
    11,323
    Chill
    36
    Shock
    36
    Brittle
    203
    Scorch
    36
    Sap
    99
    Melee
    Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Multistrikeable, Melee, ProjectilesFromUser
    Ataque Padrão
    Base Damage: 233–350
    Chance de Crítico: 5%
    Attack Time: 1.005 seg
    Abate seus inimigos com um golpe poderoso.
    skill can fire arrows [1]
    skill can fire wand projectiles [1]
    HarvestMonkeyBomb
    Projectile, ProjectilesFromUser, Spell, Damage, Area, Trappable, Totemable, Mineable, Multicastable, Triggerable, AreaSpell
    Chance de Crítico: 5%
    Tempo de Conjuração: 1.1 seg
    Recarga: 5 seg
    Habilidade de morteiro de monstro genérico. Como Projétil de Monstro, mas com um efeito de impacto.
    Causa 620.7 a 931 de Dano de Gelo
    active skill area of effect radius +% final [-75]
    base deal no damage [1]
    base is projectile [1]
    is area damage [1]
    projectile minimum range [15]
    projectile uses contact position [1]
    use scaled contact offset [1]
    GSHarvestMonkeyMine
    Spell, Triggerable
    Chance de Crítico: 5%
    Tempo de Conjuração: 1 seg
    Causa 1317 a 1976 de Dano de Fogo
    is area damage [1]
    EASHarvestEmerge
    Spell
    Tempo de Conjuração: 1 seg

    Object Type

    version 2
    extends "Metadata/Monsters/LeagueHarvest/Red/HarvestRedBaseSpectre"
    
    Actor
    {
    	basic_action = "Emerge"
    }
    
    Transitionable
    {
    	num_states = 3
    	on_transition_to_2 = "InterruptActionsForDuration( 1 );" 
    }

    Object Type Codes

    version 2
    extends "Metadata/Monsters/LeagueHarvest/Red/HarvestRedBaseSpectre"
    -- src\Data\Spectres.lua
    minions["Metadata/Monsters/LeagueHarvest/Red/HarvestMonkeyT1Spectre"] = {
        name = "Wild Ape",
        life = 1.76,
        fireResist = 40,
        coldResist = 0,
        lightningResist = 0,
        chaosResist = 0,
        damage = 0.78,
        damageSpread = 0.2,
        attackTime = 1.005,
        attackRange = 7,
        accuracy = 1,
        skillList = {
            "Melee",
            "HarvestMonkeyBomb",
            "GSHarvestMonkeyMine",
            "EASHarvestEmerge",
        },
        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["HarvestMonkeyBomb"] = {
        name = "HarvestMonkeyBomb",
        hidden = true,
        color = 4,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        description = "Generic monster mortar skill. Like Monster Projectile but has an impact effect.",
        skillTypes = {
            [SkillType.Projectile] = true,
            [SkillType.ProjectilesFromUser] = true,
            [SkillType.Spell] = true,
            [SkillType.Damage] = true,
            [SkillType.Area] = true,
            [SkillType.Trappable] = true,
            [SkillType.Totemable] = true,
            [SkillType.Mineable] = true,
            [SkillType.Multicastable] = true,
            [SkillType.Triggerable] = true,
            [SkillType.AreaSpell] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1.1,
        baseFlags = {
            area = true,
            spell = true,
            projectile = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "spell_minimum_base_cold_damage",
            "spell_maximum_base_cold_damage",
            "projectile_minimum_range",
            "active_skill_area_of_effect_radius_+%_final",
            "is_area_damage",
            "base_is_projectile",
            "projectile_uses_contact_position",
            "base_deal_no_damage",
            "use_scaled_contact_offset",
        },
        levels = {
            [1] = {0.80000001192093, 1.2000000476837, 15, -75, critChance = 5, levelRequirement = 1, statInterpolation = {3, 3},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["GSHarvestMonkeyMine"] = {
        name = "GSHarvestMonkeyMine",
        hidden = true,
        color = 4,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Spell] = true,
            [SkillType.Triggerable] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            spell = true,
            area = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "spell_minimum_base_fire_damage",
            "spell_maximum_base_fire_damage",
            "is_area_damage",
        },
        levels = {
            [1] = {0.80000001192093, 1.2000000476837, critChance = 5, levelRequirement = 1, statInterpolation = {3, 3},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["EASHarvestEmerge"] = {
        name = "EASHarvestEmerge",
        hidden = true,
        color = 4,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Spell] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            spell = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
        },
        levels = {
            [1] = {levelRequirement = 0, statInterpolation = {},  cost = { }, },
        },
    }
    
    monster beyond portal chance +% final [-66]
    monster hellscape charge +% [-66]
    IdBreachReducedBeyondPortalChance
    FamilyBeyondPortalChance
    Domainsmonstro (3)
    GenerationTypeÚnico (3)
    Req. level1
    Stats
  • monster hellscape charge +% Min: -66 Max: -66 Global
  • monster beyond portal chance +% final Min: -66 Max: -66 Global
  • Edit

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