Piège d'appel de la foudre
Fabrication
Storm Call Trap
SpectreN
TagsLanceur de sorts, construct, extra_small_height, has_bow, immobile, lightning_affinity, plate_armour, puncturing_weapon
Vie
100%
Ailment Threshold
100%
Résistance
0 0 0 0
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
100%
Type
MonsterTrap
Metadata
MonsterStormCallTrap
Niveau
68
Vie
6,433
Pièce d'armure
28,790
Évasion
4,739
Bouclier d'énergie
0
Damage
374
Dégâts des sorts
374
Précision
290
Attack Time
1.5
Expérience
10,255
Ailment Threshold
6,433
Chill
20
Shock
20
Brittle
115
Scorch
20
Sap
56
AutonomousStormCallTrap
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.
Inflige 433.9 à 805.7 Dégâts de foudre
La Durée de base est de 1.8 secondes
active skill area of effect radius +% final [-31]
is area damage [1]

Object Type

version 2
extends "Metadata/MiscellaneousObjects/TrapNormal"

Stats
{
	set_cannot_be_dominated = 1
	set_monster_no_drops_or_experience = 1
	set_max_frenzy_charges = 0
	set_max_power_charges = 0
	set_max_endurance_charges = 0
}

ObjectMagicProperties
{
	stat_description_list = "Metadata/StatDescriptions/monster_stat_descriptions.txt"
}

Actor
{
	main_hand_unarmed_type = "Bow"
}

Inventories { }

Monster { }

Object Type Codes

version 2
extends "Metadata/MiscellaneousObjects/TrapNormal"
-- src\Data\Spectres.lua
minions["Metadata/Monsters/traps/MonsterStormCallTrap"] = {
    name = "Storm Call Trap",
    life = 1,
    fireResist = 0,
    coldResist = 0,
    lightningResist = 0,
    chaosResist = 0,
    damage = 1,
    damageSpread = 0,
    attackTime = 1.5,
    attackRange = 120,
    accuracy = 1,
    skillList = {
        "AutonomousStormCallTrap",
    },
    modList = {
    },
}
-- src\Data\Skills\spectre.lua
skills["AutonomousStormCallTrap"] = {
    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.69999998807907, 1.2999999523163, 1800, -31, critChance = 5, levelRequirement = 3, statInterpolation = {3, 3},  cost = { }, },
    },
}
Edit

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