[DNT] Bone Snake
monster casts puncture text [1]
stance movement speed +% final [100]
SpectreY
Tagsbeast, melee, not_int, not_str, physical_affinity, reptile_beast, skeleton, SpearWood_onhit_audio, undead, very_slow_movement
Vida
100%
Evasão
+25%
Resistência
0 0 0 0
Damage
100%
Precisão
100%
Acertos Críticos Chance
5%
Bônus de Dano Crítico
+30%
Attack Distance
6 ~ 6
Tempo de Ataque
1.32 Second
Damage Spread
±20%
Experiência
100%
Model Size
90%
Type
BoneCoilSnake
Metadata
SkeletonSnakeBone_
Nível
68
Vida
7,757
Armadura
3,451
Evasão
596
Damage
233
Dano Mágico
233
Precisão
2,180
Tempo de Ataque
1.32
Experiência
28,634
Minion Life
11,280
Minion Damage
1,896
Minion Armour
3,451
MeleeAtAnimationSpeed
Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Multistrikeable, Melee, ProjectilesFromUser
Ataque Básico
Base Damage: 186–280
Chance de Acerto Crítico: 5%
Tempo de Ataque: 1.32 seg
action attack or cast time uses animation length [1]
projectile uses contact position [1]
skill can fire wand projectiles [1]
use scaled contact offset [1]
MonsterPuncture
Attack, RangedAttack, MirageArcherCanUse, Projectile, ProjectilesFromUser, Duration, Trappable, Mineable, Totemable, MeleeSingleTarget, Multistrikeable, Melee, DamageOverTime, Triggerable, Physical
Punctura
Base Damage: 186–280
Chance de Acerto Crítico: 5%
Dano de Ataque: 120%
Tempo de Ataque: 1.32 seg
Perfura o alvo, causando uma penalidade de sangramento, que será afetada pelos modificadores de duração de habilidade. Punctura funciona com arcos, adagas, garras ou espadas.
Causa 20% mais Dano de Ataque
20% mais Magnitude dos Sangramentos infligidos
Causa Sangramento

Object Type

version 2
extends "Metadata/Monsters/Monster"

Actor
{
	main_hand_unarmed_type = "Dagger"
	basic_action = "ChangeToStance1"
	basic_action = "ChangeToStance2"
	basic_action = "Emerge"
}


Life
{
	on_death = "SetStateTo( hidemesh, 1 );"
}

StateMachine
{
	define_shared_state = "hidemesh;"
}

Transitionable
{
	
}

Stats
{
	set_base_heavy_stun_duration_ms = 3000
}

Object Type Codes

version 2
extends "Metadata/Monsters/Monster"

StateMachine
{
	on_or_create_state_hidemesh_1 =
	"
		HideMeshSegments( SkeletonSnakeDSShape, SkeletonSnakeSSShape, ribbon_meshShape, spine_combined_fin_mesh2Shape, spine_combined_meshShape );
		ShowMeshSegments( spine_segment_fin_mesh_Shape8, spine_segment_mesh_1Shape, spine_segment_mesh_2Shape, spine_segment_mesh_3Shape, spine_segment_mesh_4Shape, spine_segment_mesh_5Shape, spine_segment_mesh_Shape8 );
	"

	on_or_create_state_hidemesh_0 =
	"
		ShowMeshSegments( ribbon_meshShape, spine_combined_fin_mesh2Shape, spine_combined_meshShape );
		HideMeshSegments( spine_segment_fin_mesh_Shape8, spine_segment_mesh_1Shape, spine_segment_mesh_2Shape, spine_segment_mesh_3Shape, spine_segment_mesh_4Shape, spine_segment_mesh_5Shape, spine_segment_mesh_Shape8 );
	"
}

Actor
{
	on_start_Emerge = "SetStateTo( hidemesh, 1 );"
	on_end_Emerge = "SetStateTo( hidemesh, 0 );"
	on_start_Death = "SetStateTo( hidemesh, 1 );"
}
-- src\Data\Spectres.lua
minions["Metadata/Monsters/SkeletonSnakeBone_"] = {
    name = "[DNT] Bone Snake",
    life = 1,
    fireResist = 0,
    coldResist = 0,
    lightningResist = 0,
    chaosResist = 0,
    damage = 1,
    damageSpread = 0.2,
    attackTime = 1.32,
    attackRange = 6,
    accuracy = 1,
    skillList = {
        "MeleeAtAnimationSpeed",
        "MonsterPuncture",
    },
    modList = {
    },
}
-- src\Data\Skills\spectre.lua
skills["MeleeAtAnimationSpeed"] = {
    name = "Basic Attack",
    hidden = true,
    color = ,
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    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",
    },
    levels = {
        [1] = {levelRequirement = 1, statInterpolation = {},  cost = { }, },
    },
}
-- src\Data\Skills\spectre.lua
skills["MonsterPuncture"] = {
    name = "Puncture",
    hidden = true,
    color = ,
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    description = "Punctures enemies, causing a bleeding debuff, which will be affected by modifiers to skill duration. Puncture works with bows, daggers, claws or swords.",
    skillTypes = {
        [SkillType.Attack] = true,
        [SkillType.RangedAttack] = true,
        [SkillType.MirageArcherCanUse] = true,
        [SkillType.Projectile] = true,
        [SkillType.ProjectilesFromUser] = true,
        [SkillType.Duration] = true,
        [SkillType.Trappable] = true,
        [SkillType.Mineable] = true,
        [SkillType.Totemable] = true,
        [SkillType.MeleeSingleTarget] = true,
        [SkillType.Multistrikeable] = true,
        [SkillType.Melee] = true,
        [SkillType.DamageOverTime] = true,
        [SkillType.Triggerable] = true,
        [SkillType.Physical] = true,
    },
    statDescriptionScope = "skill_stat_descriptions",
    castTime = 1,
    baseFlags = {
        attack = true,
        melee = true,
        projectile = true,
        duration = true,
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
        "active_skill_bleeding_effect_+%_final",
        "skill_can_fire_arrows",
        "attacks_inflict_bleeding_on_hit",
    },
    levels = {
        [1] = {20, baseMultiplier = 1.2, levelRequirement = 9, statInterpolation = {1},  cost = { }, },
        [2] = {40, baseMultiplier = 1.2, levelRequirement = 30, statInterpolation = {1},  cost = { }, },
        [3] = {60, baseMultiplier = 1.2, levelRequirement = 60, statInterpolation = {1},  cost = { }, },
    },
}
monster casts puncture text [1]
IdMonsterCastsPunctureText
FamilyMonsterCastsPunctureText
DomainsMonster (3)
GenerationTypeÚnico (3)
Req. level1
Stats
  • monster casts puncture text Min: 1 Max: 1 Global
  • stance movement speed +% final [100]
    IdStanceSnakeSlither
    FamilyStance
    DomainsMonster (3)
    GenerationTypeÚnico (3)
    Req. level1
    Stats
  • stance movement speed +% final Min: 100 Max: 100 Global
  • Craft Tagsarmour defences speed
    Edit

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