Skip to content

Commit

Permalink
feat(weapons): add assets & data for new 4-star weapons
Browse files Browse the repository at this point in the history
  • Loading branch information
Luzefiru committed Sep 25, 2024
1 parent b4f708b commit 326008e
Show file tree
Hide file tree
Showing 6 changed files with 25 additions and 0 deletions.
Binary file added assets/weapons/celestial-spiral.webp
Binary file not shown.
Binary file added assets/weapons/endless-collapse.webp
Binary file not shown.
Binary file added assets/weapons/fusion-accretion.webp
Binary file not shown.
Binary file added assets/weapons/relativistic-jet.webp
Binary file not shown.
Binary file added assets/weapons/waning-redshift.webp
Binary file not shown.
25 changes: 25 additions & 0 deletions weapons.ts
Original file line number Diff line number Diff line change
Expand Up @@ -212,6 +212,31 @@ export const fourStarWeaponMetadata = {
imgSrc: "/assets/weapons/lunar-cutter.webp",
type: "Sword",
},
"Endless Collapse": {
qualityLevel: 4,
imgSrc: "/assets/weapons/lunar-cutter.webp",
type: "Sword",
},
"Waning Redshift": {
qualityLevel: 4,
imgSrc: "/assets/weapons/waning-redshift.webp",
type: "Broadblade",
},
"Relativistic Jet": {
qualityLevel: 4,
imgSrc: "/assets/weapons/relativistic-jet.webp",
type: "Pistols",
},
"Celestial Spiral": {
qualityLevel: 4,
imgSrc: "/assets/weapons/celestial-spiral.webp",
type: "Gauntlets",
},
"Fusion Accretion": {
qualityLevel: 4,
imgSrc: "/assets/weapons/fusion-accretion.webp",
type: "Rectifier",
},
} as WeaponMetadata;

export const weaponMetadata = {
Expand Down

0 comments on commit 326008e

Please sign in to comment.