mirror of
https://github.com/Azgaar/Fantasy-Map-Generator.git
synced 2025-12-18 10:01:23 +01:00
refactor(religions): expand religions
This commit is contained in:
parent
0a77845ebc
commit
707cdd77ac
11 changed files with 136 additions and 42 deletions
|
|
@ -6,7 +6,7 @@ import {specifyReligions} from "./specifyReligions";
|
|||
|
||||
type TCellsData = Pick<
|
||||
IPack["cells"],
|
||||
"i" | "c" | "p" | "g" | "h" | "t" | "biome" | "pop" | "culture" | "burg" | "state"
|
||||
"i" | "c" | "p" | "g" | "h" | "t" | "biome" | "pop" | "culture" | "burg" | "state" | "route"
|
||||
>;
|
||||
|
||||
export function generateReligions({
|
||||
|
|
@ -29,7 +29,7 @@ export function generateReligions({
|
|||
cultures,
|
||||
states,
|
||||
burgs,
|
||||
pick(cells, "i", "c", "culture", "burg", "state")
|
||||
pick(cells, "i", "c", "biome", "culture", "burg", "state", "route")
|
||||
);
|
||||
|
||||
console.log(religions);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue