Skip to content

Commit

Permalink
Merge pull request #2292 from SkyCryptWebsite/remove-weight
Browse files Browse the repository at this point in the history
fix: remove outdated weight systems
  • Loading branch information
Shiiyu authored Oct 16, 2024
2 parents 198981c + 13fe17e commit ff84bef
Show file tree
Hide file tree
Showing 8 changed files with 0 additions and 390 deletions.
2 changes: 0 additions & 2 deletions includes/header.ejs
Original file line number Diff line number Diff line change
Expand Up @@ -64,8 +64,6 @@
</li>
<li>Weight Calculations:
<ul>
<li><a rel="noreferrer" href="https://github.com/Senither/hypixel-skyblock-facade" target="_blank">Hypixel SkyBlock Facade</a> by <span class="name">Senither</span></li>
<li><a rel="noreferrer" href="https://github.com/Antonio32A/lilyweight" target="_blank">lilyweight</a> by <span class="name">LappySheep</span> and <span class="name">Antonio32A</span></li>
<li><a rel="noreferrer" href="https://elitebot.dev/" target="_blank">Farming Weight</a> by <span class="name">Elite Farmers</span></li>
</ul>
</li>
Expand Down
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,6 @@
"express-session": "^1.17.3",
"fs-extra": "^11.2.0",
"ioredis": "^5.3.2",
"lilyweight": "^2.7.2",
"lit": "^3.1.1",
"lodash": "^4.17.21",
"micromatch": "^4.0.5",
Expand Down
12 changes: 0 additions & 12 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 0 additions & 6 deletions public/resources/ts/globals.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -305,7 +305,6 @@ declare const calculated: SkyCryptPlayer & {
};
};
};
dungeonsWeight: number;
journals: {
journal_entries: {
name: string;
Expand Down Expand Up @@ -362,7 +361,6 @@ declare const calculated: SkyCryptPlayer & {
unlocked_collections: boolean;
used_classes: boolean;
};
dungeonsWeight: number;
enchanting: {
experimented: true;
experiments: {
Expand Down Expand Up @@ -593,8 +591,6 @@ declare const calculated: SkyCryptPlayer & {
};
purse: number;
rank_prefix: string;
skillWeight: number;
slayerWeight: number;
slayer_coins_spent: {
spider: number;
total: number;
Expand All @@ -619,7 +615,6 @@ declare const calculated: SkyCryptPlayer & {
currentLevel: number;
maxLevel: number;
progress: number;
weight: { weight: number; weight_overflow: number };
xp: number;
xpForNext: number;
};
Expand Down Expand Up @@ -648,7 +643,6 @@ declare const calculated: SkyCryptPlayer & {
[key in StatName]: number;
};
};
weight: number;
century_cakes: {
stat: string;
amount: number;
Expand Down
37 changes: 0 additions & 37 deletions src/constants/weight/lily-weight.js

This file was deleted.

266 changes: 0 additions & 266 deletions src/constants/weight/senither-weight.js

This file was deleted.

Loading

0 comments on commit ff84bef

Please sign in to comment.