까맣게 탄 토템
구조물
피해를 받을 수 없음
밀려날 수 없음
monster penalty against minions damage +% final vs player minions [-30]
monster no map drops [1]
Charred Totem
SpectreN
Tags시전, construct, fire_affinity, immobile, is_unarmed, medium_height, mud_blood, not_dex, not_int, stone_armour
생명력
200%
방어도
+100%
Ailment Threshold
200%
저항
0 0 0 0
Damage
100%
정확도
100%
치명타 확률
+5%
치명타 피해 배율
+130%
Attack Distance
6 ~ 6
Attack Time
1.5 Second
Damage Spread
±0%
경험치
100%
Model Size
130%
Type
MonsterTotemStrMission
Metadata
StrMissionFireballTotem
레벨
68
생명력
12,867
방어도
57,580
회피
4,739
에너지 보호막
0
Damage
374
주문 피해
374
정확도
290
Attack Time
1.5
경험치
10,255
Ailment Threshold
12,867
Chill
41
Shock
41
Brittle
230
Scorch
41
Sap
112
IncinerateSpiralStrMissionTotem
Spell, Projectile, ProjectilesFromUser, Damage, Totemable, Fire
소각
추가 피해 효율: 50%
시전 속도: 0.2 초
재사용 대기시간: 9 초
손에서 불길을 내뿜습니다. 같은 자리에서 오랫동안 주문을 시전할수록 불꽃은 더 커지며 주는 피해도 늘어납니다.
플레이어가 명중 시 적을 기절시킬 수 없음
투사체가 모든 대상 관통
295.8~443.6 화염 피해
소용돌이 모양으로 투사체 120개 발사
투사체 속도 100% 증가
base is projectile [1]
monster reverse point blank damage -% at minimum range [40]
projectile spiral nova time ms [3500]

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/StrMissionFireballTotem"] = {
    name = "Charred Totem",
    life = 2,
    fireResist = 0,
    coldResist = 0,
    lightningResist = 0,
    chaosResist = 0,
    damage = 1,
    damageSpread = 0,
    attackTime = 1.5,
    attackRange = 6,
    accuracy = 1,
    skillList = {
        "IncinerateSpiralStrMissionTotem",
    },
    modList = {
    },
}
-- src\Data\Skills\spectre.lua
skills["IncinerateSpiralStrMissionTotem"] = {
    name = "Incinerate",
    hidden = true,
    color = "3",
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    description = "Launches a torrent of fire from your hand. The longer you repeatedly cast the spell from the same location, the larger and more damaging the flames become.",
    skillTypes = {
        [SkillType.Spell] = true,
        [SkillType.Projectile] = true,
        [SkillType.ProjectilesFromUser] = true,
        [SkillType.Damage] = true,
        [SkillType.Totemable] = true,
        [SkillType.Fire] = true,
    },
    statDescriptionScope = "skill_stat_descriptions",
    castTime = 0.2,
    baseFlags = {
        spell = true,
        projectile = true,
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
        "spell_minimum_base_fire_damage",
        "spell_maximum_base_fire_damage",
        "base_projectile_speed_+%",
        "base_number_of_projectiles_in_spiral_nova",
        "projectile_spiral_nova_time_ms",
        "projectile_spiral_nova_angle",
        "monster_reverse_point_blank_damage_-%_at_minimum_range",
        "base_is_projectile",
        "cannot_stun",
        "always_pierce",
    },
    levels = {
        [1] = {0.80000001192093, 1.2000000476837, 100, 120, 3500, 630, 40, levelRequirement = 4, statInterpolation = {3, 3},  cost = { }, },
    },
}
피해를 받을 수 없음
IdMonsterCannotBeDamaged
FamilyCannotBeDamaged
Domains몬스터 (3)
GenerationType고유 (3)
Req. level1
Stats
  • base cannot be damaged Min: 1 Max: 1 Global
  • 피해를 받지 않음
    피해에 면역
    피해를 받을 수 없음
    Cannot Be Damaged
    밀려날 수 없음
    IdImmuneToKnockback
    FamilyImmuneToKnockback
    Domains몬스터 (3)
    GenerationType고유 (3)
    Req. level1
    Stats
  • cannot be knocked back Min: 1 Max: 1 Global
  • monster penalty against minions damage +% final vs player minions [-30]
    IdMonsterDamageVersusPlayerMinions30
    FamilyMonsterDamageVersusMinions
    Domains몬스터 (3)
    GenerationType고유 (3)
    Req. level1
    Stats
  • monster penalty against minions damage +% final vs player minions Min: -30 Max: -30 Global
  • Craft Tagsdamage
    monster no map drops [1]
    IdMonsterNoMapDrops
    FamilyMonsterNoMapDrops
    Domains몬스터 (3)
    GenerationType고유 (3)
    Req. level1
    Stats
  • monster no map drops Min: 1 Max: 1 Global
  • Edit

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