Jump to content

SWTOR Armory (Ask Mr. Robot)


Zoopercat

Recommended Posts

Bioware has made a fantastic game, and Mr. Robot has built some cool tools to compliment the game :)

 

Mr. Robot's Armory - you can build out your character and publish it to the armory for everyone to search. You can add or remove your characters to the armory at any time. You can also use the unique URL for your profile in your signatures on any forum.

 

Here's my character Zoopercat., in the guild GH-AMR on the server Juyo.

 

Browse our Robo-Accurate Item Database

  • The only database to have 1.2 items!
  • Removed items that don't exist (if you see suspicious items, tell us. We'll send the robo-crew to investigate and remove them if they do not exist.)
  • Added variants for random items (see example)
  • All crafting variants and materials (see example)
  • A list of Mods and all of the gear they can be ripped from (see example)
  • Tooltips for bloggers are here!

 

Character API: We launched a character API on March 23, get the documentation here. 3rd party developers can import characters and item data from our site, so you don't have to reinvent the wheel. A few really cool tools have already started using it, like Simulationcraft and some of the guys at SithWarrior.com. Just leave a comment on the blog or post on our forums if you have questions. Be sure to tell us if you're using it so we can showcase your tools!

 

Update for 1.3

Our database is updated with 1.3 items.

  • You can look at all items that are new to 1.3 here (sorted by type, like light, medium, heavy, implants, relics, etc).
  • Any item that had changes has been updated, like a lot of the relics that changed.
  • Any item you equip on the character builder should now be augmentable

 

Skill Calculator

 

The Armory

  • Be sure to update your character profiles if you had a server transfer, so people can still search for you :) OR search for people on your new server. Try it here.

 

Combat Logs

  • We have support for foreign language uploads
  • Guild rankings for top boss kills by guild and class
  • Support for uploading logs from SWMoniTOR, a live damage meter

 

Tooltips

We also have item tooltips for bloggers. Get instructions here.

 

And just for fun, check out Tor-Fashion - pictures of item models, organized by Dulfy (aka Iwipe).

Edited by Zoopercat
Link to comment
Share on other sites

Update: Launched our Item Database

 

Accurate Item Database

  • Removed items that don't exist
  • Added variants for random items (see example)
  • All crafting variants (see example)
  • A list of Mods and all of the gear they can be ripped from (see example)

 

Update: Fixed a couple bugs that prevented Elara from equipped her blaster pistols, and a few other minor things.

Edited by Zoopercat
Link to comment
Share on other sites

Site update:

  • Added level 23 armorings, hilts, and barrels back in after a bug filtered them out
  • Added a URL function so that you can copy and paste a URL to friends, with your specific filters
  • Added source information for the crystals sold from the Geologist vendor, thanks to @Titheon for the tip (example: advanced white hawkeye crystal)
  • Fixed some of the effects for relics, thanks to the help from SithWarrior.com to get the right values (example: energy surge device)

Link to comment
Share on other sites

We just released an update. The 'bug' affecting stats with orange gear is fixed... Mr. Robot had a circuit that shorted out, and it was the one handling the stats math (did you really think a Robot could have a bug in his code? c'mon!) The 'fix' took a couple extra days because Mr. Robot was too cheap to pay for overnight shipping to replace that part.

 

We also added Consumables to the database. This is no coincidence... in order to minimize the effects of the stats bug (from the shorted circuit), he amped up on some stims and adrenals until the replacement circuit arrived.

 

As always, Mr. Robot tries to translate data into a form that us humans can easier digest. So he shows what each pattern can RE into, what the chance is to RE, and what the why the new pattern is better. Take the hyper-battle command stim as an example. When it's RE'd into a blue, Mr. Robot lets you know "it has the same stats, but double the duration" and the purple version "has the same stats, but is reusable."

 

New feature: buffs now save with your profile.

 

Enjoy.

Link to comment
Share on other sites

We added 1.2 items last week to the database. You can browse through them in the database, or even equip them on your character, and do creative things like compare stat changes. Although before you get too crazy, you can also review the stat comparison's dulfy already did with our character builder.

 

We also just launched our character API. You can review the documentation here.

 

Note that this is not 100% final, but it will probably not change much from the current form.

 

Known Issues:

- Armor and Weapon Damage are missing from item stats, these will be added in the final version.

- Only the player’s first gear set (“Gear” tab on the character builder UI) is available. The final API will likely provide a way for you to specify any (or multiple) gear sets to retrieve, as well as companion gear sets.

 

Endpoints

 

http://swtor.askmrrobot.com/api/character/v1/{profile-id}

 

http://swtor.askmrrobot.com/api/test/character/v1/{profile-id}

 

Replace {profile-id} with the id as seen in the URL to the character profile. For example, you can view my profile at:

http://swtor.askmrrobot.com/character/0f95a940-4cf1-4af3-a922-666e312ff49c

And you can get it via the API at:

http://swtor.askmrrobot.com/api/character/v1/0f95a940-4cf1-4af3-a922-666e312ff49c

 

The version (v1) is required. We will document the current and supported versions whenever changes are made.

 

The only difference between the two endpoints is that the api/test endpoint returns formatted JSON that is easier to read — this endpoint will be removed when the API is complete. The regular endpoint returns JSON without extra whitespace, and with null/default values omitted to reduce bandwidth.

 

Error Handling

Different http status codes are returned in the event of an error:

 

404 – the profile does not exist or could not be found

400 – the profile id was not a valid guid in the accepted format, or the version specified is not supported

500 – all other errors

 

There are more examples and JSON information on our blog.

Edited by Zoopercat
Link to comment
Share on other sites

  • 2 weeks later...

We released tooltips for blogs and forums. Once you set it up, anytime you link to an item it will be automatically colored to match the item quality, show the icon, and more. We'll be adding republic icons in soon too, btw :)

 

We still need help with Project Orange! Top contributors will get free promos on Mr. Robot's site - get more eyeballs on your blog, recruit for your guild, whatever you want.

 

We have updated 1.2 items, but it still needs some cleaning up. For more 1.2 info, see our blog.

 

And finally, there's a rumor Mr. Robot is working on a combat log. It's true. Stay tuned :)

Link to comment
Share on other sites

  • 2 months later...

Looks like I forgot to update this thread a couple of times, so here's the big updates you should all know about.

 

Our database is updated with 1.3 items.

  • You can look at all items that are new to 1.3 here (sorted by type, like light, medium, heavy, implants, relics, etc).
  • Any item that had changes has been updated, like a lot of the relics that changed.
  • Any item you equip on the character builder should now be augmentable

 

Skill Calculator

 

The Armory

  • Be sure to update your character profiles if you had a server transfer, so people can still search for you :) OR search for people on your new server. Try it here.

 

Combat Logs

  • We have support for foreign language uploads
  • Guild rankings for top boss kills by guild and class
  • Support for uploading logs from SWMoniTOR, a live damage meter

 

Tooltips

We also have item tooltips for bloggers. Get instructions here.

 

And just for fun, check out Tor-Fashion - pictures of item models, organized by Dulfy (aka Iwipe).

Edited by Zoopercat
Link to comment
Share on other sites

  • 6 months later...
  • 2 years later...
Anyone know what happened?

 

they have a very small dev team and our community isn't enough valuable for them to invest time and ressourse to keep the swtor section up to date. And since it's really painfull to get data from swtor, they have to datamine game file in order to have all items in their database.

 

It's really sad to see that the swtor section is now closed.

 

However thx to the AMR dev team for the time it lasted

Link to comment
Share on other sites

×
×
  • Create New...