Tukohama's Protection
Construct
monster do not fracture [1]
SpectreN
Tagsbludgeoning_weapon, construct, immobile, is_unarmed, non_attacking, small_height, stone_armour
Life
400%
Ailment Threshold
400%
Resistance
40 40 40 20
Damage
160%
Accuracy
100%
Critical Strike Chance
+5%
Critical Strike Multiplier
+130%
Attack Distance
6 ~ 20
Attack Time
1.155 Second
Damage Spread
±20%
Experience
100%
Model Size
100%
Type
TukohamaTotem
Metadata
TukohamaShieldTotem
Level
68
Life
25,733
Armour
28,790
Evasion Rating
4,739
Damage
598
Spell Damage
598
Accuracy
580
Attack Time
1.155
Experience
10,255
Minion Life
5,582
Minion Damage
477
Ailment Threshold
25,733
Chill
81
Shock
81
Brittle
460
Scorch
81
Sap
225
TukohamaTotemShield
Buff, Spell
Cast Time: 1 sec

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
DomainsMonster (3)
GenerationTypeUnique (3)
Req. level1
Stats
  • monster do not fracture Min: 1 Max: 1 Global
  • Tukohama's Protection
    Construct
    monster do not fracture [1]
    SpectreN
    Tagsbludgeoning_weapon, construct, immobile, is_unarmed, non_attacking, stone_armour
    Life
    400%
    Ailment Threshold
    400%
    Resistance
    40 40 40 20
    Damage
    160%
    Accuracy
    100%
    Critical Strike Chance
    +5%
    Critical Strike Multiplier
    +130%
    Attack Distance
    6 ~ 20
    Attack Time
    1.155 Second
    Damage Spread
    ±20%
    Experience
    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
    DomainsMonster (3)
    GenerationTypeUnique (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.