Skip to main content

Data to support simulations for World of Warcraft with SimulationCraft.

Project description

simc_support CI

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-12.0.1.0.tar.gz (1.4 MB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

simc_support-12.0.1.0-py3-none-any.whl (1.4 MB view details)

Uploaded Python 3

File details

Details for the file simc_support-12.0.1.0.tar.gz.

File metadata

  • Download URL: simc_support-12.0.1.0.tar.gz
  • Upload date:
  • Size: 1.4 MB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.10.19

File hashes

Hashes for simc_support-12.0.1.0.tar.gz
Algorithm Hash digest
SHA256 7e088c9ff4741aff2cbb213742712a7c5205f18306f3046395150a6bc39f8947
MD5 0c9542056b7c56cc3bd3776706522e5e
BLAKE2b-256 305a9e8f9e5ca76927850de69c691fec974866ce15624567a5cbb4b4ad6b4b48

See more details on using hashes here.

File details

Details for the file simc_support-12.0.1.0-py3-none-any.whl.

File metadata

File hashes

Hashes for simc_support-12.0.1.0-py3-none-any.whl
Algorithm Hash digest
SHA256 fee63919a0e7263759f5b13040f2f7bc722d31063b52665d9a30c082c0ca45d2
MD5 5e9f5d8e86f55d6b7bf4fc5d132d6c3a
BLAKE2b-256 607bac8adc159c049cab22e5fa8c2f2cbcf55bdd8f1a66b65add06f5ded9182b

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page