mirror of
https://github.com/Azgaar/Fantasy-Map-Generator.git
synced 2025-12-17 01:41:22 +01:00
v1.5.25 - smarter generation
This commit is contained in:
parent
2f3f5d05fb
commit
66bd7b7f6f
9 changed files with 38 additions and 28 deletions
|
|
@ -205,7 +205,7 @@
|
|||
const division = divisioned ? parent?.division && P(kinship - .1) ? parent.division.division : rw(divisions.variants) : null;
|
||||
if (charge) charge =
|
||||
parent?.charges && P(kinship - .1) ? parent.charges[0].charge :
|
||||
type && type !== "Generic" && P(.3) ? rw(charges[type]) :
|
||||
type && type !== "Generic" && P(.2) ? rw(charges[type]) :
|
||||
selectCharge();
|
||||
|
||||
if (division) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue