Convert images to MythicMobs skills.
$ poetry install
$ poetry shell
$ pyinstaller cli --name image_to_skill --onefile
The executable will be inside ./dist
directory.
-
Run the executable once to initialize an
images
directory -
Put your images inside the
images
directory -
Run again and configure each generation option before generating each image into code
-
Head to
images
directory and you'll see MythicMobs skills as.yml
lying beside the images
Mode: Available modes are HR (Horizontal) and VT (Vertical), these will change the orientation of the generated skill
Particle type: Available types can be seen here
Particle interval: The distance between two particles
Particle size: The size of the particles
Base forward offset: The x distance of the skill and the caster
Base side offset: The z distance of the skill and the caster
Base Y offset: The y distance of the skill and the caster
Licensed under the Apache License 2.0