Golem fractal
Fabrication
{Synthétisé}
cannot be used as minion [1]
Fractal Golem
SpectreN
Tagsbludgeoning_weapon, construct, fast_movement, golem, is_unarmed, medium_height, mud_blood, not_dex, physical_affinity, stone_armour, synthesised_monster
Vie
300%
Energy Shield From Life
50%
Armure
+50%
Ailment Threshold
300%
Résistance
37 37 37 0
Damage
78%
Précision
100%
Chances de coup critique
+5%
Multiplicateur de coups critiques
+130%
Attack Distance
6 ~ 12
Attack Time
1.995 Second
Damage Spread
±20%
Expérience
150%
Model Size
70%
Type
SynthesisGolemChampion
Metadata
SynthesisGolemChampion
Niveau
68
Vie
19,300
Armure
43,185
Évasion
4,739
Bouclier d'énergie
3,064
Damage
291
Dégâts des sorts
291
Précision
290
Attack Time
1.995
Expérience
15,383
Ailment Threshold
19,300
Chill
61
Shock
61
Brittle
345
Scorch
61
Sap
169
SynthesisGolemSlam
Triggerable, Attack
Base Damage: 233–350
Chances de coup critique: 5%
Attack Time: 1.995 sec.
100% Davantage de Dégâts
25% de Perte de Vitesse d'attaque
is area damage [1]

Object Type

version 2
extends "Metadata/Monsters/LeagueSynthesis/SynthesisMonsterBaseSink"

Object Type Codes

version 2
extends "Metadata/Monsters/LeagueSynthesis/SynthesisMonsterBaseSink"

Life
{
	on_spawned_alive = "AddEffectPack( Metadata/Effects/Spells/monsters_effects/League_Synthesis/monster_bodyfx/Synthesis_Guardian4/bodyfx.epk );"
	on_death = "RemoveEffectPack( Metadata/Effects/Spells/monsters_effects/League_Synthesis/monster_bodyfx/Synthesis_Guardian4/bodyfx.epk );"
}
-- src\Data\Spectres.lua
minions["Metadata/Monsters/LeagueSynthesis/SynthesisGolemChampion"] = {
    name = "Fractal Golem",
    life = 3,
    energyShield = 0.5,
    fireResist = 37,
    coldResist = 37,
    lightningResist = 37,
    chaosResist = 0,
    damage = 0.78,
    damageSpread = 0.2,
    attackTime = 1.995,
    attackRange = 12,
    accuracy = 1,
    skillList = {
        "SynthesisGolemSlam",
    },
    modList = {
    },
}
-- src\Data\Skills\spectre.lua
skills["SynthesisGolemSlam"] = {
    name = "SynthesisGolemSlam",
    hidden = true,
    color = 4,
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    skillTypes = {
        [SkillType.Triggerable] = true,
        [SkillType.Attack] = true,
    },
    statDescriptionScope = "skill_stat_descriptions",
    castTime = 2,
    baseFlags = {
        attack = true,
        area = true,
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
        "active_skill_damage_+%_final",
        "active_skill_attack_speed_+%_final",
        "is_area_damage",
    },
    levels = {
        [1] = {100, -25, levelRequirement = 0, statInterpolation = {},  cost = { }, },
    },
}
IdMonsterTagSynthesised
FamilyMonsterTag
Domainsmonstre (3)
GenerationTypeUnique (3)
Req. level1
Adds Tagssynthesised_monster
cannot be used as minion [1]
IdCannotBeUsedAsMinion
FamilyCannotBeUsedAsMinion
Domainsmonstre (3)
GenerationTypeUnique (3)
Req. level1
Stats
  • cannot be used as minion Min: 1 Max: 1 Global
  • Edit

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