diff --git a/js/liste.js b/js/liste.js index dd93068..61c8a82 100644 --- a/js/liste.js +++ b/js/liste.js @@ -2013,6 +2013,24 @@ $(document).ready(function() { "Score 200" ], "idolesNon": "" +}, +{ + "id": "115", + "donjon": "Sousouricière du Rat Noir", + "boss": "Rat Noir", + "imageSource": "img/boss/115.png", + "niveau": 110, + "zone": "Entrailles de Brâkmar", + "position": "-28,37", + "clef": "Clef de la Sousouricière du Rat Noir", + "succes": [ + "Blitzkrieg", + "Hardi", + "Duo", + "Score 83" + "Score 200" + ], + "idolesNon": "" }, ]; diff --git a/js/livre.js b/js/livre.js index 3fa61ef..84d35f4 100644 --- a/js/livre.js +++ b/js/livre.js @@ -2015,6 +2015,24 @@ notebooks.controller('NotebookListCtrl', function($scope) { "Score 200" ], "idolesNon": "" +}, +{ + "id": "115", + "donjon": "Sousouricière du Rat Noir", + "boss": "Rat Noir", + "imageSource": "img/boss/115.png", + "niveau": 110, + "zone": "Entrailles de Brâkmar", + "position": "-28,37", + "clef": "Clef de la Sousouricière du Rat Noir", + "succes": [ + "Blitzkrieg", + "Hardi", + "Duo", + "Score 83" + "Score 200" + ], + "idolesNon": "" }, ]; $scope.orderList = "niveau";