최후의 보루 보라나
cannot be stunned for ms after stun finished [4000]
cannot be stunned while stunned [1]
공격 속도 25% 감폭
Vorana, Last to Fall
SpectreN
Tags1HSword_onhit_audio, bones, has_dual_wield_melee, has_one_hand_sword, has_one_handed_melee, melee, metal_armour, physical_affinity, skeleton, slashing_weapon, undead, very_slow_movement, ward_armour
생명력
1600%
Ailment Threshold
%
저항
0 0 0 0
Damage
173%
정확도
100%
치명타 확률
+5%
치명타 피해 배율
+130%
Attack Distance
8 ~ 20
Attack Time
1.455 Second
Damage Spread
±20%
경험치
200%
Model Size
130%
Type
ExpeditionReaperBoss
Metadata
ReaperBoss_
레벨
68
생명력
124,112
방어도
3,451
회피
477
에너지 보호막
0
Damage
403
주문 피해
403
정확도
0
Attack Time
1.455
경험치
57,268
ExpeditionVoranaMelee
Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Multistrikeable, Melee, ProjectilesFromUser
기본 공격
Base Damage: 323–484
[Critical|치명타 명중] 확률: 5%
공격 피해: 75%
Attack Time: 1.455 초
주는 공격 피해 25% 감폭
밀어내기 거리 50% 감소
명중적을 밀어냄
action attack or cast time uses animation length [1]
base knockback speed +% [300]
determine knockback direction from melee pattern [1]
skill can fire wand projectiles [1]
DTTExpeditionVorana
Spell, Movement
시전 속도: 1.5 초
재사용 대기시간: 5 초
leap slam minimum distance [40]
walk emerge extra distance [-9]
EAAExpeditionVoranaCyclone
재사용 대기시간: 14 초
근접 타격 범위 +40
cast time overrides attack duration [1]
skill cannot be knocked back [1]
skill cannot be stunned [1]
EAAExpeditionVoranaDualStrike
재사용 대기시간: 12 초
근접 타격 범위 +50
cast time overrides attack duration [1]
GAExpeditionVoranaLacerate
Triggerable, Attack
Base Damage: 323–484
[Critical|치명타 명중] 확률: 5%
공격 피해: 175%
Attack Time: 1.455 초
주는 공격 피해 75% 증폭
is area damage [1]
GAVoranaComboLeftSlash
Triggerable, Attack
Base Damage: 323–484
[Critical|치명타 명중] 확률: 5%
공격 피해: 60%
Attack Time: 1.455 초
주는 공격 피해 40% 감폭
명중적을 밀어냄
determine knockback direction from melee pattern [1]
is area damage [1]
GAVoranaComboRightSlash
Triggerable, Attack
Base Damage: 323–484
[Critical|치명타 명중] 확률: 5%
공격 피해: 60%
Attack Time: 1.455 초
주는 공격 피해 40% 감폭
명중적을 밀어냄
determine knockback direction from melee pattern [1]
is area damage [1]
GAVoranaDash
Triggerable, Attack
Base Damage: 323–484
[Critical|치명타 명중] 확률: 5%
Attack Time: 1.455 초
is area damage [1]
GAVoranaDashImpactSlash
Triggerable, Attack
Base Damage: 323–484
[Critical|치명타 명중] 확률: 5%
Attack Time: 1.455 초
명중적을 밀어냄
determine knockback direction from melee pattern [1]
is area damage [1]
GAVoranaCycloneImpact
Triggerable, Attack
Base Damage: 323–484
[Critical|치명타 명중] 확률: 5%
공격 피해: 60%
Attack Time: 1.455 초
주는 공격 피해 40% 감폭
명중적을 밀어냄
is area damage [1]
GAVoranaComboWhirl
Triggerable, Attack
Base Damage: 323–484
[Critical|치명타 명중] 확률: 5%
공격 피해: 75%
Attack Time: 1.455 초
주는 공격 피해 25% 감폭
명중적을 밀어냄
is area damage [1]
EAAVoranaComboAttack
재사용 대기시간: 6 초
근접 타격 범위 +3
cast time overrides attack duration [1]
skill cannot be knocked back [1]
skill cannot be stunned [1]
EASVoranaTeleport
재사용 대기시간: 25 초
skill cannot be interrupted [1]
skill cannot be knocked back [1]
skill cannot be stunned [1]
EASVoranaTeleportFast
skill cannot be interrupted [1]
skill cannot be knocked back [1]
skill cannot be stunned [1]
spell maximum action distance +% [1000]

