正義女神
人形cannot be stunned for ms after stun finished [2000]
cannot be stunned while stunned [1]
cannot be stunned while stunned [1]
Goddess of Justice
| 幽魂 | N |
|---|---|
| 標籤 | 法術, fire_affinity, flesh_armour, human, humanoid, is_unarmed, large_model, medium_height, medium_movement, not_dex, not_int, ranged, red_blood |
生命
3400%
護甲值
+100%
異常狀態臨界值
3400%
抗性
傷害
180%
命中
100%
暴擊率
+5%
暴擊加成
+130%
攻擊距離
6 ~ 14
攻擊間隔
2.25 秒
傷害分佈
±20%
經驗值
200%
Model Size
100%
類型
LabyrinthBoss1
Metadata
GoddessOfJustice
下列的數值並未包含地圖加成、怪物Buff加成、祭壇加成、輿圖天賦加成。
等級
68
生命
218,734
護甲值
57,580
閃避值
4,739
傷害
672
法術傷害
672
命中
580
攻擊間隔
2.25
經驗值
20,510
召喚物生命
47,445
召喚物傷害
537
異常狀態臨界值
218,734
冰緩
692
感電
692
易碎
3,913
焦灼
692
殘喘
1,911
下列的數值為技能基礎數值,並未包含地圖加成、怪物Buff加成、祭壇加成、輿圖天賦加成、怪物本身傷害加成(例: 釋界 150% 加成),怪物稀有度加成(例: 傳奇 +70% 更多, 傳奇攻擊 33% 更少)。
LabyrinthSpiritMortar
投射物, 法術, 傷害, 範圍, 陷阱技能, 圖騰技能, 地雷技能, 法術可重複, 可觸發, 範圍法術
暴擊率: 5%
施放時間: 1 秒
冷卻時間: 3.5 秒
造成 1116 至 1675 火焰傷害
base is projectile [1]
ignite art variation [2]
is area damage [1]
projectile minimum range [15]
projectile spread radius [20]
IzaroSummonSkeletonGhostflame
法術, 投射物, 法術可重複, 可觸發
施放時間: 0.25 秒
冷卻時間: 20 秒
技能重複施放 6 次
造成 180.5 至 270.7 火焰傷害
active skill area of effect radius +% final [-25]
alternate minion [76]
base is projectile [1]
number of monsters to summon [2]
projectile minimum range [25]
summoned monsters are minions [1]
summoned monsters no drops or experience [1]
AwakenGargoyle
冷卻時間: 14 秒
+10 秒基礎持續時間
GoddessOfJusticeFaceLastTarget
面對最後目標
IzaroWarp
法術, 範圍, 範圍法術
伊澤洛傳送
施放時間: 3 秒
冷卻時間: 13 秒
Object Type
version 2
extends "Metadata/Monsters/Monster"
Positioned
{
collision_hull_type = "projectile"
blocking = false
}
Pathfinding
{
immobile = true
}
Stats
{
immune_to_curses = 1
set_item_drop_slots = 0
mana_regeneration_rate_per_minute_% = 100
base_maximum_mana = 100000
set_monster_no_drops_or_experience = 1
set_monster_do_not_fracture = 1
base_cannot_be_damaged = 1
base_cannot_be_stunned = 1
cannot_be_knocked_back = 1
immune_to_shunt_geal = 1
//Immune to Ailments and Poison
base_avoid_chill_% = 100
base_avoid_freeze_% = 100
base_avoid_ignite_% = 100
base_avoid_shock_% = 100
cannot_be_poisoned = 1
//Removing the 70% Damage Gained by being Unique And Fixup from Inheriting from Izaro
monster_rarity_damage_+%_final = -70
monster_base_type_attack_cast_speed_+%_and_damage_-%_final = -33
}
Actor
{
basic_action = "Emerge"
slow_animations_go_to_idle = false
}
Transitionable
{
}
Life
{
corpse_usable = false
}Object Type Codes
version 2
extends "Metadata/Monsters/Monster"
Render
{
//turn_duration = 0.4
}
Targetable
{
no_highlight = true
targetable = false
}
Transitionable
{
create_untransitioned = "PlayAnimation( emerge ); PauseAnimation();"
} -- src\Data\Spectres.lua
minions["Metadata/Monsters/Labyrinth/GoddessOfJustice"] = {
name = "Goddess of Justice",
life = 34,
fireResist = 40,
coldResist = 40,
lightningResist = 40,
chaosResist = 25,
damage = 1.8,
damageSpread = 0.2,
attackTime = 2.25,
attackRange = 14,
accuracy = 1,
skillList = {
"LabyrinthSpiritMortar",
"IzaroSummonSkeletonGhostflame",
"AwakenGargoyle",
"GoddessOfJusticeFaceLastTarget",
"IzaroWarp",
},
modList = {
},
}
-- src\Data\Skills\spectre.lua
skills["LabyrinthSpiritMortar"] = {
name = "LabyrinthSpiritMortar",
hidden = true,
color = "3",
baseEffectiveness = 0,
incrementalEffectiveness = 0,
skillTypes = {
[SkillType.Projectile] = true,
[SkillType.Spell] = true,
[SkillType.Damage] = true,
[SkillType.Area] = true,
[SkillType.Trappable] = true,
[SkillType.Totemable] = true,
[SkillType.Mineable] = true,
[SkillType.Multicastable] = true,
[SkillType.Triggerable] = true,
[SkillType.AreaSpell] = true,
},
statDescriptionScope = "skill_stat_descriptions",
castTime = 1,
baseFlags = {
area = true,
spell = true,
projectile = true,
},
baseMods = {
},
qualityStats = {
},
stats = {
"spell_minimum_base_fire_damage",
"spell_maximum_base_fire_damage",
"projectile_spread_radius",
"projectile_minimum_range",
"ignite_art_variation",
"is_area_damage",
"base_is_projectile",
},
levels = {
[1] = {0.60000002384186, 1, 20, 15, 2, levelRequirement = 3, statInterpolation = {3, 3}, cost = { }, },
[2] = {0.60000002384186, 1, 20, 15, 2, critChance = 5, levelRequirement = 53, statInterpolation = {3, 3}, cost = { }, },
[3] = {0.80000001192093, 1.2000000476837, 20, 15, 2, critChance = 5, levelRequirement = 66, statInterpolation = {3, 3}, cost = { }, },
[4] = {0.80000001192093, 1.2000000476837, 20, 15, 2, critChance = 5, levelRequirement = 75, statInterpolation = {3, 3}, cost = { }, },
},
}
-- src\Data\Skills\spectre.lua
skills["IzaroSummonSkeletonGhostflame"] = {
name = "IzaroSummonSkeletonGhostflame",
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 = 0.25,
baseFlags = {
spell = true,
projectile = true,
},
baseMods = {
},
qualityStats = {
},
stats = {
"spell_minimum_base_fire_damage",
"spell_maximum_base_fire_damage",
"number_of_monsters_to_summon",
"alternate_minion",
"projectile_minimum_range",
"skill_repeat_count",
"active_skill_area_of_effect_radius_+%_final",
"summoned_monsters_are_minions",
"summoned_monsters_no_drops_or_experience",
"base_is_projectile",
},
levels = {
[1] = {0.80000001192093, 1.2000000476837, 2, 76, 25, 6, -25, levelRequirement = 1, statInterpolation = {3, 3}, cost = { }, },
},
}
-- src\Data\Skills\spectre.lua
skills["AwakenGargoyle"] = {
name = "AwakenGargoyle",
hidden = true,
color = "4",
baseEffectiveness = 0,
incrementalEffectiveness = 0,
skillTypes = {
},
statDescriptionScope = "skill_stat_descriptions",
castTime = 1,
baseFlags = {
},
baseMods = {
},
qualityStats = {
},
stats = {
"base_skill_effect_duration",
},
levels = {
[1] = {10000, levelRequirement = 1, statInterpolation = {}, cost = { }, },
},
}
-- src\Data\Skills\spectre.lua
skills["GoddessOfJusticeFaceLastTarget"] = {
name = "Face Last Target",
hidden = true,
color = "4",
baseEffectiveness = 0,
incrementalEffectiveness = 0,
skillTypes = {
},
statDescriptionScope = "skill_stat_descriptions",
castTime = 0.01,
baseFlags = {
},
baseMods = {
},
qualityStats = {
},
stats = {
},
levels = {
[1] = {levelRequirement = 1, statInterpolation = {}, cost = { }, },
},
}
-- src\Data\Skills\spectre.lua
skills["IzaroWarp"] = {
name = "Izaro Warp",
hidden = true,
color = "4",
baseEffectiveness = 0,
incrementalEffectiveness = 0,
skillTypes = {
[SkillType.Spell] = true,
[SkillType.Area] = true,
[SkillType.AreaSpell] = true,
},
statDescriptionScope = "skill_stat_descriptions",
castTime = 3,
baseFlags = {
area = true,
spell = true,
},
baseMods = {
},
qualityStats = {
},
stats = {
},
levels = {
[1] = {levelRequirement = 1, statInterpolation = {}, cost = { }, },
[2] = {60, levelRequirement = 75, statInterpolation = {1}, cost = { }, },
},
}
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 |
| key | val |
|---|---|
| Stats.item_drop_slots | 0 |
| Stats.energy_shield_recharge_rate_per_minute_% | 2000 |
| Stats.mana_regeneration_rate_per_minute_% | 100, 100 |
| Stats.base_maximum_mana | 200, 100000 |
| Stats.maximum_physical_damage_reduction_% | 75 |
| Stats.max_viper_strike_orbs | 4 |
| Stats.base_maximum_all_resistances_% | 75 |
| Stats.max_fuse_arrow_orbs | 5 |
| Stats.max_fire_beam_stacks | 8 |
| Stats.max_charged_attack_stacks | 10 |
| Stats.base_critical_strike_multiplier | 130 |
| Stats.critical_ailment_dot_multiplier_+ | 30 |
| Stats.max_endurance_charges | 3 |
| Stats.max_frenzy_charges | 3 |
| Stats.max_power_charges | 3 |
| Stats.base_attack_speed_+%_per_frenzy_charge | 4 |
| Stats.base_attack_speed_+%_per_frenzy_charge_if_not_player_minion | 11 |
| Stats.base_cast_speed_+%_per_frenzy_charge | 4 |
| Stats.base_cast_speed_+%_per_frenzy_charge_if_not_player_minion | 11 |
| Stats.movement_velocity_+%_per_frenzy_charge_if_not_player_minion | 5 |
| Stats.object_inherent_damage_+%_final_per_frenzy_charge | 4 |
| Stats.physical_damage_reduction_%_per_endurance_charge | 4 |
| Stats.physical_damage_reduction_%_per_endurance_charge_if_not_player_minion | 11 |
| Stats.resist_all_elements_%_per_endurance_charge | 4 |
| Stats.resist_all_elements_%_per_endurance_charge_if_not_player_minion | 11 |
| Stats.critical_strike_chance_+%_per_power_charge | 50 |
| Stats.critical_strike_chance_+%_per_power_charge_if_not_player_minion | 150 |
| Stats.maximum_block_% | 75 |
| Stats.base_maximum_spell_block_% | 75 |
| Stats.base_number_of_totems_allowed | 1 |
| Stats.base_number_of_traps_allowed | 3 |
| Stats.base_number_of_remote_mines_allowed | 5 |
| Stats.movement_velocity_cap | 128 |
| Stats.maximum_life_leech_rate_%_per_minute | 1200 |
| Stats.maximum_mana_leech_rate_%_per_minute | 1200 |
| Stats.maximum_energy_shield_leech_rate_%_per_minute | 600 |
| Stats.monster_ignite_damage_+%_final | -72 |
| Stats.monster_bleeding_damage_+%_final | -86 |
| Stats.monster_poison_damage_+%_final | -50 |
| Stats.bleeding_moving_damage_%_of_base_override | 500 |
| Stats.max_azurite_debuff_stacks | 10 |
| Stats.impaled_debuff_base_duration_ms | 8000 |
| Stats.impaled_debuff_number_of_reflected_hits | 5 |
| Stats.ignore_skill_weapon_restrictions | 1 |
| Stats.base_total_number_of_sigils_allowed | 3 |
| Stats.maximum_life_leech_amount_per_leech_%_max_life | 10 |
| Stats.maximum_mana_leech_amount_per_leech_%_max_mana | 10 |
| Stats.maximum_energy_shield_leech_amount_per_leech_%_max_energy_shield | 10 |
| Stats.object_inherent_melee_hit_stun_duration_+%_final | 20 |
| Stats.scale_melee_range_to_actor_scale | 1 |
| Stats.use_melee_pattern_range | 1 |
| Stats.actor_scale_+%_limit | 100 |
| Stats.damage_taken_when_hit_+%_final_per_fortification | -1 |
| Stats.base_max_fortification | 20 |
| Stats.soul_eater_maximum_stacks | 45 |
| Stats.immune_to_curses | 1 |
| Stats.monster_no_drops_or_experience | 1 |
| Stats.monster_do_not_fracture | 1 |
| Stats.base_cannot_be_damaged | 1 |
| Stats.base_cannot_be_stunned | 1 |
| Stats.cannot_be_knocked_back | 1 |
| Stats.immune_to_shunt_geal | 1 |
| Stats.base_avoid_chill_% | 100 |
| Stats.base_avoid_freeze_% | 100 |
| Stats.base_avoid_ignite_% | 100 |
| Stats.base_avoid_shock_% | 100 |
| Stats.cannot_be_poisoned | 1 |
| Stats.monster_rarity_damage_+%_final | -70 |
| Stats.monster_base_type_attack_cast_speed_+%_and_damage_-%_final | -33 |
| ObjectMagicProperties.stat_description_list | Metadata/StatDescriptions/monster_stat_descriptions.txt |
| Positioned.blocking | true, false |
| Positioned.team | 0 |
| Positioned.serialise_collidable | true |
| Positioned.collision_hull_type | projectile |
| BaseEvents.server_only | true |
| Actor.basic_action | Move, Flee, StrafeLeft, StrafeRight, Advance, DoNothing, MonsterPickup, Emerge |
| Actor.slow_animations_go_to_idle | true, false |
| Pathfinding.immobile | true |
| Life.corpse_usable | false |
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.