다나우 제독
퀘스트 아이템
Price Multiplier: 0%
Admiral Darnaw
다나우 제독 HeistFinalObjectiveQuestFaustus3 /8
이름상세 설명 표시
DropLevel 1
BaseType Admiral Darnaw
BaseType 다나우 제독
Class 퀘스트 아이템
FlagsAlwaysShow
TypeMetadata/Items/Heist/QuestItems/HeistFinalObjectiveQuestFaustus3
IconArt/2DItems/QuestItems/Heist/HeistPrize6
ReferenceCommunity Wiki
keyval
Base.base_level1
Base.tagdefault
Base.x_size1
Base.y_size1
다나우 제독
인간형
몬스터가 주는 경험치 100% 증가
떨어지는 아이템 희귀도 15000% 증가
동작 속도가 기본 수치 50% 밑으로 내려가지 않음
cannot be stunned for ms after stun finished [4000]
cannot be stunned while stunned [1]
Admiral Darnaw
SpectreN
Area다나우의 상륙지
Tags시전, cold_affinity, fast_movement, has_one_hand_sword, has_one_handed_melee, human, humanoid, light_armour, melee, not_int, not_str, puncturing_weapon, red_blood
생명력
1950%
회피
+50%
Ailment Threshold
1950%
저항
50 50 50 30
Damage
135%
정확도
100%
치명타 확률
+5%
치명타 피해 배율
+130%
Attack Distance
6 ~ 14
Attack Time
1.56 Second
Damage Spread
±20%
경험치
300%
Model Size
120%
Type
HeistBossAdmiralDarnaw
Metadata
AdmiralDarnaw
레벨
82
생명력
40,808,178
방어도
85,651
회피
11,412
Damage
1,307
주문 피해
1,951
정확도
998
Attack Time
1.0452
경험치
214,599
Minion Life
7,844,789
Minion Damage
1,100
Ailment Threshold
19,179,844
Chill
60,647
Shock
60,647
Brittle
343,108
Scorch
60,647
Sap
167,555
MeleeCold
Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Multistrikeable, Melee, ProjectilesFromUser
기본 공격
Base Damage: 2076–3115
치명타 확률: 5%
Attack Time: 1.56 초
강력한 일격으로 적들을 쓰러트립니다.
HeistAdmiralDoubleStrike
Attack
Base Damage: 2076–3115
치명타 확률: 5%
Attack Time: 1.56 초
재사용 대기시간: 6 초
cast time overrides attack duration [1]
HeistAdmiralDoubleStrikeTriggered
Triggerable, Attack
Base Damage: 2076–3115
치명타 확률: 5%
Attack Time: 1.56 초
HeistAdmiralDashThrust
Spell, Movement
시전 속도: 1.5 초
재사용 대기시간: 16 초
cast time overrides attack duration [1]
disable attack repeats [1]
walk emerge extra distance [-10]
HeistAdmiralDashThrustTriggered
Triggerable, Attack
Base Damage: 2076–3115
치명타 확률: 5%
Attack Time: 1.56 초
HeistAdmiralDodgeBack
재사용 대기시간: 6 초
monster dodge direction [3]
monster dodge distance [10]
HeistAdmiralDodgeLeft
재사용 대기시간: 6 초
monster dodge direction [1]
monster dodge distance [10]
HeistAdmiralDodgeRight
재사용 대기시간: 6 초
monster dodge distance [10]
HeistAdmiralSummonCannonFire
Spell
시전 속도: 3 초
재사용 대기시간: 25 초
HeistAdmiralSummonGeysers
Triggerable, Spell
시전 속도: 4.67 초
재사용 대기시간: 25 초
HeistAdmiralTidalWave
Multicastable, Triggerable
재사용 대기시간: 25 초
HeistAdmiralDashMortars
Projectile, ProjectilesFromUser, Spell, Damage, Area, Trappable, Totemable, Mineable, Multicastable, Triggerable, AreaSpell
치명타 확률: 5%
시전 속도: 1 초
일반적인 몬스터 박격포 스킬입니다. 몬스터 투사체와 같지만 충격 효과를 가집니다.
2338~3507 냉기 피해
active skill area of effect radius +% final [-33]
base is projectile [1]
is area damage [1]
mortar projectile scale animation speed instead of projectile speed [1]
number of projectiles override [2]
projectile minimum range [5]
projectile spread radius [10]
projectile uses contact direction [1]
use scaled contact offset [1]
HeistAdmiralSpawnCannonballMarker
Triggerable, Spell
시전 속도: 3 초
재사용 대기시간: 30 초
HeistAdmiralGeyserDamage
Spell, Triggerable
치명타 확률: 5%
시전 속도: 1 초
701.4~1052 냉기 피해
active skill chill duration +% final [100]
chill minimum slow % from skill [30]
is area damage [1]
monster penalty against minions damage +% final vs player minions [-50]
HeistAdmiralSpawnCannonballMarker2
Triggerable, Spell
시전 속도: 3 초
재사용 대기시간: 15 초
HeistAdmiralSpawnGeyser
Triggerable, Spell
시전 속도: 1 초

