Démon sanguinomancien
Cadavre
Type du monstre: Démon
Perd un pourcentage de Vie lorsqu'il lance un sort
Lorsque sa Vie atteint 20%, il arrête de lancer des sorts pour Récupérer toute sa Vie
Soigne les alliés à proximité d'un montant équivalent à 10% de la Vie qu'il dépense
Effectuez un clic droit sur cet objet pour créer ce cadavre.
Sanguimancer Demon
Démon sanguinomancien ShepherdMid /8
NomDescriptions détaillées
DropLevel 78
BaseType Sanguimancer Demon
BaseType Démon sanguinomancien
Class Cadavres
FlagsAlwaysAllocate
TypeMetadata/Items/ItemisedCorpses/ShepherdMid
IconArt/2DItems/Currency/Azmeri/HellscapeDemonElite2Corpse
ReferenceCommunity Wiki
Démon sanguinomancien
Démon
Sanguimancer Demon
SpectreY
Tagsbeyond_demon, bludgeoning_weapon, Lanceur de sorts, demon, fire_affinity, flesh_armour, is_unarmed, not_dex, not_str, ranged, red_blood, very_fast_movement
Vie
203%
Energy Shield From Life
100%
Ailment Threshold
203%
Résistance
0 0 75 0
Damage
150%
Précision
100%
Chances de coup critique
+5%
Multiplicateur de coups critiques
+130%
Attack Distance
4 ~ 12
Attack Time
1.5 Second
Damage Spread
±20%
Expérience
150%
Model Size
130%
Type
AzmeriShepherd
Metadata
ShepherdMid_
Niveau
68
Vie
13,060
Armure
28,790
Évasion
4,739
Bouclier d'énergie
6,127
Damage
560
Dégâts des sorts
560
Précision
290
Attack Time
1.5
Expérience
15,383
Ailment Threshold
13,060
Chill
41
Shock
41
Brittle
234
Scorch
41
Sap
114
GTAzmeriShepherdVomit
Triggerable, Spell
Temps d'incantation: 2.4 sec.
Temps de recharge: 12 sec.
spell maximum action distance +% [-50]
MMSAzmeriShepherdTripleMortar
Projectile, ProjectilesFromUser, Spell, Damage, Area, Trappable, Totemable, Mineable, Multicastable, Triggerable, AreaSpell
Chances de coup critique: 5%
Temps d'incantation: 1.5 sec.
Compétence de mortier de monstre générique. Idem au Projectile de monstre, mais a un effet d'impact.
Inflige 1056 à 1585 Dégâts physiques
25% des Dégâts physiques sont Convertis en Dégâts de feu
base is projectile [1]
is area damage [1]
projectile spread radius [15]
projectile uses contact position [1]
spell maximum action distance +% [-50]
use scaled contact offset [1]
MMSAzmeriShepherdVomitMortar
Projectile, ProjectilesFromUser, Spell, Damage, Area, Trappable, Totemable, Mineable, Multicastable, Triggerable, AreaSpell
Chances de coup critique: 5%
Temps d'incantation: 2.7 sec.
Compétence de mortier de monstre générique. Idem au Projectile de monstre, mais a un effet d'impact.
Inflige 726.3 à 1089 Dégâts physiques
25% des Dégâts physiques sont Convertis en Dégâts de feu
base is projectile [1]
is area damage [1]
projectile spread radius [5]
projectile uses contact position [1]
spell maximum action distance +% [-50]
use scaled contact offset [1]
GSAzmeriShepherdBeamNuke
Spell, Triggerable
Chances de coup critique: 5%
Temps d'incantation: 2 sec.
Temps de recharge: 7 sec.
Inflige 3011 à 4517 Dégâts physiques
25% des Dégâts physiques sont Convertis en Dégâts de feu
is area damage [1]
spell maximum action distance +% [-50]

Object Type

version 2
extends "Metadata/Monsters/Monster"

StateMachine
{
	define_shared_state = "regenerating;"
}

Object Type Codes

version 2
extends "Metadata/Monsters/Monster"

Life
{
	on_spawned_alive =
	"
		AddEffectPackAttached( Metadata/Effects/Spells/monsters_effects/League_Hellscape/elite_xenobyte_sage/EPKs/weapon_effect.epk, Metadata/Monsters/LeagueHellscape/DemonFaction/attachments/SpellcasterweaponHeld.ao );
	"

	on_death =
	"
		RemoveEffectPackAttached( Metadata/Effects/Spells/monsters_effects/League_Hellscape/elite_xenobyte_sage/EPKs/weapon_effect.epk, Metadata/Monsters/LeagueHellscape/DemonFaction/attachments/SpellcasterweaponHeld.ao );
	"
}

Preload
{
	preload_epk = "Metadata/Effects/Spells/monsters_effects/League_Hellscape/elite_xenobyte_sage/EPKs/weapon_effect.epk"
}
-- src\Data\Spectres.lua
minions["Metadata/Monsters/LeagueAzmeri/SpecialCorpses/ShepherdMid_"] = {
    name = "Sanguimancer Demon",
    life = 2.03,
    energyShield = 1,
    fireResist = 0,
    coldResist = 0,
    lightningResist = 75,
    chaosResist = 0,
    damage = 1.5,
    damageSpread = 0.2,
    attackTime = 1.5,
    attackRange = 12,
    accuracy = 1,
    weaponType1 = "Unarmed",
    weaponType2 = "One Hand Mace",
    skillList = {
        "MMSAzmeriShepherdTripleMortar",
        "MMSAzmeriShepherdVomitMortar",
        "GSAzmeriShepherdBeamNuke",
        "GTAzmeriShepherdVomit",
    },
    modList = {
    },
}
-- src\Data\Skills\spectre.lua
skills["MMSAzmeriShepherdTripleMortar"] = {
    name = "MMSAzmeriShepherdTripleMortar",
    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 = 1.5,
    baseFlags = {
        area = true,
        spell = true,
        projectile = true,
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
        "spell_minimum_base_physical_damage",
        "spell_maximum_base_physical_damage",
        "spell_maximum_action_distance_+%",
        "projectile_spread_radius",
        "skill_physical_damage_%_to_convert_to_fire",
        "is_area_damage",
        "base_is_projectile",
        "projectile_uses_contact_position",
        "use_scaled_contact_offset",
    },
    levels = {
        [1] = {0.80000001192093, 1.2000000476837, -50, 15, 25, critChance = 5, levelRequirement = 1, statInterpolation = {3, 3},  cost = { }, },
    },
}
-- src\Data\Skills\spectre.lua
skills["MMSAzmeriShepherdVomitMortar"] = {
    name = "MMSAzmeriShepherdVomitMortar",
    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.7,
    baseFlags = {
        area = true,
        spell = true,
        projectile = true,
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
        "spell_minimum_base_physical_damage",
        "spell_maximum_base_physical_damage",
        "spell_maximum_action_distance_+%",
        "projectile_spread_radius",
        "skill_physical_damage_%_to_convert_to_fire",
        "is_area_damage",
        "base_is_projectile",
        "projectile_uses_contact_position",
        "use_scaled_contact_offset",
    },
    levels = {
        [1] = {0.80000001192093, 1.2000000476837, -50, 5, 25, critChance = 5, levelRequirement = 1, statInterpolation = {3, 3},  cost = { }, },
    },
}
-- src\Data\Skills\spectre.lua
skills["GSAzmeriShepherdBeamNuke"] = {
    name = "GSAzmeriShepherdBeamNuke",
    hidden = true,
    color = 4,
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    skillTypes = {
        [SkillType.Spell] = true,
        [SkillType.Triggerable] = true,
    },
    statDescriptionScope = "skill_stat_descriptions",
    castTime = 2,
    baseFlags = {
        spell = true,
        area = true,
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
        "spell_minimum_base_physical_damage",
        "spell_maximum_base_physical_damage",
        "spell_maximum_action_distance_+%",
        "skill_physical_damage_%_to_convert_to_fire",
        "is_area_damage",
    },
    levels = {
        [1] = {0.80000001192093, 1.2000000476837, -50, 25, critChance = 5, levelRequirement = 1, statInterpolation = {3, 3},  cost = { }, },
    },
}
-- src\Data\Skills\spectre.lua
skills["GTAzmeriShepherdVomit"] = {
    name = "GTAzmeriShepherdVomit",
    hidden = true,
    color = 4,
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    skillTypes = {
        [SkillType.Triggerable] = true,
        [SkillType.Spell] = true,
    },
    statDescriptionScope = "skill_stat_descriptions",
    castTime = 2.4,
    baseFlags = {
        spell = true,
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
        "spell_maximum_action_distance_+%",
    },
    levels = {
        [1] = {-50, levelRequirement = 0, statInterpolation = {},  cost = { }, },
    },
}
Edit

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