보카
구조물
토템 생명력 500% 증가
monster no map drops [1]
level 33 or lower damage +% final [-20]
level 33 or lower life +% final [-20]
Boka
SpectreN
Tags시전, construct, fire_affinity, immobile, is_unarmed, medium_height, mud_blood, not_dex, not_int, ranged, stone_armour, summoner
생명력
240%
방어구
+100%
Ailment Threshold
240%
저항
0 0 0 0
Damage
156%
정확도
100%
치명타 확률
+5%
치명타 피해 배율
+130%
Attack Distance
6 ~ 6
Attack Time
1.5 Second
Damage Spread
±0%
경험치
200%
Model Size
150%
Type
MonsterTotemBossStrMission
Metadata
StrMissionTotemBoss2
레벨
68
생명력
15,440
방어구
57,580
회피
4,739
에너지 보호막
0
Damage
583
주문 피해
583
정확도
290
Attack Time
1.5
경험치
20,510
Ailment Threshold
15,440
Chill
49
Shock
49
Brittle
276
Scorch
49
Sap
135
StrMissionSummonRagingSpirit
Spell, Minion, Duration, MinionsCanExplode, Trappable, Totemable, Mineable, Multicastable, Triggerable, Fire, CreatesMinion
시전 속도: 0.8 초
재사용 대기시간: 10 초
스킬 7회 추가 반복
주는 피해 42% 감폭
소환된 격노의 유령 최대치 50
기본 지속시간 6
시전 속도 340% 증가
소환수 이동 속도 10% 감소
소환수의 최대 생명력 100% 증폭
alternate minion [1]
MonsterFireballStrMissionBoss
Projectile, ProjectilesFromUser, Spell, Damage, Area, Trappable, Totemable, Mineable, Multicastable, Triggerable, Fire, CanRapidFire, AreaSpell
화염구
치명타 확률: 6%
시전 속도: 0.85 초
재사용 대기시간: 6 초
대상에게 폭발하여 주변의 적들에게 화염 피해를 주는 화염구를 날립니다.
스킬 11회 추가 반복
175.8~263.7 화염 피해
시전 속도 350% 증가
투사체 속도 60% 감소
기본 반경 0.9미터
base is projectile [1]
monster reverse point blank damage -% at minimum range [30]

Object Type

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

Stats
{
	supress_muzzle_flash = 1
	supress_weapon_surges = 1
	set_immune_to_curses = 0
}

Object Type Codes

