From b86d9856071863aa22a4924049c63e481264924a Mon Sep 17 00:00:00 2001 From: Azgaar Date: Tue, 26 Jan 2021 13:38:37 +0300 Subject: [PATCH] v1.5.01 - COA gen integration, first try, embed --- index.css | 5 + index.html | 10 +- lang/lang-en.js | 2 +- modules/burgs-and-states.js | 24 +- modules/coa-generator.js | 440 +++++++++++++++++++++++++++++++++ modules/cultures-generator.js | 32 +-- modules/ui/burg-editor.js | 17 +- modules/ui/provinces-editor.js | 18 +- modules/ui/states-editor.js | 28 ++- 9 files changed, 516 insertions(+), 60 deletions(-) create mode 100644 modules/coa-generator.js diff --git a/index.css b/index.css index 2fac268a..83b898de 100644 --- a/index.css +++ b/index.css @@ -1391,6 +1391,11 @@ div.states>input.riverType { width: 5em; } +div.states>embed.emblemIcon { + margin: -.4em 0; + cursor: pointer; +} + #diplomacyBodySection > div { cursor: pointer; } diff --git a/index.html b/index.html index 7f787126..c5d655a4 100644 --- a/index.html +++ b/index.html @@ -2383,7 +2383,7 @@ - + @@ -3258,6 +3258,13 @@ + +