Skip to content

Commit

Permalink
add relics to map
Browse files Browse the repository at this point in the history
Signed-off-by: Derek Smart <derek@grindaga.com>
  • Loading branch information
mcred committed Dec 3, 2016
1 parent 415026f commit aa1c46e
Showing 1 changed file with 29 additions and 1 deletion.
30 changes: 29 additions & 1 deletion app/custom/sotn.ts
Original file line number Diff line number Diff line change
Expand Up @@ -283,7 +283,35 @@ export class SOTN {
covenantStone: "0x235D",
nauglamir: "0x235E",
secretBoots: "0x235F",
alucartMail: "0x2360"
alucartMail: "0x2360",
soulOfBat: "0x2238",
fireOfBat: "0x2239",
echoOfBat: "0x223A",
forceOfEcho: "0x223B",
soulOfWolf: "0x223C",
powerOfWolf: "0x223D",
skillOfWolf: "0x223E",
formOfMist: "0x223F",
powerOfMist: "0x2240",
gasCloud: "0x2241",
cubeOfZoe: "0x2242",
spiritOrb: "0x2243",
gravityBoots: "0x2244",
leapStone: "0x2245",
holySymbol: "0x2246",
faerieScroll: "0x2247",
jewelOfOpen: "0x2248",
mermanStatue: "0x2249",
batCard: "0x224A",
ghostCard: "0x224B",
faerieCard: "0x224C",
demonCard: "0x224D",
swordCard: "0x224E",
heartOfVlad: "0x224F",
toothOfVlad: "0x2250",
ribOfVlad: "0x2251",
ringOfVlad: "0x2252",
eyeOfVlad: "0x2253"
};
}

Expand Down

0 comments on commit aa1c46e

Please sign in to comment.