Star Wars: The Old Republic > SWTOR Discussion

Max companion affection stat boosts

(1/2) > >>

ACMessiah:
Much as the same way there are boxes to tick on the right hand side for stances and buffs, would it be possible to add boxes to tick if you have completed the 5 companion classes for the stat boosts. These are +1% to crit, surge, accuracy, health, and healing received (last one wouldn't affect any stats). Additionally a tab to say how many companions you have completed would be great, as each one increases the presence stat by +10.  Also having a human at level 50 increases this stat by 100. For instance I have completed 10 companions and have a human, so my presence stat is +200 higher than I can show on here. These are the only things I could find that cause a discrepancy between my in game stats and the stats on my virtual character page on your website!

Love all the features, especially the item database and virtual character builder though, great work!

yellowfive:
We're adding the legacy stuff in an update tonight.  I may have missed the human buff though... I'll add that in the next update.

harly:
Hi. I'm a developer over at simulationcraft-swtor. The legacy companion stat boosts do not appear to be in your API call yet, meaning we are unable to automatically import a players full stats.

eg:
http://swtor.askmrrobot.com/character/dc7edc33-2adb-4e6d-8655-5b98dbfb4a26

has all 5 but

http://swtor.askmrrobot.com/api/character/v1/dc7edc33-2adb-4e6d-8655-5b98dbfb4a26

does not seem to reference them.

We have a ticket pending over at our site to update this once available: http://code.google.com/p/simulationcraft-swtor/issues/detail?id=55

cheers.

yellowfive:
Thanks for pointing that out -- I'll put that into the next update, shouldn't take too long to do.

yellowfive:
I'll update the documentation once it goes live, but the format for the legacy stuff will be:

  "LegacyCompanionBonuses": [
    "Healer",
    "RangedTank"
  ],
  "LegacyCompanionCount": 2,
  "LegacyHasHuman": false

LegacyCompanionBonuses are the type of companion that you have maxed, and can be:

    public enum CompanionTypes
    {
        Healer,
        MeleeDamage,
        RangedDamage,
        MeleeTank,
        RangedTank,
    }

LegacyCompanionCount is how many companions you have maxed, and LegacyHasHuman is a boolean indicating whether you have a maxed human or not.

Navigation

[0] Message Index

[#] Next page

Go to full version