Orvi Acidbeak
Bestia
Los monstruos otorgan la experiencia aumentada un 100%
La rareza de los objetos arrojados está aumentada un 15000%
cannot be stunned for ms after stun finished [2000]
cannot be stunned while stunned [1]
No puede ser empujado
No te pueden aturdir
not affected by action speed modifiers [1]
SpectreN
AreaMapa de Valle de zarzales
Tagsanimal_claw_weapon, avian_beast, beast, Lanzador de hechizos, flesh_armour, has_dagger, has_one_handed_melee, large_model, lightning_affinity, medium_movement, melee, non_unique_map_boss, not_dex, not_str, red_blood, small_height, unusable_corpse
Vida
290%
Energy Shield From Life
100%
Ailment Threshold
290%
Resistencia
40 40 40 25
Damage
120%
Precisión
100%
Probabilidad de golpe crítico
+5%
Multiplicador de golpe crítico
+130%
Attack Distance
6 ~ 14
Attack Time
1.995 Second
Damage Spread
±20%
Experiencia
200%
Model Size
100%
Type
HarvestBossBirdMapBoss
Metadata
HarvestBirdBossMapBoss
Nivel
72
Vida
0
Armadura
39,449
Evasión
5,444
Escudo de energía
22,765
Damage
649
Daño de hechizos
968
Precisión
678
Attack Time
1.33665
Experiencia
122,870
Minion Life
0
Minion Energy Shield
4,768
Minion Damage
525
Ailment Threshold
378,444
Chill
1,197
Shock
1,197
Brittle
6,770
Scorch
1,197
Sap
3,306
MeleeLightning
Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Multistrikeable, Melee, ProjectilesFromUser
Ataque estándar
Base Damage: 1030–1545
Probabilidad de golpe crítico: 5%
Attack Time: 1.995 seg
Derriba a tus enemigos con un golpe poderoso.
HarvestRavenBossScreechOfSplendour
Spell
Tiempo de lanzamiento: 4 seg
Tiempo de recarga: 12 seg
monster penalty against minions damage +% final vs player minions [-50]
skill cannot be knocked back [1]
skill cannot be stunned [1]
HarvestRavenBossDashOfDestruction
Attack
Base Damage: 1030–1545
Probabilidad de golpe crítico: 5%
Attack Time: 1.995 seg
Tiempo de recarga: 12 seg
main hand base maximum attack distance [20]
monster penalty against minions damage +% final vs player minions [-25]
skill cannot be knocked back [1]
skill cannot be stunned [1]
HarvestBirdBossBeam
Spell, Triggerable
Probabilidad de golpe crítico: 15%
Tiempo de lanzamiento: 1 seg
Inflige de 1174 a 3521 de daño de rayo
Alcance de las habilidades reducido un 100%
active skill area of effect radius +% final [-50]
is area damage [1]
HarvestBirdBossDashGT1
Triggerable, Spell
Tiempo de lanzamiento: 1 seg
HarvestBirdBossDashGT2
Triggerable, Spell
Tiempo de lanzamiento: 1 seg
HarvestBirdBossScreech
Spell, Triggerable
Probabilidad de golpe crítico: 25%
Tiempo de lanzamiento: 1 seg
Inflige de 274.4 a 823.1 de daño de rayo
La duración base es de 4 segundos
is area damage [1]
GSHarvestBirdDashZap
Spell, Triggerable
Probabilidad de golpe crítico: 5%
Tiempo de lanzamiento: 1 seg
Inflige de 668 a 1241 de daño de rayo
is area damage [1]
EASHarvestEmerge
Spell
Tiempo de lanzamiento: 1 seg

Object Type

version 2
extends "Metadata/Monsters/LeagueHarvest/HarvestBossBaseMapBoss"

Stats
{
	damage_hit_effect_index = 2
}

Object Type Codes

version 2
extends "Metadata/Monsters/LeagueHarvest/HarvestBossBaseMapBoss"

Animated
{
	on_event_addlimbglowepk = "AddEffectPack( Metadata/Effects/Spells/monsters_effects/LeagueHarvest/harvest_boss/bulb/epk/limbglow.epk );"
	on_event_removelimbglowepk = "RemoveEffectPack( Metadata/Effects/Spells/monsters_effects/LeagueHarvest/harvest_boss/bulb/epk/limbglow.epk );"
	on_storm_end_01 = "DetachAllOfType( Metadata/Effects/Spells/monsters_effects/LeagueHarvest/harvest_boss/vines/vines_master_bird.ao );"

	on_event_add_epk_for_dash_of_destruction_01 = "AddEffectPack( Metadata/Effects/Spells/monsters_effects/LeagueHarvest/harvest_boss/bulb/epk/dash_move.epk );"
	on_event_remove_epk_for_dash_of_destruction_01 = "RemoveEffectPack( Metadata/Effects/Spells/monsters_effects/LeagueHarvest/harvest_boss/bulb/epk/dash_move.epk );"
}

Life
{
	on_death =
	"
		death_vines = AddAttached( Metadata/Effects/Spells/monsters_effects/LeagueHarvest/harvest_boss/vines/vines_master_bird.ao,  );
		death_vines.PlayAnimation( raven_death_02 );
	"
	
	on_spawned_dead =
	"
		AddAttached( Metadata/Effects/Spells/monsters_effects/LeagueHarvest/harvest_boss/vines/vines_master_bird.ao,  );
		PlayAnimationAttached( Metadata/Effects/Spells/monsters_effects/LeagueHarvest/harvest_boss/vines/vines_master_bird.ao, raven_death_02 );
		GoToAttachedAnimationEnd( Metadata/Effects/Spells/monsters_effects/LeagueHarvest/harvest_boss/vines/vines_master_bird.ao );
	"
}

Functions
{
	CreateLightOn =
	"
		AddAttached( Metadata/Effects/Spells/monsters_effects/LeagueHarvest/harvest_boss/lights/bulb.ao, spine_2_jntBnd );
		PlayAnimationAttached( Metadata/Effects/Spells/monsters_effects/LeagueHarvest/harvest_boss/lights/bulb.ao, idle_on );
	"

	TurnLightOn =
	"
		PlayAnimationAttached( Metadata/Effects/Spells/monsters_effects/LeagueHarvest/harvest_boss/lights/bulb.ao, off );
		QueueAnimationAttached( Metadata/Effects/Spells/monsters_effects/LeagueHarvest/harvest_boss/lights/bulb.ao, idle_off );
	"

	CreateLightOff =
	"
		AddAttached( Metadata/Effects/Spells/monsters_effects/LeagueHarvest/harvest_boss/lights/bulb.ao, spine_2_jntBnd );
		PlayAnimationAttached( Metadata/Effects/Spells/monsters_effects/LeagueHarvest/harvest_boss/lights/bulb.ao, idle_off );
	"

	TurnLightOff =
	"
		PlayAnimationAttached( Metadata/Effects/Spells/monsters_effects/LeagueHarvest/harvest_boss/lights/bulb.ao, on );
		QueueAnimationAttached( Metadata/Effects/Spells/monsters_effects/LeagueHarvest/harvest_boss/lights/bulb.ao, idle_on );
	"
}

