Skip to content

Commit

Permalink
map remaining inventory
Browse files Browse the repository at this point in the history
Signed-off-by: Derek Smart <derek@grindaga.com>
  • Loading branch information
mcred committed Nov 28, 2016
1 parent 516c044 commit 4a2fb0b
Show file tree
Hide file tree
Showing 7 changed files with 541 additions and 6 deletions.
2 changes: 1 addition & 1 deletion app/components/inventory.component.js

Large diffs are not rendered by default.

90 changes: 90 additions & 0 deletions app/components/inventory.component.ts
Original file line number Diff line number Diff line change
Expand Up @@ -193,6 +193,96 @@ export class InventoryComponent {
this.sotn.getValueByName("libraryCard"),
this.sotn.getValueByName("alucartShield"),
this.sotn.getValueByName("alucartSword"),
this.sotn.getValueByName("emptyBody"),
this.sotn.getValueByName("clothTunic"),
this.sotn.getValueByName("hideCuirass"),
this.sotn.getValueByName("bronzeCuirass"),
this.sotn.getValueByName("ironCuirass"),
this.sotn.getValueByName("steelCuirass"),
this.sotn.getValueByName("silverPlate"),
this.sotn.getValueByName("goldPlate"),
this.sotn.getValueByName("platinumMail"),
this.sotn.getValueByName("diamondPlate"),
this.sotn.getValueByName("fireMail"),
this.sotn.getValueByName("lightningMail"),
this.sotn.getValueByName("iceMail"),
this.sotn.getValueByName("mirrorCuirass"),
this.sotn.getValueByName("spikeBreakerArmor"),
this.sotn.getValueByName("alucardArmor"),
this.sotn.getValueByName("darkArmor"),
this.sotn.getValueByName("healingMail"),
this.sotn.getValueByName("holyArmor"),
this.sotn.getValueByName("walkArmor"),
this.sotn.getValueByName("brilliantArmor"),
this.sotn.getValueByName("mojoMail"),
this.sotn.getValueByName("furyPlate"),
this.sotn.getValueByName("draculaTunic"),
this.sotn.getValueByName("godSGarb"),
this.sotn.getValueByName("axelordArmor"),
this.sotn.getValueByName("emptyHead"),
this.sotn.getValueByName("sunglasses"),
this.sotn.getValueByName("ballroomMask"),
this.sotn.getValueByName("bandanna"),
this.sotn.getValueByName("feltHat"),
this.sotn.getValueByName("velvetHat"),
this.sotn.getValueByName("goggles"),
this.sotn.getValueByName("leatherHat"),
this.sotn.getValueByName("holyGlasses"),
this.sotn.getValueByName("steelHelm"),
this.sotn.getValueByName("stoneMask"),
this.sotn.getValueByName("circlet"),
this.sotn.getValueByName("goldCirclet"),
this.sotn.getValueByName("rubyCirclet"),
this.sotn.getValueByName("opalCirclet"),
this.sotn.getValueByName("topazCirclet"),
this.sotn.getValueByName("berylCirclet"),
this.sotn.getValueByName("catEyeCirclet"),
this.sotn.getValueByName("coralCirclet"),
this.sotn.getValueByName("dragonHelm"),
this.sotn.getValueByName("silverCrown"),
this.sotn.getValueByName("wizardHat"),
this.sotn.getValueByName("emptyCloak"),
this.sotn.getValueByName("clothCloak"),
this.sotn.getValueByName("reverseCloak"),
this.sotn.getValueByName("elvenCloak"),
this.sotn.getValueByName("crystalCloak"),
this.sotn.getValueByName("royalCloak"),
this.sotn.getValueByName("bloodCloak"),
this.sotn.getValueByName("josephsCloak"),
this.sotn.getValueByName("twilightCloak"),
this.sotn.getValueByName("emptyRelics"),
this.sotn.getValueByName("moonstone"),
this.sotn.getValueByName("sunstone"),
this.sotn.getValueByName("bloodstone"),
this.sotn.getValueByName("staurolite"),
this.sotn.getValueByName("ringOfPales"),
this.sotn.getValueByName("zircon"),
this.sotn.getValueByName("aquamarine"),
this.sotn.getValueByName("turquiose"),
this.sotn.getValueByName("onyx"),
this.sotn.getValueByName("garnet"),
this.sotn.getValueByName("opal"),
this.sotn.getValueByName("diamond"),
this.sotn.getValueByName("lapisLazuli"),
this.sotn.getValueByName("ringOfAres"),
this.sotn.getValueByName("goldRing"),
this.sotn.getValueByName("silverRing"),
this.sotn.getValueByName("ringOfVarda"),
this.sotn.getValueByName("ringOfArcana"),
this.sotn.getValueByName("mysticPendant"),
this.sotn.getValueByName("heartBrooch"),
this.sotn.getValueByName("necklaceOfJ"),
this.sotn.getValueByName("gauntlet"),
this.sotn.getValueByName("ankhOfLife"),
this.sotn.getValueByName("ringOfFeanor"),
this.sotn.getValueByName("medal"),
this.sotn.getValueByName("talisman"),
this.sotn.getValueByName("duplicator"),
this.sotn.getValueByName("kingsStone"),
this.sotn.getValueByName("covenantStone"),
this.sotn.getValueByName("nauglamir"),
this.sotn.getValueByName("secretBoots"),
this.sotn.getValueByName("alucartMail")
);
this.arrayOfKeys = Object.keys(this.inventory);
}
Expand Down
92 changes: 91 additions & 1 deletion app/custom/sotn.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

