찬란한 황제
구조물
monster base type attack cast speed +% and damage -% final [33]
몬스터가 주는 경험치 100% 증가
떨어지는 아이템 희귀도 15000% 증가
20%의 확률로 공격 피해를 막아냄
피격을 막아낼 시 피해의 10%를 받음
cannot be stunned for ms after stun finished [2000]
cannot be stunned while stunned [1]
Emperor Radiant
SpectreN
Tags시전, construct, has_one_handed_melee, has_thrusting_one_hand_sword, humanoid, large_height, lightning_affinity, melee, metal_armour, mud_blood, not_dex, not_int, physical_affinity, puncturing_weapon, ranged, slow_movement
생명력
300%
방어도
+100%
Ailment Threshold
300%
저항
0 0 0 0
Damage
135%
정확도
100%
치명타 확률
+5%
치명타 피해 배율
+130%
Attack Distance
6 ~ 17
Attack Time
1.875 Second
Damage Spread
±20%
경험치
150%
Model Size
100%
Type
StatueBoss
Metadata
MapStatueBoss
레벨
68
생명력
418,039
방어도
57,580
회피
4,739
에너지 보호막
0
Damage
574
주문 피해
857
정확도
290
Attack Time
1.25625
경험치
84,604
Ailment Threshold
263,365
Chill
833
Shock
833
Brittle
4,711
Scorch
833
Sap
2,301
MonsterLightningStrike
Attack, RangedAttack, Projectile, MeleeSingleTarget, Multistrikeable, Melee, Lightning, ProjectilesNotFromUser
번개 타격
Base Damage: 912–1368
치명타 확률: 5%
Attack Time: 1.875 초
무기를 휘두를 때 근접 무기에 전기 에너지를 주입합니다. 물리 피해의 일부를 번개 피해로 전환하는 동시에, 타격 시 저장된 에너지는 여러 투사체로 방출되어 멀리 떨어진 적들에게 날아가 명중합니다. 근접 공격이 대상에게 명중할 경우 투사체는 빗나가지 않습니다.
물리 피해의 50%를 번개 피해로 전환
주는 공격 피해 30% 증폭
주는 피해 20% 증폭
투사체 2개 추가 발사
물리 피해 21% 증가
show number of projectiles [1]
total projectile spread angle override [70]
Melee
Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Multistrikeable, Melee, ProjectilesFromUser
기본 공격
Base Damage: 912–1368
치명타 확률: 5%
Attack Time: 1.875 초
강력한 일격으로 적들을 쓰러트립니다.
skill can fire arrows [1]
skill can fire wand projectiles [1]
MonsterTempestShield
Spell, Damage, RequiresShield, TotemCastsAlone, Lightning, Chains, Buff, HasReservation, Cooldown, Totemable, Instant, InstantNoRepeatWhenHeld, InstantShiftAttackForLeftMouse
폭풍의 방패
치명타 확률: 6%
시전 속도: 0.5 초
재사용 대기시간: 9 초
방패로 적의 공격을 막아내면 방패에 불어넣은 폭풍의 힘을 방출하여 공격자에게 번개 피해를 줍니다.
197.5~296.2 번개 피해
기본 지속시간 3.5
연쇄 +1
방패를 들고 있는 동안 공격 피해 막기 확률 +75%
base skill show average damage instead of dps [1]
skill can add multiple charges per action [1]

Object Type

version 2
extends "Metadata/Monsters/Statue/Statue"

Actor
{
	main_hand_unarmed_type = "One_Hand_Mace"
	off_hand_unarmed_type = "Shield"
}

Object Type Codes

version 2
extends "Metadata/Monsters/Statue/Statue"

