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
|
InvasionsPerDay = 72.0 # How many invasions a day per district
|
||||||
BaseInvasionChance = InvasionsPerDay/ChecksPerDay
|
BaseInvasionChance = InvasionsPerDay/ChecksPerDay
|
||||||
|
|
||||||
safeHarbor = {'Wacky Woods'}
|
safeHarbor = {'Wacky Falls'}
|
||||||
superDistricts = {'Roaring Rivers'}
|
superDistricts = {'Nuttyboro'}
|
||||||
|
|
||||||
|
|
||||||
while True:
|
while True:
|
||||||
|
|
Loading…
Reference in a new issue