diff --git a/img/boss/117.png b/img/boss/117.png new file mode 100644 index 0000000..5e5f019 Binary files /dev/null and b/img/boss/117.png differ diff --git a/js/liste.js b/js/liste.js index 4131217..678c6c1 100644 --- a/js/liste.js +++ b/js/liste.js @@ -2049,6 +2049,24 @@ $(document).ready(function() { "Score 200" ], "idolesNon": "" +}, +{ + "id": "117", + "donjon": "Souvenir d'Imagiro", + "boss": "Reine Amirukam", + "imageSource": "img/boss/117.png", + "niveau": 200, + "zone": "Royaume d'encre", + "position": "2,0", + "clef": "Clef du Souvenir d'Imagiro", + "succes": [ + "Mains Propres", + "Pusillanime", + "Duo", + "Score 150" + "Score 200" + ], + "idolesNon": "" }, ]; diff --git a/js/livre.js b/js/livre.js index e266f79..8dcfb3e 100644 --- a/js/livre.js +++ b/js/livre.js @@ -2051,6 +2051,24 @@ notebooks.controller('NotebookListCtrl', function($scope) { "Score 200" ], "idolesNon": "" +}, +{ + "id": "117", + "donjon": "Souvenir d'Imagiro", + "boss": "Reine Amirukam", + "imageSource": "img/boss/117.png", + "niveau": 200, + "zone": "Royaume d'encre", + "position": "2,0", + "clef": "Clef du Souvenir d'Imagiro", + "succes": [ + "Mains Propres", + "Pusillanime", + "Duo", + "Score 150" + "Score 200" + ], + "idolesNon": "" }, ]; $scope.orderList = "niveau";