Skip to content

Question: Regarding mechanics of Opcode #1 Stat: Attacks Per Round Modifier

ReddbaneReddbane Member Posts: 222
So I’m planning on making a mod where each class gains base APR as they level, similar to the default fighter, albeit at different rates; and moreover make weapon proficiency APR gain universal in the standard method by editing the WSPATCK.2da and the CLSWPBON.2DA files. Now, as such, all class APR should be granted with innate effects granted per certain levels using Opcode 1 (Stat: Attacks Per Round Modifier) via the CLAB tables. Now I should like to make sure that these Opcodes do not stack in the case of Multi/Dual classes (where the two classes would each have their own APR bonuses). I am correct in assuming that the Opcode’s type value should be set to 1 (Flat Value Modifier) rather than 0 (Cumulative Modifier)? Thus the opcodes will set the base APR and not stack, that is, as far as I’ve tested, the APR Opcode with the highest APR value will override the others, rather than, as with a cumulative type, all add together?

This is my hypothetical understanding of how the Flat Value Modifier would work:
There is a Fighter / Cleric whose Fighter level makes their Base APR 2 (essentially a + 1 bonus) and whose Cleric level makes their Base APR 1.5 (essentially a +0.5 bonus). Using the Flat Value Modifier this Fighter/Cleric’s base APR with be 2, whereas if I used the Cumulative Modifier it would be 2.5.

Is my understanding correct? Moreover is there any potential problems (anyone can foresee) using this method for APR progression will cause with any of the already existing mechanics of the game? Like, for example Whirlwind Attack?

Comments

  • [Deleted User][Deleted User] Posts: 0
    edited April 2019
    The user and all related content has been deleted.
  • kjeronkjeron Member Posts: 2,367
    Reddbane wrote: »
    Thus the opcodes will set the base APR and not stack, that is, as far as I’ve tested, the APR Opcode with the highest APR value will override the others, rather than, as with a cumulative type, all add together?
    The most recent will override the previous, it's not a "Best of" modifier.
    If a multiclass reaches a point where a lower APR threshold is attained by one class after a higher APR threshold was attained by the other, APR would be effectively reduced.

    Example:
    Fighter gains .5 per 3 level
    Thief gains .5 per 4 level

    At 2.25M exp:
    Fighter is level 17, last applied SET APR = 3.5 at level 15.
    Thief is level 16, just applied SET APR = 3 at level 16.
    Result: 3 APR

    I would use what @subtledoctor suggested.

    You'll also have to update all non-party creatures in the game that normally get APR from proficiency so they get their proper APR.
  • ReddbaneReddbane Member Posts: 222
    @kjeron
    kjeron wrote: »
    You'll also have to update all non-party creatures in the game that normally get APR from proficiency so they get their proper APR.

    Could you explain more about this? To be clear I'm still planning on having APR bonuses granted by weapon Proficiency (ranging from 0.5 to 2, as it in the base game), but also adding smaller bonuses added incrementally according to Class. Does this have anything to do with the various monster/creature classes?

    @subtledoctor
    In regards to the above question, did you encounter this problem (non-party creatures losing APR) with your "APR on Spec" mod?
  • kjeronkjeron Member Posts: 2,367
    Reddbane wrote: »
    Could you explain more about this? To be clear I'm still planning on having APR bonuses granted by weapon Proficiency (ranging from 0.5 to 2, as it in the base game), but also adding smaller bonuses added incrementally according to Class. Does this have anything to do with the various monster/creature classes?
    There are still a lot of creatures that use PC classes - they won't receive these bonuses automatically, as they do not level up.
  • [Deleted User][Deleted User] Posts: 0
    edited April 2019
    The user and all related content has been deleted.
  • ReddbaneReddbane Member Posts: 222
    @subtledoctor
    When ever I played with APR on Spec (which has been my last several playthroughs) I didn't notice any major changes to the enemy difficulty.
  • The user and all related content has been deleted.
Sign In or Register to comment.