ajout des donjons Kharnozor & Torkélonia
This commit is contained in:
parent
b64ac967e7
commit
9fb5fe6e20
BIN
img/boss/101.png
Normal file
BIN
img/boss/101.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 48 KiB |
BIN
img/boss/102.png
Normal file
BIN
img/boss/102.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 51 KiB |
44
js/liste.js
44
js/liste.js
@ -2281,6 +2281,50 @@ $(document).ready(function() {
|
|||||||
succes: "",
|
succes: "",
|
||||||
idolesNon: "",
|
idolesNon: "",
|
||||||
specificites: ""
|
specificites: ""
|
||||||
|
}
|
||||||
|
{
|
||||||
|
id: "101",
|
||||||
|
donjon: "Repaire du Kharnozor",
|
||||||
|
boss: "Kharnozor",
|
||||||
|
imageSource: "img/boss/101.png",
|
||||||
|
niveau:100,
|
||||||
|
zone: "Village des Dragoeufs",
|
||||||
|
position: "-3,25",
|
||||||
|
zaap: "-1,24",
|
||||||
|
clef: "Clef du Repaire du Kharnozor",
|
||||||
|
composition: "img/compo/101.png",
|
||||||
|
placement: "img/places/101.png",
|
||||||
|
succes: [
|
||||||
|
"Dernier",
|
||||||
|
"Circulez",
|
||||||
|
"Duo",
|
||||||
|
"Score 75",
|
||||||
|
"Score 200"
|
||||||
|
],
|
||||||
|
idolesNon: "",
|
||||||
|
spécificités: ""
|
||||||
|
}
|
||||||
|
{
|
||||||
|
id: "102",
|
||||||
|
donjon: "Sanctuaire de Torkélonia",
|
||||||
|
boss: "Torkélonia",
|
||||||
|
imageSource: "img/boss/102.png",
|
||||||
|
niveau:190,
|
||||||
|
zone: "Acrhipel des Écailles",
|
||||||
|
position: "-84,-16",
|
||||||
|
zaap: "-83,-15",
|
||||||
|
clef: "Clef du Sanctuaire de Torkélonia",
|
||||||
|
composition: "img/compo/102.png",
|
||||||
|
placement: "img/places/102.png",
|
||||||
|
succes: [
|
||||||
|
"Dernier",
|
||||||
|
"Statue",
|
||||||
|
"Duo",
|
||||||
|
"Score 150",
|
||||||
|
"Score 200"
|
||||||
|
],
|
||||||
|
idolesNon: "",
|
||||||
|
spécificités: "Avoir accompli la quête « Perdu dans le temps »."
|
||||||
}
|
}
|
||||||
];
|
];
|
||||||
|
|
||||||
|
44
js/livre.js
44
js/livre.js
@ -2284,6 +2284,50 @@ notebooks.controller('NotebookListCtrl', function($scope) {
|
|||||||
"succes": "",
|
"succes": "",
|
||||||
"idolesNon": "",
|
"idolesNon": "",
|
||||||
"spécificités": ""
|
"spécificités": ""
|
||||||
|
}
|
||||||
|
{
|
||||||
|
"id": "101",
|
||||||
|
"donjon": "Repaire du Kharnozor",
|
||||||
|
"boss": "Kharnozor",
|
||||||
|
"imageSource": "img/boss/101.png",
|
||||||
|
"niveau":100,
|
||||||
|
"zone": "Village des Dragoeufs",
|
||||||
|
"position": "-3,25",
|
||||||
|
"zaap": "-1,24",
|
||||||
|
"clef": "Clef du Repaire du Kharnozor",
|
||||||
|
"composition": "img/compo/101.png",
|
||||||
|
"placement": "img/places/101.png",
|
||||||
|
"succes": [
|
||||||
|
"Dernier",
|
||||||
|
"Circulez",
|
||||||
|
"Duo",
|
||||||
|
"Score 75",
|
||||||
|
"Score 200"
|
||||||
|
],
|
||||||
|
"idolesNon": "",
|
||||||
|
"spécificités": ""
|
||||||
|
}
|
||||||
|
{
|
||||||
|
"id": "102",
|
||||||
|
"donjon": "Sanctuaire de Torkélonia",
|
||||||
|
"boss": "Torkélonia",
|
||||||
|
"imageSource": "img/boss/102.png",
|
||||||
|
"niveau":190,
|
||||||
|
"zone": "Acrhipel des Écailles",
|
||||||
|
"position": "-84,-16",
|
||||||
|
"zaap": "-83,-15",
|
||||||
|
"clef": "Clef du Sanctuaire de Torkélonia",
|
||||||
|
"composition": "img/compo/102.png",
|
||||||
|
"placement": "img/places/102.png",
|
||||||
|
"succes": [
|
||||||
|
"Dernier",
|
||||||
|
"Statue",
|
||||||
|
"Duo",
|
||||||
|
"Score 150",
|
||||||
|
"Score 200"
|
||||||
|
],
|
||||||
|
"idolesNon": "",
|
||||||
|
"spécificités": "Avoir accompli la quête « Perdu dans le temps »."
|
||||||
}
|
}
|
||||||
];
|
];
|
||||||
$scope.orderList = "niveau";
|
$scope.orderList = "niveau";
|
||||||
|
Loading…
Reference in New Issue
Block a user