0.1.5 - unified and fixed titles typos in all blueprints

This commit is contained in:
Elvanos 2021-04-05 20:05:09 +02:00
parent dbfa704f5d
commit d3257d277d
16 changed files with 230 additions and 231 deletions

View file

@ -12,7 +12,7 @@
### Bugfixes & Optimizations ### Bugfixes & Optimizations
- Fixed a typo in `Type of being` field in the `Races/Species` document type - Fixed a typo in `Type of being` field in the `Species/Races` document type
- Fixed a bug that was causing the relationship dropdowns sometimes not be clickable and instead caused dragging of the app window when shown over the top of the drag-bar at the top of the app - Fixed a bug that was causing the relationship dropdowns sometimes not be clickable and instead caused dragging of the app window when shown over the top of the drag-bar at the top of the app
- Updated advanced search guide with missing information about full-text search - Updated advanced search guide with missing information about full-text search
- Changes a small bug when the `New Object` dialog wasn't respecting option changes being done in the same session of the program being opened - Changes a small bug when the `New Object` dialog wasn't respecting option changes being done in the same session of the program being opened
@ -29,6 +29,7 @@
- Updated fullscreen editor looks to work more like a proper document editor - Updated fullscreen editor looks to work more like a proper document editor
- Made the app a bit more "snappy" by decreasing animation lengths when transitioning between documents - Made the app a bit more "snappy" by decreasing animation lengths when transitioning between documents
- Updated `readme` file on how to properly compile the app since I made it OSS and all... kinda important
--- ---

View file

@ -21,7 +21,7 @@ export const chaptersBlueprint: I_Blueprint = {
}, },
{ {
id: "documentColor", id: "documentColor",
name: "Text Color", name: "Text color",
type: "colorPicker", type: "colorPicker",
icon: "mdi-eyedropper", icon: "mdi-eyedropper",
tooltip: tooltip:

View file

@ -21,7 +21,7 @@ export const charactersBlueprint: I_Blueprint = {
}, },
{ {
id: "documentColor", id: "documentColor",
name: "Text Color", name: "Text color",
type: "colorPicker", type: "colorPicker",
icon: "mdi-eyedropper", icon: "mdi-eyedropper",
tooltip: tooltip:
@ -86,7 +86,7 @@ export const charactersBlueprint: I_Blueprint = {
}, },
{ {
id: "otherNames", id: "otherNames",
name: "Other names & Epithets", name: "Other Names & Epithets",
type: "list", type: "list",
icon: "mdi-book-plus", icon: "mdi-book-plus",
sizing: 6 sizing: 6
@ -246,7 +246,7 @@ export const charactersBlueprint: I_Blueprint = {
icon: "fas fa-fist-raised", icon: "fas fa-fist-raised",
sizing: 3, sizing: 3,
predefinedSelectValues: [ predefinedSelectValues: [
/*
"0 - Civilian", "0 - Civilian",
"1 - Trainee / Athletic civilian", "1 - Trainee / Athletic civilian",
"2 - Trained soldier / Weak magic user", "2 - Trained soldier / Weak magic user",
@ -263,7 +263,7 @@ export const charactersBlueprint: I_Blueprint = {
"13 - World-shaping god / Powerful ascendant / Strong outerplanar entity", "13 - World-shaping god / Powerful ascendant / Strong outerplanar entity",
"14 - New transcendant / Genius ascendant / Powerful outerplanar entity", "14 - New transcendant / Genius ascendant / Powerful outerplanar entity",
"15 - Established transcendant / Prodigy ascendant / Ancient outerplanar entity", "15 - Established transcendant / Prodigy ascendant / Ancient outerplanar entity",
"16 & Above - Off the scale / Impossible to even categorize" "16 & Above - Off the scale / Impossible to even categorize" */
] ]
}, },
{ {
@ -274,7 +274,7 @@ export const charactersBlueprint: I_Blueprint = {
}, },
{ {
id: "breakSkills", id: "breakSkills",
name: "Skills and other features", name: "Skills & Other features",
type: "break", type: "break",
sizing: 12 sizing: 12
}, },
@ -927,7 +927,7 @@ export const charactersBlueprint: I_Blueprint = {
}, },
{ {
id: "traits", id: "traits",
name: "Unusual features/traits", name: "Unusual Features/Traits",
type: "list", type: "list",
icon: "mdi-guy-fawkes-mask", icon: "mdi-guy-fawkes-mask",
sizing: 6 sizing: 6
@ -967,7 +967,7 @@ export const charactersBlueprint: I_Blueprint = {
}, },
{ {
id: "pairedMagic", id: "pairedMagic",
name: "Known magic/spells", name: "Known Magic/Spells",
type: "manyToManyRelationship", type: "manyToManyRelationship",
icon: "fas fa-hat-wizard", icon: "fas fa-hat-wizard",
sizing: 6, sizing: 6,
@ -978,7 +978,7 @@ export const charactersBlueprint: I_Blueprint = {
}, },
{ {
id: "pairedTech", id: "pairedTech",
name: "Known technologies/sciences", name: "Known Technologies/Sciences",
type: "manyToManyRelationship", type: "manyToManyRelationship",
icon: "fas fa-wrench", icon: "fas fa-wrench",
sizing: 6, sizing: 6,
@ -995,7 +995,7 @@ export const charactersBlueprint: I_Blueprint = {
}, },
{ {
id: "parentsOfCharacter", id: "parentsOfCharacter",
name: "Parents of character", name: "Parents of the Character",
type: "manyToManyRelationship", type: "manyToManyRelationship",
icon: "mdi-account", icon: "mdi-account",
sizing: 4, sizing: 4,
@ -1006,7 +1006,7 @@ export const charactersBlueprint: I_Blueprint = {
}, },
{ {
id: "childOfCharacter", id: "childOfCharacter",
name: "Children of character", name: "Children of the Character",
type: "manyToManyRelationship", type: "manyToManyRelationship",
icon: "mdi-account", icon: "mdi-account",
sizing: 4, sizing: 4,
@ -1017,7 +1017,7 @@ export const charactersBlueprint: I_Blueprint = {
}, },
{ {
id: "relativesOfCharacter", id: "relativesOfCharacter",
name: "Other relatives of character", name: "Other relatives of the Character",
type: "manyToManyRelationship", type: "manyToManyRelationship",
icon: "mdi-account", icon: "mdi-account",
sizing: 4, sizing: 4,
@ -1061,13 +1061,13 @@ export const charactersBlueprint: I_Blueprint = {
}, },
{ {
id: "breakPolitics", id: "breakPolitics",
name: "Ideologies, religions & politics", name: "Ideologies, Religions & Politics",
type: "break", type: "break",
sizing: 12 sizing: 12
}, },
{ {
id: "pairedConnectionPolGroup", id: "pairedConnectionPolGroup",
name: "Connected to political groups/ideologies", name: "Connected to Political groups/Ideologies",
type: "manyToManyRelationship", type: "manyToManyRelationship",
icon: "mdi-bank-outline", icon: "mdi-bank-outline",
sizing: 6, sizing: 6,
@ -1078,7 +1078,7 @@ export const charactersBlueprint: I_Blueprint = {
}, },
{ {
id: "pairedBelongingPolGroup", id: "pairedBelongingPolGroup",
name: "Member of political groups/ideologies", name: "Member of Political groups/Ideologies",
type: "manyToManyRelationship", type: "manyToManyRelationship",
icon: "mdi-bank-outline", icon: "mdi-bank-outline",
sizing: 6, sizing: 6,
@ -1089,7 +1089,7 @@ export const charactersBlueprint: I_Blueprint = {
}, },
{ {
id: "pairedAllyPolGroup", id: "pairedAllyPolGroup",
name: "Ally of political groups/ideologies", name: "Ally of Political groups/Ideologies",
type: "manyToManyRelationship", type: "manyToManyRelationship",
icon: "mdi-bank-outline", icon: "mdi-bank-outline",
sizing: 6, sizing: 6,
@ -1100,7 +1100,7 @@ export const charactersBlueprint: I_Blueprint = {
}, },
{ {
id: "pairedEnemyPolGroup", id: "pairedEnemyPolGroup",
name: "Enemy of political groups/ideologies", name: "Enemy of Political groups/Ideologies",
type: "manyToManyRelationship", type: "manyToManyRelationship",
icon: "mdi-bank-outline", icon: "mdi-bank-outline",
sizing: 6, sizing: 6,
@ -1111,7 +1111,7 @@ export const charactersBlueprint: I_Blueprint = {
}, },
{ {
id: "pairedConnectionRelGroup", id: "pairedConnectionRelGroup",
name: "Connected to religious groups/teachings", name: "Connected to Religious groups/Teachings",
type: "manyToManyRelationship", type: "manyToManyRelationship",
icon: "fas fa-ankh", icon: "fas fa-ankh",
sizing: 6, sizing: 6,
@ -1122,7 +1122,7 @@ export const charactersBlueprint: I_Blueprint = {
}, },
{ {
id: "pairedBelongingRelGroup", id: "pairedBelongingRelGroup",
name: "Member of religious groups/teachings", name: "Member of Religious groups/Teachings",
type: "manyToManyRelationship", type: "manyToManyRelationship",
icon: "fas fa-ankh", icon: "fas fa-ankh",
sizing: 6, sizing: 6,
@ -1133,7 +1133,7 @@ export const charactersBlueprint: I_Blueprint = {
}, },
{ {
id: "pairedAllyRelGroup", id: "pairedAllyRelGroup",
name: "Ally of religious groups/teachings", name: "Ally of Religious groups/Teachings",
type: "manyToManyRelationship", type: "manyToManyRelationship",
icon: "fas fa-ankh", icon: "fas fa-ankh",
sizing: 6, sizing: 6,
@ -1144,7 +1144,7 @@ export const charactersBlueprint: I_Blueprint = {
}, },
{ {
id: "pairedEnemyRelGroup", id: "pairedEnemyRelGroup",
name: "Enemy of religious groups/teachings", name: "Enemy of Religious groups/Teachings",
type: "manyToManyRelationship", type: "manyToManyRelationship",
icon: "fas fa-ankh", icon: "fas fa-ankh",
sizing: 6, sizing: 6,
@ -1155,7 +1155,7 @@ export const charactersBlueprint: I_Blueprint = {
}, },
{ {
id: "pairedConnectionMagicGroup", id: "pairedConnectionMagicGroup",
name: "Connected to magical groups", name: "Connected to Magical groups",
type: "manyToManyRelationship", type: "manyToManyRelationship",
icon: "fas fa-hat-wizard", icon: "fas fa-hat-wizard",
sizing: 6, sizing: 6,
@ -1166,7 +1166,7 @@ export const charactersBlueprint: I_Blueprint = {
}, },
{ {
id: "pairedBelongingMagicGroup", id: "pairedBelongingMagicGroup",
name: "Member of magical groups", name: "Member of Magical groups",
type: "manyToManyRelationship", type: "manyToManyRelationship",
icon: "fas fa-hat-wizard", icon: "fas fa-hat-wizard",
sizing: 6, sizing: 6,
@ -1177,7 +1177,7 @@ export const charactersBlueprint: I_Blueprint = {
}, },
{ {
id: "pairedAllyMagicGroup", id: "pairedAllyMagicGroup",
name: "Ally of magical groups", name: "Ally of Magical groups",
type: "manyToManyRelationship", type: "manyToManyRelationship",
icon: "fas fa-hat-wizard", icon: "fas fa-hat-wizard",
sizing: 6, sizing: 6,
@ -1188,7 +1188,7 @@ export const charactersBlueprint: I_Blueprint = {
}, },
{ {
id: "pairedEnemyMagicGroup", id: "pairedEnemyMagicGroup",
name: "Enemy of magical groups", name: "Enemy of Magical groups",
type: "manyToManyRelationship", type: "manyToManyRelationship",
icon: "fas fa-hat-wizard", icon: "fas fa-hat-wizard",
sizing: 6, sizing: 6,
@ -1199,7 +1199,7 @@ export const charactersBlueprint: I_Blueprint = {
}, },
{ {
id: "pairedConnectionTechGroup", id: "pairedConnectionTechGroup",
name: "Connected to scientific/technological groups", name: "Connected to Scientific/Technological groups",
type: "manyToManyRelationship", type: "manyToManyRelationship",
icon: "fas fa-wrench", icon: "fas fa-wrench",
sizing: 6, sizing: 6,
@ -1210,7 +1210,7 @@ export const charactersBlueprint: I_Blueprint = {
}, },
{ {
id: "pairedBelongingTechGroup", id: "pairedBelongingTechGroup",
name: "Member of scientific/technological groups", name: "Member of Scientific/Technological groups",
type: "manyToManyRelationship", type: "manyToManyRelationship",
icon: "fas fa-wrench", icon: "fas fa-wrench",
sizing: 6, sizing: 6,
@ -1221,7 +1221,7 @@ export const charactersBlueprint: I_Blueprint = {
}, },
{ {
id: "pairedAllyTechGroup", id: "pairedAllyTechGroup",
name: "Ally of scientific/technological groups", name: "Ally of Scientific/Technological groups",
type: "manyToManyRelationship", type: "manyToManyRelationship",
icon: "fas fa-wrench", icon: "fas fa-wrench",
sizing: 6, sizing: 6,
@ -1232,7 +1232,7 @@ export const charactersBlueprint: I_Blueprint = {
}, },
{ {
id: "pairedEnemyTechGroup", id: "pairedEnemyTechGroup",
name: "Enemy of scientific/technological groups", name: "Enemy of Scientific/Technological groups",
type: "manyToManyRelationship", type: "manyToManyRelationship",
icon: "fas fa-wrench", icon: "fas fa-wrench",
sizing: 6, sizing: 6,
@ -1249,7 +1249,7 @@ export const charactersBlueprint: I_Blueprint = {
}, },
{ {
id: "pairedEvent", id: "pairedEvent",
name: "Took part in events", name: "Took part in Events",
type: "manyToManyRelationship", type: "manyToManyRelationship",
icon: "mdi-calendar-text", icon: "mdi-calendar-text",
sizing: 6, sizing: 6,
@ -1260,7 +1260,7 @@ export const charactersBlueprint: I_Blueprint = {
}, },
{ {
id: "pairedConnectedPlaces", id: "pairedConnectedPlaces",
name: "Connected to locations", name: "Connected to Locations",
type: "manyToManyRelationship", type: "manyToManyRelationship",
icon: "mdi-map-marker-radius", icon: "mdi-map-marker-radius",
sizing: 6, sizing: 6,
@ -1271,7 +1271,7 @@ export const charactersBlueprint: I_Blueprint = {
}, },
{ {
id: "pairedConnectedMyths", id: "pairedConnectedMyths",
name: "Connected to myths, legends and stories", name: "Connected to Myths, legends and stories",
type: "manyToManyRelationship", type: "manyToManyRelationship",
icon: "fas fa-journal-whills", icon: "fas fa-journal-whills",
sizing: 6, sizing: 6,
@ -1282,7 +1282,7 @@ export const charactersBlueprint: I_Blueprint = {
}, },
{ {
id: "pairedConnectedItems", id: "pairedConnectedItems",
name: "Connected to legendary items/artifacts", name: "Connected to Legendary items/artifacts",
type: "manyToManyRelationship", type: "manyToManyRelationship",
icon: "mdi-sword-cross", icon: "mdi-sword-cross",
sizing: 6, sizing: 6,

View file

@ -21,7 +21,7 @@ export const currenciesBlueprint: I_Blueprint = {
}, },
{ {
id: "documentColor", id: "documentColor",
name: "Text Color", name: "Text color",
type: "colorPicker", type: "colorPicker",
icon: "mdi-eyedropper", icon: "mdi-eyedropper",
tooltip: tooltip:
@ -86,14 +86,14 @@ export const currenciesBlueprint: I_Blueprint = {
}, },
{ {
id: "otherNames", id: "otherNames",
name: "Other names & Epithets", name: "Other Names & Epithets",
type: "list", type: "list",
icon: "mdi-book-plus", icon: "mdi-book-plus",
sizing: 6 sizing: 6
}, },
{ {
id: "traits", id: "traits",
name: "Defining features/traits", name: "Defining Features/Traits",
type: "list", type: "list",
icon: "fas fa-coins", icon: "fas fa-coins",
sizing: 6 sizing: 6
@ -112,7 +112,7 @@ export const currenciesBlueprint: I_Blueprint = {
}, },
{ {
id: "pairedLocations", id: "pairedLocations",
name: "Used in locations", name: "Used in Locations",
type: "manyToManyRelationship", type: "manyToManyRelationship",
icon: "mdi-map-marker-radius", icon: "mdi-map-marker-radius",
sizing: 4, sizing: 4,
@ -123,7 +123,7 @@ export const currenciesBlueprint: I_Blueprint = {
}, },
{ {
id: "usedInPoliticalGroups", id: "usedInPoliticalGroups",
name: "Used by political groups/ideologies", name: "Used by Political groups/Ideologies",
type: "manyToManyRelationship", type: "manyToManyRelationship",
icon: "mdi-bank-outline", icon: "mdi-bank-outline",
sizing: 4, sizing: 4,
@ -134,7 +134,7 @@ export const currenciesBlueprint: I_Blueprint = {
}, },
{ {
id: "usedByRaces", id: "usedByRaces",
name: "Used by races", name: "Used by Races",
type: "manyToManyRelationship", type: "manyToManyRelationship",
icon: "fas fa-dragon", icon: "fas fa-dragon",
sizing: 4, sizing: 4,

View file

@ -21,7 +21,7 @@ export const eventsBlueprint: I_Blueprint = {
}, },
{ {
id: "documentColor", id: "documentColor",
name: "Text Color", name: "Text color",
type: "colorPicker", type: "colorPicker",
icon: "mdi-eyedropper", icon: "mdi-eyedropper",
tooltip: tooltip:
@ -86,7 +86,7 @@ export const eventsBlueprint: I_Blueprint = {
}, },
{ {
id: "otherNames", id: "otherNames",
name: "Other names & Epithets", name: "Other Names & Epithets",
type: "list", type: "list",
icon: "mdi-book-plus", icon: "mdi-book-plus",
sizing: 4 sizing: 4
@ -140,7 +140,7 @@ export const eventsBlueprint: I_Blueprint = {
}, },
{ {
id: "pairedCharacter", id: "pairedCharacter",
name: "Prominent actors", name: "Prominent Actors",
type: "manyToManyRelationship", type: "manyToManyRelationship",
icon: "mdi-account", icon: "mdi-account",
sizing: 6, sizing: 6,
@ -151,7 +151,7 @@ export const eventsBlueprint: I_Blueprint = {
}, },
{ {
id: "pairedRaces", id: "pairedRaces",
name: "Affected or involved species/races", name: "Affected or involved Species/Races",
type: "manyToManyRelationship", type: "manyToManyRelationship",
icon: "fas fa-dragon", icon: "fas fa-dragon",
sizing: 6, sizing: 6,
@ -162,7 +162,7 @@ export const eventsBlueprint: I_Blueprint = {
}, },
{ {
id: "pairedLocations", id: "pairedLocations",
name: "Connected to locations", name: "Connected to Locations",
type: "manyToManyRelationship", type: "manyToManyRelationship",
icon: "mdi-map-marker-radius", icon: "mdi-map-marker-radius",
sizing: 6, sizing: 6,
@ -173,7 +173,7 @@ export const eventsBlueprint: I_Blueprint = {
}, },
{ {
id: "pairedEvents", id: "pairedEvents",
name: "Connected to other events", name: "Connected to other Events",
type: "manyToManyRelationship", type: "manyToManyRelationship",
icon: "mdi-calendar-text", icon: "mdi-calendar-text",
sizing: 6, sizing: 6,
@ -184,7 +184,7 @@ export const eventsBlueprint: I_Blueprint = {
}, },
{ {
id: "pairedItems", id: "pairedItems",
name: "Connected to items", name: "Connected to Items",
type: "manyToManyRelationship", type: "manyToManyRelationship",
icon: "mdi-sword-cross", icon: "mdi-sword-cross",
sizing: 6, sizing: 6,
@ -195,7 +195,7 @@ export const eventsBlueprint: I_Blueprint = {
}, },
{ {
id: "pairedMyths", id: "pairedMyths",
name: "Connected to myths/legends", name: "Connected to Myths/Legends",
type: "manyToManyRelationship", type: "manyToManyRelationship",
icon: "fas fa-journal-whills", icon: "fas fa-journal-whills",
sizing: 6, sizing: 6,
@ -218,7 +218,7 @@ export const eventsBlueprint: I_Blueprint = {
}, },
{ {
id: "connectedPolitical", id: "connectedPolitical",
name: "Involved political groups", name: "Involved Political groups",
type: "manyToManyRelationship", type: "manyToManyRelationship",
icon: "mdi-bank-outline", icon: "mdi-bank-outline",
sizing: 6, sizing: 6,
@ -229,7 +229,7 @@ export const eventsBlueprint: I_Blueprint = {
}, },
{ {
id: "connectedReligious", id: "connectedReligious",
name: "Involved religious groups", name: "Involved Religious groups",
type: "manyToManyRelationship", type: "manyToManyRelationship",
icon: "fas fa-ankh", icon: "fas fa-ankh",
sizing: 6, sizing: 6,
@ -240,7 +240,7 @@ export const eventsBlueprint: I_Blueprint = {
}, },
{ {
id: "connectedMagical", id: "connectedMagical",
name: "Involved magical groups", name: "Involved Magical groups",
type: "manyToManyRelationship", type: "manyToManyRelationship",
icon: "fas fa-hat-wizard", icon: "fas fa-hat-wizard",
sizing: 6, sizing: 6,
@ -251,7 +251,7 @@ export const eventsBlueprint: I_Blueprint = {
}, },
{ {
id: "connectedTech", id: "connectedTech",
name: "Involved tech/scientific groups", name: "Involved Technological/Scientific groups",
type: "manyToManyRelationship", type: "manyToManyRelationship",
icon: "fas fa-wrench", icon: "fas fa-wrench",
sizing: 6, sizing: 6,

View file

@ -21,7 +21,7 @@ export const itemsBlueprint: I_Blueprint = {
}, },
{ {
id: "documentColor", id: "documentColor",
name: "Text Color", name: "Text color",
type: "colorPicker", type: "colorPicker",
icon: "mdi-eyedropper", icon: "mdi-eyedropper",
tooltip: tooltip:
@ -86,7 +86,7 @@ export const itemsBlueprint: I_Blueprint = {
}, },
{ {
id: "otherNames", id: "otherNames",
name: "Other names & Epithets", name: "Other Names & Epithets",
type: "list", type: "list",
icon: "mdi-book-plus", icon: "mdi-book-plus",
sizing: 6 sizing: 6
@ -147,7 +147,7 @@ export const itemsBlueprint: I_Blueprint = {
}, },
{ {
id: "pairedItems", id: "pairedItems",
name: "Connected to other items", name: "Connected to other Items",
type: "manyToManyRelationship", type: "manyToManyRelationship",
icon: "mdi-sword-cross", icon: "mdi-sword-cross",
sizing: 6, sizing: 6,
@ -158,7 +158,7 @@ export const itemsBlueprint: I_Blueprint = {
}, },
{ {
id: "pairedMagic", id: "pairedMagic",
name: "Capable of utilizing spells/magic", name: "Capable of utilizing Spells/Magic",
type: "manyToManyRelationship", type: "manyToManyRelationship",
icon: "fas fa-hat-wizard", icon: "fas fa-hat-wizard",
sizing: 6, sizing: 6,
@ -169,7 +169,7 @@ export const itemsBlueprint: I_Blueprint = {
}, },
{ {
id: "pairedEvents", id: "pairedEvents",
name: "Involved in events", name: "Involved in Events",
type: "manyToManyRelationship", type: "manyToManyRelationship",
icon: "mdi-calendar-text", icon: "mdi-calendar-text",
sizing: 6, sizing: 6,
@ -180,7 +180,7 @@ export const itemsBlueprint: I_Blueprint = {
}, },
{ {
id: "pairedMyths", id: "pairedMyths",
name: "Involved in myths/legends", name: "Involved in Myths, legends and stories",
type: "manyToManyRelationship", type: "manyToManyRelationship",
icon: "fas fa-journal-whills", icon: "fas fa-journal-whills",
sizing: 6, sizing: 6,
@ -197,7 +197,7 @@ export const itemsBlueprint: I_Blueprint = {
}, },
{ {
id: "traditions", id: "traditions",
name: "Connected traditions & customs to the item", name: "Traditions & customs connected to the item",
type: "wysiwyg", type: "wysiwyg",
sizing: 12 sizing: 12
}, },
@ -209,7 +209,7 @@ export const itemsBlueprint: I_Blueprint = {
}, },
{ {
id: "pairedConnectedCharacter", id: "pairedConnectedCharacter",
name: "Connected to characters", name: "Connected to Characters",
type: "manyToManyRelationship", type: "manyToManyRelationship",
icon: "mdi-account", icon: "mdi-account",
sizing: 4, sizing: 4,
@ -220,7 +220,7 @@ export const itemsBlueprint: I_Blueprint = {
}, },
{ {
id: "pairedConnectedLocations", id: "pairedConnectedLocations",
name: "Connected to locations", name: "Connected to Locations",
type: "manyToManyRelationship", type: "manyToManyRelationship",
icon: "mdi-map-marker-radius", icon: "mdi-map-marker-radius",
sizing: 4, sizing: 4,
@ -231,7 +231,7 @@ export const itemsBlueprint: I_Blueprint = {
}, },
{ {
id: "pairedConnectedRaces", id: "pairedConnectedRaces",
name: "Connected to species/races", name: "Connected to Species/Races",
type: "manyToManyRelationship", type: "manyToManyRelationship",
icon: "fas fa-dragon", icon: "fas fa-dragon",
sizing: 4, sizing: 4,
@ -242,7 +242,7 @@ export const itemsBlueprint: I_Blueprint = {
}, },
{ {
id: "pairedConnectedPolGroups", id: "pairedConnectedPolGroups",
name: "Connected to political groups/ideologies", name: "Connected to Political groups/Ideologies",
type: "manyToManyRelationship", type: "manyToManyRelationship",
icon: "mdi-bank-outline", icon: "mdi-bank-outline",
sizing: 6, sizing: 6,
@ -253,7 +253,7 @@ export const itemsBlueprint: I_Blueprint = {
}, },
{ {
id: "pairedConnectedRelGroups", id: "pairedConnectedRelGroups",
name: "Connected to religious groups/teachings", name: "Connected to Religious groups/Teachings",
type: "manyToManyRelationship", type: "manyToManyRelationship",
icon: "fas fa-ankh", icon: "fas fa-ankh",
sizing: 6, sizing: 6,
@ -264,7 +264,7 @@ export const itemsBlueprint: I_Blueprint = {
}, },
{ {
id: "pairedConnectedMagicGroups", id: "pairedConnectedMagicGroups",
name: "Connected to magic/spells", name: "Connected to Magic/Spells",
type: "manyToManyRelationship", type: "manyToManyRelationship",
icon: "fas fa-hat-wizard", icon: "fas fa-hat-wizard",
sizing: 6, sizing: 6,
@ -275,7 +275,7 @@ export const itemsBlueprint: I_Blueprint = {
}, },
{ {
id: "pairedConnectedTechGroups", id: "pairedConnectedTechGroups",
name: "Connected to technology/science", name: "Connected to Technology/Science",
type: "manyToManyRelationship", type: "manyToManyRelationship",
icon: "fas fa-wrench", icon: "fas fa-wrench",
sizing: 6, sizing: 6,

View file

@ -21,7 +21,7 @@ export const languagesBlueprint: I_Blueprint = {
}, },
{ {
id: "documentColor", id: "documentColor",
name: "Text Color", name: "Text color",
type: "colorPicker", type: "colorPicker",
icon: "mdi-eyedropper", icon: "mdi-eyedropper",
tooltip: tooltip:
@ -86,7 +86,7 @@ export const languagesBlueprint: I_Blueprint = {
}, },
{ {
id: "otherNames", id: "otherNames",
name: "Other names & Epithets", name: "Other Names & Epithets",
type: "list", type: "list",
icon: "mdi-book-plus", icon: "mdi-book-plus",
sizing: 6 sizing: 6
@ -111,7 +111,7 @@ export const languagesBlueprint: I_Blueprint = {
}, },
{ {
id: "predecessorLanguages", id: "predecessorLanguages",
name: "Predecessor languages", name: "Predecessor Languages",
type: "manyToManyRelationship", type: "manyToManyRelationship",
icon: "mdi-book-alphabet", icon: "mdi-book-alphabet",
sizing: 6, sizing: 6,
@ -122,7 +122,7 @@ export const languagesBlueprint: I_Blueprint = {
}, },
{ {
id: "followingLanguages", id: "followingLanguages",
name: "Evolved into languages", name: "Evolved into Languages",
type: "manyToManyRelationship", type: "manyToManyRelationship",
icon: "mdi-book-alphabet", icon: "mdi-book-alphabet",
sizing: 6, sizing: 6,
@ -151,7 +151,7 @@ export const languagesBlueprint: I_Blueprint = {
}, },
{ {
id: "pairedCharacter", id: "pairedCharacter",
name: "Prominent speakers", name: "Prominent Speakers",
type: "manyToManyRelationship", type: "manyToManyRelationship",
icon: "mdi-account", icon: "mdi-account",
sizing: 4, sizing: 4,
@ -162,7 +162,7 @@ export const languagesBlueprint: I_Blueprint = {
}, },
{ {
id: "usedByRaces", id: "usedByRaces",
name: "Spoken by species/races", name: "Spoken by Species/Races",
type: "manyToManyRelationship", type: "manyToManyRelationship",
icon: "fas fa-dragon", icon: "fas fa-dragon",
sizing: 4, sizing: 4,
@ -173,7 +173,7 @@ export const languagesBlueprint: I_Blueprint = {
}, },
{ {
id: "pairedLocations", id: "pairedLocations",
name: "Spoken in locations", name: "Spoken in Locations",
type: "manyToManyRelationship", type: "manyToManyRelationship",
icon: "mdi-map-marker-radius", icon: "mdi-map-marker-radius",
sizing: 4, sizing: 4,
@ -184,7 +184,7 @@ export const languagesBlueprint: I_Blueprint = {
}, },
{ {
id: "usedInPoliticalGroups", id: "usedInPoliticalGroups",
name: "Spoken in political groups/ideologies", name: "Spoken in Political groups/Ideologies",
type: "manyToManyRelationship", type: "manyToManyRelationship",
icon: "mdi-bank-outline", icon: "mdi-bank-outline",
sizing: 6, sizing: 6,
@ -195,7 +195,7 @@ export const languagesBlueprint: I_Blueprint = {
}, },
{ {
id: "usedInReligiousGroups", id: "usedInReligiousGroups",
name: "Spoken in religious groups/teachings", name: "Spoken in Religious groups/Teachings",
type: "manyToManyRelationship", type: "manyToManyRelationship",
icon: "fas fa-ankh", icon: "fas fa-ankh",
sizing: 6, sizing: 6,
@ -206,7 +206,7 @@ export const languagesBlueprint: I_Blueprint = {
}, },
{ {
id: "usedInMagicalGroups", id: "usedInMagicalGroups",
name: "Spoken in magical groups/institutions", name: "Spoken in Magical groups",
type: "manyToManyRelationship", type: "manyToManyRelationship",
icon: "fas fa-hat-wizard", icon: "fas fa-hat-wizard",
sizing: 6, sizing: 6,
@ -217,7 +217,7 @@ export const languagesBlueprint: I_Blueprint = {
}, },
{ {
id: "usedInTechGroups", id: "usedInTechGroups",
name: "Spoken in science/technology groups/institutions", name: "Spoken in Science/Technology groups",
type: "manyToManyRelationship", type: "manyToManyRelationship",
icon: "fas fa-wrench", icon: "fas fa-wrench",
sizing: 6, sizing: 6,

View file

@ -21,7 +21,7 @@ export const locationsBlueprint: I_Blueprint = {
}, },
{ {
id: "documentColor", id: "documentColor",
name: "Text Color", name: "Text color",
type: "colorPicker", type: "colorPicker",
icon: "mdi-eyedropper", icon: "mdi-eyedropper",
tooltip: tooltip:
@ -86,14 +86,14 @@ export const locationsBlueprint: I_Blueprint = {
}, },
{ {
id: "otherNames", id: "otherNames",
name: "Other names & Epithets", name: "Other Names & Epithets",
type: "list", type: "list",
icon: "mdi-book-plus", icon: "mdi-book-plus",
sizing: 3 sizing: 3
}, },
{ {
id: "connectedLocations", id: "connectedLocations",
name: "Connected locations", name: "Connected Locations",
type: "manyToManyRelationship", type: "manyToManyRelationship",
icon: "mdi-map-marker-radius", icon: "mdi-map-marker-radius",
sizing: 3, sizing: 3,
@ -141,7 +141,7 @@ export const locationsBlueprint: I_Blueprint = {
}, },
{ {
id: "pairedLanguages", id: "pairedLanguages",
name: "Local languages", name: "Local Languages",
type: "manyToManyRelationship", type: "manyToManyRelationship",
icon: "mdi-book-alphabet", icon: "mdi-book-alphabet",
sizing: 4, sizing: 4,
@ -152,7 +152,7 @@ export const locationsBlueprint: I_Blueprint = {
}, },
{ {
id: "pairedCurrencies", id: "pairedCurrencies",
name: "Local currencies", name: "Local Currencies",
type: "manyToManyRelationship", type: "manyToManyRelationship",
icon: "fas fa-coins", icon: "fas fa-coins",
sizing: 4, sizing: 4,
@ -163,7 +163,7 @@ export const locationsBlueprint: I_Blueprint = {
}, },
{ {
id: "traits", id: "traits",
name: "Unusual features/traits", name: "Unusual features/Traits",
type: "list", type: "list",
icon: "mdi-guy-fawkes-mask", icon: "mdi-guy-fawkes-mask",
sizing: 4 sizing: 4
@ -221,7 +221,7 @@ export const locationsBlueprint: I_Blueprint = {
}, },
{ {
id: "pairedConnectedCharacter", id: "pairedConnectedCharacter",
name: "Other connected characters", name: "Other connected Characters",
type: "manyToManyRelationship", type: "manyToManyRelationship",
icon: "mdi-account", icon: "mdi-account",
sizing: 6, sizing: 6,
@ -232,7 +232,7 @@ export const locationsBlueprint: I_Blueprint = {
}, },
{ {
id: "pairedConnectedRaces", id: "pairedConnectedRaces",
name: "Local races and species", name: "Local Species/Races",
type: "manyToManyRelationship", type: "manyToManyRelationship",
icon: "fas fa-dragon", icon: "fas fa-dragon",
sizing: 6, sizing: 6,
@ -249,7 +249,7 @@ export const locationsBlueprint: I_Blueprint = {
}, },
{ {
id: "governPolitical", id: "governPolitical",
name: "Governing political groups/ideologies", name: "Governing Political groups/Ideologies",
type: "manyToManyRelationship", type: "manyToManyRelationship",
icon: "mdi-bank-outline", icon: "mdi-bank-outline",
sizing: 6, sizing: 6,
@ -260,7 +260,7 @@ export const locationsBlueprint: I_Blueprint = {
}, },
{ {
id: "connectedPolitical", id: "connectedPolitical",
name: "Connected political groups/ideologies", name: "Connected Political groups/Ideologies",
type: "manyToManyRelationship", type: "manyToManyRelationship",
icon: "mdi-bank-outline", icon: "mdi-bank-outline",
sizing: 6, sizing: 6,
@ -271,7 +271,7 @@ export const locationsBlueprint: I_Blueprint = {
}, },
{ {
id: "governReligious", id: "governReligious",
name: "Governing religious groups", name: "Governing Religious groups",
type: "manyToManyRelationship", type: "manyToManyRelationship",
icon: "fas fa-ankh", icon: "fas fa-ankh",
sizing: 6, sizing: 6,
@ -282,7 +282,7 @@ export const locationsBlueprint: I_Blueprint = {
}, },
{ {
id: "connectedReligious", id: "connectedReligious",
name: "Connected religious groups", name: "Connected Religious groups",
type: "manyToManyRelationship", type: "manyToManyRelationship",
icon: "fas fa-ankh", icon: "fas fa-ankh",
sizing: 6, sizing: 6,
@ -293,7 +293,7 @@ export const locationsBlueprint: I_Blueprint = {
}, },
{ {
id: "governMagical", id: "governMagical",
name: "Governing magical groups", name: "Governing Magical groups",
type: "manyToManyRelationship", type: "manyToManyRelationship",
icon: "fas fa-hat-wizard", icon: "fas fa-hat-wizard",
sizing: 6, sizing: 6,
@ -304,7 +304,7 @@ export const locationsBlueprint: I_Blueprint = {
}, },
{ {
id: "connectedMagical", id: "connectedMagical",
name: "Connected magical groups", name: "Connected Magical groups",
type: "manyToManyRelationship", type: "manyToManyRelationship",
icon: "fas fa-hat-wizard", icon: "fas fa-hat-wizard",
sizing: 6, sizing: 6,
@ -315,7 +315,7 @@ export const locationsBlueprint: I_Blueprint = {
}, },
{ {
id: "governTech", id: "governTech",
name: "Governing tech/scientific groups", name: "Governing Technological/Scientific groups",
type: "manyToManyRelationship", type: "manyToManyRelationship",
icon: "fas fa-wrench", icon: "fas fa-wrench",
sizing: 6, sizing: 6,
@ -326,7 +326,7 @@ export const locationsBlueprint: I_Blueprint = {
}, },
{ {
id: "connectedTech", id: "connectedTech",
name: "Connected tech/scientific groups", name: "Connected Technological/Scientific groups",
type: "manyToManyRelationship", type: "manyToManyRelationship",
icon: "fas fa-wrench", icon: "fas fa-wrench",
sizing: 6, sizing: 6,
@ -343,7 +343,7 @@ export const locationsBlueprint: I_Blueprint = {
}, },
{ {
id: "pairedEvent", id: "pairedEvent",
name: "Connected to events", name: "Connected to Events",
type: "manyToManyRelationship", type: "manyToManyRelationship",
icon: "mdi-calendar-text", icon: "mdi-calendar-text",
sizing: 4, sizing: 4,
@ -354,7 +354,7 @@ export const locationsBlueprint: I_Blueprint = {
}, },
{ {
id: "pairedConnectedMyths", id: "pairedConnectedMyths",
name: "Connected to myths, legends and stories", name: "Connected to Myths, legends and stories",
type: "manyToManyRelationship", type: "manyToManyRelationship",
icon: "fas fa-journal-whills", icon: "fas fa-journal-whills",
sizing: 4, sizing: 4,
@ -365,7 +365,7 @@ export const locationsBlueprint: I_Blueprint = {
}, },
{ {
id: "pairedConnectedItems", id: "pairedConnectedItems",
name: "Connected to legendary items/artifacts", name: "Connected to legendary Items",
type: "manyToManyRelationship", type: "manyToManyRelationship",
icon: "mdi-sword-cross", icon: "mdi-sword-cross",
sizing: 4, sizing: 4,

View file

@ -21,7 +21,7 @@ export const loreNotesBlueprint: I_Blueprint = {
}, },
{ {
id: "documentColor", id: "documentColor",
name: "Text Color", name: "Text color",
type: "colorPicker", type: "colorPicker",
icon: "mdi-eyedropper", icon: "mdi-eyedropper",
tooltip: tooltip:

View file

@ -110,7 +110,7 @@ export const magicBlueprint: I_Blueprint = {
}, },
{ {
id: "leaders", id: "leaders",
name: "Leading figures", name: "Leading Figures",
type: "manyToNoneRelationship", type: "manyToNoneRelationship",
icon: "mdi-crown", icon: "mdi-crown",
sizing: 6, sizing: 6,
@ -156,7 +156,7 @@ export const magicBlueprint: I_Blueprint = {
}, },
{ {
id: "pairedCharacter", id: "pairedCharacter",
name: "Magic/Spell users", name: "Magic/Spell Users",
type: "manyToManyRelationship", type: "manyToManyRelationship",
icon: "mdi-account", icon: "mdi-account",
sizing: 4, sizing: 4,
@ -188,7 +188,7 @@ export const magicBlueprint: I_Blueprint = {
}, },
{ {
id: "pairedItems", id: "pairedItems",
name: "Usable through the use of items/artifacts", name: "Usable through the use of Items",
type: "manyToManyRelationship", type: "manyToManyRelationship",
icon: "mdi-sword-cross", icon: "mdi-sword-cross",
sizing: 4, sizing: 4,
@ -199,7 +199,7 @@ export const magicBlueprint: I_Blueprint = {
}, },
{ {
id: "connectedRaces", id: "connectedRaces",
name: "Common species/races among the practitioners", name: "Common Species/Races among the practitioners",
type: "manyToManyRelationship", type: "manyToManyRelationship",
icon: "fas fa-dragon", icon: "fas fa-dragon",
sizing: 6, sizing: 6,
@ -210,7 +210,7 @@ export const magicBlueprint: I_Blueprint = {
}, },
{ {
id: "localLanguages", id: "localLanguages",
name: "Common languages among the practitioners", name: "Common Languages among the practitioners",
type: "manyToManyRelationship", type: "manyToManyRelationship",
icon: "mdi-book-alphabet", icon: "mdi-book-alphabet",
sizing: 6, sizing: 6,
@ -239,7 +239,7 @@ export const magicBlueprint: I_Blueprint = {
}, },
{ {
id: "governLocations", id: "governLocations",
name: "Ruled locations", name: "Ruled Locations",
type: "manyToManyRelationship", type: "manyToManyRelationship",
icon: "mdi-map-marker-radius", icon: "mdi-map-marker-radius",
sizing: 6, sizing: 6,
@ -250,7 +250,7 @@ export const magicBlueprint: I_Blueprint = {
}, },
{ {
id: "connectedLocations", id: "connectedLocations",
name: "Connected locations", name: "Connected Locations",
type: "manyToManyRelationship", type: "manyToManyRelationship",
icon: "mdi-map-marker-radius", icon: "mdi-map-marker-radius",
sizing: 6, sizing: 6,
@ -261,7 +261,7 @@ export const magicBlueprint: I_Blueprint = {
}, },
{ {
id: "pairedConnectionCharacter", id: "pairedConnectionCharacter",
name: "Connected characters", name: "Connected Characters",
type: "manyToManyRelationship", type: "manyToManyRelationship",
icon: "mdi-account", icon: "mdi-account",
sizing: 6, sizing: 6,
@ -272,7 +272,7 @@ export const magicBlueprint: I_Blueprint = {
}, },
{ {
id: "pairedBelongingCharacter", id: "pairedBelongingCharacter",
name: "Prominent members", name: "Prominent Members",
type: "manyToManyRelationship", type: "manyToManyRelationship",
icon: "mdi-account", icon: "mdi-account",
sizing: 6, sizing: 6,
@ -283,7 +283,7 @@ export const magicBlueprint: I_Blueprint = {
}, },
{ {
id: "pairedAllyCharacter", id: "pairedAllyCharacter",
name: "Prominent allies", name: "Prominent Allies",
type: "manyToManyRelationship", type: "manyToManyRelationship",
icon: "mdi-account", icon: "mdi-account",
sizing: 6, sizing: 6,
@ -294,7 +294,7 @@ export const magicBlueprint: I_Blueprint = {
}, },
{ {
id: "pairedEnemyCharacter", id: "pairedEnemyCharacter",
name: "Prominent enemies", name: "Prominent Enemies",
type: "manyToManyRelationship", type: "manyToManyRelationship",
icon: "mdi-account", icon: "mdi-account",
sizing: 6, sizing: 6,
@ -305,7 +305,7 @@ export const magicBlueprint: I_Blueprint = {
}, },
{ {
id: "pairedConnectedPolGroups", id: "pairedConnectedPolGroups",
name: "Connected political groups", name: "Connected Political groups",
type: "manyToManyRelationship", type: "manyToManyRelationship",
icon: "mdi-bank-outline", icon: "mdi-bank-outline",
sizing: 4, sizing: 4,
@ -316,7 +316,7 @@ export const magicBlueprint: I_Blueprint = {
}, },
{ {
id: "pairedAllyPolGroups", id: "pairedAllyPolGroups",
name: "Allied political groups", name: "Allied Political groups",
type: "manyToManyRelationship", type: "manyToManyRelationship",
icon: "mdi-bank-outline", icon: "mdi-bank-outline",
sizing: 4, sizing: 4,
@ -327,7 +327,7 @@ export const magicBlueprint: I_Blueprint = {
}, },
{ {
id: "pairedEnemyPolGroups", id: "pairedEnemyPolGroups",
name: "Enemy political groups", name: "Enemy Political groups",
type: "manyToManyRelationship", type: "manyToManyRelationship",
icon: "mdi-bank-outline", icon: "mdi-bank-outline",
sizing: 4, sizing: 4,
@ -338,7 +338,7 @@ export const magicBlueprint: I_Blueprint = {
}, },
{ {
id: "pairedConnectedReligiousGroups", id: "pairedConnectedReligiousGroups",
name: "Connected religious groups/teachings", name: "Connected Religious groups/Teachings",
type: "manyToManyRelationship", type: "manyToManyRelationship",
icon: "fas fa-ankh", icon: "fas fa-ankh",
sizing: 4, sizing: 4,
@ -349,7 +349,7 @@ export const magicBlueprint: I_Blueprint = {
}, },
{ {
id: "pairedAllyReligiousGroups", id: "pairedAllyReligiousGroups",
name: "Allied religious groups/teachings", name: "Allied Religious groups/Teachings",
type: "manyToManyRelationship", type: "manyToManyRelationship",
icon: "fas fa-ankh", icon: "fas fa-ankh",
sizing: 4, sizing: 4,
@ -360,7 +360,7 @@ export const magicBlueprint: I_Blueprint = {
}, },
{ {
id: "pairedEnemyReligiousGroups", id: "pairedEnemyReligiousGroups",
name: "Enemy religious groups/teachings", name: "Enemy Religious groups/Teachings",
type: "manyToManyRelationship", type: "manyToManyRelationship",
icon: "fas fa-ankh", icon: "fas fa-ankh",
sizing: 4, sizing: 4,
@ -371,7 +371,7 @@ export const magicBlueprint: I_Blueprint = {
}, },
{ {
id: "pairedConnectedMagicalGroups", id: "pairedConnectedMagicalGroups",
name: "Connected magical groups/teachings", name: "Connected Magical groups/Teachings",
type: "manyToManyRelationship", type: "manyToManyRelationship",
icon: "fas fa-hat-wizard", icon: "fas fa-hat-wizard",
sizing: 4, sizing: 4,
@ -382,7 +382,7 @@ export const magicBlueprint: I_Blueprint = {
}, },
{ {
id: "pairedAllyMagicalGroups", id: "pairedAllyMagicalGroups",
name: "Allied magical groups/teachings", name: "Allied Magical groups/Teachings",
type: "manyToManyRelationship", type: "manyToManyRelationship",
icon: "fas fa-hat-wizard", icon: "fas fa-hat-wizard",
sizing: 4, sizing: 4,
@ -393,7 +393,7 @@ export const magicBlueprint: I_Blueprint = {
}, },
{ {
id: "pairedEnemyMagicalGroups", id: "pairedEnemyMagicalGroups",
name: "Enemy magical groups/teachings", name: "Enemy Magical groups/Teachings",
type: "manyToManyRelationship", type: "manyToManyRelationship",
icon: "fas fa-hat-wizard", icon: "fas fa-hat-wizard",
sizing: 4, sizing: 4,
@ -405,7 +405,7 @@ export const magicBlueprint: I_Blueprint = {
{ {
id: "pairedConnectedTechGroups", id: "pairedConnectedTechGroups",
name: "Connected scientific/technological groups/teachings", name: "Connected Scientific/Technological groups",
type: "manyToManyRelationship", type: "manyToManyRelationship",
icon: "fas fa-wrench", icon: "fas fa-wrench",
sizing: 4, sizing: 4,
@ -416,7 +416,7 @@ export const magicBlueprint: I_Blueprint = {
}, },
{ {
id: "pairedAllyTechGroups", id: "pairedAllyTechGroups",
name: "Allied scientific/technological groups/teachings", name: "Allied Scientific/Technological groups",
type: "manyToManyRelationship", type: "manyToManyRelationship",
icon: "fas fa-wrench", icon: "fas fa-wrench",
sizing: 4, sizing: 4,
@ -427,7 +427,7 @@ export const magicBlueprint: I_Blueprint = {
}, },
{ {
id: "pairedEnemyTechGroups", id: "pairedEnemyTechGroups",
name: "Enemy scientific/technological groups/teachings", name: "Enemy Scientific/Technological groups",
type: "manyToManyRelationship", type: "manyToManyRelationship",
icon: "fas fa-wrench", icon: "fas fa-wrench",
sizing: 4, sizing: 4,
@ -444,7 +444,7 @@ export const magicBlueprint: I_Blueprint = {
}, },
{ {
id: "connectedEvents", id: "connectedEvents",
name: "Connected events", name: "Connected Events",
type: "manyToManyRelationship", type: "manyToManyRelationship",
icon: "mdi-calendar-text", icon: "mdi-calendar-text",
sizing: 4, sizing: 4,
@ -455,7 +455,7 @@ export const magicBlueprint: I_Blueprint = {
}, },
{ {
id: "pairedConnectedMyths", id: "pairedConnectedMyths",
name: "Connected to myths, legends and stories", name: "Connected to Myths, legends and stories",
type: "manyToManyRelationship", type: "manyToManyRelationship",
icon: "fas fa-journal-whills", icon: "fas fa-journal-whills",
sizing: 4, sizing: 4,
@ -466,7 +466,7 @@ export const magicBlueprint: I_Blueprint = {
}, },
{ {
id: "pairedConnectedItems", id: "pairedConnectedItems",
name: "Connected to legendary items/artifacts", name: "Connected to legendary Items",
type: "manyToManyRelationship", type: "manyToManyRelationship",
icon: "mdi-sword-cross", icon: "mdi-sword-cross",
sizing: 4, sizing: 4,

View file

@ -86,14 +86,14 @@ export const mythsBlueprint: I_Blueprint = {
}, },
{ {
id: "otherNames", id: "otherNames",
name: "Other names & Epithets", name: "Other Names & Epithets",
type: "list", type: "list",
icon: "mdi-book-plus", icon: "mdi-book-plus",
sizing: 6 sizing: 6
}, },
{ {
id: "pairedOtherMyths", id: "pairedOtherMyths",
name: "Connected to other myths/legends", name: "Connected to other Myths, legends and stories",
type: "manyToManyRelationship", type: "manyToManyRelationship",
icon: "fas fa-journal-whills", icon: "fas fa-journal-whills",
sizing: 6, sizing: 6,
@ -104,7 +104,7 @@ export const mythsBlueprint: I_Blueprint = {
}, },
{ {
id: "pairedEvents", id: "pairedEvents",
name: "Connected to events", name: "Connected to Events",
type: "manyToManyRelationship", type: "manyToManyRelationship",
icon: "mdi-calendar-text", icon: "mdi-calendar-text",
sizing: 6, sizing: 6,
@ -115,7 +115,7 @@ export const mythsBlueprint: I_Blueprint = {
}, },
{ {
id: "pairedItems", id: "pairedItems",
name: "Connected to items", name: "Connected to Items",
type: "manyToManyRelationship", type: "manyToManyRelationship",
icon: "mdi-sword-cross", icon: "mdi-sword-cross",
sizing: 6, sizing: 6,
@ -132,7 +132,7 @@ export const mythsBlueprint: I_Blueprint = {
}, },
{ {
id: "traditions", id: "traditions",
name: "Connected traditions & Customs to the myth/legend", name: "Connected traditions & Customs to the myth, legend or story",
type: "wysiwyg", type: "wysiwyg",
sizing: 12 sizing: 12
}, },
@ -144,7 +144,7 @@ export const mythsBlueprint: I_Blueprint = {
}, },
{ {
id: "pairedConnectedCharacter", id: "pairedConnectedCharacter",
name: "Connected characters", name: "Connected Characters",
type: "manyToManyRelationship", type: "manyToManyRelationship",
icon: "mdi-account", icon: "mdi-account",
sizing: 4, sizing: 4,
@ -155,7 +155,7 @@ export const mythsBlueprint: I_Blueprint = {
}, },
{ {
id: "pairedConnectedLocations", id: "pairedConnectedLocations",
name: "Connected locations", name: "Connected Locations",
type: "manyToManyRelationship", type: "manyToManyRelationship",
icon: "mdi-map-marker-radius", icon: "mdi-map-marker-radius",
sizing: 4, sizing: 4,
@ -166,7 +166,7 @@ export const mythsBlueprint: I_Blueprint = {
}, },
{ {
id: "pairedConnectedRaces", id: "pairedConnectedRaces",
name: "Connected to species/races", name: "Connected to Species/Races",
type: "manyToManyRelationship", type: "manyToManyRelationship",
icon: "fas fa-dragon", icon: "fas fa-dragon",
sizing: 4, sizing: 4,
@ -177,7 +177,7 @@ export const mythsBlueprint: I_Blueprint = {
}, },
{ {
id: "pairedConnectedPolGroups", id: "pairedConnectedPolGroups",
name: "Connected to political groups/ideologies", name: "Connected to Political groups/Ideologies",
type: "manyToManyRelationship", type: "manyToManyRelationship",
icon: "mdi-bank-outline", icon: "mdi-bank-outline",
sizing: 6, sizing: 6,
@ -188,7 +188,7 @@ export const mythsBlueprint: I_Blueprint = {
}, },
{ {
id: "pairedConnectedRelGroups", id: "pairedConnectedRelGroups",
name: "Connected to religious groups/teachings", name: "Connected to Religious groups/Teachings",
type: "manyToManyRelationship", type: "manyToManyRelationship",
icon: "fas fa-ankh", icon: "fas fa-ankh",
sizing: 6, sizing: 6,
@ -199,7 +199,7 @@ export const mythsBlueprint: I_Blueprint = {
}, },
{ {
id: "pairedConnectedMagicGroups", id: "pairedConnectedMagicGroups",
name: "Connected to magic/spells", name: "Connected to Magic/Spells",
type: "manyToManyRelationship", type: "manyToManyRelationship",
icon: "fas fa-hat-wizard", icon: "fas fa-hat-wizard",
sizing: 6, sizing: 6,
@ -210,7 +210,7 @@ export const mythsBlueprint: I_Blueprint = {
}, },
{ {
id: "pairedConnectedTechGroups", id: "pairedConnectedTechGroups",
name: "Connected to technology/science", name: "Connected to Technologies/Sciences",
type: "manyToManyRelationship", type: "manyToManyRelationship",
icon: "fas fa-wrench", icon: "fas fa-wrench",
sizing: 6, sizing: 6,

View file

@ -21,7 +21,7 @@ export const politicalGroupsBlueprint: I_Blueprint = {
}, },
{ {
id: "documentColor", id: "documentColor",
name: "Text Color", name: "Text color",
type: "colorPicker", type: "colorPicker",
icon: "mdi-eyedropper", icon: "mdi-eyedropper",
tooltip: tooltip:
@ -86,7 +86,7 @@ export const politicalGroupsBlueprint: I_Blueprint = {
}, },
{ {
id: "otherNames", id: "otherNames",
name: "Other names & Epithets", name: "Other Names & Epithets",
type: "list", type: "list",
icon: "mdi-book-plus", icon: "mdi-book-plus",
sizing: 6 sizing: 6
@ -110,7 +110,7 @@ export const politicalGroupsBlueprint: I_Blueprint = {
}, },
{ {
id: "leaders", id: "leaders",
name: "Leading figures", name: "Leading Figures",
type: "manyToNoneRelationship", type: "manyToNoneRelationship",
icon: "mdi-crown", icon: "mdi-crown",
sizing: 6, sizing: 6,
@ -151,7 +151,7 @@ export const politicalGroupsBlueprint: I_Blueprint = {
}, },
{ {
id: "localCurrencies", id: "localCurrencies",
name: "Used currencies", name: "Used Currencies",
type: "manyToManyRelationship", type: "manyToManyRelationship",
icon: "fas fa-coins", icon: "fas fa-coins",
sizing: 4, sizing: 4,
@ -162,7 +162,7 @@ export const politicalGroupsBlueprint: I_Blueprint = {
}, },
{ {
id: "localLanguages", id: "localLanguages",
name: "Used languages", name: "Used Languages",
type: "manyToManyRelationship", type: "manyToManyRelationship",
icon: "mdi-book-alphabet", icon: "mdi-book-alphabet",
sizing: 4, sizing: 4,
@ -173,7 +173,7 @@ export const politicalGroupsBlueprint: I_Blueprint = {
}, },
{ {
id: "connectedRaces", id: "connectedRaces",
name: "Common species/races", name: "Common Species/Races",
type: "manyToManyRelationship", type: "manyToManyRelationship",
icon: "fas fa-dragon", icon: "fas fa-dragon",
sizing: 4, sizing: 4,
@ -202,7 +202,7 @@ export const politicalGroupsBlueprint: I_Blueprint = {
}, },
{ {
id: "governLocations", id: "governLocations",
name: "Ruled locations", name: "Ruled Locations",
type: "manyToManyRelationship", type: "manyToManyRelationship",
icon: "mdi-map-marker-radius", icon: "mdi-map-marker-radius",
sizing: 6, sizing: 6,
@ -213,7 +213,7 @@ export const politicalGroupsBlueprint: I_Blueprint = {
}, },
{ {
id: "connectedLocations", id: "connectedLocations",
name: "Connected locations", name: "Connected Locations",
type: "manyToManyRelationship", type: "manyToManyRelationship",
icon: "mdi-map-marker-radius", icon: "mdi-map-marker-radius",
sizing: 6, sizing: 6,
@ -224,7 +224,7 @@ export const politicalGroupsBlueprint: I_Blueprint = {
}, },
{ {
id: "pairedConnectionCharacter", id: "pairedConnectionCharacter",
name: "Connected characters", name: "Connected Characters",
type: "manyToManyRelationship", type: "manyToManyRelationship",
icon: "mdi-account", icon: "mdi-account",
sizing: 6, sizing: 6,
@ -235,7 +235,7 @@ export const politicalGroupsBlueprint: I_Blueprint = {
}, },
{ {
id: "pairedBelongingCharacter", id: "pairedBelongingCharacter",
name: "Prominent members", name: "Prominent Members",
type: "manyToManyRelationship", type: "manyToManyRelationship",
icon: "mdi-account", icon: "mdi-account",
sizing: 6, sizing: 6,
@ -246,7 +246,7 @@ export const politicalGroupsBlueprint: I_Blueprint = {
}, },
{ {
id: "pairedAllyCharacter", id: "pairedAllyCharacter",
name: "Prominent allies", name: "Prominent Allies",
type: "manyToManyRelationship", type: "manyToManyRelationship",
icon: "mdi-account", icon: "mdi-account",
sizing: 6, sizing: 6,
@ -257,7 +257,7 @@ export const politicalGroupsBlueprint: I_Blueprint = {
}, },
{ {
id: "pairedEnemyCharacter", id: "pairedEnemyCharacter",
name: "Prominent enemies", name: "Prominent Enemies",
type: "manyToManyRelationship", type: "manyToManyRelationship",
icon: "mdi-account", icon: "mdi-account",
sizing: 6, sizing: 6,
@ -268,7 +268,7 @@ export const politicalGroupsBlueprint: I_Blueprint = {
}, },
{ {
id: "pairedConnectedPolGroups", id: "pairedConnectedPolGroups",
name: "Connected political groups/ideologies", name: "Connected Political groups/Ideologies",
type: "manyToManyRelationship", type: "manyToManyRelationship",
icon: "mdi-bank-outline", icon: "mdi-bank-outline",
sizing: 4, sizing: 4,
@ -279,7 +279,7 @@ export const politicalGroupsBlueprint: I_Blueprint = {
}, },
{ {
id: "pairedAllyPolGroups", id: "pairedAllyPolGroups",
name: "Allied political groups/ideologies", name: "Allied Political groups/Ideologies",
type: "manyToManyRelationship", type: "manyToManyRelationship",
icon: "mdi-bank-outline", icon: "mdi-bank-outline",
sizing: 4, sizing: 4,
@ -290,7 +290,7 @@ export const politicalGroupsBlueprint: I_Blueprint = {
}, },
{ {
id: "pairedEnemyPolGroups", id: "pairedEnemyPolGroups",
name: "Enemy political groups/ideologies", name: "Enemy Political groups/Ideologies",
type: "manyToManyRelationship", type: "manyToManyRelationship",
icon: "mdi-bank-outline", icon: "mdi-bank-outline",
sizing: 4, sizing: 4,
@ -301,7 +301,7 @@ export const politicalGroupsBlueprint: I_Blueprint = {
}, },
{ {
id: "pairedConnectedReligiousGroups", id: "pairedConnectedReligiousGroups",
name: "Connected religious groups/teachings", name: "Connected Religious groups/Teachings",
type: "manyToManyRelationship", type: "manyToManyRelationship",
icon: "fas fa-ankh", icon: "fas fa-ankh",
sizing: 4, sizing: 4,
@ -312,7 +312,7 @@ export const politicalGroupsBlueprint: I_Blueprint = {
}, },
{ {
id: "pairedAllyReligiousGroups", id: "pairedAllyReligiousGroups",
name: "Allied religious groups/teachings", name: "Allied Religious groups/Teachings",
type: "manyToManyRelationship", type: "manyToManyRelationship",
icon: "fas fa-ankh", icon: "fas fa-ankh",
sizing: 4, sizing: 4,
@ -323,7 +323,7 @@ export const politicalGroupsBlueprint: I_Blueprint = {
}, },
{ {
id: "pairedEnemyReligiousGroups", id: "pairedEnemyReligiousGroups",
name: "Enemy religious groups/teaching", name: "Enemy Religious groups/Teachings",
type: "manyToManyRelationship", type: "manyToManyRelationship",
icon: "fas fa-ankh", icon: "fas fa-ankh",
sizing: 4, sizing: 4,
@ -334,7 +334,7 @@ export const politicalGroupsBlueprint: I_Blueprint = {
}, },
{ {
id: "pairedConnectedMagicalGroups", id: "pairedConnectedMagicalGroups",
name: "Connected magical groups/teachings", name: "Connected Magical groups/Teachings",
type: "manyToManyRelationship", type: "manyToManyRelationship",
icon: "fas fa-hat-wizard", icon: "fas fa-hat-wizard",
sizing: 4, sizing: 4,
@ -345,7 +345,7 @@ export const politicalGroupsBlueprint: I_Blueprint = {
}, },
{ {
id: "pairedAllyMagicalGroups", id: "pairedAllyMagicalGroups",
name: "Allied magical groups/teachings", name: "Allied Magical groups/Teachings",
type: "manyToManyRelationship", type: "manyToManyRelationship",
icon: "fas fa-hat-wizard", icon: "fas fa-hat-wizard",
sizing: 4, sizing: 4,
@ -356,7 +356,7 @@ export const politicalGroupsBlueprint: I_Blueprint = {
}, },
{ {
id: "pairedEnemyMagicalGroups", id: "pairedEnemyMagicalGroups",
name: "Enemy magical groups/teachings", name: "Enemy Magical groups/Teachings",
type: "manyToManyRelationship", type: "manyToManyRelationship",
icon: "fas fa-hat-wizard", icon: "fas fa-hat-wizard",
sizing: 4, sizing: 4,
@ -368,7 +368,7 @@ export const politicalGroupsBlueprint: I_Blueprint = {
{ {
id: "pairedConnectedTechGroups", id: "pairedConnectedTechGroups",
name: "Connected scientific/technological groups/teachings", name: "Connected Scientific/Technological groups",
type: "manyToManyRelationship", type: "manyToManyRelationship",
icon: "fas fa-wrench", icon: "fas fa-wrench",
sizing: 4, sizing: 4,
@ -379,7 +379,7 @@ export const politicalGroupsBlueprint: I_Blueprint = {
}, },
{ {
id: "pairedAllyTechGroups", id: "pairedAllyTechGroups",
name: "Allied scientific/technological groups/teachings", name: "Allied Scientific/Technological groups",
type: "manyToManyRelationship", type: "manyToManyRelationship",
icon: "fas fa-wrench", icon: "fas fa-wrench",
sizing: 4, sizing: 4,
@ -390,7 +390,7 @@ export const politicalGroupsBlueprint: I_Blueprint = {
}, },
{ {
id: "pairedEnemyTechGroups", id: "pairedEnemyTechGroups",
name: "Enemy scientific/technological groups/teachings", name: "Enemy Scientific/Technological groups",
type: "manyToManyRelationship", type: "manyToManyRelationship",
icon: "fas fa-wrench", icon: "fas fa-wrench",
sizing: 4, sizing: 4,
@ -407,7 +407,7 @@ export const politicalGroupsBlueprint: I_Blueprint = {
}, },
{ {
id: "connectedEvents", id: "connectedEvents",
name: "Connected events", name: "Connected Events",
type: "manyToManyRelationship", type: "manyToManyRelationship",
icon: "mdi-calendar-text", icon: "mdi-calendar-text",
sizing: 4, sizing: 4,
@ -418,7 +418,7 @@ export const politicalGroupsBlueprint: I_Blueprint = {
}, },
{ {
id: "pairedConnectedMyths", id: "pairedConnectedMyths",
name: "Connected to myths, legends and stories", name: "Connected to Myths, legends and stories",
type: "manyToManyRelationship", type: "manyToManyRelationship",
icon: "fas fa-journal-whills", icon: "fas fa-journal-whills",
sizing: 4, sizing: 4,
@ -429,7 +429,7 @@ export const politicalGroupsBlueprint: I_Blueprint = {
}, },
{ {
id: "pairedConnectedItems", id: "pairedConnectedItems",
name: "Connected to legendary items/artifacts", name: "Connected to legendary Items",
type: "manyToManyRelationship", type: "manyToManyRelationship",
icon: "mdi-sword-cross", icon: "mdi-sword-cross",
sizing: 4, sizing: 4,

View file

@ -21,7 +21,7 @@ export const racesBlueprint: I_Blueprint = {
}, },
{ {
id: "documentColor", id: "documentColor",
name: "Text Color", name: "Text color",
type: "colorPicker", type: "colorPicker",
icon: "mdi-eyedropper", icon: "mdi-eyedropper",
tooltip: tooltip:
@ -86,14 +86,14 @@ export const racesBlueprint: I_Blueprint = {
}, },
{ {
id: "otherNames", id: "otherNames",
name: "Other names & Epithets", name: "Other Names & Epithets",
type: "list", type: "list",
icon: "mdi-book-plus", icon: "mdi-book-plus",
sizing: 6 sizing: 6
}, },
{ {
id: "relatedRaces", id: "relatedRaces",
name: "Related races", name: "Related Species/Races",
type: "manyToManyRelationship", type: "manyToManyRelationship",
icon: "fas fa-dragon", icon: "fas fa-dragon",
sizing: 4, sizing: 4,
@ -230,7 +230,7 @@ export const racesBlueprint: I_Blueprint = {
}, },
{ {
id: "traits", id: "traits",
name: "Defining features/traits", name: "Defining Features & Traits",
type: "list", type: "list",
icon: "fas fa-dragon", icon: "fas fa-dragon",
sizing: 12 sizing: 12
@ -273,7 +273,7 @@ export const racesBlueprint: I_Blueprint = {
}, },
{ {
id: "commonNames", id: "commonNames",
name: "Common names among the race/species", name: "Common names among the Race/Species",
type: "list", type: "list",
icon: "fas fa-signature", icon: "fas fa-signature",
sizing: 6, sizing: 6,
@ -290,7 +290,7 @@ export const racesBlueprint: I_Blueprint = {
}, },
{ {
id: "commonFamilyNames", id: "commonFamilyNames",
name: "Common family/clan names among the race/species", name: "Common Family/Clan names among the Race/Species",
type: "list", type: "list",
icon: "mdi-family-tree", icon: "mdi-family-tree",
sizing: 6, sizing: 6,
@ -320,7 +320,7 @@ export const racesBlueprint: I_Blueprint = {
}, },
{ {
id: "pairedCharacter", id: "pairedCharacter",
name: "Characters of race", name: "Characters of Race/Species",
type: "manyToManyRelationship", type: "manyToManyRelationship",
icon: "mdi-account", icon: "mdi-account",
sizing: 6, sizing: 6,
@ -331,7 +331,7 @@ export const racesBlueprint: I_Blueprint = {
}, },
{ {
id: "pairedConnectedPlaces", id: "pairedConnectedPlaces",
name: "Inhabited locations", name: "Inhabited Locations",
type: "manyToManyRelationship", type: "manyToManyRelationship",
icon: "mdi-map-marker-radius", icon: "mdi-map-marker-radius",
sizing: 6, sizing: 6,
@ -342,7 +342,7 @@ export const racesBlueprint: I_Blueprint = {
}, },
{ {
id: "localCurrencies", id: "localCurrencies",
name: "Commonly used currencies", name: "Commonly used Currencies",
type: "manyToManyRelationship", type: "manyToManyRelationship",
icon: "fas fa-coins", icon: "fas fa-coins",
sizing: 6, sizing: 6,
@ -353,7 +353,7 @@ export const racesBlueprint: I_Blueprint = {
}, },
{ {
id: "localLanguages", id: "localLanguages",
name: "Commonly spoken languages", name: "Commonly spoken Languages",
type: "manyToManyRelationship", type: "manyToManyRelationship",
icon: "mdi-book-alphabet", icon: "mdi-book-alphabet",
sizing: 6, sizing: 6,
@ -364,7 +364,7 @@ export const racesBlueprint: I_Blueprint = {
}, },
{ {
id: "commonInPoliticalGroups", id: "commonInPoliticalGroups",
name: "Common in political groups/ideologies", name: "Common in Political groups/Ideologies",
type: "manyToManyRelationship", type: "manyToManyRelationship",
icon: "mdi-bank-outline", icon: "mdi-bank-outline",
sizing: 6, sizing: 6,
@ -375,7 +375,7 @@ export const racesBlueprint: I_Blueprint = {
}, },
{ {
id: "commonInReligiousGroups", id: "commonInReligiousGroups",
name: "Common in religious groups/teachings", name: "Common in Religious groups/Teachings",
type: "manyToManyRelationship", type: "manyToManyRelationship",
icon: "fas fa-ankh", icon: "fas fa-ankh",
sizing: 6, sizing: 6,
@ -386,7 +386,7 @@ export const racesBlueprint: I_Blueprint = {
}, },
{ {
id: "commonInMagicGroups", id: "commonInMagicGroups",
name: "Common in magical groups/teachings", name: "Common in Magical groups",
type: "manyToManyRelationship", type: "manyToManyRelationship",
icon: "fas fa-hat-wizard", icon: "fas fa-hat-wizard",
sizing: 6, sizing: 6,
@ -397,7 +397,7 @@ export const racesBlueprint: I_Blueprint = {
}, },
{ {
id: "commonInTechGroups", id: "commonInTechGroups",
name: "Common in science/technology groups/institutions", name: "Common in Sciencific/Technological groups",
type: "manyToManyRelationship", type: "manyToManyRelationship",
icon: "fas fa-wrench", icon: "fas fa-wrench",
sizing: 6, sizing: 6,
@ -415,7 +415,7 @@ export const racesBlueprint: I_Blueprint = {
{ {
id: "connectedEvents", id: "connectedEvents",
name: "Connected to important events", name: "Connected to important Events",
type: "manyToManyRelationship", type: "manyToManyRelationship",
icon: "mdi-calendar-text", icon: "mdi-calendar-text",
sizing: 4, sizing: 4,
@ -426,7 +426,7 @@ export const racesBlueprint: I_Blueprint = {
}, },
{ {
id: "pairedConnectedMyths", id: "pairedConnectedMyths",
name: "Connected to myths, legends and stories", name: "Connected to Myths, legends and stories",
type: "manyToManyRelationship", type: "manyToManyRelationship",
icon: "fas fa-journal-whills", icon: "fas fa-journal-whills",
sizing: 4, sizing: 4,
@ -437,7 +437,7 @@ export const racesBlueprint: I_Blueprint = {
}, },
{ {
id: "pairedConnectedItems", id: "pairedConnectedItems",
name: "Connected to legendary items/artifacts", name: "Connected to legendary Items",
type: "manyToManyRelationship", type: "manyToManyRelationship",
icon: "mdi-sword-cross", icon: "mdi-sword-cross",
sizing: 4, sizing: 4,

View file

@ -21,7 +21,7 @@ export const religionsBlueprint: I_Blueprint = {
}, },
{ {
id: "documentColor", id: "documentColor",
name: "Text Color", name: "Text color",
type: "colorPicker", type: "colorPicker",
icon: "mdi-eyedropper", icon: "mdi-eyedropper",
tooltip: tooltip:
@ -86,7 +86,7 @@ export const religionsBlueprint: I_Blueprint = {
}, },
{ {
id: "otherNames", id: "otherNames",
name: "Other names & Epithets", name: "Other Names & Epithets",
type: "list", type: "list",
icon: "mdi-book-plus", icon: "mdi-book-plus",
sizing: 6 sizing: 6
@ -110,7 +110,7 @@ export const religionsBlueprint: I_Blueprint = {
}, },
{ {
id: "leaders", id: "leaders",
name: "Leading figures", name: "Leading Figures",
type: "manyToNoneRelationship", type: "manyToNoneRelationship",
icon: "mdi-crown", icon: "mdi-crown",
sizing: 6, sizing: 6,
@ -155,7 +155,7 @@ export const religionsBlueprint: I_Blueprint = {
}, },
{ {
id: "localLanguages", id: "localLanguages",
name: "Used languages", name: "Used Languages",
type: "manyToManyRelationship", type: "manyToManyRelationship",
icon: "mdi-book-alphabet", icon: "mdi-book-alphabet",
sizing: 6, sizing: 6,
@ -166,7 +166,7 @@ export const religionsBlueprint: I_Blueprint = {
}, },
{ {
id: "connectedRaces", id: "connectedRaces",
name: "Common species/races", name: "Common Species/Races",
type: "manyToManyRelationship", type: "manyToManyRelationship",
icon: "fas fa-dragon", icon: "fas fa-dragon",
sizing: 6, sizing: 6,
@ -195,7 +195,7 @@ export const religionsBlueprint: I_Blueprint = {
}, },
{ {
id: "governLocations", id: "governLocations",
name: "Ruled/Influenced locations", name: "Ruled/Influenced Locations",
type: "manyToManyRelationship", type: "manyToManyRelationship",
icon: "mdi-map-marker-radius", icon: "mdi-map-marker-radius",
sizing: 6, sizing: 6,
@ -206,7 +206,7 @@ export const religionsBlueprint: I_Blueprint = {
}, },
{ {
id: "collectedLocations", id: "collectedLocations",
name: "Connected locations", name: "Connected Locations",
type: "manyToManyRelationship", type: "manyToManyRelationship",
icon: "mdi-map-marker-radius", icon: "mdi-map-marker-radius",
sizing: 6, sizing: 6,
@ -217,7 +217,7 @@ export const religionsBlueprint: I_Blueprint = {
}, },
{ {
id: "pairedConnectionCharacter", id: "pairedConnectionCharacter",
name: "Connected characters", name: "Connected Characters",
type: "manyToManyRelationship", type: "manyToManyRelationship",
icon: "mdi-account", icon: "mdi-account",
sizing: 6, sizing: 6,
@ -228,7 +228,7 @@ export const religionsBlueprint: I_Blueprint = {
}, },
{ {
id: "pairedBelongingCharacter", id: "pairedBelongingCharacter",
name: "Prominent members", name: "Prominent Members",
type: "manyToManyRelationship", type: "manyToManyRelationship",
icon: "mdi-account", icon: "mdi-account",
sizing: 6, sizing: 6,
@ -239,7 +239,7 @@ export const religionsBlueprint: I_Blueprint = {
}, },
{ {
id: "pairedAllyCharacter", id: "pairedAllyCharacter",
name: "Prominent allies", name: "Prominent Allies",
type: "manyToManyRelationship", type: "manyToManyRelationship",
icon: "mdi-account", icon: "mdi-account",
sizing: 6, sizing: 6,
@ -250,7 +250,7 @@ export const religionsBlueprint: I_Blueprint = {
}, },
{ {
id: "pairedEnemyCharacter", id: "pairedEnemyCharacter",
name: "Prominent enemies", name: "Prominent Enemies",
type: "manyToManyRelationship", type: "manyToManyRelationship",
icon: "mdi-account", icon: "mdi-account",
sizing: 6, sizing: 6,
@ -261,7 +261,7 @@ export const religionsBlueprint: I_Blueprint = {
}, },
{ {
id: "pairedConnectedPolGroups", id: "pairedConnectedPolGroups",
name: "Connected political groups/ideologies", name: "Connected Political groups/Ideologies",
type: "manyToManyRelationship", type: "manyToManyRelationship",
icon: "mdi-bank-outline", icon: "mdi-bank-outline",
sizing: 4, sizing: 4,
@ -272,7 +272,7 @@ export const religionsBlueprint: I_Blueprint = {
}, },
{ {
id: "pairedAllyPolGroups", id: "pairedAllyPolGroups",
name: "Allied political groups/ideologies", name: "Allied Political groups/Ideologies",
type: "manyToManyRelationship", type: "manyToManyRelationship",
icon: "mdi-bank-outline", icon: "mdi-bank-outline",
sizing: 4, sizing: 4,
@ -283,7 +283,7 @@ export const religionsBlueprint: I_Blueprint = {
}, },
{ {
id: "pairedEnemyPolGroups", id: "pairedEnemyPolGroups",
name: "Enemy political groups/ideologies", name: "Enemy Political groups/Ideologies",
type: "manyToManyRelationship", type: "manyToManyRelationship",
icon: "mdi-bank-outline", icon: "mdi-bank-outline",
sizing: 4, sizing: 4,
@ -294,7 +294,7 @@ export const religionsBlueprint: I_Blueprint = {
}, },
{ {
id: "pairedConnectedReligiousGroups", id: "pairedConnectedReligiousGroups",
name: "Connected religious groups/teachings", name: "Connected Religious groups/Teachings",
type: "manyToManyRelationship", type: "manyToManyRelationship",
icon: "fas fa-ankh", icon: "fas fa-ankh",
sizing: 4, sizing: 4,
@ -305,7 +305,7 @@ export const religionsBlueprint: I_Blueprint = {
}, },
{ {
id: "pairedAllyReligoiusGroups", id: "pairedAllyReligoiusGroups",
name: "Allied religious groups/teachings", name: "Allied Religious groups/Teachings",
type: "manyToManyRelationship", type: "manyToManyRelationship",
icon: "fas fa-ankh", icon: "fas fa-ankh",
sizing: 4, sizing: 4,
@ -316,7 +316,7 @@ export const religionsBlueprint: I_Blueprint = {
}, },
{ {
id: "pairedEnemyReligiousGroups", id: "pairedEnemyReligiousGroups",
name: "Enemy religious groups/teaching", name: "Enemy Religious groups/Teachings",
type: "manyToManyRelationship", type: "manyToManyRelationship",
icon: "fas fa-ankh", icon: "fas fa-ankh",
sizing: 4, sizing: 4,
@ -327,7 +327,7 @@ export const religionsBlueprint: I_Blueprint = {
}, },
{ {
id: "pairedConnectedMagicGroups", id: "pairedConnectedMagicGroups",
name: "Connected magical groups/ideologies", name: "Connected Magical groups/Ideologies",
type: "manyToManyRelationship", type: "manyToManyRelationship",
icon: "fas fa-hat-wizard", icon: "fas fa-hat-wizard",
sizing: 4, sizing: 4,
@ -338,7 +338,7 @@ export const religionsBlueprint: I_Blueprint = {
}, },
{ {
id: "pairedAllyMagicGroups", id: "pairedAllyMagicGroups",
name: "Allied magical groups/ideologies", name: "Allied Magical groups/Ideologies",
type: "manyToManyRelationship", type: "manyToManyRelationship",
icon: "fas fa-hat-wizard", icon: "fas fa-hat-wizard",
sizing: 4, sizing: 4,
@ -349,7 +349,7 @@ export const religionsBlueprint: I_Blueprint = {
}, },
{ {
id: "pairedEnemyMagicGroups", id: "pairedEnemyMagicGroups",
name: "Enemy magical groups/ideologies", name: "Enemy Magical groups/Ideologies",
type: "manyToManyRelationship", type: "manyToManyRelationship",
icon: "fas fa-hat-wizard", icon: "fas fa-hat-wizard",
sizing: 4, sizing: 4,
@ -360,7 +360,7 @@ export const religionsBlueprint: I_Blueprint = {
}, },
{ {
id: "pairedConnectedTechGroups", id: "pairedConnectedTechGroups",
name: "Connected scientific/technological groups/teachings", name: "Connected Scientific/Technological groups",
type: "manyToManyRelationship", type: "manyToManyRelationship",
icon: "fas fa-wrench", icon: "fas fa-wrench",
sizing: 4, sizing: 4,
@ -371,7 +371,7 @@ export const religionsBlueprint: I_Blueprint = {
}, },
{ {
id: "pairedAllyTechGroups", id: "pairedAllyTechGroups",
name: "Allied scientific/technological groups/teachings", name: "Allied Scientific/Technological groups",
type: "manyToManyRelationship", type: "manyToManyRelationship",
icon: "fas fa-wrench", icon: "fas fa-wrench",
sizing: 4, sizing: 4,
@ -382,7 +382,7 @@ export const religionsBlueprint: I_Blueprint = {
}, },
{ {
id: "pairedEnemyTechGroups", id: "pairedEnemyTechGroups",
name: "Enemy scientific/technological groups/teachings", name: "Enemy Scientific/Technological groups",
type: "manyToManyRelationship", type: "manyToManyRelationship",
icon: "fas fa-wrench", icon: "fas fa-wrench",
sizing: 4, sizing: 4,
@ -399,7 +399,7 @@ export const religionsBlueprint: I_Blueprint = {
}, },
{ {
id: "connectedEvents", id: "connectedEvents",
name: "Connected events", name: "Connected Events",
type: "manyToManyRelationship", type: "manyToManyRelationship",
icon: "mdi-calendar-text", icon: "mdi-calendar-text",
sizing: 4, sizing: 4,
@ -410,7 +410,7 @@ export const religionsBlueprint: I_Blueprint = {
}, },
{ {
id: "pairedConnectedMyths", id: "pairedConnectedMyths",
name: "Connected to myths, legends and stories", name: "Connected to Myths, legends and stories",
type: "manyToManyRelationship", type: "manyToManyRelationship",
icon: "fas fa-journal-whills", icon: "fas fa-journal-whills",
sizing: 4, sizing: 4,
@ -421,7 +421,7 @@ export const religionsBlueprint: I_Blueprint = {
}, },
{ {
id: "pairedConnectedItems", id: "pairedConnectedItems",
name: "Connected to legendary items/artifacts", name: "Connected to legendary Items",
type: "manyToManyRelationship", type: "manyToManyRelationship",
icon: "mdi-sword-cross", icon: "mdi-sword-cross",
sizing: 4, sizing: 4,

View file

@ -160,7 +160,7 @@ export const techBlueprint: I_Blueprint = {
}, },
{ {
id: "pairedCharacter", id: "pairedCharacter",
name: "Technology/Science users", name: "Technology/Science Users",
type: "manyToManyRelationship", type: "manyToManyRelationship",
icon: "mdi-account", icon: "mdi-account",
sizing: 6, sizing: 6,
@ -171,7 +171,7 @@ export const techBlueprint: I_Blueprint = {
}, },
{ {
id: "pairedTech", id: "pairedTech",
name: "Related technologies/sciences", name: "Related Technologies/Sciences",
type: "manyToManyRelationship", type: "manyToManyRelationship",
icon: "fas fa-wrench", icon: "fas fa-wrench",
sizing: 6, sizing: 6,
@ -182,7 +182,7 @@ export const techBlueprint: I_Blueprint = {
}, },
{ {
id: "connectedRaces", id: "connectedRaces",
name: "Common species/races among the practitioners", name: "Common Species/Races",
type: "manyToManyRelationship", type: "manyToManyRelationship",
icon: "fas fa-dragon", icon: "fas fa-dragon",
sizing: 6, sizing: 6,
@ -223,7 +223,7 @@ export const techBlueprint: I_Blueprint = {
{ {
id: "governLocations", id: "governLocations",
name: "Ruled locations", name: "Ruled Locations",
type: "manyToManyRelationship", type: "manyToManyRelationship",
icon: "mdi-map-marker-radius", icon: "mdi-map-marker-radius",
sizing: 6, sizing: 6,
@ -234,7 +234,7 @@ export const techBlueprint: I_Blueprint = {
}, },
{ {
id: "connectedLocations", id: "connectedLocations",
name: "Connected locations", name: "Connected Locations",
type: "manyToManyRelationship", type: "manyToManyRelationship",
icon: "mdi-map-marker-radius", icon: "mdi-map-marker-radius",
sizing: 6, sizing: 6,
@ -245,7 +245,7 @@ export const techBlueprint: I_Blueprint = {
}, },
{ {
id: "pairedConnectionCharacter", id: "pairedConnectionCharacter",
name: "Connected characters", name: "Connected Characters",
type: "manyToManyRelationship", type: "manyToManyRelationship",
icon: "mdi-account", icon: "mdi-account",
sizing: 6, sizing: 6,
@ -256,7 +256,7 @@ export const techBlueprint: I_Blueprint = {
}, },
{ {
id: "pairedBelongingCharacter", id: "pairedBelongingCharacter",
name: "Prominent members", name: "Prominent Members",
type: "manyToManyRelationship", type: "manyToManyRelationship",
icon: "mdi-account", icon: "mdi-account",
sizing: 6, sizing: 6,
@ -267,7 +267,7 @@ export const techBlueprint: I_Blueprint = {
}, },
{ {
id: "pairedAllyCharacter", id: "pairedAllyCharacter",
name: "Prominent allies", name: "Prominent Allies",
type: "manyToManyRelationship", type: "manyToManyRelationship",
icon: "mdi-account", icon: "mdi-account",
sizing: 6, sizing: 6,
@ -278,7 +278,7 @@ export const techBlueprint: I_Blueprint = {
}, },
{ {
id: "pairedEnemyCharacter", id: "pairedEnemyCharacter",
name: "Prominent enemies", name: "Prominent Enemies",
type: "manyToManyRelationship", type: "manyToManyRelationship",
icon: "mdi-account", icon: "mdi-account",
sizing: 6, sizing: 6,
@ -290,7 +290,7 @@ export const techBlueprint: I_Blueprint = {
{ {
id: "pairedConnectedPolGroups", id: "pairedConnectedPolGroups",
name: "Connected political groups/ideologies", name: "Connected Political groups/Ideologies",
type: "manyToManyRelationship", type: "manyToManyRelationship",
icon: "mdi-bank-outline", icon: "mdi-bank-outline",
sizing: 4, sizing: 4,
@ -301,7 +301,7 @@ export const techBlueprint: I_Blueprint = {
}, },
{ {
id: "pairedAllyPolGroups", id: "pairedAllyPolGroups",
name: "Allied political groups/ideologies", name: "Allied Political groups/Ideologies",
type: "manyToManyRelationship", type: "manyToManyRelationship",
icon: "mdi-bank-outline", icon: "mdi-bank-outline",
sizing: 4, sizing: 4,
@ -312,7 +312,7 @@ export const techBlueprint: I_Blueprint = {
}, },
{ {
id: "pairedEnemyPolGroups", id: "pairedEnemyPolGroups",
name: "Enemy political groups/ideologies", name: "Enemy Political groups/Ideologies",
type: "manyToManyRelationship", type: "manyToManyRelationship",
icon: "mdi-bank-outline", icon: "mdi-bank-outline",
sizing: 4, sizing: 4,
@ -323,7 +323,7 @@ export const techBlueprint: I_Blueprint = {
}, },
{ {
id: "pairedConnectedReligiousGroups", id: "pairedConnectedReligiousGroups",
name: "Connected religious groups/teachings", name: "Connected Religious groups/Teachings",
type: "manyToManyRelationship", type: "manyToManyRelationship",
icon: "fas fa-ankh", icon: "fas fa-ankh",
sizing: 4, sizing: 4,
@ -334,7 +334,7 @@ export const techBlueprint: I_Blueprint = {
}, },
{ {
id: "pairedAllyReligiousGroups", id: "pairedAllyReligiousGroups",
name: "Allied religious groups/teachings", name: "Allied Religious groups/Teachings",
type: "manyToManyRelationship", type: "manyToManyRelationship",
icon: "fas fa-ankh", icon: "fas fa-ankh",
sizing: 4, sizing: 4,
@ -345,7 +345,7 @@ export const techBlueprint: I_Blueprint = {
}, },
{ {
id: "pairedEnemyReligiousGroups", id: "pairedEnemyReligiousGroups",
name: "Enemy religious groups/teachings", name: "Enemy Religious groups/Teachings",
type: "manyToManyRelationship", type: "manyToManyRelationship",
icon: "fas fa-ankh", icon: "fas fa-ankh",
sizing: 4, sizing: 4,
@ -356,7 +356,7 @@ export const techBlueprint: I_Blueprint = {
}, },
{ {
id: "pairedConnectedMagicalGroups", id: "pairedConnectedMagicalGroups",
name: "Connected magical groups/teachings", name: "Connected Magical groups/Teachings",
type: "manyToManyRelationship", type: "manyToManyRelationship",
icon: "fas fa-hat-wizard", icon: "fas fa-hat-wizard",
sizing: 4, sizing: 4,
@ -367,7 +367,7 @@ export const techBlueprint: I_Blueprint = {
}, },
{ {
id: "pairedAllyMagicalGroups", id: "pairedAllyMagicalGroups",
name: "Allied magical groups/teachings", name: "Allied Magical groups/Teachings",
type: "manyToManyRelationship", type: "manyToManyRelationship",
icon: "fas fa-hat-wizard", icon: "fas fa-hat-wizard",
sizing: 4, sizing: 4,
@ -378,7 +378,7 @@ export const techBlueprint: I_Blueprint = {
}, },
{ {
id: "pairedEnemyMagicalGroups", id: "pairedEnemyMagicalGroups",
name: "Enemy magical groups/teachings", name: "Enemy Magical groups/Teachings",
type: "manyToManyRelationship", type: "manyToManyRelationship",
icon: "fas fa-hat-wizard", icon: "fas fa-hat-wizard",
sizing: 4, sizing: 4,
@ -389,7 +389,7 @@ export const techBlueprint: I_Blueprint = {
}, },
{ {
id: "pairedConnectedTechGroups", id: "pairedConnectedTechGroups",
name: "Connected scientific/technological groups/teachings", name: "Connected Scientific/Technological groups",
type: "manyToManyRelationship", type: "manyToManyRelationship",
icon: "fas fa-wrench", icon: "fas fa-wrench",
sizing: 4, sizing: 4,
@ -400,7 +400,7 @@ export const techBlueprint: I_Blueprint = {
}, },
{ {
id: "pairedAllyTechGroups", id: "pairedAllyTechGroups",
name: "Allied scientific/technological groups/teachings", name: "Allied Scientific/Technological groups",
type: "manyToManyRelationship", type: "manyToManyRelationship",
icon: "fas fa-wrench", icon: "fas fa-wrench",
sizing: 4, sizing: 4,
@ -411,7 +411,7 @@ export const techBlueprint: I_Blueprint = {
}, },
{ {
id: "pairedEnemyTechGroups", id: "pairedEnemyTechGroups",
name: "Enemy scientific/technological groups/teachings", name: "Enemy Scientific/Technological groups",
type: "manyToManyRelationship", type: "manyToManyRelationship",
icon: "fas fa-wrench", icon: "fas fa-wrench",
sizing: 4, sizing: 4,
@ -428,7 +428,7 @@ export const techBlueprint: I_Blueprint = {
}, },
{ {
id: "connectedEvents", id: "connectedEvents",
name: "Connected events", name: "Connected Events",
type: "manyToManyRelationship", type: "manyToManyRelationship",
icon: "mdi-calendar-text", icon: "mdi-calendar-text",
sizing: 4, sizing: 4,
@ -439,7 +439,7 @@ export const techBlueprint: I_Blueprint = {
}, },
{ {
id: "pairedConnectedMyths", id: "pairedConnectedMyths",
name: "Connected to myths, legends and stories", name: "Connected to Myths, legends and stories",
type: "manyToManyRelationship", type: "manyToManyRelationship",
icon: "fas fa-journal-whills", icon: "fas fa-journal-whills",
sizing: 4, sizing: 4,
@ -450,7 +450,7 @@ export const techBlueprint: I_Blueprint = {
}, },
{ {
id: "pairedConnectedItems", id: "pairedConnectedItems",
name: "Connected to legendary items/artifacts", name: "Connected to legendary Items",
type: "manyToManyRelationship", type: "manyToManyRelationship",
icon: "mdi-sword-cross", icon: "mdi-sword-cross",
sizing: 4, sizing: 4,

View file

@ -1,5 +1,3 @@
### ADD DOCS ABOUT BUGGY BUILD FILE
- Unify "/" style capitals across document fields - Unify "/" style capitals across document fields
- Add "Document relevance" switch and integrate it into filters - Add "Document relevance" switch and integrate it into filters
- Add "Show in search results" checkbox for relationship searches - Add "Show in search results" checkbox for relationship searches