Merge pull request #37 from TBMCPlugins/Gryph667-Update-5-Towny

Economy changes
This commit is contained in:
Gryph667 2018-08-24 16:33:12 -04:00 committed by GitHub
commit f532ddca4f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -116,42 +116,42 @@ levels:
namePrefix: '' namePrefix: ''
mayorPostfix: '' mayorPostfix: ''
townBlockLimit: 384 townBlockLimit: 384
upkeepModifier: 1.0 upkeepModifier: 1.1
- numResidents: 10 - numResidents: 10
namePostfix: ' (Town)' namePostfix: ' (Town)'
mayorPrefix: 'Viscount ' mayorPrefix: 'Viscount '
namePrefix: '' namePrefix: ''
mayorPostfix: '' mayorPostfix: ''
townBlockLimit: 640 townBlockLimit: 640
upkeepModifier: 1.0 upkeepModifier: 1.1
- numResidents: 14 - numResidents: 14
namePostfix: ' (Large Town)' namePostfix: ' (Large Town)'
mayorPrefix: 'Count Von ' mayorPrefix: 'Count Von '
namePrefix: '' namePrefix: ''
mayorPostfix: '' mayorPostfix: ''
townBlockLimit: 896 townBlockLimit: 896
upkeepModifier: 1.0 upkeepModifier: 1.2
- numResidents: 20 - numResidents: 20
namePostfix: ' (City)' namePostfix: ' (City)'
mayorPrefix: 'Earl ' mayorPrefix: 'Earl '
namePrefix: '' namePrefix: ''
mayorPostfix: '' mayorPostfix: ''
townBlockLimit: 4280 townBlockLimit: 4280
upkeepModifier: 1.0 upkeepModifier: 1.3
- numResidents: 24 - numResidents: 24
namePostfix: ' (Large City)' namePostfix: ' (Large City)'
mayorPrefix: 'Duke ' mayorPrefix: 'Duke '
namePrefix: '' namePrefix: ''
mayorPostfix: '' mayorPostfix: ''
townBlockLimit: 4536 townBlockLimit: 4536
upkeepModifier: 1.0 upkeepModifier: 1.4
- numResidents: 28 - numResidents: 28
namePostfix: ' (Metropolis)' namePostfix: ' (Metropolis)'
mayorPrefix: 'Lord ' mayorPrefix: 'Lord '
namePrefix: '' namePrefix: ''
mayorPostfix: '' mayorPostfix: ''
townBlockLimit: 4792 townBlockLimit: 4792
upkeepModifier: 1.0 upkeepModifier: 1.5
# default Nation levels. # default Nation levels.
nation_level: nation_level:
@ -171,50 +171,50 @@ levels:
townBlockLimitBonus: 80 townBlockLimitBonus: 80
namePrefix: 'Federation of ' namePrefix: 'Federation of '
capitalPostfix: '' capitalPostfix: ''
upkeepModifier: 1.0 upkeepModifier: 1.1
kingPrefix: 'Count ' kingPrefix: 'Count '
capitalPrefix: '' capitalPrefix: ''
nationTownUpkeepModifier: 1.0 nationTownUpkeepModifier: 1.1
- kingPostfix: '' - kingPostfix: ''
numResidents: 20 numResidents: 20
namePostfix: ' (Nation)' namePostfix: ' (Nation)'
townBlockLimitBonus: 160 townBlockLimitBonus: 160
namePrefix: 'Dominion of ' namePrefix: 'Dominion of '
capitalPostfix: '' capitalPostfix: ''
upkeepModifier: 1.0 upkeepModifier: 1.2
kingPrefix: 'Duke ' kingPrefix: 'Duke '
capitalPrefix: '' capitalPrefix: ''
nationTownUpkeepModifier: 1.0 nationTownUpkeepModifier: 1.2
- kingPostfix: '' - kingPostfix: ''
numResidents: 30 numResidents: 30
namePostfix: ' (Nation)' namePostfix: ' (Nation)'
townBlockLimitBonus: 240 townBlockLimitBonus: 240
namePrefix: 'Kingdom of ' namePrefix: 'Kingdom of '
capitalPostfix: '' capitalPostfix: ''
upkeepModifier: 1.0 upkeepModifier: 1.3
kingPrefix: 'King ' kingPrefix: 'King '
capitalPrefix: '' capitalPrefix: ''
nationTownUpkeepModifier: 1.0 nationTownUpkeepModifier: 1.3
- kingPostfix: '' - kingPostfix: ''
numResidents: 40 numResidents: 40
namePostfix: ' Empire' namePostfix: ' Empire'
townBlockLimitBonus: 400 townBlockLimitBonus: 400
namePrefix: 'The ' namePrefix: 'The '
capitalPostfix: '' capitalPostfix: ''
upkeepModifier: 1.0 upkeepModifier: 1.4
kingPrefix: 'Emperor ' kingPrefix: 'Emperor '
capitalPrefix: '' capitalPrefix: ''
nationTownUpkeepModifier: 1.0 nationTownUpkeepModifier: 1.4
- kingPostfix: '' - kingPostfix: ''
numResidents: 60 numResidents: 60
namePostfix: ' Realm' namePostfix: ' Realm'
townBlockLimitBonus: 560 townBlockLimitBonus: 560
namePrefix: 'The ' namePrefix: 'The '
capitalPostfix: '' capitalPostfix: ''
upkeepModifier: 1.0 upkeepModifier: 1.5
kingPrefix: 'God Emperor ' kingPrefix: 'God Emperor '
capitalPrefix: '' capitalPrefix: ''
nationTownUpkeepModifier: 1.0 nationTownUpkeepModifier: 1.5
############################################################ ############################################################
# +------------------------------------------------------+ # # +------------------------------------------------------+ #
@ -783,13 +783,13 @@ economy:
# How much it costs to start a town. # How much it costs to start a town.
price_new_town: '250.0' price_new_town: '250.0'
# How much it costs to make an outpost. An outpost isn't limited to being on the edge of town. # How much it costs to make an outpost. An outpost isn't limited to being on the edge of town.
price_outpost: '500.0' price_outpost: '1500.0'
# The price for a town to expand one townblock. # The price for a town to expand one townblock.
price_claim_townblock: '6.25' price_claim_townblock: '6.25'
# How much it costs a player to buy extra blocks. # How much it costs a player to buy extra blocks.
price_purchased_bonus_townblock: '75' price_purchased_bonus_townblock: '75'
# How much every extra bonus block costs more. Set to 1 to deactivate this. 1.2 means +20% to every bonus claim block cost. # How much every extra bonus block costs more. Set to 1 to deactivate this. 1.2 means +20% to every bonus claim block cost.
price_purchased_bonus_townblock_increase: '1.5' price_purchased_bonus_townblock_increase: '1.2'
death: death:
# Either fixed or percentage. # Either fixed or percentage.
@ -836,15 +836,15 @@ economy:
max_tax_percent: '25' max_tax_percent: '25'
# The server's daily charge on each nation. If a nation fails to pay this upkeep # The server's daily charge on each nation. If a nation fails to pay this upkeep
# all of it's member town are kicked and the Nation is removed. # all of it's member town are kicked and the Nation is removed.
price_nation_upkeep: '100.0' price_nation_upkeep: '250.0'
# The server's daily charge on each town. If a town fails to pay this upkeep # The server's daily charge on each town. If a town fails to pay this upkeep
# all of it's residents are kicked and the town is removed. # all of it's residents are kicked and the town is removed.
price_town_upkeep: '10.0' price_town_upkeep: '5.0'
# Uses total amount of owned plots to determine upkeep instead of the town level (Number of residents) # Uses total amount of owned plots to determine upkeep instead of the town level (Number of residents)
# calculated by (number of claimed plots X price_town_upkeep). # calculated by (number of claimed plots X price_town_upkeep).
town_plotbased_upkeep: 'false' town_plotbased_upkeep: 'true'
# If set to true, the plot-based-upkeep system will be modified by the Town Levels' upkeep modifiers. # If set to true, the plot-based-upkeep system will be modified by the Town Levels' upkeep modifiers.
town_plotbased_upkeep_affected_by_town_level_modifier: 'false' town_plotbased_upkeep_affected_by_town_level_modifier: 'true'
# If enabled and you set a negative upkeep for the town # If enabled and you set a negative upkeep for the town
# any funds the town gains via upkeep at a new day # any funds the town gains via upkeep at a new day
# will be shared out between the plot owners. # will be shared out between the plot owners.