Fractal Giant
Construct
{Synthesised}
Monsters grant 100% increased Experience
15000% increased Rarity of Items Dropped
Action Speed cannot be modified to below 50% of base value
Cannot be Knocked Back
SpectreN
Tagsbludgeoning_weapon, construct, fast_movement, golem, is_unarmed, medium_height, mud_blood, not_dex, physical_affinity, stone_armour, synthesised_monster
Life
300%
Energy Shield From Life
50%
Armour
+50%
Ailment Threshold
300%
Resistance
37 37 37 0
Damage
78%
Accuracy
100%
Critical Strike Chance
+5%
Critical Strike Multiplier
+130%
Attack Distance
6 ~ 12
Attack Time
1.995 Second
Damage Spread
±20%
Experience
150%
Model Size
70%
Type
SynthesisGolemChampion
Metadata
SynthesisGolemBossTip
Level
68
Life
418,039
Armour
28,790
Evasion
4,739
Energy Shield
0
Damage
332
Spell Damage
495
Accuracy
0
Attack Time
1.33665
Experience
84,604
Ailment Threshold
263,365
Chill
833
Shock
833
Brittle
4,711
Scorch
833
Sap
2,301
SynthesisGuardian4Slam
Triggerable, Attack
Base Damage: 527–791
Critical Strike Chance: 5%
Attack Time: 1.995 sec
Deals 85% more Damage
25% less Attack Speed
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/SynthesisGolemBossTip"] = {
    name = "Fractal Giant",
    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 = {
        "SynthesisGuardian4Slam",
    },
    modList = {
    },
}
-- src\Data\Skills\spectre.lua
skills["SynthesisGuardian4Slam"] = {
    name = "SynthesisGuardian4Slam",
    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] = {85, -25, levelRequirement = 0, statInterpolation = {},  cost = { }, },
    },
}
IdMonsterTagSynthesised
FamilyMonsterTag
DomainsMonster (3)
GenerationTypeUnique (3)
Req. level1
Adds Tagssynthesised_monster
Monsters grant 100% increased Experience
15000% increased Rarity of Items Dropped
IdMonsterMapBoss
FamilyMonsterMapBoss
DomainsMonster (3)
GenerationTypeUnique (3)
Req. level1
Stats
  • monster slain experience +% Min: 100 Max: 100 Global
  • monster dropped item rarity +% Min: 15000 Max: 15000 Global
  • Action Speed cannot be modified to below 50% of base value
    IdCannotBeSlowedBelowValueBosses
    FamilyCannotBeSlowedBelowValue
    DomainsMonster (3)
    GenerationTypeUnique (3)
    Req. level1
    Stats
  • hellscape boots action speed +% minimum value Min: -50 Max: -50 Global
  • Craft Tagsspeed
    Cannot be Knocked Back
    IdImmuneToKnockback
    FamilyImmuneToKnockback
    DomainsMonster (3)
    GenerationTypeUnique (3)
    Req. level1
    Stats
  • cannot be knocked back Min: 1 Max: 1 Global
  • Edit

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