ajout donjon : Mémoire d'Orukam

This commit is contained in:
Esenjin 2022-01-14 15:30:57 +01:00
parent 2785ba6a52
commit a10650547e
3 changed files with 36 additions and 0 deletions

BIN
img/boss/116.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 20 KiB

View File

@ -2031,6 +2031,24 @@ $(document).ready(function() {
"Score 200"
],
"idolesNon": ""
},
{
"id": "116",
"donjon": "Mémoire d'Orukam",
"boss": "Roi Imagami",
"imageSource": "img/boss/116.png",
"niveau": 200,
"zone": "Royaume d'encre",
"position": "-3,-1",
"clef": "Clef de la Mémoire d'Orukam",
"succes": [
"Mains Propres",
"Hardi",
"Duo",
"Score 150"
"Score 200"
],
"idolesNon": ""
},
];

View File

@ -2033,6 +2033,24 @@ notebooks.controller('NotebookListCtrl', function($scope) {
"Score 200"
],
"idolesNon": ""
},
{
"id": "116",
"donjon": "Mémoire d'Orukam",
"boss": "Roi Imagami",
"imageSource": "img/boss/116.png",
"niveau": 200,
"zone": "Royaume d'encre",
"position": "-3,-1",
"clef": "Clef de la Mémoire d'Orukam",
"succes": [
"Mains Propres",
"Hardi",
"Duo",
"Score 150"
"Score 200"
],
"idolesNon": ""
},
];
$scope.orderList = "niveau";