蝮蛇之魂
不死族
Spirit Of The Serpent
| Spectre | N |
|---|---|
| Tags | ghost, medium_movement, Unarmed_onhit_audio, undead |
生命
100%
抗性
傷害
100%
命中
100%
暴擊 Chance
5%
+30%
Attack Distance
5 ~ 14
攻擊時間
1.5 Second
Damage Spread
±20%
經驗值
100%
Model Size
100%
Type
TormentedSpirit
Metadata
TormentedSpiritoftheSerpentPrimal
下列的數值並未包含地圖加成、怪物Buff加成、祭壇加成、輿圖天賦加成。
Object Type
version 2
extends "Metadata/Monsters/TormentedSpirits/TormentedSpiritBase"
Stats
{
// set_base_heavy_stun_duration_ms = REPLACE_WITH_HEAVY_STUN_ANIM_LENGTH
}Object Type Codes
version 2
extends "Metadata/Monsters/TormentedSpirits/TormentedSpiritBase"
Preload
{
preload_epk = "Metadata/Effects/Spells/monsters_effects/monster_mods/tormented_spirits/spirit_animals/epk/primalspirit_skin_01.epk"
} -- src\Data\Spectres.lua
minions["Metadata/Monsters/TormentedSpirits/TormentedSpiritoftheSerpentPrimal"] = {
name = "Spirit Of The Serpent",
life = 1,
fireResist = 0,
coldResist = 0,
lightningResist = 0,
chaosResist = 0,
damage = 1,
damageSpread = 0.2,
attackTime = 1.5,
attackRange = 14,
accuracy = 1,
skillList = {
"HauntPrimal",
"SpiritBurstPrimal",
},
modList = {
},
}
-- src\Data\Skills\spectre.lua
skills["HauntPrimal"] = {
name = "HauntPrimal",
hidden = true,
color = ,
baseEffectiveness = 0,
incrementalEffectiveness = 0,
skillTypes = {
},
statDescriptionScope = "skill_stat_descriptions",
castTime = 1,
baseFlags = {
},
baseMods = {
},
qualityStats = {
},
stats = {
},
levels = {
[1] = {levelRequirement = 1, statInterpolation = {}, cost = { }, },
},
}
-- src\Data\Skills\spectre.lua
skills["SpiritBurstPrimal"] = {
name = "SpiritBurstPrimal",
hidden = true,
color = ,
baseEffectiveness = 0,
incrementalEffectiveness = 0,
skillTypes = {
},
statDescriptionScope = "skill_stat_descriptions",
castTime = 1,
baseFlags = {
},
baseMods = {
},
qualityStats = {
},
stats = {
"active_skill_base_area_of_effect_radius",
},
levels = {
[1] = {80, levelRequirement = 1, statInterpolation = {}, cost = { }, },
},
}
蝮蛇之魂
不死族
Spirit Of The Serpent
| Spectre | N |
|---|---|
| Tags | ghost, medium_movement, Unarmed_onhit_audio, undead |
生命
100%
抗性
傷害
100%
命中
100%
暴擊 Chance
5%
+30%
Attack Distance
5 ~ 14
攻擊時間
1.5 Second
Damage Spread
±20%
經驗值
100%
Model Size
100%
Type
TormentedSpiritViper
Metadata
TormentedSpiritoftheSerpentPrimalViper
下列的數值並未包含地圖加成、怪物Buff加成、祭壇加成、輿圖天賦加成。
Object Type
version 2
abstract
extends "Metadata/Monsters/Daemon/AbstractDaemon"
StateMachine
{
define_shared_state =
"
active;
wisp_time;
"
}
Actor
{
basic_action = "DoNothing"
basic_action = "MoveForced"
basic_action = "FollowPath"
basic_action = "ChangeToStance1"
}
Animated
{
serialise_animation_progress = true
}
Pathfinding
{
immobile = false
}
ControlZone
{}
Positioned
{
object_size = 0
blocking = false
}
Functions
{
update_base_speed = "SetBaseSpeed( arg1 );"
}
Stats
{
set_monster_no_drops_if_death_timer_expired = 1
set_is_tormented_spirit = 1
set_suppress_phasing_visual = 1
set_cannot_be_tagged_by_sentinel = 1
set_cannot_be_afflicted = 1
set_base_phasing_without_visual = 1
}
Life
{
corpse_usable = false
}Object Type Codes
version 2
abstract
extends "Metadata/Monsters/Daemon/AbstractDaemon"
BaseEvents
{
on_construction_complete =
"
IfTypeContains( Primal, ()
{
this.my_lure = AddAttached( 'Metadata/Effects/Spells/monsters_effects/monster_mods/tormented_spirits/guiding_light/primal_guideattract.ao', root, 1, 0, 0, 1 );
} );
IfTypeContains( Wild, ()
{
this.my_lure = AddAttached( 'Metadata/Effects/Spells/monsters_effects/monster_mods/tormented_spirits/guiding_light/wild_guideattract.ao', root, 1, 0, 0, 1 );
} );
IfTypeContains( Vivid, ()
{
this.my_lure = AddAttached( 'Metadata/Effects/Spells/monsters_effects/monster_mods/tormented_spirits/guiding_light/vivid_guideattract.ao', root, 1, 0, 0, 1 );
} );
IfTypeContains( Sacred, ()
{
this.my_lure = AddAttached( 'Metadata/Effects/Spells/monsters_effects/monster_mods/tormented_spirits/guiding_light/sacred_guideattract.ao', root, 1, 0, 0, 1 );
} );
"
}
Positioned
{
on_initial_position_set =
"
StartStateTimer( update_pos, 0.033 );
"
}
Animated {}
StateMachine
{
on_timer_update_pos =
"
this.specific_object_position = GetPositionValues();
SetDynamicFloat( 'azmeriWisps_ANGER_CTRLs', burst, true );
StartStateTimer( update_pos, 0.033 );
"
on_or_create_state_active_1 =
"
my_lure.PlayAnimation( animate );
"
}
Preload
{
preload_epk = "Metadata/Effects/Spells/monsters_effects/monster_mods/tormented_spirits/spirit_animals/epk/wildspirit_skin_01.epk"
preload_epk = "Metadata/Effects/Spells/monsters_effects/monster_mods/tormented_spirits/spirit_animals/epk/vividspirit_skin_01.epk"
preload_epk = "Metadata/Effects/Spells/monsters_effects/monster_mods/tormented_spirits/spirit_animals/epk/primalspirit_skin_01.epk"
} -- src\Data\Spectres.lua
minions["Metadata/Monsters/TormentedSpirits/TormentedSpiritoftheSerpentPrimalViper"] = {
name = "Spirit Of The Serpent",
life = 1,
fireResist = 0,
coldResist = 0,
lightningResist = 0,
chaosResist = 0,
damage = 1,
damageSpread = 0.2,
attackTime = 1.5,
attackRange = 14,
accuracy = 1,
skillList = {
"HauntPrimal",
"SpiritBurstPrimal",
},
modList = {
},
}
-- src\Data\Skills\spectre.lua
skills["HauntPrimal"] = {
name = "HauntPrimal",
hidden = true,
color = ,
baseEffectiveness = 0,
incrementalEffectiveness = 0,
skillTypes = {
},
statDescriptionScope = "skill_stat_descriptions",
castTime = 1,
baseFlags = {
},
baseMods = {
},
qualityStats = {
},
stats = {
},
levels = {
[1] = {levelRequirement = 1, statInterpolation = {}, cost = { }, },
},
}
-- src\Data\Skills\spectre.lua
skills["SpiritBurstPrimal"] = {
name = "SpiritBurstPrimal",
hidden = true,
color = ,
baseEffectiveness = 0,
incrementalEffectiveness = 0,
skillTypes = {
},
statDescriptionScope = "skill_stat_descriptions",
castTime = 1,
baseFlags = {
},
baseMods = {
},
qualityStats = {
},
stats = {
"active_skill_base_area_of_effect_radius",
},
levels = {
[1] = {80, levelRequirement = 1, statInterpolation = {}, cost = { }, },
},
}
蝮蛇之魂
不死族
Spirit Of The Serpent
| Spectre | N |
|---|---|
| Tags | ghost, medium_movement, Unarmed_onhit_audio, undead |
生命
100%
抗性
傷害
66%
命中
100%
暴擊 Chance
5%
+30%
Attack Distance
6 ~ 50
攻擊時間
1.5 Second
Damage Spread
±20%
經驗值
100%
Model Size
75%
Type
TormentedSpiritDaemon
Metadata
TormentedSpiritoftheSerpentPrimalPossesedDaemon
下列的數值並未包含地圖加成、怪物Buff加成、祭壇加成、輿圖天賦加成。
下列的數值為技能基礎數值,並未包含地圖加成、怪物Buff加成、祭壇加成、輿圖天賦加成、怪物本身傷害加成(例: 釋界 150% 加成),怪物稀有度加成(例: 傳奇 +70% 更多, 傳奇攻擊 33% 更少)。
EAASerpentSpiritSnakeBarrage
冷卻時間: 2.5 秒
不能被擊退
action attack or cast time uses animation length [1]
spell maximum action distance +% [-60]
Object Type
version 2
abstract
extends "Metadata/Monsters/Daemon/AbstractDaemon"
extends "Metadata/Monsters/TormentedSpirits/SpiritFadeIn"
Stats
{
is_hidden_monster = 0
}
Actor
{
/* basic_action = "FaceLastTarget" */
leveled_starting_effects = "FaceLastTarget"
leveled_starting_effects = "ChangeToStance1"
}
StateMachine
{
define_shared_state =
"
render;
skill_time;
"
}Object Type Codes
version 2
extends "Metadata/Monsters/Daemon/AbstractDaemon"
extends "Metadata/Monsters/TormentedSpirits/SpiritFadeIn"
BaseEvents
{
on_construction_complete = "AddEffectPack( 'Metadata/Effects/Spells/monsters_effects/monster_mods/tormented_spirits/spirit_of_the_serpent/epk/SNAKE_primalspirit_skin_01.epk' );"
}
Render
{
disable_rendering = true
}
StateMachine
{
on_state_render_1 = "EnableRendering();"
} -- src\Data\Spectres.lua
minions["Metadata/Monsters/TormentedSpirits/TormentedSpiritoftheSerpentPrimalPossesedDaemon"] = {
name = "Spirit Of The Serpent",
life = 1,
fireResist = 0,
coldResist = 0,
lightningResist = 0,
chaosResist = 0,
damage = 0.66,
damageSpread = 0.2,
attackTime = 1.5,
attackRange = 50,
accuracy = 1,
skillList = {
"GASerpentSpiritSnakeBarrage",
"EAASerpentSpiritSnakeBarrage",
},
modList = {
},
}
-- src\Data\Skills\spectre.lua
skills["GASerpentSpiritSnakeBarrage"] = {
name = "GASerpentSpiritSnakeBarrage",
hidden = true,
color = ,
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 = {
"active_skill_damage_+%_final",
"active_skill_base_physical_damage_%_to_convert_to_lightning",
"monster_penalty_against_minions_damage_+%_final_vs_player_minions",
"base_chance_to_poison_on_hit_%",
"is_area_damage",
},
levels = {
[1] = {0, 20, 200, 50, baseMultiplier = 1.1, levelRequirement = 1, statInterpolation = {1}, cost = { }, },
},
}
-- src\Data\Skills\spectre.lua
skills["EAASerpentSpiritSnakeBarrage"] = {
name = "EAASerpentSpiritSnakeBarrage",
hidden = true,
color = ,
baseEffectiveness = 0,
incrementalEffectiveness = 0,
skillTypes = {
},
statDescriptionScope = "skill_stat_descriptions",
castTime = 1,
baseFlags = {
},
baseMods = {
},
qualityStats = {
},
stats = {
"spell_maximum_action_distance_+%",
"action_attack_or_cast_time_uses_animation_length",
"cannot_be_knocked_back",
},
levels = {
[1] = {-60, levelRequirement = 1, statInterpolation = {}, cost = { }, },
},
}
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.