mirror of
https://github.com/tonytins/citylimits
synced 2025-06-27 02:04:42 -04:00
Decoupling more hardcoded data
- Created a json helper to streamline decoupling of hardcoded data - Removed non-existent VR bridge reference - News ticker files are no longer hardcoded to the game. - Removed hardcoded city and mayor names using Json helper
This commit is contained in:
parent
f8a0f97767
commit
65cc08fab6
13 changed files with 309 additions and 417 deletions
|
@ -1,11 +1,12 @@
|
|||
{
|
||||
"competing_outlet": "Citizen Telegram",
|
||||
"ticker": [
|
||||
"Some cats look to [other_outlet] for answers behind Kitty Kibble shortage.",
|
||||
"Some cats look to [competing_outlet] for answers behind Kitty Kibble shortage.",
|
||||
"Kit Welsh awarded for his medical breakthroughs in [city].",
|
||||
"Ishard has frozen another one of Big Boston's numbers racket.",
|
||||
"Can Ishard solve the Kitty Kibble shortage?",
|
||||
"Who is Ishard? And where did he come from?",
|
||||
"Big Boston gets frozen in his tracks again thanks to Ishard."
|
||||
"Big Boston gets frozen in his tracks again thanks to Ishard.",
|
||||
"[competing_outlet] suggests that Ishard is a fraud.",
|
||||
"[competing_outlet] supports Kitty Kibble hoax theory, despite lack of evidence."
|
||||
]
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue