mirror of
https://github.com/Azgaar/Fantasy-Map-Generator.git
synced 2026-03-25 00:27:24 +01:00
refactor: migrate military generator (#1330)
* refactor: migrate military gnerator * fix: build + lint * Update src/modules/military-generator.ts Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> * Update src/modules/military-generator.ts Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> * Update src/modules/military-generator.ts Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> * fix: clean up regiment notes and improve emblem retrieval logic * Update src/modules/military-generator.ts Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> --------- Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
parent
43e35cdecb
commit
32227518d2
6 changed files with 658 additions and 436 deletions
|
|
@ -52,6 +52,8 @@ export interface State {
|
|||
form?: string;
|
||||
military?: any[];
|
||||
provinces?: number[];
|
||||
temp?: any;
|
||||
alert?: number;
|
||||
}
|
||||
|
||||
class StatesModule {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue