Serpent titanesque forgé
Bête
Vous ne pouvez pas être Étourdi
Vous ne pouvez pas être Repoussé(e)
Forged Titan Snake
SpectreN
Tagsbasilisk_monster, beast, Lanceur de sorts, chaos_affinity, extra_extra_large_height, ghost_armour, immobile, influence_monster, is_unarmed, no_final_gasp, no_forced_item_drops, no_fractured, reptile_beast
Vie
252%
Ailment Threshold
252%
Résistance
64 0 0 64
Damage
270%
Précision
100%
Chances de coup critique
+5%
Multiplicateur de coups critiques
+130%
Attack Distance
6 ~ 26
Attack Time
1.005 Second
Damage Spread
±20%
Expérience
180%
Model Size
94%
Type
CrucibleBasiliskSnake
Metadata
BasiliskSnake
Niveau
68
Vie
16,212
Armure
28,790
Évasion
4,739
Bouclier d'énergie
0
Damage
1,009
Dégâts des sorts
1,009
Précision
290
Attack Time
1.005
Expérience
18,459
Ailment Threshold
16,212
Chill
51
Shock
51
Brittle
290
Scorch
51
Sap
142
MeleeAtAnimationSpeedMaim
Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Multistrikeable, Melee, ProjectilesFromUser
Attaque par défaut
Base Damage: 807–1210
Chances de coup critique: 5%
Attack Time: 1.005 sec.
Frappez vos ennemis d'un coup puissant.
Mutile au Toucher
action attack or cast time uses animation length [1]
projectile uses contact position [1]
skill can fire arrows [1]
skill can fire wand projectiles [1]
use scaled contact offset [1]
MMSCrucibleBasiliskBloodMortar
Projectile, ProjectilesFromUser, Spell, Damage, Area, Trappable, Totemable, Mineable, Multicastable, Triggerable, AreaSpell
Chances de coup critique: 5%
Temps d'incantation: 2.8 sec.
Compétence de mortier de monstre générique. Idem au Projectile de monstre, mais a un effet d'impact.
Inflige 620.7 à 931 Dégâts physiques
base is projectile [1]
is area damage [1]
projectile uses contact position [1]
use scaled contact offset [1]
FaceLastTarget
Faire face à la dernière cible
CrucibleSnakeBurrow
Temps de recharge: 8 sec.
La Durée de base est de 1 secondes
CrucibleSnakeEmerge
Attack
Base Damage: 807–1210
Chances de coup critique: 5%
Attack Time: 1.005 sec.
20% de Perte de Dégâts
EASCrucibleBasiliskTripleSpit
Spell
Temps d'incantation: 2.8 sec.
Temps de recharge: 10 sec.
spell maximum action distance +% [-40]
SSMCrucibleSummonBloodInsect
Spell, Multicastable, Triggerable, Trappable, Totemable, Mineable
Temps d'incantation: 2.5 sec.
Temps de recharge: 9 sec.
alternate minion [626]
minion dies when parent deleted [1]
minion dies when parent dies [1]
monster no drops or experience [1]
number of monsters to summon [5]
summon specific monsters radius +% [-80]
summoned monsters are minions [1]

Object Type

version 2
extends "Metadata/Monsters/LeagueCrucible/CrucibleMonsterBase"
extends "Metadata/Monsters/LeagueCrucible/PhysicalMonsterBase"

Actor
{
	basic_action = "Emerge"
	basic_action = "Emerge2"
	basic_action = "ChangeToStance1"
	basic_action = "ChangeToStance2"
}

Life
{
	corpse_usable = false
}

Pathfinding
{
	immobile = true
}

Object Type Codes

version 2
extends "Metadata/Monsters/LeagueCrucible/CrucibleMonsterBase"
extends "Metadata/Monsters/LeagueCrucible/PhysicalMonsterBase"

BaseEvents
{
	on_construction_complete =
	"
		this.mound = SpawnEffect( Metadata/Effects/Spells/monsters_effects/League_Ultimatum/general_combat/vaal_snakehead/mound.ao );
		mound.QueueAnimation( mound_loop );
	"
}

Animated
{
	on_emerge =
	"
		this.mound = SpawnEffect( Metadata/Effects/Spells/monsters_effects/League_Ultimatum/general_combat/vaal_snakehead/mound.ao );
		mound.QueueAnimation( mound_loop );
	"

	on_submerge =
	"
		mound.PlayAnimation( mound_end );
		mound.Delay( 2, { Delete(); } );
	"
}

Life
{
	on_death =
	"
		Delay( 1,
		{
			mound.PlayAnimation( mound_end );
			mound.Delay( 2, { Delete(); } );
		} );
	"
}

BaseEvents
{
	on_sleep = "mound.Delete();"
}

Render
{
	selection_height_override = 215.0
}
-- src\Data\Spectres.lua
minions["Metadata/Monsters/LeagueCrucible/Physical/BasiliskSnake"] = {
    name = "Forged Titan Snake",
    life = 2.52,
    fireResist = 64,
    coldResist = 0,
    lightningResist = 0,
    chaosResist = 64,
    damage = 2.7,
    damageSpread = 0.2,
    attackTime = 1.005,
    attackRange = 26,
    accuracy = 1,
    skillList = {
        "MeleeAtAnimationSpeedMaim",
        "CrucibleSnakeBurrow",
        "CrucibleSnakeEmerge",
        "SSMCrucibleSummonBloodInsect",
        "MMSCrucibleBasiliskBloodMortar",
        "FaceLastTarget",
        "EASCrucibleBasiliskTripleSpit",
    },
    modList = {
    },
}
-- src\Data\Skills\spectre.lua
skills["MeleeAtAnimationSpeedMaim"] = {
    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",
        "action_attack_or_cast_time_uses_animation_length",
        "projectile_uses_contact_position",
        "use_scaled_contact_offset",
        "global_maim_on_hit",
    },
    levels = {
        [1] = {levelRequirement = 1, statInterpolation = {},  cost = { }, },
    },
}
-- src\Data\Skills\spectre.lua
skills["CrucibleSnakeBurrow"] = {
    name = "CrucibleSnakeBurrow",
    hidden = true,
    color = 4,
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    skillTypes = {
    },
    statDescriptionScope = "skill_stat_descriptions",
    castTime = 1,
    baseFlags = {
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
        "base_skill_effect_duration",
    },
    levels = {
        [1] = {1000, levelRequirement = 0, statInterpolation = {},  cost = { }, },
    },
}
-- src\Data\Skills\spectre.lua
skills["CrucibleSnakeEmerge"] = {
    name = "CrucibleSnakeEmerge",
    hidden = true,
    color = 4,
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    skillTypes = {
        [SkillType.Attack] = true,
    },
    statDescriptionScope = "skill_stat_descriptions",
    castTime = 1,
    baseFlags = {
        attack = true,
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
        "active_skill_damage_+%_final",
    },
    levels = {
        [1] = {-20, levelRequirement = 0, statInterpolation = {},  cost = { }, },
    },
}
-- src\Data\Skills\spectre.lua
skills["SSMCrucibleSummonBloodInsect"] = {
    name = "SSMCrucibleSummonBloodInsect",
    hidden = true,
    color = 4,
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    skillTypes = {
        [SkillType.Spell] = true,
        [SkillType.Multicastable] = true,
        [SkillType.Triggerable] = true,
        [SkillType.Trappable] = true,
        [SkillType.Totemable] = true,
        [SkillType.Mineable] = true,
    },
    statDescriptionScope = "skill_stat_descriptions",
    castTime = 2.5,
    baseFlags = {
        spell = true,
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
        "number_of_monsters_to_summon",
        "alternate_minion",
        "summon_specific_monsters_radius_+%",
        "summoned_monsters_are_minions",
        "monster_no_drops_or_experience",
        "minion_dies_when_parent_dies",
        "minion_dies_when_parent_deleted",
    },
    levels = {
        [1] = {5, 626, -80, levelRequirement = 0, statInterpolation = {},  cost = { }, },
    },
}
-- src\Data\Skills\spectre.lua
skills["MMSCrucibleBasiliskBloodMortar"] = {
    name = "MMSCrucibleBasiliskBloodMortar",
    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 = 2.8,
    baseFlags = {
        area = true,
        spell = true,
        projectile = true,
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
        "spell_minimum_base_physical_damage",
        "spell_maximum_base_physical_damage",
        "is_area_damage",
        "base_is_projectile",
        "projectile_uses_contact_position",
        "use_scaled_contact_offset",
    },
    levels = {
        [1] = {0.80000001192093, 1.2000000476837, critChance = 5, levelRequirement = 1, statInterpolation = {3, 3},  cost = { }, },
    },
}
-- src\Data\Skills\spectre.lua
skills["FaceLastTarget"] = {
    name = "Face Last Target",
    hidden = true,
    color = 4,
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    skillTypes = {
    },
    statDescriptionScope = "skill_stat_descriptions",
    castTime = 0.01,
    baseFlags = {
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
    },
    levels = {
        [1] = {levelRequirement = 1, statInterpolation = {},  cost = { }, },
    },
}
-- src\Data\Skills\spectre.lua
skills["EASCrucibleBasiliskTripleSpit"] = {
    name = "EASCrucibleBasiliskTripleSpit",
    hidden = true,
    color = 4,
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    skillTypes = {
        [SkillType.Spell] = true,
    },
    statDescriptionScope = "skill_stat_descriptions",
    castTime = 2.8,
    baseFlags = {
        spell = true,
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
        "spell_maximum_action_distance_+%",
    },
    levels = {
        [1] = {-40, levelRequirement = 0, statInterpolation = {},  cost = { }, },
    },
}
Vous ne pouvez pas être Étourdi
IdMonsterImplicitCannotBeStunned1
FamilyMonsterCannotBeStunned
Domainsmonstre (3)
GenerationTypeUnique (3)
Req. level1
Stats
  • base cannot be stunned Min: 1 Max: 1 Global
  • Vous ne pouvez pas être Repoussé(e)
    IdImmuneToKnockback
    FamilyImmuneToKnockback
    Domainsmonstre (3)
    GenerationTypeUnique (3)
    Req. level1
    Stats
  • cannot be knocked back Min: 1 Max: 1 Global
  • Edit

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