diff --git a/img/boss/108.png b/img/boss/108.png new file mode 100644 index 0000000..1bcdb03 Binary files /dev/null and b/img/boss/108.png differ diff --git a/js/liste.js b/js/liste.js index 46e454f..6249417 100644 --- a/js/liste.js +++ b/js/liste.js @@ -1979,6 +1979,24 @@ $(document).ready(function() { ], "idolesNon": "", "specificites": "" +}, +{ + "id": "108", + "donjon": "Atelier du Tanukouï San", + "boss": "Tanukouï San", + "imageSource": "img/boss/108.png", + "niveau": 130, + "zone": "Terrdala", + "position": "26,-24", + "clef": "Clef de l'Atelier du Tanukouï San", + "succes": [ + "Statue", + "Versatile", + "Duo", + "Score 200" + ], + "idolesNon": "Djim", + "specificites": "" }, ]; diff --git a/js/livre.js b/js/livre.js index cde8b38..06cfb41 100644 --- a/js/livre.js +++ b/js/livre.js @@ -1943,6 +1943,24 @@ notebooks.controller('NotebookListCtrl', function($scope) { ], "idolesNon": "", "spécificités": "" +}, +{ + "id": "108", + "donjon": "Atelier du Tanukouï San", + "boss": "Tanukouï San", + "imageSource": "img/boss/108.png", + "niveau": 130, + "zone": "Terrdala", + "position": "26,-24", + "clef": "Clef de l'Atelier du Tanukouï San", + "succes": [ + "Statue", + "Versatile", + "Duo", + "Score 200" + ], + "idolesNon": "Djim", + "specificites": "" }, ]; $scope.orderList = "niveau";