Object Type

version 2
extends "Metadata/Monsters/LeagueExpedition/ExpeditionMonsterBase"

Animated
{
	animated_object = "Metadata/Monsters/LeagueExpedition/ReaperBoss/ReaperBoss.ao"
}

StateMachine
{
	define_shared_state = "active"
	define_shared_state = "appear"
}

Life
{
	corpse_usable = false
}

MinimapIcon
{
	icon = "ExpeditionBoss"
}

Stats
{
	set_monster_uses_map_boss_difficulty_scaling = 1
}

Object Type Codes

version 2
extends "Metadata/Monsters/LeagueExpedition/ExpeditionMonsterBase"

StateMachine
{
	create_state_active_0 = "DisableRendering();"
	on_or_create_state_active_1 = "EnableRendering();"

	on_state_appear_1 =
	"
		EnableRendering();
		ShowMinimapIcon();
		RemoveEffectPack( 'Metadata/Effects/Spells/monsters_effects/League_Expedition/boss/reaper_boss/epk/fade_out_slow.epk' );
		AddEffectPack( 'Metadata/Effects/Spells/monsters_effects/League_Expedition/boss/reaper_boss/epk/fade_in.epk' );
		AddEffectPack( 'Metadata/Effects/Spells/monsters_effects/League_Expedition/boss/reaper_boss/epk/idle_fx.epk' );
		ShowWeapons();
		Delay( 1.5,
		{
			EnableHighlighting();
			RemoveEffectPack( 'Metadata/Effects/Spells/monsters_effects/League_Expedition/boss/reaper_boss/epk/fade_in.epk' );
		} );
	"
}

Animated
{
	on_emerge_boss_01 =
	"
		AddEffectPack( 'Metadata/Effects/Spells/monsters_effects/League_Expedition/boss/reaper_boss/epk/emissive_mult.epk' );
		PlayTextAudio( VoranaEmerge , 'Metadata/Monsters/LeagueExpedition/ReaperBoss_');
	"

	on_attack_04 = "PlayTextAudio( VoranaCutYouDownRandom , 'Metadata/Monsters/LeagueExpedition/ReaperBoss_');"
	on_dualstrike_01 = "PlayTextAudio( VoranaReapRandom , 'Metadata/Monsters/LeagueExpedition/ReaperBoss_');"
	on_cyclone_01 = "PlayTextAudio( VoranaDeathWindRandom , 'Metadata/Monsters/LeagueExpedition/ReaperBoss_');"

	on_event_removeglowepk_for_emerge_boss_01 =
	"
		RemoveEffectPack( 'Metadata/Effects/Spells/monsters_effects/League_Expedition/boss/reaper_boss/epk/emissive_mult.epk' );
		AddEffectPack( 'Metadata/Effects/Spells/monsters_effects/League_Expedition/boss/reaper_boss/epk/idle_fx.epk' );
	"
}

