A type dumper for wizard101
Project description
wiztype
A type dumper for wizard101
install
pip install wiztype
usage
an instance of wizard101 must be open for all commands
# generate a normal dump in the current directory named after the current revision
$ wiztype
# generate a dump with indent level 4 (for human reading)
$ wiztype --indent 4
# generate a version 1 dump (wizwalker)
$ wiztype --version 1 --indent 4
support
discord: https://discord.gg/wcftyYm6qe
json spec
{
"version": 2,
"classes": {
"class hash (as string)": {
"bases": ["class base classes"],
"name": "class name",
"singleton": true,
"properties": {
"property name": {
"type": "property type",
"id": 123,
"offset": 123,
"flags": 123,
"container": "container name",
"dynamic": true,
"pointer": true,
"hash": 123,
"enum_options": {
"option name": 123,
// __DEFAULT is a string
"__DEFAULT": "option name",
// __BASECLASS is a string
"__BASECLASS": "option 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
wiztype-0.1.11.tar.gz
(6.9 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 wiztype-0.1.11.tar.gz.
File metadata
- Download URL: wiztype-0.1.11.tar.gz
- Upload date:
- Size: 6.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/2.2.1 CPython/3.13.7 Windows/11
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
3981c2f3462747cbce8d3ff270fa14e2feaf1015c7854146d3587fcafd214d5b
|
|
| MD5 |
014259fc0b78c08735a6c55f41730cd2
|
|
| BLAKE2b-256 |
eb9cbc654775f7384eb0ad658f7b9a36ae5d24f0bd4fd337e5f2e52c1aeb7d43
|
File details
Details for the file wiztype-0.1.11-py3-none-any.whl.
File metadata
- Download URL: wiztype-0.1.11-py3-none-any.whl
- Upload date:
- Size: 9.3 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/2.2.1 CPython/3.13.7 Windows/11
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
a6a144f17c56094e2bd2066f39d8c9391e1fc9b550f962b7562d6b8e10b83dfe
|
|
| MD5 |
a8b107caa0dc9e7536ee0ecd98f04838
|
|
| BLAKE2b-256 |
248fb2011cc2ec5a5aed47d2dd0cad5c0cd1ad7c67b91e9a880e62173f9218ce
|