Zorioc, l'Orage
Fabrication
15000% increased Rarity of Items Dropped
100% d'Augmentation de l'Expérience octroyée par les Monstres
monster penalty against minions damage +% final vs player minions [-20]
cannot be stunned for ms after stun finished [2000]
cannot be stunned while stunned [1]
Zorioc, the Storm
SpectreN
TagsLanceur de sorts, construct, has_bow, immobile, large_height, large_model, lightning_affinity, mud_blood, not_dex, not_int, puncturing_weapon, ranged, stone_armour
Vie
1200%
Armure
+100%
Ailment Threshold
1200%
Résistance
40 40 40 25
Damage
138%
Précision
100%
Chances de coup critique
+5%
Multiplicateur de coups critiques
+130%
Attack Distance
6 ~ 120
Attack Time
1.5 Second
Damage Spread
±0%
Expérience
300%
Model Size
160%
Type
MonsterTotemMapMidBossLegends
Metadata
MapTotemBossLegends3
Niveau
68
Vie
1,672,156
Armure
57,580
Évasion
4,739
Bouclier d'énergie
0
Damage
587
Dégâts des sorts
876
Précision
290
Attack Time
1.005
Expérience
169,208
Ailment Threshold
1,053,458
Chill
3,331
Shock
3,331
Brittle
18,845
Scorch
3,331
Sap
9,203
MonsterSparkLegends
Spell, Projectile, ProjectilesFromUser, Damage, Duration, Trappable, Totemable, Mineable, Multicastable, Triggerable, Lightning, CanRapidFire
Étincelle
Chances de coup critique: 5%
Efficacité des Dégâts supplémentaires: 50%
Temps d'incantation: 0.65 sec.
Une projection d'étincelles imprévisibles qui se déplacent aléatoirement jusqu'à ce qu'elles touchent un ennemi ou expirent.
MonsterStormCallLegends
Spell, Damage, Area, Duration, Trappable, Totemable, Mineable, Triggerable, Multicastable, Lightning, Cascadable, CanRapidFire, AreaSpell
Appel de la foudre
Chances de coup critique: 5%
Temps d'incantation: 0.5 sec.
Un sort qui place un marqueur à un emplacement. Après une courte durée, un éclair foudroie le marqueur, infligeant des dégâts aux alentours, tous les autres marqueurs placés sont également foudroyés.

Object Type

version 2
extends "Metadata/Monsters/Totems/MonsterTotem"

BaseEvents
{
}

Actor
{
	main_hand_unarmed_type = "Bow"
}

Stats
{
	set_immune_to_curses = 0
}

Object Type Codes

version 2
extends "Metadata/Monsters/Totems/MonsterTotem"

