Démon sacrificiel
Démon
monster no drops or experience [1]
stance movement speed +% final [112]
Sacrificial Demon
SpectreN
Tagscleaving_weapon, demon, flesh_armour, has_one_hand_sword, has_one_handed_melee, medium_height, melee, no_pantheon_mod, physical_affinity, red_blood, very_slow_movement
Vie
675%
Ailment Threshold
675%
Résistance
20 20 20 0
Damage
100%
Précision
100%
Chances de coup critique
+5%
Multiplicateur de coups critiques
+130%
Attack Distance
6 ~ 6
Attack Time
1.5 Second
Damage Spread
±20%
Expérience
100%
Model Size
97%
Type
VaalSacrificeDemon
Metadata
DemonModularIncursionSacrifice
Niveau
68
Vie
43,425
Armure
28,790
Évasion
4,739
Bouclier d'énergie
0
Damage
374
Dégâts des sorts
374
Précision
290
Attack Time
1.5
Expérience
10,255
Ailment Threshold
43,425
Chill
137
Shock
137
Brittle
777
Scorch
137
Sap
379
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.5 sec.
Frappez vos ennemis d'un coup puissant.
skill can fire arrows [1]
skill can fire wand projectiles [1]
EmptyActionDemonSacrificialHeal
Spell
Temps d'incantation: 1 sec.
25% de Perte de Vitesse d'attaque
Heal
Spell, Duration
Temps d'incantation: 1 sec.
La Durée de base est de 1 secondes
10% de Vie Régénérée par seconde

Object Type

version 2
extends "Metadata/Monsters/Monster"

Actor
{
	basic_action = "ChangeToStance1"
	basic_action = "ChangeToStance2"
	basic_action = "Emerge2"
	basic_action = "Emerge3"
	main_hand_unarmed_type = "One_Hand_Sword"
}

Stats
{
	mana_regeneration_rate_per_minute_% = 0
}

Life
{
	corpse_usable = false
}

Object Type Codes

version 2
extends "Metadata/Monsters/Monster"

Life
{
}

Actor
{
	on_end_ChangeToStance2 = "HideMeshSegments( demon_head_0Shape1, demon_head_0Shape2, demon_head_0Shape3 );"
}
-- src\Data\Spectres.lua
minions["Metadata/Monsters/DemonModular/DemonModularIncursionSacrifice"] = {
    name = "Sacrificial Demon",
    life = 6.75,
    fireResist = 20,
    coldResist = 20,
    lightningResist = 20,
    chaosResist = 0,
    damage = 1,
    damageSpread = 0.2,
    attackTime = 1.5,
    attackRange = 6,
    accuracy = 1,
    skillList = {
        "Melee",
        "Heal",
        "EmptyActionDemonSacrificialHeal",
    },
    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["Heal"] = {
    name = "Heal",
    hidden = true,
    color = 4,
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    skillTypes = {
        [SkillType.Spell] = true,
        [SkillType.Duration] = true,
    },
    statDescriptionScope = "skill_stat_descriptions",
    castTime = 1,
    baseFlags = {
        spell = true,
        duration = true,
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
        "base_skill_effect_duration",
        "life_regeneration_rate_per_minute_%",
    },
    levels = {
        [1] = {1000, 600, levelRequirement = 0, statInterpolation = {},  cost = { }, },
    },
}
-- src\Data\Skills\spectre.lua
skills["EmptyActionDemonSacrificialHeal"] = {
    name = "EmptyActionDemonSacrificialHeal",
    hidden = true,
    color = 4,
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    skillTypes = {
        [SkillType.Spell] = true,
    },
    statDescriptionScope = "skill_stat_descriptions",
    castTime = 1,
    baseFlags = {
        spell = true,
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
        "active_skill_attack_speed_+%_final",
    },
    levels = {
        [1] = {-25, levelRequirement = 1, statInterpolation = {},  cost = { }, },
    },
}
monster no drops or experience [1]
IdMonsterNoDropsOrExperience
FamilyMonsterNoDropsOrExperience
Domainsmonstre (3)
GenerationTypeUnique (3)
Req. level1
Stats
  • monster no drops or experience Min: 1 Max: 1 Global
  • IdNothing
    FamilyNothing
    Domainsmonstre (3)
    GenerationTypeUnique (3)
    Req. level1
    stance movement speed +% final [112]
    IdStanceBanditRun
    FamilyStance
    Domainsmonstre (3)
    GenerationTypeUnique (3)
    Req. level1
    Stats
  • stance movement speed +% final Min: 112 Max: 112 Global
  • Craft Tagsspeed
    Edit

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