ajout du donjon : Souvenir d'Imagiro
This commit is contained in:
parent
a10650547e
commit
88f84b2544
BIN
img/boss/117.png
Normal file
BIN
img/boss/117.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 6.8 KiB |
18
js/liste.js
18
js/liste.js
@ -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": ""
|
||||
},
|
||||
];
|
||||
|
||||
|
18
js/livre.js
18
js/livre.js
@ -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";
|
||||
|
Loading…
Reference in New Issue
Block a user