Data to support simulations for World of Warcraft with SimulationCraft.
Project description
simc_support
Data to support simulations for World of Warcraft with SimulationCraft for each current expansion. First three versioning numbers match World of Warcrafts' build version.
Installation
pip install simc-support
Usage
Get a list of all trinkets
from simc_support.game_data.Trinket import TRINKETS
for trinket in TRINKETS:
print(f"{trinket.item_id} {trinket.name}")
Get a list of all trinkets available to a specific spec
from simc_support.game_data.WowSpec import get_wow_spec
from simc_support.game_data.Trinket import get_trinkets_for_spec
elemental_shaman = get_wow_spec("shaman", "elemental")
trinkets = get_trinkets_for_spec(elemental_shaman)
for trinket in TRINKETS:
print(f"{trinket.item_id} {trinket.name}")
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
simc_support-9.1.0.4.tar.gz
(248.8 kB
view hashes)
Built Distribution
simc_support-9.1.0.4-py3-none-any.whl
(263.9 kB
view hashes)
Close
Hashes for simc_support-9.1.0.4-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | ba37a89d237ad5089022912b8101b6854dcc06a4b815da3bed546cf5d11c9270 |
|
MD5 | 8c43883294088366c8345e4771806d13 |
|
BLAKE2b-256 | fc3050252ccf3ec3461c8bb1e7062454f652810c044981a2a0eea540ef85c486 |