망가진 조각품
구조물
active skill area of effect radius +% final [0,50]
Mangled Sculpture
SpectreY
Area연합의 은신처, 지휘자의 소굴
Tagsconstruct, flesh_armour, immobile, is_unarmed, large_model, medium_height, no_cannot_die_aura, no_pantheon_mod, red_blood
Packs
  • 망가진 조각품, 육체 조종자, 박피된 선봉대, 박피된 망루원, 유린자 큰턱
  • 망가진 조각품, 육체 조종자, 일어난 하인
  • 망가진 조각품, 일어난 하인, 박피된 선봉대, 박피된 망루원
  • 연합의 은신처: 망가진 조각품, 유린자 큰턱, 번지는 덩굴, 육체 조종자, 일어난 하인
  • 연합의 은신처: 망가진 조각품, 유린자 큰턱, 번지는 덩굴, 육체 조종자, 박피된 선봉대, 박피된 선봉대, 박피된 선봉대, 박피된 선봉대, 박피된 선봉대, 박피된 망루원, 박피된 망루원, 박피된 망루원, 박피된 망루원, 박피된 망루원
  • 연합의 은신처: 망가진 조각품, 유린자 큰턱, 번지는 덩굴, 혼백 직공, 박피된 선봉대, 박피된 선봉대, 박피된 선봉대, 박피된 선봉대, 박피된 선봉대, 박피된 망루원, 박피된 망루원, 박피된 망루원, 박피된 망루원, 박피된 망루원
  • 연합의 은신처: 망가진 조각품, 유린자 큰턱, 번지는 덩굴, 혼백 직공, 일어난 하인
  • 연합의 은신처: 망가진 조각품, 유린자 큰턱, 번지는 덩굴, 얽매인 환영, 무시무시한 환영
  • 지휘자의 소굴: 망가진 조각품, 유린자 큰턱, 번지는 덩굴, 육체 조종자, 일어난 하인
  • 지휘자의 소굴: 망가진 조각품, 유린자 큰턱, 번지는 덩굴, 육체 조종자, 박피된 선봉대, 박피된 선봉대, 박피된 선봉대, 박피된 선봉대, 박피된 선봉대, 박피된 망루원, 박피된 망루원, 박피된 망루원, 박피된 망루원, 박피된 망루원
  • 지휘자의 소굴: 망가진 조각품, 유린자 큰턱, 번지는 덩굴, 혼백 직공, 박피된 선봉대, 박피된 선봉대, 박피된 선봉대, 박피된 선봉대, 박피된 선봉대, 박피된 망루원, 박피된 망루원, 박피된 망루원, 박피된 망루원, 박피된 망루원
  • 지휘자의 소굴: 망가진 조각품, 유린자 큰턱, 번지는 덩굴, 혼백 직공, 일어난 하인
  • 지휘자의 소굴: 망가진 조각품, 유린자 큰턱, 번지는 덩굴, 얽매인 환영, 무시무시한 환영
  • 생명력
    450%
    Ailment Threshold
    450%
    저항
    0 0 0 0
    Damage
    150%
    정확도
    100%
    치명타 확률
    +5%
    치명타 피해 배율
    +130%
    Attack Distance
    6 ~ 6
    Attack Time
    1.5 Second
    Damage Spread
    ±0%
    경험치
    150%
    Model Size
    100%
    Type
    BetrayalTotem
    Metadata
    BetrayalTotemGroundEffect
    레벨
    83
    생명력
    144,075
    방어도
    92,477
    회피
    7,860
    Damage
    1,351
    주문 피해
    1,351
    정확도
    1,036
    Attack Time
    1.5
    경험치
    19,698
    Minion Life
    27,453
    Minion Damage
    1,141
    Ailment Threshold
    144,075
    Chill
    456
    Shock
    456
    Brittle
    2,577
    Scorch
    456
    Sap
    1,259
    BetrayalTotemCastGroundEffect
    Spell, Area, Damage, Triggerable, Duration, AreaSpell
    시전 속도: 1 초
    1초마다 514.5의 기본 카오스 피해를 줌
    기본 지속시간 10
    active skill area of effect radius +% final [25]

    Object Type

    version 2
    extends "Metadata/Monsters/Totems/TotemBase"
    
    Stats
    {
    	set_item_drop_slots = 1
    	set_monster_no_drops_or_experience = 0
    	set_cannot_be_dominated = 0
    	set_immune_to_curses = 0
    }

    Object Type Codes

    version 2
    extends "Metadata/Monsters/Totems/TotemBase"
    -- src\Data\Spectres.lua
    minions["Metadata/Monsters/LeagueBetrayal/BetrayalTotemGroundEffect"] = {
        name = "Mangled Sculpture",
        life = 4.5,
        fireResist = 0,
        coldResist = 0,
        lightningResist = 0,
        chaosResist = 0,
        damage = 1.5,
        damageSpread = 0,
        attackTime = 1.5,
        attackRange = 6,
        accuracy = 1,
        skillList = {
            "BetrayalTotemCastGroundEffect",
        },
        modList = {
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["BetrayalTotemCastGroundEffect"] = {
        name = "BetrayalTotemCastGroundEffect",
        hidden = true,
        color = "4",
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Spell] = true,
            [SkillType.Area] = true,
            [SkillType.Damage] = true,
            [SkillType.Triggerable] = true,
            [SkillType.Duration] = true,
            [SkillType.AreaSpell] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            area = true,
            spell = true,
            duration = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "base_chaos_damage_to_deal_per_minute",
            "base_skill_effect_duration",
            "active_skill_area_of_effect_radius_+%_final",
        },
        levels = {
            [1] = {2.5, 10000, 25, levelRequirement = 1, statInterpolation = {3},  cost = { }, },
        },
    }
    
    active skill area of effect radius +% final [0,50]
    IdMonsterAreaOfEffectFinalVariance
    FamilyMonsterAreaOfEffectFinalVariance
    Domains몬스터 (3)
    GenerationType고유 (3)
    Req. level1
    Stats
  • active skill area of effect radius +% final Min: 0 Max: 50 Global
  • Edit

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