Skip to content

Commit

Permalink
πŸ€ Rats: x2 increase rat spawn rate
Browse files Browse the repository at this point in the history
  • Loading branch information
Krutoy242 committed Sep 21, 2021
1 parent 5b8c369 commit 2045c0c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions config/rats.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ all {
>

# True if wild, untamed rats can despawn. [default: true]
B:"Can Rats Despawn"=true
B:"Can Rats Despawn"=false

# True if cheese can be created in cauldrons [default: true]
B:Cheesemaking=false
Expand Down Expand Up @@ -115,10 +115,10 @@ all {
I:"Rat RF Transfer Rate Extreme (kRF)"=100000

# A seperate random roll that only spawns rats if a one-out-of-X chance, x being this number. raise this number to make them more rare. [range: 0 ~ 2147483647, default: 5]
I:"Rat Spawn Decrease"=5
I:"Rat Spawn Decrease"=3

# The weight of rats in vanilla's spawn rate [range: 1 ~ 300, default: 80]
I:"Rat Spawn Weight"=80
I:"Rat Spawn Weight"=160

# 1/This number chance for a rat to drop a Token [range: 1 ~ 2147483647, default: 10000]
I:"Rat Token Drop Rate"=10000
Expand Down

0 comments on commit 2045c0c

Please sign in to comment.