醉漢特福瓦
不死地區: 疾風峽灣
怪物增加 100% 經驗值
增加 15000% 物品掉落稀有度
cannot be stunned for ms after stun finished [2000]
cannot be stunned while stunned [1]
增加 15000% 物品掉落稀有度
cannot be stunned for ms after stun finished [2000]
cannot be stunned while stunned [1]
Telvar, the Inebriated
| 幽魂 | N |
|---|---|
| 地區 | 疾風峽灣 |
| 標籤 | 法術, fire_affinity, ghost, ghost_armour, ghost_blood, has_one_hand_sword, has_one_handed_melee, humanoid, I_see_brothers_card, large_height, melee, non_unique_map_boss, not_str, physical_affinity, slashing_weapon, undead, very_fast_movement |
生命
400%
生命轉為護盾
50%
閃避
+50%
異常狀態臨界值
400%
抗性
傷害
165%
命中
100%
暴擊率
+5%
暴擊加成
+130%
攻擊距離
6 ~ 14
攻擊間隔
1.5 秒
傷害分佈
±20%
經驗值
200%
Model Size
130%
類型
GhostMapBoss
Metadata
GhostPirateMapBoss2
下列的數值並未包含地圖加成、怪物Buff加成、祭壇加成、輿圖天賦加成。
等級
70
生命
364,251
護甲值
33,714
閃避值
7,622
能量護盾
13,874
傷害
792
法術傷害
1,182
命中
628
攻擊間隔
1.005
經驗值
117,920
召喚物生命
77,607
Minion Energy Shield
2,956
召喚物傷害
637
異常狀態臨界值
422,531
冰緩
1,336
感電
1,336
易碎
7,559
焦灼
1,336
殘喘
3,691
下列的數值為技能基礎數值,並未包含地圖加成、怪物Buff加成、祭壇加成、輿圖天賦加成、怪物本身傷害加成(例: 釋界 150% 加成),怪物稀有度加成(例: 傳奇 +70% 更多, 傳奇攻擊 33% 更少)。
MeleeAtAnimationSpeedUnique
攻擊, 範圍攻擊, 技能可幻影射手, 投射物, 近戰單一目標, 攻擊可重複, 近戰, 玩家投射物
普通攻擊
基本傷害: 1257–1886
暴擊率: 5%
攻擊間隔: 1.5 秒
用強大的攻擊擊倒敵人。
action attack or cast time uses animation length [1]
projectile uses contact position [1]
skill can fire arrows [1]
skill can fire wand projectiles [1]
use scaled contact offset [1]
GhostPirateAlchemistOrb
法術, 傷害, 範圍, 陷阱技能, 地雷技能, 圖騰技能, 可觸發, 火焰, 投射物, 玩家投射物, 法術可重複, 連鎖, 可齊射, 範圍法術
熔岩翻騰
暴擊率: 5%
施放時間: 1.5 秒
拋投出撞擊地面時會爆炸的岩漿球。技能可以連鎖,向前彈造成多次傷害。
每秒造成 898 基本火焰傷害
+3 秒基礎持續時間
造成 743.5 至 991.3 火焰傷害
base is projectile [1]
ground effect variation [1]
is area damage [1]
projectiles drop ground effects on client [1]
projectiles drop ground fire [1]
SummonSpecificBarrelsInFrontTar
法術, 法術可重複, 可觸發
施放時間: 1 秒
冷卻時間: 3 秒
alternate minion [2]
SummonSpecificBarrelsFromMortarTar
法術, 投射物, 法術可重複, 可觸發
施放時間: 1.8 秒
冷卻時間: 3 秒
造成 232.4 至 348.6 物理傷害
造成 778.5 至 1162 火焰傷害
active skill area of effect radius +% final [-40]
alternate minion [2]
base is projectile [1]
projectile minimum range [25]
projectile spread radius [16]
SummonSpecificBarrelsInFront
法術, 法術可重複, 可觸發
施放時間: 1 秒
Object Type
version 2
extends "Metadata/Monsters/GhostPirates/GhostPirate"
Actor
{
basic_action = "ChangeToStance1"
basic_action = "ChangeToStance2"
}
Transitionable
{
}Object Type Codes
version 2 extends "Metadata/Monsters/GhostPirates/GhostPirate"
-- src\Data\Spectres.lua
minions["Metadata/Monsters/GhostPirates/GhostPirateMapBoss2"] = {
name = "Telvar, the Inebriated",
life = 4,
energyShield = 0.5,
fireResist = 40,
coldResist = 40,
lightningResist = 40,
chaosResist = 25,
damage = 1.65,
damageSpread = 0.2,
attackTime = 1.5,
attackRange = 14,
accuracy = 1,
skillList = {
"MeleeAtAnimationSpeedUnique",
"GhostPirateAlchemistOrb",
"SummonSpecificBarrelsInFront",
"SummonSpecificBarrelsInFrontTar",
"SummonSpecificBarrelsFromMortarTar",
},
modList = {
},
}
-- src\Data\Skills\spectre.lua
skills["MeleeAtAnimationSpeedUnique"] = {
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_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["GhostPirateAlchemistOrb"] = {
name = "Rolling Magma",
hidden = true,
color = "3",
baseEffectiveness = 0,
incrementalEffectiveness = 0,
description = "Lob a fiery orb that deals area damage as it hits the ground. The skill chains, bouncing forward to deal damage multiple times.",
skillTypes = {
[SkillType.Spell] = true,
[SkillType.Damage] = true,
[SkillType.Area] = true,
[SkillType.Trappable] = true,
[SkillType.Mineable] = true,
[SkillType.Totemable] = true,
[SkillType.Triggerable] = true,
[SkillType.Fire] = true,
[SkillType.Projectile] = true,
[SkillType.ProjectilesFromUser] = true,
[SkillType.Multicastable] = true,
[SkillType.Chains] = true,
[SkillType.CanRapidFire] = true,
[SkillType.AreaSpell] = true,
},
statDescriptionScope = "skill_stat_descriptions",
castTime = 1.5,
baseFlags = {
area = true,
spell = true,
projectile = true,
},
baseMods = {
},
qualityStats = {
},
stats = {
"spell_minimum_base_fire_damage",
"spell_maximum_base_fire_damage",
"base_fire_damage_to_deal_per_minute",
"ground_effect_variation",
"base_skill_effect_duration",
"is_area_damage",
"base_is_projectile",
"projectiles_drop_ground_fire",
"projectiles_drop_ground_effects_on_client",
},
levels = {
[1] = {0.80000001192093, 1.2000000476837, 6, 1, 3000, critChance = 5, levelRequirement = 3, statInterpolation = {3, 3, 3}, cost = { }, },
[2] = {1.3799999952316, 1.8400000333786, 6, 1, 3000, critChance = 5, levelRequirement = 68, statInterpolation = {3, 3, 3}, cost = { }, },
},
}
-- src\Data\Skills\spectre.lua
skills["SummonSpecificBarrelsInFront"] = {
name = "SummonSpecificBarrelsInFront",
hidden = true,
color = "4",
baseEffectiveness = 0,
incrementalEffectiveness = 0,
skillTypes = {
[SkillType.Spell] = true,
[SkillType.Multicastable] = true,
[SkillType.Triggerable] = true,
},
statDescriptionScope = "skill_stat_descriptions",
castTime = 1,
baseFlags = {
spell = true,
},
baseMods = {
},
qualityStats = {
},
stats = {
},
levels = {
[1] = {levelRequirement = 1, statInterpolation = {}, cost = { }, },
},
}
-- src\Data\Skills\spectre.lua
skills["SummonSpecificBarrelsInFrontTar"] = {
name = "SummonSpecificBarrelsInFrontTar",
hidden = true,
color = "4",
baseEffectiveness = 0,
incrementalEffectiveness = 0,
skillTypes = {
[SkillType.Spell] = true,
[SkillType.Multicastable] = true,
[SkillType.Triggerable] = true,
},
statDescriptionScope = "skill_stat_descriptions",
castTime = 1,
baseFlags = {
spell = true,
},
baseMods = {
},
qualityStats = {
},
stats = {
"alternate_minion",
},
levels = {
[1] = {2, levelRequirement = 1, statInterpolation = {}, cost = { }, },
},
}
-- src\Data\Skills\spectre.lua
skills["SummonSpecificBarrelsFromMortarTar"] = {
name = "SummonSpecificBarrelsFromMortarTar",
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 = 1.8,
baseFlags = {
spell = true,
projectile = true,
},
baseMods = {
},
qualityStats = {
},
stats = {
"spell_minimum_base_physical_damage",
"spell_maximum_base_physical_damage",
"spell_minimum_base_fire_damage",
"spell_maximum_base_fire_damage",
"alternate_minion",
"projectile_minimum_range",
"projectile_spread_radius",
"active_skill_area_of_effect_radius_+%_final",
"base_is_projectile",
},
levels = {
[1] = {0.20000000298023, 0.30000001192093, 0.6700000166893, 1, 2, 25, 16, -40, levelRequirement = 68, statInterpolation = {3, 3, 3, 3}, cost = { }, },
},
}
怪物增加 100% 經驗值
增加 15000% 物品掉落稀有度
| Family | MonsterMapBoss |
|---|---|
| Domains | 怪物 (3) |
| GenerationType | 傳奇 (3) |
| Req. level | 1 |
| Stats |
cannot be stunned for ms after stun finished [2000]
cannot be stunned while stunned [1]
| Family | Nothing |
|---|---|
| Domains | 怪物 (3) |
| GenerationType | 傳奇 (3) |
| Req. level | 1 |
| Stats |
醉漢特福瓦
不死怪物增加 100% 經驗值
增加 15000% 物品掉落稀有度
cannot be stunned for ms after stun finished [2000]
cannot be stunned while stunned [1]
增加 15000% 物品掉落稀有度
cannot be stunned for ms after stun finished [2000]
cannot be stunned while stunned [1]
Telvar, the Inebriated
| 幽魂 | N |
|---|---|
| 標籤 | 法術, fire_affinity, ghost, ghost_armour, ghost_blood, has_one_hand_sword, has_one_handed_melee, humanoid, large_height, melee, not_str, physical_affinity, slashing_weapon, standalone_map_boss, undead, very_fast_movement |
生命
400%
生命轉為護盾
50%
閃避
+50%
異常狀態臨界值
400%
抗性
傷害
165%
命中
100%
暴擊率
+5%
暴擊加成
+130%
攻擊距離
6 ~ 14
攻擊間隔
1.5 秒
傷害分佈
±20%
經驗值
200%
Model Size
130%
類型
GhostMapBoss
Metadata
GhostPirateMapBoss2Standalone
下列的數值並未包含地圖加成、怪物Buff加成、祭壇加成、輿圖天賦加成。
等級
68
生命
278,693
護甲值
28,790
閃避值
7,109
能量護盾
12,254
傷害
702
法術傷害
1,048
命中
580
攻擊間隔
1.005
經驗值
112,805
召喚物生命
60,451
Minion Energy Shield
2,658
召喚物傷害
561
異常狀態臨界值
351,153
冰緩
1,110
感電
1,110
易碎
6,282
焦灼
1,110
殘喘
3,068
下列的數值為技能基礎數值,並未包含地圖加成、怪物Buff加成、祭壇加成、輿圖天賦加成、怪物本身傷害加成(例: 釋界 150% 加成),怪物稀有度加成(例: 傳奇 +70% 更多, 傳奇攻擊 33% 更少)。
MeleeAtAnimationSpeedUnique
攻擊, 範圍攻擊, 技能可幻影射手, 投射物, 近戰單一目標, 攻擊可重複, 近戰, 玩家投射物
普通攻擊
基本傷害: 1115–1672
暴擊率: 5%
攻擊間隔: 1.5 秒
用強大的攻擊擊倒敵人。
action attack or cast time uses animation length [1]
projectile uses contact position [1]
skill can fire arrows [1]
skill can fire wand projectiles [1]
use scaled contact offset [1]
GhostPirateAlchemistOrb
法術, 傷害, 範圍, 陷阱技能, 地雷技能, 圖騰技能, 可觸發, 火焰, 投射物, 玩家投射物, 法術可重複, 連鎖, 可齊射, 範圍法術
熔岩翻騰
暴擊率: 5%
施放時間: 1.5 秒
拋投出撞擊地面時會爆炸的岩漿球。技能可以連鎖,向前彈造成多次傷害。
每秒造成 815.7 基本火焰傷害
+3 秒基礎持續時間
造成 675.4 至 900.5 火焰傷害
base is projectile [1]
ground effect variation [1]
is area damage [1]
projectiles drop ground effects on client [1]
projectiles drop ground fire [1]
SummonSpecificBarrelsInFrontTar
法術, 法術可重複, 可觸發
施放時間: 1 秒
冷卻時間: 3 秒
alternate minion [2]
SummonSpecificBarrelsFromMortarTar
法術, 投射物, 法術可重複, 可觸發
施放時間: 1.8 秒
冷卻時間: 3 秒
造成 209.5 至 314.2 物理傷害
造成 701.7 至 1047 火焰傷害
active skill area of effect radius +% final [-40]
alternate minion [2]
base is projectile [1]
projectile minimum range [25]
projectile spread radius [16]
SummonSpecificBarrelsInFront
法術, 法術可重複, 可觸發
施放時間: 1 秒
Object Type
version 2
extends "Metadata/Monsters/GhostPirates/GhostPirate"
extends "Metadata/Monsters/StandaloneMapBoss"
Actor
{
basic_action = "ChangeToStance1"
basic_action = "ChangeToStance2"
}
Transitionable
{
}Object Type Codes
version 2 extends "Metadata/Monsters/GhostPirates/GhostPirate" extends "Metadata/Monsters/StandaloneMapBoss"
-- src\Data\Spectres.lua
minions["Metadata/Monsters/GhostPirates/GhostPirateMapBoss2Standalone"] = {
name = "Telvar, the Inebriated",
life = 4,
energyShield = 0.5,
fireResist = 40,
coldResist = 40,
lightningResist = 40,
chaosResist = 25,
damage = 1.65,
damageSpread = 0.2,
attackTime = 1.5,
attackRange = 14,
accuracy = 1,
skillList = {
"MeleeAtAnimationSpeedUnique",
"GhostPirateAlchemistOrb",
"SummonSpecificBarrelsInFront",
"SummonSpecificBarrelsInFrontTar",
"SummonSpecificBarrelsFromMortarTar",
},
modList = {
},
}
-- src\Data\Skills\spectre.lua
skills["MeleeAtAnimationSpeedUnique"] = {
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_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["GhostPirateAlchemistOrb"] = {
name = "Rolling Magma",
hidden = true,
color = "3",
baseEffectiveness = 0,
incrementalEffectiveness = 0,
description = "Lob a fiery orb that deals area damage as it hits the ground. The skill chains, bouncing forward to deal damage multiple times.",
skillTypes = {
[SkillType.Spell] = true,
[SkillType.Damage] = true,
[SkillType.Area] = true,
[SkillType.Trappable] = true,
[SkillType.Mineable] = true,
[SkillType.Totemable] = true,
[SkillType.Triggerable] = true,
[SkillType.Fire] = true,
[SkillType.Projectile] = true,
[SkillType.ProjectilesFromUser] = true,
[SkillType.Multicastable] = true,
[SkillType.Chains] = true,
[SkillType.CanRapidFire] = true,
[SkillType.AreaSpell] = true,
},
statDescriptionScope = "skill_stat_descriptions",
castTime = 1.5,
baseFlags = {
area = true,
spell = true,
projectile = true,
},
baseMods = {
},
qualityStats = {
},
stats = {
"spell_minimum_base_fire_damage",
"spell_maximum_base_fire_damage",
"base_fire_damage_to_deal_per_minute",
"ground_effect_variation",
"base_skill_effect_duration",
"is_area_damage",
"base_is_projectile",
"projectiles_drop_ground_fire",
"projectiles_drop_ground_effects_on_client",
},
levels = {
[1] = {0.80000001192093, 1.2000000476837, 6, 1, 3000, critChance = 5, levelRequirement = 3, statInterpolation = {3, 3, 3}, cost = { }, },
[2] = {1.3799999952316, 1.8400000333786, 6, 1, 3000, critChance = 5, levelRequirement = 68, statInterpolation = {3, 3, 3}, cost = { }, },
},
}
-- src\Data\Skills\spectre.lua
skills["SummonSpecificBarrelsInFront"] = {
name = "SummonSpecificBarrelsInFront",
hidden = true,
color = "4",
baseEffectiveness = 0,
incrementalEffectiveness = 0,
skillTypes = {
[SkillType.Spell] = true,
[SkillType.Multicastable] = true,
[SkillType.Triggerable] = true,
},
statDescriptionScope = "skill_stat_descriptions",
castTime = 1,
baseFlags = {
spell = true,
},
baseMods = {
},
qualityStats = {
},
stats = {
},
levels = {
[1] = {levelRequirement = 1, statInterpolation = {}, cost = { }, },
},
}
-- src\Data\Skills\spectre.lua
skills["SummonSpecificBarrelsInFrontTar"] = {
name = "SummonSpecificBarrelsInFrontTar",
hidden = true,
color = "4",
baseEffectiveness = 0,
incrementalEffectiveness = 0,
skillTypes = {
[SkillType.Spell] = true,
[SkillType.Multicastable] = true,
[SkillType.Triggerable] = true,
},
statDescriptionScope = "skill_stat_descriptions",
castTime = 1,
baseFlags = {
spell = true,
},
baseMods = {
},
qualityStats = {
},
stats = {
"alternate_minion",
},
levels = {
[1] = {2, levelRequirement = 1, statInterpolation = {}, cost = { }, },
},
}
-- src\Data\Skills\spectre.lua
skills["SummonSpecificBarrelsFromMortarTar"] = {
name = "SummonSpecificBarrelsFromMortarTar",
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 = 1.8,
baseFlags = {
spell = true,
projectile = true,
},
baseMods = {
},
qualityStats = {
},
stats = {
"spell_minimum_base_physical_damage",
"spell_maximum_base_physical_damage",
"spell_minimum_base_fire_damage",
"spell_maximum_base_fire_damage",
"alternate_minion",
"projectile_minimum_range",
"projectile_spread_radius",
"active_skill_area_of_effect_radius_+%_final",
"base_is_projectile",
},
levels = {
[1] = {0.20000000298023, 0.30000001192093, 0.6700000166893, 1, 2, 25, 16, -40, levelRequirement = 68, statInterpolation = {3, 3, 3, 3}, cost = { }, },
},
}
怪物增加 100% 經驗值
增加 15000% 物品掉落稀有度
| Family | MonsterMapBoss |
|---|---|
| Domains | 怪物 (3) |
| GenerationType | 傳奇 (3) |
| Req. level | 1 |
| Stats |
cannot be stunned for ms after stun finished [2000]
cannot be stunned while stunned [1]
| Family | Nothing |
|---|---|
| Domains | 怪物 (3) |
| GenerationType | 傳奇 (3) |
| Req. level | 1 |
| Stats |
醉漢特福瓦
不死怪物增加 100% 經驗值
增加 15000% 物品掉落稀有度
cannot be stunned for ms after stun finished [2000]
cannot be stunned while stunned [1]
增加 15000% 物品掉落稀有度
cannot be stunned for ms after stun finished [2000]
cannot be stunned while stunned [1]
Telvar, the Inebriated
| 幽魂 | N |
|---|---|
| 標籤 | elder_map_boss, ghost, ghost_armour, ghost_blood, humanoid, is_unarmed, large_height, non_attacking, not_str, slashing_weapon, undead, very_fast_movement |
生命
400%
生命轉為護盾
50%
閃避
+50%
異常狀態臨界值
400%
抗性
傷害
165%
命中
100%
暴擊率
+5%
暴擊加成
+130%
攻擊距離
6 ~ 8
攻擊間隔
1.5 秒
傷害分佈
±20%
經驗值
200%
Model Size
130%
類型
GhostMapBoss
Metadata
GhostPirateMapBoss2Elder
Object Type
version 2
extends "Metadata/Monsters/Monster"
Life
{
corpse_usable = false
}
Stats
{
base_cannot_be_damaged = 1
base_cannot_be_stunned = 1
cannot_be_knocked_back = 1
is_hidden_monster = 1
immune_to_curses = 1
immune_to_auras_from_other_entities = 1
}Object Type Codes
version 2
extends "Metadata/Monsters/Monster"
BaseEvents
{
on_construction_complete = "AddEffectPack( Metadata/Effects/Spells/monsters_effects/AtlasofWorldsBosses/Elder/entrance/affecting_target_instant.epk );"
} -- src\Data\Spectres.lua
minions["Metadata/Monsters/GhostPirates/GhostPirateMapBoss2Elder"] = {
name = "Telvar, the Inebriated",
life = 4,
energyShield = 0.5,
fireResist = 40,
coldResist = 40,
lightningResist = 40,
chaosResist = 25,
damage = 1.65,
damageSpread = 0.2,
attackTime = 1.5,
attackRange = 8,
accuracy = 1,
skillList = {
},
modList = {
},
}
怪物增加 100% 經驗值
增加 15000% 物品掉落稀有度
| Family | MonsterMapBoss |
|---|---|
| Domains | 怪物 (3) |
| GenerationType | 傳奇 (3) |
| Req. level | 1 |
| Stats |
cannot be stunned for ms after stun finished [2000]
cannot be stunned while stunned [1]
| Family | Nothing |
|---|---|
| Domains | 怪物 (3) |
| GenerationType | 傳奇 (3) |
| Req. level | 1 |
| Stats |
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.