Skip to content

Commit 4de80ac

Browse files
committed
Add "Kagura's Verity" & "Oathsworn Eye" weapon placeholders
1 parent 4d46128 commit 4de80ac

File tree

2 files changed

+15
-1
lines changed

2 files changed

+15
-1
lines changed

src/data/gamedata/weapons.json

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5753,6 +5753,13 @@
57535753
}
57545754
]
57555755
},
5756+
"Kagura's Verity": {
5757+
"name": "Kagura's Verity",
5758+
"weaponType": "Catalyst",
5759+
"stars": 5,
5760+
"placeholder": true,
5761+
"icon": "https://i.imgur.com/9FcOwp3.png"
5762+
},
57565763
"Katsuragikiri Nagamasa": {
57575764
"name": "Katsuragikiri Nagamasa",
57585765
"desc": "A blade that was once made in Tatarasuna. Heavy and tough.",
@@ -7503,6 +7510,13 @@
75037510
}
75047511
]
75057512
},
7513+
"Oathsworn Eye": {
7514+
"name": "Oathsworn Eye",
7515+
"weaponType": "Catalyst",
7516+
"stars": 4,
7517+
"placeholder": true,
7518+
"icon": "https://i.imgur.com/bNFISYW.png"
7519+
},
75067520
"Old Merc's Pal": {
75077521
"name": "Old Merc's Pal",
75087522
"desc": "A battle-tested greatsword that has seen better days and worse.",

src/utils/Types.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -443,7 +443,7 @@ export enum WeaponType {
443443
export interface Weapon {
444444
name: string
445445
desc: string
446-
placeholder?: false
446+
placeholder?: true
447447
placeholderStats?: PlaceHolderStats
448448
weaponType: WeaponType
449449
stars: number

0 commit comments

Comments
 (0)