mirror of
https://github.com/Azgaar/Fantasy-Map-Generator.git
synced 2025-12-18 10:01:23 +01:00
refactor(religions): define basic data
This commit is contained in:
parent
17e96524fb
commit
901120401f
11 changed files with 280 additions and 179 deletions
7
src/scripts/generation/pack/religions/expandReligions.ts
Normal file
7
src/scripts/generation/pack/religions/expandReligions.ts
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
export function expandReligions(
|
||||
religions: Pick<IReligion, "i" | "center" | "culture" | "expansion" | "expansionism">[]
|
||||
) {
|
||||
const religionIds = new Uint16Array();
|
||||
|
||||
return religionIds;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue