Page 1 of 1

Brettonian Blitzers - agility access on normals

Posted: Sun Nov 12, 2017 8:49 am
by E99
Hi, guys! It seems that the Brettonian roster listed on the NAF site (after the vote) allows Blitzers to gain agility skills on normal rolls rather than only on doubles. Anyone have suggestions how to implement this in OBBLM?

Re: Brettonian Blitzers - agility access on normals

Posted: Mon Nov 13, 2017 11:03 am
by Vanguard
Do you host your own version of OBBLM or are you using a supplied service? Essentially, this can be implemented by a tweak to one of the files on the server, but you can only do that if you're hosting yourself.

Re: Brettonian Blitzers - agility access on normals

Posted: Mon Nov 13, 2017 11:11 am
by Vanguard
Just for reference, the change required is as follows:
On the webserver, you need to locate the file ./lib/game_data_bretonnia.php
You then need to edit and alter lines 67 and 68 from this:

Code: Select all

'norm'		=> array ('G', 'P'),
'doub'		=> array ('A', 'S'),
to this:

Code: Select all

'norm'		=> array ('G', 'A', 'P'),
'doub'		=> array ('S'),
Having done that and saved the file, you need to log in to your OBBLM site as admin and got to the OBBLM Core Panel under the Admin menu. Select the option Synchronise database with game data files and click the Run It button. When that is complete select the syncAll() option and click Run It again.
These two options load the file you updated and then recalculate your team stats. Note that the change is applied retrospectively, only one roster exists and will affect all Bretonnian teams, past and future. Any existing teams will have their values recalculated using the updated roster so may see a slight drop in value for any Agility skills which are now treated as Normal rather than Double selections.