ajout du donjon : Souvenir d'Imagiro

This commit is contained in:
Esenjin 2022-01-14 15:33:13 +01:00
parent a10650547e
commit 88f84b2544
3 changed files with 36 additions and 0 deletions

BIN
img/boss/117.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.8 KiB

View File

@ -2049,6 +2049,24 @@ $(document).ready(function() {
"Score 200"
],
"idolesNon": ""
},
{
"id": "117",
"donjon": "Souvenir d'Imagiro",
"boss": "Reine Amirukam",
"imageSource": "img/boss/117.png",
"niveau": 200,
"zone": "Royaume d'encre",
"position": "2,0",
"clef": "Clef du Souvenir d'Imagiro",
"succes": [
"Mains Propres",
"Pusillanime",
"Duo",
"Score 150"
"Score 200"
],
"idolesNon": ""
},
];

View File

@ -2051,6 +2051,24 @@ notebooks.controller('NotebookListCtrl', function($scope) {
"Score 200"
],
"idolesNon": ""
},
{
"id": "117",
"donjon": "Souvenir d'Imagiro",
"boss": "Reine Amirukam",
"imageSource": "img/boss/117.png",
"niveau": 200,
"zone": "Royaume d'encre",
"position": "2,0",
"clef": "Clef du Souvenir d'Imagiro",
"succes": [
"Mains Propres",
"Pusillanime",
"Duo",
"Score 150"
"Score 200"
],
"idolesNon": ""
},
];
$scope.orderList = "niveau";