mirror of
https://github.com/Azgaar/Fantasy-Map-Generator.git
synced 2025-12-17 09:41:24 +01:00
culture type bonuses for production
This commit is contained in:
parent
fe421bcd0d
commit
a316ce692a
6 changed files with 542 additions and 80 deletions
12
modules/production-generator.js
Normal file
12
modules/production-generator.js
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
'use strict';
|
||||
|
||||
window.Production = (function () {
|
||||
const collectResources = () => {
|
||||
const {burgs} = pack;
|
||||
|
||||
for (const burg of burgs) {
|
||||
}
|
||||
};
|
||||
|
||||
return {collectResources};
|
||||
})();
|
||||
Loading…
Add table
Add a link
Reference in a new issue