Economy Tweaks
This commit is contained in:
parent
f532ddca4f
commit
8bc5a06b55
1 changed files with 9 additions and 9 deletions
|
@ -95,63 +95,63 @@ levels:
|
||||||
namePrefix: ''
|
namePrefix: ''
|
||||||
mayorPostfix: ''
|
mayorPostfix: ''
|
||||||
townBlockLimit: 4
|
townBlockLimit: 4
|
||||||
upkeepModifier: 1.0
|
upkeepModifier: 0.1
|
||||||
- numResidents: 1
|
- numResidents: 1
|
||||||
namePostfix: ' (Settlement)'
|
namePostfix: ' (Settlement)'
|
||||||
mayorPrefix: 'Hermit '
|
mayorPrefix: 'Hermit '
|
||||||
namePrefix: ''
|
namePrefix: ''
|
||||||
mayorPostfix: ''
|
mayorPostfix: ''
|
||||||
townBlockLimit: 64
|
townBlockLimit: 64
|
||||||
upkeepModifier: 1.0
|
upkeepModifier: 0.1
|
||||||
- numResidents: 2
|
- numResidents: 2
|
||||||
namePostfix: ' (Hamlet)'
|
namePostfix: ' (Hamlet)'
|
||||||
mayorPrefix: 'Chief '
|
mayorPrefix: 'Chief '
|
||||||
namePrefix: ''
|
namePrefix: ''
|
||||||
mayorPostfix: ''
|
mayorPostfix: ''
|
||||||
townBlockLimit: 428
|
townBlockLimit: 428
|
||||||
upkeepModifier: 1.0
|
upkeepModifier: 0.1
|
||||||
- numResidents: 6
|
- numResidents: 6
|
||||||
namePostfix: ' (Village)'
|
namePostfix: ' (Village)'
|
||||||
mayorPrefix: 'Baron Von '
|
mayorPrefix: 'Baron Von '
|
||||||
namePrefix: ''
|
namePrefix: ''
|
||||||
mayorPostfix: ''
|
mayorPostfix: ''
|
||||||
townBlockLimit: 384
|
townBlockLimit: 384
|
||||||
upkeepModifier: 1.1
|
upkeepModifier: 0.2
|
||||||
- numResidents: 10
|
- numResidents: 10
|
||||||
namePostfix: ' (Town)'
|
namePostfix: ' (Town)'
|
||||||
mayorPrefix: 'Viscount '
|
mayorPrefix: 'Viscount '
|
||||||
namePrefix: ''
|
namePrefix: ''
|
||||||
mayorPostfix: ''
|
mayorPostfix: ''
|
||||||
townBlockLimit: 640
|
townBlockLimit: 640
|
||||||
upkeepModifier: 1.1
|
upkeepModifier: 0.3
|
||||||
- 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.2
|
upkeepModifier: 0.4
|
||||||
- numResidents: 20
|
- numResidents: 20
|
||||||
namePostfix: ' (City)'
|
namePostfix: ' (City)'
|
||||||
mayorPrefix: 'Earl '
|
mayorPrefix: 'Earl '
|
||||||
namePrefix: ''
|
namePrefix: ''
|
||||||
mayorPostfix: ''
|
mayorPostfix: ''
|
||||||
townBlockLimit: 4280
|
townBlockLimit: 4280
|
||||||
upkeepModifier: 1.3
|
upkeepModifier: 0.5
|
||||||
- numResidents: 24
|
- numResidents: 24
|
||||||
namePostfix: ' (Large City)'
|
namePostfix: ' (Large City)'
|
||||||
mayorPrefix: 'Duke '
|
mayorPrefix: 'Duke '
|
||||||
namePrefix: ''
|
namePrefix: ''
|
||||||
mayorPostfix: ''
|
mayorPostfix: ''
|
||||||
townBlockLimit: 4536
|
townBlockLimit: 4536
|
||||||
upkeepModifier: 1.4
|
upkeepModifier: 0.6
|
||||||
- numResidents: 28
|
- numResidents: 28
|
||||||
namePostfix: ' (Metropolis)'
|
namePostfix: ' (Metropolis)'
|
||||||
mayorPrefix: 'Lord '
|
mayorPrefix: 'Lord '
|
||||||
namePrefix: ''
|
namePrefix: ''
|
||||||
mayorPostfix: ''
|
mayorPostfix: ''
|
||||||
townBlockLimit: 4792
|
townBlockLimit: 4792
|
||||||
upkeepModifier: 1.5
|
upkeepModifier: 0.7
|
||||||
|
|
||||||
# default Nation levels.
|
# default Nation levels.
|
||||||
nation_level:
|
nation_level:
|
||||||
|
|
Loading…
Reference in a new issue