Render
{
	has_light = true
}
-- src\Data\Spectres.lua
minions["Metadata/Monsters/Totems/olmec_totem/MapTotemBossLegends3"] = {
    name = "Zorioc, the Storm",
    life = 12,
    fireResist = 40,
    coldResist = 40,
    lightningResist = 40,
    chaosResist = 25,
    damage = 1.38,
    damageSpread = 0,
    attackTime = 1.5,
    attackRange = 120,
    accuracy = 1,
    weaponType1 = "Bow",
    skillList = {
        "MonsterSparkLegends",
        "MonsterStormCallLegends",
    },
    modList = {
    },
}
-- src\Data\Skills\spectre.lua
skills["MonsterSparkLegends"] = {
    name = "Spark",
    hidden = true,
    color = "3",
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    description = "Launches unpredictable sparks that move randomly until they hit an enemy or expire.",
    skillTypes = {
        [SkillType.Spell] = true,
        [SkillType.Projectile] = true,
        [SkillType.ProjectilesFromUser] = true,
        [SkillType.Damage] = true,
        [SkillType.Duration] = true,
        [SkillType.Trappable] = true,
        [SkillType.Totemable] = true,
        [SkillType.Mineable] = true,
        [SkillType.Multicastable] = true,
        [SkillType.Triggerable] = true,
        [SkillType.Lightning] = true,
        [SkillType.CanRapidFire] = true,
    },
    statDescriptionScope = "skill_stat_descriptions",
    castTime = 0.65,
    baseFlags = {
        spell = true,
        projectile = true,
        duration = true,
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
        "spell_minimum_base_lightning_damage",
        "spell_maximum_base_lightning_damage",
        "base_skill_effect_duration",
        "number_of_additional_projectiles",
        "base_projectile_speed_+%",
        "projectiles_fork",
        "projectiles_nova",
        "base_is_projectile",
    },
    levels = {
        [1] = {0.5, 1.5, 3000, 14, 25, critChance = 5, levelRequirement = 74, statInterpolation = {3, 3},  cost = { }, },
    },
}
-- src\Data\Skills\spectre.lua
skills["MonsterStormCallLegends"] = {
    name = "Storm Call",
    hidden = true,
    color = "3",
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    description = "Sets a marker at a location. After a short duration, lightning strikes the marker, dealing damage around it and causing lightning strikes at any other markers you've cast.",
    skillTypes = {
        [SkillType.Spell] = true,
        [SkillType.Damage] = true,
        [SkillType.Area] = true,
        [SkillType.Duration] = true,
        [SkillType.Trappable] = true,
        [SkillType.Totemable] = true,
        [SkillType.Mineable] = true,
        [SkillType.Triggerable] = true,
        [SkillType.Multicastable] = true,
        [SkillType.Lightning] = true,
        [SkillType.Cascadable] = true,
        [SkillType.CanRapidFire] = true,
        [SkillType.AreaSpell] = true,
    },
    statDescriptionScope = "skill_stat_descriptions",
    castTime = 0.5,
    baseFlags = {
        area = true,
        spell = true,
        duration = true,
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
        "spell_minimum_base_lightning_damage",
        "spell_maximum_base_lightning_damage",
        "base_skill_effect_duration",
        "active_skill_area_of_effect_radius_+%_final",
        "is_area_damage",
    },
    levels = {
        [1] = {0.5, 1.5, 3000, -31, critChance = 5, levelRequirement = 74, statInterpolation = {3, 3},  cost = { }, },
    },
}
15000% increased Rarity of Items Dropped
100% d'Augmentation de l'Expérience octroyée par les Monstres
IdMonsterMapBoss
FamilyMonsterMapBoss
Domainsmonstre (3)
GenerationTypeUnique (3)
Req. level1
Stats
  • monster slain experience +% Min: 100 Max: 100 Global
  • monster dropped item rarity +% Min: 15000 Max: 15000 Global
  • monster penalty against minions damage +% final vs player minions [-20]
    IdMonsterDamageVersusPlayerMinions20
    FamilyMonsterDamageVersusMinions
    Domainsmonstre (3)
    GenerationTypeUnique (3)
    Req. level1
    Stats
  • monster penalty against minions damage +% final vs player minions Min: -20 Max: -20 Global
  • Craft Tagsdamage
    cannot be stunned for ms after stun finished [2000]
    cannot be stunned while stunned [1]
    IdStunRepeatImmunityMapBoss_
    FamilyNothing
    Domainsmonstre (3)
    GenerationTypeUnique (3)
    Req. level1
    Stats
  • cannot be stunned while stunned Min: 1 Max: 1 Global
  • cannot be stunned for ms after stun finished Min: 2000 Max: 2000 Global
  • Zorioc, l'Orage
    Fabrication
    15000% increased Rarity of Items Dropped
    100% d'Augmentation de l'Expérience octroyée par les Monstres
    monster penalty against minions damage +% final vs player minions [-20]
    cannot be stunned for ms after stun finished [2000]
    cannot be stunned while stunned [1]
    40% de Réduction de la Vitesse d'incantation
    40% de Réduction de la Vitesse d'attaque
    Zorioc, the Storm
    SpectreN
    TagsLanceur de sorts, construct, has_bow, immobile, large_model, lightning_affinity, medium_height, mud_blood, not_dex, not_int, puncturing_weapon, stone_armour
    Vie
    320%
    Armure
    +80%
    Ailment Threshold
    250%
    Résistance
    40 40 40 25
    Damage
    100%
    Précision
    100%
    Chances de coup critique
    +5%
    Multiplicateur de coups critiques
    +130%
    Attack Distance
    6 ~ 120
    Attack Time
    1.5 Second
    Damage Spread
    ±0%
    Expérience
    100%
    Model Size
    125%
    Type
    MonsterTotemMapSubBossLegends
    Metadata
    MapTotemBossLegends3summoned
    Niveau
    68
    Vie
    445,908
    Armure
    51,822
    Évasion
    4,739
    Bouclier d'énergie
    0
    Damage
    425
    Dégâts des sorts
    635
    Précision
    290
    Attack Time
    1.005
    Expérience
    56,403
    Ailment Threshold
    219,471
    Chill
    694
    Shock
    694
    Brittle
    3,926
    Scorch
    694
    Sap
    1,917
    MonsterStormCallLegends
    Spell, Damage, Area, Duration, Trappable, Totemable, Mineable, Triggerable, Multicastable, Lightning, Cascadable, CanRapidFire, AreaSpell
    Appel de la foudre
    Chances de coup critique: 5%
    Temps d'incantation: 0.5 sec.
    Un sort qui place un marqueur à un emplacement. Après une courte durée, un éclair foudroie le marqueur, infligeant des dégâts aux alentours, tous les autres marqueurs placés sont également foudroyés.

    Object Type

    version 2
    extends "Metadata/Monsters/Totems/MonsterTotem"
    
    Stats
    {
    	set_item_drop_slots = 0
    	set_monster_no_drops_or_experience = 1
    	set_immune_to_curses = 0
    }
    
    Actor
    {
    	main_hand_unarmed_type = "Bow"
    }
    
    Transitionable
    {
    }

    Object Type Codes

    version 2
    extends "Metadata/Monsters/Totems/MonsterTotem"
    
    -- src\Data\Spectres.lua
    minions["Metadata/Monsters/Totems/olmec_totem/MapTotemBossLegends3summoned"] = {
        name = "Zorioc, the Storm",
        life = 3.2,
        fireResist = 40,
        coldResist = 40,
        lightningResist = 40,
        chaosResist = 25,
        damage = 1,
        damageSpread = 0,
        attackTime = 1.5,
        attackRange = 120,
        accuracy = 1,
        weaponType1 = "Bow",
        skillList = {
            "MonsterStormCallLegends",
        },
        modList = {
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["MonsterStormCallLegends"] = {
        name = "Storm Call",
        hidden = true,
        color = "3",
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        description = "Sets a marker at a location. After a short duration, lightning strikes the marker, dealing damage around it and causing lightning strikes at any other markers you've cast.",
        skillTypes = {
            [SkillType.Spell] = true,
            [SkillType.Damage] = true,
            [SkillType.Area] = true,
            [SkillType.Duration] = true,
            [SkillType.Trappable] = true,
            [SkillType.Totemable] = true,
            [SkillType.Mineable] = true,
            [SkillType.Triggerable] = true,
            [SkillType.Multicastable] = true,
            [SkillType.Lightning] = true,
            [SkillType.Cascadable] = true,
            [SkillType.CanRapidFire] = true,
            [SkillType.AreaSpell] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 0.5,
        baseFlags = {
            area = true,
            spell = true,
            duration = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "spell_minimum_base_lightning_damage",
            "spell_maximum_base_lightning_damage",
            "base_skill_effect_duration",
            "active_skill_area_of_effect_radius_+%_final",
            "is_area_damage",
        },
        levels = {
            [1] = {0.5, 1.5, 3000, -31, critChance = 5, levelRequirement = 74, statInterpolation = {3, 3},  cost = { }, },
        },
    }
    
    15000% increased Rarity of Items Dropped
    100% d'Augmentation de l'Expérience octroyée par les Monstres
    IdMonsterMapBoss
    FamilyMonsterMapBoss
    Domainsmonstre (3)
    GenerationTypeUnique (3)
    Req. level1
    Stats
  • monster slain experience +% Min: 100 Max: 100 Global
  • monster dropped item rarity +% Min: 15000 Max: 15000 Global
  • monster penalty against minions damage +% final vs player minions [-20]
    IdMonsterDamageVersusPlayerMinions20
    FamilyMonsterDamageVersusMinions
    Domainsmonstre (3)
    GenerationTypeUnique (3)
    Req. level1
    Stats
  • monster penalty against minions damage +% final vs player minions Min: -20 Max: -20 Global
  • Craft Tagsdamage
    cannot be stunned for ms after stun finished [2000]
    cannot be stunned while stunned [1]
    IdStunRepeatImmunityMapBoss_
    FamilyNothing
    Domainsmonstre (3)
    GenerationTypeUnique (3)
    Req. level1
    Stats
  • cannot be stunned while stunned Min: 1 Max: 1 Global
  • cannot be stunned for ms after stun finished Min: 2000 Max: 2000 Global
  • 40% de Réduction de la Vitesse d'incantation
    IdMonsterCastSpeedLegends1
    FamilyIncreasedCastSpeed
    Domainsmonstre (3)
    GenerationTypeUnique (3)
    Req. level1
    Stats
  • base cast speed +% Min: -40 Max: -40 Global
  • Adds Tagshas_caster_mod
    Craft Tagscaster speed
    40% de Réduction de la Vitesse d'attaque
    IdMonsterSlowerAttackLegends1
    FamilyIncreasedAttackSpeed
    Domainsmonstre (3)
    GenerationTypeUnique (3)
    Req. level1
    Stats
  • attack speed +% Min: -40 Max: -40 Global
  • Craft Tagsattack speed
    Edit

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