Actor
{
	on_event_teleportout_for_EmptyActionSpell2 =
	"
		AddEffectPack( 'Metadata/Effects/Spells/monsters_effects/League_Expedition/boss/reaper_boss/epk/fade_out.epk' );
		RemoveEffectPack( 'Metadata/Effects/Spells/monsters_effects/League_Expedition/boss/reaper_boss/epk/idle_fx.epk' );
		DisableHighlighting();
		HideWeapons();
	"

	on_event_teleportin_for_EmptyActionSpell2 =
	"
		RemoveEffectPack( 'Metadata/Effects/Spells/monsters_effects/League_Expedition/boss/reaper_boss/epk/fade_out.epk' );
		AddEffectPack( 'Metadata/Effects/Spells/monsters_effects/League_Expedition/boss/reaper_boss/epk/fade_in.epk' );
		AddEffectPack( 'Metadata/Effects/Spells/monsters_effects/League_Expedition/boss/reaper_boss/epk/idle_fx.epk' );
		ShowWeapons();
		Delay( 1.5,
		{
			EnableHighlighting();
			RemoveEffectPack( 'Metadata/Effects/Spells/monsters_effects/League_Expedition/boss/reaper_boss/epk/fade_in.epk' );
		} );
	"

	on_event_teleportout_for_EmptyActionSpell =
	"
		AddEffectPack( 'Metadata/Effects/Spells/monsters_effects/League_Expedition/boss/reaper_boss/epk/fade_out_slow.epk' );
		RemoveEffectPack( 'Metadata/Effects/Spells/monsters_effects/League_Expedition/boss/reaper_boss/epk/idle_fx.epk' );
		DisableHighlighting();
		HideWeapons();
	"

	on_event_teleportslow_for_EmptyActionSpell =
	"
		DisableRendering();
		HideMinimapIcon();
	"
}

Life
{
	on_death =
	"
		RemoveEffectPack( 'Metadata/Effects/Spells/monsters_effects/League_Expedition/boss/reaper_boss/epk/idle_fx.epk' );
		PlayTextAudio( VoranaDefeatRandom , 'Metadata/Monsters/LeagueExpedition/ReaperBoss_');
		HideMinimapIcon();
	"

	on_spawned_dead =
	"
		HideMinimapIcon();
	"
	
}

Preload
{
	preload_animated_object = "Metadata/Effects/Spells/monsters_effects/League_Expedition/boss/reaper_boss/ao/on_act_teleport.ao"
	preload_animated_object = "Metadata/Effects/Spells/monsters_effects/League_Expedition/boss/reaper_boss/ao/telegraph_smoke.ao"
	preload_environment = "ExpeditionArenaVorana"
}

