Ki point calculator for Monk class in Baldur's Gate 3
Project description
ziwei-calc
Ki point calculator for the Monk class in Baldur's Gate 3.
Installation
pip install ziwei-calc
Usage
# Show Ki summary for a level 8 monk
ziwei-calc 8
# Plan a round of combat
ziwei-calc 6 --plan flurry_of_blows stunning_strike patient_defence
from ziwei_calc import KiCalculator
calc = KiCalculator(monk_level=8)
print(calc.max_ki) # 8
print(calc.max_uses("flurry_of_blows")) # 8
print(calc.plan_round(["flurry_of_blows", "stunning_strike"]))
License
MIT
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
ziwei_calc-0.1.0.tar.gz
(3.5 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file ziwei_calc-0.1.0.tar.gz.
File metadata
- Download URL: ziwei_calc-0.1.0.tar.gz
- Upload date:
- Size: 3.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.10
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
5f7993eb69a698dcf34059ec6ade0ffa6418bc073630ca06ae40e500db9a4866
|
|
| MD5 |
4732cef9b967396d2222fe6b120b53c8
|
|
| BLAKE2b-256 |
3a0995d1f6700726010ce13b23526748cf46a6ea1d7c53048ad21e46da6b2bbc
|
File details
Details for the file ziwei_calc-0.1.0-py3-none-any.whl.
File metadata
- Download URL: ziwei_calc-0.1.0-py3-none-any.whl
- Upload date:
- Size: 5.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.10
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
f00ddd5dfeabe75f13e595762535ff145e32961cd2d168bfc73019b7235b420f
|
|
| MD5 |
ef9c8bc40d050d0e1f10377d32ae6007
|
|
| BLAKE2b-256 |
bbb71ca4684ca1883cc4cbe19b469816a15fb460e4ec80aaec64cc6839116d1c
|