隐形之火
构造体
monster no drops or experience [1]
cannot be afflicted [1]
cannot be tagged by sentinel [1]
cannot have affliction mods [1]
cannot have azmeri dust [1]
cant possess this [1]
cant touch this [1]
monster no talismans [1]
cannot be afflicted [1]
cannot be tagged by sentinel [1]
cannot have affliction mods [1]
cannot have azmeri dust [1]
cant possess this [1]
cant touch this [1]
monster no talismans [1]
Invisible Fire
幽魂 | N |
---|---|
标签 | construct, is_unarmed, non_attacking, stone_armour, very_slow_movement |
生命
300%
异常状态临界值
300%
抗性
0 0 0 0
伤害
240%
命中
100%
暴击几率
+5%
暴击伤害
+130%
攻击距离
10 ~ 22
攻击间隔
1.32 秒
伤害分布
±20%
经验值
300%
Model Size
100%
类型
ExpeditionOlrothRelic
Metadata
OlrothRiFiTotem1
Object Type
version 2 extends "Metadata/Monsters/Monster" BaseEvents { on_construction_complete = " IfVarietyContains( RiFiTotem1, { globals.rifitotem1 = this; }, { globals.rifitotem2 = this; } ); " } Actor { basic_action = "Emerge" } StateMachine { define_shared_state = " active; exploded; " } Positioned { blocking = false } Pathfinding { immobile = true } Stats { immune_to_curses = 1 immune_to_auras_from_other_entities = 1 set_item_drop_slots = 0 set_monster_no_drops_or_experience = 1 set_monster_do_not_fracture = 1 set_max_frenzy_charges = 0 set_max_endurance_charges = 0 set_max_power_charges = 0 base_cannot_be_damaged = 1 base_cannot_be_stunned = 1 cannot_be_knocked_back = 1 immune_to_cheats = 1 } Life { corpse_usable = false }
Object Type Codes
version 2 extends "Metadata/Monsters/Monster" BaseEvents { on_construction_complete = "this.jewel = AddAttached( Metadata/Effects/Spells/monsters_effects/League_Expedition/boss/olroth/Jewel.ao, jntBnd_jewel );" } Targetable { no_highlight = true targetable = false } StateMachine { create_state_active_0 = " IfState( exploded, 0, { PlayAnimation( hellfire_jewel_emerge_activate_01 ); PauseAnimation(); Delay( 0.01, { jewel.AddEffectPack( Metadata/Effects/Spells/monsters_effects/League_Expedition/boss/olroth/EPKs/Hellfire_Jewel_Inactive.epk ); } ); } ); " on_state_active_1 = " jewel.RemoveEffectPack( Metadata/Effects/Spells/monsters_effects/League_Expedition/boss/olroth/EPKs/Hellfire_Jewel_Inactive.epk ); jewel.AddEffectPack( Metadata/Effects/Spells/monsters_effects/League_Expedition/boss/olroth/EPKs/Hellfire_Jewel_Activate.epk ); Delay( 3.5, { jewel.RemoveEffectPack( Metadata/Effects/Spells/monsters_effects/League_Expedition/boss/olroth/EPKs/Hellfire_Jewel_Activate.epk ); } ); " create_state_active_1 = " Delay( 0.01, { jewel.RemoveEffectPack( Metadata/Effects/Spells/monsters_effects/League_Expedition/boss/olroth/EPKs/Hellfire_Jewel_Inactive.epk ); jewel.RemoveEffectPack( Metadata/Effects/Spells/monsters_effects/League_Expedition/boss/olroth/EPKs/Hellfire_Jewel_Activate.epk ); } ); " on_state_exploded_1 = " DisableRendering(); PlayAnimation( hellfire_jewel_destroyed01 ); this.remains = PlayEffect( Metadata/Effects/Spells/monsters_effects/League_Expedition/boss/olroth/Jewel_shatter.ao ); remains.AddEffectPack( Metadata/Effects/Spells/monsters_effects/League_Expedition/boss/olroth/EPKs/Hellfire_Jewel_Inactive.epk ); " create_state_exploded_1 = " DisableRendering(); PlayAnimation( hellfire_jewel_destroyed01 ); this.remains = PlayEffect( Metadata/Effects/Spells/monsters_effects/League_Expedition/boss/olroth/Jewel_shatter_idle.ao ); remains.AddEffectPack( Metadata/Effects/Spells/monsters_effects/League_Expedition/boss/olroth/EPKs/Hellfire_Jewel_Inactive.epk ); " }
-- src\Data\Spectres.lua minions["Metadata/Monsters/LeagueExpedition/Olroth/OlrothRiFiTotem1"] = { name = "Invisible Fire", life = 3, fireResist = 0, coldResist = 0, lightningResist = 0, chaosResist = 0, damage = 2.4, damageSpread = 0.2, attackTime = 1.32, attackRange = 22, accuracy = 1, skillList = { }, modList = { }, }
monster no drops or experience [1]
Id | MonsterNoDropsOrExperience |
---|---|
Family | MonsterNoDropsOrExperience |
Domains | 怪物 (3) |
GenerationType | 传奇 (3) |
Req. level | 1 |
Stats |
cannot be afflicted [1]
cannot be tagged by sentinel [1]
cannot have affliction mods [1]
cannot have azmeri dust [1]
cant possess this [1]
cant touch this [1]
monster no talismans [1]
Id | CannotBeAugmented |
---|---|
Family | Nothing |
Domains | 怪物 (3) |
GenerationType | 传奇 (3) |
Req. level | 1 |
Stats |
隐形之火
构造体
monster no drops or experience [1]
cannot be afflicted [1]
cannot be tagged by sentinel [1]
cannot have affliction mods [1]
cannot have azmeri dust [1]
cant possess this [1]
cant touch this [1]
monster no talismans [1]
cannot be afflicted [1]
cannot be tagged by sentinel [1]
cannot have affliction mods [1]
cannot have azmeri dust [1]
cant possess this [1]
cant touch this [1]
monster no talismans [1]
Invisible Fire
幽魂 | N |
---|---|
标签 | construct, is_unarmed, non_attacking, stone_armour, very_slow_movement |
生命
300%
异常状态临界值
300%
抗性
0 0 0 0
伤害
240%
命中
100%
暴击几率
+5%
暴击伤害
+130%
攻击距离
10 ~ 22
攻击间隔
1.32 秒
伤害分布
±20%
经验值
300%
Model Size
100%
类型
ExpeditionOlrothRelic
Metadata
OlrothRiFiTotem2
Object Type
version 2 extends "Metadata/Monsters/Monster" BaseEvents { on_construction_complete = " IfVarietyContains( RiFiTotem1, { globals.rifitotem1 = this; }, { globals.rifitotem2 = this; } ); " } Actor { basic_action = "Emerge" } StateMachine { define_shared_state = " active; exploded; " } Positioned { blocking = false } Pathfinding { immobile = true } Stats { immune_to_curses = 1 immune_to_auras_from_other_entities = 1 set_item_drop_slots = 0 set_monster_no_drops_or_experience = 1 set_monster_do_not_fracture = 1 set_max_frenzy_charges = 0 set_max_endurance_charges = 0 set_max_power_charges = 0 base_cannot_be_damaged = 1 base_cannot_be_stunned = 1 cannot_be_knocked_back = 1 immune_to_cheats = 1 } Life { corpse_usable = false }
Object Type Codes
version 2 extends "Metadata/Monsters/Monster" BaseEvents { on_construction_complete = "this.jewel = AddAttached( Metadata/Effects/Spells/monsters_effects/League_Expedition/boss/olroth/Jewel.ao, jntBnd_jewel );" } Targetable { no_highlight = true targetable = false } StateMachine { create_state_active_0 = " IfState( exploded, 0, { PlayAnimation( hellfire_jewel_emerge_activate_01 ); PauseAnimation(); Delay( 0.01, { jewel.AddEffectPack( Metadata/Effects/Spells/monsters_effects/League_Expedition/boss/olroth/EPKs/Hellfire_Jewel_Inactive.epk ); } ); } ); " on_state_active_1 = " jewel.RemoveEffectPack( Metadata/Effects/Spells/monsters_effects/League_Expedition/boss/olroth/EPKs/Hellfire_Jewel_Inactive.epk ); jewel.AddEffectPack( Metadata/Effects/Spells/monsters_effects/League_Expedition/boss/olroth/EPKs/Hellfire_Jewel_Activate.epk ); Delay( 3.5, { jewel.RemoveEffectPack( Metadata/Effects/Spells/monsters_effects/League_Expedition/boss/olroth/EPKs/Hellfire_Jewel_Activate.epk ); } ); " create_state_active_1 = " Delay( 0.01, { jewel.RemoveEffectPack( Metadata/Effects/Spells/monsters_effects/League_Expedition/boss/olroth/EPKs/Hellfire_Jewel_Inactive.epk ); jewel.RemoveEffectPack( Metadata/Effects/Spells/monsters_effects/League_Expedition/boss/olroth/EPKs/Hellfire_Jewel_Activate.epk ); } ); " on_state_exploded_1 = " DisableRendering(); PlayAnimation( hellfire_jewel_destroyed01 ); this.remains = PlayEffect( Metadata/Effects/Spells/monsters_effects/League_Expedition/boss/olroth/Jewel_shatter.ao ); remains.AddEffectPack( Metadata/Effects/Spells/monsters_effects/League_Expedition/boss/olroth/EPKs/Hellfire_Jewel_Inactive.epk ); " create_state_exploded_1 = " DisableRendering(); PlayAnimation( hellfire_jewel_destroyed01 ); this.remains = PlayEffect( Metadata/Effects/Spells/monsters_effects/League_Expedition/boss/olroth/Jewel_shatter_idle.ao ); remains.AddEffectPack( Metadata/Effects/Spells/monsters_effects/League_Expedition/boss/olroth/EPKs/Hellfire_Jewel_Inactive.epk ); " }
-- src\Data\Spectres.lua minions["Metadata/Monsters/LeagueExpedition/Olroth/OlrothRiFiTotem2"] = { name = "Invisible Fire", life = 3, fireResist = 0, coldResist = 0, lightningResist = 0, chaosResist = 0, damage = 2.4, damageSpread = 0.2, attackTime = 1.32, attackRange = 22, accuracy = 1, skillList = { }, modList = { }, }
monster no drops or experience [1]
Id | MonsterNoDropsOrExperience |
---|---|
Family | MonsterNoDropsOrExperience |
Domains | 怪物 (3) |
GenerationType | 传奇 (3) |
Req. level | 1 |
Stats |
cannot be afflicted [1]
cannot be tagged by sentinel [1]
cannot have affliction mods [1]
cannot have azmeri dust [1]
cant possess this [1]
cant touch this [1]
monster no talismans [1]
Id | CannotBeAugmented |
---|---|
Family | Nothing |
Domains | 怪物 (3) |
GenerationType | 传奇 (3) |
Req. level | 1 |
Stats |