Skip to content

Commit

Permalink
Merge pull request #9 from approvers/feature/rinia/reply/003_prob
Browse files Browse the repository at this point in the history
Reply: 最大を10%から8%に変更
  • Loading branch information
2RiniaR authored Jan 20, 2024
2 parents b25ef26 + f6269d6 commit 2e2ccd1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Common/MasterManager.cs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ public static class MasterManager
{
public static IReadOnlyList<float> RareReplyRateTable => new List<float>
{
0.01f, 0.02f, 0.03f, 0.04f, 0.05f, 0.06f, 0.07f, 0.08f, 0.09f, 0.10f,
0.01f, 0.02f, 0.03f, 0.04f, 0.05f, 0.06f, 0.07f, 0.08f,
};

public static float ReplyMaxDelay => 2f;
Expand Down
6 changes: 2 additions & 4 deletions Folder.DotSettings
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
<wpf:ResourceDictionary xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
xmlns:s="clr-namespace:System;assembly=mscorlib"
xmlns:wpf="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xml:space="preserve">
<wpf:ResourceDictionary xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" xmlns:s="clr-namespace:System;assembly=mscorlib" xmlns:wpf="http://schemas.microsoft.com/winfx/2006/xaml/presentation" xml:space="preserve">
<s:Boolean x:Key="/Default/CodeStyle/CodeFormatting/CSharpFormat/LINE_FEED_AT_FILE_END/@EntryValue">True</s:Boolean>
<s:Boolean x:Key="/Default/UserDictionary/Words/=Approvers/@EntryIndexedValue">True</s:Boolean></wpf:ResourceDictionary>

0 comments on commit 2e2ccd1

Please sign in to comment.