最後生還.沃拉娜
不死族
Vorana, Last to Fall
| Spectre | |
|---|---|
| Tags | 1HSword_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%
抗性
傷害
173%
命中
100%
暴擊 Chance
5%
+30%
Attack Distance
8 ~ 20
攻擊時間
1.455 Second
Damage Spread
±20%
經驗值
200%
Model Size
130%
Type
ExpeditionReaperBoss
Metadata
ReaperBoss_
下列的數值並未包含地圖加成、怪物Buff加成、祭壇加成、輿圖天賦加成。
下列的數值為技能基礎數值,並未包含地圖加成、怪物Buff加成、祭壇加成、輿圖天賦加成、怪物本身傷害加成(例: 釋界 150% 加成),怪物稀有度加成(例: 傳奇 +70% 更多, 傳奇攻擊 33% 更少)。
ExpeditionVoranaMelee
攻擊, 範圍攻擊, 技能可幻影射手, 投射物, 近戰單一目標, 近戰, 玩家投射物, AttackInPlace
基礎攻擊
Base Damage: 323—484
暴擊率: 5%
攻擊傷害: 75%
攻擊時間: 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
法術, 位移, AttackInPlace
施放時間: 1.5 秒
冷卻時間: 5 秒
leap slam minimum distance [40]
walk emerge extra distance [-9]
GAVoranaDash
EASVoranaTeleport
法術
施放時間: 1 秒
冷卻時間: 25 秒
skill cannot be interrupted [1]
skill cannot be knocked back [1]
skill cannot be stunned [1]
EASVoranaTeleportFast
法術
施放時間: 1 秒
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
} -- src\Data\Spectres.lua
minions["Metadata/Monsters/LeagueExpedition/ReaperBoss/ReaperBoss_"] = {
fireResist = 0,
coldResist = 0,
lightningResist = 0,
chaosResist = 0,
name = "Vorana, Last to Fall",
life = 16,
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.Melee] = true,
[SkillType.ProjectilesFromUser] = true,
[SkillType.AttackInPlace] = 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,
[SkillType.AttackInPlace] = 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,
[SkillType.AttackInPlace] = 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,
[SkillType.AttackInPlace] = 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,
[SkillType.AttackInPlace] = 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,
[SkillType.AttackInPlace] = 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,
[SkillType.AttackInPlace] = 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,
[SkillType.AttackInPlace] = 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 = {
[SkillType.Attack] = true,
},
statDescriptionScope = "skill_stat_descriptions",
castTime = 2.33,
baseFlags = {
attack = true,
},
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 = {
[SkillType.Attack] = true,
},
statDescriptionScope = "skill_stat_descriptions",
castTime = 2,
baseFlags = {
attack = true,
},
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 = {
[SkillType.Attack] = true,
},
statDescriptionScope = "skill_stat_descriptions",
castTime = 1.67,
baseFlags = {
attack = true,
},
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 = {
[SkillType.Spell] = true,
},
statDescriptionScope = "skill_stat_descriptions",
castTime = 1,
baseFlags = {
spell = true,
},
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 = {
[SkillType.Spell] = true,
},
statDescriptionScope = "skill_stat_descriptions",
castTime = 1,
baseFlags = {
spell = true,
},
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,
[SkillType.AttackInPlace] = 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 = { }, },
},
}
最後生還.沃拉娜
不死族地區: 哀泣崖壁
i am boss of tier [2]
monster dropped item rarity +% [1600]
monster slain experience +% [0]
expedition relic mods do not apply [1]
monster dropped item quantity +% [800]
monster dropped item rarity +% [1600]
monster map key of at least same tier as current map drop chance % [25]
monster slain experience +% [7500]
unique monster guarantee one rare [1]
monster dropped item rarity +% [1600]
monster slain experience +% [0]
expedition relic mods do not apply [1]
monster dropped item quantity +% [800]
monster dropped item rarity +% [1600]
monster map key of at least same tier as current map drop chance % [25]
monster slain experience +% [7500]
unique monster guarantee one rare [1]
Vorana, Last to Fall
| Spectre | |
|---|---|
| Area | 哀泣崖壁 |
| Tags | 1HSword_onhit_audio, bones, has_dual_wield_melee, has_one_hand_sword, has_one_handed_melee, humanoid, melee, metal_armour, not_int, physical_affinity, skeleton, slashing_weapon, undead, very_slow_movement, ward_armour |
生命
313%
+50%
閃避
+40%
抗性
傷害
288%
命中
100%
暴擊 Chance
6%
+30%
Attack Distance
6 ~ 12
攻擊時間
1.455 Second
Damage Spread
±20%
經驗值
250%
Model Size
130%
Type
ExpeditionNewVorana
Metadata
Vorana
下列的數值並未包含地圖加成、怪物Buff加成、祭壇加成、輿圖天賦加成。
下列的數值為技能基礎數值,並未包含地圖加成、怪物Buff加成、祭壇加成、輿圖天賦加成、怪物本身傷害加成(例: 釋界 150% 加成),怪物稀有度加成(例: 傳奇 +70% 更多, 傳奇攻擊 33% 更少)。
MeleeAtAnimationSpeedComboTEMP
攻擊, 範圍攻擊, 技能可幻影射手, 投射物, 近戰單一目標, 近戰, 玩家投射物, AttackInPlace
基礎攻擊
Base Damage: 489—734
暴擊率: 5%
攻擊時間: 1.455 秒
action attack or cast time uses animation length [1]
projectile uses contact position [1]
skill can fire wand projectiles [1]
use scaled contact offset [1]
GAVoranaColdWave
MAASVoranaDashAttack
攻擊, 範圍攻擊, 技能可幻影射手, 投射物, 近戰單一目標, 近戰, 玩家投射物, AttackInPlace
基礎攻擊
Base Damage: 489—734
暴擊率: 5%
攻擊傷害: 45%
攻擊時間: 1.455 秒
造成 55% 更少攻擊傷害
action attack or cast time uses animation length [1]
attack maximum action distance + [10]
projectile uses contact position [1]
skill can fire wand projectiles [1]
use scaled contact offset [1]
MAASVoranaCyclone
攻擊, 範圍攻擊, 技能可幻影射手, 投射物, 近戰單一目標, 近戰, 玩家投射物, AttackInPlace
基礎攻擊
Base Damage: 489—734
暴擊率: 5%
攻擊傷害: 45%
攻擊時間: 1.455 秒
冷卻時間: 12 秒
造成 55% 更少攻擊傷害
action attack or cast time uses animation length [1]
attack maximum action distance + [15]
projectile uses contact position [1]
skill can fire wand projectiles [1]
use scaled contact offset [1]
EASVoranaHide
法術
施放時間: 1 秒
冷卻時間: 10 秒
action attack or cast time uses animation length [1]
EAAVoranaWaveSlash
攻擊
Base Damage: 489—734
暴擊率: 5%
攻擊時間: 1.455 秒
冷卻時間: 8 秒
action attack or cast time uses animation length [1]
Object Type
-- src\Data\Spectres.lua
minions["Metadata/Monsters/LeagueExpeditionNew/Vorana"] = {
fireResist = 0,
coldResist = 0,
lightningResist = 0,
chaosResist = 0,
name = "Vorana, Last to Fall",
life = 3.13,
damage = 2.88,
damageSpread = 0.2,
attackTime = 1.455,
attackRange = 12,
accuracy = 1,
weaponType1 = "One Hand Sword",
weaponType2 = "One Hand Sword",
skillList = {
"MeleeAtAnimationSpeedComboTEMP",
"MAASVoranaDashAttack",
"MAASVoranaCyclone",
"MPSVoranaIceOrbProjectile",
"ABTTVoranaShadowStorm",
"GAVoranaLacerate",
"GAVoranaColdWave",
"GSVoranaIceOrbExplode",
"EASVoranaHide",
"EAAVoranaWaveSlash",
},
modList = {
},
}
-- src\Data\Skills\spectre.lua
skills["MeleeAtAnimationSpeedComboTEMP"] = {
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.Melee] = true,
[SkillType.ProjectilesFromUser] = true,
[SkillType.AttackInPlace] = true,
},
statDescriptionScope = "skill_stat_descriptions",
castTime = 1,
baseFlags = {
attack = true,
melee = true,
projectile = true,
},
baseMods = {
},
qualityStats = {
},
stats = {
"skill_can_fire_arrows",
"skill_can_fire_wand_projectiles",
"action_attack_or_cast_time_uses_animation_length",
"projectile_uses_contact_position",
"use_scaled_contact_offset",
},
levels = {
[1] = {levelRequirement = 1, statInterpolation = {}, cost = { }, },
},
}
-- src\Data\Skills\spectre.lua
skills["MAASVoranaDashAttack"] = {
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.Melee] = true,
[SkillType.ProjectilesFromUser] = true,
[SkillType.AttackInPlace] = true,
},
statDescriptionScope = "skill_stat_descriptions",
castTime = 1,
baseFlags = {
attack = true,
melee = true,
projectile = true,
},
baseMods = {
},
qualityStats = {
},
stats = {
"attack_maximum_action_distance_+",
"skill_can_fire_arrows",
"skill_can_fire_wand_projectiles",
"action_attack_or_cast_time_uses_animation_length",
"projectile_uses_contact_position",
"use_scaled_contact_offset",
},
levels = {
[1] = {10, baseMultiplier = 0.45, critChance = 5, levelRequirement = 1, statInterpolation = {}, cost = { }, },
},
}
-- src\Data\Skills\spectre.lua
skills["MAASVoranaCyclone"] = {
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.Melee] = true,
[SkillType.ProjectilesFromUser] = true,
[SkillType.AttackInPlace] = true,
},
statDescriptionScope = "skill_stat_descriptions",
castTime = 1,
baseFlags = {
attack = true,
melee = true,
projectile = true,
},
baseMods = {
},
qualityStats = {
},
stats = {
"active_skill_base_physical_damage_%_to_convert_to_cold",
"attack_maximum_action_distance_+",
"skill_can_fire_arrows",
"skill_can_fire_wand_projectiles",
"action_attack_or_cast_time_uses_animation_length",
"projectile_uses_contact_position",
"use_scaled_contact_offset",
},
levels = {
[1] = {40, 15, baseMultiplier = 0.45, critChance = 5, levelRequirement = 1, statInterpolation = {}, cost = { }, },
},
}
-- src\Data\Skills\spectre.lua
skills["MPSVoranaIceOrbProjectile"] = {
name = "MPSVoranaIceOrbProjectile",
hidden = true,
color = ,
baseEffectiveness = 0,
incrementalEffectiveness = 0,
skillTypes = {
[SkillType.Spell] = true,
[SkillType.Projectile] = true,
[SkillType.ProjectilesFromUser] = true,
[SkillType.Triggerable] = true,
[SkillType.Damage] = true,
[SkillType.AttackInPlace] = true,
},
statDescriptionScope = "skill_stat_descriptions",
castTime = 1,
baseFlags = {
spell = true,
projectile = true,
},
baseMods = {
},
qualityStats = {
},
stats = {
"spell_minimum_base_cold_damage",
"spell_maximum_base_cold_damage",
"monster_projectile_variation",
"base_is_projectile",
},
levels = {
[1] = {0.80000001192093, 1.2000000476837, 1473, critChance = 7, levelRequirement = 1, statInterpolation = {3, 3}, cost = { }, },
},
}
-- src\Data\Skills\spectre.lua
skills["ABTTVoranaShadowStorm"] = {
name = "ABTTVoranaShadowStorm",
hidden = true,
color = ,
baseEffectiveness = 0,
incrementalEffectiveness = 0,
skillTypes = {
[SkillType.Buff] = true,
[SkillType.Duration] = true,
[SkillType.Spell] = true,
[SkillType.Triggerable] = true,
[SkillType.AttackInPlace] = true,
},
statDescriptionScope = "skill_stat_descriptions",
castTime = 1,
baseFlags = {
spell = true,
duration = true,
},
baseMods = {
},
qualityStats = {
},
stats = {
"base_physical_damage_to_deal_per_minute",
"base_cold_damage_to_deal_per_minute",
},
levels = {
[1] = {0.5, 0.5, critChance = 5, levelRequirement = 1, statInterpolation = {3, 3}, cost = { }, },
},
}
-- src\Data\Skills\spectre.lua
skills["GAVoranaLacerate"] = {
name = "GAVoranaLacerate",
hidden = true,
color = ,
baseEffectiveness = 0,
incrementalEffectiveness = 0,
skillTypes = {
[SkillType.Triggerable] = true,
[SkillType.Attack] = true,
[SkillType.AttackInPlace] = true,
},
statDescriptionScope = "skill_stat_descriptions",
castTime = 1,
baseFlags = {
attack = true,
},
baseMods = {
},
qualityStats = {
},
stats = {
"attack_maximum_action_distance_+",
"active_skill_base_physical_damage_%_to_convert_to_cold",
"action_attack_or_cast_time_uses_animation_length",
},
levels = {
[1] = {20, 60, baseMultiplier = 1.5, critChance = 5, levelRequirement = 1, statInterpolation = {}, cost = { }, },
},
}
-- src\Data\Skills\spectre.lua
skills["GAVoranaColdWave"] = {
name = "GAVoranaColdWave",
hidden = true,
color = ,
baseEffectiveness = 0,
incrementalEffectiveness = 0,
skillTypes = {
[SkillType.Triggerable] = true,
[SkillType.Attack] = true,
[SkillType.AttackInPlace] = true,
},
statDescriptionScope = "skill_stat_descriptions",
castTime = 1,
baseFlags = {
attack = true,
},
baseMods = {
},
qualityStats = {
},
stats = {
"attack_maximum_action_distance_+",
"active_skill_base_physical_damage_%_to_convert_to_cold",
"voll_slam_damage_+%_final_at_centre",
"action_attack_or_cast_time_uses_animation_length",
"base_skill_cannot_be_avoided_by_dodge_roll_or_evaded_or_blocked",
},
levels = {
[1] = {20, 60, 30, baseMultiplier = 1.9, critChance = 5, levelRequirement = 1, statInterpolation = {}, cost = { }, },
},
}
-- src\Data\Skills\spectre.lua
skills["GSVoranaIceOrbExplode"] = {
name = "GSVoranaIceOrbExplode",
hidden = true,
color = ,
baseEffectiveness = 0,
incrementalEffectiveness = 0,
skillTypes = {
[SkillType.Triggerable] = true,
[SkillType.Spell] = true,
[SkillType.Damage] = true,
[SkillType.AttackInPlace] = true,
},
statDescriptionScope = "geometry_spell",
castTime = 1,
baseFlags = {
spell = true,
area = true,
},
baseMods = {
},
qualityStats = {
},
stats = {
"spell_minimum_base_cold_damage",
"spell_maximum_base_cold_damage",
"is_area_damage",
"action_attack_or_cast_time_uses_animation_length",
},
levels = {
[1] = {0.80000001192093, 1.2000000476837, critChance = 7, levelRequirement = 1, statInterpolation = {3, 3}, cost = { }, },
},
}
-- src\Data\Skills\spectre.lua
skills["EASVoranaHide"] = {
name = "EASVoranaHide",
hidden = true,
color = ,
baseEffectiveness = 0,
incrementalEffectiveness = 0,
skillTypes = {
[SkillType.Spell] = true,
},
statDescriptionScope = "skill_stat_descriptions",
castTime = 1,
baseFlags = {
spell = true,
},
baseMods = {
},
qualityStats = {
},
stats = {
"action_attack_or_cast_time_uses_animation_length",
},
levels = {
[1] = {levelRequirement = 1, statInterpolation = {}, cost = { }, },
},
}
-- src\Data\Skills\spectre.lua
skills["EAAVoranaWaveSlash"] = {
name = "EAAVoranaWaveSlash",
hidden = true,
color = ,
baseEffectiveness = 0,
incrementalEffectiveness = 0,
skillTypes = {
[SkillType.Attack] = true,
},
statDescriptionScope = "skill_stat_descriptions",
castTime = 1,
baseFlags = {
attack = true,
},
baseMods = {
},
qualityStats = {
},
stats = {
"action_attack_or_cast_time_uses_animation_length",
},
levels = {
[1] = {levelRequirement = 1, statInterpolation = {}, cost = { }, },
},
}
i am boss of tier [2]
monster dropped item rarity +% [1600]
monster slain experience +% [0]
| Family | MonsterActBoss |
|---|---|
| Domains | 怪物 (3) |
| GenerationType | 傳奇 (3) |
| Req. level | 1 |
| Stats |
expedition relic mods do not apply [1]
| Family | ExpeditionUnaffectedByRemnants |
|---|---|
| Domains | 怪物 (3) |
| GenerationType | 傳奇 (3) |
| Req. level | 1 |
| Stats |
monster dropped item quantity +% [800]
monster dropped item rarity +% [1600]
monster map key of at least same tier as current map drop chance % [25]
monster slain experience +% [7500]
unique monster guarantee one rare [1]
| Family | MonsterMapBoss |
|---|---|
| Domains | 怪物 (3) |
| GenerationType | 傳奇 (3) |
| Req. level | 1 |
| Stats |
沃拉娜 Topic /7
| NPC | 名稱 |
|---|---|
| 沃拉娜的傳奇 | |
| 沃拉娜的圍攻 | |
| [DNT] Vorana's Touch | |
| 沃拉娜的日誌 | 作為最後的倖存者,她明白得太遲了…… |
| The Black Scythe Mercenary Company was an extension of Vorana. No storied history, no centuries of service... and yet, legendary. | |
| 沃拉娜的殘殺 | 不屈者.沃拉娜從未招募過任何人。黑鐮 傭兵團完全由那些見識過她不懈戰鬥意志的 人們組成——並在心中想著:「無論天涯海角,我都願追隨她。」 |
| 沃拉娜的恩惠 | 卡迪根三世賜予了不屈者.沃拉娜王室的 堅毅加護。他們雖長期衝突,但在這項任務中, 國王深知她是通往成功的最佳人選。 |
最後生還.沃拉娜 Text Audio /74
Edit
Wikis Content is available under CC BY-NC-SA 3.0 unless otherwise noted.
Wikis Content is available under CC BY-NC-SA 3.0 unless otherwise noted.













