Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
F
fc-pregmod
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
pregmodfan
fc-pregmod
Commits
ae57a4d5
Commit
ae57a4d5
authored
3 years ago
by
svornost
Browse files
Options
Downloads
Patches
Plain Diff
Use `undefined` instead of the empty string for invalid decorations.
parent
fbdb31c2
No related branches found
No related tags found
1 merge request
!10466
Clean up some future society types
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
devTools/types/FC/arcology.d.ts
+3
-3
3 additions, 3 deletions
devTools/types/FC/arcology.d.ts
js/003-data/futureSocietyData.js
+3
-3
3 additions, 3 deletions
js/003-data/futureSocietyData.js
with
6 additions
and
6 deletions
devTools/types/FC/arcology.d.ts
+
3
−
3
View file @
ae57a4d5
...
@@ -13,12 +13,12 @@ declare namespace FC {
...
@@ -13,12 +13,12 @@ declare namespace FC {
FSSlimnessEnthusiast
:
{
noun
:
"
Slimness Enthusiasm
"
,
adj
:
"
Slimness Enthusiast
"
,
deco
:
"
Slimness Enthusiast
"
};
FSSlimnessEnthusiast
:
{
noun
:
"
Slimness Enthusiasm
"
,
adj
:
"
Slimness Enthusiast
"
,
deco
:
"
Slimness Enthusiast
"
};
FSAssetExpansionist
:
{
noun
:
"
Asset Expansionism
"
,
adj
:
"
Asset Expansionist
"
,
deco
:
"
Asset Expansionist
"
};
FSAssetExpansionist
:
{
noun
:
"
Asset Expansionism
"
,
adj
:
"
Asset Expansionist
"
,
deco
:
"
Asset Expansionist
"
};
FSPastoralist
:
{
noun
:
"
Pastoralism
"
,
adj
:
"
Pastoralist
"
,
deco
:
"
Pastoralist
"
};
FSPastoralist
:
{
noun
:
"
Pastoralism
"
,
adj
:
"
Pastoralist
"
,
deco
:
"
Pastoralist
"
};
FSCummunism
:
{
noun
:
"
Cummunism
"
,
adj
:
"
Cummunist
"
,
deco
:
""
};
FSCummunism
:
{
noun
:
"
Cummunism
"
,
adj
:
"
Cummunist
"
,
deco
:
undefined
};
FSPhysicalIdealist
:
{
noun
:
"
Physical Idealism
"
,
adj
:
"
Physical Idealist
"
,
deco
:
"
Physical Idealist
"
};
FSPhysicalIdealist
:
{
noun
:
"
Physical Idealism
"
,
adj
:
"
Physical Idealist
"
,
deco
:
"
Physical Idealist
"
};
FSHedonisticDecadence
:
{
noun
:
"
Decadent Hedonism
"
,
adj
:
"
Decadent Hedonist
"
,
deco
:
"
Hedonistic
"
};
FSHedonisticDecadence
:
{
noun
:
"
Decadent Hedonism
"
,
adj
:
"
Decadent Hedonist
"
,
deco
:
"
Hedonistic
"
};
FSChattelReligionist
:
{
noun
:
"
Chattel Religionism
"
,
adj
:
"
Chattel Religionist
"
,
deco
:
"
Chattel Religionist
"
};
FSChattelReligionist
:
{
noun
:
"
Chattel Religionism
"
,
adj
:
"
Chattel Religionist
"
,
deco
:
"
Chattel Religionist
"
};
FSNull
:
{
noun
:
"
Multiculturalism
"
,
adj
:
"
Multiculturalist
"
,
deco
:
""
};
FSNull
:
{
noun
:
"
Multiculturalism
"
,
adj
:
"
Multiculturalist
"
,
deco
:
undefined
};
FSIncestFetishist
:
{
noun
:
"
Incest Fetishism
"
,
adj
:
"
Incest Fetishist
"
,
deco
:
""
};
FSIncestFetishist
:
{
noun
:
"
Incest Fetishism
"
,
adj
:
"
Incest Fetishist
"
,
deco
:
undefined
};
FSRomanRevivalist
:
{
noun
:
"
Roman Revivalism
"
,
adj
:
"
Roman Revivalist
"
,
deco
:
"
Roman Revivalist
"
};
FSRomanRevivalist
:
{
noun
:
"
Roman Revivalism
"
,
adj
:
"
Roman Revivalist
"
,
deco
:
"
Roman Revivalist
"
};
FSNeoImperialist
:
{
noun
:
"
Neo-Imperialism
"
,
adj
:
"
Neo-Imperialist
"
,
deco
:
"
Neo-Imperialist
"
};
FSNeoImperialist
:
{
noun
:
"
Neo-Imperialism
"
,
adj
:
"
Neo-Imperialist
"
,
deco
:
"
Neo-Imperialist
"
};
FSEgyptianRevivalist
:
{
noun
:
"
Egyptian Revivalism
"
,
adj
:
"
Egyptian Revivalist
"
,
deco
:
"
Egyptian Revivalist
"
};
FSEgyptianRevivalist
:
{
noun
:
"
Egyptian Revivalism
"
,
adj
:
"
Egyptian Revivalist
"
,
deco
:
"
Egyptian Revivalist
"
};
...
...
This diff is collapsed.
Click to expand it.
js/003-data/futureSocietyData.js
+
3
−
3
View file @
ae57a4d5
...
@@ -17,12 +17,12 @@ App.Data.FutureSociety = {
...
@@ -17,12 +17,12 @@ App.Data.FutureSociety = {
FSSlimnessEnthusiast
:
{
noun
:
"
Slimness Enthusiasm
"
,
adj
:
"
Slimness Enthusiast
"
,
deco
:
"
Slimness Enthusiast
"
},
FSSlimnessEnthusiast
:
{
noun
:
"
Slimness Enthusiasm
"
,
adj
:
"
Slimness Enthusiast
"
,
deco
:
"
Slimness Enthusiast
"
},
FSAssetExpansionist
:
{
noun
:
"
Asset Expansionism
"
,
adj
:
"
Asset Expansionist
"
,
deco
:
"
Asset Expansionist
"
},
FSAssetExpansionist
:
{
noun
:
"
Asset Expansionism
"
,
adj
:
"
Asset Expansionist
"
,
deco
:
"
Asset Expansionist
"
},
FSPastoralist
:
{
noun
:
"
Pastoralism
"
,
adj
:
"
Pastoralist
"
,
deco
:
"
Pastoralist
"
},
FSPastoralist
:
{
noun
:
"
Pastoralism
"
,
adj
:
"
Pastoralist
"
,
deco
:
"
Pastoralist
"
},
FSCummunism
:
{
noun
:
"
Cummunism
"
,
adj
:
"
Cummunist
"
,
deco
:
""
,
NPCOnly
:
true
},
FSCummunism
:
{
noun
:
"
Cummunism
"
,
adj
:
"
Cummunist
"
,
deco
:
undefined
,
NPCOnly
:
true
},
FSPhysicalIdealist
:
{
noun
:
"
Physical Idealism
"
,
adj
:
"
Physical Idealist
"
,
deco
:
"
Physical Idealist
"
},
FSPhysicalIdealist
:
{
noun
:
"
Physical Idealism
"
,
adj
:
"
Physical Idealist
"
,
deco
:
"
Physical Idealist
"
},
FSHedonisticDecadence
:
{
noun
:
"
Decadent Hedonism
"
,
adj
:
"
Decadent Hedonist
"
,
deco
:
"
Hedonistic
"
},
FSHedonisticDecadence
:
{
noun
:
"
Decadent Hedonism
"
,
adj
:
"
Decadent Hedonist
"
,
deco
:
"
Hedonistic
"
},
FSChattelReligionist
:
{
noun
:
"
Chattel Religionism
"
,
adj
:
"
Chattel Religionist
"
,
deco
:
"
Chattel Religionist
"
},
FSChattelReligionist
:
{
noun
:
"
Chattel Religionism
"
,
adj
:
"
Chattel Religionist
"
,
deco
:
"
Chattel Religionist
"
},
FSNull
:
{
noun
:
"
Multiculturalism
"
,
adj
:
"
Multiculturalist
"
,
deco
:
""
},
FSNull
:
{
noun
:
"
Multiculturalism
"
,
adj
:
"
Multiculturalist
"
,
deco
:
undefined
},
FSIncestFetishist
:
{
noun
:
"
Incest Fetishism
"
,
adj
:
"
Incest Fetishist
"
,
deco
:
""
,
NPCOnly
:
true
},
FSIncestFetishist
:
{
noun
:
"
Incest Fetishism
"
,
adj
:
"
Incest Fetishist
"
,
deco
:
undefined
,
NPCOnly
:
true
},
FSRomanRevivalist
:
{
FSRomanRevivalist
:
{
noun
:
"
Roman Revivalism
"
,
noun
:
"
Roman Revivalism
"
,
adj
:
"
Roman Revivalist
"
,
adj
:
"
Roman Revivalist
"
,
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment