# Formulator **Repository Path**: serfend/Formulator ## Basic Information - **Project Name**: Formulator - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2024-08-03 - **Last Updated**: 2024-08-03 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Comprehensive Damage Formulator with JCL Parser ## User Guide ### In Progress ## Architecture ### School Components - **\_\_init__.py**: this file will import all detail a school needed - **attribute.py**: define the school attribute, like extra attribute from school - **buffs.py**: define the buffs of your school - **gains.py**: define the gains from equipment, like divine and tier set activate - **recipes.py**: define the recipes for skills - **skills.py**: define the skills, include all damage skill and dot skill - **talents.py**: define the talents ### Generate Code Automatically All the code under **assets** are generated by scripts under **tools** - assets/skills.py : From tools/generate_skills.py - assets/dots.py: From tools/generate_dots.py - assets/buffs.py : From tools/generate_buffs.py - assets/equipments.py : From tools/generate_equipments.py - assets/enchants.py : From tools/generate_enchants.py - assets/stones.py : From tools/generate_enchants.py Feel free to contribute to this exciting project! Your collaboration will make our tool more comprehensive and valuable to all users.