Ossements oubliés
Mort-vivant
undead description [1]
Forgotten Rattler
SpectreN
Tagsbludgeoning_weapon, bone_armour, bones, has_one_hand_mace, has_one_handed_melee, medium_height, melee, not_int, physical_affinity, skeleton, undead, very_slow_movement
Vie
100%
Armure
+25%
Évasion
+25%
Ailment Threshold
100%
Résistance
0 0 40 0
Damage
100%
Précision
100%
Chances de coup critique
+5%
Multiplicateur de coups critiques
+130%
Attack Distance
6 ~ 7
Attack Time
1.08 Second
Damage Spread
±20%
Expérience
100%
Model Size
100%
Type
SynthesisSkeletonMelee
Metadata
SkeletonMeleeSpawned
Niveau
68
Vie
6,433
Armure
35,988
Évasion
5,924
Bouclier d'énergie
0
Damage
374
Dégâts des sorts
374
Précision
290
Attack Time
1.08
Expérience
10,255
Ailment Threshold
6,433
Chill
20
Shock
20
Brittle
115
Scorch
20
Sap
56
WalkEmergeSynthesis
walk emerge distance [300]
Melee
Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Multistrikeable, Melee, ProjectilesFromUser
Attaque par défaut
Base Damage: 299–448
Chances de coup critique: 5%
Attack Time: 1.08 sec.
Frappez vos ennemis d'un coup puissant.
skill can fire arrows [1]
skill can fire wand projectiles [1]

Object Type

version 2
extends "Metadata/Monsters/LeagueSynthesis/BossSpawnedMonsters/SynthesisPortalMonster"

Actor
{
	main_hand_unarmed_type = "One_Hand_Mace"
	basic_action = "Revive"
}

Object Type Codes

version 2
extends "Metadata/Monsters/LeagueSynthesis/BossSpawnedMonsters/SynthesisPortalMonster"
-- src\Data\Spectres.lua
minions["Metadata/Monsters/LeagueSynthesis/SkeletonMeleeSpawned"] = {
    name = "Forgotten Rattler",
    life = 1,
    fireResist = 0,
    coldResist = 0,
    lightningResist = 40,
    chaosResist = 0,
    damage = 1,
    damageSpread = 0.2,
    attackTime = 1.08,
    attackRange = 7,
    accuracy = 1,
    weaponType1 = "One Hand Mace",
    skillList = {
        "Melee",
        "WalkEmergeSynthesis",
    },
    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["WalkEmergeSynthesis"] = {
    name = "WalkEmergeSynthesis",
    hidden = true,
    color = 4,
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    skillTypes = {
    },
    statDescriptionScope = "skill_stat_descriptions",
    castTime = 0.72,
    baseFlags = {
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
        "walk_emerge_distance",
    },
    levels = {
        [1] = {300, levelRequirement = 1, statInterpolation = {},  cost = { }, },
    },
}
undead description [1]
IdMonsterNecromancerRaisable
FamilyMonsterNecromancerRaisable
Domainsmonstre (3)
GenerationTypeUnique (3)
Req. level1
Stats
  • undead description Min: 1 Max: 1 Global
  • Adds Tagsnecromancer_raisable
    Edit

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