GlobalAudioParamEvents
{
	life_percent_param = "VoranaLifePercentage"
	
	life_percent_is_boolean = true
}
-- src\Data\Spectres.lua
minions["Metadata/Monsters/LeagueExpedition/ReaperBoss/ReaperBoss_"] = {
    name = "Vorana, Last to Fall",
    life = 16,
    fireResist = 0,
    coldResist = 0,
    lightningResist = 0,
    chaosResist = 0,
    damage = 1.73,
    damageSpread = 0.2,
    attackTime = 1.455,
    attackRange = 20,
    accuracy = 1,
    weaponType1 = "One Hand Sword",
    weaponType2 = "One Hand Sword",
    skillList = {
        "ExpeditionVoranaMelee",
        "GAExpeditionVoranaLacerate",
        "GAVoranaComboLeftSlash",
        "GAVoranaComboRightSlash",
        "GAVoranaDash",
        "GAVoranaDashImpactSlash",
        "GAVoranaCycloneImpact",
        "GAVoranaComboWhirl",
        "EAAExpeditionVoranaCyclone",
        "EAAExpeditionVoranaDualStrike",
        "EAAVoranaComboAttack",
        "EASVoranaTeleport",
        "EASVoranaTeleportFast",
        "DTTExpeditionVorana",
    },
    modList = {
    },
}
-- src\Data\Skills\spectre.lua
skills["ExpeditionVoranaMelee"] = {
    name = "Basic Attack",
    hidden = true,
    color = ,
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    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 = {
        "base_knockback_speed_+%",
        "knockback_distance_+%",
        "skill_can_fire_arrows",
        "skill_can_fire_wand_projectiles",
        "action_attack_or_cast_time_uses_animation_length",
        "global_knockback",
        "determine_knockback_direction_from_melee_pattern",
    },
    levels = {
        [1] = {300, -50, baseMultiplier = 0.75, levelRequirement = 1, statInterpolation = {},  cost = { }, },
    },
}
-- src\Data\Skills\spectre.lua
skills["GAExpeditionVoranaLacerate"] = {
    name = "GAExpeditionVoranaLacerate",
    hidden = true,
    color = ,
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    skillTypes = {
        [SkillType.Triggerable] = true,
        [SkillType.Attack] = true,
    },
    statDescriptionScope = "skill_stat_descriptions",
    castTime = 1,
    baseFlags = {
        attack = true,
        area = true,
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
        "is_area_damage",
    },
    levels = {
        [1] = {baseMultiplier = 1.75, levelRequirement = 1, statInterpolation = {},  cost = { }, },
    },
}
-- src\Data\Skills\spectre.lua
skills["GAVoranaComboLeftSlash"] = {
    name = "GAVoranaComboLeftSlash",
    hidden = true,
    color = ,
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    skillTypes = {
        [SkillType.Triggerable] = true,
        [SkillType.Attack] = true,
    },
    statDescriptionScope = "skill_stat_descriptions",
    castTime = 1,
    baseFlags = {
        attack = true,
        area = true,
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
        "is_area_damage",
        "global_knockback",
        "determine_knockback_direction_from_melee_pattern",
    },
    levels = {
        [1] = {baseMultiplier = 0.6, levelRequirement = 1, statInterpolation = {},  cost = { }, },
    },
}
-- src\Data\Skills\spectre.lua
skills["GAVoranaComboRightSlash"] = {
    name = "GAVoranaComboRightSlash",
    hidden = true,
    color = ,
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    skillTypes = {
        [SkillType.Triggerable] = true,
        [SkillType.Attack] = true,
    },
    statDescriptionScope = "skill_stat_descriptions",
    castTime = 1,
    baseFlags = {
        attack = true,
        area = true,
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
        "is_area_damage",
        "global_knockback",
        "determine_knockback_direction_from_melee_pattern",
    },
    levels = {
        [1] = {baseMultiplier = 0.6, levelRequirement = 1, statInterpolation = {},  cost = { }, },
    },
}
-- src\Data\Skills\spectre.lua
skills["GAVoranaDash"] = {
    name = "GAVoranaDash",
    hidden = true,
    color = ,
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    skillTypes = {
        [SkillType.Triggerable] = true,
        [SkillType.Attack] = true,
    },
    statDescriptionScope = "skill_stat_descriptions",
    castTime = 1,
    baseFlags = {
        attack = true,
        area = true,
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
        "is_area_damage",
    },
    levels = {
        [1] = {levelRequirement = 1, statInterpolation = {},  cost = { }, },
    },
}
-- src\Data\Skills\spectre.lua
skills["GAVoranaDashImpactSlash"] = {
    name = "GAVoranaDashImpactSlash",
    hidden = true,
    color = ,
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    skillTypes = {
        [SkillType.Triggerable] = true,
        [SkillType.Attack] = true,
    },
    statDescriptionScope = "skill_stat_descriptions",
    castTime = 1,
    baseFlags = {
        attack = true,
        area = true,
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
        "is_area_damage",
        "global_knockback",
        "determine_knockback_direction_from_melee_pattern",
    },
    levels = {
        [1] = {levelRequirement = 1, statInterpolation = {},  cost = { }, },
    },
}
-- src\Data\Skills\spectre.lua
skills["GAVoranaCycloneImpact"] = {
    name = "GAVoranaCycloneImpact",
    hidden = true,
    color = ,
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    skillTypes = {
        [SkillType.Triggerable] = true,
        [SkillType.Attack] = true,
    },
    statDescriptionScope = "skill_stat_descriptions",
    castTime = 1,
    baseFlags = {
        attack = true,
        area = true,
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
        "is_area_damage",
        "global_knockback",
    },
    levels = {
        [1] = {baseMultiplier = 0.6, levelRequirement = 1, statInterpolation = {},  cost = { }, },
    },
}
-- src\Data\Skills\spectre.lua
skills["GAVoranaComboWhirl"] = {
    name = "GAVoranaComboWhirl",
    hidden = true,
    color = ,
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    skillTypes = {
        [SkillType.Triggerable] = true,
        [SkillType.Attack] = true,
    },
    statDescriptionScope = "skill_stat_descriptions",
    castTime = 1,
    baseFlags = {
        attack = true,
        area = true,
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
        "is_area_damage",
        "global_knockback",
    },
    levels = {
        [1] = {baseMultiplier = 0.75, levelRequirement = 1, statInterpolation = {},  cost = { }, },
    },
}
-- src\Data\Skills\spectre.lua
skills["EAAExpeditionVoranaCyclone"] = {
    name = "EAAExpeditionVoranaCyclone",
    hidden = true,
    color = ,
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    skillTypes = {
    },
    statDescriptionScope = "skill_stat_descriptions",
    castTime = 2.33,
    baseFlags = {
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
        "melee_range_+",
        "skill_cannot_be_stunned",
        "skill_cannot_be_knocked_back",
        "cast_time_overrides_attack_duration",
    },
    levels = {
        [1] = {40, levelRequirement = 1, statInterpolation = {},  cost = { }, },
    },
}
-- src\Data\Skills\spectre.lua
skills["EAAExpeditionVoranaDualStrike"] = {
    name = "EAAExpeditionVoranaDualStrike",
    hidden = true,
    color = ,
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    skillTypes = {
    },
    statDescriptionScope = "skill_stat_descriptions",
    castTime = 2,
    baseFlags = {
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
        "melee_range_+",
        "cast_time_overrides_attack_duration",
    },
    levels = {
        [1] = {50, levelRequirement = 1, statInterpolation = {},  cost = { }, },
    },
}
-- src\Data\Skills\spectre.lua
skills["EAAVoranaComboAttack"] = {
    name = "EAAVoranaComboAttack",
    hidden = true,
    color = ,
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    skillTypes = {
    },
    statDescriptionScope = "skill_stat_descriptions",
    castTime = 1.67,
    baseFlags = {
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
        "melee_range_+",
        "skill_cannot_be_stunned",
        "skill_cannot_be_knocked_back",
        "cast_time_overrides_attack_duration",
    },
    levels = {
        [1] = {3, levelRequirement = 1, statInterpolation = {},  cost = { }, },
    },
}
-- src\Data\Skills\spectre.lua
skills["EASVoranaTeleport"] = {
    name = "EASVoranaTeleport",
    hidden = true,
    color = ,
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    skillTypes = {
    },
    statDescriptionScope = "skill_stat_descriptions",
    castTime = 1,
    baseFlags = {
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
        "skill_cannot_be_interrupted",
        "skill_cannot_be_stunned",
        "skill_cannot_be_knocked_back",
    },
    levels = {
        [1] = {levelRequirement = 1, statInterpolation = {},  cost = { }, },
    },
}
-- src\Data\Skills\spectre.lua
skills["EASVoranaTeleportFast"] = {
    name = "EASVoranaTeleportFast",
    hidden = true,
    color = ,
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    skillTypes = {
    },
    statDescriptionScope = "skill_stat_descriptions",
    castTime = 1,
    baseFlags = {
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
        "spell_maximum_action_distance_+%",
        "skill_cannot_be_interrupted",
        "skill_cannot_be_stunned",
        "skill_cannot_be_knocked_back",
    },
    levels = {
        [1] = {1000, levelRequirement = 1, statInterpolation = {},  cost = { }, },
    },
}
-- src\Data\Skills\spectre.lua
skills["DTTExpeditionVorana"] = {
    name = "DTTExpeditionVorana",
    hidden = true,
    color = ,
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    skillTypes = {
        [SkillType.Spell] = true,
        [SkillType.Movement] = true,
    },
    statDescriptionScope = "skill_stat_descriptions",
    castTime = 1.5,
    baseFlags = {
        spell = true,
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
        "walk_emerge_extra_distance",
        "leap_slam_minimum_distance",
    },
    levels = {
        [1] = {-9, 40, levelRequirement = 1, statInterpolation = {},  cost = { }, },
    },
}
cannot be stunned for ms after stun finished [4000]
cannot be stunned while stunned [1]
IdStunRepeatImmunityMapBossSuper
FamilyNothing
DomainsMonster (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: 4000 Max: 4000 Global
  • 공격 속도 25% 감폭
    IdMonsterSlowerAttacksRareUnique
    FamilyIncreasedAttackSpeed
    DomainsMonster (3)
    GenerationType고유 (3)
    Req. level1
    Stats
  • active skill attack speed +% final Min: -25 Max: -25 Global
  • Craft Tagsattack speed
    최후의 보루 보라나 Text Audio /56
    이름
    이 땅이 정화될 때까지 쉬지 않으리라!
    VoranaEmerge
    사라져라!
    VoranaPerishRandom
    사라져라!
    VoranaPerish2
    사라져라!
    VoranaPerish3
    죽음의 바람이여!
    VoranaDeathWindRandom
    죽음의 바람이여!
    VoranaDeathWindRandom2
    죽음의 바람이여!
    VoranaDeathWindRandom3
    내 앞에 쓰러져라!
    VoranaFallBeforeMeRandom
    내 앞에 쓰러져라!
    VoranaFallBeforeMe2
    내 앞에 쓰러져라!
    VoranaFallBeforeMe3
    베어 주마!
    VoranaCutYouDownRandom
    베어 주마!
    VoranaCutYouDown2
    베어 주마!
    VoranaCutYouDown3
    왕을 위하여!
    VoranaForTheKingRandom
    왕을 위하여!
    VoranaForTheKing2
    왕을 위하여!
    VoranaForTheKing3
    죽음을 위하여!
    VoranaToTheDeathRandom
    죽음을 위하여!
    VoranaToTheDeath2
    죽음을 위하여!
    VoranaToTheDeath3
    쓰러져라!
    VoranaCullRandom
    쓰러져라!
    VoranaCull2
    쓰러져라!
    VoranaCull3
    쓰러져라!
    VoranaCull4
    쓰러져라!
    VoranaCull5
    수확이다!
    VoranaReapRandom
    수확이다!
    VoranaReap2
    수확이다!
    VoranaReap3
    수확이다!
    VoranaReap4
    수확이다!
    VoranaReap5
    찢어져라!
    VoranaReap6
    찢어져라!
    VoranaReap7
    찢어져라!
    VoranaReap8
    찢어져라!
    VoranaReap9
    검은 낫이여!
    VoranaReap10
    검은 낫이여!
    VoranaReap11
    검은 낫이여!
    VoranaReap12
    내가 무엇으로 변한 것인가...?
    VoranaDefeatRandom
    별들은... 파멸을 부를 뿐...
    VoranaTheStarsRandom
    별들은... 파멸을 부를 뿐...
    VoranaTheStars2
    메드베드...
    VoranaMedvedRandom
    메드베드...
    VoranaMedved2
    낫이여!
    VoranaScytheRandom
    낫이여!
    VoranaScythe2
    낫이여!
    VoranaScythe3
    낫이여!
    VoranaScythe4
    어둠의 낫이여!
    VoranaDarkScytheRandom
    어둠의 낫이여!
    VoranaDarkScythe2
    어둠의 낫이여!
    VoranaDarkScythe3
    어둠의 낫이여!
    VoranaDarkScythe4
    피 수확!
    VoranaBloodreapRandom
    피 수확!
    VoranaBloodreap2
    피 수확!
    VoranaBloodreap3
    피 수확!
    VoranaBloodreap4
    차디찬 무쇠여!
    VoranaColdIronRandom
    차디찬 무쇠여!
    VoranaColdIron2
    차디찬 무쇠여!
    VoranaColdIron3