From efb1a8ccf494b9626f1ba98752ff123f598ebb89 Mon Sep 17 00:00:00 2001 From: Justin Edmund Date: Sat, 13 Jan 2024 11:21:29 -0800 Subject: [PATCH] Add/rename transcendence Summon XLB is renamed to transcendence --- types/GridWeapon.d.ts | 1 + types/Summon.d.ts | 2 +- types/Weapon.d.ts | 1 + 3 files changed, 3 insertions(+), 1 deletion(-) diff --git a/types/GridWeapon.d.ts b/types/GridWeapon.d.ts index 11929744..5f968108 100644 --- a/types/GridWeapon.d.ts +++ b/types/GridWeapon.d.ts @@ -4,6 +4,7 @@ interface GridWeapon { position: number object: Weapon uncap_level: number + transcendence_step: number element: number weapon_keys?: Array ax?: Array diff --git a/types/Summon.d.ts b/types/Summon.d.ts index 0f6de332..3fb3ee7b 100644 --- a/types/Summon.d.ts +++ b/types/Summon.d.ts @@ -27,7 +27,7 @@ interface Summon { uncap: { flb: boolean ulb: boolean - xlb: boolean + transcendence: boolean } position?: number } diff --git a/types/Weapon.d.ts b/types/Weapon.d.ts index 87236933..fd24c94a 100644 --- a/types/Weapon.d.ts +++ b/types/Weapon.d.ts @@ -32,6 +32,7 @@ interface Weapon { uncap: { flb: boolean ulb: boolean + transcendence: boolean } position?: number }