culture type bonuses for production

This commit is contained in:
Azgaar 2021-08-06 21:06:49 +03:00 committed by Peter
parent 038c963740
commit 3b8b569aa5
3 changed files with 516 additions and 7 deletions

View file

@ -614,10 +614,5 @@ window.Resources = (function () {
const getStroke = (color) => d3.color(color).darker(2).hex();
const get = (i) => pack.resources.find((resource) => resource.i === i);
<<<<<<< HEAD
return {generate, methods, models, getStroke, get};
=======
return {generate, getDefault, defaultModels, methods, getStroke, get};
>>>>>>> fe421bcd (resources IIFE module)
})();