mirror of
https://github.com/Azgaar/Fantasy-Map-Generator.git
synced 2025-12-17 17:51:24 +01:00
v1.3.27
This commit is contained in:
parent
bf989d7dad
commit
35aaaf1c88
3 changed files with 3 additions and 3 deletions
|
|
@ -248,7 +248,7 @@
|
||||||
.icon-r:before {font-style:italic;content:'r:';}
|
.icon-r:before {font-style:italic;content:'r:';}
|
||||||
.icon-a:before {font-style:italic;content:'a:';}
|
.icon-a:before {font-style:italic;content:'a:';}
|
||||||
.icon-smooth:before {font-weight: bold;content:'∼';}
|
.icon-smooth:before {font-weight: bold;content:'∼';}
|
||||||
.icon-disrupt:before {font-weight: bold;content:'෴';}
|
.icon-disrupt:before {font-weight: bold;content:'⥄';}
|
||||||
.icon-if:before {font-style: italic; font-weight: bold;content:'if';}
|
.icon-if:before {font-style: italic; font-weight: bold;content:'if';}
|
||||||
/* .icon-coa:before {content: '⚜'; font-size: 1.1em; margin: -2px;} */
|
/* .icon-coa:before {content: '⚜'; font-size: 1.1em; margin: -2px;} */
|
||||||
.icon-coa:before {content:'\f3ed'; font-size: .9em; color: #999;} /* '' */
|
.icon-coa:before {content:'\f3ed'; font-size: .9em; color: #999;} /* '' */
|
||||||
|
|
|
||||||
|
|
@ -780,7 +780,7 @@ table.matrix-table td.Neutral {
|
||||||
}
|
}
|
||||||
|
|
||||||
table.matrix-table td.Suspicion {
|
table.matrix-table td.Suspicion {
|
||||||
background-color:#f3c7c4;
|
background-color:#eeafaa;
|
||||||
}
|
}
|
||||||
|
|
||||||
table.matrix-table td.Enemy {
|
table.matrix-table td.Enemy {
|
||||||
|
|
|
||||||
|
|
@ -18,7 +18,7 @@ function editDiplomacy() {
|
||||||
const statuses = ["Ally", "Friendly", "Neutral", "Suspicion", "Enemy", "Unknown", "Rival", "Vassal", "Suzerain"];
|
const statuses = ["Ally", "Friendly", "Neutral", "Suspicion", "Enemy", "Unknown", "Rival", "Vassal", "Suzerain"];
|
||||||
const description = [" is an ally of ", " is friendly to ", " is neutral to ", " is suspicious of ",
|
const description = [" is an ally of ", " is friendly to ", " is neutral to ", " is suspicious of ",
|
||||||
" is at war with ", " does not know about ", " is a rival of ", " is a vassal of ", " is suzerain to "];
|
" is at war with ", " does not know about ", " is a rival of ", " is a vassal of ", " is suzerain to "];
|
||||||
const colors = ["#00b300", "#d4f8aa", "#edeee8", "#f3c7c4", "#e64b40", "#a9a9a9", "#ad5a1f", "#87CEFA", "#00008B"];
|
const colors = ["#00b300", "#d4f8aa", "#edeee8", "#eeafaa", "#e64b40", "#a9a9a9", "#ad5a1f", "#87CEFA", "#00008B"];
|
||||||
refreshDiplomacyEditor();
|
refreshDiplomacyEditor();
|
||||||
|
|
||||||
tip("Click on a state to see its diplomatic relations", false, "warning");
|
tip("Click on a state to see its diplomatic relations", false, "warning");
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue