Receta de Bestiario /2 ⍟
NombreRecipe
Corrompe un objeto: tenga un 30% de calidad
Solo funciona en armaduras y armas
Corrompe un objeto: Corrompe un mapa doblemente
Vasallo Cráicico
Bestia
level 33 or lower life +% final [-20]
Craicic Vassal
SpectreN
Tagsbeast, bestiary_beast_boss, bestiary_deep, flesh_armour, has_one_hand_sword, has_one_handed_melee, insect_blood, large_height, melee, no_cannot_die_aura, not_str, physical_affinity, reptile_beast, slashing_weapon, slow_movement, unusable_corpse
Packs
  • Vasallo Cráicico, Ladrón de Cuerpos Cráicico, Piel de Tinta Cráicico
  • Vida
    450%
    Energy Shield From Life
    50%
    Evasión
    +50%
    Ailment Threshold
    450%
    Resistencia
    40 40 40 25
    Damage
    150%
    Precisión
    100%
    Probabilidad de golpe crítico
    +5%
    Multiplicador de Golpe Crítico
    +130%
    Attack Distance
    6 ~ 10
    Attack Time
    1.755 Second
    Damage Spread
    ±20%
    Experiencia
    300%
    Model Size
    100%
    Type
    ParasiticSquidBestiary
    Metadata
    ParasiticSquidBestiary
    Nivel
    68
    Vida
    28,950
    Armaduras
    28,790
    Evasión
    7,109
    Escudo de energía
    3,064
    Damage
    560
    Daño de hechizos
    560
    Precisión
    290
    Attack Time
    1.755
    Experiencia
    30,765
    Ailment Threshold
    28,950
    Chill
    92
    Shock
    92
    Brittle
    518
    Scorch
    92
    Sap
    253
    Melee
    Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Multistrikeable, Melee, ProjectilesFromUser
    Ataque estándar
    Base Damage: 448–672
    Probabilidad de golpe crítico: 5%
    Attack Time: 1.755 seg
    Derriba a tus enemigos con un golpe poderoso.
    skill can fire arrows [1]
    skill can fire wand projectiles [1]
    ParasiticSquidGroundEffectTar
    Spell, Area, Damage, Triggerable, Duration, AreaSpell
    Tiempo de lanzamiento: 1 seg
    La duración base es de 6 segundos
    Velocidad de movimiento reducida un 60%
    active skill area of effect radius +% final [-25]

    Object Type

    version 2
    extends "Metadata/Monsters/LeagueBestiary/BestiaryMonsterWalkEmergeRare"
    
    Actor
    {
    	main_hand_unarmed_type = "One_Hand_Sword"
    }
    
    Animated
    {
    }

    Object Type Codes

    version 2
    extends "Metadata/Monsters/LeagueBestiary/BestiaryMonsterWalkEmergeRare"
    
    Animated
    {
    	on_death = "AddAttached( Metadata/Effects/Spells/monsters_effects/ParasiteSquid/ink_sac/rig.ao,  ); PlayAnimationAttachedByIndex( Metadata/Effects/Spells/monsters_effects/ParasiteSquid/ink_sac/rig.ao, 0 );"
    	on_death2 = "AddAttached( Metadata/Effects/Spells/monsters_effects/ParasiteSquid/ink_sac/rig.ao,  ); PlayAnimationAttachedByIndex( Metadata/Effects/Spells/monsters_effects/ParasiteSquid/ink_sac/rig.ao, 1 );"
    	on_death3 = "AddAttached( Metadata/Effects/Spells/monsters_effects/ParasiteSquid/ink_sac/rig.ao,  ); PlayAnimationAttachedByIndex( Metadata/Effects/Spells/monsters_effects/ParasiteSquid/ink_sac/rig.ao, 2 );"
    }
    
    Life
    {
    	on_spawned_dead = "GoToAttachedAnimationEnd( Metadata/Effects/Spells/monsters_effects/ParasiteSquid/ink_sac/rig.ao );"
    }
    -- src\Data\Spectres.lua
    minions["Metadata/Monsters/LeagueBestiary/ParasiticSquidBestiary"] = {
        name = "Craicic Vassal",
        life = 4.5,
        energyShield = 0.5,
        fireResist = 40,
        coldResist = 40,
        lightningResist = 40,
        chaosResist = 25,
        damage = 1.5,
        damageSpread = 0.2,
        attackTime = 1.755,
        attackRange = 10,
        accuracy = 1,
        skillList = {
            "Melee",
            "ParasiticSquidGroundEffectTar",
        },
        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["ParasiticSquidGroundEffectTar"] = {
        name = "ParasiticSquidGroundEffectTar",
        hidden = true,
        color = 4,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Spell] = true,
            [SkillType.Area] = true,
            [SkillType.Damage] = true,
            [SkillType.Triggerable] = true,
            [SkillType.Duration] = true,
            [SkillType.AreaSpell] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            area = true,
            spell = true,
            duration = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "base_skill_effect_duration",
            "base_movement_velocity_+%",
            "active_skill_area_of_effect_radius_+%_final",
        },
        levels = {
            [1] = {6000, -60, -25, levelRequirement = 1, statInterpolation = {},  cost = { }, },
        },
    }
    
    level 33 or lower life +% final [-20]
    IdMonsterLifeLessBelowLevel33
    FamilyMoreLifeBelowLevelThreshold
    Domainsmonstruo (3)
    GenerationTypeúnico (3)
    Req. level1
    Stats
  • level 33 or lower life +% final Min: -20 Max: -20 Global
  • Craft Tagsresource life damage
    Vasallo Cráicico
    Bestia
    Craicic Vassal
    SpectreN
    Tagsbeast, Lanzador de hechizos, cold_affinity, flesh_armour, insect_blood, is_unarmed, large_height, not_str, reptile_beast, slashing_weapon, slow_movement
    Vida
    450%
    Energy Shield From Life
    50%
    Evasión
    +50%
    Ailment Threshold
    450%
    Resistencia
    40 40 40 25
    Damage
    150%
    Precisión
    100%
    Probabilidad de golpe crítico
    +5%
    Multiplicador de Golpe Crítico
    +130%
    Attack Distance
    6 ~ 10
    Attack Time
    1.755 Second
    Damage Spread
    ±20%
    Experiencia
    300%
    Model Size
    100%
    Type
    ParasiticSquidBestiary
    Metadata
    ParasiticSquidBestiaryClone
    Nivel
    68
    Vida
    28,950
    Armaduras
    28,790
    Evasión
    7,109
    Escudo de energía
    3,064
    Damage
    560
    Daño de hechizos
    560
    Precisión
    290
    Attack Time
    1.755
    Experiencia
    30,765
    Ailment Threshold
    28,950
    Chill
    92
    Shock
    92
    Brittle
    518
    Scorch
    92
    Sap
    253
    BestiaryParasiticSquidWarp
    Spell, Movement, Duration, Cold, Area, AreaSpell, Cooldown
    Teletransporte ilusorio
    Tiempo de lanzamiento: 2 seg
    Tiempo de recarga: 10 seg
    Te teletransporta a una ubicación objetivo. Crea suelo escarchado en un área alrededor de los puntos de inicio y de destino del personaje.
    Velocidad de movimiento reducida un 50%
    BestiaryParasiticSquidVortex
    Spell, Damage, Area, Trappable, Totemable, Mineable, Multicastable, Cold, Triggerable, Duration, ChillingArea, AreaSpell, Nova
    Vórtice
    Probabilidad de golpe crítico: 5%
    Tiempo de lanzamiento: 0.9 seg
    Una explosión de hielo estalla alrededor del personaje e inflige daño de hielo a los enemigos. También deja un vórtice giratorio detrás de sí que inflige daño de hielo degenerativo y escarcha a los enemigos a los que atrapa.
    Inflige de 833.5 a 1250 de daño de hielo
    La duración base es de 5 segundos
    Inflige 1881.1 de daño de hielo base por segundo
    Los modificadores de daño de hechizos se aplican al efecto de daño degenerativo de esta habilidad
    El radio base es de 2 metros
    El radio secundario base es de 2 metros
    active skill area of effect radius +% final [-36]
    is area damage [1]

    Object Type

    version 2
    extends "Metadata/Monsters/Monster"
    
    Positioned
    {
    	collision_hull_type = "projectile"
    	blocking = false
    }
    
    Stats
    {
    	immune_to_curses = 1
    	immune_to_auras_from_other_entities = 1
    	set_item_drop_slots = 0
    	untargetable_by_monster_ai = 1
    	set_monster_do_not_fracture = 1
    	set_max_frenzy_charges = 0
    	set_max_power_charges = 0
    	set_max_endurance_charges = 0
    	base_cannot_be_damaged = 1
    	base_cannot_be_stunned = 1
    	cannot_be_knocked_back = 1
    	set_monster_no_beyond_portal = 1
    	set_cannot_be_afflicted = 1
    }
    
    Life
    {
    	corpse_usable = false
    }
    
    DiesAfterTime
    {
    }
    
    Animated
    {
    }

    Object Type Codes

    version 2
    extends "Metadata/Monsters/Monster"
    
    Targetable
    {
    	no_highlight = true
    	targetable = false
    }
    
    BaseEvents
    {
    	on_construction_complete = "AddEffectPack( Metadata/Effects/Spells/monsters_effects/League_Bestiary/diverse_effects/stampede/EPK/fade_in_stampede.epk ); AddEffectPack( Metadata/Effects/Spells/monsters_effects/League_Bestiary/diverse_effects/stampede/EPK/stampede_fx.epk );"
    }
    
    Animated
    {
    	on_event_contact_for_teleport = "HideAllMeshSegments(); RemoveEffectPack( Metadata/Effects/Spells/monsters_effects/League_Bestiary/diverse_effects/stampede/EPK/fade_in_stampede.epk ); AddEffectPack( Metadata/Effects/Spells/monsters_effects/League_Bestiary/diverse_effects/stampede/EPK/fade_out_stampede.epk );"
    }
    
    Render
    {
    	hide_mini_life_bar = true
    }
    -- src\Data\Spectres.lua
    minions["Metadata/Monsters/LeagueBestiary/ParasiticSquidBestiaryClone"] = {
        name = "Craicic Vassal",
        life = 4.5,
        energyShield = 0.5,
        fireResist = 40,
        coldResist = 40,
        lightningResist = 40,
        chaosResist = 25,
        damage = 1.5,
        damageSpread = 0.2,
        attackTime = 1.755,
        attackRange = 10,
        accuracy = 1,
        skillList = {
            "BestiaryParasiticSquidWarp",
            "BestiaryParasiticSquidVortex",
        },
        modList = {
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["BestiaryParasiticSquidWarp"] = {
        name = "Illusory Warp",
        hidden = true,
        color = 4,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        description = "Teleport to a target destination. Chilled ground is spread in an area around both where the caster was and where they teleported to.",
        skillTypes = {
            [SkillType.Spell] = true,
            [SkillType.Movement] = true,
            [SkillType.Duration] = true,
            [SkillType.Cold] = true,
            [SkillType.Area] = true,
            [SkillType.AreaSpell] = true,
            [SkillType.Cooldown] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 2,
        baseFlags = {
            area = true,
            spell = true,
            duration = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "base_movement_velocity_+%",
        },
        levels = {
            [1] = {-50, levelRequirement = 1, statInterpolation = {},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["BestiaryParasiticSquidVortex"] = {
        name = "Vortex",
        hidden = true,
        color = "3",
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        description = "An icy blast explodes around the caster, dealing cold damage to enemies, and leaving behind a whirling vortex which deals cold damage over time and chills enemies caught in it.",
        skillTypes = {
            [SkillType.Spell] = true,
            [SkillType.Damage] = true,
            [SkillType.Area] = true,
            [SkillType.Trappable] = true,
            [SkillType.Totemable] = true,
            [SkillType.Mineable] = true,
            [SkillType.Multicastable] = true,
            [SkillType.Cold] = true,
            [SkillType.Triggerable] = true,
            [SkillType.Duration] = true,
            [SkillType.ChillingArea] = true,
            [SkillType.AreaSpell] = true,
            [SkillType.Nova] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 0.9,
        baseFlags = {
            area = true,
            spell = true,
            duration = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "spell_minimum_base_cold_damage",
            "spell_maximum_base_cold_damage",
            "base_cold_damage_to_deal_per_minute",
            "base_skill_effect_duration",
            "active_skill_area_of_effect_radius_+%_final",
            "active_skill_base_area_of_effect_radius",
            "active_skill_base_secondary_area_of_effect_radius",
            "is_area_damage",
            "spell_damage_modifiers_apply_to_skill_dot",
        },
        levels = {
            [1] = {0.80000001192093, 1.2000000476837, 6.5, 5000, -36, 20, 20, critChance = 5, levelRequirement = 1, statInterpolation = {3, 3, 3},  cost = { }, },
            [2] = {1.6000000238419, 2.4000000953674, 13, 5000, -36, 20, 20, critChance = 5, levelRequirement = 68, statInterpolation = {3, 3, 3},  cost = { }, },
        },
    }
    
    Edit

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