Sufrimiento de Tukohama
Constructo
monster no drops or experience [1]
No puede ser dañado
No puede ser empujado
monster do not fracture [1]
Tukohama's Suffering
SpectreN
Tagsconstruct, immobile, is_unarmed, large_height, large_model, mud_blood, not_dex, not_int, stone_armour
Vida
200%
Armaduras
+100%
Ailment Threshold
200%
Resistencia
0 0 0 0
Damage
100%
Precisión
100%
Probabilidad de golpe crítico
+5%
Multiplicador de Golpe Crítico
+130%
Attack Distance
6 ~ 6
Attack Time
1.5 Second
Damage Spread
±0%
Experiencia
100%
Model Size
200%
Type
MonsterTotem
Metadata
TukohamaPuiTotemBeam
Nivel
68
Vida
12,867
Armaduras
57,580
Evasión
4,739
Escudo de energía
0
Damage
374
Daño de hechizos
374
Precisión
290
Attack Time
1.5
Experiencia
10,255
Ailment Threshold
12,867
Chill
41
Shock
41
Brittle
230
Scorch
41
Sap
112
TukohamaTotemFireBeam
Spell, Totemable, DamageOverTime, Fire, CausesBurning, Duration, Channel, DegenOnlySpellDamage
Haz abrasador
Tiempo de lanzamiento: 0.5 seg
Dispara un haz de fuego que incendia a los enemigos que toca. Cuanto más tiempo permanezcan en el haz, más se intensifica el incendio, ya que en cada fase se añade una parte del daño del haz. En las fases máximas, aplica exposición al fuego. Después de salir del haz, los enemigos seguirán incendiados durante un tiempo. Si aumentas la velocidad de lanzamiento de hechizos, también aumentará la velocidad a la que puede girar el haz.
Inflige 2310.3 de daño de fuego base por segundo
La duración base es de 1.35 segundos
Los modificadores de daño de hechizos se aplican al efecto de daño degenerativo de esta habilidad
Las fases adicionales de la penalidad agregan -90% de daño
Longitud del haz aumentada un 50%
fire beam charge up time ms [1000]
fire beam max rotation speed +% [-90]
fire beam prioritise players for targeting [1]

Object Type

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

Stats
{
	is_hidden_monster = 1
}

Object Type Codes

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

Targetable
{
	targetable = false
}
-- src\Data\Spectres.lua
minions["Metadata/Monsters/Totems/TukohamaPuiTotemBeam"] = {
    name = "Tukohama's Suffering",
    life = 2,
    fireResist = 0,
    coldResist = 0,
    lightningResist = 0,
    chaosResist = 0,
    damage = 1,
    damageSpread = 0,
    attackTime = 1.5,
    attackRange = 6,
    accuracy = 1,
    skillList = {
        "TukohamaTotemFireBeam",
    },
    modList = {
    },
}
-- src\Data\Skills\spectre.lua
skills["TukohamaTotemFireBeam"] = {
    name = "Scorching Ray",
    hidden = true,
    color = "3",
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    description = "Unleash a beam of fire that burns enemies it touches. Remaining in the beam raises the burning, adding a portion of the beam's damage in stages. Inflicts Fire Exposure at maximum stages. Enemies who leave the beam continue to burn for a duration. Increasing cast speed also increases the rate at which the beam turns.",
    skillTypes = {
        [SkillType.Spell] = true,
        [SkillType.Totemable] = true,
        [SkillType.DamageOverTime] = true,
        [SkillType.Fire] = true,
        [SkillType.CausesBurning] = true,
        [SkillType.Duration] = true,
        [SkillType.Channel] = true,
        [SkillType.DegenOnlySpellDamage] = true,
    },
    statDescriptionScope = "debuff_skill_stat_descriptions",
    castTime = 0.5,
    baseFlags = {
        spell = true,
        duration = true,
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
        "base_fire_damage_to_deal_per_minute",
        "base_skill_effect_duration",
        "fire_beam_additional_stack_damage_+%_final",
        "fire_beam_max_rotation_speed_+%",
        "fire_beam_charge_up_time_ms",
        "fire_beam_length_+%",
        "spell_damage_modifiers_apply_to_skill_dot",
        "fire_beam_prioritise_players_for_targeting",
    },
    levels = {
        [1] = {2, 1350, -90, -90, 1000, 50, levelRequirement = 45, statInterpolation = {3},  cost = { }, },
    },
}
monster no drops or experience [1]
IdMonsterNoDropsOrExperience
FamilyMonsterNoDropsOrExperience
Domainsmonstruo (3)
GenerationTypeúnico (3)
Req. level1
Stats
  • monster no drops or experience Min: 1 Max: 1 Global
  • No puede ser dañado
    IdMonsterCannotBeDamaged
    FamilyCannotBeDamaged
    Domainsmonstruo (3)
    GenerationTypeúnico (3)
    Req. level1
    Stats
  • base cannot be damaged Min: 1 Max: 1 Global
  • No puedes ser dañado
    Inmune al Daño
    No puede ser dañado
    Cannot Be Damaged
    No puede ser empujado
    IdImmuneToKnockback
    FamilyImmuneToKnockback
    Domainsmonstruo (3)
    GenerationTypeúnico (3)
    Req. level1
    Stats
  • cannot be knocked back Min: 1 Max: 1 Global
  • monster do not fracture [1]
    IdMonsterDoNotFracture
    FamilyMonsterDoNotFracture
    Domainsmonstruo (3)
    GenerationTypeúnico (3)
    Req. level1
    Stats
  • monster do not fracture Min: 1 Max: 1 Global
  • Edit

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