-
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.
git commit from PowerShell in C#RimWriter - Books, Scrolls, Tablets, …
…and Libraries Initial Release
- Loading branch information
Showing
541 changed files
with
2,942 additions
and
1,210 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,34 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
|
||
<ModMetaData> | ||
<name>RimWriter - Books, Scrolls, Tablets and Libraries</name> | ||
<author>Jecrell</author> | ||
<targetVersion>0.18.0</targetVersion> | ||
<description>Adds writing to RimWorld.</description> | ||
</ModMetaData> | ||
<name>RimWriter - Books, Scrolls, Tablets, and Libraries</name> | ||
<author>Jecrell</author> | ||
<targetVersion>0.19.0</targetVersion> | ||
<description>1.19.0.2 (09-25-2018) | ||
|
||
Add tablets, books, scrolls and more to your RimWorld playthroughs. | ||
|
||
RimWriter is a mod that adds a lot of content focused on writing to supplement the standard vanilla RimWorld playthrough such as: | ||
-Items | ||
* Stone Tablets | ||
* Leather Scrolls | ||
* Journals | ||
* Handwritten Books | ||
* Typed Books and Journals | ||
* Skillbooks for improving skills | ||
|
||
-Furniture | ||
* Stone shelves for tablets | ||
* Scrollcases, tall and short | ||
* Bookcases, tall and short | ||
* Writer's tables | ||
* A typewriter | ||
|
||
-Features | ||
* Customized text generation for tablets, books, and journals. | ||
* Compatiblity with Lord of the Rims and Call of Cthulhu mods. | ||
- Writing reduces sanity loss over time. | ||
- Future compatability with storing Grimoires and Wizard textbooks inside bookcases/scrollcases. | ||
|
||
Why create this mod? | ||
I wanted to make a framework sort of mod that I could add to or use later in my current and future projects. I feel that tablets, scrolls, and books all have a clear place in RimWorld and future mods.</description> | ||
</ModMetaData> |
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,26 @@ | ||
Add tablets, books, scrolls and more to your RimWorld playthroughs. | ||
|
||
RimWriter is a mod that adds a lot of content focused on writing to supplement the standard vanilla RimWorld playthrough such as: | ||
-Items | ||
* Stone Tablets | ||
* Leather Scrolls | ||
* Journals | ||
* Handwritten Books | ||
* Typed Books and Journals | ||
* Skillbooks for improving skills | ||
|
||
-Furniture | ||
* Stone shelves for tablets | ||
* Scrollcases, tall and short | ||
* Bookcases, tall and short | ||
* Writer's tables | ||
* A typewriter | ||
|
||
-Features | ||
* Customized text generation for tablets, books, and journals. | ||
* Compatiblity with Lord of the Rims and Call of Cthulhu mods. | ||
- Writing reduces sanity loss over time. | ||
- Future compatability with storing Grimoires and Wizard textbooks inside bookcases/scrollcases. | ||
|
||
Why create this mod? | ||
I wanted to make a framework sort of mod that I could add to or use later in my current and future projects. I feel that tablets, scrolls, and books all have a clear place in RimWorld and future mods. |
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 @@ | ||
https://discord.gg/AaVFA7V |
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 @@ | ||
https://ludeon.com/forums/index.php?topic=45847.0 |
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 @@ | ||
https://www.patreon.com/posts/21613863 |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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 @@ | ||
1.19.0.2 |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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,17 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<Defs> | ||
|
||
<ConceptDef> | ||
<defName>RimWriter_BookBurning</defName> | ||
<label>book burning</label> | ||
<priority>50</priority> | ||
<helpText>Books and scrolls can make your colonists entertained, but can also lead to harmful ideas and attempts to overthrow the bourgeoisie.\n\nIf you want to keep down the proletariat in your colony, or if you enjoy reenacting Fahrenheit 451, you have the option of burning these books at a campfire or electric crematorium. </helpText> | ||
<needsOpportunity>true</needsOpportunity> | ||
<highlightTags> | ||
<li>DesignationCategoryButton-Temperature-Closed</li> | ||
<li>Designator-Build-Campfire</li> | ||
<li>ITab-Bills-Closed</li> | ||
</highlightTags> | ||
</ConceptDef> | ||
|
||
</Defs> |
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 |
---|---|---|
@@ -0,0 +1,60 @@ | ||
<?xml version="1.0" encoding="utf-8" ?> | ||
<Defs> | ||
|
||
<RecipeDef> | ||
<defName>RimWriter_BurnBooks</defName> | ||
<label>burn books</label> | ||
<description>Burn unwanted books to completely destroy them without any mess.</description> | ||
<jobString>Burning books.</jobString> | ||
<workAmount>60</workAmount> | ||
<workSpeedStat>UnskilledLaborSpeed</workSpeedStat> | ||
<requiredGiverWorkType>Hauling</requiredGiverWorkType> | ||
<effectWorking>Cremate</effectWorking> | ||
<soundWorking>Recipe_Cremate</soundWorking> | ||
<conceptLearned>RimWriter_BookBurning</conceptLearned> | ||
<ingredients> | ||
<li> | ||
<filter> | ||
<categories> | ||
<li>RimWriter_Books</li> | ||
</categories> | ||
</filter> | ||
<count>1</count> | ||
</li> | ||
</ingredients> | ||
<fixedIngredientFilter> | ||
<categories> | ||
<li>RimWriter_Books</li> | ||
</categories> | ||
</fixedIngredientFilter> | ||
</RecipeDef> | ||
|
||
<RecipeDef> | ||
<defName>RimWriter_BurnScrolls</defName> | ||
<label>burn scrolls</label> | ||
<description>Burn unwanted scrolls to completely destroy them without any mess.</description> | ||
<jobString>Burning scrolls.</jobString> | ||
<workAmount>60</workAmount> | ||
<workSpeedStat>UnskilledLaborSpeed</workSpeedStat> | ||
<requiredGiverWorkType>Hauling</requiredGiverWorkType> | ||
<effectWorking>Cremate</effectWorking> | ||
<soundWorking>Recipe_Cremate</soundWorking> | ||
<conceptLearned>RimWriter_BookBurning</conceptLearned> | ||
<ingredients> | ||
<li> | ||
<filter> | ||
<categories> | ||
<li>RimWriter_Scrolls</li> | ||
</categories> | ||
</filter> | ||
<count>1</count> | ||
</li> | ||
</ingredients> | ||
<fixedIngredientFilter> | ||
<categories> | ||
<li>RimWriter_Scrolls</li> | ||
</categories> | ||
</fixedIngredientFilter> | ||
</RecipeDef> | ||
|
||
</Defs> |
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
Oops, something went wrong.