"
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#781124 сент. 2020 г., 8: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#084524 сент. 2020 г., 8: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#500324 сент. 2020 г., 8: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#545424 сент. 2020 г., 8: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#084524 сент. 2020 г., 8: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#500324 сент. 2020 г., 9:02:22
|
Hi, any1 can share syndicate operatives?
@Pellona
Haven them, ty
Последняя редакция: Pellona3#1905. Время: 24 сент. 2020 г., 9:38:04
|
СообщениеPellona3#190524 сент. 2020 г., 9: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 г., 9:35:33
|
Сообщениеdubiezus#342824 сент. 2020 г., 9: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#421324 сент. 2020 г., 9:26:44
|