Skip to content

Commit

Permalink
Added research-requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
emipa606 committed Aug 31, 2023
1 parent c60b15b commit 029e110
Show file tree
Hide file tree
Showing 10 changed files with 15 additions and 6 deletions.
5 changes: 5 additions & 0 deletions 1.4/Defs/ResearchProjectDefs/ResearchProject_RotR.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@
<description>Allows construction of Stone roads on the world map</description>
<baseCost>500</baseCost>
<techLevel>Medieval</techLevel>
<prerequisites>
<li>Stonecutting</li>
</prerequisites>
<tab>LocoNekoMods</tab>
<researchViewX>1</researchViewX>
<researchViewY>0</researchViewY>
Expand Down Expand Up @@ -45,6 +48,7 @@
<techLevel>Industrial</techLevel>
<prerequisites>
<li>ResearchProject_RotRStoneRoad</li>
<li>Machining</li>
</prerequisites>
<tab>LocoNekoMods</tab>
<researchViewX>2</researchViewX>
Expand All @@ -59,6 +63,7 @@
<requiredResearchBuilding>HiTechResearchBench</requiredResearchBuilding>
<prerequisites>
<li>ResearchProject_RotRAsphaltRoad</li>
<li>Fabrication</li>
</prerequisites>
<tab>LocoNekoMods</tab>
<researchViewX>3</researchViewX>
Expand Down
2 changes: 1 addition & 1 deletion About/About.xml
Original file line number Diff line number Diff line change
Expand Up @@ -205,5 +205,5 @@ It will save a lot of your time (and a little bit of mine ;-) )
[*] Do not report errors by making a discussion-thread, I get no notification of that.
[*] If you have the solution for a problem, please post it to the GitHub repository.
[/list]
[url=https://steamcommunity.com/sharedfiles/filedetails/changelog/2280318231]Last updated 2023-06-13[/url]</description>
[url=https://steamcommunity.com/sharedfiles/filedetails/changelog/2280318231]Last updated 2023-08-31[/url]</description>
</ModMetaData>
3 changes: 3 additions & 0 deletions About/Changelog.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# Changelog for RoadsOfTheRim

1.4.5 - Added research-requirements


1.4.4 - Updated french-translation, thanks Chklang!


Expand Down
2 changes: 1 addition & 1 deletion About/Manifest.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<Manifest>
<identifier>RoadsOfTheRim</identifier>
<version>1.4.4</version>
<version>1.4.5</version>
<dependencies />
<incompatibleWith />
<loadBefore />
Expand Down
Binary file added About/ModIcon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion About/ModSync.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<ModSyncNinjaData>
<ID>1a0c92d0-3054-4626-a0d1-2ed267af412e</ID>
<ModName>Roads of the Rim (Continued)</ModName>
<Version>1.4.4</Version>
<Version>1.4.5</Version>
<SaveBreaking>False</SaveBreaking>
<Host name="Github">
<Owner>emipa606</Owner>
Expand Down
Binary file modified About/Preview.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -188,4 +188,4 @@ It will save a lot of your time (and a little bit of mine ;-) )
- If you have the solution for a problem, please post it to the GitHub repository.


https://steamcommunity.com/sharedfiles/filedetails/changelog/2280318231]Last updated 2023-06-13
https://steamcommunity.com/sharedfiles/filedetails/changelog/2280318231]Last updated 2023-08-31
Expand Down
2 changes: 1 addition & 1 deletion Source/RoadsOfTheRim/RoadsOfTheRim.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<AppendRuntimeIdentifierToOutputPath>false</AppendRuntimeIdentifierToOutputPath>
<DebugType>None</DebugType>
<LangVersion>latest</LangVersion>
<FileVersion>1.4.3</FileVersion>
<FileVersion>1.4.5</FileVersion>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Krafs.Rimworld.Ref">
Expand Down
3 changes: 2 additions & 1 deletion Source/metadata.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{
"Continued": true,
"CanAdd": "0",
"CanRemove": "2"
"CanRemove": "2",
"PreviewVersion": "1.4"
}

0 comments on commit 029e110

Please sign in to comment.