Rasp Scavenger
Область: Дешар, След Дредноута, Убежище в зиккурате
Spectre | Y |
---|---|
Area | Дешар, След Дредноута, Убежище в зиккурате, Дешар, След Дредноута |
Tags | allows_additional_projectiles, allows_inc_aoe, insect, melee, MonsterStab_onhit_audio, not_dex, not_int, physical_affinity, ranged, slow_movement |
Packs |
Здоровье
80%
Броня
+30%
Ailment Threshold
%
Сопротивление
0
-30
0
0
Damage
80%
Меткость
100%
Шанс критического удара
+5%
Множитель критического удара
+130%
Attack Distance
4 ~ 10
Attack Time
1.005 Second
Damage Spread
±20%
Опыт
80%
Model Size
80%
Type
PorcupineAntSmall
Metadata
PorcupineAntSmall
The following values do not include map affix bonuses, monster buff bonuses, altar bonuses, atlas skill bonuses.
Уровень
70
Здоровье
6,973
Броня
3,877
Уклонение
502
Энерг. щит
0
Damage
198
Урон от чар
198
Меткость
0
Attack Time
1.005
Опыт
27,711
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).
MeleeAtAnimationSpeed
Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Multistrikeable, Melee, ProjectilesFromUser
Обычная атака
Base Damage: 159–238
Шанс крит. попадания: 5%
Attack Time: 1.005 сек.
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]
projectile uses contact position [1]
skill can fire wand projectiles [1]
use scaled contact offset [1]
GPAPorcupineAntSpikeNova
Triggerable, Attack
Base Damage: 159–238
Шанс крит. попадания: 5%
Attack Time: 1.005 сек.
60% уменьшение области действия
base is projectile [1]
projectile speed variation +% [30]
projectile spread radius [20]
base is projectile [1]
projectile speed variation +% [30]
projectile spread radius [20]
MMAPorcupineAntSpikeball
Projectile, ProjectilesFromUser, Attack, Damage, Area, Trappable, Totemable, Mineable, Multicastable, Triggerable
Base Damage: 159–238
Шанс крит. попадания: 5%
Attack Time: 1.005 сек.
Generic monster mortar skill. Like Monster Projectile but has an impact effect.
+60 к дальности ударов ближнего боя
action attack or cast time uses animation length [1]
base is projectile [1]
number of projectiles override [1]
projectile spread radius [5]
projectiles not offset [1]
action attack or cast time uses animation length [1]
base is projectile [1]
number of projectiles override [1]
projectile spread radius [5]
projectiles not offset [1]
Object Type
version 2 extends "Metadata/Monsters/Monster" StateMachine { define_shared_state = "spiked;" } Transitionable { } Stats { set_base_heavy_stun_duration_ms = 2600 }
Object Type Codes
version 2 extends "Metadata/Monsters/Monster" StateMachine { on_or_create_state_spiked_1 = "DetachAllOfType( 'Metadata/Monsters/PorcupineAnt/PorcupineAntSpikeBall.ao' );" } Transitionable { on_transition = " Roll( 1, 2, { PlayEffect( 'Metadata/Monsters/PorcupineAnt/PorcupineAntAggroAudio.ao' ); } ); " } Animated { preload_animated_object = "Metadata/Monsters/PorcupineAnt/PorcupineAntAggroAudio.ao" }
-- src\Data\Spectres.lua minions["Metadata/Monsters/PorcupineAnt/PorcupineAntSmall"] = { name = "Rasp Scavenger", life = 0.8, fireResist = 0, coldResist = 0, lightningResist = 0, chaosResist = 0, damage = 0.8, damageSpread = 0.2, attackTime = 1.005, attackRange = 10, accuracy = 1, skillList = { "MeleeAtAnimationSpeed", "GPAPorcupineAntSpikeNova", "MMAPorcupineAntSpikeball", }, 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.Multistrikeable] = true, [SkillType.Melee] = true, [SkillType.ProjectilesFromUser] = 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["GPAPorcupineAntSpikeNova"] = { name = "GPAPorcupineAntSpikeNova", hidden = true, color = , baseEffectiveness = 0, incrementalEffectiveness = 0, skillTypes = { [SkillType.Triggerable] = true, [SkillType.Attack] = true, }, statDescriptionScope = "skill_stat_descriptions", castTime = 1, baseFlags = { attack = true, projectile = true, }, baseMods = { }, qualityStats = { }, stats = { "projectile_speed_variation_+%", "projectile_spread_radius", "base_skill_area_of_effect_+%", "base_is_projectile", }, levels = { [1] = {30, 20, -60, levelRequirement = 1, statInterpolation = {}, cost = { }, }, }, } -- src\Data\Skills\spectre.lua skills["MMAPorcupineAntSpikeball"] = { name = "MMAPorcupineAntSpikeball", hidden = true, color = , baseEffectiveness = 0, incrementalEffectiveness = 0, description = "Generic monster mortar skill. Like Monster Projectile but has an impact effect.", skillTypes = { [SkillType.Projectile] = true, [SkillType.ProjectilesFromUser] = true, [SkillType.Attack] = true, [SkillType.Damage] = true, [SkillType.Area] = true, [SkillType.Trappable] = true, [SkillType.Totemable] = true, [SkillType.Mineable] = true, [SkillType.Multicastable] = true, [SkillType.Triggerable] = true, }, statDescriptionScope = "skill_stat_descriptions", castTime = 1.2, baseFlags = { attack = true, area = true, projectile = true, }, baseMods = { }, qualityStats = { }, stats = { "number_of_projectiles_override", "melee_range_+", "projectile_spread_radius", "base_is_projectile", "action_attack_or_cast_time_uses_animation_length", "projectiles_not_offset", }, levels = { [1] = {1, 60, 5, levelRequirement = 1, statInterpolation = {}, cost = { }, }, }, }
Rasp Scavenger
Область: Дешар, След Дредноута, Убежище в зиккурате
Spectre | Y |
---|---|
Area | Дешар, След Дредноута, Убежище в зиккурате, Дешар, След Дредноута |
Tags | allows_additional_projectiles, allows_inc_aoe, insect, melee, MonsterStab_onhit_audio, not_dex, not_int, physical_affinity, ranged, slow_movement |
Packs |
Здоровье
100%
Броня
+35%
Ailment Threshold
%
Сопротивление
0
-30
0
0
Damage
100%
Меткость
100%
Шанс критического удара
+5%
Множитель критического удара
+130%
Attack Distance
4 ~ 12
Attack Time
1.005 Second
Damage Spread
±20%
Опыт
100%
Model Size
100%
Type
PorcupineAntMedium
Metadata
PorcupineAntMedium
The following values do not include map affix bonuses, monster buff bonuses, altar bonuses, atlas skill bonuses.
Уровень
70
Здоровье
8,716
Броня
3,877
Уклонение
502
Энерг. щит
0
Damage
248
Урон от чар
248
Меткость
0
Attack Time
1.005
Опыт
34,639
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).
MeleeAtAnimationSpeed
Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Multistrikeable, Melee, ProjectilesFromUser
Обычная атака
Base Damage: 198–297
Шанс крит. попадания: 5%
Attack Time: 1.005 сек.
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]
projectile uses contact position [1]
skill can fire wand projectiles [1]
use scaled contact offset [1]
GPAPorcupineAntSpikeNova
Triggerable, Attack
Base Damage: 198–297
Шанс крит. попадания: 5%
Attack Time: 1.005 сек.
60% уменьшение области действия
base is projectile [1]
projectile speed variation +% [30]
projectile spread radius [20]
base is projectile [1]
projectile speed variation +% [30]
projectile spread radius [20]
MMAPorcupineAntSpikeball
Projectile, ProjectilesFromUser, Attack, Damage, Area, Trappable, Totemable, Mineable, Multicastable, Triggerable
Base Damage: 198–297
Шанс крит. попадания: 5%
Attack Time: 1.005 сек.
Generic monster mortar skill. Like Monster Projectile but has an impact effect.
+60 к дальности ударов ближнего боя
action attack or cast time uses animation length [1]
base is projectile [1]
number of projectiles override [1]
projectile spread radius [5]
projectiles not offset [1]
action attack or cast time uses animation length [1]
base is projectile [1]
number of projectiles override [1]
projectile spread radius [5]
projectiles not offset [1]
Object Type
version 2 extends "Metadata/Monsters/Monster" StateMachine { define_shared_state = "spiked;" } Transitionable { } Stats { set_base_heavy_stun_duration_ms = 2600 }
Object Type Codes
version 2 extends "Metadata/Monsters/Monster" StateMachine { on_or_create_state_spiked_1 = "DetachAllOfType( 'Metadata/Monsters/PorcupineAnt/PorcupineAntSpikeBall.ao' );" } Transitionable { on_transition = " Roll( 1, 2, { PlayEffect( 'Metadata/Monsters/PorcupineAnt/PorcupineAntAggroAudio.ao' ); } ); " } Animated { preload_animated_object = "Metadata/Monsters/PorcupineAnt/PorcupineAntAggroAudio.ao" }
-- src\Data\Spectres.lua minions["Metadata/Monsters/PorcupineAnt/PorcupineAntMedium"] = { name = "Rasp Scavenger", life = 1, fireResist = 0, coldResist = 0, lightningResist = 0, chaosResist = 0, damage = 1, damageSpread = 0.2, attackTime = 1.005, attackRange = 12, accuracy = 1, skillList = { "MeleeAtAnimationSpeed", "GPAPorcupineAntSpikeNova", "MMAPorcupineAntSpikeball", }, 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.Multistrikeable] = true, [SkillType.Melee] = true, [SkillType.ProjectilesFromUser] = 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["GPAPorcupineAntSpikeNova"] = { name = "GPAPorcupineAntSpikeNova", hidden = true, color = , baseEffectiveness = 0, incrementalEffectiveness = 0, skillTypes = { [SkillType.Triggerable] = true, [SkillType.Attack] = true, }, statDescriptionScope = "skill_stat_descriptions", castTime = 1, baseFlags = { attack = true, projectile = true, }, baseMods = { }, qualityStats = { }, stats = { "projectile_speed_variation_+%", "projectile_spread_radius", "base_skill_area_of_effect_+%", "base_is_projectile", }, levels = { [1] = {30, 20, -60, levelRequirement = 1, statInterpolation = {}, cost = { }, }, }, } -- src\Data\Skills\spectre.lua skills["MMAPorcupineAntSpikeball"] = { name = "MMAPorcupineAntSpikeball", hidden = true, color = , baseEffectiveness = 0, incrementalEffectiveness = 0, description = "Generic monster mortar skill. Like Monster Projectile but has an impact effect.", skillTypes = { [SkillType.Projectile] = true, [SkillType.ProjectilesFromUser] = true, [SkillType.Attack] = true, [SkillType.Damage] = true, [SkillType.Area] = true, [SkillType.Trappable] = true, [SkillType.Totemable] = true, [SkillType.Mineable] = true, [SkillType.Multicastable] = true, [SkillType.Triggerable] = true, }, statDescriptionScope = "skill_stat_descriptions", castTime = 1.2, baseFlags = { attack = true, area = true, projectile = true, }, baseMods = { }, qualityStats = { }, stats = { "number_of_projectiles_override", "melee_range_+", "projectile_spread_radius", "base_is_projectile", "action_attack_or_cast_time_uses_animation_length", "projectiles_not_offset", }, levels = { [1] = {1, 60, 5, levelRequirement = 1, statInterpolation = {}, cost = { }, }, }, }
Rasp Scavenger
Область: Испытание Сехем
Spectre | Y |
---|---|
Area | Испытание Сехем, Испытание Сехем |
Tags | allows_additional_projectiles, allows_inc_aoe, insect, melee, MonsterStab_onhit_audio, not_dex, not_int, physical_affinity, ranged, sanctum_monster, slow_movement |
Packs |
Здоровье
100%
Броня
+35%
Ailment Threshold
%
Сопротивление
0
-30
0
0
Damage
100%
Меткость
100%
Шанс критического удара
+5%
Множитель критического удара
+130%
Attack Distance
4 ~ 12
Attack Time
1.005 Second
Damage Spread
±20%
Опыт
100%
Model Size
100%
Type
PorcupineAntMediumSanctumTrial
Metadata
PorcupineAntMediumSanctumTrial
The following values do not include map affix bonuses, monster buff bonuses, altar bonuses, atlas skill bonuses.
Уровень
22
Здоровье
406
Броня
152
Уклонение
96
Энерг. щит
0
Damage
41
Урон от чар
41
Меткость
0
Attack Time
1.005
Опыт
796
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).
MeleeAtAnimationSpeed
Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Multistrikeable, Melee, ProjectilesFromUser
Обычная атака
Base Damage: 33–50
Шанс крит. попадания: 5%
Attack Time: 1.005 сек.
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]
projectile uses contact position [1]
skill can fire wand projectiles [1]
use scaled contact offset [1]
GPAPorcupineAntSpikeNovaSanctum
Triggerable, Attack
Base Damage: 33–50
Шанс крит. попадания: 5%
Attack Time: 1.005 сек.
60% уменьшение области действия
Всегда отравляет при нанесении удара
base is projectile [1]
projectile speed variation +% [30]
projectile spread radius [20]
Всегда отравляет при нанесении удара
base is projectile [1]
projectile speed variation +% [30]
projectile spread radius [20]
MMAPorcupineAntSpikeballSanctum
Projectile, ProjectilesFromUser, Attack, Damage, Area, Trappable, Totemable, Mineable, Multicastable, Triggerable
Base Damage: 33–50
Шанс крит. попадания: 5%
Attack Time: 1.005 сек.
Generic monster mortar skill. Like Monster Projectile but has an impact effect.
+60 к дальности ударов ближнего боя
Всегда отравляет при нанесении удара
action attack or cast time uses animation length [1]
base is projectile [1]
number of projectiles override [1]
projectile spread radius [5]
projectiles not offset [1]
Всегда отравляет при нанесении удара
action attack or cast time uses animation length [1]
base is projectile [1]
number of projectiles override [1]
projectile spread radius [5]
projectiles not offset [1]
Object Type
version 2 extends "Metadata/Monsters/Monster" StateMachine { define_shared_state = "spiked;" } Transitionable { } Stats { set_base_heavy_stun_duration_ms = 2600 }
Object Type Codes
version 2 extends "Metadata/Monsters/Monster" StateMachine { on_or_create_state_spiked_1 = "DetachAllOfType( 'Metadata/Monsters/PorcupineAnt/PorcupineAntSpikeBall_poison.ao' );" } Transitionable { on_transition = " Roll( 1, 2, { PlayEffect( 'Metadata/Monsters/PorcupineAnt/PorcupineAntAggroAudio.ao' ); } ); " } Animated { preload_animated_object = "Metadata/Monsters/PorcupineAnt/PorcupineAntAggroAudio.ao" }
-- src\Data\Spectres.lua minions["Metadata/Monsters/PorcupineAnt/PorcupineAntMediumSanctumTrial"] = { name = "Rasp Scavenger", life = 1, fireResist = 0, coldResist = 0, lightningResist = 0, chaosResist = 0, damage = 1, damageSpread = 0.2, attackTime = 1.005, attackRange = 12, accuracy = 1, skillList = { "MeleeAtAnimationSpeed", "GPAPorcupineAntSpikeNovaSanctum", "MMAPorcupineAntSpikeballSanctum", }, 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.Multistrikeable] = true, [SkillType.Melee] = true, [SkillType.ProjectilesFromUser] = 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["GPAPorcupineAntSpikeNovaSanctum"] = { name = "GPAPorcupineAntSpikeNovaSanctum", hidden = true, color = , baseEffectiveness = 0, incrementalEffectiveness = 0, skillTypes = { [SkillType.Triggerable] = true, [SkillType.Attack] = true, }, statDescriptionScope = "skill_stat_descriptions", castTime = 1, baseFlags = { attack = true, projectile = true, }, baseMods = { }, qualityStats = { }, stats = { "projectile_speed_variation_+%", "projectile_spread_radius", "base_skill_area_of_effect_+%", "base_chance_to_poison_on_hit_%", "base_is_projectile", }, levels = { [1] = {30, 20, -60, 100, levelRequirement = 1, statInterpolation = {}, cost = { }, }, }, } -- src\Data\Skills\spectre.lua skills["MMAPorcupineAntSpikeballSanctum"] = { name = "MMAPorcupineAntSpikeballSanctum", hidden = true, color = , baseEffectiveness = 0, incrementalEffectiveness = 0, description = "Generic monster mortar skill. Like Monster Projectile but has an impact effect.", skillTypes = { [SkillType.Projectile] = true, [SkillType.ProjectilesFromUser] = true, [SkillType.Attack] = true, [SkillType.Damage] = true, [SkillType.Area] = true, [SkillType.Trappable] = true, [SkillType.Totemable] = true, [SkillType.Mineable] = true, [SkillType.Multicastable] = true, [SkillType.Triggerable] = true, }, statDescriptionScope = "skill_stat_descriptions", castTime = 1.2, baseFlags = { attack = true, area = true, projectile = true, }, baseMods = { }, qualityStats = { }, stats = { "number_of_projectiles_override", "melee_range_+", "projectile_spread_radius", "base_chance_to_poison_on_hit_%", "base_is_projectile", "action_attack_or_cast_time_uses_animation_length", "projectiles_not_offset", }, levels = { [1] = {1, 60, 5, 100, levelRequirement = 1, statInterpolation = {}, cost = { }, }, }, }
Rasp Scavenger
Область: Дешар, След Дредноута, Убежище в зиккурате
Spectre | Y |
---|---|
Area | Дешар, След Дредноута, Убежище в зиккурате, Дешар, След Дредноута |
Tags | allows_additional_projectiles, allows_inc_aoe, insect, medium_movement, melee, MonsterStab_onhit_audio, not_dex, not_int, physical_affinity, ranged |
Packs |
Здоровье
120%
Броня
+40%
Ailment Threshold
%
Сопротивление
0
-30
0
0
Damage
120%
Меткость
100%
Шанс критического удара
+5%
Множитель критического удара
+130%
Attack Distance
4 ~ 14
Attack Time
1.005 Second
Damage Spread
±20%
Опыт
120%
Model Size
130%
Type
PorcupineAntLarge
Metadata
PorcupineAntLarge
The following values do not include map affix bonuses, monster buff bonuses, altar bonuses, atlas skill bonuses.
Уровень
70
Здоровье
10,459
Броня
3,877
Уклонение
502
Энерг. щит
0
Damage
297
Урон от чар
297
Меткость
0
Attack Time
1.005
Опыт
41,567
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).
MeleeAtAnimationSpeed
Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Multistrikeable, Melee, ProjectilesFromUser
Обычная атака
Base Damage: 238–357
Шанс крит. попадания: 5%
Attack Time: 1.005 сек.
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]
projectile uses contact position [1]
skill can fire wand projectiles [1]
use scaled contact offset [1]
GPAPorcupineAntSpikeNova
Triggerable, Attack
Base Damage: 238–357
Шанс крит. попадания: 5%
Attack Time: 1.005 сек.
60% уменьшение области действия
base is projectile [1]
projectile speed variation +% [30]
projectile spread radius [20]
base is projectile [1]
projectile speed variation +% [30]
projectile spread radius [20]
MMAPorcupineAntSpikeball
Projectile, ProjectilesFromUser, Attack, Damage, Area, Trappable, Totemable, Mineable, Multicastable, Triggerable
Base Damage: 238–357
Шанс крит. попадания: 5%
Attack Time: 1.005 сек.
Generic monster mortar skill. Like Monster Projectile but has an impact effect.
+60 к дальности ударов ближнего боя
action attack or cast time uses animation length [1]
base is projectile [1]
number of projectiles override [1]
projectile spread radius [5]
projectiles not offset [1]
action attack or cast time uses animation length [1]
base is projectile [1]
number of projectiles override [1]
projectile spread radius [5]
projectiles not offset [1]
Object Type
version 2 extends "Metadata/Monsters/Monster" StateMachine { define_shared_state = "spiked;" } Transitionable { } Stats { set_base_heavy_stun_duration_ms = 2600 }
Object Type Codes
version 2 extends "Metadata/Monsters/Monster" StateMachine { on_or_create_state_spiked_1 = "DetachAllOfType( 'Metadata/Monsters/PorcupineAnt/PorcupineAntSpikeBall.ao' );" } Transitionable { on_transition = " Roll( 1, 2, { PlayEffect( 'Metadata/Monsters/PorcupineAnt/PorcupineAntAggroAudio.ao' ); } ); " } Animated { preload_animated_object = "Metadata/Monsters/PorcupineAnt/PorcupineAntAggroAudio.ao" }
-- src\Data\Spectres.lua minions["Metadata/Monsters/PorcupineAnt/PorcupineAntLarge"] = { name = "Rasp Scavenger", life = 1.2, fireResist = 0, coldResist = 0, lightningResist = 0, chaosResist = 0, damage = 1.2, damageSpread = 0.2, attackTime = 1.005, attackRange = 14, accuracy = 1, skillList = { "MeleeAtAnimationSpeed", "GPAPorcupineAntSpikeNova", "MMAPorcupineAntSpikeball", }, 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.Multistrikeable] = true, [SkillType.Melee] = true, [SkillType.ProjectilesFromUser] = 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["GPAPorcupineAntSpikeNova"] = { name = "GPAPorcupineAntSpikeNova", hidden = true, color = , baseEffectiveness = 0, incrementalEffectiveness = 0, skillTypes = { [SkillType.Triggerable] = true, [SkillType.Attack] = true, }, statDescriptionScope = "skill_stat_descriptions", castTime = 1, baseFlags = { attack = true, projectile = true, }, baseMods = { }, qualityStats = { }, stats = { "projectile_speed_variation_+%", "projectile_spread_radius", "base_skill_area_of_effect_+%", "base_is_projectile", }, levels = { [1] = {30, 20, -60, levelRequirement = 1, statInterpolation = {}, cost = { }, }, }, } -- src\Data\Skills\spectre.lua skills["MMAPorcupineAntSpikeball"] = { name = "MMAPorcupineAntSpikeball", hidden = true, color = , baseEffectiveness = 0, incrementalEffectiveness = 0, description = "Generic monster mortar skill. Like Monster Projectile but has an impact effect.", skillTypes = { [SkillType.Projectile] = true, [SkillType.ProjectilesFromUser] = true, [SkillType.Attack] = true, [SkillType.Damage] = true, [SkillType.Area] = true, [SkillType.Trappable] = true, [SkillType.Totemable] = true, [SkillType.Mineable] = true, [SkillType.Multicastable] = true, [SkillType.Triggerable] = true, }, statDescriptionScope = "skill_stat_descriptions", castTime = 1.2, baseFlags = { attack = true, area = true, projectile = true, }, baseMods = { }, qualityStats = { }, stats = { "number_of_projectiles_override", "melee_range_+", "projectile_spread_radius", "base_is_projectile", "action_attack_or_cast_time_uses_animation_length", "projectiles_not_offset", }, levels = { [1] = {1, 60, 5, levelRequirement = 1, statInterpolation = {}, cost = { }, }, }, }
Rasp Scavenger
Область: Испытание Сехем
Spectre | Y |
---|---|
Area | Испытание Сехем, Испытание Сехем |
Tags | allows_additional_projectiles, allows_inc_aoe, insect, medium_movement, melee, MonsterStab_onhit_audio, not_dex, not_int, physical_affinity, ranged, sanctum_monster |
Packs |
Здоровье
120%
Броня
+40%
Ailment Threshold
%
Сопротивление
0
-30
0
0
Damage
120%
Меткость
100%
Шанс критического удара
+5%
Множитель критического удара
+130%
Attack Distance
4 ~ 14
Attack Time
1.005 Second
Damage Spread
±20%
Опыт
120%
Model Size
130%
Type
PorcupineAntLargeSanctumTrial
Metadata
PorcupineAntLargeSanctumTrial
The following values do not include map affix bonuses, monster buff bonuses, altar bonuses, atlas skill bonuses.
Уровень
22
Здоровье
487
Броня
152
Уклонение
96
Энерг. щит
0
Damage
50
Урон от чар
50
Меткость
0
Attack Time
1.005
Опыт
955
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).
MeleeAtAnimationSpeed
Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Multistrikeable, Melee, ProjectilesFromUser
Обычная атака
Base Damage: 40–59
Шанс крит. попадания: 5%
Attack Time: 1.005 сек.
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]
projectile uses contact position [1]
skill can fire wand projectiles [1]
use scaled contact offset [1]
GPAPorcupineAntSpikeNovaSanctum
Triggerable, Attack
Base Damage: 40–59
Шанс крит. попадания: 5%
Attack Time: 1.005 сек.
60% уменьшение области действия
Всегда отравляет при нанесении удара
base is projectile [1]
projectile speed variation +% [30]
projectile spread radius [20]
Всегда отравляет при нанесении удара
base is projectile [1]
projectile speed variation +% [30]
projectile spread radius [20]
MMAPorcupineAntSpikeballSanctum
Projectile, ProjectilesFromUser, Attack, Damage, Area, Trappable, Totemable, Mineable, Multicastable, Triggerable
Base Damage: 40–59
Шанс крит. попадания: 5%
Attack Time: 1.005 сек.
Generic monster mortar skill. Like Monster Projectile but has an impact effect.
+60 к дальности ударов ближнего боя
Всегда отравляет при нанесении удара
action attack or cast time uses animation length [1]
base is projectile [1]
number of projectiles override [1]
projectile spread radius [5]
projectiles not offset [1]
Всегда отравляет при нанесении удара
action attack or cast time uses animation length [1]
base is projectile [1]
number of projectiles override [1]
projectile spread radius [5]
projectiles not offset [1]
Object Type
version 2 extends "Metadata/Monsters/Monster" StateMachine { define_shared_state = "spiked;" } Transitionable { } Stats { set_base_heavy_stun_duration_ms = 2600 }
Object Type Codes
version 2 extends "Metadata/Monsters/Monster" StateMachine { on_or_create_state_spiked_1 = "DetachAllOfType( 'Metadata/Monsters/PorcupineAnt/PorcupineAntSpikeBall_poison.ao' );" } Transitionable { on_transition = " Roll( 1, 2, { PlayEffect( 'Metadata/Monsters/PorcupineAnt/PorcupineAntAggroAudio.ao' ); } ); " } Animated { preload_animated_object = "Metadata/Monsters/PorcupineAnt/PorcupineAntAggroAudio.ao" }
-- src\Data\Spectres.lua minions["Metadata/Monsters/PorcupineAnt/PorcupineAntLargeSanctumTrial"] = { name = "Rasp Scavenger", life = 1.2, fireResist = 0, coldResist = 0, lightningResist = 0, chaosResist = 0, damage = 1.2, damageSpread = 0.2, attackTime = 1.005, attackRange = 14, accuracy = 1, skillList = { "MeleeAtAnimationSpeed", "GPAPorcupineAntSpikeNovaSanctum", "MMAPorcupineAntSpikeballSanctum", }, 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.Multistrikeable] = true, [SkillType.Melee] = true, [SkillType.ProjectilesFromUser] = 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["GPAPorcupineAntSpikeNovaSanctum"] = { name = "GPAPorcupineAntSpikeNovaSanctum", hidden = true, color = , baseEffectiveness = 0, incrementalEffectiveness = 0, skillTypes = { [SkillType.Triggerable] = true, [SkillType.Attack] = true, }, statDescriptionScope = "skill_stat_descriptions", castTime = 1, baseFlags = { attack = true, projectile = true, }, baseMods = { }, qualityStats = { }, stats = { "projectile_speed_variation_+%", "projectile_spread_radius", "base_skill_area_of_effect_+%", "base_chance_to_poison_on_hit_%", "base_is_projectile", }, levels = { [1] = {30, 20, -60, 100, levelRequirement = 1, statInterpolation = {}, cost = { }, }, }, } -- src\Data\Skills\spectre.lua skills["MMAPorcupineAntSpikeballSanctum"] = { name = "MMAPorcupineAntSpikeballSanctum", hidden = true, color = , baseEffectiveness = 0, incrementalEffectiveness = 0, description = "Generic monster mortar skill. Like Monster Projectile but has an impact effect.", skillTypes = { [SkillType.Projectile] = true, [SkillType.ProjectilesFromUser] = true, [SkillType.Attack] = true, [SkillType.Damage] = true, [SkillType.Area] = true, [SkillType.Trappable] = true, [SkillType.Totemable] = true, [SkillType.Mineable] = true, [SkillType.Multicastable] = true, [SkillType.Triggerable] = true, }, statDescriptionScope = "skill_stat_descriptions", castTime = 1.2, baseFlags = { attack = true, area = true, projectile = true, }, baseMods = { }, qualityStats = { }, stats = { "number_of_projectiles_override", "melee_range_+", "projectile_spread_radius", "base_chance_to_poison_on_hit_%", "base_is_projectile", "action_attack_or_cast_time_uses_animation_length", "projectiles_not_offset", }, levels = { [1] = {1, 60, 5, 100, 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.