ajout donjon : Mémoire d'Orukam
This commit is contained in:
parent
2785ba6a52
commit
a10650547e
BIN
img/boss/116.png
Normal file
BIN
img/boss/116.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 20 KiB |
18
js/liste.js
18
js/liste.js
@ -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": ""
|
||||
},
|
||||
];
|
||||
|
||||
|
18
js/livre.js
18
js/livre.js
@ -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";
|
||||
|
Loading…
Reference in New Issue
Block a user