-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Mod updated for 1.5 and passed autotests
- Loading branch information
Showing
17 changed files
with
1,048 additions
and
70 deletions.
There are no files selected for viewing
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,15 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<Defs> | ||
<ResearchProjectDef> | ||
<defName>TWB_TinyWorkBenchs</defName> | ||
<label>Tiny Workbenchs</label> | ||
<description>Allows for tiny workbenchs. The small size makes them cheap, but fragile and slow.</description> | ||
<baseCost>500</baseCost> | ||
<techLevel>Medieval</techLevel> | ||
<prerequisites> | ||
<li>ComplexFurniture</li> | ||
</prerequisites> | ||
<researchViewX>2.00</researchViewX> | ||
<researchViewY>4.05</researchViewY> | ||
</ResearchProjectDef> | ||
</Defs> |
Oops, something went wrong.