ajout des donjons de l'éliocalypse
This commit is contained in:
parent
0dc5399763
commit
26df34e87d
BIN
img/boss/104.png
Normal file
BIN
img/boss/104.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 35 KiB |
BIN
img/boss/105.png
Normal file
BIN
img/boss/105.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 54 KiB |
BIN
img/boss/106.png
Normal file
BIN
img/boss/106.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 47 KiB |
BIN
img/boss/107.png
Normal file
BIN
img/boss/107.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 34 KiB |
91
js/liste.js
91
js/liste.js
@ -2347,6 +2347,97 @@ $(document).ready(function() {
|
|||||||
],
|
],
|
||||||
idolesNon: "",
|
idolesNon: "",
|
||||||
specificites: "Avoir accompli la quête « Perdu dans le temps »."
|
specificites: "Avoir accompli la quête « Perdu dans le temps »."
|
||||||
|
},
|
||||||
|
{
|
||||||
|
id: "104",
|
||||||
|
donjon: "Fers de la Tyrannie",
|
||||||
|
boss: "Servitude",
|
||||||
|
imageSource: "img/boss/104.png",
|
||||||
|
niveau:190,
|
||||||
|
zone: "Éliocalypse",
|
||||||
|
position: "4,-3",
|
||||||
|
zaap: "15,-20",
|
||||||
|
clef: "Clef des Fers de la Tyrannie",
|
||||||
|
composition: "img/compo/104.png",
|
||||||
|
placement: "img/places/104.png",
|
||||||
|
succes: [
|
||||||
|
"Focus",
|
||||||
|
"Versatile",
|
||||||
|
"Duo",
|
||||||
|
"Score 150",
|
||||||
|
"Score 200"
|
||||||
|
],
|
||||||
|
idolesNon: "",
|
||||||
|
spécificités: ""
|
||||||
|
},
|
||||||
|
{
|
||||||
|
id: "105",
|
||||||
|
donjon: "Sentence de la Balance",
|
||||||
|
boss: "Misère",
|
||||||
|
imageSource: "img/boss/105.png",
|
||||||
|
niveau:190,
|
||||||
|
zone: "Éliocalypse",
|
||||||
|
position: "1,0",
|
||||||
|
zaap: "15,-20",
|
||||||
|
clef: "Clef de la Sentence de la Balance",
|
||||||
|
composition: "img/compo/105.png",
|
||||||
|
placement: "img/places/105.png",
|
||||||
|
succes: [
|
||||||
|
"Hardi",
|
||||||
|
"Mains Propres",
|
||||||
|
"Duo",
|
||||||
|
"Score 150",
|
||||||
|
"Score 200"
|
||||||
|
],
|
||||||
|
idolesNon: "",
|
||||||
|
spécificités: ""
|
||||||
|
},
|
||||||
|
{
|
||||||
|
id: "106",
|
||||||
|
donjon: "Arbre de mort",
|
||||||
|
boss: "Corruption",
|
||||||
|
imageSource: "img/boss/106.png",
|
||||||
|
niveau:190,
|
||||||
|
zone: "Éliocalypse",
|
||||||
|
position: "4,0",
|
||||||
|
zaap: "15,-20",
|
||||||
|
clef: "Clef de l'Arbre de mort",
|
||||||
|
composition: "img/compo/106.png",
|
||||||
|
placement: "img/places/106.png",
|
||||||
|
succes: [
|
||||||
|
"Collant",
|
||||||
|
"Mains Propres",
|
||||||
|
"Duo",
|
||||||
|
"Score 150",
|
||||||
|
"Score 200"
|
||||||
|
],
|
||||||
|
idolesNon: [
|
||||||
|
"Pénitent",
|
||||||
|
"Critus"
|
||||||
|
],
|
||||||
|
spécificités: ""
|
||||||
|
},
|
||||||
|
{
|
||||||
|
id: "107",
|
||||||
|
donjon: "Trône de Sang",
|
||||||
|
boss: "Guerre",
|
||||||
|
imageSource: "img/boss/107.png",
|
||||||
|
niveau:190,
|
||||||
|
zone: "Éliocalypse",
|
||||||
|
position: "4,-3",
|
||||||
|
zaap: "15,-20",
|
||||||
|
clef: "Clef du Trône de Sang",
|
||||||
|
composition: "img/compo/107.png",
|
||||||
|
placement: "img/places/107.png",
|
||||||
|
succes: [
|
||||||
|
"Zombie",
|
||||||
|
"Anachorète",
|
||||||
|
"Duo",
|
||||||
|
"Score 150",
|
||||||
|
"Score 200"
|
||||||
|
],
|
||||||
|
idolesNon: "",
|
||||||
|
spécificités: ""
|
||||||
}
|
}
|
||||||
];
|
];
|
||||||
|
|
||||||
|
91
js/livre.js
91
js/livre.js
@ -2350,6 +2350,97 @@ notebooks.controller('NotebookListCtrl', function($scope) {
|
|||||||
],
|
],
|
||||||
"idolesNon": "",
|
"idolesNon": "",
|
||||||
"spécificités": "Avoir accompli la quête « Perdu dans le temps »."
|
"spécificités": "Avoir accompli la quête « Perdu dans le temps »."
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": "104",
|
||||||
|
"donjon": "Fers de la Tyrannie",
|
||||||
|
"boss": "Servitude",
|
||||||
|
"imageSource": "img/boss/104.png",
|
||||||
|
"niveau":190,
|
||||||
|
"zone": "Éliocalypse",
|
||||||
|
"position": "4,-3",
|
||||||
|
"zaap": "15,-20",
|
||||||
|
"clef": "Clef des Fers de la Tyrannie",
|
||||||
|
"composition": "img/compo/104.png",
|
||||||
|
"placement": "img/places/104.png",
|
||||||
|
"succes": [
|
||||||
|
"Focus",
|
||||||
|
"Versatile",
|
||||||
|
"Duo",
|
||||||
|
"Score 150",
|
||||||
|
"Score 200"
|
||||||
|
],
|
||||||
|
"idolesNon": "",
|
||||||
|
"spécificités": ""
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": "105",
|
||||||
|
"donjon": "Sentence de la Balance",
|
||||||
|
"boss": "Misère",
|
||||||
|
"imageSource": "img/boss/105.png",
|
||||||
|
"niveau":190,
|
||||||
|
"zone": "Éliocalypse",
|
||||||
|
"position": "1,0",
|
||||||
|
"zaap": "15,-20",
|
||||||
|
"clef": "Clef de la Sentence de la Balance",
|
||||||
|
"composition": "img/compo/105.png",
|
||||||
|
"placement": "img/places/105.png",
|
||||||
|
"succes": [
|
||||||
|
"Hardi",
|
||||||
|
"Mains Propres",
|
||||||
|
"Duo",
|
||||||
|
"Score 150",
|
||||||
|
"Score 200"
|
||||||
|
],
|
||||||
|
"idolesNon": "",
|
||||||
|
"spécificités": ""
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": "106",
|
||||||
|
"donjon": "Arbre de mort",
|
||||||
|
"boss": "Corruption",
|
||||||
|
"imageSource": "img/boss/106.png",
|
||||||
|
"niveau":190,
|
||||||
|
"zone": "Éliocalypse",
|
||||||
|
"position": "4,0",
|
||||||
|
"zaap": "15,-20",
|
||||||
|
"clef": "Clef de l'Arbre de mort",
|
||||||
|
"composition": "img/compo/106.png",
|
||||||
|
"placement": "img/places/106.png",
|
||||||
|
"succes": [
|
||||||
|
"Collant",
|
||||||
|
"Mains Propres",
|
||||||
|
"Duo",
|
||||||
|
"Score 150",
|
||||||
|
"Score 200"
|
||||||
|
],
|
||||||
|
"idolesNon": [
|
||||||
|
"Pénitent",
|
||||||
|
"Critus"
|
||||||
|
],
|
||||||
|
"spécificités": ""
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": "107",
|
||||||
|
"donjon": "Trône de Sang",
|
||||||
|
"boss": "Guerre",
|
||||||
|
"imageSource": "img/boss/107.png",
|
||||||
|
"niveau":190,
|
||||||
|
"zone": "Éliocalypse",
|
||||||
|
"position": "4,-3",
|
||||||
|
"zaap": "15,-20",
|
||||||
|
"clef": "Clef du Trône de Sang",
|
||||||
|
"composition": "img/compo/107.png",
|
||||||
|
"placement": "img/places/107.png",
|
||||||
|
"succes": [
|
||||||
|
"Zombie",
|
||||||
|
"Anachorète",
|
||||||
|
"Duo",
|
||||||
|
"Score 150",
|
||||||
|
"Score 200"
|
||||||
|
],
|
||||||
|
"idolesNon": "",
|
||||||
|
"spécificités": ""
|
||||||
}
|
}
|
||||||
];
|
];
|
||||||
$scope.orderList = "niveau";
|
$scope.orderList = "niveau";
|
||||||
|
Loading…
Reference in New Issue
Block a user