ajout donjons Grunob/Tertre
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
à jour avec Dofus 2.63
This commit is contained in:
parent
d57418473c
commit
3d6520d835
BIN
img/boss/119.png
Normal file
BIN
img/boss/119.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 24 KiB |
BIN
img/boss/120.png
Normal file
BIN
img/boss/120.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 24 KiB |
36
js/liste.js
36
js/liste.js
@ -2085,6 +2085,42 @@ $(document).ready(function() {
|
||||
"Score 200"
|
||||
],
|
||||
"idolesNon": "Djim"
|
||||
},
|
||||
{
|
||||
"id": "119",
|
||||
"donjon": "Akadémie des Gobs",
|
||||
"boss": "Directeur Grunob",
|
||||
"imageSource": "img/boss/119.png",
|
||||
"niveau": 40,
|
||||
"zone": "Campement des Gobelins",
|
||||
"position": "-5,3",
|
||||
"clef": "Clef de l'Akadémie des Gobs",
|
||||
"succes": [
|
||||
"Nomade",
|
||||
"Premier",
|
||||
"Duo",
|
||||
"Score 98",
|
||||
"Score 200"
|
||||
],
|
||||
"idolesNon": ""
|
||||
},
|
||||
{
|
||||
"id": "120",
|
||||
"donjon": "Tertre du long sommeil",
|
||||
"boss": "Hell Mina",
|
||||
"imageSource": "img/boss/120.png",
|
||||
"niveau": 150,
|
||||
"zone": "Dédale du Dark Vlad",
|
||||
"position": "-3,19",
|
||||
"clef": "Clef du Tertre du long sommeil",
|
||||
"succes": [
|
||||
"Dernier",
|
||||
"Statue",
|
||||
"Duo",
|
||||
"Score 98",
|
||||
"Score 200"
|
||||
],
|
||||
"idolesNon": ""
|
||||
},
|
||||
];
|
||||
|
||||
|
36
js/livre.js
36
js/livre.js
@ -2088,6 +2088,42 @@ notebooks.controller('NotebookListCtrl', function($scope) {
|
||||
"Score 200"
|
||||
],
|
||||
"idolesNon": "Djim"
|
||||
},
|
||||
{
|
||||
"id": "119",
|
||||
"donjon": "Akadémie des Gobs",
|
||||
"boss": "Directeur Grunob",
|
||||
"imageSource": "img/boss/119.png",
|
||||
"niveau": 40,
|
||||
"zone": "Campement des Gobelins",
|
||||
"position": "-5,3",
|
||||
"clef": "Clef de l'Akadémie des Gobs",
|
||||
"succes": [
|
||||
"Nomade",
|
||||
"Premier",
|
||||
"Duo",
|
||||
"Score 98",
|
||||
"Score 200"
|
||||
],
|
||||
"idolesNon": ""
|
||||
},
|
||||
{
|
||||
"id": "120",
|
||||
"donjon": "Tertre du long sommeil",
|
||||
"boss": "Hell Mina",
|
||||
"imageSource": "img/boss/120.png",
|
||||
"niveau": 150,
|
||||
"zone": "Dédale du Dark Vlad",
|
||||
"position": "-3,19",
|
||||
"clef": "Clef du Tertre du long sommeil",
|
||||
"succes": [
|
||||
"Dernier",
|
||||
"Statue",
|
||||
"Duo",
|
||||
"Score 98",
|
||||
"Score 200"
|
||||
],
|
||||
"idolesNon": ""
|
||||
},
|
||||
];
|
||||
$scope.orderList = "niveau";
|
||||
|
Loading…
Reference in New Issue
Block a user