Animated
{
	on_any_wake = "parent.HideMeshSegments(leavesbase_dummyShape, doublesided_leaves_dummyShape, statuebase_dummyShape);"
	on_any_wake_unarmed = "parent.HideMeshSegments(leavesbase_dummyShape, doublesided_leaves_dummyShape, statuebase_dummyShape);"
	on_any_wake_sword = "parent.HideMeshSegments(shortsword_dummyShape, base_dummyShape, leaves_body_dummyShape, doublesided_leaves_dummyShape);"	
	on_any_wake_spear = "parent.HideMeshSegments(statue_dummyShape, spearShape, spear_dummyShape, leaves_body_dummyShape, doublesided_leaves_dummyShape);"
	on_any_wake_spear_shield = "parent.HideMeshSegments(statue_dummyShape, spearShape, shieldShape);"
}
-- src\Data\Spectres.lua
minions["Metadata/Monsters/Statue/MapStatueBoss"] = {
    name = "Emperor Radiant",
    life = 3,
    fireResist = 0,
    coldResist = 0,
    lightningResist = 0,
    chaosResist = 0,
    damage = 1.35,
    damageSpread = 0.2,
    attackTime = 1.875,
    attackRange = 17,
    accuracy = 1,
    weaponType1 = "Thrusting One Hand Sword",
    weaponType2 = "Shield",
    skillList = {
        "Melee",
        "MonsterLightningStrike",
        "MonsterTempestShield",
    },
    modList = {
    },
}
-- src\Data\Skills\spectre.lua
skills["Melee"] = {
    name = "Default Attack",
    hidden = true,
    color = 4,
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    description = "Strike your foes down with a powerful blow.",
    skillTypes = {
        [SkillType.Attack] = true,
        [SkillType.RangedAttack] = true,
        [SkillType.MirageArcherCanUse] = true,
        [SkillType.Projectile] = true,
        [SkillType.MeleeSingleTarget] = true,
        [SkillType.Multistrikeable] = true,
        [SkillType.Melee] = true,
        [SkillType.ProjectilesFromUser] = true,
    },
    statDescriptionScope = "skill_stat_descriptions",
    castTime = 1,
    baseFlags = {
        attack = true,
        melee = true,
        projectile = true,
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
        "skill_can_fire_arrows",
        "skill_can_fire_wand_projectiles",
    },
    levels = {
        [1] = {levelRequirement = 1, statInterpolation = {},  cost = { }, },
    },
}
-- src\Data\Skills\spectre.lua
skills["MonsterLightningStrike"] = {
    name = "Lightning Strike",
    hidden = true,
    color = "1",
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    description = "Infuses your melee weapon with electrical energies as you swing. In addition to converting some of your physical damage to lightning damage, the stored energy is released from the weapon as projectiles as you strike, flying out to hit farther-away enemies. The projectiles cannot miss if the melee attack hit a target.",
    skillTypes = {
        [SkillType.Attack] = true,
        [SkillType.RangedAttack] = true,
        [SkillType.Projectile] = true,
        [SkillType.MeleeSingleTarget] = true,
        [SkillType.Multistrikeable] = true,
        [SkillType.Melee] = true,
        [SkillType.Lightning] = true,
        [SkillType.ProjectilesNotFromUser] = true,
    },
    statDescriptionScope = "skill_stat_descriptions",
    castTime = 1,
    baseFlags = {
        attack = true,
        melee = true,
        projectile = true,
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
        "physical_damage_+%",
        "skill_physical_damage_%_to_convert_to_lightning",
        "active_skill_attack_damage_+%_final",
        "number_of_additional_projectiles",
        "active_skill_damage_+%_final",
        "total_projectile_spread_angle_override",
        "show_number_of_projectiles",
    },
    levels = {
        [1] = {7, 50, 30, 2, 20, 70, levelRequirement = 4, statInterpolation = {1},  cost = { }, },
        [2] = {14, 50, 30, 2, 20, 70, levelRequirement = 34, statInterpolation = {1},  cost = { }, },
        [3] = {21, 50, 30, 2, 20, 70, levelRequirement = 59, statInterpolation = {1},  cost = { }, },
    },
}
-- src\Data\Skills\spectre.lua
skills["MonsterTempestShield"] = {
    name = "Tempest Shield",
    hidden = true,
    color = "3",
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    description = "Enchants your shield with the power of storms, which lashes out to deal arcing lightning damage to attackers when you block them.",
    skillTypes = {
        [SkillType.Spell] = true,
        [SkillType.Damage] = true,
        [SkillType.RequiresShield] = true,
        [SkillType.TotemCastsAlone] = true,
        [SkillType.Lightning] = true,
        [SkillType.Chains] = true,
        [SkillType.Buff] = true,
        [SkillType.HasReservation] = true,
        [SkillType.Cooldown] = true,
        [SkillType.Totemable] = true,
        [SkillType.Instant] = true,
        [SkillType.InstantNoRepeatWhenHeld] = true,
        [SkillType.InstantShiftAttackForLeftMouse] = true,
    },
    statDescriptionScope = "buff_skill_stat_descriptions",
    castTime = 0.5,
    baseFlags = {
        spell = true,
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
        "spell_minimum_base_lightning_damage",
        "spell_maximum_base_lightning_damage",
        "shield_block_%",
        "number_of_chains",
        "base_skill_effect_duration",
        "skill_can_add_multiple_charges_per_action",
        "base_skill_show_average_damage_instead_of_dps",
    },
    levels = {
        [1] = {0.80000001192093, 1.2000000476837, 75, 1, 3500, critChance = 6, levelRequirement = 26, statInterpolation = {3, 3},  cost = { }, },
    },
}
monster base type attack cast speed +% and damage -% final [33]
IdMonsterSpeedAndDamageFixupComplete
FamilyMonsterSpeedAndDamageFixup
Domains몬스터 (3)
GenerationType고유 (3)
Req. level1
Stats
  • monster base type attack cast speed +% and damage -% final Min: 33 Max: 33 Global
  • Craft Tagscaster_damage damage attack caster speed
    몬스터가 주는 경험치 100% 증가
    떨어지는 아이템 희귀도 15000% 증가
    IdMonsterMapBoss
    FamilyMonsterMapBoss
    Domains몬스터 (3)
    GenerationType고유 (3)
    Req. level1
    Stats
  • monster slain experience +% Min: 100 Max: 100 Global
  • monster dropped item rarity +% Min: 15000 Max: 15000 Global
  • 20%의 확률로 공격 피해를 막아냄
    피격을 막아낼 시 피해의 10%를 받음
    IdMonsterAttackBlock30Bypass10
    FamilyMonsterBlockAndBypass
    Domains몬스터 (3)
    GenerationType고유 (3)
    Req. level1
    Stats
  • monster base block % Min: 20 Max: 20 Global
  • base block % damage taken Min: 10 Max: 10 Global
  • Craft Tagsblock
    cannot be stunned for ms after stun finished [2000]
    cannot be stunned while stunned [1]
    IdStunRepeatImmunityMapBoss_
    FamilyNothing
    Domains몬스터 (3)
    GenerationType고유 (3)
    Req. level1
    Stats
  • cannot be stunned while stunned Min: 1 Max: 1 Global
  • cannot be stunned for ms after stun finished Min: 2000 Max: 2000 Global
  • Edit

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