耳障りなスカベンジャー
Rasp Scavenger
Spectre | Y |
---|---|
Area | デシャール, ドレッドノートの航跡, カーリの渡り路, 合流点, ジッグラトの避難所 |
Tags | allows_additional_projectiles, allows_inc_aoe, beast, insect, melee, MonsterStab_onhit_audio, not_dex, not_int, physical_affinity, ranged, slow_movement |
Packs |
ライフ
80%
+30%
耐性




Damage
80%
命中力
100%
クリティカルヒット Chance
5%
+30%
Attack Distance
4 ~ 10
アタックタイム
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.
レベル
65
ライフ
5,210
2,630
663
Damage
170
スペルダメージ
170
命中力
2,214
アタックタイム
1.005
経験値
17,206
Minion Life
5,026
Minion Damage
663
Minion Armour
3,844
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, Melee, ProjectilesFromUser
基本アタック
Base Damage: 136–204
クリティカルヒット率: 5%
アタックタイム: 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]

GPAPorcupineAntSpikeNova
Triggerable, Attack
Base Damage: 136–204
クリティカルヒット率: 5%
アタックタイム: 1.005 秒
効果範囲が60%減少する
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: 136–204
クリティカルヒット率: 5%
アタックタイム: 1.005 秒
一般的なモンスターの炸裂スキル。モンスターが放つ投射物に似ているが、衝撃効果を持つ。
近接ストライク距離 +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]
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.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, beast, insect, melee, MonsterStab_onhit_audio, not_dex, not_int, physical_affinity, ranged, slow_movement |
Packs |
ライフ
100%
+35%
耐性




Damage
100%
命中力
100%
クリティカルヒット Chance
5%
+30%
Attack Distance
4 ~ 12
アタックタイム
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.
レベル
65
ライフ
6,513
2,731
663
Damage
212
スペルダメージ
212
命中力
2,214
アタックタイム
1.005
経験値
21,507
Minion Life
6,282
Minion Damage
829
Minion Armour
4,147
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, Melee, ProjectilesFromUser
基本アタック
Base Damage: 170–255
クリティカルヒット率: 5%
アタックタイム: 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]

GPAPorcupineAntSpikeNova
Triggerable, Attack
Base Damage: 170–255
クリティカルヒット率: 5%
アタックタイム: 1.005 秒
効果範囲が60%減少する
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: 170–255
クリティカルヒット率: 5%
アタックタイム: 1.005 秒
一般的なモンスターの炸裂スキル。モンスターが放つ投射物に似ているが、衝撃効果を持つ。
近接ストライク距離 +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]
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.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, beast, insect, melee, MonsterStab_onhit_audio, not_dex, not_int, physical_affinity, ranged, sanctum_monster, slow_movement |
Packs |
ライフ
100%
+35%
耐性




Damage
100%
命中力
100%
クリティカルヒット Chance
5%
+30%
Attack Distance
4 ~ 12
アタックタイム
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
ライフ
305
143
176
Damage
41
スペルダメージ
41
命中力
340
アタックタイム
1.005
経験値
796
Minion Life
1,007
Minion Damage
59
Minion Armour
217
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, Melee, ProjectilesFromUser
基本アタック
Base Damage: 33–50
クリティカルヒット率: 5%
アタックタイム: 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]

MMAPorcupineAntSpikeballSanctum
Projectile, ProjectilesFromUser, Attack, Damage, Area, Trappable, Totemable, Mineable, Multicastable, Triggerable
Base Damage: 33–50
クリティカルヒット率: 5%
アタックタイム: 1.005 秒
一般的なモンスターの炸裂スキル。モンスターが放つ投射物に似ているが、衝撃効果を持つ。
近接ストライク距離 +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]
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.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, beast, insect, medium_movement, melee, MonsterStab_onhit_audio, not_dex, not_int, physical_affinity, ranged |
Packs |
ライフ
120%
+40%
耐性




Damage
120%
命中力
100%
クリティカルヒット Chance
5%
+30%
Attack Distance
4 ~ 14
アタックタイム
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.
レベル
65
ライフ
7,816
2,832
663
Damage
255
スペルダメージ
255
命中力
2,214
アタックタイム
1.005
経験値
25,808
Minion Life
7,538
Minion Damage
995
Minion Armour
4,451
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, Melee, ProjectilesFromUser
基本アタック
Base Damage: 204–306
クリティカルヒット率: 5%
アタックタイム: 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]

GPAPorcupineAntSpikeNova
Triggerable, Attack
Base Damage: 204–306
クリティカルヒット率: 5%
アタックタイム: 1.005 秒
効果範囲が60%減少する
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: 204–306
クリティカルヒット率: 5%
アタックタイム: 1.005 秒
一般的なモンスターの炸裂スキル。モンスターが放つ投射物に似ているが、衝撃効果を持つ。
近接ストライク距離 +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]
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.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, beast, insect, medium_movement, melee, MonsterStab_onhit_audio, not_dex, not_int, physical_affinity, ranged, sanctum_monster |
Packs |
ライフ
120%
+40%
耐性




Damage
120%
命中力
100%
クリティカルヒット Chance
5%
+30%
Attack Distance
4 ~ 14
アタックタイム
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
ライフ
366
148
176
Damage
50
スペルダメージ
50
命中力
340
アタックタイム
1.005
経験値
955
Minion Life
1,208
Minion Damage
71
Minion Armour
233
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, Melee, ProjectilesFromUser
基本アタック
Base Damage: 40–59
クリティカルヒット率: 5%
アタックタイム: 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]

MMAPorcupineAntSpikeballSanctum
Projectile, ProjectilesFromUser, Attack, Damage, Area, Trappable, Totemable, Mineable, Multicastable, Triggerable
Base Damage: 40–59
クリティカルヒット率: 5%
アタックタイム: 1.005 秒
一般的なモンスターの炸裂スキル。モンスターが放つ投射物に似ているが、衝撃効果を持つ。
近接ストライク距離 +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]
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.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.