Skip to content

Releases: Mthec/Upkeep-Mod

Minimum drain wasn't being honoured.

27 May 22:47
Compare
Choose a tag to compare

min_drain option wasn't being used properly.

Fix for the non-ui version.

04 Mar 16:46
Compare
Choose a tag to compare

Fixed issue relating to resource bundle not being found.
Changed min_drain output to full string rather than short.

Draining options now available.

03 Mar 18:01
Compare
Choose a tag to compare

New options added:
min_drain
Minimum amount drained from a deed on a successful drain.
max_drain_modifier
When draining a deed the amount drained increases with every drain. This sets the maximum this increase can reach.
drain_modifier_increment
The amount the drain modifier increases with every successful drain.

Added values for free tiles.

02 Mar 21:00
Compare
Choose a tag to compare

Two new values:
free_tiles
free_perimeter

Each remove the set number of tiles from the cost and upkeep calculations. The free 5 layers of perimeter are not affected either way.

Upkeep rates verified

22 Dec 17:17
Compare
Choose a tag to compare

Changes now tested.
Fixed edge case where changing upkeep cost could have caused the wrong amount to be charged.
Output of charges now available with ui version. (upkeep_output=true)
Verified working with next Wurm Unlimited release (2015-12-21 beta release).

Possibly fixed upkeep rates

10 Dec 22:58
Compare
Choose a tag to compare

Upkeep below 1 iron per poll interval was rounding up.

Hopefully this has fixed it.

Testing required.

Removed unnecessary writeFile.

08 Dec 17:25
Compare
Choose a tag to compare

Will no longer put any class files in the server root.

Fixed Epic guard costs and added further comments.

07 Dec 20:03
Compare
Choose a tag to compare

Fixed Epic guard costs not using Villages.GUARD_COST/UPKEEP.
Added comments to upkeepcosts.properties and comment block to server specific upkeepcosts.properties.

New options - Into Upkeep and Name Change Cost

06 Dec 22:13
Compare
Choose a tag to compare

There are now two more options you can set:

Into Upkeep

Defines how much extra money is charged for founding, that is then put into upkeep.

Name Change

How much is charged for changing the deed name during Resize.

UI version uses global values properly

05 Dec 16:51
Compare
Choose a tag to compare

Fixed changed values being used instead of global values on new file creation in ui version.

No changes to non-ui version.