Object Type

version 2
extends "Metadata/Monsters/LeagueHeist/HeistBossBase"

Actor
{
	basic_action = "ChangeToStance1"
}

StateMachine
{
	define_shared_state = "sword_drawn;"
}

Object Type Codes

version 2
extends "Metadata/Monsters/LeagueHeist/HeistBossBase"

Actor
{
	on_event_hit_ground_for_DashToTarget = "PlayEffect( Metadata/Effects/Spells/monsters_effects/League_Heist/bosses/admiralDarnaw/dash_start.ao, default, 1.0, 1.0, 0.0, inherit );"
}

StateMachine
{
	on_or_create_state_sword_drawn_0 =
	"
		DetachAllOfType( Metadata/Monsters/LeagueHeist/Boss/attachments/DarnawRapier.ao );
		ShowMeshSegment( rapier_hilt_meshShape );
	"

	on_state_sword_drawn_1 =
	"
		AddAttached( Metadata/Monsters/LeagueHeist/Boss/attachments/DarnawRapier.ao, aux_L_Weapon_attachment );
		HideMeshSegment( rapier_hilt_meshShape );
	"

	create_state_sword_drawn_1 = "HideMeshSegment( rapier_hilt_meshShape );"
}
-- src\Data\Spectres.lua
minions["Metadata/Monsters/LeagueHeist/Boss/AdmiralDarnaw"] = {
    name = "Admiral Darnaw",
    life = 19.5,
    fireResist = 50,
    coldResist = 50,
    lightningResist = 50,
    chaosResist = 30,
    damage = 1.35,
    damageSpread = 0.2,
    attackTime = 1.56,
    attackRange = 14,
    accuracy = 1,
    weaponType1 = "One Hand Sword",
    skillList = {
        "MeleeCold",
        "HeistAdmiralDoubleStrike",
        "HeistAdmiralDoubleStrikeTriggered",
        "HeistAdmiralDashThrust",
        "HeistAdmiralDashThrustTriggered",
        "HeistAdmiralDashMortars",
        "HeistAdmiralDodgeBack",
        "HeistAdmiralDodgeLeft",
        "HeistAdmiralDodgeRight",
        "HeistAdmiralSummonCannonFire",
        "HeistAdmiralSummonGeysers",
        "HeistAdmiralTidalWave",
        "HeistAdmiralSpawnCannonballMarker",
        "HeistAdmiralSpawnCannonballMarker2",
        "HeistAdmiralSpawnGeyser",
        "HeistAdmiralGeyserDamage",
    },
    modList = {
    },
}
-- src\Data\Skills\spectre.lua
skills["MeleeCold"] = {
    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_physical_damage_%_to_convert_to_cold",
        "skill_can_fire_arrows",
        "skill_can_fire_wand_projectiles",
    },
    levels = {
        [1] = {75, baseMultiplier = 0.75, levelRequirement = 1, statInterpolation = {},  cost = { }, },
    },
}
-- src\Data\Skills\spectre.lua
skills["HeistAdmiralDoubleStrike"] = {
    name = "HeistAdmiralDoubleStrike",
    hidden = true,
    color = "4",
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    skillTypes = {
        [SkillType.Attack] = true,
    },
    statDescriptionScope = "skill_stat_descriptions",
    castTime = 1.5,
    baseFlags = {
        attack = true,
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
        "cast_time_overrides_attack_duration",
    },
    levels = {
        [1] = {levelRequirement = 0, statInterpolation = {},  cost = { }, },
    },
}
-- src\Data\Skills\spectre.lua
skills["HeistAdmiralDoubleStrikeTriggered"] = {
    name = "HeistAdmiralDoubleStrikeTriggered",
    hidden = true,
    color = "4",
    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 = {
        "skill_physical_damage_%_to_convert_to_cold",
        "is_area_damage",
    },
    levels = {
        [1] = {75, baseMultiplier = 0.7, levelRequirement = 1, statInterpolation = {},  cost = { }, },
    },
}
-- src\Data\Skills\spectre.lua
skills["HeistAdmiralDashThrust"] = {
    name = "HeistAdmiralDashThrust",
    hidden = true,
    color = "4",
    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",
        "disable_attack_repeats",
        "cast_time_overrides_attack_duration",
    },
    levels = {
        [1] = {-10, levelRequirement = 0, statInterpolation = {},  cost = { }, },
    },
}
-- src\Data\Skills\spectre.lua
skills["HeistAdmiralDashThrustTriggered"] = {
    name = "HeistAdmiralDashThrustTriggered",
    hidden = true,
    color = "4",
    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 = {
        "skill_physical_damage_%_to_convert_to_cold",
        "active_skill_area_of_effect_radius_+%_final",
        "is_area_damage",
        "always_freeze",
    },
    levels = {
        [1] = {100, 50, levelRequirement = 0, statInterpolation = {},  cost = { }, },
    },
}
-- src\Data\Skills\spectre.lua
skills["HeistAdmiralDashMortars"] = {
    name = "HeistAdmiralDashMortars",
    hidden = true,
    color = "4",
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    description = "Generic monster mortar skill. Like Monster Projectile but has an impact effect.",
    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.AreaSpell] = true,
    },
    statDescriptionScope = "skill_stat_descriptions",
    castTime = 1,
    baseFlags = {
        area = true,
        spell = true,
        projectile = true,
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
        "spell_minimum_base_cold_damage",
        "spell_maximum_base_cold_damage",
        "projectile_spread_radius",
        "projectile_minimum_range",
        "number_of_projectiles_override",
        "active_skill_area_of_effect_radius_+%_final",
        "is_area_damage",
        "base_is_projectile",
        "use_scaled_contact_offset",
        "projectile_uses_contact_direction",
        "mortar_projectile_scale_animation_speed_instead_of_projectile_speed",
    },
    levels = {
        [1] = {0.80000001192093, 1.2000000476837, 10, 5, 2, -33, critChance = 5, levelRequirement = 0, statInterpolation = {3, 3},  cost = { }, },
    },
}
-- src\Data\Skills\spectre.lua
skills["HeistAdmiralDodgeBack"] = {
    name = "HeistAdmiralDodgeBack",
    hidden = true,
    color = "4",
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    skillTypes = {
    },
    statDescriptionScope = "skill_stat_descriptions",
    castTime = 0.5,
    baseFlags = {
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
        "monster_dodge_direction",
        "monster_dodge_distance",
    },
    levels = {
        [1] = {3, 10, levelRequirement = 0, statInterpolation = {},  cost = { }, },
    },
}
-- src\Data\Skills\spectre.lua
skills["HeistAdmiralDodgeLeft"] = {
    name = "HeistAdmiralDodgeLeft",
    hidden = true,
    color = "4",
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    skillTypes = {
    },
    statDescriptionScope = "skill_stat_descriptions",
    castTime = 0.5,
    baseFlags = {
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
        "monster_dodge_direction",
        "monster_dodge_distance",
    },
    levels = {
        [1] = {1, 10, levelRequirement = 0, statInterpolation = {},  cost = { }, },
    },
}
-- src\Data\Skills\spectre.lua
skills["HeistAdmiralDodgeRight"] = {
    name = "HeistAdmiralDodgeRight",
    hidden = true,
    color = "4",
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    skillTypes = {
    },
    statDescriptionScope = "skill_stat_descriptions",
    castTime = 0.5,
    baseFlags = {
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
        "monster_dodge_distance",
    },
    levels = {
        [1] = {10, levelRequirement = 0, statInterpolation = {},  cost = { }, },
    },
}
-- src\Data\Skills\spectre.lua
skills["HeistAdmiralSummonCannonFire"] = {
    name = "HeistAdmiralSummonCannonFire",
    hidden = true,
    color = "4",
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    skillTypes = {
        [SkillType.Spell] = true,
    },
    statDescriptionScope = "skill_stat_descriptions",
    castTime = 3,
    baseFlags = {
        spell = true,
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
    },
    levels = {
        [1] = {levelRequirement = 0, statInterpolation = {},  cost = { }, },
    },
}
-- src\Data\Skills\spectre.lua
skills["HeistAdmiralSummonGeysers"] = {
    name = "HeistAdmiralSummonGeysers",
    hidden = true,
    color = "4",
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    skillTypes = {
        [SkillType.Triggerable] = true,
        [SkillType.Spell] = true,
    },
    statDescriptionScope = "skill_stat_descriptions",
    castTime = 4.67,
    baseFlags = {
        spell = true,
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
    },
    levels = {
        [1] = {levelRequirement = 0, statInterpolation = {},  cost = { }, },
    },
}
-- src\Data\Skills\spectre.lua
skills["HeistAdmiralTidalWave"] = {
    name = "HeistAdmiralTidalWave",
    hidden = true,
    color = "4",
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    skillTypes = {
        [SkillType.Multicastable] = true,
        [SkillType.Triggerable] = true,
    },
    statDescriptionScope = "skill_stat_descriptions",
    castTime = 5,
    baseFlags = {
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
    },
    levels = {
        [1] = {levelRequirement = 0, statInterpolation = {},  cost = { }, },
    },
}
-- src\Data\Skills\spectre.lua
skills["HeistAdmiralSpawnCannonballMarker"] = {
    name = "HeistAdmiralSpawnCannonballMarker",
    hidden = true,
    color = "4",
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    skillTypes = {
        [SkillType.Triggerable] = true,
        [SkillType.Spell] = true,
    },
    statDescriptionScope = "skill_stat_descriptions",
    castTime = 3,
    baseFlags = {
        spell = true,
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
    },
    levels = {
        [1] = {levelRequirement = 0, statInterpolation = {},  cost = { }, },
    },
}
-- src\Data\Skills\spectre.lua
skills["HeistAdmiralSpawnCannonballMarker2"] = {
    name = "HeistAdmiralSpawnCannonballMarker2",
    hidden = true,
    color = "4",
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    skillTypes = {
        [SkillType.Triggerable] = true,
        [SkillType.Spell] = true,
    },
    statDescriptionScope = "skill_stat_descriptions",
    castTime = 3,
    baseFlags = {
        spell = true,
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
    },
    levels = {
        [1] = {levelRequirement = 0, statInterpolation = {},  cost = { }, },
    },
}
-- src\Data\Skills\spectre.lua
skills["HeistAdmiralSpawnGeyser"] = {
    name = "HeistAdmiralSpawnGeyser",
    hidden = true,
    color = "4",
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    skillTypes = {
        [SkillType.Triggerable] = true,
        [SkillType.Spell] = true,
    },
    statDescriptionScope = "skill_stat_descriptions",
    castTime = 1,
    baseFlags = {
        spell = true,
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
    },
    levels = {
        [1] = {levelRequirement = 0, statInterpolation = {},  cost = { }, },
    },
}
-- src\Data\Skills\spectre.lua
skills["HeistAdmiralGeyserDamage"] = {
    name = "HeistAdmiralGeyserDamage",
    hidden = true,
    color = "4",
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    skillTypes = {
        [SkillType.Spell] = true,
        [SkillType.Triggerable] = true,
    },
    statDescriptionScope = "skill_stat_descriptions",
    castTime = 1,
    baseFlags = {
        spell = true,
        area = true,
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
        "spell_minimum_base_cold_damage",
        "spell_maximum_base_cold_damage",
        "chill_minimum_slow_%_from_skill",
        "active_skill_chill_duration_+%_final",
        "monster_penalty_against_minions_damage_+%_final_vs_player_minions",
        "is_area_damage",
    },
    levels = {
        [1] = {0.80000001192093, 1.2000000476837, 30, 100, -50, critChance = 5, levelRequirement = 0, statInterpolation = {3, 3},  cost = { }, },
    },
}
몬스터가 주는 경험치 100% 증가
떨어지는 아이템 희귀도 15000% 증가
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
  • 동작 속도가 기본 수치 50% 밑으로 내려가지 않음
    FamilyCannotBeSlowedBelowValue
    Domains몬스터 (3)
    GenerationType고유 (3)
    Req. level1
    Stats
  • hellscape boots action speed +% minimum value Min: -50 Max: -50 Global
  • Craft Tags속도
    cannot be stunned for ms after stun finished [4000]
    cannot be stunned while stunned [1]
    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: 4000 Max: 4000 Global
  • keyval
    Stats.item_drop_slots1
    Stats.energy_shield_recharge_rate_per_minute_%2000
    Stats.mana_regeneration_rate_per_minute_%100
    Stats.base_maximum_mana200
    Stats.maximum_physical_damage_reduction_%75
    Stats.max_viper_strike_orbs4
    Stats.base_maximum_all_resistances_%75
    Stats.max_fuse_arrow_orbs5
    Stats.max_fire_beam_stacks8
    Stats.max_charged_attack_stacks10
    Stats.base_critical_strike_multiplier130
    Stats.critical_ailment_dot_multiplier_+30
    Stats.max_endurance_charges3
    Stats.max_frenzy_charges3
    Stats.max_power_charges3
    Stats.base_attack_speed_+%_per_frenzy_charge4
    Stats.base_attack_speed_+%_per_frenzy_charge_if_not_player_minion11
    Stats.base_cast_speed_+%_per_frenzy_charge4
    Stats.base_cast_speed_+%_per_frenzy_charge_if_not_player_minion11
    Stats.movement_velocity_+%_per_frenzy_charge_if_not_player_minion5
    Stats.object_inherent_damage_+%_final_per_frenzy_charge4
    Stats.physical_damage_reduction_%_per_endurance_charge4
    Stats.physical_damage_reduction_%_per_endurance_charge_if_not_player_minion11
    Stats.resist_all_elements_%_per_endurance_charge4
    Stats.resist_all_elements_%_per_endurance_charge_if_not_player_minion11
    Stats.critical_strike_chance_+%_per_power_charge50
    Stats.critical_strike_chance_+%_per_power_charge_if_not_player_minion150
    Stats.maximum_block_%75
    Stats.base_maximum_spell_block_%75
    Stats.base_number_of_totems_allowed1
    Stats.base_number_of_traps_allowed3
    Stats.base_number_of_remote_mines_allowed5
    Stats.movement_velocity_cap128
    Stats.maximum_life_leech_rate_%_per_minute1200
    Stats.maximum_mana_leech_rate_%_per_minute1200
    Stats.maximum_energy_shield_leech_rate_%_per_minute600
    Stats.monster_ignite_damage_+%_final-72
    Stats.monster_bleeding_damage_+%_final-86
    Stats.monster_poison_damage_+%_final-50
    Stats.bleeding_moving_damage_%_of_base_override500
    Stats.max_azurite_debuff_stacks10
    Stats.impaled_debuff_base_duration_ms8000
    Stats.impaled_debuff_number_of_reflected_hits5
    Stats.ignore_skill_weapon_restrictions1
    Stats.base_total_number_of_sigils_allowed3
    Stats.maximum_life_leech_amount_per_leech_%_max_life10
    Stats.maximum_mana_leech_amount_per_leech_%_max_mana10
    Stats.maximum_energy_shield_leech_amount_per_leech_%_max_energy_shield10
    Stats.object_inherent_melee_hit_stun_duration_+%_final20
    Stats.scale_melee_range_to_actor_scale1
    Stats.use_melee_pattern_range1
    Stats.actor_scale_+%_limit100
    Stats.damage_taken_when_hit_+%_final_per_fortification-1
    Stats.base_max_fortification20
    Stats.soul_eater_maximum_stacks45
    Stats.monster_uses_map_boss_difficulty_scaling1
    ObjectMagicProperties.stat_description_listMetadata/StatDescriptions/monster_stat_descriptions.txt
    Positioned.blockingtrue
    Positioned.team0
    Positioned.serialise_collidabletrue
    BaseEvents.server_onlytrue
    Actor.basic_actionMove, Flee, StrafeLeft, StrafeRight, Advance, DoNothing, MonsterPickup, ChangeToStance1
    Actor.slow_animations_go_to_idletrue
    StateMachine.define_shared_statesword_drawn;
    다나우 제독 Topic /4
    NPC이름
    장물거래인 파우스투스나는 해군에 아주 오래 있었어. 지휘관들도 참 많이 오가는 걸 봤지. 이거 하나만 얘기해 주지. 다나우는 바보야. 무지렁이, 백치라고! 도덕적으로도 문제가 있을 거라고 확신해. 하지만 그보다 더 기분 나쁜 건, 한 사람의 유산을 전혀 존중하지 않는다는 사실이야! 예전에 내가 한창 뛰고 있을 때, 해군은 소년이 남자가 되는 곳이었어. 올곧은 오리아스인이 바다에서 잠깐 동안 안전하게 복무한 후 사회 지도층 사이에서 자기 자리를 찾아 가는 기회였지. 그때 다나우가 나타났어. 그러자 갑자기 하찮은 가문 녀석들이 거기가 자기 자리라는 것처럼 선실을 차지해 버렸지! 정말 그랬어! 다나우가 그런 녀석들에게 일자리를 줬다니까! 끔찍한 녀석이야, 다나우는. 정말 끔찍하다고.
    계약: 다나우에게 죽음을"다나우 제독이 함대에 명령서를 보내면서 우리에게 가로채일 것도 예상하지 못할 만큼
    멍청하다면, 당해도 싸지!"
    다나우 제독의 문서"다나우는 멍청하고 자신감 넘치지.
    분명 자기 악행을 기록해 뒀을 거야."
    다나우 제독
    다나우 제독 Text Audio /24
    이름
    대체 어떻게--... 파우스투스. 젠장! 제독은 위협 앞에 무릎을 꿇지 않는다. 함대를 원한다고? 와서 차지해 봐라!
    DarnawIntro
    고위 템플러가 내게... 선물을 남겨 주었다.
    DarnawPhaseOne
    바다는 내 것이다!
    DarnawPhaseTwo
    함대를 포기하느니 모두 가라앉히고 말겠다!
    DarnawPhaseThree
    심연이 부른다!
    DarnawAbyssRandom
    심연이 부른다!
    DarnawAbyss2
    지하에서 죽음이 찾아온다!
    DarnawDeathFromBelowRandom
    지하에서 죽음이 찾아온다!
    DarnawDeathFromBelow2
    지하에서 죽음이 찾아온다!
    DarnawDeathFromBelow3
    익사해라!
    DarnawDrown
    자유가 아니면 죽음을!
    DarnawFreedomRandom
    자유가 아니면 죽음을!
    DarnawFreedom2
    하늘에서 내려온다!
    DarnawFromTheSkiesRandom
    하늘에서 내려온다!
    DarnawFromTheSkies2
    천국이여, 열려라!
    DarnawHeavensRandom
    천국이여, 열려라!
    DarnawHeavens2
    부대! 공격!
    DarnawMenAttackRandom
    부대! 공격!
    DarnawMenAttack2
    부대! 공격!
    DarnawMenAttack3
    바다의 진노!
    DarnawOceansWrathRandom
    바다의 진노!
    DarnawOceansWrath2
    쳐라!
    DarnawStrikeRandom
    쳐라!
    DarnawStrike2
    저... 망할... 폭군 같으니.
    DarnawDeath
    Edit

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