Skip to content

Commit 6e90a5a

Browse files
authored
feat!: add support for weapon overclocks
* chore: add schematics * chore: igore files * chore: add icons * chore: remove console log * feat: add overclocks * chore: ignore generated json * test(snapshots): use ssim * test(snapshots): run only on CI * chore: search for strings * fix: handle save without overclocks * refactor: use constants * feat: create forged * feat: support translation tables * feat: get weapon
1 parent abbc009 commit 6e90a5a

File tree

74 files changed

+2167
-24
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

74 files changed

+2167
-24
lines changed

.eslintignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,3 +5,4 @@
55
*.webp
66
*.html
77
/dist
8+
/data

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,3 +24,6 @@ yarn.lock
2424
*.njsproj
2525
*.sln
2626
*.sw?
27+
/FSD
28+
__diff_output__
29+
/*.json

.prettierignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
*.md
22
/*.config.cjs
33
/dist
4+
/data

data/schematics.json

Lines changed: 1341 additions & 0 deletions
Large diffs are not rendered by default.

public/assets/cosmetic/bazooka.png

22.1 KB

public/assets/cosmetic/border.png

611 Bytes

public/assets/cosmetic/weapon.png

9.63 KB

public/assets/frames/Balanced.png

9.4 KB

public/assets/frames/Clean.png

8.72 KB

public/assets/frames/Unstable.png

7.09 KB

0 commit comments

Comments
 (0)