Compare commits
No commits in common. "3d6520d8356e3aca3a4ce86282bd1921c45f536f" and "43aedad02ee961c4a699841434d7023a17b8af73" have entirely different histories.
3d6520d835
...
43aedad02e
BIN
img/boss/114.png
BIN
img/boss/114.png
Binary file not shown.
Before Width: | Height: | Size: 24 KiB |
BIN
img/boss/115.png
BIN
img/boss/115.png
Binary file not shown.
Before Width: | Height: | Size: 31 KiB |
BIN
img/boss/119.png
BIN
img/boss/119.png
Binary file not shown.
Before Width: | Height: | Size: 24 KiB |
BIN
img/boss/120.png
BIN
img/boss/120.png
Binary file not shown.
Before Width: | Height: | Size: 24 KiB |
@ -66,7 +66,6 @@
|
||||
<p>Le code source du site est entièrement libre, vous pouvez vous le procurer ou aider à l'améliorer à <a href="https://git.crystalyx.net/camelia-studio/Roulette-a-donjons" target="_blank">cette adresse</a>.</p>
|
||||
<h2>Activités du projet</h2>
|
||||
<p>Voir sur <a href="https://git.crystalyx.net/camelia-studio/Roulette-a-donjons/activity" target="_blank">Gitea</a>.</p>
|
||||
<p>Projet à jour avec la version <b>2.63</b> du jeu.</p>
|
||||
</div>
|
||||
</div>
|
||||
</body>
|
||||
|
36
js/liste.js
36
js/liste.js
@ -2085,42 +2085,6 @@ $(document).ready(function() {
|
||||
"Score 200"
|
||||
],
|
||||
"idolesNon": "Djim"
|
||||
},
|
||||
{
|
||||
"id": "119",
|
||||
"donjon": "Akadémie des Gobs",
|
||||
"boss": "Directeur Grunob",
|
||||
"imageSource": "img/boss/119.png",
|
||||
"niveau": 40,
|
||||
"zone": "Campement des Gobelins",
|
||||
"position": "-5,3",
|
||||
"clef": "Clef de l'Akadémie des Gobs",
|
||||
"succes": [
|
||||
"Nomade",
|
||||
"Premier",
|
||||
"Duo",
|
||||
"Score 98",
|
||||
"Score 200"
|
||||
],
|
||||
"idolesNon": ""
|
||||
},
|
||||
{
|
||||
"id": "120",
|
||||
"donjon": "Tertre du long sommeil",
|
||||
"boss": "Hell Mina",
|
||||
"imageSource": "img/boss/120.png",
|
||||
"niveau": 150,
|
||||
"zone": "Dédale du Dark Vlad",
|
||||
"position": "-3,19",
|
||||
"clef": "Clef du Tertre du long sommeil",
|
||||
"succes": [
|
||||
"Dernier",
|
||||
"Statue",
|
||||
"Duo",
|
||||
"Score 98",
|
||||
"Score 200"
|
||||
],
|
||||
"idolesNon": ""
|
||||
},
|
||||
];
|
||||
|
||||
|
36
js/livre.js
36
js/livre.js
@ -2088,42 +2088,6 @@ notebooks.controller('NotebookListCtrl', function($scope) {
|
||||
"Score 200"
|
||||
],
|
||||
"idolesNon": "Djim"
|
||||
},
|
||||
{
|
||||
"id": "119",
|
||||
"donjon": "Akadémie des Gobs",
|
||||
"boss": "Directeur Grunob",
|
||||
"imageSource": "img/boss/119.png",
|
||||
"niveau": 40,
|
||||
"zone": "Campement des Gobelins",
|
||||
"position": "-5,3",
|
||||
"clef": "Clef de l'Akadémie des Gobs",
|
||||
"succes": [
|
||||
"Nomade",
|
||||
"Premier",
|
||||
"Duo",
|
||||
"Score 98",
|
||||
"Score 200"
|
||||
],
|
||||
"idolesNon": ""
|
||||
},
|
||||
{
|
||||
"id": "120",
|
||||
"donjon": "Tertre du long sommeil",
|
||||
"boss": "Hell Mina",
|
||||
"imageSource": "img/boss/120.png",
|
||||
"niveau": 150,
|
||||
"zone": "Dédale du Dark Vlad",
|
||||
"position": "-3,19",
|
||||
"clef": "Clef du Tertre du long sommeil",
|
||||
"succes": [
|
||||
"Dernier",
|
||||
"Statue",
|
||||
"Duo",
|
||||
"Score 98",
|
||||
"Score 200"
|
||||
],
|
||||
"idolesNon": ""
|
||||
},
|
||||
];
|
||||
$scope.orderList = "niveau";
|
||||
|
Loading…
Reference in New Issue
Block a user