92 changes: 91 additions & 1 deletion app/custom/sotn.ts
Original file line number Diff line number Diff line change
Expand Up @@ -193,7 +193,97 @@ export class SOTN {
yasatsuna: "0x2303",
libraryCard: "0x2304",
alucartShield: "0x2305",
alucartSword: "0x2306"
alucartSword: "0x2306",
emptyBody: "0x2307",
clothTunic: "0x2308",
hideCuirass: "0x2309",
bronzeCuirass: "0x230A",
ironCuirass: "0x230B",
steelCuirass: "0x230C",
silverPlate: "0x230D",
goldPlate: "0x230E",
platinumMail: "0x230F",
diamondPlate: "0x2310",
fireMail: "0x2311",
lightningMail: "0x2312",
iceMail: "0x2313",
mirrorCuirass: "0x2314",
spikeBreakerArmor: "0x2315",
alucardArmor: "0x2316",
darkArmor: "0x2317",
healingMail: "0x2318",
holyArmor: "0x2319",
walkArmor: "0x231A",
brilliantArmor: "0x231B",
mojoMail: "0x231C",
furyPlate: "0x231D",
draculaTunic: "0x231E",
godSGarb: "0x231F",
axelordArmor: "0x2320",
emptyHead: "0x2321",
sunglasses: "0x2322",
ballroomMask: "0x2323",
bandanna: "0x2324",
feltHat: "0x2325",
velvetHat: "0x2326",
goggles: "0x2327",
leatherHat: "0x2328",
holyGlasses: "0x2329",
steelHelm: "0x232A",
stoneMask: "0x232B",
circlet: "0x232C",
goldCirclet: "0x232D",
rubyCirclet: "0x232E",
opalCirclet: "0x232F",
topazCirclet: "0x2330",
berylCirclet: "0x2331",
catEyeCirclet: "0x2332",
coralCirclet: "0x2333",
dragonHelm: "0x2334",
silverCrown: "0x2335",
wizardHat: "0x2336",
emptyCloak: "0x2337",
clothCloak: "0x2338",
reverseCloak: "0x2339",
elvenCloak: "0x233A",
crystalCloak: "0x233B",
royalCloak: "0x233C",
bloodCloak: "0x233D",
josephsCloak: "0x233E",
twilightCloak: "0x233F",
emptyRelics: "0x2340",
moonstone: "0x2341",
sunstone: "0x2342",
bloodstone: "0x2343",
staurolite: "0x2344",
ringOfPales: "0x2345",
zircon: "0x2346",
aquamarine: "0x2347",
turquiose: "0x2348",
onyx: "0x2349",
garnet: "0x234A",
opal: "0x234B",
diamond: "0x234C",
lapisLazuli: "0x234D",
ringOfAres: "0x234E",
goldRing: "0x234F",
silverRing: "0x2350",
ringOfVarda: "0x2351",
ringOfArcana: "0x2352",
mysticPendant: "0x2353",
heartBrooch: "0x2354",
necklaceOfJ: "0x2355",
gauntlet: "0x2356",
ankhOfLife: "0x2357",
ringOfFeanor: "0x2358",
medal: "0x2359",
talisman: "0x235A",
duplicator: "0x235B",
kingsStone: "0x235C",
covenantStone: "0x235D",
nauglamir: "0x235E",
secretBoots: "0x235F",
alucartMail: "0x2360"
};
}

Expand Down
92 changes: 91 additions & 1 deletion app/models/inventory.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 4a2fb0b

Please sign in to comment.