ajout du donjon : Dojo du Vent

This commit is contained in:
Esenjin 2022-01-14 15:16:52 +01:00
parent 3465cdf071
commit 8d601f5bb5
3 changed files with 36 additions and 0 deletions

BIN
img/boss/112.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 49 KiB

View File

@ -1954,6 +1954,24 @@ $(document).ready(function() {
"Pého",
"Leukide",
],
},
{
"id": "112",
"donjon": "Dojo du Vent",
"boss": "Hanshi et Shihan",
"imageSource": "img/boss/112.png",
"niveau": 140,
"zone": "Aerdala",
"position": "20,-37",
"clef": "Clef du Dojo du Vent",
"succes": [
"Pusillanime",
"Dernier",
"Duo",
"Score 105"
"Score 200"
],
"idolesNon": "Nahuatl",
},
];

View File

@ -1956,6 +1956,24 @@ notebooks.controller('NotebookListCtrl', function($scope) {
"Pého",
"Leukide",
],
},
{
"id": "112",
"donjon": "Dojo du Vent",
"boss": "Hanshi et Shihan",
"imageSource": "img/boss/112.png",
"niveau": 140,
"zone": "Aerdala",
"position": "20,-37",
"clef": "Clef du Dojo du Vent",
"succes": [
"Pusillanime",
"Dernier",
"Duo",
"Score 105"
"Score 200"
],
"idolesNon": "Nahuatl",
},
];
$scope.orderList = "niveau";