diff options
author | Robert Clarke <clarke.john.robert@gmail.com> | 2023-03-12 02:42:05 +0100 |
---|---|---|
committer | ClarkeCode <clarke.john.robert@gmail.com> | 2023-03-12 08:57:31 +0100 |
commit | 2fccfe19f88cd435bd3f2e41b042780eeb364c20 (patch) | |
tree | 646fdfdbd429366a3fafbfa4c2b97c98c7ca38fb /docs/simulation/ideologies.md | |
parent | dfd6d33a9bd1fda56589efa66a9ca0f63f5e46f8 (diff) |
Minor tweaks
Diffstat (limited to 'docs/simulation/ideologies.md')
-rw-r--r-- | docs/simulation/ideologies.md | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/docs/simulation/ideologies.md b/docs/simulation/ideologies.md index 4d91056..f56cda7 100644 --- a/docs/simulation/ideologies.md +++ b/docs/simulation/ideologies.md @@ -9,16 +9,17 @@ classDiagram class IdeologicalGroup { <<enumeration>> - Facist + Fascist Conservative Socialist Liberal } class Ideology { + + String id + IdeologicalGroup group - + Date earliest_date - + boolean uncivilized_nations + + Date earliestDate + + boolean uncivilizedNations + Colour colour } @@ -38,7 +39,7 @@ classDiagram |anarcho_liberal|liberal|1845/01/01|True|#96960A| |socialist|socialist|1860/01/01|False|#FF0000| |communist|socialist|1865/01/01|False|#960A0A| -|facist|facist|1905/01/01|False|#3C3C3C| +|fascist|fascist|1905/01/01|False|#3C3C3C| ### John Cena @@ -50,7 +51,7 @@ classDiagram |anarcho_liberal|liberal|1845/01/01|True|#96960A| |socialist|socialist|1860/01/01|False|#FF0000| |communist|socialist|1865/01/01|False|#960A0A| -|facist|facist|1905/01/01|False|#3C3C3C| +|fascist|fascist|1905/01/01|False|#3C3C3C| ## References |