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}")
Data Origin
- Data in
.py
files was written by hand. - Data in
.json
files is automatically generated with the help of SimulationCrafts casc and dbc scripts. See./simc_support/self_update.py
in the repository for more informtion.
Exception: Dragonflight Talent data (also .json
files) is being prepared by raidbots.com. Permission was granted to use it here.
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-11.0.5.2.tar.gz
(1.3 MB
view details)
Built Distribution
File details
Details for the file simc_support-11.0.5.2.tar.gz
.
File metadata
- Download URL: simc_support-11.0.5.2.tar.gz
- Upload date:
- Size: 1.3 MB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.10.15
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 2465a47357de77204b9a3fa5fb30fc14da0b8a24204e4b9e5fbd29bb79d42919 |
|
MD5 | 0abf433c783f94d3003c6227b5126a27 |
|
BLAKE2b-256 | 98a4cf3b71c8c2a06a9e2ecd3730ebc900f8a5d30608fd2db66779fc3602b87c |
File details
Details for the file simc_support-11.0.5.2-py3-none-any.whl
.
File metadata
- Download URL: simc_support-11.0.5.2-py3-none-any.whl
- Upload date:
- Size: 1.4 MB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.10.15
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 410f339a31f4f4d82d49730d01ae62fe50abea1cc0a01a06396c4ebd7b0085db |
|
MD5 | 24b62ca5fb1cf70a2d5e8beb724f2acb |
|
BLAKE2b-256 | b03a53eff28c4d603eafbcd4a2dabeef8dc9c62374fb00a4e1c3acf301201417 |