ajout donjon : Bambusaie de Damadrya

This commit is contained in:
Esenjin 2022-01-14 14:58:12 +01:00
parent 306f961e11
commit db1a3e86fc
3 changed files with 37 additions and 0 deletions

BIN
img/boss/109.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 30 KiB

View File

@ -1893,6 +1893,25 @@ $(document).ready(function() {
"Statue",
"Versatile",
"Duo",
"Score 98"
"Score 200"
],
"idolesNon": "Djim",
},
{
"id": "109",
"donjon": "Bambusaie de Damadrya",
"boss": "Dramadrya",
"imageSource": "img/boss/109.png",
"niveau": 110,
"zone": "Plantala",
"position": "26,-30",
"clef": "Clef de Bambusaie de Damadrya",
"succes": [
"Premier",
"Hardi",
"Duo",
"Score 75"
"Score 200"
],
"idolesNon": "Djim",

View File

@ -1899,6 +1899,24 @@ notebooks.controller('NotebookListCtrl', function($scope) {
"Score 200"
],
"idolesNon": "Djim",
},
{
"id": "109",
"donjon": "Bambusaie de Damadrya",
"boss": "Dramadrya",
"imageSource": "img/boss/109.png",
"niveau": 110,
"zone": "Plantala",
"position": "26,-30",
"clef": "Clef de Bambusaie de Damadrya",
"succes": [
"Premier",
"Hardi",
"Duo",
"Score 75"
"Score 200"
],
"idolesNon": "Djim",
},
];
$scope.orderList = "niveau";