viewing paste Unknown #17323 | YAML

Posted on the
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56
  # default Nation levels.
  nation_level:
  - capitalPostfix: ''
    upkeepModifier: 1.0
    namePostfix: ' (Nation)'
    kingPrefix: 'Leader '
    townBlockLimitBonus: 10
    namePrefix: 'Land of '
    numResidents: 0
    capitalPrefix: ''
    kingPostfix: ''
  - capitalPostfix: ''
    upkeepModifier: 1.0
    namePostfix: ' (Nation)'
    kingPrefix: 'Count '
    townBlockLimitBonus: 20
    namePrefix: 'Federation of '
    numResidents: 10
    capitalPrefix: ''
    kingPostfix: ''
  - capitalPostfix: ''
    upkeepModifier: 1.0
    namePostfix: ' (Nation)'
    kingPrefix: 'Duke '
    townBlockLimitBonus: 40
    namePrefix: 'Dominion of '
    numResidents: 20
    capitalPrefix: ''
    kingPostfix: ''
  - capitalPostfix: ''
    upkeepModifier: 1.0
    namePostfix: ' (Nation)'
    kingPrefix: 'King '
    townBlockLimitBonus: 60
    namePrefix: 'Kingdom of '
    numResidents: 30
    capitalPrefix: ''
    kingPostfix: ''
  - capitalPostfix: ''
    upkeepModifier: 1.0
    namePostfix: ' Empire'
    kingPrefix: 'Emperor '
    townBlockLimitBonus: 100
    namePrefix: 'The '
    numResidents: 40
    capitalPrefix: ''
    kingPostfix: ''
  - capitalPostfix: ''
    upkeepModifier: 1.0
    namePostfix: ' Realm'
    kingPrefix: 'God Emperor '
    townBlockLimitBonus: 140
    namePrefix: 'The '
    numResidents: 60
    capitalPrefix: ''
    kingPostfix: ''
Viewed 589 times, submitted by Guest.