Дух кролика
Нежить
Spirit Of The Rabbit
| Spectre | N |
|---|---|
| Tags | ghost, medium_movement, Unarmed_onhit_audio, undead |
Здоровье
100%
Сопротивление
Damage
100%
Меткость
100%
Критические попадания Chance
5%
Attack Distance
5 ~ 14
Время атаки
1.5 Second
Damage Spread
±20%
Опыт
100%
Model Size
100%
Type
TormentedSpirit
Metadata
TormentedSpiritoftheRabbitSacred_
The following values do not include map affix bonuses, monster buff bonuses, altar bonuses, atlas skill bonuses.
Уровень
68
Здоровье
7,757
2,413
708
Damage
233
Урон от чар
233
Меткость
2,502
Время атаки
1.5
Опыт
28,634
Minion Life
6,930
Minion Damage
969
Minion Armour
2,413
The following values are skill base values and do not include map affix bonuses, monster buff bonuses, altar bonuses, atlas skill bonuses, monster base damage(ex: The Maven 150% multiplier), monster rarity bonuses (ex: unique 70% more, unique attack 33% less).
HauntSacred
Перезарядка: 3 сек.
SpiritBurstSacred
active skill base area of effect radius [80]
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"
-- src\Data\Spectres.lua
minions["Metadata/Monsters/TormentedSpirits/TormentedSpiritoftheRabbitSacred_"] = {
name = "Spirit Of The Rabbit",
life = 1,
fireResist = 0,
coldResist = 0,
lightningResist = 0,
chaosResist = 0,
damage = 1,
damageSpread = 0.2,
attackTime = 1.5,
attackRange = 14,
accuracy = 1,
skillList = {
"HauntSacred",
"SpiritBurstSacred",
},
modList = {
},
}
-- src\Data\Skills\spectre.lua
skills["HauntSacred"] = {
name = "HauntSacred",
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["SpiritBurstSacred"] = {
name = "SpiritBurstSacred",
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 Rabbit
| Spectre | N |
|---|---|
| Tags | ghost, medium_movement, Unarmed_onhit_audio, undead |
Здоровье
100%
Сопротивление
Damage
66%
Меткость
100%
Критические попадания Chance
5%
Attack Distance
6 ~ 14
Время атаки
1.5 Second
Damage Spread
±20%
Опыт
100%
Model Size
100%
Type
TormentedSpiritDaemon
Metadata
TormentedSpiritoftheRabbitSacredPossesedDaemon
The following values do not include map affix bonuses, monster buff bonuses, altar bonuses, atlas skill bonuses.
Уровень
68
Здоровье
7,757
2,413
708
Damage
154
Урон от чар
154
Меткость
2,502
Время атаки
1.5
Опыт
28,634
Minion Life
6,930
Minion Damage
639
Minion Armour
2,413
The following values are skill base values and do not include map affix bonuses, monster buff bonuses, altar bonuses, atlas skill bonuses, monster base damage(ex: The Maven 150% multiplier), monster rarity bonuses (ex: unique 70% more, unique attack 33% less).
GTSpiritOfTheRabbit
Triggerable
Перезарядка: 10 сек.
action attack or cast time uses animation length [1]
TBSpiritOfTheRabbit
Spell, Triggerable, Attack, Damage
Base Damage: 123–185
Время применения: 1 сек.
Время атаки: 1.5 сек.
generic skill trigger skills with id [1]
SOSpiritOfTheRabbit
Triggerable
action attack or cast time uses animation length [1]
generic skill trigger id [1]
Object Type
version 2
abstract
extends "Metadata/Monsters/Daemon/AbstractDaemon"
Stats
{
is_hidden_monster = 0
}Object Type Codes
version 2
extends "Metadata/Monsters/Daemon/AbstractDaemon"
Render
{
} -- src\Data\Spectres.lua
minions["Metadata/Monsters/TormentedSpirits/TormentedSpiritoftheRabbitSacredPossesedDaemon"] = {
name = "Spirit Of The Rabbit",
life = 1,
fireResist = 0,
coldResist = 0,
lightningResist = 0,
chaosResist = 0,
damage = 0.66,
damageSpread = 0.2,
attackTime = 1.5,
attackRange = 14,
accuracy = 1,
skillList = {
"TBSpiritOfTheRabbit",
"SOSpiritOfTheRabbit",
"GTSpiritOfTheRabbit",
},
modList = {
},
}
-- src\Data\Skills\spectre.lua
skills["TBSpiritOfTheRabbit"] = {
name = "TBSpiritOfTheRabbit",
hidden = true,
color = ,
baseEffectiveness = 0,
incrementalEffectiveness = 0,
skillTypes = {
[SkillType.Spell] = true,
[SkillType.Triggerable] = true,
[SkillType.Attack] = true,
[SkillType.Damage] = true,
},
statDescriptionScope = "skill_stat_descriptions",
castTime = 1,
baseFlags = {
attack = true,
spell = true,
},
baseMods = {
},
qualityStats = {
},
stats = {
"generic_skill_trigger_skills_with_id",
},
levels = {
[1] = {1, levelRequirement = 1, statInterpolation = {}, cost = { }, },
},
}
-- src\Data\Skills\spectre.lua
skills["SOSpiritOfTheRabbit"] = {
name = "SOSpiritOfTheRabbit",
hidden = true,
color = ,
baseEffectiveness = 0,
incrementalEffectiveness = 0,
skillTypes = {
[SkillType.Triggerable] = true,
},
statDescriptionScope = "skill_stat_descriptions",
castTime = 1,
baseFlags = {
},
baseMods = {
},
qualityStats = {
},
stats = {
"generic_skill_trigger_id",
"action_attack_or_cast_time_uses_animation_length",
},
levels = {
[1] = {1, levelRequirement = 1, statInterpolation = {}, cost = { }, },
},
}
-- src\Data\Skills\spectre.lua
skills["GTSpiritOfTheRabbit"] = {
name = "GTSpiritOfTheRabbit",
hidden = true,
color = ,
baseEffectiveness = 0,
incrementalEffectiveness = 0,
skillTypes = {
[SkillType.Triggerable] = true,
},
statDescriptionScope = "skill_stat_descriptions",
castTime = 1,
baseFlags = {
},
baseMods = {
},
qualityStats = {
},
stats = {
"action_attack_or_cast_time_uses_animation_length",
},
levels = {
[1] = {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.