Merge pull request 'Backup local du monsters.json et mise à jour des monstres requis selon 2.63.9.16' (#7) from backup-monsters-json-and-update-list into master
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
Reviewed-on: #7
This commit is contained in:
commit
88e541fccb
2
app.js
2
app.js
@ -196,7 +196,7 @@
|
|||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
||||||
$http.get('https://raw.githubusercontent.com/Mopolo/Eternelle-Moisson/gh-pages/monsters.json').then(function(res) {
|
$http.get('monsters.json').then(function(res) {
|
||||||
vm.monsters = res.data;
|
vm.monsters = res.data;
|
||||||
vm.monsters.forEach(monster => {
|
vm.monsters.forEach(monster => {
|
||||||
monster.owned = vm.saveData?.find(el => el[0] === monster.id) ? vm.saveData.find(el => el[0] === monster.id)[1] : 0
|
monster.owned = vm.saveData?.find(el => el[0] === monster.id) ? vm.saveData.find(el => el[0] === monster.id)[1] : 0
|
||||||
|
6317
monsters.json
Normal file
6317
monsters.json
Normal file
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user