diff --git a/src/build.xml b/src/build.xml index 9d5f366..e9a1600 100644 --- a/src/build.xml +++ b/src/build.xml @@ -2,16 +2,32 @@ - + + + + + + + + + + - + + + + + + + + diff --git a/src/locale/UpkeepCosts.properties b/src/locale/UpkeepCosts.properties new file mode 100644 index 0000000..8e669c7 --- /dev/null +++ b/src/locale/UpkeepCosts.properties @@ -0,0 +1,40 @@ +mod_name=Upkeep costs +fxml_missing=UpkeepCosts.fxml not found. + +# 0 - property name +negative={0} cannot be negative. Value will not be changed. +invalid=Invalid value for %s. Value will not be changed. + +no_upkeep=Upkeep is not enabled on this server, upkeep costs will have no effect. +free_deeds=Deeds are free on this server, costs will have no effect. +# 0 - tile cost, 1 - tile upkeep, 2 - perimeter cost, 3 - perimeter upkeep, 4 - guards cost, 5 - guards upkeep, 6 - minimum upkeep +all_values=Upkeep costs are as follows: Tile {0}, {1} - Perimeter {2}, {3} - Guards {4}, {5} - Minimum {6} + +load_properties_error=An error occurred when loading properties: +save_properties_error=An error occurred when saving properties: +error=An error occurred, the following may or may not help: + +changes_title=Save Changes +changes_header=Some changes have been made +changes_message=Would you like to save the changes? + +irons_note=All values are in irons. 100i = 1c, 100c = 1s, 100s = 1g + +tile_cost=Tile cost +tile_cost_description=The amount charged per tile when founding a deed. +tile_upkeep=Tile upkeep +tile_upkeep_description=The amount charged a month per tile. +perimeter_cost=Perimeter cost +perimeter_cost_description=The amount charged per perimeter tile when founding a deed. +perimeter_upkeep=Perimeter upkeep +perimeter_upkeep_description=The amount charged a month per perimeter tile. +normal_guard_cost=Guard cost (Normal) +normal_guard_cost_description=The amount charged per guard when founding a deed except for Epic or Challenge type servers. +normal_guard_upkeep=Guard upkeep (Normal) +normal_guard_upkeep_description=The amount charged a month for each guard except on Epic or Challenge type servers. +epic_guard_cost=Guard cost (Epic) +epic_guard_cost_description=The amount charged per guard when founding a deed on Epic and Challenge type server. +epic_guard_upkeep=Guard upkeep (Epic) +epic_guard_upkeep_description=The amount charged a month for each guard on Epic or Challenge type servers. +minimum_upkeep=Minimum upkeep +minimum_upkeep_description=The minimum charge per month. diff --git a/src/mod/wurmonline/mods/upkeepcosts/UpkeepCosts.fxml b/src/mod/wurmonline/mods/upkeepcosts/UpkeepCosts.fxml new file mode 100644 index 0000000..5191fad --- /dev/null +++ b/src/mod/wurmonline/mods/upkeepcosts/UpkeepCosts.fxml @@ -0,0 +1,18 @@ + + + + + + + + + + + + + +