Skip to content

Commit

Permalink
Kataomoi Role:CustomOption adjustment.
Browse files Browse the repository at this point in the history
  • Loading branch information
miru-y committed Mar 13, 2022
1 parent c658af8 commit 434b870
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion TheOtherRoles/CustomOptionHolder.cs
Original file line number Diff line number Diff line change
Expand Up @@ -424,7 +424,7 @@ public class CustomOptionHolder {
kataomoiStalkingCooldown = CustomOption.Create(910000304, "Kataomoi Stalking Cooldown", 20f, 2.5f, 60f, 2.5f, kataomoiSpawnRate);
kataomoiStalkingDuration = CustomOption.Create(910000305, "Kataomoi Stalking Duration", 10f, 1f, 30f, 1f, kataomoiSpawnRate);
kataomoiStalkingFadeTime = CustomOption.Create(910000306, "Kataomoi Stalking Fade Time", 0.5f, 0.0f, 2.5f, 0.5f, kataomoiSpawnRate);
kataomoiSearchCooldown = CustomOption.Create(910000307, "Kataomoi Search Cooldown", 20f, 2.5f, 60f, 2.5f, kataomoiSpawnRate);
kataomoiSearchCooldown = CustomOption.Create(910000307, "Kataomoi Search Cooldown", 10f, 2.5f, 60f, 2.5f, kataomoiSpawnRate);
kataomoiSearchDuration = CustomOption.Create(910000308, "Kataomoi Search Duration", 10f, 1f, 30f, 1f, kataomoiSpawnRate);

jackalSpawnRate = CustomOption.Create(220, cs(Jackal.color, "Jackal"), rates, null, true, true);
Expand Down

0 comments on commit 434b870

Please sign in to comment.