여신
언데드
몬스터가 주는 경험치 100% 증가
떨어지는 아이템 희귀도 15000% 증가
immune to labyrinth degen effect [1]
동작 속도가 기본 수치 70% 밑으로 내려가지 않음
사술 방지
cannot be stunned for ms after stun finished [2000]
cannot be stunned while stunned [1]
The Goddess
SpectreN
Area광장 지도
Tags시전, fire_affinity, ghost, ghost_armour, ghost_blood, is_unarmed, large_height, medium_movement, non_unique_map_boss, not_dex, not_str, ranged, undead
생명력
400%
Energy Shield From Life
100%
Ailment Threshold
400%
저항
40 40 40 25
Damage
200%
정확도
100%
치명타 확률
+5%
치명타 피해 배율
+130%
Attack Distance
6 ~ 12
Attack Time
1.5 Second
Damage Spread
±20%
경험치
200%
Model Size
130%
Type
GoddessOfJusticeMapBoss
Metadata
GoddessOfJusticeMapBoss
레벨
78
생명력
4,002,799
방어도
62,934
회피
6,667
에너지 보호막
11,328
Damage
1,538
주문 피해
2,295
정확도
428
Attack Time
1.005
경험치
136,147
Ailment Threshold
1,961,371
Chill
6,202
Shock
6,202
Brittle
35,087
Scorch
6,202
Sap
17,135
LabyrinthSpiritMortarMap
Projectile, Spell, Damage, Area, Trappable, Totemable, Mineable, Multicastable, Triggerable, AreaSpell
치명타 확률: 5%
시전 속도: 1 초
IzaroSummonSkeletonGhostflame
Spell, Projectile, Multicastable, Triggerable
시전 속도: 0.25 초
재사용 대기시간: 20 초
스킬 6회 추가 반복
273.7~410.6 화염 피해
active skill area of effect radius +% final [-25]
alternate minion [76]
base is projectile [1]
number of monsters to summon [2]
projectile minimum range [25]
summoned monsters are minions [1]
summoned monsters no drops or experience [1]
IzarpWarpMap
Spell, Area, AreaSpell
이자로의 차원
시전 속도: 3 초
재사용 대기시간: 10 초
OfferingOfJudgement
Spell, Area, Duration, Damage, AreaSpell, Triggerable
시전 속도: 1 초
재사용 대기시간: 5 초
1초마다 3760.9의 기본 화염 피해를 줌
기본 지속시간 6
base is projectile [1]
is area damage [1]
OfferingOfJudgementChaos
Spell, Area, Duration, Damage, AreaSpell, Triggerable
시전 속도: 1 초
재사용 대기시간: 5 초
1초마다 1002.9의 기본 카오스 피해를 줌
기본 지속시간 6
base is projectile [1]
is area damage [1]
GoddessWarp
Spell, Area, Damage, AreaSpell
여신의 차원
치명타 확률: 5%
시전 속도: 3 초
동작 속도 50% 감소
기본 지속시간 5
1179~1769 화염 피해
is area damage [1]
GoddessOfJusticeFaceLastTarget
마지막 대상 맞서기
GoddessBeam
Spell, Area, Damage, AreaSpell
여신의 광선
시전 속도: 1 초
재사용 대기시간: 12 초
1초마다 3760.9의 기본 화염 피해를 줌
기본 지속시간 6
is area damage [1]

Object Type

version 2
extends "Metadata/Monsters/Monster"

Actor
{
}

Animated
{
	preload_animated_object = "Metadata/Effects/Spells/monsters_effects/labyrinth/summon_skeletons/death_smoke/death_smoke.ao"
}

Transitionable
{
}

Object Type Codes

version 2
extends "Metadata/Monsters/Monster"

Life
{
}

Targetable
{
	no_highlight = true
}

