diff --git a/img/boss/116.png b/img/boss/116.png new file mode 100644 index 0000000..efb2796 Binary files /dev/null and b/img/boss/116.png differ diff --git a/js/liste.js b/js/liste.js index 61c8a82..4131217 100644 --- a/js/liste.js +++ b/js/liste.js @@ -2031,6 +2031,24 @@ $(document).ready(function() { "Score 200" ], "idolesNon": "" +}, +{ + "id": "116", + "donjon": "Mémoire d'Orukam", + "boss": "Roi Imagami", + "imageSource": "img/boss/116.png", + "niveau": 200, + "zone": "Royaume d'encre", + "position": "-3,-1", + "clef": "Clef de la Mémoire d'Orukam", + "succes": [ + "Mains Propres", + "Hardi", + "Duo", + "Score 150" + "Score 200" + ], + "idolesNon": "" }, ]; diff --git a/js/livre.js b/js/livre.js index 84d35f4..e266f79 100644 --- a/js/livre.js +++ b/js/livre.js @@ -2033,6 +2033,24 @@ notebooks.controller('NotebookListCtrl', function($scope) { "Score 200" ], "idolesNon": "" +}, +{ + "id": "116", + "donjon": "Mémoire d'Orukam", + "boss": "Roi Imagami", + "imageSource": "img/boss/116.png", + "niveau": 200, + "zone": "Royaume d'encre", + "position": "-3,-1", + "clef": "Clef de la Mémoire d'Orukam", + "succes": [ + "Mains Propres", + "Hardi", + "Duo", + "Score 150" + "Score 200" + ], + "idolesNon": "" }, ]; $scope.orderList = "niveau";