Skip to content

Liberatorist/poecalc

 
 

Repository files navigation

PoE calculator (currently only for auras)

live version: https://poecalc.fly.dev

setup

mkdir data
cd data
wget https://raw.githubusercontent.com/ltogniolli/RePoE/master/RePoE/data/gems.json
wget https://raw.githubusercontent.com/ltogniolli/RePoE/master/RePoE/data/stat_translations/aura_skill.json
wget https://raw.githubusercontent.com/ltogniolli/RePoE/master/RePoE/data/stat_translations/curse_skill.json
wget https://raw.githubusercontent.com/ltogniolli/RePoE/master/RePoE/data/stat_translations/passive_skill.json
wget https://raw.githubusercontent.com/ltogniolli/RePoE/master/RePoE/data/stat_translations/buff_skill.json
wget https://raw.githubusercontent.com/grindinggear/skilltree-export/master/data.json -O skill_tree.json
wget https://raw.githubusercontent.com/PathOfBuildingCommunity/PathOfBuilding/dev/src/Data/TimelessJewelData/LegionPassives.lua
wget https://raw.githubusercontent.com/Liberatorist/TimelessEmulator/master/TimelessEmulator/Build/Output/TimelessJewels/TimelessJewels.zip
unzip TimelessJewels.zip -d TimelessJewels
  1. pip3 install -r requirements.txt
  2. ./poecalc.py

About

PoE calculators

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 96.6%
  • Jinja 1.6%
  • Other 1.8%