File tree Expand file tree Collapse file tree 2 files changed +15
-1
lines changed Expand file tree Collapse file tree 2 files changed +15
-1
lines changed Original file line number Diff line number Diff line change 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.",
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.",
Original file line number Diff line number Diff line change @@ -443,7 +443,7 @@ export enum WeaponType {
443443export interface Weapon {
444444 name : string
445445 desc : string
446- placeholder ?: false
446+ placeholder ?: true
447447 placeholderStats ?: PlaceHolderStats
448448 weaponType : WeaponType
449449 stars : number
You can’t perform that action at this time.
0 commit comments