Compare commits
3 Commits
43aedad02e
...
3d6520d835
Author | SHA1 | Date | |
---|---|---|---|
3d6520d835 | |||
d57418473c | |||
52c8b1cfcb |
BIN
img/boss/114.png
Normal file
BIN
img/boss/114.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 24 KiB |
BIN
img/boss/115.png
Normal file
BIN
img/boss/115.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 31 KiB |
BIN
img/boss/119.png
Normal file
BIN
img/boss/119.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 24 KiB |
BIN
img/boss/120.png
Normal file
BIN
img/boss/120.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 24 KiB |
@ -66,6 +66,7 @@
|
|||||||
<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>
|
<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>
|
<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>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>
|
||||||
</div>
|
</div>
|
||||||
</body>
|
</body>
|
||||||
|
36
js/liste.js
36
js/liste.js
@ -2085,6 +2085,42 @@ $(document).ready(function() {
|
|||||||
"Score 200"
|
"Score 200"
|
||||||
],
|
],
|
||||||
"idolesNon": "Djim"
|
"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,6 +2088,42 @@ notebooks.controller('NotebookListCtrl', function($scope) {
|
|||||||
"Score 200"
|
"Score 200"
|
||||||
],
|
],
|
||||||
"idolesNon": "Djim"
|
"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";
|
$scope.orderList = "niveau";
|
||||||
|
Loading…
Reference in New Issue
Block a user