Skip to content

Commit

Permalink
Stellaris parser map update
Browse files Browse the repository at this point in the history
  • Loading branch information
bcssov committed Nov 18, 2023
1 parent 14cccf1 commit 1c5d368
Showing 1 changed file with 27 additions and 0 deletions.
27 changes: 27 additions & 0 deletions References/CopyAll/Maps/StellarisParserMap.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,12 @@
}, {
"DirectoryPath": "common\\asteroid_belts",
"PreferredParser": "DefaultParser"
}, {
"DirectoryPath": "common\\astral_actions",
"PreferredParser": "DefaultParser"
}, {
"DirectoryPath": "common\\astral_rifts",
"PreferredParser": "DefaultParser"
}, {
"DirectoryPath": "common\\attitudes",
"PreferredParser": "DefaultParser"
Expand Down Expand Up @@ -229,6 +235,9 @@
}, {
"DirectoryPath": "common\\inline_scripts",
"PreferredParser": "StellarisWholeTextParser"
}, {
"DirectoryPath": "common\\inline_scripts\\astral_rift",
"PreferredParser": "StellarisWholeTextParser"
}, {
"DirectoryPath": "common\\inline_scripts\\buildings",
"PreferredParser": "StellarisWholeTextParser"
Expand All @@ -241,6 +250,9 @@
}, {
"DirectoryPath": "common\\inline_scripts\\enclaves",
"PreferredParser": "StellarisWholeTextParser"
}, {
"DirectoryPath": "common\\inline_scripts\\ethics",
"PreferredParser": "StellarisWholeTextParser"
}, {
"DirectoryPath": "common\\inline_scripts\\events",
"PreferredParser": "StellarisWholeTextParser"
Expand All @@ -256,9 +268,18 @@
}, {
"DirectoryPath": "common\\inline_scripts\\pop_faction_types",
"PreferredParser": "StellarisWholeTextParser"
}, {
"DirectoryPath": "common\\inline_scripts\\relics",
"PreferredParser": "StellarisWholeTextParser"
}, {
"DirectoryPath": "common\\inline_scripts\\ship_components",
"PreferredParser": "StellarisWholeTextParser"
}, {
"DirectoryPath": "common\\inline_scripts\\ship_components\\weights",
"PreferredParser": "StellarisWholeTextParser"
}, {
"DirectoryPath": "common\\inline_scripts\\technologies",
"PreferredParser": "StellarisWholeTextParser"
}, {
"DirectoryPath": "common\\inline_scripts\\technology",
"PreferredParser": "StellarisWholeTextParser"
Expand Down Expand Up @@ -730,6 +751,12 @@
}, {
"DirectoryPath": "sound\\aquatics\\weapons",
"PreferredParser": "GenericWholeTextParser"
}, {
"DirectoryPath": "sound\\astral_planes",
"PreferredParser": "GenericWholeTextParser"
}, {
"DirectoryPath": "sound\\astral_planes\\rifts",
"PreferredParser": "GenericWholeTextParser"
}, {
"DirectoryPath": "sound\\distant_stars",
"PreferredParser": "GenericWholeTextParser"
Expand Down

0 comments on commit 1c5d368

Please sign in to comment.