{"id":23343340,"url":"https://github.com/mdxprograms/bg3-create-class","last_synced_at":"2026-01-29T05:44:13.002Z","repository":{"id":268418746,"uuid":"753309609","full_name":"mdxprograms/BG3-Create-Class","owner":"mdxprograms","description":"Python command line script to create a New Class with options for Sub Classes.","archived":false,"fork":false,"pushed_at":"2024-01-29T01:50:13.000Z","size":26,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-02-13T18:42:49.722Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":null,"has_issues":false,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/mdxprograms.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-02-05T21:39:32.000Z","updated_at":"2024-02-05T21:39:33.000Z","dependencies_parsed_at":"2024-12-17T12:46:19.235Z","dependency_job_id":null,"html_url":"https://github.com/mdxprograms/BG3-Create-Class","commit_stats":null,"previous_names":["mdxprograms/bg3-create-class"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mdxprograms%2FBG3-Create-Class","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mdxprograms%2FBG3-Create-Class/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mdxprograms%2FBG3-Create-Class/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mdxprograms%2FBG3-Create-Class/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mdxprograms","download_url":"https://codeload.github.com/mdxprograms/BG3-Create-Class/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247685633,"owners_count":20979085,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-12-21T06:14:49.574Z","updated_at":"2026-01-29T05:44:12.963Z","avatar_url":"https://github.com/mdxprograms.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"# Baldur's Gate 3 - Create New Class Mod script  \n\nThis is a simple script that will create the folder and file structure for a new class mod. Optional settings for multiclass and subclasses. Generates folder structure along with basic starting template files. Names, UUID, Handles are generated to create a working class if exported as is.\n\n## Usage  \n\nCreateClass.py classname [--hassubclass] [--allowmulticlass] [--hassubclass] [--subclassnames SUBCLASSNAMES] [--subclasslevel SUBCLASSLEVEL]\n\n## Arguments  \n\n**classname (Required)** - Name of the base class in quotes. Spaces are allowed in names. No need to preface call\n#### Usage\nCreateClass.py \"Artificer\"  \nCreateClass.py \"Alternate Fighter\"\n___\n \n**\\--allowmulticlass (Optional)** - Toggle for if class can be used in multiclass. Default = False.\n#### Usage\nCreateClass.py \"Artificer\"  --allowmulticlass\n___\n\n**\\--hassubclass (Optional)** - Toggle for if class features subclass. Default = False.\n#### Usage\nCreateClass.py \"Artificer\"  --hassubclass\n___\n\n**\\--subclassnames (Required if --hassubclass)** - Names of the subclass(es) in quotes. Spaces are allowed in names. Space between each subclass. \n#### Usage\nCreateClass.py \"Artificer\"  --hassubclass --subclassnames \"Alchemist\" \"Armorer\" \"Artillerist\" \"Battle Smith\"\n___\n\n**\\--subclasslevel (Required if --hassubclass)** - Level at which main class can choose a subclass.\n#### Usage\nCreateClass.py \"Artificer\"  --hassubclass --subclassnames \"Alchemist\" \"Armorer\" \"Artillerist\" \"Battle Smith\" --subclasslevel 3\n___\n\n## Folder and File structure\n- Classname  \n  - Localization  \n    - English  \n      - Classname.xml  \n  - Mods  \n    - Classname  \n      - meta.lsx  \n  - Public  \n    - Classname  \n      - ActionResourceDefinitions\n        - ActionResourceDefinitions.lsx \n      - Assets  \n        - Textures  \n          - Icons  \n      - CharacterCreationPresets  \n        - AbilityDistributionPresets.lsx  \n      - ClassDescriptions  \n        - ClassDescriptions.lsx  \n      - Content  \n        - UI  \n          - [PAK]_UI  \n      - GUI  \n      - Lists  \n        - PassiveLists.lsx  \n        - SkillLists.lsx  \n        - SpellLists.lsx  \n      - Progressions  \n        - Progressions.lsx  \n      - Stats\n        - Data  \n        - Generated  \n          - Equipment.txt  \n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmdxprograms%2Fbg3-create-class","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmdxprograms%2Fbg3-create-class","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmdxprograms%2Fbg3-create-class/lists"}