-
Notifications
You must be signed in to change notification settings - Fork 21
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Updates for new versions, some 3.0 compat stuff
- Loading branch information
Showing
11 changed files
with
124 additions
and
15 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
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,20 @@ | ||
using System; | ||
using System.Collections.Generic; | ||
using System.Linq; | ||
using System.Text; | ||
using System.Threading.Tasks; | ||
|
||
namespace ClimatesOfFerngillRebuild | ||
{ | ||
class TestClimate | ||
{ | ||
List<string> ZonesAffected; | ||
|
||
} | ||
|
||
class TestWeather | ||
{ | ||
string StartDate; | ||
string EndDate; | ||
} | ||
} |
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,44 @@ | ||
{ | ||
"LocationsForWeather": [ ], | ||
"AllowStormsInS1Y1": false, | ||
"AllowSnowOnFall28": true, | ||
"AvgTimeOfHighTemp": "1440", | ||
"AvgTimeOnLowTemp": "2600", | ||
"FogInMorningMultiplier": "2", | ||
"Weathers": [ | ||
{ | ||
"StartDate": "Spring 1", | ||
"EndDate": "Spring 9", | ||
"FogChance": ".50 - .026d", | ||
"FogVariability": "-.08,.05", | ||
"FogDuration": "40,360", | ||
"EveningFog": ".50 - .055d", | ||
"RainChance": ".25 - .04d", | ||
"RainVariability": "0", | ||
"WindyChance": ".06 + .028d", | ||
"WindVariability": "0", | ||
"StormConversionChance": ".04 + .038d", | ||
"ColdSnapChance": ".38 - .04d", | ||
"TemperatureHigh": "8.5+.45d", | ||
"TemperatureLow": "4.1+.23d", | ||
"TemperatureVariability": "-2,2.3", | ||
}, | ||
{ | ||
"StartDate": "Spring 10", | ||
"EndDate": "Spring 19", | ||
"FogChance": ".26 - .021d", | ||
"FogVariability": ".02", | ||
"FogDuration": "40,240", | ||
"EveningFog": ".50 - .09d", | ||
"RainChance": ".25 - .04d", | ||
"RainVariability": "0", | ||
"WindyChance": ".06 + .028d", | ||
"WindVariability": "0", | ||
"StormConversionChance": ".04 + .038d", | ||
"ColdSnapChance": ".38 - .04d", | ||
"TemperatureHigh": "8.5+.45d", | ||
"TemperatureLow": "4.1+.23d", | ||
"TemperatureVariability": "-2,2.3", | ||
} | ||
] | ||
} |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,10 @@ | ||
{ | ||
"Name": "Customizable Cart Redux", | ||
"Author": "KoihimeNakamura", | ||
"Version": "1.3-beta.4", | ||
"Version": "1.3", | ||
"Description": "Allows you to alter the chances of the traveling cart appearing. Credit to Yyeahdude for the original idea.", | ||
"UniqueID": "KoihimeNakamura.CCR", | ||
"EntryDll": "CustomizableCartRedux.dll", | ||
"MinimumApiVersion": "2.6-beta.15" | ||
"UpdateKeys": [ "Nexus:1402" ], | ||
"MinimumApiVersion": "2.8" | ||
} |
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