Preload
{
	preload_animated_object = "Metadata/Effects/Spells/monsters_effects/LeagueHarvest/harvest_boss/vines/wave_pulse_raven.ao"
	preload_epk = "Metadata/Effects/Spells/monsters_effects/LeagueHarvest/harvest_boss/final/EPKs/bosses/pulse_bulb_back.epk"
	preload_epk = "Metadata/Effects/Spells/monsters_effects/LeagueHarvest/harvest_boss/final/EPKs/bosses/pulse_bulb_front.epk"
	preload_animated_object = "Metadata/Effects/Spells/monsters_effects/LeagueHarvest/monster_plants/bulb/boss/bulb_boss_hatch.ao"
	preload_animated_object = "Metadata/Effects/Spells/monsters_effects/LeagueHarvest/monster_plants/bulb/tier_01/bulb_tier01_03.ao"
	preload_animated_object = "Metadata/Effects/Spells/monsters_effects/LeagueHarvest/monster_plants/bulb/tier_02/bulb_tier02_03.ao"
	preload_animated_object = "Metadata/Effects/Spells/monsters_effects/LeagueHarvest/monster_plants/bulb/tier_03/bulb_tier03_03.ao"
	preload_animated_object = "Metadata/Effects/Spells/monsters_effects/LeagueHarvest/harvest_boss/final/bosses/root_road_blue.ao"
}
-- src\Data\Spectres.lua
minions["Metadata/Monsters/LeagueHarvest/Blue/HarvestBirdBossMapBoss"] = {
    name = "Orvi Acidbeak",
    life = 2.9,
    energyShield = 1,
    fireResist = 40,
    coldResist = 40,
    lightningResist = 40,
    chaosResist = 25,
    damage = 1.2,
    damageSpread = 0.2,
    attackTime = 1.995,
    attackRange = 14,
    accuracy = 1,
    weaponType1 = "Dagger",
    skillList = {
        "MeleeLightning",
        "GSHarvestBirdDashZap",
        "EASHarvestEmerge",
        "HarvestBirdBossBeam",
        "HarvestBirdBossDashGT1",
        "HarvestBirdBossDashGT2",
        "HarvestBirdBossScreech",
        "HarvestRavenBossScreechOfSplendour",
        "HarvestRavenBossDashOfDestruction",
    },
    modList = {
    },
}
-- src\Data\Skills\spectre.lua
skills["MeleeLightning"] = {
    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_physical_damage_%_to_convert_to_lightning",
        "skill_can_fire_arrows",
        "skill_can_fire_wand_projectiles",
    },
    levels = {
        [1] = {75, baseMultiplier = 0.75, levelRequirement = 1, statInterpolation = {},  cost = { }, },
    },
}
-- src\Data\Skills\spectre.lua
skills["GSHarvestBirdDashZap"] = {
    name = "GSHarvestBirdDashZap",
    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_lightning_damage",
        "spell_maximum_base_lightning_damage",
        "is_area_damage",
    },
    levels = {
        [1] = {0.69999998807907, 1.2999999523163, critChance = 5, levelRequirement = 0, 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 = { }, },
    },
}
-- src\Data\Skills\spectre.lua
skills["HarvestBirdBossBeam"] = {
    name = "HarvestBirdBossBeam",
    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_lightning_damage",
        "spell_maximum_base_lightning_damage",
        "skill_range_+%",
        "active_skill_area_of_effect_radius_+%_final",
        "is_area_damage",
    },
    levels = {
        [1] = {0.5, 1.5, -100, -50, critChance = 15, levelRequirement = 0, statInterpolation = {3, 3},  cost = { }, },
    },
}
-- src\Data\Skills\spectre.lua
skills["HarvestBirdBossDashGT1"] = {
    name = "HarvestBirdBossDashGT1",
    hidden = true,
    color = "4",
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    skillTypes = {
        [SkillType.Triggerable] = true,
        [SkillType.Spell] = true,
    },
    statDescriptionScope = "skill_stat_descriptions",
    castTime = 1,
    baseFlags = {
        spell = true,
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
    },
    levels = {
        [1] = {levelRequirement = 0, statInterpolation = {},  cost = { }, },
    },
}
-- src\Data\Skills\spectre.lua
skills["HarvestBirdBossDashGT2"] = {
    name = "HarvestBirdBossDashGT2",
    hidden = true,
    color = "4",
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    skillTypes = {
        [SkillType.Triggerable] = true,
        [SkillType.Spell] = true,
    },
    statDescriptionScope = "skill_stat_descriptions",
    castTime = 1,
    baseFlags = {
        spell = true,
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
    },
    levels = {
        [1] = {levelRequirement = 0, statInterpolation = {},  cost = { }, },
    },
}
-- src\Data\Skills\spectre.lua
skills["HarvestBirdBossScreech"] = {
    name = "HarvestBirdBossScreech",
    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_lightning_damage",
        "spell_maximum_base_lightning_damage",
        "base_skill_effect_duration",
        "is_area_damage",
    },
    levels = {
        [1] = {0.5, 1.5, 4000, critChance = 25, levelRequirement = 0, statInterpolation = {3, 3},  cost = { }, },
    },
}
-- src\Data\Skills\spectre.lua
skills["HarvestRavenBossScreechOfSplendour"] = {
    name = "HarvestRavenBossScreechOfSplendour",
    hidden = true,
    color = "4",
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    skillTypes = {
        [SkillType.Spell] = true,
    },
    statDescriptionScope = "skill_stat_descriptions",
    castTime = 4,
    baseFlags = {
        spell = true,
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
        "monster_penalty_against_minions_damage_+%_final_vs_player_minions",
        "skill_cannot_be_knocked_back",
        "skill_cannot_be_stunned",
    },
    levels = {
        [1] = {-50, levelRequirement = 0, statInterpolation = {},  cost = { }, },
    },
}
-- src\Data\Skills\spectre.lua
skills["HarvestRavenBossDashOfDestruction"] = {
    name = "HarvestRavenBossDashOfDestruction",
    hidden = true,
    color = "4",
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    skillTypes = {
        [SkillType.Attack] = true,
    },
    statDescriptionScope = "skill_stat_descriptions",
    castTime = 4,
    baseFlags = {
        attack = true,
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
        "main_hand_base_maximum_attack_distance",
        "monster_penalty_against_minions_damage_+%_final_vs_player_minions",
        "skill_cannot_be_knocked_back",
        "skill_cannot_be_stunned",
    },
    levels = {
        [1] = {20, -25, levelRequirement = 0, statInterpolation = {},  cost = { }, },
    },
}
Los monstruos otorgan la experiencia aumentada un 100%
La rareza de los objetos arrojados está aumentada un 15000%
FamilyMonsterMapBoss
Domainsmonstruo (3)
GenerationTypeÚnico (3)
Req. level1
Stats
  • monster slain experience +% Min: 100 Max: 100 Global
  • monster dropped item rarity +% Min: 15000 Max: 15000 Global
  • cannot be stunned for ms after stun finished [2000]
    cannot be stunned while stunned [1]
    FamilyNothing
    Domainsmonstruo (3)
    GenerationTypeÚnico (3)
    Req. level1
    Stats
  • cannot be stunned while stunned Min: 1 Max: 1 Global
  • cannot be stunned for ms after stun finished Min: 2000 Max: 2000 Global
  • FamilyNothing
    Domainsmonstruo (3)
    GenerationTypeÚnico (3)
    Req. level1
    No puede ser empujado
    No te pueden aturdir
    not affected by action speed modifiers [1]
    FamilyStance
    Domainsmonstruo (3)
    GenerationTypeÚnico (3)
    Req. level1
    Stats
  • base cannot be stunned Min: 100 Max: 100 Global
  • cannot be knocked back Min: 1 Max: 1 Global
  • not affected by action speed modifiers Min: 1 Max: 1 Global
  • Orvi Acidbeak
    Bestia
    Los monstruos otorgan la experiencia aumentada un 100%
    La rareza de los objetos arrojados está aumentada un 15000%
    cannot be stunned for ms after stun finished [2000]
    cannot be stunned while stunned [1]
    No puede ser empujado
    No te pueden aturdir
    not affected by action speed modifiers [1]
    SpectreN
    Tagsanimal_claw_weapon, avian_beast, beast, Lanzador de hechizos, flesh_armour, has_dagger, has_one_handed_melee, large_model, lightning_affinity, medium_movement, melee, not_dex, not_str, red_blood, small_height, standalone_map_boss, unusable_corpse
    Vida
    290%
    Energy Shield From Life
    100%
    Ailment Threshold
    290%
    Resistencia
    40 40 40 25
    Damage
    120%
    Precisión
    100%
    Probabilidad de golpe crítico
    +5%
    Multiplicador de golpe crítico
    +130%
    Attack Distance
    6 ~ 14
    Attack Time
    1.995 Second
    Damage Spread
    ±20%
    Experiencia
    200%
    Model Size
    100%
    Type
    HarvestBossBirdMapBoss
    Metadata
    HarvestBirdBossMapBossStandalone
    Nivel
    68
    Vida
    0
    Armadura
    28,790
    Evasión
    4,739
    Escudo de energía
    17,768
    Damage
    511
    Daño de hechizos
    762
    Precisión
    580
    Attack Time
    1.33665
    Experiencia
    112,805
    Minion Life
    0
    Minion Energy Shield
    3,854
    Minion Damage
    408
    Ailment Threshold
    254,586
    Chill
    805
    Shock
    805
    Brittle
    4,554
    Scorch
    805
    Sap
    2,224
    MeleeLightning
    Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Multistrikeable, Melee, ProjectilesFromUser
    Ataque estándar
    Base Damage: 811–1216
    Probabilidad de golpe crítico: 5%
    Attack Time: 1.995 seg
    Derriba a tus enemigos con un golpe poderoso.
    HarvestRavenBossScreechOfSplendour
    Spell
    Tiempo de lanzamiento: 4 seg
    Tiempo de recarga: 12 seg
    monster penalty against minions damage +% final vs player minions [-50]
    skill cannot be knocked back [1]
    skill cannot be stunned [1]
    HarvestRavenBossDashOfDestruction
    Attack
    Base Damage: 811–1216
    Probabilidad de golpe crítico: 5%
    Attack Time: 1.995 seg
    Tiempo de recarga: 12 seg
    main hand base maximum attack distance [20]
    monster penalty against minions damage +% final vs player minions [-25]
    skill cannot be knocked back [1]
    skill cannot be stunned [1]
    HarvestBirdBossBeam
    Spell, Triggerable
    Probabilidad de golpe crítico: 15%
    Tiempo de lanzamiento: 1 seg
    Inflige de 936.1 a 2808 de daño de rayo
    Alcance de las habilidades reducido un 100%
    active skill area of effect radius +% final [-50]
    is area damage [1]
    HarvestBirdBossDashGT1
    Triggerable, Spell
    Tiempo de lanzamiento: 1 seg
    HarvestBirdBossDashGT2
    Triggerable, Spell
    Tiempo de lanzamiento: 1 seg
    HarvestBirdBossScreech
    Spell, Triggerable
    Probabilidad de golpe crítico: 25%
    Tiempo de lanzamiento: 1 seg
    Inflige de 223 a 669.1 de daño de rayo
    La duración base es de 4 segundos
    is area damage [1]
    GSHarvestBirdDashZap
    Spell, Triggerable
    Probabilidad de golpe crítico: 5%
    Tiempo de lanzamiento: 1 seg
    Inflige de 543.1 a 1009 de daño de rayo
    is area damage [1]
    EASHarvestEmerge
    Spell
    Tiempo de lanzamiento: 1 seg

    Object Type

    version 2
    extends "Metadata/Monsters/LeagueHarvest/HarvestBossBaseMapBossStandalone"
    extends "Metadata/Monsters/StandaloneMapBoss"
    
    Stats
    {
    	damage_hit_effect_index = 2
    }

    Object Type Codes

    version 2
    extends "Metadata/Monsters/LeagueHarvest/HarvestBossBaseMapBossStandalone"
    extends "Metadata/Monsters/StandaloneMapBoss"
    
    Animated
    {
    	on_event_addlimbglowepk = "AddEffectPack( Metadata/Effects/Spells/monsters_effects/LeagueHarvest/harvest_boss/bulb/epk/limbglow.epk );"
    	on_event_removelimbglowepk = "RemoveEffectPack( Metadata/Effects/Spells/monsters_effects/LeagueHarvest/harvest_boss/bulb/epk/limbglow.epk );"
    	on_storm_end_01 = "DetachAllOfType( Metadata/Effects/Spells/monsters_effects/LeagueHarvest/harvest_boss/vines/vines_master_bird.ao );"
    
    	on_event_add_epk_for_dash_of_destruction_01 = "AddEffectPack( Metadata/Effects/Spells/monsters_effects/LeagueHarvest/harvest_boss/bulb/epk/dash_move.epk );"
    	on_event_remove_epk_for_dash_of_destruction_01 = "RemoveEffectPack( Metadata/Effects/Spells/monsters_effects/LeagueHarvest/harvest_boss/bulb/epk/dash_move.epk );"
    }
    
    Life
    {
    	/*
    	Death vines disabled since they look bad in maven fights
    	on_death = 
    	"
    		death_vines = AddAttached( Metadata/Effects/Spells/monsters_effects/LeagueHarvest/harvest_boss/vines/vines_master_bird.ao,  );
    		death_vines.PlayAnimation( raven_death_02 );
    	"*/
    
    	on_spawned_dead =
    	"
    		AddAttached( Metadata/Effects/Spells/monsters_effects/LeagueHarvest/harvest_boss/vines/vines_master_bird.ao,  );
    		PlayAnimationAttached( Metadata/Effects/Spells/monsters_effects/LeagueHarvest/harvest_boss/vines/vines_master_bird.ao, raven_death_02 );
    		GoToAttachedAnimationEnd( Metadata/Effects/Spells/monsters_effects/LeagueHarvest/harvest_boss/vines/vines_master_bird.ao );
    	"
    }
    
    Functions
    {
    	CreateLightOn =
    	"
    		AddAttached( Metadata/Effects/Spells/monsters_effects/LeagueHarvest/harvest_boss/lights/bulb.ao, spine_2_jntBnd );
    		PlayAnimationAttached( Metadata/Effects/Spells/monsters_effects/LeagueHarvest/harvest_boss/lights/bulb.ao, idle_on );
    	"
    
    	TurnLightOn =
    	"
    		PlayAnimationAttached( Metadata/Effects/Spells/monsters_effects/LeagueHarvest/harvest_boss/lights/bulb.ao, off );
    		QueueAnimationAttached( Metadata/Effects/Spells/monsters_effects/LeagueHarvest/harvest_boss/lights/bulb.ao, idle_off );
    	"
    
    	CreateLightOff =
    	"
    		AddAttached( Metadata/Effects/Spells/monsters_effects/LeagueHarvest/harvest_boss/lights/bulb.ao, spine_2_jntBnd );
    		PlayAnimationAttached( Metadata/Effects/Spells/monsters_effects/LeagueHarvest/harvest_boss/lights/bulb.ao, idle_off );
    	"
    
    	TurnLightOff =
    	"
    		PlayAnimationAttached( Metadata/Effects/Spells/monsters_effects/LeagueHarvest/harvest_boss/lights/bulb.ao, on );
    		QueueAnimationAttached( Metadata/Effects/Spells/monsters_effects/LeagueHarvest/harvest_boss/lights/bulb.ao, idle_on );
    	"
    }
    -- src\Data\Spectres.lua
    minions["Metadata/Monsters/LeagueHarvest/Blue/HarvestBirdBossMapBossStandalone"] = {
        name = "Orvi Acidbeak",
        life = 2.9,
        energyShield = 1,
        fireResist = 40,
        coldResist = 40,
        lightningResist = 40,
        chaosResist = 25,
        damage = 1.2,
        damageSpread = 0.2,
        attackTime = 1.995,
        attackRange = 14,
        accuracy = 1,
        weaponType1 = "Dagger",
        skillList = {
            "MeleeLightning",
            "GSHarvestBirdDashZap",
            "EASHarvestEmerge",
            "HarvestBirdBossBeam",
            "HarvestBirdBossDashGT1",
            "HarvestBirdBossDashGT2",
            "HarvestBirdBossScreech",
            "HarvestRavenBossScreechOfSplendour",
            "HarvestRavenBossDashOfDestruction",
        },
        modList = {
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["MeleeLightning"] = {
        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_physical_damage_%_to_convert_to_lightning",
            "skill_can_fire_arrows",
            "skill_can_fire_wand_projectiles",
        },
        levels = {
            [1] = {75, baseMultiplier = 0.75, levelRequirement = 1, statInterpolation = {},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["GSHarvestBirdDashZap"] = {
        name = "GSHarvestBirdDashZap",
        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_lightning_damage",
            "spell_maximum_base_lightning_damage",
            "is_area_damage",
        },
        levels = {
            [1] = {0.69999998807907, 1.2999999523163, critChance = 5, levelRequirement = 0, 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 = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["HarvestBirdBossBeam"] = {
        name = "HarvestBirdBossBeam",
        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_lightning_damage",
            "spell_maximum_base_lightning_damage",
            "skill_range_+%",
            "active_skill_area_of_effect_radius_+%_final",
            "is_area_damage",
        },
        levels = {
            [1] = {0.5, 1.5, -100, -50, critChance = 15, levelRequirement = 0, statInterpolation = {3, 3},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["HarvestBirdBossDashGT1"] = {
        name = "HarvestBirdBossDashGT1",
        hidden = true,
        color = "4",
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Triggerable] = true,
            [SkillType.Spell] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            spell = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
        },
        levels = {
            [1] = {levelRequirement = 0, statInterpolation = {},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["HarvestBirdBossDashGT2"] = {
        name = "HarvestBirdBossDashGT2",
        hidden = true,
        color = "4",
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Triggerable] = true,
            [SkillType.Spell] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            spell = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
        },
        levels = {
            [1] = {levelRequirement = 0, statInterpolation = {},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["HarvestBirdBossScreech"] = {
        name = "HarvestBirdBossScreech",
        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_lightning_damage",
            "spell_maximum_base_lightning_damage",
            "base_skill_effect_duration",
            "is_area_damage",
        },
        levels = {
            [1] = {0.5, 1.5, 4000, critChance = 25, levelRequirement = 0, statInterpolation = {3, 3},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["HarvestRavenBossScreechOfSplendour"] = {
        name = "HarvestRavenBossScreechOfSplendour",
        hidden = true,
        color = "4",
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Spell] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 4,
        baseFlags = {
            spell = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "monster_penalty_against_minions_damage_+%_final_vs_player_minions",
            "skill_cannot_be_knocked_back",
            "skill_cannot_be_stunned",
        },
        levels = {
            [1] = {-50, levelRequirement = 0, statInterpolation = {},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["HarvestRavenBossDashOfDestruction"] = {
        name = "HarvestRavenBossDashOfDestruction",
        hidden = true,
        color = "4",
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Attack] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 4,
        baseFlags = {
            attack = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "main_hand_base_maximum_attack_distance",
            "monster_penalty_against_minions_damage_+%_final_vs_player_minions",
            "skill_cannot_be_knocked_back",
            "skill_cannot_be_stunned",
        },
        levels = {
            [1] = {20, -25, levelRequirement = 0, statInterpolation = {},  cost = { }, },
        },
    }
    
    Los monstruos otorgan la experiencia aumentada un 100%
    La rareza de los objetos arrojados está aumentada un 15000%
    FamilyMonsterMapBoss
    Domainsmonstruo (3)
    GenerationTypeÚnico (3)
    Req. level1
    Stats
  • monster slain experience +% Min: 100 Max: 100 Global
  • monster dropped item rarity +% Min: 15000 Max: 15000 Global
  • cannot be stunned for ms after stun finished [2000]
    cannot be stunned while stunned [1]
    FamilyNothing
    Domainsmonstruo (3)
    GenerationTypeÚnico (3)
    Req. level1
    Stats
  • cannot be stunned while stunned Min: 1 Max: 1 Global
  • cannot be stunned for ms after stun finished Min: 2000 Max: 2000 Global
  • FamilyNothing
    Domainsmonstruo (3)
    GenerationTypeÚnico (3)
    Req. level1
    No puede ser empujado
    No te pueden aturdir
    not affected by action speed modifiers [1]
    FamilyStance
    Domainsmonstruo (3)
    GenerationTypeÚnico (3)
    Req. level1
    Stats
  • base cannot be stunned Min: 100 Max: 100 Global
  • cannot be knocked back Min: 1 Max: 1 Global
  • not affected by action speed modifiers Min: 1 Max: 1 Global
  • Orvi Acidbeak
    Bestia
    Los monstruos otorgan la experiencia aumentada un 100%
    La rareza de los objetos arrojados está aumentada un 15000%
    cannot be stunned for ms after stun finished [2000]
    cannot be stunned while stunned [1]
    No puede ser empujado
    No te pueden aturdir
    not affected by action speed modifiers [1]
    SpectreN
    Tagsanimal_claw_weapon, avian_beast, beast, Lanzador de hechizos, flesh_armour, has_dagger, has_one_handed_melee, large_model, lightning_affinity, medium_movement, melee, not_dex, not_str, red_blood, small_height, standalone_map_boss, unusable_corpse
    Vida
    290%
    Energy Shield From Life
    100%
    Ailment Threshold
    290%
    Resistencia
    40 40 40 25
    Damage
    120%
    Precisión
    100%
    Probabilidad de golpe crítico
    +5%
    Multiplicador de golpe crítico
    +130%
    Attack Distance
    6 ~ 14
    Attack Time
    1.995 Second
    Damage Spread
    ±20%
    Experiencia
    200%
    Model Size
    100%
    Type
    HarvestBossBirdMapBoss
    Metadata
    HarvestBirdBossMapBossStandaloneSupporter_
    Nivel
    68
    Vida
    0
    Armadura
    28,790
    Evasión
    4,739
    Escudo de energía
    17,768
    Damage
    511
    Daño de hechizos
    762
    Precisión
    580
    Attack Time
    1.33665
    Experiencia
    112,805
    Minion Life
    0
    Minion Energy Shield
    3,854
    Minion Damage
    408
    Ailment Threshold
    254,586
    Chill
    805
    Shock
    805
    Brittle
    4,554
    Scorch
    805
    Sap
    2,224
    MeleeLightning
    Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Multistrikeable, Melee, ProjectilesFromUser
    Ataque estándar
    Base Damage: 811–1216
    Probabilidad de golpe crítico: 5%
    Attack Time: 1.995 seg
    Derriba a tus enemigos con un golpe poderoso.
    HarvestRavenBossScreechOfSplendour
    Spell
    Tiempo de lanzamiento: 4 seg
    Tiempo de recarga: 12 seg
    monster penalty against minions damage +% final vs player minions [-50]
    skill cannot be knocked back [1]
    skill cannot be stunned [1]
    HarvestRavenBossDashOfDestruction
    Attack
    Base Damage: 811–1216
    Probabilidad de golpe crítico: 5%
    Attack Time: 1.995 seg
    Tiempo de recarga: 12 seg
    main hand base maximum attack distance [20]
    monster penalty against minions damage +% final vs player minions [-25]
    skill cannot be knocked back [1]
    skill cannot be stunned [1]
    HarvestBirdBossBeam
    Spell, Triggerable
    Probabilidad de golpe crítico: 15%
    Tiempo de lanzamiento: 1 seg
    Inflige de 936.1 a 2808 de daño de rayo
    Alcance de las habilidades reducido un 100%
    active skill area of effect radius +% final [-50]
    is area damage [1]
    HarvestBirdBossDashGT1
    Triggerable, Spell
    Tiempo de lanzamiento: 1 seg
    HarvestBirdBossDashGT2
    Triggerable, Spell
    Tiempo de lanzamiento: 1 seg
    HarvestBirdBossScreech
    Spell, Triggerable
    Probabilidad de golpe crítico: 25%
    Tiempo de lanzamiento: 1 seg
    Inflige de 223 a 669.1 de daño de rayo
    La duración base es de 4 segundos
    is area damage [1]
    GSHarvestBirdDashZap
    Spell, Triggerable
    Probabilidad de golpe crítico: 5%
    Tiempo de lanzamiento: 1 seg
    Inflige de 543.1 a 1009 de daño de rayo
    is area damage [1]
    EASHarvestEmerge
    Spell
    Tiempo de lanzamiento: 1 seg

    Object Type

    version 2
    extends "Metadata/Monsters/LeagueHarvest/HarvestBossBaseMapBossStandalone"
    extends "Metadata/Monsters/StandaloneMapBoss"
    
    Stats
    {
    	damage_hit_effect_index = 2
    }

    Object Type Codes

    version 2
    extends "Metadata/Monsters/LeagueHarvest/HarvestBossBaseMapBossStandalone"
    extends "Metadata/Monsters/StandaloneMapBoss"
    
    Animated
    {
    	on_event_addlimbglowepk = "AddEffectPack( Metadata/Effects/Spells/monsters_effects/LeagueHarvest/harvest_boss/bulb/epk/limbglow.epk );"
    	on_event_removelimbglowepk = "RemoveEffectPack( Metadata/Effects/Spells/monsters_effects/LeagueHarvest/harvest_boss/bulb/epk/limbglow.epk );"
    	on_storm_end_01 = "DetachAllOfType( Metadata/Effects/Spells/monsters_effects/LeagueHarvest/harvest_boss/vines/vines_master_bird.ao );"
    
    	on_event_add_epk_for_dash_of_destruction_01 = "AddEffectPack( Metadata/Effects/Spells/monsters_effects/LeagueHarvest/harvest_boss/bulb/epk/dash_move.epk );"
    	on_event_remove_epk_for_dash_of_destruction_01 = "RemoveEffectPack( Metadata/Effects/Spells/monsters_effects/LeagueHarvest/harvest_boss/bulb/epk/dash_move.epk );"
    }
    
    Life
    {
    	/*
    	Death vines disabled since they look bad in maven fights
    	on_death = 
    	"
    		death_vines = AddAttached( Metadata/Effects/Spells/monsters_effects/LeagueHarvest/harvest_boss/vines/vines_master_bird.ao,  );
    		death_vines.PlayAnimation( raven_death_02 );
    	"*/
    
    	on_spawned_dead =
    	"
    		AddAttached( Metadata/Effects/Spells/monsters_effects/LeagueHarvest/harvest_boss/vines/vines_master_bird.ao,  );
    		PlayAnimationAttached( Metadata/Effects/Spells/monsters_effects/LeagueHarvest/harvest_boss/vines/vines_master_bird.ao, raven_death_02 );
    		GoToAttachedAnimationEnd( Metadata/Effects/Spells/monsters_effects/LeagueHarvest/harvest_boss/vines/vines_master_bird.ao );
    	"
    }
    
    Functions
    {
    	CreateLightOn =
    	"
    		AddAttached( Metadata/Effects/Spells/monsters_effects/LeagueHarvest/harvest_boss/lights/bulb.ao, spine_2_jntBnd );
    		PlayAnimationAttached( Metadata/Effects/Spells/monsters_effects/LeagueHarvest/harvest_boss/lights/bulb.ao, idle_on );
    	"
    
    	TurnLightOn =
    	"
    		PlayAnimationAttached( Metadata/Effects/Spells/monsters_effects/LeagueHarvest/harvest_boss/lights/bulb.ao, off );
    		QueueAnimationAttached( Metadata/Effects/Spells/monsters_effects/LeagueHarvest/harvest_boss/lights/bulb.ao, idle_off );
    	"
    
    	CreateLightOff =
    	"
    		AddAttached( Metadata/Effects/Spells/monsters_effects/LeagueHarvest/harvest_boss/lights/bulb.ao, spine_2_jntBnd );
    		PlayAnimationAttached( Metadata/Effects/Spells/monsters_effects/LeagueHarvest/harvest_boss/lights/bulb.ao, idle_off );
    	"
    
    	TurnLightOff =
    	"
    		PlayAnimationAttached( Metadata/Effects/Spells/monsters_effects/LeagueHarvest/harvest_boss/lights/bulb.ao, on );
    		QueueAnimationAttached( Metadata/Effects/Spells/monsters_effects/LeagueHarvest/harvest_boss/lights/bulb.ao, idle_on );
    	"
    }
    -- src\Data\Spectres.lua
    minions["Metadata/Monsters/LeagueHarvest/Blue/HarvestBirdBossMapBossStandaloneSupporter_"] = {
        name = "Orvi Acidbeak",
        life = 2.9,
        energyShield = 1,
        fireResist = 40,
        coldResist = 40,
        lightningResist = 40,
        chaosResist = 25,
        damage = 1.2,
        damageSpread = 0.2,
        attackTime = 1.995,
        attackRange = 14,
        accuracy = 1,
        weaponType1 = "Dagger",
        skillList = {
            "MeleeLightning",
            "GSHarvestBirdDashZap",
            "EASHarvestEmerge",
            "HarvestBirdBossBeam",
            "HarvestBirdBossDashGT1",
            "HarvestBirdBossDashGT2",
            "HarvestBirdBossScreech",
            "HarvestRavenBossScreechOfSplendour",
            "HarvestRavenBossDashOfDestruction",
        },
        modList = {
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["MeleeLightning"] = {
        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_physical_damage_%_to_convert_to_lightning",
            "skill_can_fire_arrows",
            "skill_can_fire_wand_projectiles",
        },
        levels = {
            [1] = {75, baseMultiplier = 0.75, levelRequirement = 1, statInterpolation = {},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["GSHarvestBirdDashZap"] = {
        name = "GSHarvestBirdDashZap",
        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_lightning_damage",
            "spell_maximum_base_lightning_damage",
            "is_area_damage",
        },
        levels = {
            [1] = {0.69999998807907, 1.2999999523163, critChance = 5, levelRequirement = 0, 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 = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["HarvestBirdBossBeam"] = {
        name = "HarvestBirdBossBeam",
        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_lightning_damage",
            "spell_maximum_base_lightning_damage",
            "skill_range_+%",
            "active_skill_area_of_effect_radius_+%_final",
            "is_area_damage",
        },
        levels = {
            [1] = {0.5, 1.5, -100, -50, critChance = 15, levelRequirement = 0, statInterpolation = {3, 3},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["HarvestBirdBossDashGT1"] = {
        name = "HarvestBirdBossDashGT1",
        hidden = true,
        color = "4",
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Triggerable] = true,
            [SkillType.Spell] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            spell = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
        },
        levels = {
            [1] = {levelRequirement = 0, statInterpolation = {},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["HarvestBirdBossDashGT2"] = {
        name = "HarvestBirdBossDashGT2",
        hidden = true,
        color = "4",
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Triggerable] = true,
            [SkillType.Spell] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            spell = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
        },
        levels = {
            [1] = {levelRequirement = 0, statInterpolation = {},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["HarvestBirdBossScreech"] = {
        name = "HarvestBirdBossScreech",
        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_lightning_damage",
            "spell_maximum_base_lightning_damage",
            "base_skill_effect_duration",
            "is_area_damage",
        },
        levels = {
            [1] = {0.5, 1.5, 4000, critChance = 25, levelRequirement = 0, statInterpolation = {3, 3},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["HarvestRavenBossScreechOfSplendour"] = {
        name = "HarvestRavenBossScreechOfSplendour",
        hidden = true,
        color = "4",
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Spell] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 4,
        baseFlags = {
            spell = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "monster_penalty_against_minions_damage_+%_final_vs_player_minions",
            "skill_cannot_be_knocked_back",
            "skill_cannot_be_stunned",
        },
        levels = {
            [1] = {-50, levelRequirement = 0, statInterpolation = {},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["HarvestRavenBossDashOfDestruction"] = {
        name = "HarvestRavenBossDashOfDestruction",
        hidden = true,
        color = "4",
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Attack] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 4,
        baseFlags = {
            attack = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "main_hand_base_maximum_attack_distance",
            "monster_penalty_against_minions_damage_+%_final_vs_player_minions",
            "skill_cannot_be_knocked_back",
            "skill_cannot_be_stunned",
        },
        levels = {
            [1] = {20, -25, levelRequirement = 0, statInterpolation = {},  cost = { }, },
        },
    }
    
    Los monstruos otorgan la experiencia aumentada un 100%
    La rareza de los objetos arrojados está aumentada un 15000%
    FamilyMonsterMapBoss
    Domainsmonstruo (3)
    GenerationTypeÚnico (3)
    Req. level1
    Stats
  • monster slain experience +% Min: 100 Max: 100 Global
  • monster dropped item rarity +% Min: 15000 Max: 15000 Global
  • cannot be stunned for ms after stun finished [2000]
    cannot be stunned while stunned [1]
    FamilyNothing
    Domainsmonstruo (3)
    GenerationTypeÚnico (3)
    Req. level1
    Stats
  • cannot be stunned while stunned Min: 1 Max: 1 Global
  • cannot be stunned for ms after stun finished Min: 2000 Max: 2000 Global
  • FamilyNothing
    Domainsmonstruo (3)
    GenerationTypeÚnico (3)
    Req. level1
    No puede ser empujado
    No te pueden aturdir
    not affected by action speed modifiers [1]
    FamilyStance
    Domainsmonstruo (3)
    GenerationTypeÚnico (3)
    Req. level1
    Stats
  • base cannot be stunned Min: 100 Max: 100 Global
  • cannot be knocked back Min: 1 Max: 1 Global
  • not affected by action speed modifiers Min: 1 Max: 1 Global
  • Orvi Acidbeak
    Bestia
    Los monstruos otorgan la experiencia aumentada un 100%
    La rareza de los objetos arrojados está aumentada un 15000%
    cannot be stunned for ms after stun finished [2000]
    cannot be stunned while stunned [1]
    No puede ser empujado
    No te pueden aturdir
    not affected by action speed modifiers [1]
    SpectreN
    Tagsanimal_claw_weapon, avian_beast, beast, elder_map_boss, flesh_armour, has_dagger, has_one_handed_melee, large_model, medium_movement, non_attacking, not_dex, not_str, red_blood, unusable_corpse
    Vida
    290%
    Energy Shield From Life
    100%
    Ailment Threshold
    290%
    Resistencia
    40 40 40 25
    Damage
    120%
    Precisión
    100%
    Probabilidad de golpe crítico
    +5%
    Multiplicador de golpe crítico
    +130%
    Attack Distance
    6 ~ 14
    Attack Time
    1.995 Second
    Damage Spread
    ±20%
    Experiencia
    200%
    Model Size
    100%
    Type
    HarvestBossBirdMapBoss
    Metadata
    HarvestBirdBossMapBossElder

    Object Type

    version 2
    extends "Metadata/Monsters/Monster"
    
    Life
    {
    	corpse_usable = false
    }
    
    Stats
    {
    	base_cannot_be_damaged = 1
    	base_cannot_be_stunned = 1
    	cannot_be_knocked_back = 1
    	is_hidden_monster = 1
    	immune_to_curses = 1
    	immune_to_auras_from_other_entities = 1
    }

    Object Type Codes

    version 2
    extends "Metadata/Monsters/Monster"
    
    BaseEvents
    {
    	on_construction_complete = "AddEffectPack( Metadata/Effects/Spells/monsters_effects/AtlasofWorldsBosses/Elder/entrance/affecting_target_instant.epk );"
    }
    -- src\Data\Spectres.lua
    minions["Metadata/Monsters/LeagueHarvest/Blue/HarvestBirdBossMapBossElder"] = {
        name = "Orvi Acidbeak",
        life = 2.9,
        energyShield = 1,
        fireResist = 40,
        coldResist = 40,
        lightningResist = 40,
        chaosResist = 25,
        damage = 1.2,
        damageSpread = 0.2,
        attackTime = 1.995,
        attackRange = 14,
        accuracy = 1,
        weaponType1 = "Dagger",
        skillList = {
        },
        modList = {
        },
    }
    
    Los monstruos otorgan la experiencia aumentada un 100%
    La rareza de los objetos arrojados está aumentada un 15000%
    FamilyMonsterMapBoss
    Domainsmonstruo (3)
    GenerationTypeÚnico (3)
    Req. level1
    Stats
  • monster slain experience +% Min: 100 Max: 100 Global
  • monster dropped item rarity +% Min: 15000 Max: 15000 Global
  • cannot be stunned for ms after stun finished [2000]
    cannot be stunned while stunned [1]
    FamilyNothing
    Domainsmonstruo (3)
    GenerationTypeÚnico (3)
    Req. level1
    Stats
  • cannot be stunned while stunned Min: 1 Max: 1 Global
  • cannot be stunned for ms after stun finished Min: 2000 Max: 2000 Global
  • FamilyNothing
    Domainsmonstruo (3)
    GenerationTypeÚnico (3)
    Req. level1
    No puede ser empujado
    No te pueden aturdir
    not affected by action speed modifiers [1]
    FamilyStance
    Domainsmonstruo (3)
    GenerationTypeÚnico (3)
    Req. level1
    Stats
  • base cannot be stunned Min: 100 Max: 100 Global
  • cannot be knocked back Min: 1 Max: 1 Global
  • not affected by action speed modifiers Min: 1 Max: 1 Global
  • Edit

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