Brettonian Blitzers - agility access on normals

However you play online - Java, Vassal, Email, Cyanide etc - talk about it here.
This is also the place for discussing the various tools for managing leagues, teams and so on.

Moderator: TFF Mods

Post Reply
E99
Experienced
Experienced
Posts: 84
Joined: Sun Dec 25, 2016 2:23 pm

Brettonian Blitzers - agility access on normals

Post 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?

Reason: ''
User avatar
Vanguard
Super Star
Super Star
Posts: 922
Joined: Sun Jun 08, 2008 8:27 am
Location: Glasgow
Contact:

Re: Brettonian Blitzers - agility access on normals

Post 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.

Reason: ''
User avatar
Vanguard
Super Star
Super Star
Posts: 922
Joined: Sun Jun 08, 2008 8:27 am
Location: Glasgow
Contact:

Re: Brettonian Blitzers - agility access on normals

Post 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.

Reason: ''
Post Reply