Таблица вместо списка
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2022-02-18 15:18:15 +03:00
parent b78238ef76
commit 146fba6bba
2 changed files with 46 additions and 9 deletions

View File

@@ -3,6 +3,7 @@ module.exports = class OutputItem {
this.name = name + ' prime'
this.parts = parts
this.set = set
this.link = `https://warframe.market/items/${name}_prime_set`
this.difference = set - parts
}