adding weapon gen

This commit is contained in:
2025-11-02 19:46:47 -06:00
parent 31aa0000cc
commit 6efd3b3aa8
15 changed files with 424 additions and 491 deletions

View File

@@ -45,11 +45,6 @@ app/
│ └── utils/
│ └── common.py
├── models/ # Shared models for the Flask layer
│ ├── hero.py
│ ├── enums.py
│ └── primitives.py
└── utils/
├── catalogs/ # Compiled catalog data for fast lookups
│ ├── race_catalog.py