图克哈玛之苦
构造体
monster no drops or experience [1]
无法被伤害
无法被击退
monster do not fracture [1]
Tukohama's Suffering
幽魂N
标签construct, immobile, is_unarmed, large_height, large_model, mud_blood, not_dex, not_int, stone_armour
生命
200%
护甲
+100%
异常状态临界值
200%
抗性
0 0 0 0
伤害
100%
命中
100%
攻击暴击率
+5%
暴击伤害
+130%
攻击距离
6 ~ 6
攻击间隔
1.5 秒
伤害分布
±0%
经验值
100%
Model Size
200%
类型
MonsterTotem
Metadata
TukohamaPuiTotemBeam
等级
68
生命
12,867
护甲
57,580
闪避值
4,739
能量护盾
0
伤害
374
法术伤害
374
命中
290
攻击间隔
1.5
经验值
10,255
异常状态临界值
12,867
冰缓
41
Shock
41
Brittle
230
Scorch
41
Sap
112
TukohamaTotemFireBeam
法术, 图腾技能, DoT, 火焰, 造成燃烧, 持续时间, 引导, DegenOnlySpellDamage
灼热光线
施放间隔: 0.5 秒
发出一束灼热光线,被击中的敌人会受到不断叠加的燃烧效果。每叠加一层效果都会附加一定比例的光线基础伤害。叠满之后会造成火焰曝露。脱离光线范围后的一段时间内依然会受到燃烧伤害。增加施法速度可以加快光线的转角速度。
每秒造成 2310.3 基础火焰伤害
基础持续时间为 1.35
法术伤害的词缀效果同样套用于持续伤害
额外减益层数附加 -90% 的伤害
光束长度延长 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
Domains怪物 (3)
GenerationType传奇 (3)
Req. level1
Stats
  • monster no drops or experience Min: 1 Max: 1 全域
  • 无法被伤害
    IdMonsterCannotBeDamaged
    FamilyCannotBeDamaged
    Domains怪物 (3)
    GenerationType传奇 (3)
    Req. level1
    Stats
  • base cannot be damaged Min: 1 Max: 1 全域
  • 伤害免疫
    免疫所有伤害
    无法被伤害
    Cannot Be Damaged
    无法被击退
    IdImmuneToKnockback
    FamilyImmuneToKnockback
    Domains怪物 (3)
    GenerationType传奇 (3)
    Req. level1
    Stats
  • cannot be knocked back Min: 1 Max: 1 全域
  • monster do not fracture [1]
    IdMonsterDoNotFracture
    FamilyMonsterDoNotFracture
    Domains怪物 (3)
    GenerationType传奇 (3)
    Req. level1
    Stats
  • monster do not fracture Min: 1 Max: 1 全域
  • Edit

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