version 2
extends "Metadata/Monsters/Totems/MonsterTotem"
-- src\Data\Spectres.lua
minions["Metadata/Monsters/Totems/StrMissionTotemBoss2"] = {
    name = "Boka",
    life = 2.4,
    fireResist = 0,
    coldResist = 0,
    lightningResist = 0,
    chaosResist = 0,
    damage = 1.56,
    damageSpread = 0,
    attackTime = 1.5,
    attackRange = 6,
    accuracy = 1,
    skillList = {
        "MonsterFireballStrMissionBoss",
        "StrMissionSummonRagingSpirit",
    },
    modList = {
    },
}
-- src\Data\Skills\spectre.lua
skills["MonsterFireballStrMissionBoss"] = {
    name = "Fireball",
    hidden = true,
    color = "3",
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    description = "Unleashes a ball of fire towards a target which explodes, damaging nearby foes.",
    skillTypes = {
        [SkillType.Projectile] = true,
        [SkillType.ProjectilesFromUser] = true,
        [SkillType.Spell] = true,
        [SkillType.Damage] = true,
        [SkillType.Area] = true,
        [SkillType.Trappable] = true,
        [SkillType.Totemable] = true,
        [SkillType.Mineable] = true,
        [SkillType.Multicastable] = true,
        [SkillType.Triggerable] = true,
        [SkillType.Fire] = true,
        [SkillType.CanRapidFire] = true,
        [SkillType.AreaSpell] = true,
    },
    statDescriptionScope = "skill_stat_descriptions",
    castTime = 0.85,
    baseFlags = {
        area = true,
        spell = true,
        projectile = true,
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
        "spell_minimum_base_fire_damage",
        "spell_maximum_base_fire_damage",
        "base_cast_speed_+%",
        "skill_repeat_count",
        "base_projectile_speed_+%",
        "monster_reverse_point_blank_damage_-%_at_minimum_range",
        "active_skill_base_area_of_effect_radius",
        "base_is_projectile",
    },
    levels = {
        [1] = {0.80000001192093, 1.2000000476837, 200, 5, -60, 30, 9, critChance = 6, levelRequirement = 3, statInterpolation = {3, 3, 1, 1},  cost = { }, },
        [2] = {0.80000001192093, 1.2000000476837, 300, 8, -60, 30, 9, critChance = 6, levelRequirement = 38, statInterpolation = {3, 3, 1, 1},  cost = { }, },
        [3] = {0.80000001192093, 1.2000000476837, 300, 8, -60, 30, 9, critChance = 6, levelRequirement = 62, statInterpolation = {3, 3, 1, 1},  cost = { }, },
        [4] = {0.80000001192093, 1.2000000476837, 350, 11, -60, 30, 9, critChance = 6, levelRequirement = 66, statInterpolation = {3, 3, 1, 1},  cost = { }, },
        [5] = {0.80000001192093, 1.2000000476837, 350, 11, -60, 30, 9, critChance = 6, levelRequirement = 72, statInterpolation = {3, 3, 1, 1},  cost = { }, },
    },
}
-- src\Data\Skills\spectre.lua
skills["StrMissionSummonRagingSpirit"] = {
    name = "StrMissionSummonRagingSpirit",
    hidden = true,
    color = "3",
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    skillTypes = {
        [SkillType.Spell] = true,
        [SkillType.Minion] = true,
        [SkillType.Duration] = true,
        [SkillType.MinionsCanExplode] = true,
        [SkillType.Trappable] = true,
        [SkillType.Totemable] = true,
        [SkillType.Mineable] = true,
        [SkillType.Multicastable] = true,
        [SkillType.Triggerable] = true,
        [SkillType.Fire] = true,
        [SkillType.CreatesMinion] = true,
    },
    statDescriptionScope = "skill_stat_descriptions",
    castTime = 0.8,
    baseFlags = {
        spell = true,
        duration = true,
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
        "skill_repeat_count",
        "base_cast_speed_+%",
        "minion_movement_speed_+%",
        "active_skill_damage_+%_final",
        "base_skill_effect_duration",
        "base_number_of_raging_spirits_allowed",
        "active_skill_minion_life_+%_final",
        "alternate_minion",
    },
    levels = {
        [1] = {2, 200, -20, -20, 6000, 50, 100, 1, levelRequirement = 4, statInterpolation = {1, 1, 1, 1},  cost = { }, },
        [2] = {2, 200, -20, -21, 6000, 50, 100, 1, levelRequirement = 7, statInterpolation = {1, 1, 1, 1},  cost = { }, },
        [3] = {2, 200, -20, -22, 6000, 50, 100, 1, levelRequirement = 9, statInterpolation = {1, 1, 1, 1},  cost = { }, },
        [4] = {2, 220, -20, -23, 6000, 50, 100, 1, levelRequirement = 12, statInterpolation = {1, 1, 1, 1},  cost = { }, },
        [5] = {3, 220, -20, -24, 6000, 50, 100, 1, levelRequirement = 16, statInterpolation = {1, 1, 1, 1},  cost = { }, },
        [6] = {3, 220, -20, -25, 6000, 50, 100, 1, levelRequirement = 20, statInterpolation = {1, 1, 1, 1},  cost = { }, },
        [7] = {3, 240, -20, -26, 6000, 50, 100, 1, levelRequirement = 27, statInterpolation = {1, 1, 1, 1},  cost = { }, },
        [8] = {3, 240, -20, -27, 6000, 50, 100, 1, levelRequirement = 28, statInterpolation = {1, 1, 1, 1},  cost = { }, },
        [9] = {4, 240, -20, -28, 6000, 50, 100, 1, levelRequirement = 29, statInterpolation = {1, 1, 1, 1},  cost = { }, },
        [10] = {4, 260, -20, -29, 6000, 50, 100, 1, levelRequirement = 32, statInterpolation = {1, 1, 1, 1},  cost = { }, },
        [11] = {4, 260, -20, -30, 6000, 50, 100, 1, levelRequirement = 36, statInterpolation = {1, 1, 1, 1},  cost = { }, },
        [12] = {4, 260, -20, -31, 6000, 50, 100, 1, levelRequirement = 40, statInterpolation = {1, 1, 1, 1},  cost = { }, },
        [13] = {5, 280, -20, -32, 6000, 50, 100, 1, levelRequirement = 45, statInterpolation = {1, 1, 1, 1},  cost = { }, },
        [14] = {5, 280, -10, -33, 6000, 50, 100, 1, levelRequirement = 49, statInterpolation = {1, 1, 1, 1},  cost = { }, },
        [15] = {5, 280, -10, -34, 6000, 50, 100, 1, levelRequirement = 50, statInterpolation = {1, 1, 1, 1},  cost = { }, },
        [16] = {5, 300, -10, -35, 6000, 50, 100, 1, levelRequirement = 52, statInterpolation = {1, 1, 1, 1},  cost = { }, },
        [17] = {6, 300, -10, -36, 6000, 50, 100, 1, levelRequirement = 56, statInterpolation = {1, 1, 1, 1},  cost = { }, },
        [18] = {6, 300, -10, -37, 6000, 50, 100, 1, levelRequirement = 60, statInterpolation = {1, 1, 1, 1},  cost = { }, },
        [19] = {6, 320, -10, -38, 6000, 50, 100, 1, levelRequirement = 64, statInterpolation = {1, 1, 1, 1},  cost = { }, },
        [20] = {6, 320, -10, -39, 6000, 50, 100, 1, levelRequirement = 65, statInterpolation = {1, 1, 1, 1},  cost = { }, },
        [21] = {7, 320, -10, -40, 6000, 50, 100, 1, levelRequirement = 66, statInterpolation = {1, 1, 1, 1},  cost = { }, },
        [22] = {7, 340, -10, -41, 6000, 50, 100, 1, levelRequirement = 67, statInterpolation = {1, 1, 1, 1},  cost = { }, },
        [23] = {7, 340, -10, -42, 6000, 50, 100, 1, levelRequirement = 68, statInterpolation = {1, 1, 1, 1},  cost = { }, },
        [24] = {7, 340, -5, -43, 6000, 50, 100, 1, levelRequirement = 69, statInterpolation = {1, 1, 1, 1},  cost = { }, },
        [25] = {7, 360, -5, -44, 6000, 50, 100, 1, levelRequirement = 70, statInterpolation = {1, 1, 1, 1},  cost = { }, },
        [26] = {8, 360, -5, -45, 6000, 50, 100, 1, levelRequirement = 71, statInterpolation = {1, 1, 1, 1},  cost = { }, },
        [27] = {8, 360, -5, -46, 6000, 50, 100, 1, levelRequirement = 72, statInterpolation = {1, 1, 1, 1},  cost = { }, },
        [28] = {8, 380, -5, -47, 6000, 50, 100, 1, levelRequirement = 73, statInterpolation = {1, 1, 1, 1},  cost = { }, },
        [29] = {8, 380, -5, -48, 6000, 50, 100, 1, levelRequirement = 74, statInterpolation = {1, 1, 1, 1},  cost = { }, },
        [30] = {9, 380, -5, -49, 6000, 50, 100, 1, levelRequirement = 75, statInterpolation = {1, 1, 1, 1},  cost = { }, },
        [31] = {9, 400, -5, -50, 6000, 50, 100, 1, levelRequirement = 76, statInterpolation = {1, 1, 1, 1},  cost = { }, },
        [32] = {10, 420, -5, -50, 6000, 50, 100, 1, levelRequirement = 79, statInterpolation = {1, 1, 1, 1},  cost = { }, },
        [33] = {11, 440, -5, -50, 6000, 50, 100, 1, levelRequirement = 81, statInterpolation = {1, 1, 1, 1},  cost = { }, },
    },
}
토템 생명력 500% 증가
IdMonsterTotemLifeBoss
FamilyIncreasedTotemLife
Domains몬스터 (3)
GenerationType고유 (3)
Req. level1
Stats
  • totem life +% Min: 500 Max: 500 Global
  • Craft Tagsresource life
    IdMonsterFlameCallBossTotemStrMission_
    Name화염 소환사
    FamilyMonsterNemesis
    Domains몬스터 (3)
    GenerationType고유 (3)
    Req. level1
    monster no map drops [1]
    IdMonsterNoMapDrops
    FamilyMonsterNoMapDrops
    Domains몬스터 (3)
    GenerationType고유 (3)
    Req. level1
    Stats
  • monster no map drops Min: 1 Max: 1 Global
  • level 33 or lower damage +% final [-20]
    level 33 or lower life +% final [-20]
    IdMonsterLifeAndDamageLessBelowLevel33
    FamilyMoreLifeBelowLevelThreshold
    Domains몬스터 (3)
    GenerationType고유 (3)
    Req. level1
    Stats
  • level 33 or lower life +% final Min: -20 Max: -20 Global
  • level 33 or lower damage +% final Min: -20 Max: -20 Global
  • Craft Tagsresource life damage
    Edit

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