-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Skillbooks now properly display graphics and authors(via RimWorld Mod…
… Release Tool)
- Loading branch information
Showing
17 changed files
with
634 additions
and
371 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
https://www.patreon.com/posts/21613863 | ||
https://www.patreon.com/posts/rimwriter-for-1-22328618 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
1.20.0.1 | ||
1.20.0.2 |
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
Binary file not shown.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,56 @@ | ||
using Verse; | ||
|
||
namespace RimWriter | ||
{ | ||
public class Authors | ||
{ | ||
public static string Random => new[] { | ||
"Hemingway", | ||
"Austen", | ||
"Woolf", | ||
"Dickens", | ||
"Tolstoy", | ||
"Orwell", | ||
"Faulkner", | ||
"Tolkien", | ||
"Melville", | ||
"Kafka", | ||
"King", | ||
"Poe", | ||
"Conan", | ||
"Agatha", | ||
"Salinger", | ||
"Eliot", | ||
"Dante", | ||
"Proust", | ||
"Victor", | ||
"Verne", | ||
"Rowling", | ||
"Morrison", | ||
"Dumas", | ||
"Dahl", | ||
"Carrol", | ||
"Plato", | ||
"Giovanni", | ||
"Lovecraft", | ||
"Chekhov", | ||
"Aesop", | ||
"Ursula", | ||
"Balzac", | ||
"Neil", | ||
"Sartre", | ||
"Mark", | ||
"Arthur", | ||
"Jane", | ||
"Asimov", | ||
"Murakami", | ||
"Homer", | ||
"Frost", | ||
"Lee", | ||
"Lucas", | ||
"Spielberg", | ||
"Abrams" | ||
|
||
}.RandomElement(); | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters