MirageVillageShippingSanctumArchnemesisExpeditionDetonatorUltimatumAltarRitualRuneHeistSumgglersCacheHarvestPortalAfflictionInitiatorBlightCoreLegionInitiatorBetrayalSymbolCatarinaDelveMineralVeinIncursionCraftingBenchBestiaryRareMonsterAbyssBreachEssenceStrongboxShrine
Titan Totem
Construct
corpse cannot be destroyed [1]
cant touch this [1]
cant possess this [1]
Spectre
AreaPeninsula, Peninsula Map
Tagsbludgeoning_weapon, construct, earth_elemental, has_one_hand_mace, has_one_handed_melee, immobile, large_height, large_model, mud_blood, not_dex, not_int, physical_affinity, stone_armour
Life
270%
Armour
+50%
Ailment Threshold
270%
Resistance
IconEnemyResistanceFire0% IconEnemyResistanceCold0% IconEnemyResistanceLightning0% IconEnemyResistanceChaos0%
Damage
255%
Accuracy
100%
Critical Strike Chance
+5%
Critical Strike Multiplier
+130%
Attack Distance
5 ~ 12
Attack Time
1.17 Second
Damage Spread
±20%
Experience
150%
Model Size
100%
Type
MossMonsterMapBossStationary
Metadata
MapMossMonsterBossOldFields2Minion
Level
72
Life
26,282
Armour
59,174
Evasion Rating
5,444
Damage
1,210
Spell Damage
1,210
Accuracy
678
Attack Time
1.17
Experience
16,755
Minion Life
5,504
Minion Damage
980
Ailment Threshold
26,282
Chill
83
Shock
83
Brittle
470
Scorch
83
Sap
230
Phys Convert Ele
260%
PopUpMapMossMonsterBossOldFields2Earthquake
Attack, Area, Melee, Multistrikeable, Duration, Slam, Triggerable, Totemable
Earthquake
Base Damage: 9681452
Critical Strike Chance: 5%
Attack Damage: 50%
Attack Damage: 50%
Attack Time: 1.17 sec
Cooldown Time: 2 sec
Smashes the ground, dealing damage in an area and cracking the earth. The crack will erupt in a powerful aftershock after a duration. Cracks created before the first one has erupted will not generate their own aftershocks. Requires an Axe, Mace, Sceptre, Staff or Unarmed.
Deals 50% less Attack Damage
Deals 20% less Damage
Base duration is 2 seconds
Aftershock deals +300% more Damage with Hits and Ailments
force lite skill effects [1]
is area damage [1]
QuakeSlam

Object Type

version 2
extends "Metadata/Monsters/Monster"

BaseEvents { }

Actor
{
	basic_action = "Emerge"
	basic_action = "Revive"
	main_hand_unarmed_type = "One_Hand_Sword"
}


Transitionable
{
}

Pathfinding
{
	immobile = true
}

Life
{
	corpse_usable = false
}

Stats
{
	monster_no_drops_or_experience = 1
}
-- src\Data\Spectres.lua
minions["Metadata/Monsters/MossMonster/MapMossMonsterBossOldFields2Minion"] = {
    fireResist = 0,
    coldResist = 0,
    lightningResist = 0,
    chaosResist = 0,
    name = "Titan Totem",
    life = 2.7,
    damage = 2.55,
    damageSpread = 0.2,
    attackTime = 1.17,
    attackRange = 12,
    accuracy = 1,
    weaponType1 = "One Hand Mace",
    skillList = {
        "PopUpMapMossMonsterBossOldFields2Earthquake",
    },
    modList = {
    },
}
-- src\Data\Skills\spectre.lua
skills["PopUpMapMossMonsterBossOldFields2Earthquake"] = {
    name = "Earthquake",
    hidden = true,
    color = "1",
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    description = "Smashes the ground, dealing damage in an area and cracking the earth. The crack will erupt in a powerful aftershock after a duration. Cracks created before the first one has erupted will not generate their own aftershocks. Requires an Axe, Mace, Sceptre, Staff or Unarmed.",
    skillTypes = {
        [SkillType.Attack] = true,
        [SkillType.Area] = true,
        [SkillType.Melee] = true,
        [SkillType.Multistrikeable] = true,
        [SkillType.Duration] = true,
        [SkillType.Slam] = true,
        [SkillType.Triggerable] = true,
        [SkillType.Totemable] = true,
    },
    statDescriptionScope = "skill_stat_descriptions",
    castTime = 1,
    baseFlags = {
        attack = true,
        area = true,
        melee = true,
        duration = true,
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
        "base_skill_effect_duration",
        "quake_slam_fully_charged_explosion_damage_+%_final",
        "active_skill_damage_+%_final",
        "is_area_damage",
        "force_lite_skill_effects",
    },
    levels = {
        [1] = {2000, 300, -20, baseMultiplier = 0.5, levelRequirement = 1, statInterpolation = {},  cost = { }, },
    },
}
corpse cannot be destroyed [1]
FamilyCorpseCannotBeDestroyed
DomainsMonster (3)
GenerationTypeUnique (3)
Req. level1
Stats
  • corpse cannot be destroyed 1 1 Global — Unscalable Value
  • cant touch this [1]
    FamilyCantTouchThis
    DomainsMonster (3)
    GenerationTypeTorment (7)
    Req. level1
    Stats
  • cant touch this 1 1 Global — Unscalable Value
  • cant possess this [1]
    FamilyCantPossessThis
    DomainsMonster (3)
    GenerationTypeTorment (7)
    Req. level1
    Stats
  • cant possess this 1 1 Global — Unscalable Value
  • Edit

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