Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
25 changes: 25 additions & 0 deletions Defs/RecipeDefs/RimWriter_BookBinding.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,19 @@
<?xml version="1.0" encoding="utf-8" ?>
<Defs>

<RecipeDef ParentName="MakeBookAtTypewriter">
<defName>RimWriter_MakeSkillbookAtTypewriter</defName>
<label>author a skillbook at a typewriter</label>
<description>Makes a skillbook at a typewriter by typing out flattened stationery such as paper or parchment and binding together the pieces.\nSkillbooks represent the collected experiences of their writers, unlike books which can often have elements of fiction.</description>
<soundWorking>RimWriter_SoundManualTypewriter</soundWorking>
<jobString>Typing a skillbook.</jobString>
<workAmount>100000</workAmount>
<products Inherit="False">
<Jecrell_Skillbook>1</Jecrell_Skillbook>
</products>
</RecipeDef>


<RecipeDef ParentName="MakeBookAtTypewriter">
<defName>RimWriter_MakeJournalAtTypewriter</defName>
<label>author a journal at a typewriter</label>
Expand All @@ -27,6 +40,18 @@
<Jecrell_Book>1</Jecrell_Book>
</products>
</RecipeDef>


<RecipeDef ParentName="MakeBookAtDesk">
<defName>RimWriter_MakeSkillbookAtTable</defName>
<label>author a skillbook at a desk</label>
<description>Makes a skillbook at a writing table by inking out flattened stationery such as paper or parchment and binding together the pieces.\nSkillbooks represent the collected experiences of their writers, unlike books which can often have elements of fiction.</description>
<jobString>Making a skillbook.</jobString>
<workAmount>150000</workAmount>
<products Inherit="False">
<Jecrell_Skillbook>1</Jecrell_Skillbook>
</products>
</RecipeDef>

<RecipeDef ParentName="MakeBookAtDesk">
<defName>RimWriter_MakeJournalAtTable</defName>
Expand Down