Description:
Add news stories.
Commit status:
[Not Reviewed]
References:
Comments:
0 Commit comments 0 Inline Comments
Unresolved TODOs:
There are no unresolved TODOs
Add another comment

r501:34a0aeb1433c -

@@ -23,18 +23,17
23 "androgynousName": [ "Ash", "Sam", "Mal",
23 "androgynousName": [ "Ash", "Sam", "Mal",
24 "Mel", "Ren", "Maurice",
24 "Mel", "Ren", "Maurice",
25 "Alex", "Isa", "Ky",
25 "Alex", "Isa", "Ky",
26 "Mattie", "Ev", "Sky",
26 "Mattie", "Ev", "Sky", "Grey" ],
27 "Grey" ],
28 "surname": ["Walker", "Wright", "Phillips", "Alvarez",
27 "surname": ["Walker", "Wright", "Phillips", "Alvarez",
29 "Smith", "Washington", "Perry", "Wong", "Stephens",
28 "Smith", "Washington", "Perry", "Wong", "Stephens",
30 "Richards", "Albertson", "Klein", "Studebaker", "Dopp", "Applebaum",
29 "Richards", "Albertson", "Klein", "Studebaker", "Dopp", "Applebaum",
31 "Thomas", "MacDonald", "Loeffler", "Petry", "Augustin", "Russo", "Adorno",
30 "Thomas", "MacDonald", "Loeffler", "Petry", "Augustin", "Russo", "Adorno",
32 "Milton", "Coltrane", "Kim", "Lindgren", "Kerry", "Harris"],
31 "Milton", "Coltrane", "Kim", "Lindgren", "Kerry", "Harris", "Doyle", "Wietzschke"],
33 "greeting": [ "Hi", "Hello", "Greetings" ],
32 "greeting": [ "Hi", "Hello", "Greetings" ],
34 "addressGreeting": "#greeting#, #name#",
33 "addressGreeting": "#greeting#, #name#",
35 "addressGreetingFormal": "#greeting#, #playerTitle# #playerFormal#",
34 "addressGreetingFormal": "#greeting#, #playerTitle# #playerFormal#",
36 "addressGreetingCasual": "#greeting#, #playerCasual#",
35 "addressGreetingCasual": "#greeting#, #playerCasual#",
37 "howdoing": [ "I'm good.", "Fine", "Alright, I guess." ],
36 "howdoing": [ "I'm good.", "Fine", "Alright, I guess.", "Staying busy.", "Ehh." ],
38 "city": ["Milwaukee", "Chicago", "Washington", "Minneapolis", "Dallas",
37 "city": ["Milwaukee", "Chicago", "Washington", "Minneapolis", "Dallas",
39 "Oklahoma City", "Boston", "Los Angeles", "Portland", "Santa Fe",
38 "Oklahoma City", "Boston", "Los Angeles", "Portland", "Santa Fe",
40 "New York City"],
39 "New York City"],
@@ -1130,7 +1129,8
1130 "town_name_endings": ["Harbor", "Bay", "Creek", "Whitford", "River Falls",
1129 "town_name_endings": ["Harbor", "Bay", "Creek", "Whitford", "River Falls",
1131 "Bend", "Rock", "Spring", "Whitting"],
1130 "Bend", "Rock", "Spring", "Whitting"],
1132 "town_name_adjectives": ["Little", "Big", "Royal", "Green", "Windy",
1131 "town_name_adjectives": ["Little", "Big", "Royal", "Green", "Windy",
1133 "Rocky", "Red", "Violet", "Wild"],
1132 "Rocky", "Red", "Violet", "Wild", "Upper", "Lower"],
1133 "town_name": ["#town_name_adjectives# #town_name_endings#"],
1134 "park_name_adjectives": ["Little", "Big", "Green", "Windy", "Rolling",
1134 "park_name_adjectives": ["Little", "Big", "Green", "Windy", "Rolling",
1135 "Meandering", "Red", "Violet", "Wild", "Emerald", "Whispering"],
1135 "Meandering", "Red", "Violet", "Wild", "Emerald", "Whispering"],
1136 "park_name_nouns": ["Hill", "Mound", "Wood", "Morraine", "Ridge", "Creek", "Meadow", "Willow",
1136 "park_name_nouns": ["Hill", "Mound", "Wood", "Morraine", "Ridge", "Creek", "Meadow", "Willow",
@@ -94,12 +94,15
94 #artist_kind# #femaleCodedName# #surname#.
94 #artist_kind# #femaleCodedName# #surname#.
95
95
96 Sadly when I was there, the ground was littered with #object1.s# and
96 Sadly when I was there, the ground was littered with #object1.s# and
97 #object2.s#."
97 #object2.s#. I nearly tripped on an #object3#.
98
99 #object1# is particularly problemtic for native species, as it tends to accumulate."
98 source: "Arborist"
100 source: "Arborist"
99 variables:
101 variables:
100 subject_sea: "#seas#"
102 subject_sea: "#seas#"
101 object1: "#object#"
103 object1: "#object#"
102 object2: "#object#"
104 object2: "#object#"
105 object3: "#object#"
103 - hed: "How the people of #subject_area.capitalize# are fighting #subject_problem.capitalize#"
106 - hed: "How the people of #subject_area.capitalize# are fighting #subject_problem.capitalize#"
104 contents: "#femaleCodedName# #surname#, an #occupation#, stares out at the wilderness of #subject_area#.
107 contents: "#femaleCodedName# #surname#, an #occupation#, stares out at the wilderness of #subject_area#.
105
108
@@ -110,3 +113,37
110 subject_area: "#admin-area#"
113 subject_area: "#admin-area#"
111 subject_person_first: "#femaleCodedName#"
114 subject_person_first: "#femaleCodedName#"
112 subject_person_last: "#surname#"
115 subject_person_last: "#surname#"
116 - hed: "Arcologies are Real and They're Amazing"
117 contents: "Scientists in secret labs are building enormous structures called 'arcologies', All True News has learned, and they're goddamn amazing.
118
119 Imagine a self-contained village, with residential, commercial, social, educational, and natural elements all encased in a glass dome. That's an arcology, baby.
120
121 \"That sounds really flipping sweet,\" #maleCodedName# #surname# said.
122
123 Humans have tried to create self-sustained habitats for humans and animals before, according a Wikipedia article I skimmed, and those experiments must have gone well because we have arcologies now.
124
125 Not all is sunny. One arcology architect has created a controversial design nicknamed a 'Darco,' which is apparently a sinister design with minimal lighting.
126
127 \"Bummer,\" he said. \"I hope I don't have to live in one of those.\""
128 source: "True"
129 variables:
130 roommate_first_name: "#maleCodedName#"
131 roommate_surname: "#surname#"
132 - hed: "Are Comets Real?"
133 contents: ""
134 source: "True"
135 - hed: "Protester Struck After Bullet Emerges From Gun Held by Police Officer"
136 contents: "Local #protestor_first_name# #protestor_surname# was protesting when they were struck by a bullet
137 that came from a gun held by a police officer. They died later at #town# Memorial Hospital.
138
139 #protestor_surname#'s family insists the police take responsibility.
140
141 \"The police shot my #protestor_first_name#,\" said #maleCodedName# #protestor_surname#, using a profanity The Wire does not print.
142
143 #town# police spokeswoman #femaleCodedName# #surname# declaimed responsibility.
144 \"Who can say how it happened?\" she said. \"Causation is hard.\""
145 source: "Wire"
146 variables:
147 town: "#town_name#"
148 protestor_first_name: "#androgynousName#"
149 protestor_surname: "#surname#"
You need to be logged in to leave comments. Login now