mirror of
https://github.com/Sneed-Group/Poodletooth-iLand
synced 2025-01-09 17:53:50 +00:00
Added batch file for rpc-invasions
This commit is contained in:
parent
705f69b61a
commit
43550417a2
2 changed files with 6 additions and 2 deletions
4
tools/rpc-invasions.bat
Normal file
4
tools/rpc-invasions.bat
Normal file
|
@ -0,0 +1,4 @@
|
|||
@echo off
|
||||
set /P serv=RPC Server:
|
||||
|
||||
python rpc-invasions.py 6163636f756e7473 %serv%
|
|
@ -40,8 +40,8 @@ while True:
|
|||
InvasionsPerDay = 72.0 # How many invasions a day per district
|
||||
BaseInvasionChance = InvasionsPerDay/ChecksPerDay
|
||||
|
||||
safeHarbor = {'Wacky Woods'}
|
||||
superDistricts = {'Roaring Rivers'}
|
||||
safeHarbor = {'Wacky Falls'}
|
||||
superDistricts = {'Nuttyboro'}
|
||||
|
||||
|
||||
while True:
|
||||
|
|
Loading…
Reference in a new issue