Render
{
	preload_buff_visual = "spinning_blades_damage"
}
-- src\Data\Spectres.lua
minions["Metadata/Monsters/Labyrinth/GoddessOfJusticeMapBoss"] = {
    name = "The Goddess",
    life = 4,
    energyShield = 1,
    fireResist = 40,
    coldResist = 40,
    lightningResist = 40,
    chaosResist = 25,
    damage = 2,
    damageSpread = 0.2,
    attackTime = 1.5,
    attackRange = 12,
    accuracy = 1,
    skillList = {
        "LabyrinthSpiritMortarMap",
        "OfferingOfJudgement",
        "OfferingOfJudgementChaos",
        "IzaroSummonSkeletonGhostflame",
        "GoddessOfJusticeFaceLastTarget",
        "IzarpWarpMap",
        "GoddessWarp",
        "GoddessBeam",
    },
    modList = {
    },
}
-- src\Data\Skills\spectre.lua
skills["LabyrinthSpiritMortarMap"] = {
    name = "LabyrinthSpiritMortarMap",
    hidden = true,
    color = "3",
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    skillTypes = {
        [SkillType.Projectile] = 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.AreaSpell] = true,
    },
    statDescriptionScope = "skill_stat_descriptions",
    castTime = 1,
    baseFlags = {
        area = true,
        spell = true,
        projectile = true,
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
        "spell_minimum_base_fire_damage",
        "spell_maximum_base_fire_damage",
        "projectile_spread_radius",
        "base_cast_speed_+%",
        "projectile_minimum_range",
        "ignite_art_variation",
        "monster_projectile_variation",
        "base_number_of_projectiles",
        "is_area_damage",
        "base_is_projectile",
        "distribute_projectiles_over_contact_points",
    },
    levels = {
        [1] = {0.80000001192093, 1.2000000476837, 20, -25, 15, 2, 1, 6, critChance = 5, levelRequirement = 81, statInterpolation = {3, 3},  cost = { }, },
    },
}
-- src\Data\Skills\spectre.lua
skills["OfferingOfJudgement"] = {
    name = "OfferingOfJudgement",
    hidden = true,
    color = 4,
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    skillTypes = {
        [SkillType.Spell] = true,
        [SkillType.Area] = true,
        [SkillType.Duration] = true,
        [SkillType.Damage] = true,
        [SkillType.AreaSpell] = true,
        [SkillType.Triggerable] = true,
    },
    statDescriptionScope = "skill_stat_descriptions",
    castTime = 1,
    baseFlags = {
        area = true,
        spell = true,
        duration = true,
        projectile = true,
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
        "base_fire_damage_to_deal_per_minute",
        "base_skill_effect_duration",
        "is_area_damage",
        "base_is_projectile",
    },
    levels = {
        [1] = {1, 6000, levelRequirement = 1, statInterpolation = {3},  cost = { }, },
    },
}
-- src\Data\Skills\spectre.lua
skills["OfferingOfJudgementChaos"] = {
    name = "OfferingOfJudgementChaos",
    hidden = true,
    color = 4,
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    skillTypes = {
        [SkillType.Spell] = true,
        [SkillType.Area] = true,
        [SkillType.Duration] = true,
        [SkillType.Damage] = true,
        [SkillType.AreaSpell] = true,
        [SkillType.Triggerable] = true,
    },
    statDescriptionScope = "skill_stat_descriptions",
    castTime = 1,
    baseFlags = {
        area = true,
        spell = true,
        duration = true,
        projectile = true,
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
        "base_chaos_damage_to_deal_per_minute",
        "base_skill_effect_duration",
        "is_area_damage",
        "base_is_projectile",
    },
    levels = {
        [1] = {1, 6000, levelRequirement = 1, statInterpolation = {3},  cost = { }, },
    },
}
-- src\Data\Skills\spectre.lua
skills["IzaroSummonSkeletonGhostflame"] = {
    name = "IzaroSummonSkeletonGhostflame",
    hidden = true,
    color = 4,
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    skillTypes = {
        [SkillType.Spell] = true,
        [SkillType.Projectile] = true,
        [SkillType.Multicastable] = true,
        [SkillType.Triggerable] = true,
    },
    statDescriptionScope = "skill_stat_descriptions",
    castTime = 0.25,
    baseFlags = {
        spell = true,
        projectile = true,
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
        "spell_minimum_base_fire_damage",
        "spell_maximum_base_fire_damage",
        "number_of_monsters_to_summon",
        "alternate_minion",
        "projectile_minimum_range",
        "skill_repeat_count",
        "active_skill_area_of_effect_radius_+%_final",
        "summoned_monsters_are_minions",
        "summoned_monsters_no_drops_or_experience",
        "base_is_projectile",
    },
    levels = {
        [1] = {0.80000001192093, 1.2000000476837, 2, 76, 25, 6, -25, levelRequirement = 1, statInterpolation = {3, 3},  cost = { }, },
    },
}
-- src\Data\Skills\spectre.lua
skills["GoddessOfJusticeFaceLastTarget"] = {
    name = "Face Last Target",
    hidden = true,
    color = 4,
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    skillTypes = {
    },
    statDescriptionScope = "skill_stat_descriptions",
    castTime = 0.01,
    baseFlags = {
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
    },
    levels = {
        [1] = {levelRequirement = 1, statInterpolation = {},  cost = { }, },
    },
}
-- src\Data\Skills\spectre.lua
skills["IzarpWarpMap"] = {
    name = "Izaro Warp",
    hidden = true,
    color = 4,
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    skillTypes = {
        [SkillType.Spell] = true,
        [SkillType.Area] = true,
        [SkillType.AreaSpell] = true,
    },
    statDescriptionScope = "skill_stat_descriptions",
    castTime = 3,
    baseFlags = {
        area = true,
        spell = true,
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
    },
    levels = {
        [1] = {levelRequirement = 1, statInterpolation = {},  cost = { }, },
    },
}
-- src\Data\Skills\spectre.lua
skills["GoddessWarp"] = {
    name = "Goddess Warp",
    hidden = true,
    color = 4,
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    skillTypes = {
        [SkillType.Spell] = true,
        [SkillType.Area] = true,
        [SkillType.Damage] = true,
        [SkillType.AreaSpell] = true,
    },
    statDescriptionScope = "skill_stat_descriptions",
    castTime = 3,
    baseFlags = {
        area = true,
        spell = true,
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
        "spell_minimum_base_fire_damage",
        "spell_maximum_base_fire_damage",
        "action_speed_-%",
        "base_skill_effect_duration",
        "is_area_damage",
    },
    levels = {
        [1] = {0.80000001192093, 1.2000000476837, 50, 5000, critChance = 5, levelRequirement = 3, statInterpolation = {3, 3},  cost = { }, },
    },
}
-- src\Data\Skills\spectre.lua
skills["GoddessBeam"] = {
    name = "Goddess Beam",
    hidden = true,
    color = 4,
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    skillTypes = {
        [SkillType.Spell] = true,
        [SkillType.Area] = true,
        [SkillType.Damage] = true,
        [SkillType.AreaSpell] = true,
    },
    statDescriptionScope = "skill_stat_descriptions",
    castTime = 1,
    baseFlags = {
        area = true,
        spell = true,
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
        "base_fire_damage_to_deal_per_minute",
        "base_skill_effect_duration",
        "is_area_damage",
    },
    levels = {
        [1] = {1, 6000, levelRequirement = 68, statInterpolation = {3},  cost = { }, },
    },
}
몬스터가 주는 경험치 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
  • immune to labyrinth degen effect [1]
    IdLabyrinthDegenTrapImmunity1
    FamilyLabyrinthTrapDamage
    Domains몬스터 (3)
    GenerationType고유 (3)
    Req. level1
    Stats
  • immune to labyrinth degen effect Min: 1 Max: 1 Global
  • 동작 속도가 기본 수치 70% 밑으로 내려가지 않음
    IdCannotBeSlowedBelowValueBosses
    FamilyCannotBeSlowedBelowValue
    Domains몬스터 (3)
    GenerationType고유 (3)
    Req. level1
    Stats
  • hellscape boots action speed +% minimum value Min: -30 Max: -30 Global
  • Craft Tagsspeed
    사술 방지
    IdMonsterImplicitHexproof
    FamilyMonsterImmuneToCurses
    Domains몬스터 (3)
    GenerationType고유 (3)
    Req. level1
    Stats
  • hexproof Min: 1 Max: 1 Global
  • Craft Tagscaster curse
    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
  • 여신
    언데드
    몬스터가 주는 경험치 100% 증가
    떨어지는 아이템 희귀도 15000% 증가
    immune to labyrinth degen effect [1]
    동작 속도가 기본 수치 70% 밑으로 내려가지 않음
    사술 방지
    cannot be stunned for ms after stun finished [2000]
    cannot be stunned while stunned [1]
    The Goddess
    SpectreN
    Tags시전, fire_affinity, ghost, ghost_armour, ghost_blood, is_unarmed, large_height, medium_movement, not_dex, not_str, ranged, standalone_map_boss, undead
    생명력
    400%
    Energy Shield From Life
    100%
    Ailment Threshold
    400%
    저항
    40 40 40 25
    Damage
    200%
    정확도
    100%
    치명타 확률
    +5%
    치명타 피해 배율
    +130%
    Attack Distance
    6 ~ 12
    Attack Time
    1.5 Second
    Damage Spread
    ±20%
    경험치
    200%
    Model Size
    130%
    Type
    GoddessOfJusticeMapBoss
    Metadata
    GoddessOfJusticeMapBossStandalone
    레벨
    68
    생명력
    557,385
    방어도
    28,790
    회피
    4,739
    에너지 보호막
    6,127
    Damage
    851
    주문 피해
    1,270
    정확도
    290
    Attack Time
    1.005
    경험치
    112,805
    Ailment Threshold
    351,153
    Chill
    1,110
    Shock
    1,110
    Brittle
    6,282
    Scorch
    1,110
    Sap
    3,068
    LabyrinthSpiritMortarMap
    Projectile, Spell, Damage, Area, Trappable, Totemable, Mineable, Multicastable, Triggerable, AreaSpell
    치명타 확률: 5%
    시전 속도: 1 초
    IzaroSummonSkeletonGhostflame
    Spell, Projectile, Multicastable, Triggerable
    시전 속도: 0.25 초
    재사용 대기시간: 20 초
    스킬 6회 추가 반복
    203.7~305.5 화염 피해
    active skill area of effect radius +% final [-25]
    alternate minion [76]
    base is projectile [1]
    number of monsters to summon [2]
    projectile minimum range [25]
    summoned monsters are minions [1]
    summoned monsters no drops or experience [1]
    OfferingOfJudgement
    Spell, Area, Duration, Damage, AreaSpell, Triggerable
    시전 속도: 1 초
    재사용 대기시간: 5 초
    1초마다 2308.9의 기본 화염 피해를 줌
    기본 지속시간 6
    base is projectile [1]
    is area damage [1]
    OfferingOfJudgementChaos
    Spell, Area, Duration, Damage, AreaSpell, Triggerable
    시전 속도: 1 초
    재사용 대기시간: 5 초
    1초마다 615.7의 기본 카오스 피해를 줌
    기본 지속시간 6
    base is projectile [1]
    is area damage [1]
    GoddessWarp
    Spell, Area, Damage, AreaSpell
    여신의 차원
    치명타 확률: 5%
    시전 속도: 3 초
    동작 속도 50% 감소
    기본 지속시간 5
    801.2~1202 화염 피해
    is area damage [1]
    GoddessOfJusticeFaceLastTarget
    마지막 대상 맞서기
    GoddessBeam
    Spell, Area, Damage, AreaSpell
    여신의 광선
    시전 속도: 1 초
    재사용 대기시간: 12 초
    1초마다 2308.9의 기본 화염 피해를 줌
    기본 지속시간 6
    is area damage [1]

    Object Type

    version 2
    extends "Metadata/Monsters/Monster"
    extends "Metadata/Monsters/StandaloneMapBoss"
    
    Animated
    {
    	preload_animated_object = "Metadata/Effects/Spells/monsters_effects/labyrinth/summon_skeletons/death_smoke/death_smoke.ao"
    }

    Object Type Codes

    version 2
    extends "Metadata/Monsters/Monster"
    extends "Metadata/Monsters/StandaloneMapBoss"
    
    Preload
    {
    	preload_epk = "Metadata/Effects/Spells/monsters_effects/Goddess_of_Justice/teleport/affected_buff/affected_buff.epk"
    	preload_animated_object = "Metadata/Effects/Spells/monsters_effects/Goddess_of_Justice/teleport/affected_buff/affected_buff.ao"
    }
    -- src\Data\Spectres.lua
    minions["Metadata/Monsters/Labyrinth/GoddessOfJusticeMapBossStandalone"] = {
        name = "The Goddess",
        life = 4,
        energyShield = 1,
        fireResist = 40,
        coldResist = 40,
        lightningResist = 40,
        chaosResist = 25,
        damage = 2,
        damageSpread = 0.2,
        attackTime = 1.5,
        attackRange = 12,
        accuracy = 1,
        skillList = {
            "LabyrinthSpiritMortarMap",
            "OfferingOfJudgement",
            "OfferingOfJudgementChaos",
            "IzaroSummonSkeletonGhostflame",
            "GoddessOfJusticeFaceLastTarget",
            "GoddessWarp",
            "GoddessBeam",
        },
        modList = {
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["LabyrinthSpiritMortarMap"] = {
        name = "LabyrinthSpiritMortarMap",
        hidden = true,
        color = "3",
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Projectile] = 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.AreaSpell] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            area = true,
            spell = true,
            projectile = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "spell_minimum_base_fire_damage",
            "spell_maximum_base_fire_damage",
            "projectile_spread_radius",
            "base_cast_speed_+%",
            "projectile_minimum_range",
            "ignite_art_variation",
            "monster_projectile_variation",
            "base_number_of_projectiles",
            "is_area_damage",
            "base_is_projectile",
            "distribute_projectiles_over_contact_points",
        },
        levels = {
            [1] = {0.80000001192093, 1.2000000476837, 20, -25, 15, 2, 1, 6, critChance = 5, levelRequirement = 81, statInterpolation = {3, 3},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["OfferingOfJudgement"] = {
        name = "OfferingOfJudgement",
        hidden = true,
        color = 4,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Spell] = true,
            [SkillType.Area] = true,
            [SkillType.Duration] = true,
            [SkillType.Damage] = true,
            [SkillType.AreaSpell] = true,
            [SkillType.Triggerable] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            area = true,
            spell = true,
            duration = true,
            projectile = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "base_fire_damage_to_deal_per_minute",
            "base_skill_effect_duration",
            "is_area_damage",
            "base_is_projectile",
        },
        levels = {
            [1] = {1, 6000, levelRequirement = 1, statInterpolation = {3},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["OfferingOfJudgementChaos"] = {
        name = "OfferingOfJudgementChaos",
        hidden = true,
        color = 4,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Spell] = true,
            [SkillType.Area] = true,
            [SkillType.Duration] = true,
            [SkillType.Damage] = true,
            [SkillType.AreaSpell] = true,
            [SkillType.Triggerable] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            area = true,
            spell = true,
            duration = true,
            projectile = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "base_chaos_damage_to_deal_per_minute",
            "base_skill_effect_duration",
            "is_area_damage",
            "base_is_projectile",
        },
        levels = {
            [1] = {1, 6000, levelRequirement = 1, statInterpolation = {3},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["IzaroSummonSkeletonGhostflame"] = {
        name = "IzaroSummonSkeletonGhostflame",
        hidden = true,
        color = 4,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Spell] = true,
            [SkillType.Projectile] = true,
            [SkillType.Multicastable] = true,
            [SkillType.Triggerable] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 0.25,
        baseFlags = {
            spell = true,
            projectile = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "spell_minimum_base_fire_damage",
            "spell_maximum_base_fire_damage",
            "number_of_monsters_to_summon",
            "alternate_minion",
            "projectile_minimum_range",
            "skill_repeat_count",
            "active_skill_area_of_effect_radius_+%_final",
            "summoned_monsters_are_minions",
            "summoned_monsters_no_drops_or_experience",
            "base_is_projectile",
        },
        levels = {
            [1] = {0.80000001192093, 1.2000000476837, 2, 76, 25, 6, -25, levelRequirement = 1, statInterpolation = {3, 3},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["GoddessOfJusticeFaceLastTarget"] = {
        name = "Face Last Target",
        hidden = true,
        color = 4,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 0.01,
        baseFlags = {
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
        },
        levels = {
            [1] = {levelRequirement = 1, statInterpolation = {},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["GoddessWarp"] = {
        name = "Goddess Warp",
        hidden = true,
        color = 4,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Spell] = true,
            [SkillType.Area] = true,
            [SkillType.Damage] = true,
            [SkillType.AreaSpell] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 3,
        baseFlags = {
            area = true,
            spell = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "spell_minimum_base_fire_damage",
            "spell_maximum_base_fire_damage",
            "action_speed_-%",
            "base_skill_effect_duration",
            "is_area_damage",
        },
        levels = {
            [1] = {0.80000001192093, 1.2000000476837, 50, 5000, critChance = 5, levelRequirement = 3, statInterpolation = {3, 3},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["GoddessBeam"] = {
        name = "Goddess Beam",
        hidden = true,
        color = 4,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Spell] = true,
            [SkillType.Area] = true,
            [SkillType.Damage] = true,
            [SkillType.AreaSpell] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            area = true,
            spell = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "base_fire_damage_to_deal_per_minute",
            "base_skill_effect_duration",
            "is_area_damage",
        },
        levels = {
            [1] = {1, 6000, levelRequirement = 68, statInterpolation = {3},  cost = { }, },
        },
    }
    
    몬스터가 주는 경험치 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
  • immune to labyrinth degen effect [1]
    IdLabyrinthDegenTrapImmunity1
    FamilyLabyrinthTrapDamage
    Domains몬스터 (3)
    GenerationType고유 (3)
    Req. level1
    Stats
  • immune to labyrinth degen effect Min: 1 Max: 1 Global
  • 동작 속도가 기본 수치 70% 밑으로 내려가지 않음
    IdCannotBeSlowedBelowValueBosses
    FamilyCannotBeSlowedBelowValue
    Domains몬스터 (3)
    GenerationType고유 (3)
    Req. level1
    Stats
  • hellscape boots action speed +% minimum value Min: -30 Max: -30 Global
  • Craft Tagsspeed
    사술 방지
    IdMonsterImplicitHexproof
    FamilyMonsterImmuneToCurses
    Domains몬스터 (3)
    GenerationType고유 (3)
    Req. level1
    Stats
  • hexproof Min: 1 Max: 1 Global
  • Craft Tagscaster curse
    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
  • 여신
    언데드
    몬스터가 주는 경험치 100% 증가
    떨어지는 아이템 희귀도 15000% 증가
    immune to labyrinth degen effect [1]
    동작 속도가 기본 수치 70% 밑으로 내려가지 않음
    사술 방지
    cannot be stunned for ms after stun finished [2000]
    cannot be stunned while stunned [1]
    The Goddess
    SpectreN
    Tagselder_map_boss, ghost, ghost_armour, ghost_blood, is_unarmed, large_height, medium_movement, non_attacking, not_dex, not_str, undead
    생명력
    400%
    Energy Shield From Life
    100%
    Ailment Threshold
    400%
    저항
    40 40 40 25
    Damage
    200%
    정확도
    100%
    치명타 확률
    +5%
    치명타 피해 배율
    +130%
    Attack Distance
    6 ~ 12
    Attack Time
    1.5 Second
    Damage Spread
    ±20%
    경험치
    200%
    Model Size
    130%
    Type
    GoddessOfJusticeMapBoss
    Metadata
    GoddessOfJusticeMapBossElder

    Object Type

    version 2
    extends "Metadata/Monsters/ElderBosses/ElderBossClone"

    Object Type Codes

    version 2
    extends "Metadata/Monsters/ElderBosses/ElderBossClone"
    
    Animated
    {
    	preload_animated_object = "Metadata/Effects/Spells/monsters_effects/Goddess_of_Justice/GoddessJusticeSplode.ao"
    }
    -- src\Data\Spectres.lua
    minions["Metadata/Monsters/Labyrinth/GoddessOfJusticeMapBossElder"] = {
        name = "The Goddess",
        life = 4,
        energyShield = 1,
        fireResist = 40,
        coldResist = 40,
        lightningResist = 40,
        chaosResist = 25,
        damage = 2,
        damageSpread = 0.2,
        attackTime = 1.5,
        attackRange = 12,
        accuracy = 1,
        skillList = {
        },
        modList = {
        },
    }
    
    몬스터가 주는 경험치 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
  • immune to labyrinth degen effect [1]
    IdLabyrinthDegenTrapImmunity1
    FamilyLabyrinthTrapDamage
    Domains몬스터 (3)
    GenerationType고유 (3)
    Req. level1
    Stats
  • immune to labyrinth degen effect Min: 1 Max: 1 Global
  • 동작 속도가 기본 수치 70% 밑으로 내려가지 않음
    IdCannotBeSlowedBelowValueBosses
    FamilyCannotBeSlowedBelowValue
    Domains몬스터 (3)
    GenerationType고유 (3)
    Req. level1
    Stats
  • hellscape boots action speed +% minimum value Min: -30 Max: -30 Global
  • Craft Tagsspeed
    사술 방지
    IdMonsterImplicitHexproof
    FamilyMonsterImmuneToCurses
    Domains몬스터 (3)
    GenerationType고유 (3)
    Req. level1
    Stats
  • hexproof Min: 1 Max: 1 Global
  • Craft Tagscaster curse
    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
  • 여신
    언데드
    몬스터가 주는 경험치 100% 증가
    떨어지는 아이템 희귀도 15000% 증가
    immune to labyrinth degen effect [1]
    동작 속도가 기본 수치 70% 밑으로 내려가지 않음
    사술 방지
    cannot be stunned for ms after stun finished [2000]
    cannot be stunned while stunned [1]
    The Goddess
    SpectreN
    Tags시전, fire_affinity, ghost, ghost_armour, ghost_blood, is_unarmed, large_height, medium_movement, no_maven, not_dex, not_str, ranged, undead
    생명력
    400%
    Energy Shield From Life
    100%
    Ailment Threshold
    400%
    저항
    40 40 40 25
    Damage
    200%
    정확도
    100%
    치명타 확률
    +5%
    치명타 피해 배율
    +130%
    Attack Distance
    6 ~ 12
    Attack Time
    1.5 Second
    Damage Spread
    ±20%
    경험치
    200%
    Model Size
    130%
    Type
    GoddessOfJusticeMapBoss
    Metadata
    GoddessOfJusticeMapBossShaper
    레벨
    68
    생명력
    557,385
    방어도
    28,790
    회피
    4,739
    에너지 보호막
    6,127
    Damage
    851
    주문 피해
    1,270
    정확도
    290
    Attack Time
    1.005
    경험치
    112,805
    Ailment Threshold
    351,153
    Chill
    1,110
    Shock
    1,110
    Brittle
    6,282
    Scorch
    1,110
    Sap
    3,068
    LabyrinthSpiritMortarMap
    Projectile, Spell, Damage, Area, Trappable, Totemable, Mineable, Multicastable, Triggerable, AreaSpell
    치명타 확률: 5%
    시전 속도: 1 초
    IzaroSummonSkeletonGhostflame
    Spell, Projectile, Multicastable, Triggerable
    시전 속도: 0.25 초
    재사용 대기시간: 20 초
    스킬 6회 추가 반복
    203.7~305.5 화염 피해
    active skill area of effect radius +% final [-25]
    alternate minion [76]
    base is projectile [1]
    number of monsters to summon [2]
    projectile minimum range [25]
    summoned monsters are minions [1]
    summoned monsters no drops or experience [1]
    IzarpWarpMap
    Spell, Area, AreaSpell
    이자로의 차원
    시전 속도: 3 초
    재사용 대기시간: 10 초
    OfferingOfJudgement
    Spell, Area, Duration, Damage, AreaSpell, Triggerable
    시전 속도: 1 초
    재사용 대기시간: 5 초
    1초마다 2308.9의 기본 화염 피해를 줌
    기본 지속시간 6
    base is projectile [1]
    is area damage [1]
    OfferingOfJudgementChaos
    Spell, Area, Duration, Damage, AreaSpell, Triggerable
    시전 속도: 1 초
    재사용 대기시간: 5 초
    1초마다 615.7의 기본 카오스 피해를 줌
    기본 지속시간 6
    base is projectile [1]
    is area damage [1]
    GoddessWarp
    Spell, Area, Damage, AreaSpell
    여신의 차원
    치명타 확률: 5%
    시전 속도: 3 초
    동작 속도 50% 감소
    기본 지속시간 5
    801.2~1202 화염 피해
    is area damage [1]
    GoddessOfJusticeFaceLastTarget
    마지막 대상 맞서기
    GoddessBeam
    Spell, Area, Damage, AreaSpell
    여신의 광선
    시전 속도: 1 초
    재사용 대기시간: 12 초
    1초마다 2308.9의 기본 화염 피해를 줌
    기본 지속시간 6
    is area damage [1]

    Object Type

    version 2
    extends "Metadata/Monsters/Monster"
    
    Actor
    {
    }
    
    Animated
    {
    	preload_animated_object = "Metadata/Effects/Spells/monsters_effects/labyrinth/summon_skeletons/death_smoke/death_smoke.ao"
    }
    
    Transitionable
    {
    }
    

    Object Type Codes

    version 2
    extends "Metadata/Monsters/Monster"
    
    Targetable
    {
    	no_highlight = true
    }
    
    Render
    {
    	preload_buff_visual = "spinning_blades_damage"
    }
    
    -- src\Data\Spectres.lua
    minions["Metadata/Monsters/Labyrinth/GoddessOfJusticeMapBossShaper"] = {
        name = "The Goddess",
        life = 4,
        energyShield = 1,
        fireResist = 40,
        coldResist = 40,
        lightningResist = 40,
        chaosResist = 25,
        damage = 2,
        damageSpread = 0.2,
        attackTime = 1.5,
        attackRange = 12,
        accuracy = 1,
        skillList = {
            "LabyrinthSpiritMortarMap",
            "OfferingOfJudgement",
            "OfferingOfJudgementChaos",
            "IzaroSummonSkeletonGhostflame",
            "GoddessOfJusticeFaceLastTarget",
            "IzarpWarpMap",
            "GoddessWarp",
            "GoddessBeam",
        },
        modList = {
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["LabyrinthSpiritMortarMap"] = {
        name = "LabyrinthSpiritMortarMap",
        hidden = true,
        color = "3",
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Projectile] = 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.AreaSpell] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            area = true,
            spell = true,
            projectile = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "spell_minimum_base_fire_damage",
            "spell_maximum_base_fire_damage",
            "projectile_spread_radius",
            "base_cast_speed_+%",
            "projectile_minimum_range",
            "ignite_art_variation",
            "monster_projectile_variation",
            "base_number_of_projectiles",
            "is_area_damage",
            "base_is_projectile",
            "distribute_projectiles_over_contact_points",
        },
        levels = {
            [1] = {0.80000001192093, 1.2000000476837, 20, -25, 15, 2, 1, 6, critChance = 5, levelRequirement = 81, statInterpolation = {3, 3},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["OfferingOfJudgement"] = {
        name = "OfferingOfJudgement",
        hidden = true,
        color = 4,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Spell] = true,
            [SkillType.Area] = true,
            [SkillType.Duration] = true,
            [SkillType.Damage] = true,
            [SkillType.AreaSpell] = true,
            [SkillType.Triggerable] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            area = true,
            spell = true,
            duration = true,
            projectile = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "base_fire_damage_to_deal_per_minute",
            "base_skill_effect_duration",
            "is_area_damage",
            "base_is_projectile",
        },
        levels = {
            [1] = {1, 6000, levelRequirement = 1, statInterpolation = {3},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["OfferingOfJudgementChaos"] = {
        name = "OfferingOfJudgementChaos",
        hidden = true,
        color = 4,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Spell] = true,
            [SkillType.Area] = true,
            [SkillType.Duration] = true,
            [SkillType.Damage] = true,
            [SkillType.AreaSpell] = true,
            [SkillType.Triggerable] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            area = true,
            spell = true,
            duration = true,
            projectile = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "base_chaos_damage_to_deal_per_minute",
            "base_skill_effect_duration",
            "is_area_damage",
            "base_is_projectile",
        },
        levels = {
            [1] = {1, 6000, levelRequirement = 1, statInterpolation = {3},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["IzaroSummonSkeletonGhostflame"] = {
        name = "IzaroSummonSkeletonGhostflame",
        hidden = true,
        color = 4,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Spell] = true,
            [SkillType.Projectile] = true,
            [SkillType.Multicastable] = true,
            [SkillType.Triggerable] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 0.25,
        baseFlags = {
            spell = true,
            projectile = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "spell_minimum_base_fire_damage",
            "spell_maximum_base_fire_damage",
            "number_of_monsters_to_summon",
            "alternate_minion",
            "projectile_minimum_range",
            "skill_repeat_count",
            "active_skill_area_of_effect_radius_+%_final",
            "summoned_monsters_are_minions",
            "summoned_monsters_no_drops_or_experience",
            "base_is_projectile",
        },
        levels = {
            [1] = {0.80000001192093, 1.2000000476837, 2, 76, 25, 6, -25, levelRequirement = 1, statInterpolation = {3, 3},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["GoddessOfJusticeFaceLastTarget"] = {
        name = "Face Last Target",
        hidden = true,
        color = 4,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 0.01,
        baseFlags = {
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
        },
        levels = {
            [1] = {levelRequirement = 1, statInterpolation = {},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["IzarpWarpMap"] = {
        name = "Izaro Warp",
        hidden = true,
        color = 4,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Spell] = true,
            [SkillType.Area] = true,
            [SkillType.AreaSpell] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 3,
        baseFlags = {
            area = true,
            spell = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
        },
        levels = {
            [1] = {levelRequirement = 1, statInterpolation = {},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["GoddessWarp"] = {
        name = "Goddess Warp",
        hidden = true,
        color = 4,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Spell] = true,
            [SkillType.Area] = true,
            [SkillType.Damage] = true,
            [SkillType.AreaSpell] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 3,
        baseFlags = {
            area = true,
            spell = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "spell_minimum_base_fire_damage",
            "spell_maximum_base_fire_damage",
            "action_speed_-%",
            "base_skill_effect_duration",
            "is_area_damage",
        },
        levels = {
            [1] = {0.80000001192093, 1.2000000476837, 50, 5000, critChance = 5, levelRequirement = 3, statInterpolation = {3, 3},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["GoddessBeam"] = {
        name = "Goddess Beam",
        hidden = true,
        color = 4,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Spell] = true,
            [SkillType.Area] = true,
            [SkillType.Damage] = true,
            [SkillType.AreaSpell] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            area = true,
            spell = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "base_fire_damage_to_deal_per_minute",
            "base_skill_effect_duration",
            "is_area_damage",
        },
        levels = {
            [1] = {1, 6000, levelRequirement = 68, statInterpolation = {3},  cost = { }, },
        },
    }
    
    몬스터가 주는 경험치 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
  • immune to labyrinth degen effect [1]
    IdLabyrinthDegenTrapImmunity1
    FamilyLabyrinthTrapDamage
    Domains몬스터 (3)
    GenerationType고유 (3)
    Req. level1
    Stats
  • immune to labyrinth degen effect Min: 1 Max: 1 Global
  • 동작 속도가 기본 수치 70% 밑으로 내려가지 않음
    IdCannotBeSlowedBelowValueBosses
    FamilyCannotBeSlowedBelowValue
    Domains몬스터 (3)
    GenerationType고유 (3)
    Req. level1
    Stats
  • hellscape boots action speed +% minimum value Min: -30 Max: -30 Global
  • Craft Tagsspeed
    사술 방지
    IdMonsterImplicitHexproof
    FamilyMonsterImmuneToCurses
    Domains몬스터 (3)
    GenerationType고유 (3)
    Req. level1
    Stats
  • hexproof Min: 1 Max: 1 Global
  • Craft Tagscaster curse
    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
  • 여신 Topic /16 ⍟
    NPC이름
    처마의 간수세 자매의 전신이었던 본래의 여신에 대해서 아는 이는 이제 거의 없다. 그녀의 이름은 세월과 함께 잊혔지. 난 늘 그게 어떤 여신이었을지 궁금했다. 그녀의 희생이 없었다면 나는 존재하지 않았을 테니까. 난 그 희생을 기리고자 한다.
    원시 여사냥꾼드라이어흐트는 수많은 혼백과 존재로 이루어져 있기에, 그만큼 여러 가지 이름으로 불리지. 자연 그 자체가 그러하듯, 전체에서 그 일부를 구별하기란 쉽지 않아.
    여신의 조각상우리는 여신, [........{판독 불가}........] 세 자매, [...............] 가장 겸허하다. 우리의 모든 것은 그분으로부터 비롯했으니. [..............] 취록의 야생림 [.........] 추위, 슬픔, [.....] 자유롭게 [.....].
    속박된 여신그녀는 자신의 제안에 사악한 색을 입히고 있었다.
    회백색 미소, 우아한 상처.
    태동하는 재앙에 그녀는 노래하듯 읊조렸다.
    "내가 있잖아, 뭐가 더 필요한데?"
    경멸받는 여신그녀의 목적은 다 이룬 것일까, 맹세는 지켜졌다.
    마지막 악마가 죽자 능글맞은 웃음이 서렸다.
    잉걸불은 희미해져도 입술에는 희망이 타오른다.
    "되살아난 옛 불길이 우리의 의식을 밝혀주리라!"
    해방된 여신처녀 때는 겁박 당했고, 노파가 되어서는 경멸당했다.
    약속했던 힘은 보이지 않고 분노만이 가시처럼 쓰라렸을 뿐이다.
    이걸로 부족했던 것인가?...좋아. 그렇다면 양쪽인 동시에 또 다른 존재가 되어 주겠어.
    네 손을 잡고 너의 재능을 길러주리라. 그 뜨거운 불꽃을 억누르지 않고 말이지.
    조용히, 그래, 아무 말도 필요 없어.
    끝없이 배신당하고... 다시금 사랑받고. 그렇게 난 세 번째 존재가 되었다.
    여신의 은총어두운 시기가 닥치면, 드라이어흐트가 빛을 가져다 줄 것임을 알라.
    오니고로시"이름이 악마 처형자라고? 정말? 싸구려 술에나 붙을 이름이잖아.
    '검의 여신'이 훨씬 기품있고 엄밀한 느낌인데?
    악마 처형자가 대체 뭐야, 형편없는 싸구려 같잖아. 마실 때마다 토하고 도로 먹고 그럴 셈이야?
    그러고 보니 매번 이랬던 거 같네, 차란... 이럴 때마다 네가 날 씻겨주고, 난 그럼 또 다시 마시고... 네가 씻겨주지 못할 때까지 말이야."
    여신에게 바치는 공물여신께서 최후의 판결을 내릴 시간이다.
    그대의 운명은 여신의 공평한 손에 놓여 있다.
    여신에게 바치는 제물여신께 다시 평결을 내려 달라 간청할지 모르나,
    정의는 진정 자격 있는 자만을 총애한다.
    여신에게 바치는 선물여신께서는 난관을 극복하는 자에게
    비할 데가 없는 왕국을 약속하시리.
    여신에게 바치는 헌신여신 앞에서는 무엇도 숨길 수가 없으리.
    역경은 오랜 결함과 새로운 힘을 드러내니.
    물의 여신"이 조각은 잊혀진 마라케스 여신을 표현한 거야. 어떤 상황인지는
    모르겠지만. 중요한 건, 이걸 바지라보다 먼저 훔쳐야 한다는 거야."
    전쟁군주여신을 치유하고
    타락의 사슬을 끊어내려면
    세상을 산산조각 내야 한다.
    신성한 정의여신의 축복을 갈구한 자는 허다했지만, 미궁에서 살아남아 소망을 이룬 자는 소수에 불과했다.
    결혼 선물시종들은 운 좋은 신랑이 여신과 하나가 된 것을 축하했다.
    Edit

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