"
TäbuläRasa เขียน:
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.
|
โพสต์โดยiboor2#7811เมื่อ 24 ก.ย. 2020 08:15:01
|
"
crazypearce เขียน:
"
kayella เขียน:
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 🔶🔷🔶
|
โพสต์โดยkayella#0845เมื่อ 24 ก.ย. 2020 08:15:46
|
"
kayella เขียน:
"
crazypearce เขียน:
"
kayella เขียน:
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?
|
โพสต์โดยZickakiller#5003เมื่อ 24 ก.ย. 2020 08:21:49
|
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
|
โพสต์โดยallevart88#5454เมื่อ 24 ก.ย. 2020 08:42:54
|
"
Zickakiller เขียน:
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 🔶🔷🔶
|
โพสต์โดยkayella#0845เมื่อ 24 ก.ย. 2020 08:48:54
|
"
kayella เขียน:
"
Zickakiller เขียน:
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
|
โพสต์โดยZickakiller#5003เมื่อ 24 ก.ย. 2020 09:02:22
|
Hi, any1 can share syndicate operatives?
@Pellona
Haven them, ty
แก้ไขล่าสุดโดย Pellona3#1905 เมื่อ 24 ก.ย. 2020 09:38:04
|
โพสต์โดยPellona3#1905เมื่อ 24 ก.ย. 2020 09:22:47
|
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?
แก้ไขล่าสุดโดย dubiezus#3428 เมื่อ 24 ก.ย. 2020 09:35:33
|
โพสต์โดยdubiezus#3428เมื่อ 24 ก.ย. 2020 09:24:08
|
"
Aritani เขียน:
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 :)
|
โพสต์โดยzundak#4213เมื่อ 24 ก.ย. 2020 09:26:44
|