williamleonard / obblm

Automatically exported from code.google.com/p/obblm
1 stars 0 forks source link

Indc. try-out rule set outdated. #422

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
... uses lrb5, should be 6!

Original issue reported on code.google.com by Nimda...@gmail.com on 25 Apr 2010 at 4:12

GoogleCodeExporter commented 9 years ago
see
http://www.talkfantasyfootball.org/viewtopic.php?f=29&t=30217&p=541735&hilit=obb
lm#p541735

Original comment by Nimda...@gmail.com on 25 Apr 2010 at 4:13

GoogleCodeExporter commented 9 years ago
For correct (LRB6) Chef cost for flings: change as you did, Nicholas. E.g. line 
289
if (($r == 'Halfling')) $inducements['Halfling Master Chef']['cost'] = 50000;
to
if (($r == 'Halfling')) $inducements['Halfling Master Chef']['cost'] = 100000;

/Daniel

PS. Havent checked if there are any other changes that need to be done, there 
or in
pdf roster. My league died when I didn't have time to be commish. :-/

Original comment by blodae@gmail.com on 27 Apr 2010 at 7:51

GoogleCodeExporter commented 9 years ago
I bet there is more stuff like that since it's hard coded.
I'll look into it later, though, I'd prefer you did it Daniel, since you know 
the
code best :-).

Original comment by Nimda...@gmail.com on 27 Apr 2010 at 8:21

GoogleCodeExporter commented 9 years ago
The hardcoded stuff are goblins' bribes for 50k, mercenary prices (+30k 
compared to
position, additional +50k for extra normal skill) and restrictions on 
inducements for
Khemri, Necro, Undead (no wandering apo). I think that's it. I dont remember if
goblins lost their cheaper bribes or not. Mercs arent changed, right?

/Daniel

Original comment by blodae@gmail.com on 27 Apr 2010 at 9:56

GoogleCodeExporter commented 9 years ago
The change has been made in r717. If any more hardcoded prices etc. are 
incorrect, I suggest reopening this issue!

Original comment by Nimda...@gmail.com on 9 Jun 2010 at 12:44