PoESkillTree / PoESkillTree

A Passive Skill Tree Planner for Path of Exile
MIT License
674 stars 120 forks source link

Two Requests #42

Closed EmmittJ closed 8 years ago

EmmittJ commented 9 years ago

Two questions/requests:

1) Your item attribute -> Character attributes is pretty sweet. How easy is it for you to incorporate a "what if" item replacement setup? I.e. I'd enter the specific stats for an item and see what the total result and the delta would be (would make theorycrafting and shopping a LOT easier).

2) Is it easy for you to incorporate auras in your offensive stats sections? Would require a on/off check as well as a mana reserve check.

http://www.reddit.com/r/pathofexile/comments/2m3iki/release_201_offline_skilltree_planner_bug_fixes/cm1f40l

What do you guys think?

l0g0sys commented 9 years ago

On 13. 11. 2014 17:21, Emmitt Johnson wrote:

Two questions/requests:

1) Your item attribute -> Character attributes is pretty sweet. How easy is it for you to incorporate a "what if" item replacement setup? I.e. I'd enter the specific stats for an item and see what the total result and the delta would be (would make theorycrafting and shopping a LOT easier).

Well, more like item editor.. where you can modify/add/remove mods and rename item. But moving around items might be complicated due to slot/gem management and sort of inventory management.

2) Is it easy for you to incorporate auras in your offensive stats sections? Would require a on/off check as well as a mana reserve check.

I'm up for auras and buffs. It's more or less about UI, where you have to be able to turn on/off equipped aura gems.

http://www.reddit.com/r/pathofexile/comments/2m3iki/release_201_offline_skilltree_planner_bug_fixes/cm1f40l

What do you guys think?

— Reply to this email directly or view it on GitHub https://github.com/EmmittJ/PoESkillTreeSource/issues/42.

EmmittJ commented 9 years ago

Item editor I was actually thinking maybe a companion application, like the updatedb for items. Just a "simple" inventory and you can pick the stats of the items.

Auras/Buffs I am not sure. That was my concern as well. Maybe a new menu along with Offense/Defence called Auras that you can turn on/off. Not sure though just spitballing

l0g0sys commented 9 years ago

On 13. 11. 2014 20:07, Emmitt Johnson wrote:

Item editor
I was actually thinking maybe a companion application, like the
updatedb for items. Just a "simple" inventory and you can pick the
stats of the items.

Thought we want to have all in one app :) Only reason updatedb is CLI tool, is to allow people to extend it with other data readers without having to mess with whole app code. Plus, CLI tools are more suitable for batch processing, like automatization of release management. Item editor should be part of app. Once i'd like to see complete crafting/inventory managemet like poebuilder.com had. It was awesome when it wasn't broken :)

Auras/Buffs
I am not sure. That was my concern as well. Maybe a new menu along
with Offense/Defence called Auras that you can turn on/off. Not
sure though just spitballing

We should think about it. We also need bandit rewards and power/frenzy/endurance charge switching. And maybe full/low life switch, but this can be automatic using auras once there is blood magic keystone. With all these we should be at feature level of old poebuilder.com, except item crafting/inventory management.

— Reply to this email directly or view it on GitHub https://github.com/EmmittJ/PoESkillTreeSource/issues/42#issuecomment-62947570.

EmmittJ commented 9 years ago

One app is fine ;P was just throwing ideas out there.

As for the second part, maybe just a control panel with all this info on it, instead of "Auras" it could just be a control panel that has all the bandits and such with it

impacienco commented 9 years ago

Should I close this thread and post as two separate issues so it's easier to keep track of?

EmmittJ commented 9 years ago

No reason to clutter issues :) it's alright for now. Not sure you have closing power either :p

Ttxman commented 9 years ago

I have parsed complete list of all item affixes(from web) and paired it with items types on which they appeared. (parsed from forums ~ 370k magic & rare items per week on torment... ) I can offer the list and some code to whoever would be implementing the item editor...

I will not put it whole on github, if someone want a forum crawler, then he can write his own :)

I am using it to identify mods on items, but it is not entirely completed yet... decraftor

EmmittJ commented 8 years ago

Closing this as it hasn't been talked about or acted upon in a year