Almirante Darnaw
Objeto de misión
Price Multiplier: 0%
Admiral Darnaw
Almirante Darnaw HeistFinalObjectiveQuestFaustus3 /8
NombreMostrar descripciones completas
DropLevel 1
BaseType Admiral Darnaw
BaseType Almirante Darnaw
Class Objetos de misiones
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
El Almirante Darnaw
Humanoide
Los monstruos otorgan la experiencia aumentada un 100%
La rareza de los objetos arrojados está aumentada un 15000%
La velocidad de acción no se puede modificar por debajo del 50% de su valor base
cannot be stunned for ms after stun finished [4000]
cannot be stunned while stunned [1]
Admiral Darnaw
SpectreN
AreaDesembarco de Darnaw
TagsLanzador de hechizos, 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
Vida
1950%
Evasión
+50%
Ailment Threshold
1950%
Resistencia
50 50 50 30
Damage
135%
Precisión
100%
Probabilidad de golpe crítico
+5%
Multiplicador de golpe crítico
+130%
Attack Distance
6 ~ 14
Attack Time
1.56 Second
Damage Spread
±20%
Experiencia
300%
Model Size
120%
Type
HeistBossAdmiralDarnaw
Metadata
AdmiralDarnaw
Nivel
82
Vida
40,808,178
Armadura
85,651
Evasión
11,412
Damage
1,307
Daño de hechizos
1,951
Precisión
998
Attack Time
1.0452
Experiencia
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
Ataque estándar
Base Damage: 2076–3115
Probabilidad de golpe crítico: 5%
Attack Time: 1.56 seg
Derriba a tus enemigos con un golpe poderoso.
HeistAdmiralDoubleStrike
Attack
Base Damage: 2076–3115
Probabilidad de golpe crítico: 5%
Attack Time: 1.56 seg
Tiempo de recarga: 6 seg
cast time overrides attack duration [1]
HeistAdmiralDoubleStrikeTriggered
Triggerable, Attack
Base Damage: 2076–3115
Probabilidad de golpe crítico: 5%
Attack Time: 1.56 seg
HeistAdmiralDashThrust
Spell, Movement
Tiempo de lanzamiento: 1.5 seg
Tiempo de recarga: 16 seg
cast time overrides attack duration [1]
disable attack repeats [1]
walk emerge extra distance [-10]
HeistAdmiralDashThrustTriggered
Triggerable, Attack
Base Damage: 2076–3115
Probabilidad de golpe crítico: 5%
Attack Time: 1.56 seg
HeistAdmiralDodgeBack
Tiempo de recarga: 6 seg
monster dodge direction [3]
monster dodge distance [10]
HeistAdmiralDodgeLeft
Tiempo de recarga: 6 seg
monster dodge direction [1]
monster dodge distance [10]
HeistAdmiralDodgeRight
Tiempo de recarga: 6 seg
monster dodge distance [10]
HeistAdmiralSummonCannonFire
Spell
Tiempo de lanzamiento: 3 seg
Tiempo de recarga: 25 seg
HeistAdmiralSummonGeysers
Triggerable, Spell
Tiempo de lanzamiento: 4.67 seg
Tiempo de recarga: 25 seg
HeistAdmiralTidalWave
Multicastable, Triggerable
Tiempo de recarga: 25 seg
HeistAdmiralDashMortars
Projectile, ProjectilesFromUser, Spell, Damage, Area, Trappable, Totemable, Mineable, Multicastable, Triggerable, AreaSpell
Probabilidad de golpe crítico: 5%
Tiempo de lanzamiento: 1 seg
Habilidad de mortero de monstruo genérico. Igual que Proyectil de monstruo, pero tiene un efecto al impactar.
Inflige de 2338 a 3507 de daño de hielo
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
Tiempo de lanzamiento: 3 seg
Tiempo de recarga: 30 seg
HeistAdmiralGeyserDamage
Spell, Triggerable
Probabilidad de golpe crítico: 5%
Tiempo de lanzamiento: 1 seg
Inflige de 701.4 a 1052 de daño de hielo
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
Tiempo de lanzamiento: 3 seg
Tiempo de recarga: 15 seg
HeistAdmiralSpawnGeyser
Triggerable, Spell
Tiempo de lanzamiento: 1 seg

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 = { }, },
    },
}
Los monstruos otorgan la experiencia aumentada un 100%
La rareza de los objetos arrojados está aumentada un 15000%
FamilyMonsterMapBoss
Domainsmonstruo (3)
GenerationTypeÚnico (3)
Req. level1
Stats
  • monster slain experience +% Min: 100 Max: 100 Global
  • monster dropped item rarity +% Min: 15000 Max: 15000 Global
  • La velocidad de acción no se puede modificar por debajo del 50% de su valor base
    FamilyCannotBeSlowedBelowValue
    Domainsmonstruo (3)
    GenerationTypeÚnico (3)
    Req. level1
    Stats
  • hellscape boots action speed +% minimum value Min: -50 Max: -50 Global
  • Craft TagsVelocidad
    cannot be stunned for ms after stun finished [4000]
    cannot be stunned while stunned [1]
    FamilyNothing
    Domainsmonstruo (3)
    GenerationTypeÚnico (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;
    Almirante Darnaw Topic /4
    NPCNombre
    Faustus, el Perista Hace tiempo que estoy en la Marina. He visto ir y venir líderes. Déjame decirte algo: Darnaw es un tonto. Un tarado. ¡Un cretino! No tengo dudas de que está podrido moralmente, pero lo peor de todo, ¡es que no tiene respeto por la herencia de los demás! En mis tiempos, la Marina era el lugar donde los niños se hacían hombres. Donde los oriathanos de buena cepa podían obtener un lugar entre la élite, después de un breve período en mar abierto. Luego llegó Darnaw, ¡y de repente tenemos muchachos de familias completamente medio pelo pavoneándose entre las cabinas como si trabajaran allí! ¡Porque trabajan allí! ¡Les permite trabajar allí! Darnaw es un hombre horrible. Realmente horrible.
    Contrato: Muerte a Darnaw"Si el Almirante Darnaw es tan estúpido como para enviar sus órdenes a los miembros de su flota
    y no espera que las robemos, ¡entonces se merece la que se le viene encima!"
    Papeles del almirante Darnaw"Darnaw es estúpido y confiado.
    Estoy seguro de que habrá registrado sus fechorías."
    Almirante Darnaw
    Almirante Darnaw Text Audio /24
    Nombre
    ¿Cómo hicis--... Faustus. ¡Maldito sea! Un almirante nunca se acobarda ante las amenazas. ¿Quieres la flota? ¡Ven y tómala!
    DarnawIntro
    El Alto Templario me dejó algunos... regalos.
    DarnawPhaseOne
    ¡Los mares son míos!
    DarnawPhaseTwo
    ¡Hundiría toda la maldita flota antes que rendirme!
    DarnawPhaseThree
    ¡El Abismo te llama!
    DarnawAbyssRandom
    ¡El Abismo te llama!
    DarnawAbyss2
    ¡Muerte desde abajo!
    DarnawDeathFromBelowRandom
    ¡Muerte desde abajo!
    DarnawDeathFromBelow2
    ¡Muerte desde abajo!
    DarnawDeathFromBelow3
    ¡Ahógate!
    DarnawDrown
    ¡Libertad o muerte!
    DarnawFreedomRandom
    ¡Libertad o muerte!
    DarnawFreedom2
    ¡Desde los cielos!
    DarnawFromTheSkiesRandom
    ¡Desde los cielos!
    DarnawFromTheSkies2
    ¡Cielos, ábranse!
    DarnawHeavensRandom
    ¡Cielos, ábranse!
    DarnawHeavens2
    ¡Hombres! ¡Atacad!
    DarnawMenAttackRandom
    ¡Hombres! ¡Atacad!
    DarnawMenAttack2
    ¡Hombres! ¡Atacad!
    DarnawMenAttack3
    ¡La ira del océano!
    DarnawOceansWrathRandom
    ¡La ira del océano!
    DarnawOceansWrath2
    ¡Golpea!
    DarnawStrikeRandom
    ¡Golpea!
    DarnawStrike2
    Ese... condenado... tirano.
    DarnawDeath
    Edit

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