野性之狂猿
野獸
monster beyond portal chance +% final [-66]
monster hellscape charge +% [-66]
monster no map drops [1]
Wild Ape
幽魂Y
幽魂 取代Metadata/Monsters/LeagueHarvest/Red/HarvestMonkeyT1Spectre
標籤animal_claw_weapon, beast, 法術, 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
生命
176%
閃避
+15%
異常狀態臨界值
176%
抗性
40 0 0 0
傷害
78%
命中
100%
暴擊率
+5%
暴擊加成
+130%
攻擊距離
4 ~ 7
攻擊間隔
1.005 秒
傷害分佈
±20%
經驗值
65%
Model Size
100%
類型
HarvestMonkey
Metadata
HarvestMonkeyT1
等級
68
生命
11,323
護甲
28,790
閃避
5,450
能量護盾
0
傷害
291
法術傷害
291
命中
290
攻擊間隔
1.005
經驗值
6,666
異常狀態臨界值
11,323
冰緩
36
感電
36
易碎
203
焦灼
36
殘喘
99
Melee
攻擊, 範圍攻擊, 技能可幻影射手, 投射物, 近戰單一目標, 攻擊可重複, 近戰, 玩家投射物
普通攻擊
基本傷害: 233–350
暴擊率: 5%
攻擊間隔: 1.005 秒
用強大的攻擊擊倒敵人。
skill can fire arrows [1]
skill can fire wand projectiles [1]
HarvestMonkeyBomb
投射物, 玩家投射物, 法術, 傷害, 範圍, 陷阱技能, 圖騰技能, 地雷技能, 法術可重複, 可觸發, 範圍法術
暴擊率: 5%
施放時間: 1.1 秒
冷卻時間: 5 秒
通用的怪物砲擊技能。與怪物投射物相似,但帶有衝擊效果。
造成 620.7931 冰冷傷害
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
法術, 可觸發
暴擊率: 5%
施放時間: 1 秒
造成 13171976 火焰傷害
is area damage [1]
EASHarvestEmerge
法術
施放時間: 1 秒

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
Domains怪物 (3)
GenerationType傳奇 (3)
Req. level1
Stats
  • monster hellscape charge +% Min: -66 Max: -66 全域
  • monster beyond portal chance +% final Min: -66 Max: -66 全域
  • monster no map drops [1]
    IdMonsterNoMapDrops
    FamilyMonsterNoMapDrops
    Domains怪物 (3)
    GenerationType傳奇 (3)
    Req. level1
    Stats
  • monster no map drops Min: 1 Max: 1 全域
  • 野性之狂猿
    野獸
    monster beyond portal chance +% final [-66]
    monster hellscape charge +% [-66]
    Wild Ape
    幽魂Y
    標籤animal_claw_weapon, beast, 法術, cold_affinity, fire_affinity, flesh_armour, is_unarmed, mammal_beast, medium_movement, melee, not_int, not_str, physical_affinity, primate_beast, red_blood
    生命
    176%
    閃避
    +15%
    異常狀態臨界值
    176%
    抗性
    40 0 0 0
    傷害
    78%
    命中
    100%
    暴擊率
    +5%
    暴擊加成
    +130%
    攻擊距離
    4 ~ 7
    攻擊間隔
    1.005 秒
    傷害分佈
    ±20%
    經驗值
    65%
    Model Size
    100%
    類型
    HarvestMonkey
    Metadata
    HarvestMonkeyT1Spectre
    等級
    68
    生命
    11,323
    護甲
    28,790
    閃避
    5,450
    能量護盾
    0
    傷害
    291
    法術傷害
    291
    命中
    290
    攻擊間隔
    1.005
    經驗值
    6,666
    異常狀態臨界值
    11,323
    冰緩
    36
    感電
    36
    易碎
    203
    焦灼
    36
    殘喘
    99
    Melee
    攻擊, 範圍攻擊, 技能可幻影射手, 投射物, 近戰單一目標, 攻擊可重複, 近戰, 玩家投射物
    普通攻擊
    基本傷害: 233–350
    暴擊率: 5%
    攻擊間隔: 1.005 秒
    用強大的攻擊擊倒敵人。
    skill can fire arrows [1]
    skill can fire wand projectiles [1]
    HarvestMonkeyBomb
    投射物, 玩家投射物, 法術, 傷害, 範圍, 陷阱技能, 圖騰技能, 地雷技能, 法術可重複, 可觸發, 範圍法術
    暴擊率: 5%
    施放時間: 1.1 秒
    冷卻時間: 5 秒
    通用的怪物砲擊技能。與怪物投射物相似,但帶有衝擊效果。
    造成 620.7931 冰冷傷害
    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
    法術, 可觸發
    暴擊率: 5%
    施放時間: 1 秒
    造成 13171976 火焰傷害
    is area damage [1]
    EASHarvestEmerge
    法術
    施放時間: 1 秒

    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
    Domains怪物 (3)
    GenerationType傳奇 (3)
    Req. level1
    Stats
  • monster hellscape charge +% Min: -66 Max: -66 全域
  • monster beyond portal chance +% final Min: -66 Max: -66 全域
  • Edit

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