SWTOR Item Database – Extract Prototype Item Information from GOM
Last time I’ve written a script to extract the translation texts from SWTOR. But the more interesting part would be to read specific game object information like items and their attributes.
So i’ve written a new program, this time in C#. It’s my very first C# program, be gentle
I thought it would be a nice task to play and learn with C#.
The MySQL part is for my personal translation database.
Download the C# source of swtor gom extract tool v0.1 alpha.
Example output of the program:
itm.gen.quest_shared.rdps1.chest.heavy.prototype.04x2:
type: String: "armor.trooper"
sub type: String: "ipp.class.bh.heroic.rdps1.t4x2.chest"
bind on pickup
durability: 120
id: 16140952217605448722
title: Xonolite Mesh Chestguard
slot #0: Id: 16141113719776797593
- title: Reflex Armoring 12
- stats: STAT_att_agility: 15
- stats: STAT_att_endurance: 10
slot #1: Id: 16141146200986683659
- title: Reflex Mod 12
- stats: STAT_att_agility: 20
- stats: STAT_att_endurance: 10
slot #2: Id: 16141028933557874887
- title: Rage Enhancement 12
- stats: STAT_att_endurance: 10
- stats: STAT_rtg_attack_power: 15
slot #3: empty
slot #4: empty
itm.eq.cc.pierce.legs.heavy.premium.cc_05i:
type: String: "armor.trooper"
sub type: String: "ipp.companion.pierce.default.legs"
bind on pickup
durability: 120
stats: STAT_att_agility: 25
stats: STAT_att_endurance: 42
stats: STAT_rtg_accuracy: 3
stats: STAT_rtg_defense: 13
id: 16140958271266809222
title: Pierce's Pants
slot #0: empty
slot #1: empty
slot #2: empty
slot #3: empty
slot #4: empty
itm.gen.quest_wpn.theal1a.blaster.prototype.07x1:
type: String: "weapon.ranged.blaster.holdout01"
sub type: String: "blaster.high06.a03_v01"
bind on pickup
durability: 200
id: 16140961445110358222
title: D-203 Recon Interceptor
slot #0: Id: 16140922506011855339
- title: Blue Lethal Crystal
- stats: STAT_rtg_critical_chance: 27
slot #1: Id: 16141135957775441233
- title: Commando Barrel 22
- stats: STAT_att_agility: 34
- stats: STAT_att_endurance: 36
slot #2: Id: 16141046178047402709
- title: Nimble Mod 22
- stats: STAT_att_agility: 41
- stats: STAT_att_endurance: 24
- stats: STAT_rtg_critical_chance: 7
slot #3: Id: 16141019615760744772
- title: Assault Enhancement 22
- stats: STAT_att_endurance: 22
- stats: STAT_rtg_critical_chance: 10
- stats: STAT_rtg_critical_damage: 28
slot #4: empty
Filed under: Blog on Februar 14th, 2012 | 4 Comments »





