"
TäbuläRasa wrote:
Have a Bank char in Standard with Primal if someone need one, be free to message me in game !
No tips needed.
A huge thank You for helping out with getting Crushclaw spectre! Really made my week a lot more enjoyable.
|
Posted byiboor2#7811on Sep 24, 2020, 8:15:01 AM
|
"
crazypearce wrote:
"
kayella wrote:
I used:
Raise Spectre
Minion Damage
Spell Echo
Predator
Elemental Damage with Attacks
Vicious Projectiles
Triad:
Dash, Second Wind, Phase Run and Enhance
did you run diadem setup? or something else?
im running with a 4l spectre in minion dmg helm/30% more ele damage with 6l utility in the chest. it feels good but im not sure if it's worth losing diadem for
I tested with base build: league start and pure spectres double cluster.
It was not bad with league start gear actually. Mino took a while to kill, but nothing too bad if you think that I'm using league starter gear for endgame.
Diadem in Pure Spectres, always. I already recorded video and will make the showcase for it soon!
🔰🌀✨ Video guides on youtube! https://www.youtube.com/KayGaming ✨🌀🔰
🔶🔷🔶 Kay's Summoner build guide: https://www.pathofexile.com/forum/view-thread/3179145 🔶🔷🔶
|
Posted bykayella#0845on Sep 24, 2020, 8:15:46 AM
|
"
kayella wrote:
"
crazypearce wrote:
"
kayella wrote:
I used:
Raise Spectre
Minion Damage
Spell Echo
Predator
Elemental Damage with Attacks
Vicious Projectiles
Triad:
Dash, Second Wind, Phase Run and Enhance
did you run diadem setup? or something else?
im running with a 4l spectre in minion dmg helm/30% more ele damage with 6l utility in the chest. it feels good but im not sure if it's worth losing diadem for
I tested with base build: league start and pure spectres double cluster.
It was not bad with league start gear actually. Mino took a while to kill, but nothing too bad if you think that I'm using league starter gear for endgame.
Diadem in Pure Spectres, always. I already recorded video and will make the showcase for it soon!
kay could you show how to add the operative syndicate to the pob?
|
Posted byZickakiller#5003on Sep 24, 2020, 8:21:49 AM
|
Kay, have you updated pure spectre section to 3.12?
|
|
I have a question, how do you do sirius with Crushclaw?
I can't see absolutely anything in the ring with 4 of them, I failed last phase doing it blinded
Cheers
|
Posted byallevart88#5454on Sep 24, 2020, 8:42:54 AM
|
"
Zickakiller wrote:
kay could you show how to add the operative syndicate to the pob?
I'll add pull request for POB Community build.
But you can add it to POB yourself if you know how:
Add this to Data\3_0\spectres.lua:
-- Syndicate Operative
minions["Metadata/Monsters/LeagueBetrayal/BetrayalSecretPolice2Spectre_"] = {
name = "Syndicate Operative",
life = 2.1,
energyShield = 0.08,
fireResist = 20,
coldResist = 20,
lightningResist = 20,
chaosResist = 0,
damage = 1.12,
damageSpread = 0.2,
attackTime = 0.6,
attackRange = 6,
accuracy = 1,
skillList = {
"Melee",
"WalkEmergeBetrayal",
"BetrayalSecretPoliceCurveDagger1",
"BetrayalSecretPoliceCurveDagger2",
"BetrayalSecretPoliceCurveDagger3",
"EmptyActionSpellSecretPoliceDaggers",
},
modList = {
},
}
Add this to Data\3_0\Skills\spectre.lua
skills["BetrayalSecretPoliceCurveDagger1"] = {
name = "Secret Police Daggers",
hidden = true,
color = 4,
baseEffectiveness = 1.5,
incrementalEffectiveness = 0.03999999910593,
skillTypes = { [SkillType.Attack] = true, [SkillType.ProjectileAttack] = true, [SkillType.Projectile] = true, [SkillType.Triggerable] = true, },
statDescriptionScope = "skill_stat_descriptions",
castTime = 1,
baseFlags = {
attack = true,
projectile = true,
},
baseMods = {
},
qualityStats = {
},
stats = {
"lunaris_glaive_angle",
"lunaris_glaive_acceleration_x",
"active_skill_attack_speed_+%_final",
"melee_weapon_range_+",
"active_skill_damage_+%_final",
"base_projectile_speed_+%",
"base_is_projectile",
"projectile_uses_contact_position",
},
levels = {
[1] = { -20, 1500, 20, 50, -50, 0, levelRequirement = 1, statInterpolation = { 1, 1, 1, 1, 2, 1, }, },
[2] = { -20, 1500, 20, 50, 0, 0, levelRequirement = 100, statInterpolation = { 1, 1, 1, 1, 2, 1, }, },
},
}
🔰🌀✨ Video guides on youtube! https://www.youtube.com/KayGaming ✨🌀🔰
🔶🔷🔶 Kay's Summoner build guide: https://www.pathofexile.com/forum/view-thread/3179145 🔶🔷🔶
|
Posted bykayella#0845on Sep 24, 2020, 8:48:54 AM
|
"
kayella wrote:
"
Zickakiller wrote:
kay could you show how to add the operative syndicate to the pob?
I'll add pull request for POB Community build.
But you can add it to POB yourself if you know how:
Add this to Data\3_0\spectres.lua:
-- Syndicate Operative
minions["Metadata/Monsters/LeagueBetrayal/BetrayalSecretPolice2Spectre_"] = {
name = "Syndicate Operative",
life = 2.1,
energyShield = 0.08,
fireResist = 20,
coldResist = 20,
lightningResist = 20,
chaosResist = 0,
damage = 1.12,
damageSpread = 0.2,
attackTime = 0.6,
attackRange = 6,
accuracy = 1,
skillList = {
"Melee",
"WalkEmergeBetrayal",
"BetrayalSecretPoliceCurveDagger1",
"BetrayalSecretPoliceCurveDagger2",
"BetrayalSecretPoliceCurveDagger3",
"EmptyActionSpellSecretPoliceDaggers",
},
modList = {
},
}
Add this to Data\3_0\Skills\spectre.lua
skills["BetrayalSecretPoliceCurveDagger1"] = {
name = "Secret Police Daggers",
hidden = true,
color = 4,
baseEffectiveness = 1.5,
incrementalEffectiveness = 0.03999999910593,
skillTypes = { [SkillType.Attack] = true, [SkillType.ProjectileAttack] = true, [SkillType.Projectile] = true, [SkillType.Triggerable] = true, },
statDescriptionScope = "skill_stat_descriptions",
castTime = 1,
baseFlags = {
attack = true,
projectile = true,
},
baseMods = {
},
qualityStats = {
},
stats = {
"lunaris_glaive_angle",
"lunaris_glaive_acceleration_x",
"active_skill_attack_speed_+%_final",
"melee_weapon_range_+",
"active_skill_damage_+%_final",
"base_projectile_speed_+%",
"base_is_projectile",
"projectile_uses_contact_position",
},
levels = {
[1] = { -20, 1500, 20, 50, -50, 0, levelRequirement = 1, statInterpolation = { 1, 1, 1, 1, 2, 1, }, },
[2] = { -20, 1500, 20, 50, 0, 0, levelRequirement = 100, statInterpolation = { 1, 1, 1, 1, 2, 1, }, },
},
}
thank you very much <3
|
Posted byZickakiller#5003on Sep 24, 2020, 9:02:22 AM
|
Hi, any1 can share syndicate operatives?
@Pellona
Haven them, ty
Last edited by Pellona3#1905 on Sep 24, 2020, 9:38:04 AM
|
Posted byPellona3#1905on Sep 24, 2020, 9:22:47 AM
|
why do we need blade vortex? Is it to help kill enemies to spawn spiders?
If so do we need it at lvl 20?
Edit: is it also to apply EE since we have lightning to spell on sceptre?
Last edited by dubiezus#3428 on Sep 24, 2020, 9:35:33 AM
|
Posted bydubiezus#3428on Sep 24, 2020, 9:24:08 AM
|
"
Aritani wrote:
Hey guys, i'm online once again with the bank of free spectres. IGN: BonnieAndSpyders
Redemption Sentry
Primal Crushclaw
Redemption Knight
Baranite Preacher
Baranite Thaumaturge
Templar Tactician
Scinteele Synthete
They of Tul
Syndicate Operative
Scale of Esh
Arena Master
Happy to help anyone that needs something.
A big THANK YOU to Aritani, finnaly got my new spectres :)
|
Posted byzundak#4213on Sep 24, 2020, 9:26:44 AM
|