Protección de Tukohama
Constructo
monster do not fracture [1]
Tukohama's Protection
SpectreN
Tagsbludgeoning_weapon, construct, immobile, is_unarmed, non_attacking, not_dex, not_int, small_height, stone_armour
Vida
400%
Armaduras
+50%
Ailment Threshold
400%
Resistencia
40 40 40 20
Damage
160%
Precisión
100%
Probabilidad de golpe crítico
+5%
Multiplicador de Golpe Crítico
+130%
Attack Distance
6 ~ 20
Attack Time
1.155 Second
Damage Spread
±20%
Experiencia
100%
Model Size
100%
Type
TukohamaTotem
Metadata
TukohamaShieldTotem
Nivel
68
Vida
25,733
Armaduras
43,185
Evasión
4,739
Escudo de energía
0
Damage
598
Daño de hechizos
598
Precisión
290
Attack Time
1.155
Experiencia
10,255
Ailment Threshold
25,733
Chill
81
Shock
81
Brittle
460
Scorch
81
Sap
225
TukohamaTotemShield
Buff, Spell
Tiempo de lanzamiento: 1 seg

Object Type

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

Stats
{
	set_cannot_die = 1
	set_is_hidden_monster = 1
	set_immune_to_curses = 0
}

Object Type Codes

version 2
extends "Metadata/Monsters/Totems/Totem"
-- src\Data\Spectres.lua
minions["Metadata/Monsters/Tukohama/TukohamaShieldTotem"] = {
    name = "Tukohama's Protection",
    life = 4,
    fireResist = 40,
    coldResist = 40,
    lightningResist = 40,
    chaosResist = 20,
    damage = 1.6,
    damageSpread = 0.2,
    attackTime = 1.155,
    attackRange = 20,
    accuracy = 1,
    skillList = {
        "TukohamaTotemShield",
    },
    modList = {
    },
}
-- src\Data\Skills\spectre.lua
skills["TukohamaTotemShield"] = {
    name = "TukohamaTotemShield",
    hidden = true,
    color = 4,
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    skillTypes = {
        [SkillType.Buff] = true,
        [SkillType.Spell] = true,
    },
    statDescriptionScope = "skill_stat_descriptions",
    castTime = 1,
    baseFlags = {
        spell = true,
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
    },
    levels = {
        [1] = {levelRequirement = 1, statInterpolation = {},  cost = { }, },
    },
}
monster do not fracture [1]
IdMonsterDoNotFracture
FamilyMonsterDoNotFracture
Domainsmonstruo (3)
GenerationTypeúnico (3)
Req. level1
Stats
  • monster do not fracture Min: 1 Max: 1 Global
  • Protección de Tukohama
    Constructo
    monster do not fracture [1]
    Tukohama's Protection
    SpectreN
    Tagsbludgeoning_weapon, construct, immobile, is_unarmed, non_attacking, not_dex, not_int, stone_armour
    Vida
    400%
    Armaduras
    +50%
    Ailment Threshold
    400%
    Resistencia
    40 40 40 20
    Damage
    160%
    Precisión
    100%
    Probabilidad de golpe crítico
    +5%
    Multiplicador de Golpe Crítico
    +130%
    Attack Distance
    6 ~ 20
    Attack Time
    1.155 Second
    Damage Spread
    ±20%
    Experiencia
    100%
    Model Size
    100%
    Type
    TukohamaTotem
    Metadata
    TukohamaShieldTotemStandalone

    Object Type

    version 2
    extends "Metadata/Monsters/Totems/Totem"
    
    Stats
    {
    	set_immune_to_curses = 0
    }

    Object Type Codes

    version 2
    extends "Metadata/Monsters/Totems/Totem"
    -- src\Data\Spectres.lua
    minions["Metadata/Monsters/Tukohama/TukohamaShieldTotemStandalone"] = {
        name = "Tukohama's Protection",
        life = 4,
        fireResist = 40,
        coldResist = 40,
        lightningResist = 40,
        chaosResist = 20,
        damage = 1.6,
        damageSpread = 0.2,
        attackTime = 1.155,
        attackRange = 20,
        accuracy = 1,
        skillList = {
        },
        modList = {
        },
    }
    
    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.