config updates before going to production

This commit is contained in:
ErikasKontenis
2020-01-24 19:21:29 +02:00
parent aa779bbdd9
commit f301b33254
5 changed files with 25 additions and 21 deletions

View File

@@ -1,6 +1,9 @@
<?xml version="1.0" encoding="UTF-8"?>
<stages>
<config enabled="1"/>
<stage minlevel="1" maxlevel="200" multiplier="100"/>
<stage minlevel="201" multiplier="2"/>
<stage minlevel="1" maxlevel="20" multiplier="10" />
<stage minlevel="21" maxlevel="40" multiplier="7" />
<stage minlevel="41" maxlevel="60" multiplier="5" />
<stage minlevel="61" maxlevel="80" multiplier="3" />
<stage minlevel="81" multiplier="2" />
</stages>

View File

@@ -227,6 +227,7 @@
<action itemid="4873" script="misc/chests.lua" />
<action itemid="5730" script="misc/chests.lua" />
<action itemid="5742" script="misc/chests.lua" />
<action itemid="5775" script="misc/chests.lua" />
<!-- Fluids -->
<action itemid="2524" script="misc/fluids.lua" />

Binary file not shown.