| Spectre | Y |
|---|---|
| Area | 阿拉塔斯, 挖掘, 崖壁, 高地神塔庇護所 |
| Tags | 2HBluntWood_onhit_audio, allows_additional_projectiles, allows_inc_aoe, 法術, human, humanoid, not_str, physical_affinity, red_blood, very_slow_movement |
| Packs |
生命
120%
Energy Shield From Life
15%
閃避
+25%
抗性
傷害
120%
命中
100%
暴擊 Chance
5%
+30%
Attack Distance
5 ~ 14
攻擊時間
1.5 Second
Damage Spread
±20%
經驗值
120%
Model Size
100%
Type
TwilightOrderSorcerer
Metadata
TwilightOrderSorcerer
下列的>數值並未包含地圖加成、怪物Buff加成、祭壇加成、輿圖天賦加成。
等級
65
生命
7,816
2,023
829
1,172
傷害
255
法術傷害
255
命中
2,228
攻擊時間
1.5
經驗值
25,808
召喚物生命
7,538
Minion Energy Shield
1,131
召喚物傷害
995
召喚物護甲
2,023
下
列的數值為技能基礎數值,並未包含地圖加成、怪物Buff加成、祭壇加成、輿圖天賦加成、
怪物本身傷害加成(例: 釋界 150% 加成),怪物稀有度加成(例: 傳奇 +70% 更多, 傳奇攻擊 33% 更少)。
MeleeAtAnimationSpeed
攻擊, 範圍攻擊, 技能可幻影射手, 投射物, 近戰單一目標, 近戰, 玩家投射物, AttackInPlace
基礎攻擊
Base Damage: 204—306
暴擊率: 5%
攻擊時間: 1.5 秒
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]
MPSTwilightSorcerorFireball
法術, 投射物, 玩家投射物, 可觸發, 傷害, AttackInPlace
施放時間: 1 秒
action attack or cast time uses animation length [1]
base is projectile [1]
check for targets between initiator and projectile source [1]
monster projectile variation [1067]
projectile uses contact position [1]
spell maximum action distance +% [-40]
use scaled contact offset [1]
EGTwilightSorcerorCleanse
可觸發, AttackInPlace
action attack or cast time uses animation length [1]
spell maximum action distance +% [-35]
TwilightSorcerorFireLaser
法術, 範圍, 火焰, 引導, 範圍法術, AttackInPlace
施放時間: 1 秒
增加 10% 承受的火焰傷害
每秒造成276.4 火焰傷害
增加 20% 光束長度
action attack or cast time uses animation length [1]
base secondary skill effect duration [750]
base skill effect duration [3000]
channel skill end animation duration override ms [1500]
fire beam charge up time ms [900]
fire beam prioritise players for targeting [1]
monster penalty against minions damage +% final vs player minions [-70]
spell maximum action distance +% [-35]
Object Type
version 2
extends "Metadata/Monsters/Monster"
Actor
{
basic_action = "ChangeToStance1"
}Object Type Codes
version 2
extends "Metadata/Monsters/Monster"
Actor
{
on_effect_start_TwilightSorcerorFireLaser = "AddEffectPackToVisualSlotAttachedObject( 'Metadata/Effects/Spells/monsters_effects/Act4_FOUR/TwilightOrderSorceror/holy_firebeam/EPKs/StaffFX.epk', MainHand );"
on_effect_end_or_destroy_TwilightSorcerorFireLaser = "RemoveEffectPackFromVisualSlotAttachedObject( 'Metadata/Effects/Spells/monsters_effects/Act4_FOUR/TwilightOrderSorceror/holy_firebeam/EPKs/StaffFX.epk', MainHand );"
} -- src\Data\Spectres.lua
minions["Metadata/Monsters/TwilightOrderSorceror/TwilightOrderSorcerer"] = {
name = "Twilight Order Oathsworn",
life = 1.2,
energyShield = 0.15,
fireResist = 0,
coldResist = 0,
lightningResist = 0,
chaosResist = 0,
damage = 1.2,
damageSpread = 0.2,
attackTime = 1.5,
attackRange = 14,
accuracy = 1,
weaponType1 = "Warstaff",
skillList = {
"MeleeAtAnimationSpeed",
"MPSTwilightSorcerorFireball",
"EGTwilightSorcerorCleanse",
"TwilightSorcerorFireLaser",
},
modList = {
},
}
-- src\Data\Skills\spectre.lua
skills["MeleeAtAnimationSpeed"] = {
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["MPSTwilightSorcerorFireball"] = {
name = "MPSTwilightSorcerorFireball",
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_fire_damage",
"spell_maximum_base_fire_damage",
"monster_projectile_variation",
"spell_maximum_action_distance_+%",
"base_is_projectile",
"projectile_uses_contact_position",
"use_scaled_contact_offset",
"action_attack_or_cast_time_uses_animation_length",
"check_for_targets_between_initiator_and_projectile_source",
},
levels = {
[1] = {1, 1, 1067, -40, levelRequirement = 1, statInterpolation = {3, 3}, cost = { }, },
},
}
-- src\Data\Skills\spectre.lua
skills["EGTwilightSorcerorCleanse"] = {
name = "EGTwilightSorcerorCleanse",
hidden = true,
color = ,
baseEffectiveness = 0,
incrementalEffectiveness = 0,
skillTypes = {
[SkillType.Triggerable] = true,
[SkillType.AttackInPlace] = true,
},
statDescriptionScope = "skill_stat_descriptions",
castTime = 1,
baseFlags = {
},
baseMods = {
},
qualityStats = {
},
stats = {
"spell_maximum_action_distance_+%",
"action_attack_or_cast_time_uses_animation_length",
},
levels = {
[1] = {-35, levelRequirement = 1, statInterpolation = {}, cost = { }, },
},
}
-- src\Data\Skills\spectre.lua
skills["TwilightSorcerorFireLaser"] = {
name = "TwilightSorcerorFireLaser",
hidden = true,
color = ,
baseEffectiveness = 0,
incrementalEffectiveness = 0,
skillTypes = {
[SkillType.Spell] = true,
[SkillType.Area] = true,
[SkillType.Fire] = true,
[SkillType.Channel] = true,
[SkillType.AreaSpell] = true,
[SkillType.AttackInPlace] = true,
},
statDescriptionScope = "skill_stat_descriptions",
castTime = 1,
baseFlags = {
area = true,
spell = true,
},
baseMods = {
},
qualityStats = {
},
stats = {
"base_fire_damage_to_deal_per_minute",
"fire_damage_taken_+%",
"base_skill_effect_duration",
"base_secondary_skill_effect_duration",
"fire_beam_length_+%",
"monster_penalty_against_minions_damage_+%_final_vs_player_minions",
"fire_beam_charge_up_time_ms",
"spell_maximum_action_distance_+%",
"channel_skill_end_animation_duration_override_ms",
"fire_beam_prioritise_players_for_targeting",
"action_attack_or_cast_time_uses_animation_length",
},
levels = {
[1] = {4, 10, 3000, 750, 20, -70, 900, -35, 1500, levelRequirement = 1, statInterpolation = {3}, cost = { }, },
},
}
黎明教團宣誓者
Twilight Order Oathsworn
| Spectre | Y |
|---|---|
| Spectre Override | Metadata/Monsters/TwilightOrderSorceror/TwilightOrderSorcerer |
| Area | 阿拉塔斯 |
| Tags | 2HBluntWood_onhit_audio, allows_additional_projectiles, allows_inc_aoe, cannot_be_monolith, 法術, human, humanoid, not_str, physical_affinity, red_blood, very_slow_movement |
| Packs |
生命
120%
Energy Shield From Life
15%
閃避
+25%
抗性
傷害
120%
命中
100%
暴擊 Chance
5%
+30%
Attack Distance
5 ~ 14
攻擊時間
1.5 Second
Damage Spread
±20%
經驗值
120%
Model Size
100%
Type
TwilightOrderSorcerer
Metadata
TwilightOrderSorcererPatrol
下列的>數值並未包含地圖加成、怪物Buff加成、祭壇加成、輿圖天賦加成。
等級
52
生命
3,491
917
608
524
傷害
167
法術傷害
167
命中
1,318
攻擊時間
1.5
經驗值
11,569
召喚物生命
4,794
Minion Energy Shield
719
召喚物傷害
493
召喚物護甲
917
下
列的數值為技能基礎數值,並未包含地圖加成、怪物Buff加成、祭壇加成、輿圖天賦加成、
怪物本身傷害加成(例: 釋界 150% 加成),怪物稀有度加成(例: 傳奇 +70% 更多, 傳奇攻擊 33% 更少)。
MeleeAtAnimationSpeed
攻擊, 範圍攻擊, 技能可幻影射手, 投射物, 近戰單一目標, 近戰, 玩家投射物, AttackInPlace
基礎攻擊
Base Damage: 133—200
暴擊率: 5%
攻擊時間: 1.5 秒
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]
MPSTwilightSorcerorFireball
法術, 投射物, 玩家投射物, 可觸發, 傷害, AttackInPlace
施放時間: 1 秒
action attack or cast time uses animation length [1]
base is projectile [1]
check for targets between initiator and projectile source [1]
monster projectile variation [1067]
projectile uses contact position [1]
spell maximum action distance +% [-40]
use scaled contact offset [1]
EGTwilightSorcerorCleanse
可觸發, AttackInPlace
action attack or cast time uses animation length [1]
spell maximum action distance +% [-35]
TwilightSorcerorFireLaser
法術, 範圍, 火焰, 引導, 範圍法術, AttackInPlace
施放時間: 1 秒
增加 10% 承受的火焰傷害
每秒造成181.8 火焰傷害
增加 20% 光束長度
action attack or cast time uses animation length [1]
base secondary skill effect duration [750]
base skill effect duration [3000]
channel skill end animation duration override ms [1500]
fire beam charge up time ms [900]
fire beam prioritise players for targeting [1]
monster penalty against minions damage +% final vs player minions [-70]
spell maximum action distance +% [-35]
EASPatrolEndTurn
不能被擊退
你的擊中不能暈眩敵人
action attack or cast time uses animation length [1]
Object Type
version 2
extends "Metadata/Monsters/Monster"
Actor
{
basic_action = "ChangeToStance1"
}Object Type Codes
version 2
extends "Metadata/Monsters/Monster"
Actor
{
on_effect_start_TwilightSorcerorFireLaser = "AddEffectPackToVisualSlotAttachedObject( 'Metadata/Effects/Spells/monsters_effects/Act4_FOUR/TwilightOrderSorceror/holy_firebeam/EPKs/StaffFX.epk', MainHand );"
on_effect_end_or_destroy_TwilightSorcerorFireLaser = "RemoveEffectPackFromVisualSlotAttachedObject( 'Metadata/Effects/Spells/monsters_effects/Act4_FOUR/TwilightOrderSorceror/holy_firebeam/EPKs/StaffFX.epk', MainHand );"
} -- src\Data\Spectres.lua
minions["Metadata/Monsters/TwilightOrderSorceror/TwilightOrderSorcererPatrol"] = {
name = "Twilight Order Oathsworn",
life = 1.2,
energyShield = 0.15,
fireResist = 0,
coldResist = 0,
lightningResist = 0,
chaosResist = 0,
damage = 1.2,
damageSpread = 0.2,
attackTime = 1.5,
attackRange = 14,
accuracy = 1,
weaponType1 = "Warstaff",
skillList = {
"MeleeAtAnimationSpeed",
"MPSTwilightSorcerorFireball",
"EASPatrolEndTurn",
"EGTwilightSorcerorCleanse",
"TwilightSorcerorFireLaser",
},
modList = {
},
}
-- src\Data\Skills\spectre.lua
skills["MeleeAtAnimationSpeed"] = {
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["MPSTwilightSorcerorFireball"] = {
name = "MPSTwilightSorcerorFireball",
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_fire_damage",
"spell_maximum_base_fire_damage",
"monster_projectile_variation",
"spell_maximum_action_distance_+%",
"base_is_projectile",
"projectile_uses_contact_position",
"use_scaled_contact_offset",
"action_attack_or_cast_time_uses_animation_length",
"check_for_targets_between_initiator_and_projectile_source",
},
levels = {
[1] = {1, 1, 1067, -40, levelRequirement = 1, statInterpolation = {3, 3}, cost = { }, },
},
}
-- src\Data\Skills\spectre.lua
skills["EASPatrolEndTurn"] = {
name = "EASPatrolEndTurn",
hidden = true,
color = ,
baseEffectiveness = 0,
incrementalEffectiveness = 0,
skillTypes = {
},
statDescriptionScope = "skill_stat_descriptions",
castTime = 1.2,
baseFlags = {
},
baseMods = {
},
qualityStats = {
},
stats = {
"action_attack_or_cast_time_uses_animation_length",
"cannot_stun",
"cannot_be_knocked_back",
},
levels = {
[1] = {levelRequirement = 1, statInterpolation = {}, cost = { }, },
},
}
-- src\Data\Skills\spectre.lua
skills["EGTwilightSorcerorCleanse"] = {
name = "EGTwilightSorcerorCleanse",
hidden = true,
color = ,
baseEffectiveness = 0,
incrementalEffectiveness = 0,
skillTypes = {
[SkillType.Triggerable] = true,
[SkillType.AttackInPlace] = true,
},
statDescriptionScope = "skill_stat_descriptions",
castTime = 1,
baseFlags = {
},
baseMods = {
},
qualityStats = {
},
stats = {
"spell_maximum_action_distance_+%",
"action_attack_or_cast_time_uses_animation_length",
},
levels = {
[1] = {-35, levelRequirement = 1, statInterpolation = {}, cost = { }, },
},
}
-- src\Data\Skills\spectre.lua
skills["TwilightSorcerorFireLaser"] = {
name = "TwilightSorcerorFireLaser",
hidden = true,
color = ,
baseEffectiveness = 0,
incrementalEffectiveness = 0,
skillTypes = {
[SkillType.Spell] = true,
[SkillType.Area] = true,
[SkillType.Fire] = true,
[SkillType.Channel] = true,
[SkillType.AreaSpell] = true,
[SkillType.AttackInPlace] = true,
},
statDescriptionScope = "skill_stat_descriptions",
castTime = 1,
baseFlags = {
area = true,
spell = true,
},
baseMods = {
},
qualityStats = {
},
stats = {
"base_fire_damage_to_deal_per_minute",
"fire_damage_taken_+%",
"base_skill_effect_duration",
"base_secondary_skill_effect_duration",
"fire_beam_length_+%",
"monster_penalty_against_minions_damage_+%_final_vs_player_minions",
"fire_beam_charge_up_time_ms",
"spell_maximum_action_distance_+%",
"channel_skill_end_animation_duration_override_ms",
"fire_beam_prioritise_players_for_targeting",
"action_attack_or_cast_time_uses_animation_length",
},
levels = {
[1] = {4, 10, 3000, 750, 20, -70, 900, -35, 1500, levelRequirement = 1, statInterpolation = {3}, cost = { }, },
},
}
黎明教團宣誓者
人形
Twilight Order Oathsworn
| Spectre | Y |
|---|---|
| Spectre Override | Metadata/Monsters/TwilightOrderSorceror/TwilightOrderSorcerer |
| Tags | 2HBluntWood_onhit_audio, allows_additional_projectiles, allows_inc_aoe, 法術, human, humanoid, not_str, physical_affinity, red_blood, very_slow_movement |
生命
120%
Energy Shield From Life
15%
閃避
+25%
抗性
傷害
120%
命中
100%
暴擊 Chance
5%
+30%
Attack Distance
5 ~ 14
攻擊時間
1.5 Second
Damage Spread
±20%
經驗值
120%
Model Size
100%
Type
TwilightOrderSorcerer
Metadata
TwilightOrderSorcererChurchAmbush
下列的>數值並未包含地圖加成、怪物Buff加成、祭壇加成、輿圖天賦加成。
等級
68
生命
9,308
2,413
885
1,396
傷害
280
法術傷害
280
命中
2,502
攻擊時間
1.5
經驗值
34,361
召喚物生命
8,316
Minion Energy Shield
1,247
召喚物傷害
1,163
召喚物護甲
2,413
下
列的數值為技能基礎數值,並未包含地圖加成、怪物Buff加成、祭壇加成、輿圖天賦加成、
怪物本身傷害加成(例: 釋界 150% 加成),怪物稀有度加成(例: 傳奇 +70% 更多, 傳奇攻擊 33% 更少)。
Object Type
version 2
extends "Metadata/Monsters/Monster"
Actor
{
basic_action = "ChangeToStance1"
}Object Type Codes
version 2 extends "Metadata/Monsters/Monster"
-- src\Data\Spectres.lua
minions["Metadata/Monsters/TwilightOrderSorceror/TwilightOrderSorcererChurchAmbush"] = {
name = "Twilight Order Oathsworn",
life = 1.2,
energyShield = 0.15,
fireResist = 0,
coldResist = 0,
lightningResist = 0,
chaosResist = 0,
damage = 1.2,
damageSpread = 0.2,
attackTime = 1.5,
attackRange = 14,
accuracy = 1,
weaponType1 = "Warstaff",
skillList = {
"GSTwilightOrderSorcererDelayedBlast",
},
modList = {
},
}
-- src\Data\Skills\spectre.lua
skills["GSTwilightOrderSorcererDelayedBlast"] = {
name = "GSTwilightOrderSorcererDelayedBlast",
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_physical_damage",
"spell_maximum_base_physical_damage",
"is_area_damage",
"action_attack_or_cast_time_uses_animation_length",
},
levels = {
[1] = {0.80000001192093, 1.2000000476837, critChance = 5, levelRequirement = 1, statInterpolation = {3, 3}, cost = { }, },
},
}
黎明教團宣誓者
人形
Twilight Order Oathsworn
| Spectre | N |
|---|---|
| Tags | 2HBluntWood_onhit_audio, allows_additional_projectiles, allows_inc_aoe, 法術, human, humanoid, not_str, physical_affinity, red_blood, very_slow_movement |
生命
120%
Energy Shield From Life
15%
閃避
+25%
抗性
傷害
120%
命中
100%
暴擊 Chance
5%
+30%
Attack Distance
5 ~ 14
攻擊時間
1.5 Second
Damage Spread
±20%
經驗值
120%
Model Size
100%
Type
TwilightOrderSorcerer
Metadata
TwilightOrderSorcererGuardBoss
Object Type
version 2
extends "Metadata/Monsters/Monster"
Actor
{
basic_action = "ChangeToStance1"
basic_action = "ChangeToStance4"
basic_action = "ChangeToStance5"
}
StateMachine
{
define_shared_state = "active;"
}
Brackets
{
}Object Type Codes
version 2
extends "Metadata/Monsters/Monster"
BaseEvents
{
on_construction_complete =
"
this.sigil = FindClosestObject( 'Metadata/Monsters/TwilightOrder/TwilightOrderSoldiers/GuardBossDescry', 50 );
LockHeight( GetHeight() );
"
}
Actor
{
on_effect_start_TwilightSorcerorFireLaser = "AddEffectPackToVisualSlotAttachedObject( 'Metadata/Effects/Spells/monsters_effects/Act4_FOUR/TwilightOrderSorceror/holy_firebeam/EPKs/StaffFX.epk', MainHand );"
on_effect_end_or_destroy_TwilightSorcerorFireLaser = "RemoveEffectPackFromVisualSlotAttachedObject( 'Metadata/Effects/Spells/monsters_effects/Act4_FOUR/TwilightOrderSorceror/holy_firebeam/EPKs/StaffFX.epk', MainHand );"
}
StateMachine
{
on_state_active_0 = "TriggerBracket( remove_sigil_epk, this.sigil.GetState( type ) );"
on_state_active_2 =
"
TriggerBracket( add_sigil_epk, this.sigil.GetState( type ) );
local sigil_values = sigil.GetPositionValues();
SetDynamicFloat3( 'descryLOC', sigil_values[0], sigil_values[1], sigil_values[2], true );
"
on_state_active_3 =
"
TriggerBracket( remove_sigil_epk, this.sigil.GetState( type ) );
TriggerBracket( add_sigil_epk, this.sigil.GetState( type ) );
ForEachOfType( 'Metadata/Monsters/TwilightOrderSoldiers/TwilightOrderGuardBossSkyBeam', ( sky_beam )
{
local sky_beam_values = sky_beam.GetPositionValues();
this.SetDynamicFloat3( 'descryLOC', sky_beam_values[0], sky_beam_values[1], sky_beam_values[2] - 500, true );
} );
"
on_or_create_state_active_4 =
"
TriggerBracket( remove_sigil_epk, this.sigil.GetState( type ) );
/* Call( fix_height, og_height ); */
"
}
Brackets
{
define_bracket = "add_sigil_epk"
add_sigil_epk_1 = "AddEffectPack( 'Metadata/Effects/Spells/monsters_effects/Act4_FOUR/TwilightOrderGuardBoss/epk/priest_to_AGI_sigil.epk' );"
add_sigil_epk_2 = "AddEffectPack( 'Metadata/Effects/Spells/monsters_effects/Act4_FOUR/TwilightOrderGuardBoss/epk/priest_to_ATK_sigil.epk' );"
add_sigil_epk_3 = "AddEffectPack( 'Metadata/Effects/Spells/monsters_effects/Act4_FOUR/TwilightOrderGuardBoss/epk/priest_to_DEF_sigil.epk' );"
define_bracket = "remove_sigil_epk"
remove_sigil_epk_1 = "RemoveEffectPack( 'Metadata/Effects/Spells/monsters_effects/Act4_FOUR/TwilightOrderGuardBoss/epk/priest_to_AGI_sigil.epk' );"
remove_sigil_epk_2 = "RemoveEffectPack( 'Metadata/Effects/Spells/monsters_effects/Act4_FOUR/TwilightOrderGuardBoss/epk/priest_to_ATK_sigil.epk' );"
remove_sigil_epk_3 = "RemoveEffectPack( 'Metadata/Effects/Spells/monsters_effects/Act4_FOUR/TwilightOrderGuardBoss/epk/priest_to_DEF_sigil.epk' );"
}
Functions
{
fix_height = "SetHeight( arg1 );"
} -- src\Data\Spectres.lua
minions["Metadata/Monsters/TwilightOrderSorceror/TwilightOrderSorcererGuardBoss"] = {
name = "Twilight Order Oathsworn",
life = 1.2,
energyShield = 0.15,
fireResist = 0,
coldResist = 0,
lightningResist = 0,
chaosResist = 0,
damage = 1.2,
damageSpread = 0.2,
attackTime = 1.5,
attackRange = 14,
accuracy = 1,
weaponType1 = "Warstaff",
skillList = {
},
modList = {
},
}
黎明教團宣誓者
人形
Twilight Order Oathsworn
| Spectre | N |
|---|---|
| Tags | 2HBluntWood_onhit_audio, human, humanoid, not_str, red_blood, very_slow_movement |
生命
120%
Energy Shield From Life
15%
閃避
+25%
抗性
傷害
120%
命中
100%
暴擊 Chance
5%
+30%
Attack Distance
5 ~ 14
攻擊時間
1.5 Second
Damage Spread
±20%
經驗值
120%
Model Size
100%
Type
TwilightOrderSorcerer
Metadata
TwilightOrderSorcererGuardBossAttack
Object Type
version 2
extends "Metadata/Monsters/Monster"
Actor
{
basic_action = "ChangeToStance1"
basic_action = "ChangeToStance4"
basic_action = "ChangeToStance5"
}
StateMachine
{
define_shared_state = "active;"
}
Brackets
{
}Object Type Codes
version 2
extends "Metadata/Monsters/Monster"
BaseEvents
{
on_construction_complete =
"
this.sigil = FindClosestObject( 'Metadata/Monsters/TwilightOrder/TwilightOrderSoldiers/GuardBossDescry', 50 );
LockHeight( GetHeight() );
"
}
Actor
{
on_effect_start_TwilightSorcerorFireLaser = "AddEffectPackToVisualSlotAttachedObject( 'Metadata/Effects/Spells/monsters_effects/Act4_FOUR/TwilightOrderSorceror/holy_firebeam/EPKs/StaffFX.epk', MainHand );"
on_effect_end_or_destroy_TwilightSorcerorFireLaser = "RemoveEffectPackFromVisualSlotAttachedObject( 'Metadata/Effects/Spells/monsters_effects/Act4_FOUR/TwilightOrderSorceror/holy_firebeam/EPKs/StaffFX.epk', MainHand );"
}
StateMachine
{
on_state_active_0 = "TriggerBracket( remove_sigil_epk, this.sigil.GetState( type ) );"
on_state_active_2 =
"
TriggerBracket( add_sigil_epk, this.sigil.GetState( type ) );
local sigil_values = sigil.GetPositionValues();
SetDynamicFloat3( 'descryLOC', sigil_values[0], sigil_values[1], sigil_values[2], true );
"
on_state_active_3 =
"
TriggerBracket( remove_sigil_epk, this.sigil.GetState( type ) );
TriggerBracket( add_sigil_epk, this.sigil.GetState( type ) );
ForEachOfType( 'Metadata/Monsters/TwilightOrderSoldiers/TwilightOrderGuardBossSkyBeam', ( sky_beam )
{
local sky_beam_values = sky_beam.GetPositionValues();
this.SetDynamicFloat3( 'descryLOC', sky_beam_values[0], sky_beam_values[1], sky_beam_values[2] - 500, true );
} );
"
on_or_create_state_active_4 =
"
TriggerBracket( remove_sigil_epk, this.sigil.GetState( type ) );
/* Call( fix_height, og_height ); */
"
}
Brackets
{
define_bracket = "add_sigil_epk"
add_sigil_epk_1 = "AddEffectPack( 'Metadata/Effects/Spells/monsters_effects/Act4_FOUR/TwilightOrderGuardBoss/epk/priest_to_AGI_sigil.epk' );"
add_sigil_epk_2 = "AddEffectPack( 'Metadata/Effects/Spells/monsters_effects/Act4_FOUR/TwilightOrderGuardBoss/epk/priest_to_ATK_sigil.epk' );"
add_sigil_epk_3 = "AddEffectPack( 'Metadata/Effects/Spells/monsters_effects/Act4_FOUR/TwilightOrderGuardBoss/epk/priest_to_DEF_sigil.epk' );"
define_bracket = "remove_sigil_epk"
remove_sigil_epk_1 = "RemoveEffectPack( 'Metadata/Effects/Spells/monsters_effects/Act4_FOUR/TwilightOrderGuardBoss/epk/priest_to_AGI_sigil.epk' );"
remove_sigil_epk_2 = "RemoveEffectPack( 'Metadata/Effects/Spells/monsters_effects/Act4_FOUR/TwilightOrderGuardBoss/epk/priest_to_ATK_sigil.epk' );"
remove_sigil_epk_3 = "RemoveEffectPack( 'Metadata/Effects/Spells/monsters_effects/Act4_FOUR/TwilightOrderGuardBoss/epk/priest_to_DEF_sigil.epk' );"
}
Functions
{
fix_height = "SetHeight( arg1 );"
} -- src\Data\Spectres.lua
minions["Metadata/Monsters/TwilightOrderSorceror/TwilightOrderSorcererGuardBossAttack"] = {
name = "Twilight Order Oathsworn",
life = 1.2,
energyShield = 0.15,
fireResist = 0,
coldResist = 0,
lightningResist = 0,
chaosResist = 0,
damage = 1.2,
damageSpread = 0.2,
attackTime = 1.5,
attackRange = 14,
accuracy = 1,
weaponType1 = "Warstaff",
skillList = {
},
modList = {
},
}
黎明教團宣誓者
人形
Twilight Order Oathsworn
| Spectre | N |
|---|---|
| Tags | 2HBluntWood_onhit_audio, human, humanoid, not_str, red_blood, very_slow_movement |
生命
120%
Energy Shield From Life
15%
閃避
+25%
抗性
傷害
120%
命中
100%
暴擊 Chance
5%
+30%
Attack Distance
5 ~ 14
攻擊時間
1.5 Second
Damage Spread
±20%
經驗值
120%
Model Size
100%
Type
TwilightOrderSorcerer
Metadata
TwilightOrderSorcererGuardBossDefence_
Object Type
version 2
extends "Metadata/Monsters/Monster"
Actor
{
basic_action = "ChangeToStance1"
basic_action = "ChangeToStance4"
basic_action = "ChangeToStance5"
}
StateMachine
{
define_shared_state = "active;"
}
Brackets
{
}Object Type Codes
version 2
extends "Metadata/Monsters/Monster"
BaseEvents
{
on_construction_complete =
"
this.sigil = FindClosestObject( 'Metadata/Monsters/TwilightOrder/TwilightOrderSoldiers/GuardBossDescry', 50 );
LockHeight( GetHeight() );
"
}
Actor
{
on_effect_start_TwilightSorcerorFireLaser = "AddEffectPackToVisualSlotAttachedObject( 'Metadata/Effects/Spells/monsters_effects/Act4_FOUR/TwilightOrderSorceror/holy_firebeam/EPKs/StaffFX.epk', MainHand );"
on_effect_end_or_destroy_TwilightSorcerorFireLaser = "RemoveEffectPackFromVisualSlotAttachedObject( 'Metadata/Effects/Spells/monsters_effects/Act4_FOUR/TwilightOrderSorceror/holy_firebeam/EPKs/StaffFX.epk', MainHand );"
}
StateMachine
{
on_state_active_0 = "TriggerBracket( remove_sigil_epk, this.sigil.GetState( type ) );"
on_state_active_2 =
"
TriggerBracket( add_sigil_epk, this.sigil.GetState( type ) );
local sigil_values = sigil.GetPositionValues();
SetDynamicFloat3( 'descryLOC', sigil_values[0], sigil_values[1], sigil_values[2], true );
"
on_state_active_3 =
"
TriggerBracket( remove_sigil_epk, this.sigil.GetState( type ) );
TriggerBracket( add_sigil_epk, this.sigil.GetState( type ) );
ForEachOfType( 'Metadata/Monsters/TwilightOrderSoldiers/TwilightOrderGuardBossSkyBeam', ( sky_beam )
{
local sky_beam_values = sky_beam.GetPositionValues();
this.SetDynamicFloat3( 'descryLOC', sky_beam_values[0], sky_beam_values[1], sky_beam_values[2] - 500, true );
} );
"
on_or_create_state_active_4 =
"
TriggerBracket( remove_sigil_epk, this.sigil.GetState( type ) );
/* Call( fix_height, og_height ); */
"
}
Brackets
{
define_bracket = "add_sigil_epk"
add_sigil_epk_1 = "AddEffectPack( 'Metadata/Effects/Spells/monsters_effects/Act4_FOUR/TwilightOrderGuardBoss/epk/priest_to_AGI_sigil.epk' );"
add_sigil_epk_2 = "AddEffectPack( 'Metadata/Effects/Spells/monsters_effects/Act4_FOUR/TwilightOrderGuardBoss/epk/priest_to_ATK_sigil.epk' );"
add_sigil_epk_3 = "AddEffectPack( 'Metadata/Effects/Spells/monsters_effects/Act4_FOUR/TwilightOrderGuardBoss/epk/priest_to_DEF_sigil.epk' );"
define_bracket = "remove_sigil_epk"
remove_sigil_epk_1 = "RemoveEffectPack( 'Metadata/Effects/Spells/monsters_effects/Act4_FOUR/TwilightOrderGuardBoss/epk/priest_to_AGI_sigil.epk' );"
remove_sigil_epk_2 = "RemoveEffectPack( 'Metadata/Effects/Spells/monsters_effects/Act4_FOUR/TwilightOrderGuardBoss/epk/priest_to_ATK_sigil.epk' );"
remove_sigil_epk_3 = "RemoveEffectPack( 'Metadata/Effects/Spells/monsters_effects/Act4_FOUR/TwilightOrderGuardBoss/epk/priest_to_DEF_sigil.epk' );"
}
Functions
{
fix_height = "SetHeight( arg1 );"
} -- src\Data\Spectres.lua
minions["Metadata/Monsters/TwilightOrderSorceror/TwilightOrderSorcererGuardBossDefence_"] = {
name = "Twilight Order Oathsworn",
life = 1.2,
energyShield = 0.15,
fireResist = 0,
coldResist = 0,
lightningResist = 0,
chaosResist = 0,
damage = 1.2,
damageSpread = 0.2,
attackTime = 1.5,
attackRange = 14,
accuracy = 1,
weaponType1 = "Warstaff",
skillList = {
},
modList = {
},
}
黎明教團宣誓者
人形
Twilight Order Oathsworn
| Spectre | N |
|---|---|
| Tags | 2HBluntWood_onhit_audio, human, humanoid, not_str, red_blood, very_slow_movement |
生命
120%
Energy Shield From Life
15%
閃避
+25%
抗性
傷害
120%
命中
100%
暴擊 Chance
5%
+30%
Attack Distance
5 ~ 14
攻擊時間
1.5 Second
Damage Spread
±20%
經驗值
120%
Model Size
100%
Type
TwilightOrderSorcerer
Metadata
TwilightOrderSorcererGuardBossUtility
Object Type
version 2
extends "Metadata/Monsters/Monster"
Actor
{
basic_action = "ChangeToStance1"
basic_action = "ChangeToStance4"
basic_action = "ChangeToStance5"
}
StateMachine
{
define_shared_state = "active;"
}
Brackets
{
}Object Type Codes
version 2
extends "Metadata/Monsters/Monster"
BaseEvents
{
on_construction_complete =
"
this.sigil = FindClosestObject( 'Metadata/Monsters/TwilightOrder/TwilightOrderSoldiers/GuardBossDescry', 50 );
LockHeight( GetHeight() );
"
}
Actor
{
on_effect_start_TwilightSorcerorFireLaser = "AddEffectPackToVisualSlotAttachedObject( 'Metadata/Effects/Spells/monsters_effects/Act4_FOUR/TwilightOrderSorceror/holy_firebeam/EPKs/StaffFX.epk', MainHand );"
on_effect_end_or_destroy_TwilightSorcerorFireLaser = "RemoveEffectPackFromVisualSlotAttachedObject( 'Metadata/Effects/Spells/monsters_effects/Act4_FOUR/TwilightOrderSorceror/holy_firebeam/EPKs/StaffFX.epk', MainHand );"
}
StateMachine
{
on_state_active_0 = "TriggerBracket( remove_sigil_epk, this.sigil.GetState( type ) );"
on_state_active_2 =
"
TriggerBracket( add_sigil_epk, this.sigil.GetState( type ) );
local sigil_values = sigil.GetPositionValues();
SetDynamicFloat3( 'descryLOC', sigil_values[0], sigil_values[1], sigil_values[2], true );
"
on_state_active_3 =
"
TriggerBracket( remove_sigil_epk, this.sigil.GetState( type ) );
TriggerBracket( add_sigil_epk, this.sigil.GetState( type ) );
ForEachOfType( 'Metadata/Monsters/TwilightOrderSoldiers/TwilightOrderGuardBossSkyBeam', ( sky_beam )
{
local sky_beam_values = sky_beam.GetPositionValues();
this.SetDynamicFloat3( 'descryLOC', sky_beam_values[0], sky_beam_values[1], sky_beam_values[2] - 500, true );
} );
"
on_or_create_state_active_4 =
"
TriggerBracket( remove_sigil_epk, this.sigil.GetState( type ) );
/* Call( fix_height, og_height ); */
"
}
Brackets
{
define_bracket = "add_sigil_epk"
add_sigil_epk_1 = "AddEffectPack( 'Metadata/Effects/Spells/monsters_effects/Act4_FOUR/TwilightOrderGuardBoss/epk/priest_to_AGI_sigil.epk' );"
add_sigil_epk_2 = "AddEffectPack( 'Metadata/Effects/Spells/monsters_effects/Act4_FOUR/TwilightOrderGuardBoss/epk/priest_to_ATK_sigil.epk' );"
add_sigil_epk_3 = "AddEffectPack( 'Metadata/Effects/Spells/monsters_effects/Act4_FOUR/TwilightOrderGuardBoss/epk/priest_to_DEF_sigil.epk' );"
define_bracket = "remove_sigil_epk"
remove_sigil_epk_1 = "RemoveEffectPack( 'Metadata/Effects/Spells/monsters_effects/Act4_FOUR/TwilightOrderGuardBoss/epk/priest_to_AGI_sigil.epk' );"
remove_sigil_epk_2 = "RemoveEffectPack( 'Metadata/Effects/Spells/monsters_effects/Act4_FOUR/TwilightOrderGuardBoss/epk/priest_to_ATK_sigil.epk' );"
remove_sigil_epk_3 = "RemoveEffectPack( 'Metadata/Effects/Spells/monsters_effects/Act4_FOUR/TwilightOrderGuardBoss/epk/priest_to_DEF_sigil.epk' );"
}
Functions
{
fix_height = "SetHeight( arg1 );"
} -- src\Data\Spectres.lua
minions["Metadata/Monsters/TwilightOrderSorceror/TwilightOrderSorcererGuardBossUtility"] = {
name = "Twilight Order Oathsworn",
life = 1.2,
energyShield = 0.15,
fireResist = 0,
coldResist = 0,
lightningResist = 0,
chaosResist = 0,
damage = 1.2,
damageSpread = 0.2,
attackTime = 1.5,
attackRange = 14,
accuracy = 1,
weaponType1 = "Warstaff",
skillList = {
},
modList = {
},
}
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.