diff --git a/images/GORON_TUNIC.png b/images/GORON_TUNIC.png index e30b0c8..400273f 100644 Binary files a/images/GORON_TUNIC.png and b/images/GORON_TUNIC.png differ diff --git a/images/TRIFORCE_PIECE.png b/images/TRIFORCE_PIECE.png new file mode 100644 index 0000000..b050f5e Binary files /dev/null and b/images/TRIFORCE_PIECE.png differ diff --git a/images/ZORA_TUNIC.png b/images/ZORA_TUNIC.png index 449ca85..fa5a0ea 100644 Binary files a/images/ZORA_TUNIC.png and b/images/ZORA_TUNIC.png differ diff --git a/index.html b/index.html index a015ef1..595fdfb 100644 --- a/index.html +++ b/index.html @@ -348,56 +348,74 @@

+ + + - - - - - - - - - - + - + + - + + + + + @@ -415,6 +436,9 @@

+ - + + + + + + + + + + +
+ + + + + + - - - + + - + +
- - - + + - + + - + +
- + + + + - +
+ - + + + + + + + + + +
@@ -406,6 +424,9 @@

+ + + +
@@ -429,8 +453,37 @@

- + + + + + + +
+ + + + + + + + + + + + +
@@ -562,4 +615,4 @@

Pedestal of Time

- --> \ No newline at end of file + --> diff --git a/js/data/items.js b/js/data/items.js index da33b54..b3a6004 100644 --- a/js/data/items.js +++ b/js/data/items.js @@ -42,6 +42,10 @@ define(["classes/item", "classes/song", "data/ages", "data/abilities", "data/loc "GERUDOS_CARD": new Item("Gerudo's Card", Age.ANY), "GOLD_SKULLTULA": new Item("Gold Skulltula", Age.ANY, [], {count: 0, max: 100}), "MAGIC": new Item("Magic", Age.ANY), + "TRIFORCE_PIECE": new Item("Triforce Piece", Age.ANY, [], {count: 0, max: 200}), + "sold-out_32x32": new Item("sold-out_32x32", Age.ANY), + "Compass": new Item("Compass", Age.ANY), + "Dungeon Map": new Item("Dungeon Map", Age.ANY), }; // items with requirements or supers