diff options
author | Troy Nordine <tdnordine@gmail.com> | 2023-10-01 09:59:27 -0500 |
---|---|---|
committer | Tor Andersson <tor@ccxvii.net> | 2023-12-10 18:16:55 +0100 |
commit | 2fd07fac0f8fd2bad64a770b9c701e963d771a40 (patch) | |
tree | 13d33d86ef01d10a79f3d9ca3af095adb8b52a41 /tools | |
parent | fc066ed2bd47be8787fdf1b8366aa6b2ad2f1f9d (diff) | |
download | plantagenet-2fd07fac0f8fd2bad64a770b9c701e963d771a40.tar.gz |
Couple of bug fixes in intercept.
Diffstat (limited to 'tools')
-rw-r--r-- | tools/gendata.js | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/tools/gendata.js b/tools/gendata.js index 2799504..ec0f905 100644 --- a/tools/gendata.js +++ b/tools/gendata.js @@ -1062,14 +1062,14 @@ let lords = [ title: "Duke of Gloucester", seats: seats("Gloucester"), marshal:1, - influence:2, - lordship:2, + influence:5, + lordship:3, command:3, valour:2, forces:{ retinue:1, men_at_arms:3, - longbowmen:2, + longbowmen:3, militia:4, }, assets:{ @@ -1209,10 +1209,10 @@ let lords = [ title: "Duke of Somerset", seats: seats("Wells"), marshal:2, - influence:6, + influence:5, lordship:2, command:2, - valour:3, + valour:2, forces:{ retinue:1, men_at_arms:2, |