guildwars2-ts 1.1.6 → 1.2.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/LICENSE +16 -16
- package/dist/index.d.mts +478 -2989
- package/dist/index.d.ts +478 -2989
- package/dist/index.js +183 -74
- package/dist/index.mjs +183 -74
- package/package.json +5 -5
package/dist/index.d.ts
CHANGED
|
@@ -115,12 +115,8 @@ declare class AccountApi extends ApiBase {
|
|
|
115
115
|
getBank(): Promise<(({
|
|
116
116
|
id: number;
|
|
117
117
|
count: number;
|
|
118
|
-
charges?: number | undefined;
|
|
119
|
-
skin?: number | undefined;
|
|
120
118
|
dyes?: number[] | undefined;
|
|
121
119
|
upgrades?: number[] | undefined;
|
|
122
|
-
upgrade_slot_indices?: number[] | undefined;
|
|
123
|
-
infusions?: number[] | undefined;
|
|
124
120
|
stats?: {
|
|
125
121
|
id: number;
|
|
126
122
|
attributes: {
|
|
@@ -136,6 +132,10 @@ declare class AccountApi extends ApiBase {
|
|
|
136
132
|
Vitality?: number | undefined;
|
|
137
133
|
};
|
|
138
134
|
} | undefined;
|
|
135
|
+
charges?: number | undefined;
|
|
136
|
+
skin?: number | undefined;
|
|
137
|
+
upgrade_slot_indices?: number[] | undefined;
|
|
138
|
+
infusions?: number[] | undefined;
|
|
139
139
|
} & ({
|
|
140
140
|
binding: "Character";
|
|
141
141
|
bound_to: string;
|
|
@@ -161,12 +161,12 @@ declare class AccountApi extends ApiBase {
|
|
|
161
161
|
utilities: (number | null)[];
|
|
162
162
|
elite: number | null;
|
|
163
163
|
} | undefined;
|
|
164
|
+
legends?: (string | null)[] | undefined;
|
|
164
165
|
aquatic_skills?: {
|
|
165
166
|
heal: number | null;
|
|
166
167
|
utilities: (number | null)[];
|
|
167
168
|
elite: number | null;
|
|
168
169
|
} | undefined;
|
|
169
|
-
legends?: (string | null)[] | undefined;
|
|
170
170
|
aquatic_legends?: (string | null)[] | undefined;
|
|
171
171
|
}[]>;
|
|
172
172
|
/**
|
|
@@ -205,6 +205,17 @@ declare class AccountApi extends ApiBase {
|
|
|
205
205
|
* Returns information about unlocked home instance cats.
|
|
206
206
|
*/
|
|
207
207
|
getHomeCats(): Promise<number[]>;
|
|
208
|
+
/**
|
|
209
|
+
* Returns information about unlocked homestead decorations.
|
|
210
|
+
*/
|
|
211
|
+
getHomesteadDecorations(): Promise<{
|
|
212
|
+
id: number;
|
|
213
|
+
count: number;
|
|
214
|
+
}[]>;
|
|
215
|
+
/**
|
|
216
|
+
* Returns information about glyphs stored in homestead collection boxes.
|
|
217
|
+
*/
|
|
218
|
+
getHomesteadGlyphs(): Promise<string[]>;
|
|
208
219
|
/**
|
|
209
220
|
* Returns the shared inventory slots in an account.
|
|
210
221
|
* If null, the slot is empty
|
|
@@ -212,9 +223,9 @@ declare class AccountApi extends ApiBase {
|
|
|
212
223
|
getInventory(): Promise<({
|
|
213
224
|
id: number;
|
|
214
225
|
count: number;
|
|
226
|
+
upgrades?: number[] | undefined;
|
|
215
227
|
charges?: number | undefined;
|
|
216
228
|
skin?: number | undefined;
|
|
217
|
-
upgrades?: number[] | undefined;
|
|
218
229
|
infusions?: number[] | undefined;
|
|
219
230
|
binding?: "Account" | undefined;
|
|
220
231
|
} | null)[]>;
|
|
@@ -528,16 +539,16 @@ declare const BackstoryQuestionsDTO: z.ZodArray<z.ZodObject<{
|
|
|
528
539
|
description: string;
|
|
529
540
|
order: number;
|
|
530
541
|
answers: string[];
|
|
531
|
-
races?: string[] | undefined;
|
|
532
542
|
professions?: string[] | undefined;
|
|
543
|
+
races?: string[] | undefined;
|
|
533
544
|
}, {
|
|
534
545
|
id: number;
|
|
535
546
|
title: string;
|
|
536
547
|
description: string;
|
|
537
548
|
order: number;
|
|
538
549
|
answers: string[];
|
|
539
|
-
races?: string[] | undefined;
|
|
540
550
|
professions?: string[] | undefined;
|
|
551
|
+
races?: string[] | undefined;
|
|
541
552
|
}>, "many">;
|
|
542
553
|
|
|
543
554
|
declare const ContinentsMapsDTO: z.ZodArray<z.ZodObject<{
|
|
@@ -1726,6 +1737,75 @@ declare const ContinentsDTO: z.ZodArray<z.ZodObject<{
|
|
|
1726
1737
|
continents_dims?: number[] | undefined;
|
|
1727
1738
|
}>, "many">;
|
|
1728
1739
|
|
|
1740
|
+
/**
|
|
1741
|
+
* /v2/homestead/decorations definition
|
|
1742
|
+
*/
|
|
1743
|
+
declare const HomesteadDecorationsDTO: z.ZodArray<z.ZodObject<{
|
|
1744
|
+
/** The decoration id. */
|
|
1745
|
+
id: z.ZodNumber;
|
|
1746
|
+
name: z.ZodString;
|
|
1747
|
+
/** The homestead decoration description. */
|
|
1748
|
+
description: z.ZodString;
|
|
1749
|
+
/** The maximum amount of storable instances of this decoration. */
|
|
1750
|
+
max_count: z.ZodNumber;
|
|
1751
|
+
/** A URL pointing to an icon for the decoration. */
|
|
1752
|
+
icon: z.ZodString;
|
|
1753
|
+
/** An array of decoration category ids which this decoration belongs to.
|
|
1754
|
+
* Can be compared to the v2/homestead/decorations/categories endpoint */
|
|
1755
|
+
categories: z.ZodArray<z.ZodNumber, "many">;
|
|
1756
|
+
}, "strip", z.ZodTypeAny, {
|
|
1757
|
+
categories: number[];
|
|
1758
|
+
id: number;
|
|
1759
|
+
name: string;
|
|
1760
|
+
description: string;
|
|
1761
|
+
icon: string;
|
|
1762
|
+
max_count: number;
|
|
1763
|
+
}, {
|
|
1764
|
+
categories: number[];
|
|
1765
|
+
id: number;
|
|
1766
|
+
name: string;
|
|
1767
|
+
description: string;
|
|
1768
|
+
icon: string;
|
|
1769
|
+
max_count: number;
|
|
1770
|
+
}>, "many">;
|
|
1771
|
+
|
|
1772
|
+
/**
|
|
1773
|
+
* /v2/homestead/decorations/categories definition
|
|
1774
|
+
*/
|
|
1775
|
+
declare const HomesteadDecorationsCategoriesDTO: z.ZodArray<z.ZodObject<{
|
|
1776
|
+
/** The category's ID. */
|
|
1777
|
+
id: z.ZodNumber;
|
|
1778
|
+
/** The category name. */
|
|
1779
|
+
name: z.ZodString;
|
|
1780
|
+
}, "strip", z.ZodTypeAny, {
|
|
1781
|
+
id: number;
|
|
1782
|
+
name: string;
|
|
1783
|
+
}, {
|
|
1784
|
+
id: number;
|
|
1785
|
+
name: string;
|
|
1786
|
+
}>, "many">;
|
|
1787
|
+
|
|
1788
|
+
/**
|
|
1789
|
+
* /v2/homestead/glyphs definition
|
|
1790
|
+
*/
|
|
1791
|
+
declare const HomesteadGlyphsDTO: z.ZodArray<z.ZodObject<{
|
|
1792
|
+
/** The homestead glyph id. */
|
|
1793
|
+
id: z.ZodString;
|
|
1794
|
+
/** The id of the glyph item.
|
|
1795
|
+
* Can be compared to the /v2/items endpoint. */
|
|
1796
|
+
item_id: z.ZodNumber;
|
|
1797
|
+
/** The slot it is attached to. */
|
|
1798
|
+
slot: z.ZodEnum<["harvesting", "mining", "logging"]>;
|
|
1799
|
+
}, "strip", z.ZodTypeAny, {
|
|
1800
|
+
id: string;
|
|
1801
|
+
item_id: number;
|
|
1802
|
+
slot: "harvesting" | "mining" | "logging";
|
|
1803
|
+
}, {
|
|
1804
|
+
id: string;
|
|
1805
|
+
item_id: number;
|
|
1806
|
+
slot: "harvesting" | "mining" | "logging";
|
|
1807
|
+
}>, "many">;
|
|
1808
|
+
|
|
1729
1809
|
/**
|
|
1730
1810
|
* /v2/colors definition
|
|
1731
1811
|
*/
|
|
@@ -1857,7 +1937,7 @@ declare const ColorsDTO: z.ZodArray<z.ZodObject<{
|
|
|
1857
1937
|
/** Color categories. */
|
|
1858
1938
|
categories: z.ZodUnion<[z.ZodTuple<[z.ZodEnum<["Gray", "Brown", "Red", "Orange", "Yellow", "Green", "Blue", "Purple"]>, z.ZodEnum<["Vibrant", "Leather", "Metal"]>, z.ZodEnum<["Starter", "Common", "Uncommon", "Rare", "Exclusive"]>], null>, z.ZodArray<z.ZodUndefined, "many">]>;
|
|
1859
1939
|
}, "strip", z.ZodTypeAny, {
|
|
1860
|
-
categories:
|
|
1940
|
+
categories: ["Gray" | "Brown" | "Red" | "Orange" | "Yellow" | "Green" | "Blue" | "Purple", "Vibrant" | "Leather" | "Metal", "Starter" | "Common" | "Uncommon" | "Rare" | "Exclusive"] | undefined[];
|
|
1861
1941
|
id: number;
|
|
1862
1942
|
name: string;
|
|
1863
1943
|
base_rgb: number[];
|
|
@@ -1895,7 +1975,7 @@ declare const ColorsDTO: z.ZodArray<z.ZodObject<{
|
|
|
1895
1975
|
} | undefined;
|
|
1896
1976
|
item?: number | undefined;
|
|
1897
1977
|
}, {
|
|
1898
|
-
categories:
|
|
1978
|
+
categories: ["Gray" | "Brown" | "Red" | "Orange" | "Yellow" | "Green" | "Blue" | "Purple", "Vibrant" | "Leather" | "Metal", "Starter" | "Common" | "Uncommon" | "Rare" | "Exclusive"] | undefined[];
|
|
1899
1979
|
id: number;
|
|
1900
1980
|
name: string;
|
|
1901
1981
|
base_rgb: number[];
|
|
@@ -2438,30 +2518,30 @@ declare const ItemsDTO: z.ZodArray<z.ZodObject<{
|
|
|
2438
2518
|
skins: z.ZodOptional<z.ZodArray<z.ZodNumber, "many">>;
|
|
2439
2519
|
}, "strip", z.ZodTypeAny, {
|
|
2440
2520
|
type: "Currency" | "Unlock" | "AppearanceChange" | "Booze" | "ContractNpc" | "Food" | "Generic" | "Halloween" | "Immediate" | "MountRandomUnlock" | "RandomUnlock" | "Transmutation" | "UpgradeRemoval" | "Utility" | "TeleportToFriend";
|
|
2521
|
+
skins?: number[] | undefined;
|
|
2522
|
+
name?: string | undefined;
|
|
2441
2523
|
description?: string | undefined;
|
|
2524
|
+
icon?: string | undefined;
|
|
2525
|
+
recipe_id?: number | undefined;
|
|
2442
2526
|
duration_ms?: number | undefined;
|
|
2443
2527
|
unlock_type?: "RandomUnlock" | "BagSlot" | "BankTab" | "Champion" | "CollectibleCapacity" | "Content" | "CraftingRecipe" | "Dye" | "GliderSkin" | "Minipet" | "Ms" | "Outfit" | "SharedSlot" | undefined;
|
|
2444
2528
|
color_id?: number | undefined;
|
|
2445
|
-
recipe_id?: number | undefined;
|
|
2446
2529
|
extra_recipe_ids?: number[] | undefined;
|
|
2447
2530
|
guild_upgrade_id?: number | undefined;
|
|
2448
2531
|
apply_count?: number | undefined;
|
|
2449
|
-
name?: string | undefined;
|
|
2450
|
-
icon?: string | undefined;
|
|
2451
|
-
skins?: number[] | undefined;
|
|
2452
2532
|
}, {
|
|
2453
2533
|
type: "Currency" | "Unlock" | "AppearanceChange" | "Booze" | "ContractNpc" | "Food" | "Generic" | "Halloween" | "Immediate" | "MountRandomUnlock" | "RandomUnlock" | "Transmutation" | "UpgradeRemoval" | "Utility" | "TeleportToFriend";
|
|
2534
|
+
skins?: number[] | undefined;
|
|
2535
|
+
name?: string | undefined;
|
|
2454
2536
|
description?: string | undefined;
|
|
2537
|
+
icon?: string | undefined;
|
|
2538
|
+
recipe_id?: number | undefined;
|
|
2455
2539
|
duration_ms?: number | undefined;
|
|
2456
2540
|
unlock_type?: "RandomUnlock" | "BagSlot" | "BankTab" | "Champion" | "CollectibleCapacity" | "Content" | "CraftingRecipe" | "Dye" | "GliderSkin" | "Minipet" | "Ms" | "Outfit" | "SharedSlot" | undefined;
|
|
2457
2541
|
color_id?: number | undefined;
|
|
2458
|
-
recipe_id?: number | undefined;
|
|
2459
2542
|
extra_recipe_ids?: number[] | undefined;
|
|
2460
2543
|
guild_upgrade_id?: number | undefined;
|
|
2461
2544
|
apply_count?: number | undefined;
|
|
2462
|
-
name?: string | undefined;
|
|
2463
|
-
icon?: string | undefined;
|
|
2464
|
-
skins?: number[] | undefined;
|
|
2465
2545
|
}>, z.ZodObject<{
|
|
2466
2546
|
/** Container type. */
|
|
2467
2547
|
type: z.ZodEnum<["Default", "GiftBox", "Immediate", "OpenUI"]>;
|
|
@@ -2634,7 +2714,7 @@ declare const ItemsDTO: z.ZodArray<z.ZodObject<{
|
|
|
2634
2714
|
} | undefined;
|
|
2635
2715
|
suffix_item_id?: number | undefined;
|
|
2636
2716
|
stat_choices?: number[] | undefined;
|
|
2637
|
-
}>, z.ZodObject<{
|
|
2717
|
+
}>, z.ZodUndefined, z.ZodObject<{
|
|
2638
2718
|
/** The upgrade component type. */
|
|
2639
2719
|
type: z.ZodEnum<["Default", "Gem", "Rune", "Sigil"]>;
|
|
2640
2720
|
/** The items that can be upgraded with the upgrade component. */
|
|
@@ -2886,7 +2966,18 @@ declare const ItemsDTO: z.ZodArray<z.ZodObject<{
|
|
|
2886
2966
|
vendor_value: number;
|
|
2887
2967
|
game_types: ("Activity" | "Dungeon" | "Pve" | "Pvp" | "Wvw" | "PvpLobby")[];
|
|
2888
2968
|
restrictions: ("Asura" | "Charr" | "Human" | "Norn" | "Sylvari" | "Female" | "Elementalist" | "Engineer" | "Guardian" | "Mesmer" | "Necromancer" | "Ranger" | "Thief" | "Warrior")[];
|
|
2889
|
-
|
|
2969
|
+
description?: string | undefined;
|
|
2970
|
+
icon?: string | undefined;
|
|
2971
|
+
default_skin?: number | undefined;
|
|
2972
|
+
upgrades_into?: {
|
|
2973
|
+
item_id: number;
|
|
2974
|
+
upgrade: "Attunement" | "Infusion";
|
|
2975
|
+
}[] | undefined;
|
|
2976
|
+
upgrades_from?: {
|
|
2977
|
+
item_id: number;
|
|
2978
|
+
upgrade: "Attunement" | "Infusion";
|
|
2979
|
+
}[] | undefined;
|
|
2980
|
+
details?: {
|
|
2890
2981
|
type: "HelmAquatic" | "Coat" | "Boots" | "Gloves" | "Helm" | "Leggings" | "Shoulders";
|
|
2891
2982
|
weight_class: "Heavy" | "Medium" | "Light" | "Clothing";
|
|
2892
2983
|
defense: number;
|
|
@@ -2931,17 +3022,17 @@ declare const ItemsDTO: z.ZodArray<z.ZodObject<{
|
|
|
2931
3022
|
no_sell_or_sort: boolean;
|
|
2932
3023
|
} | {
|
|
2933
3024
|
type: "Currency" | "Unlock" | "AppearanceChange" | "Booze" | "ContractNpc" | "Food" | "Generic" | "Halloween" | "Immediate" | "MountRandomUnlock" | "RandomUnlock" | "Transmutation" | "UpgradeRemoval" | "Utility" | "TeleportToFriend";
|
|
3025
|
+
skins?: number[] | undefined;
|
|
3026
|
+
name?: string | undefined;
|
|
2934
3027
|
description?: string | undefined;
|
|
3028
|
+
icon?: string | undefined;
|
|
3029
|
+
recipe_id?: number | undefined;
|
|
2935
3030
|
duration_ms?: number | undefined;
|
|
2936
3031
|
unlock_type?: "RandomUnlock" | "BagSlot" | "BankTab" | "Champion" | "CollectibleCapacity" | "Content" | "CraftingRecipe" | "Dye" | "GliderSkin" | "Minipet" | "Ms" | "Outfit" | "SharedSlot" | undefined;
|
|
2937
3032
|
color_id?: number | undefined;
|
|
2938
|
-
recipe_id?: number | undefined;
|
|
2939
3033
|
extra_recipe_ids?: number[] | undefined;
|
|
2940
3034
|
guild_upgrade_id?: number | undefined;
|
|
2941
3035
|
apply_count?: number | undefined;
|
|
2942
|
-
name?: string | undefined;
|
|
2943
|
-
icon?: string | undefined;
|
|
2944
|
-
skins?: number[] | undefined;
|
|
2945
3036
|
} | {
|
|
2946
3037
|
type: "Immediate" | "Default" | "GiftBox" | "OpenUI";
|
|
2947
3038
|
} | {
|
|
@@ -3018,7 +3109,30 @@ declare const ItemsDTO: z.ZodArray<z.ZodObject<{
|
|
|
3018
3109
|
} | undefined;
|
|
3019
3110
|
suffix_item_id?: number | undefined;
|
|
3020
3111
|
stat_choices?: number[] | undefined;
|
|
3021
|
-
} |
|
|
3112
|
+
} | undefined;
|
|
3113
|
+
}, {
|
|
3114
|
+
id: number;
|
|
3115
|
+
name: string;
|
|
3116
|
+
type: "PowerCore" | "Consumable" | "Armor" | "Back" | "Bag" | "Container" | "CraftingMaterial" | "Gathering" | "Gizmo" | "JadeTechModule" | "Key" | "MiniPet" | "Tool" | "Trait" | "Trinket" | "Trophy" | "UpgradeComponent" | "Weapon";
|
|
3117
|
+
level: number;
|
|
3118
|
+
chat_link: string;
|
|
3119
|
+
flags: ("AccountBindOnUse" | "AccountBound" | "Attuned" | "BulkConsume" | "DeleteWarning" | "HideSuffix" | "Infused" | "MonsterOnly" | "NoMysticForge" | "NoSalvage" | "NoSell" | "NotUpgradeable" | "NoUnderwater" | "SoulbindOnAcquire" | "SoulBindOnUse" | "Tonic" | "Unique")[];
|
|
3120
|
+
rarity: "Rare" | "Junk" | "Basic" | "Fine" | "Masterwork" | "Exotic" | "Ascended" | "Legendary";
|
|
3121
|
+
vendor_value: number;
|
|
3122
|
+
game_types: ("Activity" | "Dungeon" | "Pve" | "Pvp" | "Wvw" | "PvpLobby")[];
|
|
3123
|
+
restrictions: ("Asura" | "Charr" | "Human" | "Norn" | "Sylvari" | "Female" | "Elementalist" | "Engineer" | "Guardian" | "Mesmer" | "Necromancer" | "Ranger" | "Thief" | "Warrior")[];
|
|
3124
|
+
description?: string | undefined;
|
|
3125
|
+
icon?: string | undefined;
|
|
3126
|
+
default_skin?: number | undefined;
|
|
3127
|
+
upgrades_into?: {
|
|
3128
|
+
item_id: number;
|
|
3129
|
+
upgrade: "Attunement" | "Infusion";
|
|
3130
|
+
}[] | undefined;
|
|
3131
|
+
upgrades_from?: {
|
|
3132
|
+
item_id: number;
|
|
3133
|
+
upgrade: "Attunement" | "Infusion";
|
|
3134
|
+
}[] | undefined;
|
|
3135
|
+
details?: {
|
|
3022
3136
|
type: "HelmAquatic" | "Coat" | "Boots" | "Gloves" | "Helm" | "Leggings" | "Shoulders";
|
|
3023
3137
|
weight_class: "Heavy" | "Medium" | "Light" | "Clothing";
|
|
3024
3138
|
defense: number;
|
|
@@ -3038,7 +3152,7 @@ declare const ItemsDTO: z.ZodArray<z.ZodObject<{
|
|
|
3038
3152
|
description?: string | undefined;
|
|
3039
3153
|
} | undefined;
|
|
3040
3154
|
} | undefined;
|
|
3041
|
-
}
|
|
3155
|
+
} | {
|
|
3042
3156
|
infusion_slots: {
|
|
3043
3157
|
flags: ("Infusion" | "Enrichment")[];
|
|
3044
3158
|
item_id?: number | undefined;
|
|
@@ -3058,58 +3172,43 @@ declare const ItemsDTO: z.ZodArray<z.ZodObject<{
|
|
|
3058
3172
|
} | undefined;
|
|
3059
3173
|
suffix_item_id?: number | undefined;
|
|
3060
3174
|
stat_choices?: number[] | undefined;
|
|
3061
|
-
}
|
|
3062
|
-
type: "HelmAquatic" | "Coat" | "Boots" | "Gloves" | "Helm" | "Leggings" | "Shoulders";
|
|
3063
|
-
weight_class: "Heavy" | "Medium" | "Light" | "Clothing";
|
|
3064
|
-
defense: number;
|
|
3065
|
-
infusion_slots: {
|
|
3066
|
-
flags: ("Infusion" | "Enrichment")[];
|
|
3067
|
-
item_id?: number | undefined;
|
|
3068
|
-
}[];
|
|
3069
|
-
attribute_adjustments: number;
|
|
3070
|
-
infix_upgrade?: {
|
|
3071
|
-
id: number;
|
|
3072
|
-
attributes: {
|
|
3073
|
-
attribute: "AgonyResistance" | "BoonDuration" | "ConditionDamage" | "ConditionDuration" | "CritDamage" | "Healing" | "Power" | "Precision" | "Toughness" | "Vitality";
|
|
3074
|
-
modifier: number;
|
|
3075
|
-
}[];
|
|
3076
|
-
buff?: {
|
|
3077
|
-
skill_id: number;
|
|
3078
|
-
description?: string | undefined;
|
|
3079
|
-
} | undefined;
|
|
3080
|
-
} | undefined;
|
|
3081
|
-
} & {
|
|
3175
|
+
} | {
|
|
3082
3176
|
size: number;
|
|
3083
3177
|
no_sell_or_sort: boolean;
|
|
3084
|
-
}
|
|
3085
|
-
type: "
|
|
3086
|
-
|
|
3087
|
-
|
|
3088
|
-
|
|
3089
|
-
|
|
3090
|
-
|
|
3091
|
-
|
|
3092
|
-
|
|
3093
|
-
|
|
3094
|
-
|
|
3095
|
-
|
|
3096
|
-
|
|
3097
|
-
|
|
3098
|
-
|
|
3099
|
-
|
|
3100
|
-
|
|
3101
|
-
|
|
3102
|
-
|
|
3103
|
-
|
|
3104
|
-
|
|
3178
|
+
} | {
|
|
3179
|
+
type: "Currency" | "Unlock" | "AppearanceChange" | "Booze" | "ContractNpc" | "Food" | "Generic" | "Halloween" | "Immediate" | "MountRandomUnlock" | "RandomUnlock" | "Transmutation" | "UpgradeRemoval" | "Utility" | "TeleportToFriend";
|
|
3180
|
+
skins?: number[] | undefined;
|
|
3181
|
+
name?: string | undefined;
|
|
3182
|
+
description?: string | undefined;
|
|
3183
|
+
icon?: string | undefined;
|
|
3184
|
+
recipe_id?: number | undefined;
|
|
3185
|
+
duration_ms?: number | undefined;
|
|
3186
|
+
unlock_type?: "RandomUnlock" | "BagSlot" | "BankTab" | "Champion" | "CollectibleCapacity" | "Content" | "CraftingRecipe" | "Dye" | "GliderSkin" | "Minipet" | "Ms" | "Outfit" | "SharedSlot" | undefined;
|
|
3187
|
+
color_id?: number | undefined;
|
|
3188
|
+
extra_recipe_ids?: number[] | undefined;
|
|
3189
|
+
guild_upgrade_id?: number | undefined;
|
|
3190
|
+
apply_count?: number | undefined;
|
|
3191
|
+
} | {
|
|
3192
|
+
type: "Immediate" | "Default" | "GiftBox" | "OpenUI";
|
|
3193
|
+
} | {
|
|
3194
|
+
type: "Foraging" | "Logging" | "Mining" | "Bait" | "Lure";
|
|
3195
|
+
} | {
|
|
3196
|
+
type: "Default" | "ContainerKey" | "RentableContractNpc" | "UnlimitedConsumable";
|
|
3197
|
+
guild_upgrade_id?: number | undefined;
|
|
3198
|
+
vendor_ids?: number[] | undefined;
|
|
3199
|
+
} | {
|
|
3105
3200
|
minipet_id: number;
|
|
3106
|
-
}
|
|
3201
|
+
} | {
|
|
3202
|
+
type: "Salvage";
|
|
3203
|
+
charges: number;
|
|
3204
|
+
} | {
|
|
3205
|
+
type: "Amulet" | "Accessory" | "Ring";
|
|
3107
3206
|
infusion_slots: {
|
|
3108
3207
|
flags: ("Infusion" | "Enrichment")[];
|
|
3109
3208
|
item_id?: number | undefined;
|
|
3110
3209
|
}[];
|
|
3210
|
+
attribute_adjustments: number;
|
|
3111
3211
|
secondary_suffix_item_id: string;
|
|
3112
|
-
attribute_adjustments?: number | undefined;
|
|
3113
3212
|
infix_upgrade?: {
|
|
3114
3213
|
id: number;
|
|
3115
3214
|
attributes: {
|
|
@@ -3123,34 +3222,10 @@ declare const ItemsDTO: z.ZodArray<z.ZodObject<{
|
|
|
3123
3222
|
} | undefined;
|
|
3124
3223
|
suffix_item_id?: number | undefined;
|
|
3125
3224
|
stat_choices?: number[] | undefined;
|
|
3126
|
-
}
|
|
3127
|
-
type: "
|
|
3128
|
-
|
|
3129
|
-
|
|
3130
|
-
infusion_slots: {
|
|
3131
|
-
flags: ("Infusion" | "Enrichment")[];
|
|
3132
|
-
item_id?: number | undefined;
|
|
3133
|
-
}[];
|
|
3134
|
-
attribute_adjustments: number;
|
|
3135
|
-
infix_upgrade?: {
|
|
3136
|
-
id: number;
|
|
3137
|
-
attributes: {
|
|
3138
|
-
attribute: "AgonyResistance" | "BoonDuration" | "ConditionDamage" | "ConditionDuration" | "CritDamage" | "Healing" | "Power" | "Precision" | "Toughness" | "Vitality";
|
|
3139
|
-
modifier: number;
|
|
3140
|
-
}[];
|
|
3141
|
-
buff?: {
|
|
3142
|
-
skill_id: number;
|
|
3143
|
-
description?: string | undefined;
|
|
3144
|
-
} | undefined;
|
|
3145
|
-
} | undefined;
|
|
3146
|
-
}) | ({
|
|
3147
|
-
infusion_slots: {
|
|
3148
|
-
flags: ("Infusion" | "Enrichment")[];
|
|
3149
|
-
item_id?: number | undefined;
|
|
3150
|
-
}[];
|
|
3151
|
-
secondary_suffix_item_id: string;
|
|
3152
|
-
attribute_adjustments?: number | undefined;
|
|
3153
|
-
infix_upgrade?: {
|
|
3225
|
+
} | {
|
|
3226
|
+
type: "Default" | "Gem" | "Rune" | "Sigil";
|
|
3227
|
+
flags: ("Axe" | "Trinket" | "Dagger" | "Focus" | "Greatsword" | "Hammer" | "Harpoon" | "LongBow" | "Mace" | "Pistol" | "Rifle" | "Scepter" | "Shield" | "ShortBow" | "Speargun" | "Staff" | "Sword" | "Torch" | "Trident" | "Warhorn" | "HeavyArmor" | "MediumArmor" | "LightArmor")[];
|
|
3228
|
+
infix_upgrade: {
|
|
3154
3229
|
id: number;
|
|
3155
3230
|
attributes: {
|
|
3156
3231
|
attribute: "AgonyResistance" | "BoonDuration" | "ConditionDamage" | "ConditionDuration" | "CritDamage" | "Healing" | "Power" | "Precision" | "Toughness" | "Vitality";
|
|
@@ -3160,19 +3235,22 @@ declare const ItemsDTO: z.ZodArray<z.ZodObject<{
|
|
|
3160
3235
|
skill_id: number;
|
|
3161
3236
|
description?: string | undefined;
|
|
3162
3237
|
} | undefined;
|
|
3163
|
-
}
|
|
3164
|
-
|
|
3165
|
-
|
|
3166
|
-
|
|
3167
|
-
|
|
3168
|
-
|
|
3169
|
-
|
|
3238
|
+
};
|
|
3239
|
+
infusion_upgrade_flags: ("Infusion" | "Enrichment")[];
|
|
3240
|
+
suffix?: string | undefined;
|
|
3241
|
+
bonuses?: string[] | undefined;
|
|
3242
|
+
} | {
|
|
3243
|
+
type: "Axe" | "Dagger" | "Focus" | "Greatsword" | "Hammer" | "Harpoon" | "LongBow" | "Mace" | "Pistol" | "Rifle" | "Scepter" | "Shield" | "ShortBow" | "Speargun" | "Staff" | "Sword" | "Torch" | "Trident" | "Warhorn" | "LargeBundle" | "SmallBundle" | "Toy" | "ToyTwoHanded";
|
|
3244
|
+
defense: number;
|
|
3170
3245
|
infusion_slots: {
|
|
3171
3246
|
flags: ("Infusion" | "Enrichment")[];
|
|
3172
3247
|
item_id?: number | undefined;
|
|
3173
3248
|
}[];
|
|
3249
|
+
attribute_adjustments: number;
|
|
3174
3250
|
secondary_suffix_item_id: string;
|
|
3175
|
-
|
|
3251
|
+
damage_type: "Fire" | "Ice" | "Lightning" | "Physical" | "Choking";
|
|
3252
|
+
min_power: number;
|
|
3253
|
+
max_power: number;
|
|
3176
3254
|
infix_upgrade?: {
|
|
3177
3255
|
id: number;
|
|
3178
3256
|
attributes: {
|
|
@@ -3186,2633 +3264,7 @@ declare const ItemsDTO: z.ZodArray<z.ZodObject<{
|
|
|
3186
3264
|
} | undefined;
|
|
3187
3265
|
suffix_item_id?: number | undefined;
|
|
3188
3266
|
stat_choices?: number[] | undefined;
|
|
3189
|
-
}
|
|
3190
|
-
type: "Currency" | "Unlock" | "AppearanceChange" | "Booze" | "ContractNpc" | "Food" | "Generic" | "Halloween" | "Immediate" | "MountRandomUnlock" | "RandomUnlock" | "Transmutation" | "UpgradeRemoval" | "Utility" | "TeleportToFriend";
|
|
3191
|
-
description?: string | undefined;
|
|
3192
|
-
duration_ms?: number | undefined;
|
|
3193
|
-
unlock_type?: "RandomUnlock" | "BagSlot" | "BankTab" | "Champion" | "CollectibleCapacity" | "Content" | "CraftingRecipe" | "Dye" | "GliderSkin" | "Minipet" | "Ms" | "Outfit" | "SharedSlot" | undefined;
|
|
3194
|
-
color_id?: number | undefined;
|
|
3195
|
-
recipe_id?: number | undefined;
|
|
3196
|
-
extra_recipe_ids?: number[] | undefined;
|
|
3197
|
-
guild_upgrade_id?: number | undefined;
|
|
3198
|
-
apply_count?: number | undefined;
|
|
3199
|
-
name?: string | undefined;
|
|
3200
|
-
icon?: string | undefined;
|
|
3201
|
-
skins?: number[] | undefined;
|
|
3202
|
-
}) | ({
|
|
3203
|
-
infusion_slots: {
|
|
3204
|
-
flags: ("Infusion" | "Enrichment")[];
|
|
3205
|
-
item_id?: number | undefined;
|
|
3206
|
-
}[];
|
|
3207
|
-
secondary_suffix_item_id: string;
|
|
3208
|
-
attribute_adjustments?: number | undefined;
|
|
3209
|
-
infix_upgrade?: {
|
|
3210
|
-
id: number;
|
|
3211
|
-
attributes: {
|
|
3212
|
-
attribute: "AgonyResistance" | "BoonDuration" | "ConditionDamage" | "ConditionDuration" | "CritDamage" | "Healing" | "Power" | "Precision" | "Toughness" | "Vitality";
|
|
3213
|
-
modifier: number;
|
|
3214
|
-
}[];
|
|
3215
|
-
buff?: {
|
|
3216
|
-
skill_id: number;
|
|
3217
|
-
description?: string | undefined;
|
|
3218
|
-
} | undefined;
|
|
3219
|
-
} | undefined;
|
|
3220
|
-
suffix_item_id?: number | undefined;
|
|
3221
|
-
stat_choices?: number[] | undefined;
|
|
3222
|
-
} & {
|
|
3223
|
-
type: "Immediate" | "Default" | "GiftBox" | "OpenUI";
|
|
3224
|
-
}) | ({
|
|
3225
|
-
infusion_slots: {
|
|
3226
|
-
flags: ("Infusion" | "Enrichment")[];
|
|
3227
|
-
item_id?: number | undefined;
|
|
3228
|
-
}[];
|
|
3229
|
-
secondary_suffix_item_id: string;
|
|
3230
|
-
attribute_adjustments?: number | undefined;
|
|
3231
|
-
infix_upgrade?: {
|
|
3232
|
-
id: number;
|
|
3233
|
-
attributes: {
|
|
3234
|
-
attribute: "AgonyResistance" | "BoonDuration" | "ConditionDamage" | "ConditionDuration" | "CritDamage" | "Healing" | "Power" | "Precision" | "Toughness" | "Vitality";
|
|
3235
|
-
modifier: number;
|
|
3236
|
-
}[];
|
|
3237
|
-
buff?: {
|
|
3238
|
-
skill_id: number;
|
|
3239
|
-
description?: string | undefined;
|
|
3240
|
-
} | undefined;
|
|
3241
|
-
} | undefined;
|
|
3242
|
-
suffix_item_id?: number | undefined;
|
|
3243
|
-
stat_choices?: number[] | undefined;
|
|
3244
|
-
} & {
|
|
3245
|
-
type: "Foraging" | "Logging" | "Mining" | "Bait" | "Lure";
|
|
3246
|
-
}) | ({
|
|
3247
|
-
infusion_slots: {
|
|
3248
|
-
flags: ("Infusion" | "Enrichment")[];
|
|
3249
|
-
item_id?: number | undefined;
|
|
3250
|
-
}[];
|
|
3251
|
-
secondary_suffix_item_id: string;
|
|
3252
|
-
attribute_adjustments?: number | undefined;
|
|
3253
|
-
infix_upgrade?: {
|
|
3254
|
-
id: number;
|
|
3255
|
-
attributes: {
|
|
3256
|
-
attribute: "AgonyResistance" | "BoonDuration" | "ConditionDamage" | "ConditionDuration" | "CritDamage" | "Healing" | "Power" | "Precision" | "Toughness" | "Vitality";
|
|
3257
|
-
modifier: number;
|
|
3258
|
-
}[];
|
|
3259
|
-
buff?: {
|
|
3260
|
-
skill_id: number;
|
|
3261
|
-
description?: string | undefined;
|
|
3262
|
-
} | undefined;
|
|
3263
|
-
} | undefined;
|
|
3264
|
-
suffix_item_id?: number | undefined;
|
|
3265
|
-
stat_choices?: number[] | undefined;
|
|
3266
|
-
} & {
|
|
3267
|
-
type: "Default" | "ContainerKey" | "RentableContractNpc" | "UnlimitedConsumable";
|
|
3268
|
-
guild_upgrade_id?: number | undefined;
|
|
3269
|
-
vendor_ids?: number[] | undefined;
|
|
3270
|
-
}) | ({
|
|
3271
|
-
infusion_slots: {
|
|
3272
|
-
flags: ("Infusion" | "Enrichment")[];
|
|
3273
|
-
item_id?: number | undefined;
|
|
3274
|
-
}[];
|
|
3275
|
-
secondary_suffix_item_id: string;
|
|
3276
|
-
attribute_adjustments?: number | undefined;
|
|
3277
|
-
infix_upgrade?: {
|
|
3278
|
-
id: number;
|
|
3279
|
-
attributes: {
|
|
3280
|
-
attribute: "AgonyResistance" | "BoonDuration" | "ConditionDamage" | "ConditionDuration" | "CritDamage" | "Healing" | "Power" | "Precision" | "Toughness" | "Vitality";
|
|
3281
|
-
modifier: number;
|
|
3282
|
-
}[];
|
|
3283
|
-
buff?: {
|
|
3284
|
-
skill_id: number;
|
|
3285
|
-
description?: string | undefined;
|
|
3286
|
-
} | undefined;
|
|
3287
|
-
} | undefined;
|
|
3288
|
-
suffix_item_id?: number | undefined;
|
|
3289
|
-
stat_choices?: number[] | undefined;
|
|
3290
|
-
} & {
|
|
3291
|
-
minipet_id: number;
|
|
3292
|
-
}) | ({
|
|
3293
|
-
infusion_slots: {
|
|
3294
|
-
flags: ("Infusion" | "Enrichment")[];
|
|
3295
|
-
item_id?: number | undefined;
|
|
3296
|
-
}[];
|
|
3297
|
-
secondary_suffix_item_id: string;
|
|
3298
|
-
attribute_adjustments?: number | undefined;
|
|
3299
|
-
infix_upgrade?: {
|
|
3300
|
-
id: number;
|
|
3301
|
-
attributes: {
|
|
3302
|
-
attribute: "AgonyResistance" | "BoonDuration" | "ConditionDamage" | "ConditionDuration" | "CritDamage" | "Healing" | "Power" | "Precision" | "Toughness" | "Vitality";
|
|
3303
|
-
modifier: number;
|
|
3304
|
-
}[];
|
|
3305
|
-
buff?: {
|
|
3306
|
-
skill_id: number;
|
|
3307
|
-
description?: string | undefined;
|
|
3308
|
-
} | undefined;
|
|
3309
|
-
} | undefined;
|
|
3310
|
-
suffix_item_id?: number | undefined;
|
|
3311
|
-
stat_choices?: number[] | undefined;
|
|
3312
|
-
} & {
|
|
3313
|
-
type: "Salvage";
|
|
3314
|
-
charges: number;
|
|
3315
|
-
}) | ({
|
|
3316
|
-
infusion_slots: {
|
|
3317
|
-
flags: ("Infusion" | "Enrichment")[];
|
|
3318
|
-
item_id?: number | undefined;
|
|
3319
|
-
}[];
|
|
3320
|
-
secondary_suffix_item_id: string;
|
|
3321
|
-
attribute_adjustments?: number | undefined;
|
|
3322
|
-
infix_upgrade?: {
|
|
3323
|
-
id: number;
|
|
3324
|
-
attributes: {
|
|
3325
|
-
attribute: "AgonyResistance" | "BoonDuration" | "ConditionDamage" | "ConditionDuration" | "CritDamage" | "Healing" | "Power" | "Precision" | "Toughness" | "Vitality";
|
|
3326
|
-
modifier: number;
|
|
3327
|
-
}[];
|
|
3328
|
-
buff?: {
|
|
3329
|
-
skill_id: number;
|
|
3330
|
-
description?: string | undefined;
|
|
3331
|
-
} | undefined;
|
|
3332
|
-
} | undefined;
|
|
3333
|
-
suffix_item_id?: number | undefined;
|
|
3334
|
-
stat_choices?: number[] | undefined;
|
|
3335
|
-
} & {
|
|
3336
|
-
type: "Amulet" | "Accessory" | "Ring";
|
|
3337
|
-
infusion_slots: {
|
|
3338
|
-
flags: ("Infusion" | "Enrichment")[];
|
|
3339
|
-
item_id?: number | undefined;
|
|
3340
|
-
}[];
|
|
3341
|
-
attribute_adjustments: number;
|
|
3342
|
-
secondary_suffix_item_id: string;
|
|
3343
|
-
infix_upgrade?: {
|
|
3344
|
-
id: number;
|
|
3345
|
-
attributes: {
|
|
3346
|
-
attribute: "AgonyResistance" | "BoonDuration" | "ConditionDamage" | "ConditionDuration" | "CritDamage" | "Healing" | "Power" | "Precision" | "Toughness" | "Vitality";
|
|
3347
|
-
modifier: number;
|
|
3348
|
-
}[];
|
|
3349
|
-
buff?: {
|
|
3350
|
-
skill_id: number;
|
|
3351
|
-
description?: string | undefined;
|
|
3352
|
-
} | undefined;
|
|
3353
|
-
} | undefined;
|
|
3354
|
-
suffix_item_id?: number | undefined;
|
|
3355
|
-
stat_choices?: number[] | undefined;
|
|
3356
|
-
}) | ({
|
|
3357
|
-
infusion_slots: {
|
|
3358
|
-
flags: ("Infusion" | "Enrichment")[];
|
|
3359
|
-
item_id?: number | undefined;
|
|
3360
|
-
}[];
|
|
3361
|
-
secondary_suffix_item_id: string;
|
|
3362
|
-
attribute_adjustments?: number | undefined;
|
|
3363
|
-
infix_upgrade?: {
|
|
3364
|
-
id: number;
|
|
3365
|
-
attributes: {
|
|
3366
|
-
attribute: "AgonyResistance" | "BoonDuration" | "ConditionDamage" | "ConditionDuration" | "CritDamage" | "Healing" | "Power" | "Precision" | "Toughness" | "Vitality";
|
|
3367
|
-
modifier: number;
|
|
3368
|
-
}[];
|
|
3369
|
-
buff?: {
|
|
3370
|
-
skill_id: number;
|
|
3371
|
-
description?: string | undefined;
|
|
3372
|
-
} | undefined;
|
|
3373
|
-
} | undefined;
|
|
3374
|
-
suffix_item_id?: number | undefined;
|
|
3375
|
-
stat_choices?: number[] | undefined;
|
|
3376
|
-
} & {
|
|
3377
|
-
type: "Default" | "Gem" | "Rune" | "Sigil";
|
|
3378
|
-
flags: ("Axe" | "Trinket" | "Dagger" | "Focus" | "Greatsword" | "Hammer" | "Harpoon" | "LongBow" | "Mace" | "Pistol" | "Rifle" | "Scepter" | "Shield" | "ShortBow" | "Speargun" | "Staff" | "Sword" | "Torch" | "Trident" | "Warhorn" | "HeavyArmor" | "MediumArmor" | "LightArmor")[];
|
|
3379
|
-
infix_upgrade: {
|
|
3380
|
-
id: number;
|
|
3381
|
-
attributes: {
|
|
3382
|
-
attribute: "AgonyResistance" | "BoonDuration" | "ConditionDamage" | "ConditionDuration" | "CritDamage" | "Healing" | "Power" | "Precision" | "Toughness" | "Vitality";
|
|
3383
|
-
modifier: number;
|
|
3384
|
-
}[];
|
|
3385
|
-
buff?: {
|
|
3386
|
-
skill_id: number;
|
|
3387
|
-
description?: string | undefined;
|
|
3388
|
-
} | undefined;
|
|
3389
|
-
};
|
|
3390
|
-
infusion_upgrade_flags: ("Infusion" | "Enrichment")[];
|
|
3391
|
-
suffix?: string | undefined;
|
|
3392
|
-
bonuses?: string[] | undefined;
|
|
3393
|
-
}) | ({
|
|
3394
|
-
infusion_slots: {
|
|
3395
|
-
flags: ("Infusion" | "Enrichment")[];
|
|
3396
|
-
item_id?: number | undefined;
|
|
3397
|
-
}[];
|
|
3398
|
-
secondary_suffix_item_id: string;
|
|
3399
|
-
attribute_adjustments?: number | undefined;
|
|
3400
|
-
infix_upgrade?: {
|
|
3401
|
-
id: number;
|
|
3402
|
-
attributes: {
|
|
3403
|
-
attribute: "AgonyResistance" | "BoonDuration" | "ConditionDamage" | "ConditionDuration" | "CritDamage" | "Healing" | "Power" | "Precision" | "Toughness" | "Vitality";
|
|
3404
|
-
modifier: number;
|
|
3405
|
-
}[];
|
|
3406
|
-
buff?: {
|
|
3407
|
-
skill_id: number;
|
|
3408
|
-
description?: string | undefined;
|
|
3409
|
-
} | undefined;
|
|
3410
|
-
} | undefined;
|
|
3411
|
-
suffix_item_id?: number | undefined;
|
|
3412
|
-
stat_choices?: number[] | undefined;
|
|
3413
|
-
} & {
|
|
3414
|
-
type: "Axe" | "Dagger" | "Focus" | "Greatsword" | "Hammer" | "Harpoon" | "LongBow" | "Mace" | "Pistol" | "Rifle" | "Scepter" | "Shield" | "ShortBow" | "Speargun" | "Staff" | "Sword" | "Torch" | "Trident" | "Warhorn" | "LargeBundle" | "SmallBundle" | "Toy" | "ToyTwoHanded";
|
|
3415
|
-
defense: number;
|
|
3416
|
-
infusion_slots: {
|
|
3417
|
-
flags: ("Infusion" | "Enrichment")[];
|
|
3418
|
-
item_id?: number | undefined;
|
|
3419
|
-
}[];
|
|
3420
|
-
attribute_adjustments: number;
|
|
3421
|
-
secondary_suffix_item_id: string;
|
|
3422
|
-
damage_type: "Fire" | "Ice" | "Lightning" | "Physical" | "Choking";
|
|
3423
|
-
min_power: number;
|
|
3424
|
-
max_power: number;
|
|
3425
|
-
infix_upgrade?: {
|
|
3426
|
-
id: number;
|
|
3427
|
-
attributes: {
|
|
3428
|
-
attribute: "AgonyResistance" | "BoonDuration" | "ConditionDamage" | "ConditionDuration" | "CritDamage" | "Healing" | "Power" | "Precision" | "Toughness" | "Vitality";
|
|
3429
|
-
modifier: number;
|
|
3430
|
-
}[];
|
|
3431
|
-
buff?: {
|
|
3432
|
-
skill_id: number;
|
|
3433
|
-
description?: string | undefined;
|
|
3434
|
-
} | undefined;
|
|
3435
|
-
} | undefined;
|
|
3436
|
-
suffix_item_id?: number | undefined;
|
|
3437
|
-
stat_choices?: number[] | undefined;
|
|
3438
|
-
}) | ({
|
|
3439
|
-
size: number;
|
|
3440
|
-
no_sell_or_sort: boolean;
|
|
3441
|
-
} & {
|
|
3442
|
-
type: "HelmAquatic" | "Coat" | "Boots" | "Gloves" | "Helm" | "Leggings" | "Shoulders";
|
|
3443
|
-
weight_class: "Heavy" | "Medium" | "Light" | "Clothing";
|
|
3444
|
-
defense: number;
|
|
3445
|
-
infusion_slots: {
|
|
3446
|
-
flags: ("Infusion" | "Enrichment")[];
|
|
3447
|
-
item_id?: number | undefined;
|
|
3448
|
-
}[];
|
|
3449
|
-
attribute_adjustments: number;
|
|
3450
|
-
infix_upgrade?: {
|
|
3451
|
-
id: number;
|
|
3452
|
-
attributes: {
|
|
3453
|
-
attribute: "AgonyResistance" | "BoonDuration" | "ConditionDamage" | "ConditionDuration" | "CritDamage" | "Healing" | "Power" | "Precision" | "Toughness" | "Vitality";
|
|
3454
|
-
modifier: number;
|
|
3455
|
-
}[];
|
|
3456
|
-
buff?: {
|
|
3457
|
-
skill_id: number;
|
|
3458
|
-
description?: string | undefined;
|
|
3459
|
-
} | undefined;
|
|
3460
|
-
} | undefined;
|
|
3461
|
-
}) | ({
|
|
3462
|
-
size: number;
|
|
3463
|
-
no_sell_or_sort: boolean;
|
|
3464
|
-
} & {
|
|
3465
|
-
infusion_slots: {
|
|
3466
|
-
flags: ("Infusion" | "Enrichment")[];
|
|
3467
|
-
item_id?: number | undefined;
|
|
3468
|
-
}[];
|
|
3469
|
-
secondary_suffix_item_id: string;
|
|
3470
|
-
attribute_adjustments?: number | undefined;
|
|
3471
|
-
infix_upgrade?: {
|
|
3472
|
-
id: number;
|
|
3473
|
-
attributes: {
|
|
3474
|
-
attribute: "AgonyResistance" | "BoonDuration" | "ConditionDamage" | "ConditionDuration" | "CritDamage" | "Healing" | "Power" | "Precision" | "Toughness" | "Vitality";
|
|
3475
|
-
modifier: number;
|
|
3476
|
-
}[];
|
|
3477
|
-
buff?: {
|
|
3478
|
-
skill_id: number;
|
|
3479
|
-
description?: string | undefined;
|
|
3480
|
-
} | undefined;
|
|
3481
|
-
} | undefined;
|
|
3482
|
-
suffix_item_id?: number | undefined;
|
|
3483
|
-
stat_choices?: number[] | undefined;
|
|
3484
|
-
}) | ({
|
|
3485
|
-
size: number;
|
|
3486
|
-
no_sell_or_sort: boolean;
|
|
3487
|
-
} & {
|
|
3488
|
-
type: "Currency" | "Unlock" | "AppearanceChange" | "Booze" | "ContractNpc" | "Food" | "Generic" | "Halloween" | "Immediate" | "MountRandomUnlock" | "RandomUnlock" | "Transmutation" | "UpgradeRemoval" | "Utility" | "TeleportToFriend";
|
|
3489
|
-
description?: string | undefined;
|
|
3490
|
-
duration_ms?: number | undefined;
|
|
3491
|
-
unlock_type?: "RandomUnlock" | "BagSlot" | "BankTab" | "Champion" | "CollectibleCapacity" | "Content" | "CraftingRecipe" | "Dye" | "GliderSkin" | "Minipet" | "Ms" | "Outfit" | "SharedSlot" | undefined;
|
|
3492
|
-
color_id?: number | undefined;
|
|
3493
|
-
recipe_id?: number | undefined;
|
|
3494
|
-
extra_recipe_ids?: number[] | undefined;
|
|
3495
|
-
guild_upgrade_id?: number | undefined;
|
|
3496
|
-
apply_count?: number | undefined;
|
|
3497
|
-
name?: string | undefined;
|
|
3498
|
-
icon?: string | undefined;
|
|
3499
|
-
skins?: number[] | undefined;
|
|
3500
|
-
}) | ({
|
|
3501
|
-
size: number;
|
|
3502
|
-
no_sell_or_sort: boolean;
|
|
3503
|
-
} & {
|
|
3504
|
-
type: "Immediate" | "Default" | "GiftBox" | "OpenUI";
|
|
3505
|
-
}) | ({
|
|
3506
|
-
size: number;
|
|
3507
|
-
no_sell_or_sort: boolean;
|
|
3508
|
-
} & {
|
|
3509
|
-
type: "Foraging" | "Logging" | "Mining" | "Bait" | "Lure";
|
|
3510
|
-
}) | ({
|
|
3511
|
-
size: number;
|
|
3512
|
-
no_sell_or_sort: boolean;
|
|
3513
|
-
} & {
|
|
3514
|
-
type: "Default" | "ContainerKey" | "RentableContractNpc" | "UnlimitedConsumable";
|
|
3515
|
-
guild_upgrade_id?: number | undefined;
|
|
3516
|
-
vendor_ids?: number[] | undefined;
|
|
3517
|
-
}) | ({
|
|
3518
|
-
size: number;
|
|
3519
|
-
no_sell_or_sort: boolean;
|
|
3520
|
-
} & {
|
|
3521
|
-
minipet_id: number;
|
|
3522
|
-
}) | ({
|
|
3523
|
-
size: number;
|
|
3524
|
-
no_sell_or_sort: boolean;
|
|
3525
|
-
} & {
|
|
3526
|
-
type: "Salvage";
|
|
3527
|
-
charges: number;
|
|
3528
|
-
}) | ({
|
|
3529
|
-
size: number;
|
|
3530
|
-
no_sell_or_sort: boolean;
|
|
3531
|
-
} & {
|
|
3532
|
-
type: "Amulet" | "Accessory" | "Ring";
|
|
3533
|
-
infusion_slots: {
|
|
3534
|
-
flags: ("Infusion" | "Enrichment")[];
|
|
3535
|
-
item_id?: number | undefined;
|
|
3536
|
-
}[];
|
|
3537
|
-
attribute_adjustments: number;
|
|
3538
|
-
secondary_suffix_item_id: string;
|
|
3539
|
-
infix_upgrade?: {
|
|
3540
|
-
id: number;
|
|
3541
|
-
attributes: {
|
|
3542
|
-
attribute: "AgonyResistance" | "BoonDuration" | "ConditionDamage" | "ConditionDuration" | "CritDamage" | "Healing" | "Power" | "Precision" | "Toughness" | "Vitality";
|
|
3543
|
-
modifier: number;
|
|
3544
|
-
}[];
|
|
3545
|
-
buff?: {
|
|
3546
|
-
skill_id: number;
|
|
3547
|
-
description?: string | undefined;
|
|
3548
|
-
} | undefined;
|
|
3549
|
-
} | undefined;
|
|
3550
|
-
suffix_item_id?: number | undefined;
|
|
3551
|
-
stat_choices?: number[] | undefined;
|
|
3552
|
-
}) | ({
|
|
3553
|
-
size: number;
|
|
3554
|
-
no_sell_or_sort: boolean;
|
|
3555
|
-
} & {
|
|
3556
|
-
type: "Default" | "Gem" | "Rune" | "Sigil";
|
|
3557
|
-
flags: ("Axe" | "Trinket" | "Dagger" | "Focus" | "Greatsword" | "Hammer" | "Harpoon" | "LongBow" | "Mace" | "Pistol" | "Rifle" | "Scepter" | "Shield" | "ShortBow" | "Speargun" | "Staff" | "Sword" | "Torch" | "Trident" | "Warhorn" | "HeavyArmor" | "MediumArmor" | "LightArmor")[];
|
|
3558
|
-
infix_upgrade: {
|
|
3559
|
-
id: number;
|
|
3560
|
-
attributes: {
|
|
3561
|
-
attribute: "AgonyResistance" | "BoonDuration" | "ConditionDamage" | "ConditionDuration" | "CritDamage" | "Healing" | "Power" | "Precision" | "Toughness" | "Vitality";
|
|
3562
|
-
modifier: number;
|
|
3563
|
-
}[];
|
|
3564
|
-
buff?: {
|
|
3565
|
-
skill_id: number;
|
|
3566
|
-
description?: string | undefined;
|
|
3567
|
-
} | undefined;
|
|
3568
|
-
};
|
|
3569
|
-
infusion_upgrade_flags: ("Infusion" | "Enrichment")[];
|
|
3570
|
-
suffix?: string | undefined;
|
|
3571
|
-
bonuses?: string[] | undefined;
|
|
3572
|
-
}) | ({
|
|
3573
|
-
size: number;
|
|
3574
|
-
no_sell_or_sort: boolean;
|
|
3575
|
-
} & {
|
|
3576
|
-
type: "Axe" | "Dagger" | "Focus" | "Greatsword" | "Hammer" | "Harpoon" | "LongBow" | "Mace" | "Pistol" | "Rifle" | "Scepter" | "Shield" | "ShortBow" | "Speargun" | "Staff" | "Sword" | "Torch" | "Trident" | "Warhorn" | "LargeBundle" | "SmallBundle" | "Toy" | "ToyTwoHanded";
|
|
3577
|
-
defense: number;
|
|
3578
|
-
infusion_slots: {
|
|
3579
|
-
flags: ("Infusion" | "Enrichment")[];
|
|
3580
|
-
item_id?: number | undefined;
|
|
3581
|
-
}[];
|
|
3582
|
-
attribute_adjustments: number;
|
|
3583
|
-
secondary_suffix_item_id: string;
|
|
3584
|
-
damage_type: "Fire" | "Ice" | "Lightning" | "Physical" | "Choking";
|
|
3585
|
-
min_power: number;
|
|
3586
|
-
max_power: number;
|
|
3587
|
-
infix_upgrade?: {
|
|
3588
|
-
id: number;
|
|
3589
|
-
attributes: {
|
|
3590
|
-
attribute: "AgonyResistance" | "BoonDuration" | "ConditionDamage" | "ConditionDuration" | "CritDamage" | "Healing" | "Power" | "Precision" | "Toughness" | "Vitality";
|
|
3591
|
-
modifier: number;
|
|
3592
|
-
}[];
|
|
3593
|
-
buff?: {
|
|
3594
|
-
skill_id: number;
|
|
3595
|
-
description?: string | undefined;
|
|
3596
|
-
} | undefined;
|
|
3597
|
-
} | undefined;
|
|
3598
|
-
suffix_item_id?: number | undefined;
|
|
3599
|
-
stat_choices?: number[] | undefined;
|
|
3600
|
-
}) | ({
|
|
3601
|
-
type: "Currency" | "Unlock" | "AppearanceChange" | "Booze" | "ContractNpc" | "Food" | "Generic" | "Halloween" | "Immediate" | "MountRandomUnlock" | "RandomUnlock" | "Transmutation" | "UpgradeRemoval" | "Utility" | "TeleportToFriend";
|
|
3602
|
-
description?: string | undefined;
|
|
3603
|
-
duration_ms?: number | undefined;
|
|
3604
|
-
unlock_type?: "RandomUnlock" | "BagSlot" | "BankTab" | "Champion" | "CollectibleCapacity" | "Content" | "CraftingRecipe" | "Dye" | "GliderSkin" | "Minipet" | "Ms" | "Outfit" | "SharedSlot" | undefined;
|
|
3605
|
-
color_id?: number | undefined;
|
|
3606
|
-
recipe_id?: number | undefined;
|
|
3607
|
-
extra_recipe_ids?: number[] | undefined;
|
|
3608
|
-
guild_upgrade_id?: number | undefined;
|
|
3609
|
-
apply_count?: number | undefined;
|
|
3610
|
-
name?: string | undefined;
|
|
3611
|
-
icon?: string | undefined;
|
|
3612
|
-
skins?: number[] | undefined;
|
|
3613
|
-
} & {
|
|
3614
|
-
infusion_slots: {
|
|
3615
|
-
flags: ("Infusion" | "Enrichment")[];
|
|
3616
|
-
item_id?: number | undefined;
|
|
3617
|
-
}[];
|
|
3618
|
-
secondary_suffix_item_id: string;
|
|
3619
|
-
attribute_adjustments?: number | undefined;
|
|
3620
|
-
infix_upgrade?: {
|
|
3621
|
-
id: number;
|
|
3622
|
-
attributes: {
|
|
3623
|
-
attribute: "AgonyResistance" | "BoonDuration" | "ConditionDamage" | "ConditionDuration" | "CritDamage" | "Healing" | "Power" | "Precision" | "Toughness" | "Vitality";
|
|
3624
|
-
modifier: number;
|
|
3625
|
-
}[];
|
|
3626
|
-
buff?: {
|
|
3627
|
-
skill_id: number;
|
|
3628
|
-
description?: string | undefined;
|
|
3629
|
-
} | undefined;
|
|
3630
|
-
} | undefined;
|
|
3631
|
-
suffix_item_id?: number | undefined;
|
|
3632
|
-
stat_choices?: number[] | undefined;
|
|
3633
|
-
}) | ({
|
|
3634
|
-
type: "Currency" | "Unlock" | "AppearanceChange" | "Booze" | "ContractNpc" | "Food" | "Generic" | "Halloween" | "Immediate" | "MountRandomUnlock" | "RandomUnlock" | "Transmutation" | "UpgradeRemoval" | "Utility" | "TeleportToFriend";
|
|
3635
|
-
description?: string | undefined;
|
|
3636
|
-
duration_ms?: number | undefined;
|
|
3637
|
-
unlock_type?: "RandomUnlock" | "BagSlot" | "BankTab" | "Champion" | "CollectibleCapacity" | "Content" | "CraftingRecipe" | "Dye" | "GliderSkin" | "Minipet" | "Ms" | "Outfit" | "SharedSlot" | undefined;
|
|
3638
|
-
color_id?: number | undefined;
|
|
3639
|
-
recipe_id?: number | undefined;
|
|
3640
|
-
extra_recipe_ids?: number[] | undefined;
|
|
3641
|
-
guild_upgrade_id?: number | undefined;
|
|
3642
|
-
apply_count?: number | undefined;
|
|
3643
|
-
name?: string | undefined;
|
|
3644
|
-
icon?: string | undefined;
|
|
3645
|
-
skins?: number[] | undefined;
|
|
3646
|
-
} & {
|
|
3647
|
-
size: number;
|
|
3648
|
-
no_sell_or_sort: boolean;
|
|
3649
|
-
}) | ({
|
|
3650
|
-
type: "Currency" | "Unlock" | "AppearanceChange" | "Booze" | "ContractNpc" | "Food" | "Generic" | "Halloween" | "Immediate" | "MountRandomUnlock" | "RandomUnlock" | "Transmutation" | "UpgradeRemoval" | "Utility" | "TeleportToFriend";
|
|
3651
|
-
description?: string | undefined;
|
|
3652
|
-
duration_ms?: number | undefined;
|
|
3653
|
-
unlock_type?: "RandomUnlock" | "BagSlot" | "BankTab" | "Champion" | "CollectibleCapacity" | "Content" | "CraftingRecipe" | "Dye" | "GliderSkin" | "Minipet" | "Ms" | "Outfit" | "SharedSlot" | undefined;
|
|
3654
|
-
color_id?: number | undefined;
|
|
3655
|
-
recipe_id?: number | undefined;
|
|
3656
|
-
extra_recipe_ids?: number[] | undefined;
|
|
3657
|
-
guild_upgrade_id?: number | undefined;
|
|
3658
|
-
apply_count?: number | undefined;
|
|
3659
|
-
name?: string | undefined;
|
|
3660
|
-
icon?: string | undefined;
|
|
3661
|
-
skins?: number[] | undefined;
|
|
3662
|
-
} & {
|
|
3663
|
-
type: "Immediate" | "Default" | "GiftBox" | "OpenUI";
|
|
3664
|
-
}) | ({
|
|
3665
|
-
type: "Currency" | "Unlock" | "AppearanceChange" | "Booze" | "ContractNpc" | "Food" | "Generic" | "Halloween" | "Immediate" | "MountRandomUnlock" | "RandomUnlock" | "Transmutation" | "UpgradeRemoval" | "Utility" | "TeleportToFriend";
|
|
3666
|
-
description?: string | undefined;
|
|
3667
|
-
duration_ms?: number | undefined;
|
|
3668
|
-
unlock_type?: "RandomUnlock" | "BagSlot" | "BankTab" | "Champion" | "CollectibleCapacity" | "Content" | "CraftingRecipe" | "Dye" | "GliderSkin" | "Minipet" | "Ms" | "Outfit" | "SharedSlot" | undefined;
|
|
3669
|
-
color_id?: number | undefined;
|
|
3670
|
-
recipe_id?: number | undefined;
|
|
3671
|
-
extra_recipe_ids?: number[] | undefined;
|
|
3672
|
-
guild_upgrade_id?: number | undefined;
|
|
3673
|
-
apply_count?: number | undefined;
|
|
3674
|
-
name?: string | undefined;
|
|
3675
|
-
icon?: string | undefined;
|
|
3676
|
-
skins?: number[] | undefined;
|
|
3677
|
-
} & {
|
|
3678
|
-
minipet_id: number;
|
|
3679
|
-
}) | ({
|
|
3680
|
-
type: "Immediate" | "Default" | "GiftBox" | "OpenUI";
|
|
3681
|
-
} & {
|
|
3682
|
-
infusion_slots: {
|
|
3683
|
-
flags: ("Infusion" | "Enrichment")[];
|
|
3684
|
-
item_id?: number | undefined;
|
|
3685
|
-
}[];
|
|
3686
|
-
secondary_suffix_item_id: string;
|
|
3687
|
-
attribute_adjustments?: number | undefined;
|
|
3688
|
-
infix_upgrade?: {
|
|
3689
|
-
id: number;
|
|
3690
|
-
attributes: {
|
|
3691
|
-
attribute: "AgonyResistance" | "BoonDuration" | "ConditionDamage" | "ConditionDuration" | "CritDamage" | "Healing" | "Power" | "Precision" | "Toughness" | "Vitality";
|
|
3692
|
-
modifier: number;
|
|
3693
|
-
}[];
|
|
3694
|
-
buff?: {
|
|
3695
|
-
skill_id: number;
|
|
3696
|
-
description?: string | undefined;
|
|
3697
|
-
} | undefined;
|
|
3698
|
-
} | undefined;
|
|
3699
|
-
suffix_item_id?: number | undefined;
|
|
3700
|
-
stat_choices?: number[] | undefined;
|
|
3701
|
-
}) | ({
|
|
3702
|
-
type: "Immediate" | "Default" | "GiftBox" | "OpenUI";
|
|
3703
|
-
} & {
|
|
3704
|
-
size: number;
|
|
3705
|
-
no_sell_or_sort: boolean;
|
|
3706
|
-
}) | ({
|
|
3707
|
-
type: "Immediate" | "Default" | "GiftBox" | "OpenUI";
|
|
3708
|
-
} & {
|
|
3709
|
-
type: "Currency" | "Unlock" | "AppearanceChange" | "Booze" | "ContractNpc" | "Food" | "Generic" | "Halloween" | "Immediate" | "MountRandomUnlock" | "RandomUnlock" | "Transmutation" | "UpgradeRemoval" | "Utility" | "TeleportToFriend";
|
|
3710
|
-
description?: string | undefined;
|
|
3711
|
-
duration_ms?: number | undefined;
|
|
3712
|
-
unlock_type?: "RandomUnlock" | "BagSlot" | "BankTab" | "Champion" | "CollectibleCapacity" | "Content" | "CraftingRecipe" | "Dye" | "GliderSkin" | "Minipet" | "Ms" | "Outfit" | "SharedSlot" | undefined;
|
|
3713
|
-
color_id?: number | undefined;
|
|
3714
|
-
recipe_id?: number | undefined;
|
|
3715
|
-
extra_recipe_ids?: number[] | undefined;
|
|
3716
|
-
guild_upgrade_id?: number | undefined;
|
|
3717
|
-
apply_count?: number | undefined;
|
|
3718
|
-
name?: string | undefined;
|
|
3719
|
-
icon?: string | undefined;
|
|
3720
|
-
skins?: number[] | undefined;
|
|
3721
|
-
}) | ({
|
|
3722
|
-
type: "Immediate" | "Default" | "GiftBox" | "OpenUI";
|
|
3723
|
-
} & {
|
|
3724
|
-
type: "Default" | "ContainerKey" | "RentableContractNpc" | "UnlimitedConsumable";
|
|
3725
|
-
guild_upgrade_id?: number | undefined;
|
|
3726
|
-
vendor_ids?: number[] | undefined;
|
|
3727
|
-
}) | ({
|
|
3728
|
-
type: "Immediate" | "Default" | "GiftBox" | "OpenUI";
|
|
3729
|
-
} & {
|
|
3730
|
-
minipet_id: number;
|
|
3731
|
-
}) | ({
|
|
3732
|
-
type: "Immediate" | "Default" | "GiftBox" | "OpenUI";
|
|
3733
|
-
} & {
|
|
3734
|
-
type: "Default" | "Gem" | "Rune" | "Sigil";
|
|
3735
|
-
flags: ("Axe" | "Trinket" | "Dagger" | "Focus" | "Greatsword" | "Hammer" | "Harpoon" | "LongBow" | "Mace" | "Pistol" | "Rifle" | "Scepter" | "Shield" | "ShortBow" | "Speargun" | "Staff" | "Sword" | "Torch" | "Trident" | "Warhorn" | "HeavyArmor" | "MediumArmor" | "LightArmor")[];
|
|
3736
|
-
infix_upgrade: {
|
|
3737
|
-
id: number;
|
|
3738
|
-
attributes: {
|
|
3739
|
-
attribute: "AgonyResistance" | "BoonDuration" | "ConditionDamage" | "ConditionDuration" | "CritDamage" | "Healing" | "Power" | "Precision" | "Toughness" | "Vitality";
|
|
3740
|
-
modifier: number;
|
|
3741
|
-
}[];
|
|
3742
|
-
buff?: {
|
|
3743
|
-
skill_id: number;
|
|
3744
|
-
description?: string | undefined;
|
|
3745
|
-
} | undefined;
|
|
3746
|
-
};
|
|
3747
|
-
infusion_upgrade_flags: ("Infusion" | "Enrichment")[];
|
|
3748
|
-
suffix?: string | undefined;
|
|
3749
|
-
bonuses?: string[] | undefined;
|
|
3750
|
-
}) | ({
|
|
3751
|
-
type: "Foraging" | "Logging" | "Mining" | "Bait" | "Lure";
|
|
3752
|
-
} & {
|
|
3753
|
-
infusion_slots: {
|
|
3754
|
-
flags: ("Infusion" | "Enrichment")[];
|
|
3755
|
-
item_id?: number | undefined;
|
|
3756
|
-
}[];
|
|
3757
|
-
secondary_suffix_item_id: string;
|
|
3758
|
-
attribute_adjustments?: number | undefined;
|
|
3759
|
-
infix_upgrade?: {
|
|
3760
|
-
id: number;
|
|
3761
|
-
attributes: {
|
|
3762
|
-
attribute: "AgonyResistance" | "BoonDuration" | "ConditionDamage" | "ConditionDuration" | "CritDamage" | "Healing" | "Power" | "Precision" | "Toughness" | "Vitality";
|
|
3763
|
-
modifier: number;
|
|
3764
|
-
}[];
|
|
3765
|
-
buff?: {
|
|
3766
|
-
skill_id: number;
|
|
3767
|
-
description?: string | undefined;
|
|
3768
|
-
} | undefined;
|
|
3769
|
-
} | undefined;
|
|
3770
|
-
suffix_item_id?: number | undefined;
|
|
3771
|
-
stat_choices?: number[] | undefined;
|
|
3772
|
-
}) | ({
|
|
3773
|
-
type: "Foraging" | "Logging" | "Mining" | "Bait" | "Lure";
|
|
3774
|
-
} & {
|
|
3775
|
-
size: number;
|
|
3776
|
-
no_sell_or_sort: boolean;
|
|
3777
|
-
}) | ({
|
|
3778
|
-
type: "Foraging" | "Logging" | "Mining" | "Bait" | "Lure";
|
|
3779
|
-
} & {
|
|
3780
|
-
minipet_id: number;
|
|
3781
|
-
}) | ({
|
|
3782
|
-
type: "Default" | "ContainerKey" | "RentableContractNpc" | "UnlimitedConsumable";
|
|
3783
|
-
guild_upgrade_id?: number | undefined;
|
|
3784
|
-
vendor_ids?: number[] | undefined;
|
|
3785
|
-
} & {
|
|
3786
|
-
infusion_slots: {
|
|
3787
|
-
flags: ("Infusion" | "Enrichment")[];
|
|
3788
|
-
item_id?: number | undefined;
|
|
3789
|
-
}[];
|
|
3790
|
-
secondary_suffix_item_id: string;
|
|
3791
|
-
attribute_adjustments?: number | undefined;
|
|
3792
|
-
infix_upgrade?: {
|
|
3793
|
-
id: number;
|
|
3794
|
-
attributes: {
|
|
3795
|
-
attribute: "AgonyResistance" | "BoonDuration" | "ConditionDamage" | "ConditionDuration" | "CritDamage" | "Healing" | "Power" | "Precision" | "Toughness" | "Vitality";
|
|
3796
|
-
modifier: number;
|
|
3797
|
-
}[];
|
|
3798
|
-
buff?: {
|
|
3799
|
-
skill_id: number;
|
|
3800
|
-
description?: string | undefined;
|
|
3801
|
-
} | undefined;
|
|
3802
|
-
} | undefined;
|
|
3803
|
-
suffix_item_id?: number | undefined;
|
|
3804
|
-
stat_choices?: number[] | undefined;
|
|
3805
|
-
}) | ({
|
|
3806
|
-
type: "Default" | "ContainerKey" | "RentableContractNpc" | "UnlimitedConsumable";
|
|
3807
|
-
guild_upgrade_id?: number | undefined;
|
|
3808
|
-
vendor_ids?: number[] | undefined;
|
|
3809
|
-
} & {
|
|
3810
|
-
size: number;
|
|
3811
|
-
no_sell_or_sort: boolean;
|
|
3812
|
-
}) | ({
|
|
3813
|
-
type: "Default" | "ContainerKey" | "RentableContractNpc" | "UnlimitedConsumable";
|
|
3814
|
-
guild_upgrade_id?: number | undefined;
|
|
3815
|
-
vendor_ids?: number[] | undefined;
|
|
3816
|
-
} & {
|
|
3817
|
-
type: "Immediate" | "Default" | "GiftBox" | "OpenUI";
|
|
3818
|
-
}) | ({
|
|
3819
|
-
type: "Default" | "ContainerKey" | "RentableContractNpc" | "UnlimitedConsumable";
|
|
3820
|
-
guild_upgrade_id?: number | undefined;
|
|
3821
|
-
vendor_ids?: number[] | undefined;
|
|
3822
|
-
} & {
|
|
3823
|
-
minipet_id: number;
|
|
3824
|
-
}) | ({
|
|
3825
|
-
type: "Default" | "ContainerKey" | "RentableContractNpc" | "UnlimitedConsumable";
|
|
3826
|
-
guild_upgrade_id?: number | undefined;
|
|
3827
|
-
vendor_ids?: number[] | undefined;
|
|
3828
|
-
} & {
|
|
3829
|
-
type: "Default" | "Gem" | "Rune" | "Sigil";
|
|
3830
|
-
flags: ("Axe" | "Trinket" | "Dagger" | "Focus" | "Greatsword" | "Hammer" | "Harpoon" | "LongBow" | "Mace" | "Pistol" | "Rifle" | "Scepter" | "Shield" | "ShortBow" | "Speargun" | "Staff" | "Sword" | "Torch" | "Trident" | "Warhorn" | "HeavyArmor" | "MediumArmor" | "LightArmor")[];
|
|
3831
|
-
infix_upgrade: {
|
|
3832
|
-
id: number;
|
|
3833
|
-
attributes: {
|
|
3834
|
-
attribute: "AgonyResistance" | "BoonDuration" | "ConditionDamage" | "ConditionDuration" | "CritDamage" | "Healing" | "Power" | "Precision" | "Toughness" | "Vitality";
|
|
3835
|
-
modifier: number;
|
|
3836
|
-
}[];
|
|
3837
|
-
buff?: {
|
|
3838
|
-
skill_id: number;
|
|
3839
|
-
description?: string | undefined;
|
|
3840
|
-
} | undefined;
|
|
3841
|
-
};
|
|
3842
|
-
infusion_upgrade_flags: ("Infusion" | "Enrichment")[];
|
|
3843
|
-
suffix?: string | undefined;
|
|
3844
|
-
bonuses?: string[] | undefined;
|
|
3845
|
-
}) | ({
|
|
3846
|
-
minipet_id: number;
|
|
3847
|
-
} & {
|
|
3848
|
-
type: "HelmAquatic" | "Coat" | "Boots" | "Gloves" | "Helm" | "Leggings" | "Shoulders";
|
|
3849
|
-
weight_class: "Heavy" | "Medium" | "Light" | "Clothing";
|
|
3850
|
-
defense: number;
|
|
3851
|
-
infusion_slots: {
|
|
3852
|
-
flags: ("Infusion" | "Enrichment")[];
|
|
3853
|
-
item_id?: number | undefined;
|
|
3854
|
-
}[];
|
|
3855
|
-
attribute_adjustments: number;
|
|
3856
|
-
infix_upgrade?: {
|
|
3857
|
-
id: number;
|
|
3858
|
-
attributes: {
|
|
3859
|
-
attribute: "AgonyResistance" | "BoonDuration" | "ConditionDamage" | "ConditionDuration" | "CritDamage" | "Healing" | "Power" | "Precision" | "Toughness" | "Vitality";
|
|
3860
|
-
modifier: number;
|
|
3861
|
-
}[];
|
|
3862
|
-
buff?: {
|
|
3863
|
-
skill_id: number;
|
|
3864
|
-
description?: string | undefined;
|
|
3865
|
-
} | undefined;
|
|
3866
|
-
} | undefined;
|
|
3867
|
-
}) | ({
|
|
3868
|
-
minipet_id: number;
|
|
3869
|
-
} & {
|
|
3870
|
-
infusion_slots: {
|
|
3871
|
-
flags: ("Infusion" | "Enrichment")[];
|
|
3872
|
-
item_id?: number | undefined;
|
|
3873
|
-
}[];
|
|
3874
|
-
secondary_suffix_item_id: string;
|
|
3875
|
-
attribute_adjustments?: number | undefined;
|
|
3876
|
-
infix_upgrade?: {
|
|
3877
|
-
id: number;
|
|
3878
|
-
attributes: {
|
|
3879
|
-
attribute: "AgonyResistance" | "BoonDuration" | "ConditionDamage" | "ConditionDuration" | "CritDamage" | "Healing" | "Power" | "Precision" | "Toughness" | "Vitality";
|
|
3880
|
-
modifier: number;
|
|
3881
|
-
}[];
|
|
3882
|
-
buff?: {
|
|
3883
|
-
skill_id: number;
|
|
3884
|
-
description?: string | undefined;
|
|
3885
|
-
} | undefined;
|
|
3886
|
-
} | undefined;
|
|
3887
|
-
suffix_item_id?: number | undefined;
|
|
3888
|
-
stat_choices?: number[] | undefined;
|
|
3889
|
-
}) | ({
|
|
3890
|
-
minipet_id: number;
|
|
3891
|
-
} & {
|
|
3892
|
-
size: number;
|
|
3893
|
-
no_sell_or_sort: boolean;
|
|
3894
|
-
}) | ({
|
|
3895
|
-
minipet_id: number;
|
|
3896
|
-
} & {
|
|
3897
|
-
type: "Currency" | "Unlock" | "AppearanceChange" | "Booze" | "ContractNpc" | "Food" | "Generic" | "Halloween" | "Immediate" | "MountRandomUnlock" | "RandomUnlock" | "Transmutation" | "UpgradeRemoval" | "Utility" | "TeleportToFriend";
|
|
3898
|
-
description?: string | undefined;
|
|
3899
|
-
duration_ms?: number | undefined;
|
|
3900
|
-
unlock_type?: "RandomUnlock" | "BagSlot" | "BankTab" | "Champion" | "CollectibleCapacity" | "Content" | "CraftingRecipe" | "Dye" | "GliderSkin" | "Minipet" | "Ms" | "Outfit" | "SharedSlot" | undefined;
|
|
3901
|
-
color_id?: number | undefined;
|
|
3902
|
-
recipe_id?: number | undefined;
|
|
3903
|
-
extra_recipe_ids?: number[] | undefined;
|
|
3904
|
-
guild_upgrade_id?: number | undefined;
|
|
3905
|
-
apply_count?: number | undefined;
|
|
3906
|
-
name?: string | undefined;
|
|
3907
|
-
icon?: string | undefined;
|
|
3908
|
-
skins?: number[] | undefined;
|
|
3909
|
-
}) | ({
|
|
3910
|
-
minipet_id: number;
|
|
3911
|
-
} & {
|
|
3912
|
-
type: "Immediate" | "Default" | "GiftBox" | "OpenUI";
|
|
3913
|
-
}) | ({
|
|
3914
|
-
minipet_id: number;
|
|
3915
|
-
} & {
|
|
3916
|
-
type: "Foraging" | "Logging" | "Mining" | "Bait" | "Lure";
|
|
3917
|
-
}) | ({
|
|
3918
|
-
minipet_id: number;
|
|
3919
|
-
} & {
|
|
3920
|
-
type: "Default" | "ContainerKey" | "RentableContractNpc" | "UnlimitedConsumable";
|
|
3921
|
-
guild_upgrade_id?: number | undefined;
|
|
3922
|
-
vendor_ids?: number[] | undefined;
|
|
3923
|
-
}) | ({
|
|
3924
|
-
minipet_id: number;
|
|
3925
|
-
} & {
|
|
3926
|
-
type: "Salvage";
|
|
3927
|
-
charges: number;
|
|
3928
|
-
}) | ({
|
|
3929
|
-
minipet_id: number;
|
|
3930
|
-
} & {
|
|
3931
|
-
type: "Amulet" | "Accessory" | "Ring";
|
|
3932
|
-
infusion_slots: {
|
|
3933
|
-
flags: ("Infusion" | "Enrichment")[];
|
|
3934
|
-
item_id?: number | undefined;
|
|
3935
|
-
}[];
|
|
3936
|
-
attribute_adjustments: number;
|
|
3937
|
-
secondary_suffix_item_id: string;
|
|
3938
|
-
infix_upgrade?: {
|
|
3939
|
-
id: number;
|
|
3940
|
-
attributes: {
|
|
3941
|
-
attribute: "AgonyResistance" | "BoonDuration" | "ConditionDamage" | "ConditionDuration" | "CritDamage" | "Healing" | "Power" | "Precision" | "Toughness" | "Vitality";
|
|
3942
|
-
modifier: number;
|
|
3943
|
-
}[];
|
|
3944
|
-
buff?: {
|
|
3945
|
-
skill_id: number;
|
|
3946
|
-
description?: string | undefined;
|
|
3947
|
-
} | undefined;
|
|
3948
|
-
} | undefined;
|
|
3949
|
-
suffix_item_id?: number | undefined;
|
|
3950
|
-
stat_choices?: number[] | undefined;
|
|
3951
|
-
}) | ({
|
|
3952
|
-
minipet_id: number;
|
|
3953
|
-
} & {
|
|
3954
|
-
type: "Default" | "Gem" | "Rune" | "Sigil";
|
|
3955
|
-
flags: ("Axe" | "Trinket" | "Dagger" | "Focus" | "Greatsword" | "Hammer" | "Harpoon" | "LongBow" | "Mace" | "Pistol" | "Rifle" | "Scepter" | "Shield" | "ShortBow" | "Speargun" | "Staff" | "Sword" | "Torch" | "Trident" | "Warhorn" | "HeavyArmor" | "MediumArmor" | "LightArmor")[];
|
|
3956
|
-
infix_upgrade: {
|
|
3957
|
-
id: number;
|
|
3958
|
-
attributes: {
|
|
3959
|
-
attribute: "AgonyResistance" | "BoonDuration" | "ConditionDamage" | "ConditionDuration" | "CritDamage" | "Healing" | "Power" | "Precision" | "Toughness" | "Vitality";
|
|
3960
|
-
modifier: number;
|
|
3961
|
-
}[];
|
|
3962
|
-
buff?: {
|
|
3963
|
-
skill_id: number;
|
|
3964
|
-
description?: string | undefined;
|
|
3965
|
-
} | undefined;
|
|
3966
|
-
};
|
|
3967
|
-
infusion_upgrade_flags: ("Infusion" | "Enrichment")[];
|
|
3968
|
-
suffix?: string | undefined;
|
|
3969
|
-
bonuses?: string[] | undefined;
|
|
3970
|
-
}) | ({
|
|
3971
|
-
minipet_id: number;
|
|
3972
|
-
} & {
|
|
3973
|
-
type: "Axe" | "Dagger" | "Focus" | "Greatsword" | "Hammer" | "Harpoon" | "LongBow" | "Mace" | "Pistol" | "Rifle" | "Scepter" | "Shield" | "ShortBow" | "Speargun" | "Staff" | "Sword" | "Torch" | "Trident" | "Warhorn" | "LargeBundle" | "SmallBundle" | "Toy" | "ToyTwoHanded";
|
|
3974
|
-
defense: number;
|
|
3975
|
-
infusion_slots: {
|
|
3976
|
-
flags: ("Infusion" | "Enrichment")[];
|
|
3977
|
-
item_id?: number | undefined;
|
|
3978
|
-
}[];
|
|
3979
|
-
attribute_adjustments: number;
|
|
3980
|
-
secondary_suffix_item_id: string;
|
|
3981
|
-
damage_type: "Fire" | "Ice" | "Lightning" | "Physical" | "Choking";
|
|
3982
|
-
min_power: number;
|
|
3983
|
-
max_power: number;
|
|
3984
|
-
infix_upgrade?: {
|
|
3985
|
-
id: number;
|
|
3986
|
-
attributes: {
|
|
3987
|
-
attribute: "AgonyResistance" | "BoonDuration" | "ConditionDamage" | "ConditionDuration" | "CritDamage" | "Healing" | "Power" | "Precision" | "Toughness" | "Vitality";
|
|
3988
|
-
modifier: number;
|
|
3989
|
-
}[];
|
|
3990
|
-
buff?: {
|
|
3991
|
-
skill_id: number;
|
|
3992
|
-
description?: string | undefined;
|
|
3993
|
-
} | undefined;
|
|
3994
|
-
} | undefined;
|
|
3995
|
-
suffix_item_id?: number | undefined;
|
|
3996
|
-
stat_choices?: number[] | undefined;
|
|
3997
|
-
}) | ({
|
|
3998
|
-
type: "Salvage";
|
|
3999
|
-
charges: number;
|
|
4000
|
-
} & {
|
|
4001
|
-
infusion_slots: {
|
|
4002
|
-
flags: ("Infusion" | "Enrichment")[];
|
|
4003
|
-
item_id?: number | undefined;
|
|
4004
|
-
}[];
|
|
4005
|
-
secondary_suffix_item_id: string;
|
|
4006
|
-
attribute_adjustments?: number | undefined;
|
|
4007
|
-
infix_upgrade?: {
|
|
4008
|
-
id: number;
|
|
4009
|
-
attributes: {
|
|
4010
|
-
attribute: "AgonyResistance" | "BoonDuration" | "ConditionDamage" | "ConditionDuration" | "CritDamage" | "Healing" | "Power" | "Precision" | "Toughness" | "Vitality";
|
|
4011
|
-
modifier: number;
|
|
4012
|
-
}[];
|
|
4013
|
-
buff?: {
|
|
4014
|
-
skill_id: number;
|
|
4015
|
-
description?: string | undefined;
|
|
4016
|
-
} | undefined;
|
|
4017
|
-
} | undefined;
|
|
4018
|
-
suffix_item_id?: number | undefined;
|
|
4019
|
-
stat_choices?: number[] | undefined;
|
|
4020
|
-
}) | ({
|
|
4021
|
-
type: "Salvage";
|
|
4022
|
-
charges: number;
|
|
4023
|
-
} & {
|
|
4024
|
-
size: number;
|
|
4025
|
-
no_sell_or_sort: boolean;
|
|
4026
|
-
}) | ({
|
|
4027
|
-
type: "Salvage";
|
|
4028
|
-
charges: number;
|
|
4029
|
-
} & {
|
|
4030
|
-
minipet_id: number;
|
|
4031
|
-
}) | ({
|
|
4032
|
-
type: "Amulet" | "Accessory" | "Ring";
|
|
4033
|
-
infusion_slots: {
|
|
4034
|
-
flags: ("Infusion" | "Enrichment")[];
|
|
4035
|
-
item_id?: number | undefined;
|
|
4036
|
-
}[];
|
|
4037
|
-
attribute_adjustments: number;
|
|
4038
|
-
secondary_suffix_item_id: string;
|
|
4039
|
-
infix_upgrade?: {
|
|
4040
|
-
id: number;
|
|
4041
|
-
attributes: {
|
|
4042
|
-
attribute: "AgonyResistance" | "BoonDuration" | "ConditionDamage" | "ConditionDuration" | "CritDamage" | "Healing" | "Power" | "Precision" | "Toughness" | "Vitality";
|
|
4043
|
-
modifier: number;
|
|
4044
|
-
}[];
|
|
4045
|
-
buff?: {
|
|
4046
|
-
skill_id: number;
|
|
4047
|
-
description?: string | undefined;
|
|
4048
|
-
} | undefined;
|
|
4049
|
-
} | undefined;
|
|
4050
|
-
suffix_item_id?: number | undefined;
|
|
4051
|
-
stat_choices?: number[] | undefined;
|
|
4052
|
-
} & {
|
|
4053
|
-
infusion_slots: {
|
|
4054
|
-
flags: ("Infusion" | "Enrichment")[];
|
|
4055
|
-
item_id?: number | undefined;
|
|
4056
|
-
}[];
|
|
4057
|
-
secondary_suffix_item_id: string;
|
|
4058
|
-
attribute_adjustments?: number | undefined;
|
|
4059
|
-
infix_upgrade?: {
|
|
4060
|
-
id: number;
|
|
4061
|
-
attributes: {
|
|
4062
|
-
attribute: "AgonyResistance" | "BoonDuration" | "ConditionDamage" | "ConditionDuration" | "CritDamage" | "Healing" | "Power" | "Precision" | "Toughness" | "Vitality";
|
|
4063
|
-
modifier: number;
|
|
4064
|
-
}[];
|
|
4065
|
-
buff?: {
|
|
4066
|
-
skill_id: number;
|
|
4067
|
-
description?: string | undefined;
|
|
4068
|
-
} | undefined;
|
|
4069
|
-
} | undefined;
|
|
4070
|
-
suffix_item_id?: number | undefined;
|
|
4071
|
-
stat_choices?: number[] | undefined;
|
|
4072
|
-
}) | ({
|
|
4073
|
-
type: "Amulet" | "Accessory" | "Ring";
|
|
4074
|
-
infusion_slots: {
|
|
4075
|
-
flags: ("Infusion" | "Enrichment")[];
|
|
4076
|
-
item_id?: number | undefined;
|
|
4077
|
-
}[];
|
|
4078
|
-
attribute_adjustments: number;
|
|
4079
|
-
secondary_suffix_item_id: string;
|
|
4080
|
-
infix_upgrade?: {
|
|
4081
|
-
id: number;
|
|
4082
|
-
attributes: {
|
|
4083
|
-
attribute: "AgonyResistance" | "BoonDuration" | "ConditionDamage" | "ConditionDuration" | "CritDamage" | "Healing" | "Power" | "Precision" | "Toughness" | "Vitality";
|
|
4084
|
-
modifier: number;
|
|
4085
|
-
}[];
|
|
4086
|
-
buff?: {
|
|
4087
|
-
skill_id: number;
|
|
4088
|
-
description?: string | undefined;
|
|
4089
|
-
} | undefined;
|
|
4090
|
-
} | undefined;
|
|
4091
|
-
suffix_item_id?: number | undefined;
|
|
4092
|
-
stat_choices?: number[] | undefined;
|
|
4093
|
-
} & {
|
|
4094
|
-
size: number;
|
|
4095
|
-
no_sell_or_sort: boolean;
|
|
4096
|
-
}) | ({
|
|
4097
|
-
type: "Amulet" | "Accessory" | "Ring";
|
|
4098
|
-
infusion_slots: {
|
|
4099
|
-
flags: ("Infusion" | "Enrichment")[];
|
|
4100
|
-
item_id?: number | undefined;
|
|
4101
|
-
}[];
|
|
4102
|
-
attribute_adjustments: number;
|
|
4103
|
-
secondary_suffix_item_id: string;
|
|
4104
|
-
infix_upgrade?: {
|
|
4105
|
-
id: number;
|
|
4106
|
-
attributes: {
|
|
4107
|
-
attribute: "AgonyResistance" | "BoonDuration" | "ConditionDamage" | "ConditionDuration" | "CritDamage" | "Healing" | "Power" | "Precision" | "Toughness" | "Vitality";
|
|
4108
|
-
modifier: number;
|
|
4109
|
-
}[];
|
|
4110
|
-
buff?: {
|
|
4111
|
-
skill_id: number;
|
|
4112
|
-
description?: string | undefined;
|
|
4113
|
-
} | undefined;
|
|
4114
|
-
} | undefined;
|
|
4115
|
-
suffix_item_id?: number | undefined;
|
|
4116
|
-
stat_choices?: number[] | undefined;
|
|
4117
|
-
} & {
|
|
4118
|
-
minipet_id: number;
|
|
4119
|
-
}) | ({
|
|
4120
|
-
type: "Default" | "Gem" | "Rune" | "Sigil";
|
|
4121
|
-
flags: ("Axe" | "Trinket" | "Dagger" | "Focus" | "Greatsword" | "Hammer" | "Harpoon" | "LongBow" | "Mace" | "Pistol" | "Rifle" | "Scepter" | "Shield" | "ShortBow" | "Speargun" | "Staff" | "Sword" | "Torch" | "Trident" | "Warhorn" | "HeavyArmor" | "MediumArmor" | "LightArmor")[];
|
|
4122
|
-
infix_upgrade: {
|
|
4123
|
-
id: number;
|
|
4124
|
-
attributes: {
|
|
4125
|
-
attribute: "AgonyResistance" | "BoonDuration" | "ConditionDamage" | "ConditionDuration" | "CritDamage" | "Healing" | "Power" | "Precision" | "Toughness" | "Vitality";
|
|
4126
|
-
modifier: number;
|
|
4127
|
-
}[];
|
|
4128
|
-
buff?: {
|
|
4129
|
-
skill_id: number;
|
|
4130
|
-
description?: string | undefined;
|
|
4131
|
-
} | undefined;
|
|
4132
|
-
};
|
|
4133
|
-
infusion_upgrade_flags: ("Infusion" | "Enrichment")[];
|
|
4134
|
-
suffix?: string | undefined;
|
|
4135
|
-
bonuses?: string[] | undefined;
|
|
4136
|
-
} & {
|
|
4137
|
-
infusion_slots: {
|
|
4138
|
-
flags: ("Infusion" | "Enrichment")[];
|
|
4139
|
-
item_id?: number | undefined;
|
|
4140
|
-
}[];
|
|
4141
|
-
secondary_suffix_item_id: string;
|
|
4142
|
-
attribute_adjustments?: number | undefined;
|
|
4143
|
-
infix_upgrade?: {
|
|
4144
|
-
id: number;
|
|
4145
|
-
attributes: {
|
|
4146
|
-
attribute: "AgonyResistance" | "BoonDuration" | "ConditionDamage" | "ConditionDuration" | "CritDamage" | "Healing" | "Power" | "Precision" | "Toughness" | "Vitality";
|
|
4147
|
-
modifier: number;
|
|
4148
|
-
}[];
|
|
4149
|
-
buff?: {
|
|
4150
|
-
skill_id: number;
|
|
4151
|
-
description?: string | undefined;
|
|
4152
|
-
} | undefined;
|
|
4153
|
-
} | undefined;
|
|
4154
|
-
suffix_item_id?: number | undefined;
|
|
4155
|
-
stat_choices?: number[] | undefined;
|
|
4156
|
-
}) | ({
|
|
4157
|
-
type: "Default" | "Gem" | "Rune" | "Sigil";
|
|
4158
|
-
flags: ("Axe" | "Trinket" | "Dagger" | "Focus" | "Greatsword" | "Hammer" | "Harpoon" | "LongBow" | "Mace" | "Pistol" | "Rifle" | "Scepter" | "Shield" | "ShortBow" | "Speargun" | "Staff" | "Sword" | "Torch" | "Trident" | "Warhorn" | "HeavyArmor" | "MediumArmor" | "LightArmor")[];
|
|
4159
|
-
infix_upgrade: {
|
|
4160
|
-
id: number;
|
|
4161
|
-
attributes: {
|
|
4162
|
-
attribute: "AgonyResistance" | "BoonDuration" | "ConditionDamage" | "ConditionDuration" | "CritDamage" | "Healing" | "Power" | "Precision" | "Toughness" | "Vitality";
|
|
4163
|
-
modifier: number;
|
|
4164
|
-
}[];
|
|
4165
|
-
buff?: {
|
|
4166
|
-
skill_id: number;
|
|
4167
|
-
description?: string | undefined;
|
|
4168
|
-
} | undefined;
|
|
4169
|
-
};
|
|
4170
|
-
infusion_upgrade_flags: ("Infusion" | "Enrichment")[];
|
|
4171
|
-
suffix?: string | undefined;
|
|
4172
|
-
bonuses?: string[] | undefined;
|
|
4173
|
-
} & {
|
|
4174
|
-
size: number;
|
|
4175
|
-
no_sell_or_sort: boolean;
|
|
4176
|
-
}) | ({
|
|
4177
|
-
type: "Default" | "Gem" | "Rune" | "Sigil";
|
|
4178
|
-
flags: ("Axe" | "Trinket" | "Dagger" | "Focus" | "Greatsword" | "Hammer" | "Harpoon" | "LongBow" | "Mace" | "Pistol" | "Rifle" | "Scepter" | "Shield" | "ShortBow" | "Speargun" | "Staff" | "Sword" | "Torch" | "Trident" | "Warhorn" | "HeavyArmor" | "MediumArmor" | "LightArmor")[];
|
|
4179
|
-
infix_upgrade: {
|
|
4180
|
-
id: number;
|
|
4181
|
-
attributes: {
|
|
4182
|
-
attribute: "AgonyResistance" | "BoonDuration" | "ConditionDamage" | "ConditionDuration" | "CritDamage" | "Healing" | "Power" | "Precision" | "Toughness" | "Vitality";
|
|
4183
|
-
modifier: number;
|
|
4184
|
-
}[];
|
|
4185
|
-
buff?: {
|
|
4186
|
-
skill_id: number;
|
|
4187
|
-
description?: string | undefined;
|
|
4188
|
-
} | undefined;
|
|
4189
|
-
};
|
|
4190
|
-
infusion_upgrade_flags: ("Infusion" | "Enrichment")[];
|
|
4191
|
-
suffix?: string | undefined;
|
|
4192
|
-
bonuses?: string[] | undefined;
|
|
4193
|
-
} & {
|
|
4194
|
-
type: "Immediate" | "Default" | "GiftBox" | "OpenUI";
|
|
4195
|
-
}) | ({
|
|
4196
|
-
type: "Default" | "Gem" | "Rune" | "Sigil";
|
|
4197
|
-
flags: ("Axe" | "Trinket" | "Dagger" | "Focus" | "Greatsword" | "Hammer" | "Harpoon" | "LongBow" | "Mace" | "Pistol" | "Rifle" | "Scepter" | "Shield" | "ShortBow" | "Speargun" | "Staff" | "Sword" | "Torch" | "Trident" | "Warhorn" | "HeavyArmor" | "MediumArmor" | "LightArmor")[];
|
|
4198
|
-
infix_upgrade: {
|
|
4199
|
-
id: number;
|
|
4200
|
-
attributes: {
|
|
4201
|
-
attribute: "AgonyResistance" | "BoonDuration" | "ConditionDamage" | "ConditionDuration" | "CritDamage" | "Healing" | "Power" | "Precision" | "Toughness" | "Vitality";
|
|
4202
|
-
modifier: number;
|
|
4203
|
-
}[];
|
|
4204
|
-
buff?: {
|
|
4205
|
-
skill_id: number;
|
|
4206
|
-
description?: string | undefined;
|
|
4207
|
-
} | undefined;
|
|
4208
|
-
};
|
|
4209
|
-
infusion_upgrade_flags: ("Infusion" | "Enrichment")[];
|
|
4210
|
-
suffix?: string | undefined;
|
|
4211
|
-
bonuses?: string[] | undefined;
|
|
4212
|
-
} & {
|
|
4213
|
-
type: "Default" | "ContainerKey" | "RentableContractNpc" | "UnlimitedConsumable";
|
|
4214
|
-
guild_upgrade_id?: number | undefined;
|
|
4215
|
-
vendor_ids?: number[] | undefined;
|
|
4216
|
-
}) | ({
|
|
4217
|
-
type: "Default" | "Gem" | "Rune" | "Sigil";
|
|
4218
|
-
flags: ("Axe" | "Trinket" | "Dagger" | "Focus" | "Greatsword" | "Hammer" | "Harpoon" | "LongBow" | "Mace" | "Pistol" | "Rifle" | "Scepter" | "Shield" | "ShortBow" | "Speargun" | "Staff" | "Sword" | "Torch" | "Trident" | "Warhorn" | "HeavyArmor" | "MediumArmor" | "LightArmor")[];
|
|
4219
|
-
infix_upgrade: {
|
|
4220
|
-
id: number;
|
|
4221
|
-
attributes: {
|
|
4222
|
-
attribute: "AgonyResistance" | "BoonDuration" | "ConditionDamage" | "ConditionDuration" | "CritDamage" | "Healing" | "Power" | "Precision" | "Toughness" | "Vitality";
|
|
4223
|
-
modifier: number;
|
|
4224
|
-
}[];
|
|
4225
|
-
buff?: {
|
|
4226
|
-
skill_id: number;
|
|
4227
|
-
description?: string | undefined;
|
|
4228
|
-
} | undefined;
|
|
4229
|
-
};
|
|
4230
|
-
infusion_upgrade_flags: ("Infusion" | "Enrichment")[];
|
|
4231
|
-
suffix?: string | undefined;
|
|
4232
|
-
bonuses?: string[] | undefined;
|
|
4233
|
-
} & {
|
|
4234
|
-
minipet_id: number;
|
|
4235
|
-
}) | ({
|
|
4236
|
-
type: "Axe" | "Dagger" | "Focus" | "Greatsword" | "Hammer" | "Harpoon" | "LongBow" | "Mace" | "Pistol" | "Rifle" | "Scepter" | "Shield" | "ShortBow" | "Speargun" | "Staff" | "Sword" | "Torch" | "Trident" | "Warhorn" | "LargeBundle" | "SmallBundle" | "Toy" | "ToyTwoHanded";
|
|
4237
|
-
defense: number;
|
|
4238
|
-
infusion_slots: {
|
|
4239
|
-
flags: ("Infusion" | "Enrichment")[];
|
|
4240
|
-
item_id?: number | undefined;
|
|
4241
|
-
}[];
|
|
4242
|
-
attribute_adjustments: number;
|
|
4243
|
-
secondary_suffix_item_id: string;
|
|
4244
|
-
damage_type: "Fire" | "Ice" | "Lightning" | "Physical" | "Choking";
|
|
4245
|
-
min_power: number;
|
|
4246
|
-
max_power: number;
|
|
4247
|
-
infix_upgrade?: {
|
|
4248
|
-
id: number;
|
|
4249
|
-
attributes: {
|
|
4250
|
-
attribute: "AgonyResistance" | "BoonDuration" | "ConditionDamage" | "ConditionDuration" | "CritDamage" | "Healing" | "Power" | "Precision" | "Toughness" | "Vitality";
|
|
4251
|
-
modifier: number;
|
|
4252
|
-
}[];
|
|
4253
|
-
buff?: {
|
|
4254
|
-
skill_id: number;
|
|
4255
|
-
description?: string | undefined;
|
|
4256
|
-
} | undefined;
|
|
4257
|
-
} | undefined;
|
|
4258
|
-
suffix_item_id?: number | undefined;
|
|
4259
|
-
stat_choices?: number[] | undefined;
|
|
4260
|
-
} & {
|
|
4261
|
-
infusion_slots: {
|
|
4262
|
-
flags: ("Infusion" | "Enrichment")[];
|
|
4263
|
-
item_id?: number | undefined;
|
|
4264
|
-
}[];
|
|
4265
|
-
secondary_suffix_item_id: string;
|
|
4266
|
-
attribute_adjustments?: number | undefined;
|
|
4267
|
-
infix_upgrade?: {
|
|
4268
|
-
id: number;
|
|
4269
|
-
attributes: {
|
|
4270
|
-
attribute: "AgonyResistance" | "BoonDuration" | "ConditionDamage" | "ConditionDuration" | "CritDamage" | "Healing" | "Power" | "Precision" | "Toughness" | "Vitality";
|
|
4271
|
-
modifier: number;
|
|
4272
|
-
}[];
|
|
4273
|
-
buff?: {
|
|
4274
|
-
skill_id: number;
|
|
4275
|
-
description?: string | undefined;
|
|
4276
|
-
} | undefined;
|
|
4277
|
-
} | undefined;
|
|
4278
|
-
suffix_item_id?: number | undefined;
|
|
4279
|
-
stat_choices?: number[] | undefined;
|
|
4280
|
-
}) | ({
|
|
4281
|
-
type: "Axe" | "Dagger" | "Focus" | "Greatsword" | "Hammer" | "Harpoon" | "LongBow" | "Mace" | "Pistol" | "Rifle" | "Scepter" | "Shield" | "ShortBow" | "Speargun" | "Staff" | "Sword" | "Torch" | "Trident" | "Warhorn" | "LargeBundle" | "SmallBundle" | "Toy" | "ToyTwoHanded";
|
|
4282
|
-
defense: number;
|
|
4283
|
-
infusion_slots: {
|
|
4284
|
-
flags: ("Infusion" | "Enrichment")[];
|
|
4285
|
-
item_id?: number | undefined;
|
|
4286
|
-
}[];
|
|
4287
|
-
attribute_adjustments: number;
|
|
4288
|
-
secondary_suffix_item_id: string;
|
|
4289
|
-
damage_type: "Fire" | "Ice" | "Lightning" | "Physical" | "Choking";
|
|
4290
|
-
min_power: number;
|
|
4291
|
-
max_power: number;
|
|
4292
|
-
infix_upgrade?: {
|
|
4293
|
-
id: number;
|
|
4294
|
-
attributes: {
|
|
4295
|
-
attribute: "AgonyResistance" | "BoonDuration" | "ConditionDamage" | "ConditionDuration" | "CritDamage" | "Healing" | "Power" | "Precision" | "Toughness" | "Vitality";
|
|
4296
|
-
modifier: number;
|
|
4297
|
-
}[];
|
|
4298
|
-
buff?: {
|
|
4299
|
-
skill_id: number;
|
|
4300
|
-
description?: string | undefined;
|
|
4301
|
-
} | undefined;
|
|
4302
|
-
} | undefined;
|
|
4303
|
-
suffix_item_id?: number | undefined;
|
|
4304
|
-
stat_choices?: number[] | undefined;
|
|
4305
|
-
} & {
|
|
4306
|
-
size: number;
|
|
4307
|
-
no_sell_or_sort: boolean;
|
|
4308
|
-
}) | ({
|
|
4309
|
-
type: "Axe" | "Dagger" | "Focus" | "Greatsword" | "Hammer" | "Harpoon" | "LongBow" | "Mace" | "Pistol" | "Rifle" | "Scepter" | "Shield" | "ShortBow" | "Speargun" | "Staff" | "Sword" | "Torch" | "Trident" | "Warhorn" | "LargeBundle" | "SmallBundle" | "Toy" | "ToyTwoHanded";
|
|
4310
|
-
defense: number;
|
|
4311
|
-
infusion_slots: {
|
|
4312
|
-
flags: ("Infusion" | "Enrichment")[];
|
|
4313
|
-
item_id?: number | undefined;
|
|
4314
|
-
}[];
|
|
4315
|
-
attribute_adjustments: number;
|
|
4316
|
-
secondary_suffix_item_id: string;
|
|
4317
|
-
damage_type: "Fire" | "Ice" | "Lightning" | "Physical" | "Choking";
|
|
4318
|
-
min_power: number;
|
|
4319
|
-
max_power: number;
|
|
4320
|
-
infix_upgrade?: {
|
|
4321
|
-
id: number;
|
|
4322
|
-
attributes: {
|
|
4323
|
-
attribute: "AgonyResistance" | "BoonDuration" | "ConditionDamage" | "ConditionDuration" | "CritDamage" | "Healing" | "Power" | "Precision" | "Toughness" | "Vitality";
|
|
4324
|
-
modifier: number;
|
|
4325
|
-
}[];
|
|
4326
|
-
buff?: {
|
|
4327
|
-
skill_id: number;
|
|
4328
|
-
description?: string | undefined;
|
|
4329
|
-
} | undefined;
|
|
4330
|
-
} | undefined;
|
|
4331
|
-
suffix_item_id?: number | undefined;
|
|
4332
|
-
stat_choices?: number[] | undefined;
|
|
4333
|
-
} & {
|
|
4334
|
-
minipet_id: number;
|
|
4335
|
-
});
|
|
4336
|
-
icon?: string | undefined;
|
|
4337
|
-
description?: string | undefined;
|
|
4338
|
-
default_skin?: number | undefined;
|
|
4339
|
-
upgrades_into?: {
|
|
4340
|
-
item_id: number;
|
|
4341
|
-
upgrade: "Attunement" | "Infusion";
|
|
4342
|
-
}[] | undefined;
|
|
4343
|
-
upgrades_from?: {
|
|
4344
|
-
item_id: number;
|
|
4345
|
-
upgrade: "Attunement" | "Infusion";
|
|
4346
|
-
}[] | undefined;
|
|
4347
|
-
}, {
|
|
4348
|
-
id: number;
|
|
4349
|
-
name: string;
|
|
4350
|
-
type: "PowerCore" | "Consumable" | "Armor" | "Back" | "Bag" | "Container" | "CraftingMaterial" | "Gathering" | "Gizmo" | "JadeTechModule" | "Key" | "MiniPet" | "Tool" | "Trait" | "Trinket" | "Trophy" | "UpgradeComponent" | "Weapon";
|
|
4351
|
-
level: number;
|
|
4352
|
-
chat_link: string;
|
|
4353
|
-
flags: ("AccountBindOnUse" | "AccountBound" | "Attuned" | "BulkConsume" | "DeleteWarning" | "HideSuffix" | "Infused" | "MonsterOnly" | "NoMysticForge" | "NoSalvage" | "NoSell" | "NotUpgradeable" | "NoUnderwater" | "SoulbindOnAcquire" | "SoulBindOnUse" | "Tonic" | "Unique")[];
|
|
4354
|
-
rarity: "Rare" | "Junk" | "Basic" | "Fine" | "Masterwork" | "Exotic" | "Ascended" | "Legendary";
|
|
4355
|
-
vendor_value: number;
|
|
4356
|
-
game_types: ("Activity" | "Dungeon" | "Pve" | "Pvp" | "Wvw" | "PvpLobby")[];
|
|
4357
|
-
restrictions: ("Asura" | "Charr" | "Human" | "Norn" | "Sylvari" | "Female" | "Elementalist" | "Engineer" | "Guardian" | "Mesmer" | "Necromancer" | "Ranger" | "Thief" | "Warrior")[];
|
|
4358
|
-
details: {
|
|
4359
|
-
type: "HelmAquatic" | "Coat" | "Boots" | "Gloves" | "Helm" | "Leggings" | "Shoulders";
|
|
4360
|
-
weight_class: "Heavy" | "Medium" | "Light" | "Clothing";
|
|
4361
|
-
defense: number;
|
|
4362
|
-
infusion_slots: {
|
|
4363
|
-
flags: ("Infusion" | "Enrichment")[];
|
|
4364
|
-
item_id?: number | undefined;
|
|
4365
|
-
}[];
|
|
4366
|
-
attribute_adjustments: number;
|
|
4367
|
-
infix_upgrade?: {
|
|
4368
|
-
id: number;
|
|
4369
|
-
attributes: {
|
|
4370
|
-
attribute: "AgonyResistance" | "BoonDuration" | "ConditionDamage" | "ConditionDuration" | "CritDamage" | "Healing" | "Power" | "Precision" | "Toughness" | "Vitality";
|
|
4371
|
-
modifier: number;
|
|
4372
|
-
}[];
|
|
4373
|
-
buff?: {
|
|
4374
|
-
skill_id: number;
|
|
4375
|
-
description?: string | undefined;
|
|
4376
|
-
} | undefined;
|
|
4377
|
-
} | undefined;
|
|
4378
|
-
} | {
|
|
4379
|
-
infusion_slots: {
|
|
4380
|
-
flags: ("Infusion" | "Enrichment")[];
|
|
4381
|
-
item_id?: number | undefined;
|
|
4382
|
-
}[];
|
|
4383
|
-
secondary_suffix_item_id: string;
|
|
4384
|
-
attribute_adjustments?: number | undefined;
|
|
4385
|
-
infix_upgrade?: {
|
|
4386
|
-
id: number;
|
|
4387
|
-
attributes: {
|
|
4388
|
-
attribute: "AgonyResistance" | "BoonDuration" | "ConditionDamage" | "ConditionDuration" | "CritDamage" | "Healing" | "Power" | "Precision" | "Toughness" | "Vitality";
|
|
4389
|
-
modifier: number;
|
|
4390
|
-
}[];
|
|
4391
|
-
buff?: {
|
|
4392
|
-
skill_id: number;
|
|
4393
|
-
description?: string | undefined;
|
|
4394
|
-
} | undefined;
|
|
4395
|
-
} | undefined;
|
|
4396
|
-
suffix_item_id?: number | undefined;
|
|
4397
|
-
stat_choices?: number[] | undefined;
|
|
4398
|
-
} | {
|
|
4399
|
-
size: number;
|
|
4400
|
-
no_sell_or_sort: boolean;
|
|
4401
|
-
} | {
|
|
4402
|
-
type: "Currency" | "Unlock" | "AppearanceChange" | "Booze" | "ContractNpc" | "Food" | "Generic" | "Halloween" | "Immediate" | "MountRandomUnlock" | "RandomUnlock" | "Transmutation" | "UpgradeRemoval" | "Utility" | "TeleportToFriend";
|
|
4403
|
-
description?: string | undefined;
|
|
4404
|
-
duration_ms?: number | undefined;
|
|
4405
|
-
unlock_type?: "RandomUnlock" | "BagSlot" | "BankTab" | "Champion" | "CollectibleCapacity" | "Content" | "CraftingRecipe" | "Dye" | "GliderSkin" | "Minipet" | "Ms" | "Outfit" | "SharedSlot" | undefined;
|
|
4406
|
-
color_id?: number | undefined;
|
|
4407
|
-
recipe_id?: number | undefined;
|
|
4408
|
-
extra_recipe_ids?: number[] | undefined;
|
|
4409
|
-
guild_upgrade_id?: number | undefined;
|
|
4410
|
-
apply_count?: number | undefined;
|
|
4411
|
-
name?: string | undefined;
|
|
4412
|
-
icon?: string | undefined;
|
|
4413
|
-
skins?: number[] | undefined;
|
|
4414
|
-
} | {
|
|
4415
|
-
type: "Immediate" | "Default" | "GiftBox" | "OpenUI";
|
|
4416
|
-
} | {
|
|
4417
|
-
type: "Foraging" | "Logging" | "Mining" | "Bait" | "Lure";
|
|
4418
|
-
} | {
|
|
4419
|
-
type: "Default" | "ContainerKey" | "RentableContractNpc" | "UnlimitedConsumable";
|
|
4420
|
-
guild_upgrade_id?: number | undefined;
|
|
4421
|
-
vendor_ids?: number[] | undefined;
|
|
4422
|
-
} | {
|
|
4423
|
-
minipet_id: number;
|
|
4424
|
-
} | {
|
|
4425
|
-
type: "Salvage";
|
|
4426
|
-
charges: number;
|
|
4427
|
-
} | {
|
|
4428
|
-
type: "Amulet" | "Accessory" | "Ring";
|
|
4429
|
-
infusion_slots: {
|
|
4430
|
-
flags: ("Infusion" | "Enrichment")[];
|
|
4431
|
-
item_id?: number | undefined;
|
|
4432
|
-
}[];
|
|
4433
|
-
attribute_adjustments: number;
|
|
4434
|
-
secondary_suffix_item_id: string;
|
|
4435
|
-
infix_upgrade?: {
|
|
4436
|
-
id: number;
|
|
4437
|
-
attributes: {
|
|
4438
|
-
attribute: "AgonyResistance" | "BoonDuration" | "ConditionDamage" | "ConditionDuration" | "CritDamage" | "Healing" | "Power" | "Precision" | "Toughness" | "Vitality";
|
|
4439
|
-
modifier: number;
|
|
4440
|
-
}[];
|
|
4441
|
-
buff?: {
|
|
4442
|
-
skill_id: number;
|
|
4443
|
-
description?: string | undefined;
|
|
4444
|
-
} | undefined;
|
|
4445
|
-
} | undefined;
|
|
4446
|
-
suffix_item_id?: number | undefined;
|
|
4447
|
-
stat_choices?: number[] | undefined;
|
|
4448
|
-
} | {
|
|
4449
|
-
type: "Default" | "Gem" | "Rune" | "Sigil";
|
|
4450
|
-
flags: ("Axe" | "Trinket" | "Dagger" | "Focus" | "Greatsword" | "Hammer" | "Harpoon" | "LongBow" | "Mace" | "Pistol" | "Rifle" | "Scepter" | "Shield" | "ShortBow" | "Speargun" | "Staff" | "Sword" | "Torch" | "Trident" | "Warhorn" | "HeavyArmor" | "MediumArmor" | "LightArmor")[];
|
|
4451
|
-
infix_upgrade: {
|
|
4452
|
-
id: number;
|
|
4453
|
-
attributes: {
|
|
4454
|
-
attribute: "AgonyResistance" | "BoonDuration" | "ConditionDamage" | "ConditionDuration" | "CritDamage" | "Healing" | "Power" | "Precision" | "Toughness" | "Vitality";
|
|
4455
|
-
modifier: number;
|
|
4456
|
-
}[];
|
|
4457
|
-
buff?: {
|
|
4458
|
-
skill_id: number;
|
|
4459
|
-
description?: string | undefined;
|
|
4460
|
-
} | undefined;
|
|
4461
|
-
};
|
|
4462
|
-
infusion_upgrade_flags: ("Infusion" | "Enrichment")[];
|
|
4463
|
-
suffix?: string | undefined;
|
|
4464
|
-
bonuses?: string[] | undefined;
|
|
4465
|
-
} | {
|
|
4466
|
-
type: "Axe" | "Dagger" | "Focus" | "Greatsword" | "Hammer" | "Harpoon" | "LongBow" | "Mace" | "Pistol" | "Rifle" | "Scepter" | "Shield" | "ShortBow" | "Speargun" | "Staff" | "Sword" | "Torch" | "Trident" | "Warhorn" | "LargeBundle" | "SmallBundle" | "Toy" | "ToyTwoHanded";
|
|
4467
|
-
defense: number;
|
|
4468
|
-
infusion_slots: {
|
|
4469
|
-
flags: ("Infusion" | "Enrichment")[];
|
|
4470
|
-
item_id?: number | undefined;
|
|
4471
|
-
}[];
|
|
4472
|
-
attribute_adjustments: number;
|
|
4473
|
-
secondary_suffix_item_id: string;
|
|
4474
|
-
damage_type: "Fire" | "Ice" | "Lightning" | "Physical" | "Choking";
|
|
4475
|
-
min_power: number;
|
|
4476
|
-
max_power: number;
|
|
4477
|
-
infix_upgrade?: {
|
|
4478
|
-
id: number;
|
|
4479
|
-
attributes: {
|
|
4480
|
-
attribute: "AgonyResistance" | "BoonDuration" | "ConditionDamage" | "ConditionDuration" | "CritDamage" | "Healing" | "Power" | "Precision" | "Toughness" | "Vitality";
|
|
4481
|
-
modifier: number;
|
|
4482
|
-
}[];
|
|
4483
|
-
buff?: {
|
|
4484
|
-
skill_id: number;
|
|
4485
|
-
description?: string | undefined;
|
|
4486
|
-
} | undefined;
|
|
4487
|
-
} | undefined;
|
|
4488
|
-
suffix_item_id?: number | undefined;
|
|
4489
|
-
stat_choices?: number[] | undefined;
|
|
4490
|
-
} | ({
|
|
4491
|
-
type: "HelmAquatic" | "Coat" | "Boots" | "Gloves" | "Helm" | "Leggings" | "Shoulders";
|
|
4492
|
-
weight_class: "Heavy" | "Medium" | "Light" | "Clothing";
|
|
4493
|
-
defense: number;
|
|
4494
|
-
infusion_slots: {
|
|
4495
|
-
flags: ("Infusion" | "Enrichment")[];
|
|
4496
|
-
item_id?: number | undefined;
|
|
4497
|
-
}[];
|
|
4498
|
-
attribute_adjustments: number;
|
|
4499
|
-
infix_upgrade?: {
|
|
4500
|
-
id: number;
|
|
4501
|
-
attributes: {
|
|
4502
|
-
attribute: "AgonyResistance" | "BoonDuration" | "ConditionDamage" | "ConditionDuration" | "CritDamage" | "Healing" | "Power" | "Precision" | "Toughness" | "Vitality";
|
|
4503
|
-
modifier: number;
|
|
4504
|
-
}[];
|
|
4505
|
-
buff?: {
|
|
4506
|
-
skill_id: number;
|
|
4507
|
-
description?: string | undefined;
|
|
4508
|
-
} | undefined;
|
|
4509
|
-
} | undefined;
|
|
4510
|
-
} & {
|
|
4511
|
-
infusion_slots: {
|
|
4512
|
-
flags: ("Infusion" | "Enrichment")[];
|
|
4513
|
-
item_id?: number | undefined;
|
|
4514
|
-
}[];
|
|
4515
|
-
secondary_suffix_item_id: string;
|
|
4516
|
-
attribute_adjustments?: number | undefined;
|
|
4517
|
-
infix_upgrade?: {
|
|
4518
|
-
id: number;
|
|
4519
|
-
attributes: {
|
|
4520
|
-
attribute: "AgonyResistance" | "BoonDuration" | "ConditionDamage" | "ConditionDuration" | "CritDamage" | "Healing" | "Power" | "Precision" | "Toughness" | "Vitality";
|
|
4521
|
-
modifier: number;
|
|
4522
|
-
}[];
|
|
4523
|
-
buff?: {
|
|
4524
|
-
skill_id: number;
|
|
4525
|
-
description?: string | undefined;
|
|
4526
|
-
} | undefined;
|
|
4527
|
-
} | undefined;
|
|
4528
|
-
suffix_item_id?: number | undefined;
|
|
4529
|
-
stat_choices?: number[] | undefined;
|
|
4530
|
-
}) | ({
|
|
4531
|
-
type: "HelmAquatic" | "Coat" | "Boots" | "Gloves" | "Helm" | "Leggings" | "Shoulders";
|
|
4532
|
-
weight_class: "Heavy" | "Medium" | "Light" | "Clothing";
|
|
4533
|
-
defense: number;
|
|
4534
|
-
infusion_slots: {
|
|
4535
|
-
flags: ("Infusion" | "Enrichment")[];
|
|
4536
|
-
item_id?: number | undefined;
|
|
4537
|
-
}[];
|
|
4538
|
-
attribute_adjustments: number;
|
|
4539
|
-
infix_upgrade?: {
|
|
4540
|
-
id: number;
|
|
4541
|
-
attributes: {
|
|
4542
|
-
attribute: "AgonyResistance" | "BoonDuration" | "ConditionDamage" | "ConditionDuration" | "CritDamage" | "Healing" | "Power" | "Precision" | "Toughness" | "Vitality";
|
|
4543
|
-
modifier: number;
|
|
4544
|
-
}[];
|
|
4545
|
-
buff?: {
|
|
4546
|
-
skill_id: number;
|
|
4547
|
-
description?: string | undefined;
|
|
4548
|
-
} | undefined;
|
|
4549
|
-
} | undefined;
|
|
4550
|
-
} & {
|
|
4551
|
-
size: number;
|
|
4552
|
-
no_sell_or_sort: boolean;
|
|
4553
|
-
}) | ({
|
|
4554
|
-
type: "HelmAquatic" | "Coat" | "Boots" | "Gloves" | "Helm" | "Leggings" | "Shoulders";
|
|
4555
|
-
weight_class: "Heavy" | "Medium" | "Light" | "Clothing";
|
|
4556
|
-
defense: number;
|
|
4557
|
-
infusion_slots: {
|
|
4558
|
-
flags: ("Infusion" | "Enrichment")[];
|
|
4559
|
-
item_id?: number | undefined;
|
|
4560
|
-
}[];
|
|
4561
|
-
attribute_adjustments: number;
|
|
4562
|
-
infix_upgrade?: {
|
|
4563
|
-
id: number;
|
|
4564
|
-
attributes: {
|
|
4565
|
-
attribute: "AgonyResistance" | "BoonDuration" | "ConditionDamage" | "ConditionDuration" | "CritDamage" | "Healing" | "Power" | "Precision" | "Toughness" | "Vitality";
|
|
4566
|
-
modifier: number;
|
|
4567
|
-
}[];
|
|
4568
|
-
buff?: {
|
|
4569
|
-
skill_id: number;
|
|
4570
|
-
description?: string | undefined;
|
|
4571
|
-
} | undefined;
|
|
4572
|
-
} | undefined;
|
|
4573
|
-
} & {
|
|
4574
|
-
minipet_id: number;
|
|
4575
|
-
}) | ({
|
|
4576
|
-
infusion_slots: {
|
|
4577
|
-
flags: ("Infusion" | "Enrichment")[];
|
|
4578
|
-
item_id?: number | undefined;
|
|
4579
|
-
}[];
|
|
4580
|
-
secondary_suffix_item_id: string;
|
|
4581
|
-
attribute_adjustments?: number | undefined;
|
|
4582
|
-
infix_upgrade?: {
|
|
4583
|
-
id: number;
|
|
4584
|
-
attributes: {
|
|
4585
|
-
attribute: "AgonyResistance" | "BoonDuration" | "ConditionDamage" | "ConditionDuration" | "CritDamage" | "Healing" | "Power" | "Precision" | "Toughness" | "Vitality";
|
|
4586
|
-
modifier: number;
|
|
4587
|
-
}[];
|
|
4588
|
-
buff?: {
|
|
4589
|
-
skill_id: number;
|
|
4590
|
-
description?: string | undefined;
|
|
4591
|
-
} | undefined;
|
|
4592
|
-
} | undefined;
|
|
4593
|
-
suffix_item_id?: number | undefined;
|
|
4594
|
-
stat_choices?: number[] | undefined;
|
|
4595
|
-
} & {
|
|
4596
|
-
type: "HelmAquatic" | "Coat" | "Boots" | "Gloves" | "Helm" | "Leggings" | "Shoulders";
|
|
4597
|
-
weight_class: "Heavy" | "Medium" | "Light" | "Clothing";
|
|
4598
|
-
defense: number;
|
|
4599
|
-
infusion_slots: {
|
|
4600
|
-
flags: ("Infusion" | "Enrichment")[];
|
|
4601
|
-
item_id?: number | undefined;
|
|
4602
|
-
}[];
|
|
4603
|
-
attribute_adjustments: number;
|
|
4604
|
-
infix_upgrade?: {
|
|
4605
|
-
id: number;
|
|
4606
|
-
attributes: {
|
|
4607
|
-
attribute: "AgonyResistance" | "BoonDuration" | "ConditionDamage" | "ConditionDuration" | "CritDamage" | "Healing" | "Power" | "Precision" | "Toughness" | "Vitality";
|
|
4608
|
-
modifier: number;
|
|
4609
|
-
}[];
|
|
4610
|
-
buff?: {
|
|
4611
|
-
skill_id: number;
|
|
4612
|
-
description?: string | undefined;
|
|
4613
|
-
} | undefined;
|
|
4614
|
-
} | undefined;
|
|
4615
|
-
}) | ({
|
|
4616
|
-
infusion_slots: {
|
|
4617
|
-
flags: ("Infusion" | "Enrichment")[];
|
|
4618
|
-
item_id?: number | undefined;
|
|
4619
|
-
}[];
|
|
4620
|
-
secondary_suffix_item_id: string;
|
|
4621
|
-
attribute_adjustments?: number | undefined;
|
|
4622
|
-
infix_upgrade?: {
|
|
4623
|
-
id: number;
|
|
4624
|
-
attributes: {
|
|
4625
|
-
attribute: "AgonyResistance" | "BoonDuration" | "ConditionDamage" | "ConditionDuration" | "CritDamage" | "Healing" | "Power" | "Precision" | "Toughness" | "Vitality";
|
|
4626
|
-
modifier: number;
|
|
4627
|
-
}[];
|
|
4628
|
-
buff?: {
|
|
4629
|
-
skill_id: number;
|
|
4630
|
-
description?: string | undefined;
|
|
4631
|
-
} | undefined;
|
|
4632
|
-
} | undefined;
|
|
4633
|
-
suffix_item_id?: number | undefined;
|
|
4634
|
-
stat_choices?: number[] | undefined;
|
|
4635
|
-
} & {
|
|
4636
|
-
size: number;
|
|
4637
|
-
no_sell_or_sort: boolean;
|
|
4638
|
-
}) | ({
|
|
4639
|
-
infusion_slots: {
|
|
4640
|
-
flags: ("Infusion" | "Enrichment")[];
|
|
4641
|
-
item_id?: number | undefined;
|
|
4642
|
-
}[];
|
|
4643
|
-
secondary_suffix_item_id: string;
|
|
4644
|
-
attribute_adjustments?: number | undefined;
|
|
4645
|
-
infix_upgrade?: {
|
|
4646
|
-
id: number;
|
|
4647
|
-
attributes: {
|
|
4648
|
-
attribute: "AgonyResistance" | "BoonDuration" | "ConditionDamage" | "ConditionDuration" | "CritDamage" | "Healing" | "Power" | "Precision" | "Toughness" | "Vitality";
|
|
4649
|
-
modifier: number;
|
|
4650
|
-
}[];
|
|
4651
|
-
buff?: {
|
|
4652
|
-
skill_id: number;
|
|
4653
|
-
description?: string | undefined;
|
|
4654
|
-
} | undefined;
|
|
4655
|
-
} | undefined;
|
|
4656
|
-
suffix_item_id?: number | undefined;
|
|
4657
|
-
stat_choices?: number[] | undefined;
|
|
4658
|
-
} & {
|
|
4659
|
-
type: "Currency" | "Unlock" | "AppearanceChange" | "Booze" | "ContractNpc" | "Food" | "Generic" | "Halloween" | "Immediate" | "MountRandomUnlock" | "RandomUnlock" | "Transmutation" | "UpgradeRemoval" | "Utility" | "TeleportToFriend";
|
|
4660
|
-
description?: string | undefined;
|
|
4661
|
-
duration_ms?: number | undefined;
|
|
4662
|
-
unlock_type?: "RandomUnlock" | "BagSlot" | "BankTab" | "Champion" | "CollectibleCapacity" | "Content" | "CraftingRecipe" | "Dye" | "GliderSkin" | "Minipet" | "Ms" | "Outfit" | "SharedSlot" | undefined;
|
|
4663
|
-
color_id?: number | undefined;
|
|
4664
|
-
recipe_id?: number | undefined;
|
|
4665
|
-
extra_recipe_ids?: number[] | undefined;
|
|
4666
|
-
guild_upgrade_id?: number | undefined;
|
|
4667
|
-
apply_count?: number | undefined;
|
|
4668
|
-
name?: string | undefined;
|
|
4669
|
-
icon?: string | undefined;
|
|
4670
|
-
skins?: number[] | undefined;
|
|
4671
|
-
}) | ({
|
|
4672
|
-
infusion_slots: {
|
|
4673
|
-
flags: ("Infusion" | "Enrichment")[];
|
|
4674
|
-
item_id?: number | undefined;
|
|
4675
|
-
}[];
|
|
4676
|
-
secondary_suffix_item_id: string;
|
|
4677
|
-
attribute_adjustments?: number | undefined;
|
|
4678
|
-
infix_upgrade?: {
|
|
4679
|
-
id: number;
|
|
4680
|
-
attributes: {
|
|
4681
|
-
attribute: "AgonyResistance" | "BoonDuration" | "ConditionDamage" | "ConditionDuration" | "CritDamage" | "Healing" | "Power" | "Precision" | "Toughness" | "Vitality";
|
|
4682
|
-
modifier: number;
|
|
4683
|
-
}[];
|
|
4684
|
-
buff?: {
|
|
4685
|
-
skill_id: number;
|
|
4686
|
-
description?: string | undefined;
|
|
4687
|
-
} | undefined;
|
|
4688
|
-
} | undefined;
|
|
4689
|
-
suffix_item_id?: number | undefined;
|
|
4690
|
-
stat_choices?: number[] | undefined;
|
|
4691
|
-
} & {
|
|
4692
|
-
type: "Immediate" | "Default" | "GiftBox" | "OpenUI";
|
|
4693
|
-
}) | ({
|
|
4694
|
-
infusion_slots: {
|
|
4695
|
-
flags: ("Infusion" | "Enrichment")[];
|
|
4696
|
-
item_id?: number | undefined;
|
|
4697
|
-
}[];
|
|
4698
|
-
secondary_suffix_item_id: string;
|
|
4699
|
-
attribute_adjustments?: number | undefined;
|
|
4700
|
-
infix_upgrade?: {
|
|
4701
|
-
id: number;
|
|
4702
|
-
attributes: {
|
|
4703
|
-
attribute: "AgonyResistance" | "BoonDuration" | "ConditionDamage" | "ConditionDuration" | "CritDamage" | "Healing" | "Power" | "Precision" | "Toughness" | "Vitality";
|
|
4704
|
-
modifier: number;
|
|
4705
|
-
}[];
|
|
4706
|
-
buff?: {
|
|
4707
|
-
skill_id: number;
|
|
4708
|
-
description?: string | undefined;
|
|
4709
|
-
} | undefined;
|
|
4710
|
-
} | undefined;
|
|
4711
|
-
suffix_item_id?: number | undefined;
|
|
4712
|
-
stat_choices?: number[] | undefined;
|
|
4713
|
-
} & {
|
|
4714
|
-
type: "Foraging" | "Logging" | "Mining" | "Bait" | "Lure";
|
|
4715
|
-
}) | ({
|
|
4716
|
-
infusion_slots: {
|
|
4717
|
-
flags: ("Infusion" | "Enrichment")[];
|
|
4718
|
-
item_id?: number | undefined;
|
|
4719
|
-
}[];
|
|
4720
|
-
secondary_suffix_item_id: string;
|
|
4721
|
-
attribute_adjustments?: number | undefined;
|
|
4722
|
-
infix_upgrade?: {
|
|
4723
|
-
id: number;
|
|
4724
|
-
attributes: {
|
|
4725
|
-
attribute: "AgonyResistance" | "BoonDuration" | "ConditionDamage" | "ConditionDuration" | "CritDamage" | "Healing" | "Power" | "Precision" | "Toughness" | "Vitality";
|
|
4726
|
-
modifier: number;
|
|
4727
|
-
}[];
|
|
4728
|
-
buff?: {
|
|
4729
|
-
skill_id: number;
|
|
4730
|
-
description?: string | undefined;
|
|
4731
|
-
} | undefined;
|
|
4732
|
-
} | undefined;
|
|
4733
|
-
suffix_item_id?: number | undefined;
|
|
4734
|
-
stat_choices?: number[] | undefined;
|
|
4735
|
-
} & {
|
|
4736
|
-
type: "Default" | "ContainerKey" | "RentableContractNpc" | "UnlimitedConsumable";
|
|
4737
|
-
guild_upgrade_id?: number | undefined;
|
|
4738
|
-
vendor_ids?: number[] | undefined;
|
|
4739
|
-
}) | ({
|
|
4740
|
-
infusion_slots: {
|
|
4741
|
-
flags: ("Infusion" | "Enrichment")[];
|
|
4742
|
-
item_id?: number | undefined;
|
|
4743
|
-
}[];
|
|
4744
|
-
secondary_suffix_item_id: string;
|
|
4745
|
-
attribute_adjustments?: number | undefined;
|
|
4746
|
-
infix_upgrade?: {
|
|
4747
|
-
id: number;
|
|
4748
|
-
attributes: {
|
|
4749
|
-
attribute: "AgonyResistance" | "BoonDuration" | "ConditionDamage" | "ConditionDuration" | "CritDamage" | "Healing" | "Power" | "Precision" | "Toughness" | "Vitality";
|
|
4750
|
-
modifier: number;
|
|
4751
|
-
}[];
|
|
4752
|
-
buff?: {
|
|
4753
|
-
skill_id: number;
|
|
4754
|
-
description?: string | undefined;
|
|
4755
|
-
} | undefined;
|
|
4756
|
-
} | undefined;
|
|
4757
|
-
suffix_item_id?: number | undefined;
|
|
4758
|
-
stat_choices?: number[] | undefined;
|
|
4759
|
-
} & {
|
|
4760
|
-
minipet_id: number;
|
|
4761
|
-
}) | ({
|
|
4762
|
-
infusion_slots: {
|
|
4763
|
-
flags: ("Infusion" | "Enrichment")[];
|
|
4764
|
-
item_id?: number | undefined;
|
|
4765
|
-
}[];
|
|
4766
|
-
secondary_suffix_item_id: string;
|
|
4767
|
-
attribute_adjustments?: number | undefined;
|
|
4768
|
-
infix_upgrade?: {
|
|
4769
|
-
id: number;
|
|
4770
|
-
attributes: {
|
|
4771
|
-
attribute: "AgonyResistance" | "BoonDuration" | "ConditionDamage" | "ConditionDuration" | "CritDamage" | "Healing" | "Power" | "Precision" | "Toughness" | "Vitality";
|
|
4772
|
-
modifier: number;
|
|
4773
|
-
}[];
|
|
4774
|
-
buff?: {
|
|
4775
|
-
skill_id: number;
|
|
4776
|
-
description?: string | undefined;
|
|
4777
|
-
} | undefined;
|
|
4778
|
-
} | undefined;
|
|
4779
|
-
suffix_item_id?: number | undefined;
|
|
4780
|
-
stat_choices?: number[] | undefined;
|
|
4781
|
-
} & {
|
|
4782
|
-
type: "Salvage";
|
|
4783
|
-
charges: number;
|
|
4784
|
-
}) | ({
|
|
4785
|
-
infusion_slots: {
|
|
4786
|
-
flags: ("Infusion" | "Enrichment")[];
|
|
4787
|
-
item_id?: number | undefined;
|
|
4788
|
-
}[];
|
|
4789
|
-
secondary_suffix_item_id: string;
|
|
4790
|
-
attribute_adjustments?: number | undefined;
|
|
4791
|
-
infix_upgrade?: {
|
|
4792
|
-
id: number;
|
|
4793
|
-
attributes: {
|
|
4794
|
-
attribute: "AgonyResistance" | "BoonDuration" | "ConditionDamage" | "ConditionDuration" | "CritDamage" | "Healing" | "Power" | "Precision" | "Toughness" | "Vitality";
|
|
4795
|
-
modifier: number;
|
|
4796
|
-
}[];
|
|
4797
|
-
buff?: {
|
|
4798
|
-
skill_id: number;
|
|
4799
|
-
description?: string | undefined;
|
|
4800
|
-
} | undefined;
|
|
4801
|
-
} | undefined;
|
|
4802
|
-
suffix_item_id?: number | undefined;
|
|
4803
|
-
stat_choices?: number[] | undefined;
|
|
4804
|
-
} & {
|
|
4805
|
-
type: "Amulet" | "Accessory" | "Ring";
|
|
4806
|
-
infusion_slots: {
|
|
4807
|
-
flags: ("Infusion" | "Enrichment")[];
|
|
4808
|
-
item_id?: number | undefined;
|
|
4809
|
-
}[];
|
|
4810
|
-
attribute_adjustments: number;
|
|
4811
|
-
secondary_suffix_item_id: string;
|
|
4812
|
-
infix_upgrade?: {
|
|
4813
|
-
id: number;
|
|
4814
|
-
attributes: {
|
|
4815
|
-
attribute: "AgonyResistance" | "BoonDuration" | "ConditionDamage" | "ConditionDuration" | "CritDamage" | "Healing" | "Power" | "Precision" | "Toughness" | "Vitality";
|
|
4816
|
-
modifier: number;
|
|
4817
|
-
}[];
|
|
4818
|
-
buff?: {
|
|
4819
|
-
skill_id: number;
|
|
4820
|
-
description?: string | undefined;
|
|
4821
|
-
} | undefined;
|
|
4822
|
-
} | undefined;
|
|
4823
|
-
suffix_item_id?: number | undefined;
|
|
4824
|
-
stat_choices?: number[] | undefined;
|
|
4825
|
-
}) | ({
|
|
4826
|
-
infusion_slots: {
|
|
4827
|
-
flags: ("Infusion" | "Enrichment")[];
|
|
4828
|
-
item_id?: number | undefined;
|
|
4829
|
-
}[];
|
|
4830
|
-
secondary_suffix_item_id: string;
|
|
4831
|
-
attribute_adjustments?: number | undefined;
|
|
4832
|
-
infix_upgrade?: {
|
|
4833
|
-
id: number;
|
|
4834
|
-
attributes: {
|
|
4835
|
-
attribute: "AgonyResistance" | "BoonDuration" | "ConditionDamage" | "ConditionDuration" | "CritDamage" | "Healing" | "Power" | "Precision" | "Toughness" | "Vitality";
|
|
4836
|
-
modifier: number;
|
|
4837
|
-
}[];
|
|
4838
|
-
buff?: {
|
|
4839
|
-
skill_id: number;
|
|
4840
|
-
description?: string | undefined;
|
|
4841
|
-
} | undefined;
|
|
4842
|
-
} | undefined;
|
|
4843
|
-
suffix_item_id?: number | undefined;
|
|
4844
|
-
stat_choices?: number[] | undefined;
|
|
4845
|
-
} & {
|
|
4846
|
-
type: "Default" | "Gem" | "Rune" | "Sigil";
|
|
4847
|
-
flags: ("Axe" | "Trinket" | "Dagger" | "Focus" | "Greatsword" | "Hammer" | "Harpoon" | "LongBow" | "Mace" | "Pistol" | "Rifle" | "Scepter" | "Shield" | "ShortBow" | "Speargun" | "Staff" | "Sword" | "Torch" | "Trident" | "Warhorn" | "HeavyArmor" | "MediumArmor" | "LightArmor")[];
|
|
4848
|
-
infix_upgrade: {
|
|
4849
|
-
id: number;
|
|
4850
|
-
attributes: {
|
|
4851
|
-
attribute: "AgonyResistance" | "BoonDuration" | "ConditionDamage" | "ConditionDuration" | "CritDamage" | "Healing" | "Power" | "Precision" | "Toughness" | "Vitality";
|
|
4852
|
-
modifier: number;
|
|
4853
|
-
}[];
|
|
4854
|
-
buff?: {
|
|
4855
|
-
skill_id: number;
|
|
4856
|
-
description?: string | undefined;
|
|
4857
|
-
} | undefined;
|
|
4858
|
-
};
|
|
4859
|
-
infusion_upgrade_flags: ("Infusion" | "Enrichment")[];
|
|
4860
|
-
suffix?: string | undefined;
|
|
4861
|
-
bonuses?: string[] | undefined;
|
|
4862
|
-
}) | ({
|
|
4863
|
-
infusion_slots: {
|
|
4864
|
-
flags: ("Infusion" | "Enrichment")[];
|
|
4865
|
-
item_id?: number | undefined;
|
|
4866
|
-
}[];
|
|
4867
|
-
secondary_suffix_item_id: string;
|
|
4868
|
-
attribute_adjustments?: number | undefined;
|
|
4869
|
-
infix_upgrade?: {
|
|
4870
|
-
id: number;
|
|
4871
|
-
attributes: {
|
|
4872
|
-
attribute: "AgonyResistance" | "BoonDuration" | "ConditionDamage" | "ConditionDuration" | "CritDamage" | "Healing" | "Power" | "Precision" | "Toughness" | "Vitality";
|
|
4873
|
-
modifier: number;
|
|
4874
|
-
}[];
|
|
4875
|
-
buff?: {
|
|
4876
|
-
skill_id: number;
|
|
4877
|
-
description?: string | undefined;
|
|
4878
|
-
} | undefined;
|
|
4879
|
-
} | undefined;
|
|
4880
|
-
suffix_item_id?: number | undefined;
|
|
4881
|
-
stat_choices?: number[] | undefined;
|
|
4882
|
-
} & {
|
|
4883
|
-
type: "Axe" | "Dagger" | "Focus" | "Greatsword" | "Hammer" | "Harpoon" | "LongBow" | "Mace" | "Pistol" | "Rifle" | "Scepter" | "Shield" | "ShortBow" | "Speargun" | "Staff" | "Sword" | "Torch" | "Trident" | "Warhorn" | "LargeBundle" | "SmallBundle" | "Toy" | "ToyTwoHanded";
|
|
4884
|
-
defense: number;
|
|
4885
|
-
infusion_slots: {
|
|
4886
|
-
flags: ("Infusion" | "Enrichment")[];
|
|
4887
|
-
item_id?: number | undefined;
|
|
4888
|
-
}[];
|
|
4889
|
-
attribute_adjustments: number;
|
|
4890
|
-
secondary_suffix_item_id: string;
|
|
4891
|
-
damage_type: "Fire" | "Ice" | "Lightning" | "Physical" | "Choking";
|
|
4892
|
-
min_power: number;
|
|
4893
|
-
max_power: number;
|
|
4894
|
-
infix_upgrade?: {
|
|
4895
|
-
id: number;
|
|
4896
|
-
attributes: {
|
|
4897
|
-
attribute: "AgonyResistance" | "BoonDuration" | "ConditionDamage" | "ConditionDuration" | "CritDamage" | "Healing" | "Power" | "Precision" | "Toughness" | "Vitality";
|
|
4898
|
-
modifier: number;
|
|
4899
|
-
}[];
|
|
4900
|
-
buff?: {
|
|
4901
|
-
skill_id: number;
|
|
4902
|
-
description?: string | undefined;
|
|
4903
|
-
} | undefined;
|
|
4904
|
-
} | undefined;
|
|
4905
|
-
suffix_item_id?: number | undefined;
|
|
4906
|
-
stat_choices?: number[] | undefined;
|
|
4907
|
-
}) | ({
|
|
4908
|
-
size: number;
|
|
4909
|
-
no_sell_or_sort: boolean;
|
|
4910
|
-
} & {
|
|
4911
|
-
type: "HelmAquatic" | "Coat" | "Boots" | "Gloves" | "Helm" | "Leggings" | "Shoulders";
|
|
4912
|
-
weight_class: "Heavy" | "Medium" | "Light" | "Clothing";
|
|
4913
|
-
defense: number;
|
|
4914
|
-
infusion_slots: {
|
|
4915
|
-
flags: ("Infusion" | "Enrichment")[];
|
|
4916
|
-
item_id?: number | undefined;
|
|
4917
|
-
}[];
|
|
4918
|
-
attribute_adjustments: number;
|
|
4919
|
-
infix_upgrade?: {
|
|
4920
|
-
id: number;
|
|
4921
|
-
attributes: {
|
|
4922
|
-
attribute: "AgonyResistance" | "BoonDuration" | "ConditionDamage" | "ConditionDuration" | "CritDamage" | "Healing" | "Power" | "Precision" | "Toughness" | "Vitality";
|
|
4923
|
-
modifier: number;
|
|
4924
|
-
}[];
|
|
4925
|
-
buff?: {
|
|
4926
|
-
skill_id: number;
|
|
4927
|
-
description?: string | undefined;
|
|
4928
|
-
} | undefined;
|
|
4929
|
-
} | undefined;
|
|
4930
|
-
}) | ({
|
|
4931
|
-
size: number;
|
|
4932
|
-
no_sell_or_sort: boolean;
|
|
4933
|
-
} & {
|
|
4934
|
-
infusion_slots: {
|
|
4935
|
-
flags: ("Infusion" | "Enrichment")[];
|
|
4936
|
-
item_id?: number | undefined;
|
|
4937
|
-
}[];
|
|
4938
|
-
secondary_suffix_item_id: string;
|
|
4939
|
-
attribute_adjustments?: number | undefined;
|
|
4940
|
-
infix_upgrade?: {
|
|
4941
|
-
id: number;
|
|
4942
|
-
attributes: {
|
|
4943
|
-
attribute: "AgonyResistance" | "BoonDuration" | "ConditionDamage" | "ConditionDuration" | "CritDamage" | "Healing" | "Power" | "Precision" | "Toughness" | "Vitality";
|
|
4944
|
-
modifier: number;
|
|
4945
|
-
}[];
|
|
4946
|
-
buff?: {
|
|
4947
|
-
skill_id: number;
|
|
4948
|
-
description?: string | undefined;
|
|
4949
|
-
} | undefined;
|
|
4950
|
-
} | undefined;
|
|
4951
|
-
suffix_item_id?: number | undefined;
|
|
4952
|
-
stat_choices?: number[] | undefined;
|
|
4953
|
-
}) | ({
|
|
4954
|
-
size: number;
|
|
4955
|
-
no_sell_or_sort: boolean;
|
|
4956
|
-
} & {
|
|
4957
|
-
type: "Currency" | "Unlock" | "AppearanceChange" | "Booze" | "ContractNpc" | "Food" | "Generic" | "Halloween" | "Immediate" | "MountRandomUnlock" | "RandomUnlock" | "Transmutation" | "UpgradeRemoval" | "Utility" | "TeleportToFriend";
|
|
4958
|
-
description?: string | undefined;
|
|
4959
|
-
duration_ms?: number | undefined;
|
|
4960
|
-
unlock_type?: "RandomUnlock" | "BagSlot" | "BankTab" | "Champion" | "CollectibleCapacity" | "Content" | "CraftingRecipe" | "Dye" | "GliderSkin" | "Minipet" | "Ms" | "Outfit" | "SharedSlot" | undefined;
|
|
4961
|
-
color_id?: number | undefined;
|
|
4962
|
-
recipe_id?: number | undefined;
|
|
4963
|
-
extra_recipe_ids?: number[] | undefined;
|
|
4964
|
-
guild_upgrade_id?: number | undefined;
|
|
4965
|
-
apply_count?: number | undefined;
|
|
4966
|
-
name?: string | undefined;
|
|
4967
|
-
icon?: string | undefined;
|
|
4968
|
-
skins?: number[] | undefined;
|
|
4969
|
-
}) | ({
|
|
4970
|
-
size: number;
|
|
4971
|
-
no_sell_or_sort: boolean;
|
|
4972
|
-
} & {
|
|
4973
|
-
type: "Immediate" | "Default" | "GiftBox" | "OpenUI";
|
|
4974
|
-
}) | ({
|
|
4975
|
-
size: number;
|
|
4976
|
-
no_sell_or_sort: boolean;
|
|
4977
|
-
} & {
|
|
4978
|
-
type: "Foraging" | "Logging" | "Mining" | "Bait" | "Lure";
|
|
4979
|
-
}) | ({
|
|
4980
|
-
size: number;
|
|
4981
|
-
no_sell_or_sort: boolean;
|
|
4982
|
-
} & {
|
|
4983
|
-
type: "Default" | "ContainerKey" | "RentableContractNpc" | "UnlimitedConsumable";
|
|
4984
|
-
guild_upgrade_id?: number | undefined;
|
|
4985
|
-
vendor_ids?: number[] | undefined;
|
|
4986
|
-
}) | ({
|
|
4987
|
-
size: number;
|
|
4988
|
-
no_sell_or_sort: boolean;
|
|
4989
|
-
} & {
|
|
4990
|
-
minipet_id: number;
|
|
4991
|
-
}) | ({
|
|
4992
|
-
size: number;
|
|
4993
|
-
no_sell_or_sort: boolean;
|
|
4994
|
-
} & {
|
|
4995
|
-
type: "Salvage";
|
|
4996
|
-
charges: number;
|
|
4997
|
-
}) | ({
|
|
4998
|
-
size: number;
|
|
4999
|
-
no_sell_or_sort: boolean;
|
|
5000
|
-
} & {
|
|
5001
|
-
type: "Amulet" | "Accessory" | "Ring";
|
|
5002
|
-
infusion_slots: {
|
|
5003
|
-
flags: ("Infusion" | "Enrichment")[];
|
|
5004
|
-
item_id?: number | undefined;
|
|
5005
|
-
}[];
|
|
5006
|
-
attribute_adjustments: number;
|
|
5007
|
-
secondary_suffix_item_id: string;
|
|
5008
|
-
infix_upgrade?: {
|
|
5009
|
-
id: number;
|
|
5010
|
-
attributes: {
|
|
5011
|
-
attribute: "AgonyResistance" | "BoonDuration" | "ConditionDamage" | "ConditionDuration" | "CritDamage" | "Healing" | "Power" | "Precision" | "Toughness" | "Vitality";
|
|
5012
|
-
modifier: number;
|
|
5013
|
-
}[];
|
|
5014
|
-
buff?: {
|
|
5015
|
-
skill_id: number;
|
|
5016
|
-
description?: string | undefined;
|
|
5017
|
-
} | undefined;
|
|
5018
|
-
} | undefined;
|
|
5019
|
-
suffix_item_id?: number | undefined;
|
|
5020
|
-
stat_choices?: number[] | undefined;
|
|
5021
|
-
}) | ({
|
|
5022
|
-
size: number;
|
|
5023
|
-
no_sell_or_sort: boolean;
|
|
5024
|
-
} & {
|
|
5025
|
-
type: "Default" | "Gem" | "Rune" | "Sigil";
|
|
5026
|
-
flags: ("Axe" | "Trinket" | "Dagger" | "Focus" | "Greatsword" | "Hammer" | "Harpoon" | "LongBow" | "Mace" | "Pistol" | "Rifle" | "Scepter" | "Shield" | "ShortBow" | "Speargun" | "Staff" | "Sword" | "Torch" | "Trident" | "Warhorn" | "HeavyArmor" | "MediumArmor" | "LightArmor")[];
|
|
5027
|
-
infix_upgrade: {
|
|
5028
|
-
id: number;
|
|
5029
|
-
attributes: {
|
|
5030
|
-
attribute: "AgonyResistance" | "BoonDuration" | "ConditionDamage" | "ConditionDuration" | "CritDamage" | "Healing" | "Power" | "Precision" | "Toughness" | "Vitality";
|
|
5031
|
-
modifier: number;
|
|
5032
|
-
}[];
|
|
5033
|
-
buff?: {
|
|
5034
|
-
skill_id: number;
|
|
5035
|
-
description?: string | undefined;
|
|
5036
|
-
} | undefined;
|
|
5037
|
-
};
|
|
5038
|
-
infusion_upgrade_flags: ("Infusion" | "Enrichment")[];
|
|
5039
|
-
suffix?: string | undefined;
|
|
5040
|
-
bonuses?: string[] | undefined;
|
|
5041
|
-
}) | ({
|
|
5042
|
-
size: number;
|
|
5043
|
-
no_sell_or_sort: boolean;
|
|
5044
|
-
} & {
|
|
5045
|
-
type: "Axe" | "Dagger" | "Focus" | "Greatsword" | "Hammer" | "Harpoon" | "LongBow" | "Mace" | "Pistol" | "Rifle" | "Scepter" | "Shield" | "ShortBow" | "Speargun" | "Staff" | "Sword" | "Torch" | "Trident" | "Warhorn" | "LargeBundle" | "SmallBundle" | "Toy" | "ToyTwoHanded";
|
|
5046
|
-
defense: number;
|
|
5047
|
-
infusion_slots: {
|
|
5048
|
-
flags: ("Infusion" | "Enrichment")[];
|
|
5049
|
-
item_id?: number | undefined;
|
|
5050
|
-
}[];
|
|
5051
|
-
attribute_adjustments: number;
|
|
5052
|
-
secondary_suffix_item_id: string;
|
|
5053
|
-
damage_type: "Fire" | "Ice" | "Lightning" | "Physical" | "Choking";
|
|
5054
|
-
min_power: number;
|
|
5055
|
-
max_power: number;
|
|
5056
|
-
infix_upgrade?: {
|
|
5057
|
-
id: number;
|
|
5058
|
-
attributes: {
|
|
5059
|
-
attribute: "AgonyResistance" | "BoonDuration" | "ConditionDamage" | "ConditionDuration" | "CritDamage" | "Healing" | "Power" | "Precision" | "Toughness" | "Vitality";
|
|
5060
|
-
modifier: number;
|
|
5061
|
-
}[];
|
|
5062
|
-
buff?: {
|
|
5063
|
-
skill_id: number;
|
|
5064
|
-
description?: string | undefined;
|
|
5065
|
-
} | undefined;
|
|
5066
|
-
} | undefined;
|
|
5067
|
-
suffix_item_id?: number | undefined;
|
|
5068
|
-
stat_choices?: number[] | undefined;
|
|
5069
|
-
}) | ({
|
|
5070
|
-
type: "Currency" | "Unlock" | "AppearanceChange" | "Booze" | "ContractNpc" | "Food" | "Generic" | "Halloween" | "Immediate" | "MountRandomUnlock" | "RandomUnlock" | "Transmutation" | "UpgradeRemoval" | "Utility" | "TeleportToFriend";
|
|
5071
|
-
description?: string | undefined;
|
|
5072
|
-
duration_ms?: number | undefined;
|
|
5073
|
-
unlock_type?: "RandomUnlock" | "BagSlot" | "BankTab" | "Champion" | "CollectibleCapacity" | "Content" | "CraftingRecipe" | "Dye" | "GliderSkin" | "Minipet" | "Ms" | "Outfit" | "SharedSlot" | undefined;
|
|
5074
|
-
color_id?: number | undefined;
|
|
5075
|
-
recipe_id?: number | undefined;
|
|
5076
|
-
extra_recipe_ids?: number[] | undefined;
|
|
5077
|
-
guild_upgrade_id?: number | undefined;
|
|
5078
|
-
apply_count?: number | undefined;
|
|
5079
|
-
name?: string | undefined;
|
|
5080
|
-
icon?: string | undefined;
|
|
5081
|
-
skins?: number[] | undefined;
|
|
5082
|
-
} & {
|
|
5083
|
-
infusion_slots: {
|
|
5084
|
-
flags: ("Infusion" | "Enrichment")[];
|
|
5085
|
-
item_id?: number | undefined;
|
|
5086
|
-
}[];
|
|
5087
|
-
secondary_suffix_item_id: string;
|
|
5088
|
-
attribute_adjustments?: number | undefined;
|
|
5089
|
-
infix_upgrade?: {
|
|
5090
|
-
id: number;
|
|
5091
|
-
attributes: {
|
|
5092
|
-
attribute: "AgonyResistance" | "BoonDuration" | "ConditionDamage" | "ConditionDuration" | "CritDamage" | "Healing" | "Power" | "Precision" | "Toughness" | "Vitality";
|
|
5093
|
-
modifier: number;
|
|
5094
|
-
}[];
|
|
5095
|
-
buff?: {
|
|
5096
|
-
skill_id: number;
|
|
5097
|
-
description?: string | undefined;
|
|
5098
|
-
} | undefined;
|
|
5099
|
-
} | undefined;
|
|
5100
|
-
suffix_item_id?: number | undefined;
|
|
5101
|
-
stat_choices?: number[] | undefined;
|
|
5102
|
-
}) | ({
|
|
5103
|
-
type: "Currency" | "Unlock" | "AppearanceChange" | "Booze" | "ContractNpc" | "Food" | "Generic" | "Halloween" | "Immediate" | "MountRandomUnlock" | "RandomUnlock" | "Transmutation" | "UpgradeRemoval" | "Utility" | "TeleportToFriend";
|
|
5104
|
-
description?: string | undefined;
|
|
5105
|
-
duration_ms?: number | undefined;
|
|
5106
|
-
unlock_type?: "RandomUnlock" | "BagSlot" | "BankTab" | "Champion" | "CollectibleCapacity" | "Content" | "CraftingRecipe" | "Dye" | "GliderSkin" | "Minipet" | "Ms" | "Outfit" | "SharedSlot" | undefined;
|
|
5107
|
-
color_id?: number | undefined;
|
|
5108
|
-
recipe_id?: number | undefined;
|
|
5109
|
-
extra_recipe_ids?: number[] | undefined;
|
|
5110
|
-
guild_upgrade_id?: number | undefined;
|
|
5111
|
-
apply_count?: number | undefined;
|
|
5112
|
-
name?: string | undefined;
|
|
5113
|
-
icon?: string | undefined;
|
|
5114
|
-
skins?: number[] | undefined;
|
|
5115
|
-
} & {
|
|
5116
|
-
size: number;
|
|
5117
|
-
no_sell_or_sort: boolean;
|
|
5118
|
-
}) | ({
|
|
5119
|
-
type: "Currency" | "Unlock" | "AppearanceChange" | "Booze" | "ContractNpc" | "Food" | "Generic" | "Halloween" | "Immediate" | "MountRandomUnlock" | "RandomUnlock" | "Transmutation" | "UpgradeRemoval" | "Utility" | "TeleportToFriend";
|
|
5120
|
-
description?: string | undefined;
|
|
5121
|
-
duration_ms?: number | undefined;
|
|
5122
|
-
unlock_type?: "RandomUnlock" | "BagSlot" | "BankTab" | "Champion" | "CollectibleCapacity" | "Content" | "CraftingRecipe" | "Dye" | "GliderSkin" | "Minipet" | "Ms" | "Outfit" | "SharedSlot" | undefined;
|
|
5123
|
-
color_id?: number | undefined;
|
|
5124
|
-
recipe_id?: number | undefined;
|
|
5125
|
-
extra_recipe_ids?: number[] | undefined;
|
|
5126
|
-
guild_upgrade_id?: number | undefined;
|
|
5127
|
-
apply_count?: number | undefined;
|
|
5128
|
-
name?: string | undefined;
|
|
5129
|
-
icon?: string | undefined;
|
|
5130
|
-
skins?: number[] | undefined;
|
|
5131
|
-
} & {
|
|
5132
|
-
type: "Immediate" | "Default" | "GiftBox" | "OpenUI";
|
|
5133
|
-
}) | ({
|
|
5134
|
-
type: "Currency" | "Unlock" | "AppearanceChange" | "Booze" | "ContractNpc" | "Food" | "Generic" | "Halloween" | "Immediate" | "MountRandomUnlock" | "RandomUnlock" | "Transmutation" | "UpgradeRemoval" | "Utility" | "TeleportToFriend";
|
|
5135
|
-
description?: string | undefined;
|
|
5136
|
-
duration_ms?: number | undefined;
|
|
5137
|
-
unlock_type?: "RandomUnlock" | "BagSlot" | "BankTab" | "Champion" | "CollectibleCapacity" | "Content" | "CraftingRecipe" | "Dye" | "GliderSkin" | "Minipet" | "Ms" | "Outfit" | "SharedSlot" | undefined;
|
|
5138
|
-
color_id?: number | undefined;
|
|
5139
|
-
recipe_id?: number | undefined;
|
|
5140
|
-
extra_recipe_ids?: number[] | undefined;
|
|
5141
|
-
guild_upgrade_id?: number | undefined;
|
|
5142
|
-
apply_count?: number | undefined;
|
|
5143
|
-
name?: string | undefined;
|
|
5144
|
-
icon?: string | undefined;
|
|
5145
|
-
skins?: number[] | undefined;
|
|
5146
|
-
} & {
|
|
5147
|
-
minipet_id: number;
|
|
5148
|
-
}) | ({
|
|
5149
|
-
type: "Immediate" | "Default" | "GiftBox" | "OpenUI";
|
|
5150
|
-
} & {
|
|
5151
|
-
infusion_slots: {
|
|
5152
|
-
flags: ("Infusion" | "Enrichment")[];
|
|
5153
|
-
item_id?: number | undefined;
|
|
5154
|
-
}[];
|
|
5155
|
-
secondary_suffix_item_id: string;
|
|
5156
|
-
attribute_adjustments?: number | undefined;
|
|
5157
|
-
infix_upgrade?: {
|
|
5158
|
-
id: number;
|
|
5159
|
-
attributes: {
|
|
5160
|
-
attribute: "AgonyResistance" | "BoonDuration" | "ConditionDamage" | "ConditionDuration" | "CritDamage" | "Healing" | "Power" | "Precision" | "Toughness" | "Vitality";
|
|
5161
|
-
modifier: number;
|
|
5162
|
-
}[];
|
|
5163
|
-
buff?: {
|
|
5164
|
-
skill_id: number;
|
|
5165
|
-
description?: string | undefined;
|
|
5166
|
-
} | undefined;
|
|
5167
|
-
} | undefined;
|
|
5168
|
-
suffix_item_id?: number | undefined;
|
|
5169
|
-
stat_choices?: number[] | undefined;
|
|
5170
|
-
}) | ({
|
|
5171
|
-
type: "Immediate" | "Default" | "GiftBox" | "OpenUI";
|
|
5172
|
-
} & {
|
|
5173
|
-
size: number;
|
|
5174
|
-
no_sell_or_sort: boolean;
|
|
5175
|
-
}) | ({
|
|
5176
|
-
type: "Immediate" | "Default" | "GiftBox" | "OpenUI";
|
|
5177
|
-
} & {
|
|
5178
|
-
type: "Currency" | "Unlock" | "AppearanceChange" | "Booze" | "ContractNpc" | "Food" | "Generic" | "Halloween" | "Immediate" | "MountRandomUnlock" | "RandomUnlock" | "Transmutation" | "UpgradeRemoval" | "Utility" | "TeleportToFriend";
|
|
5179
|
-
description?: string | undefined;
|
|
5180
|
-
duration_ms?: number | undefined;
|
|
5181
|
-
unlock_type?: "RandomUnlock" | "BagSlot" | "BankTab" | "Champion" | "CollectibleCapacity" | "Content" | "CraftingRecipe" | "Dye" | "GliderSkin" | "Minipet" | "Ms" | "Outfit" | "SharedSlot" | undefined;
|
|
5182
|
-
color_id?: number | undefined;
|
|
5183
|
-
recipe_id?: number | undefined;
|
|
5184
|
-
extra_recipe_ids?: number[] | undefined;
|
|
5185
|
-
guild_upgrade_id?: number | undefined;
|
|
5186
|
-
apply_count?: number | undefined;
|
|
5187
|
-
name?: string | undefined;
|
|
5188
|
-
icon?: string | undefined;
|
|
5189
|
-
skins?: number[] | undefined;
|
|
5190
|
-
}) | ({
|
|
5191
|
-
type: "Immediate" | "Default" | "GiftBox" | "OpenUI";
|
|
5192
|
-
} & {
|
|
5193
|
-
type: "Default" | "ContainerKey" | "RentableContractNpc" | "UnlimitedConsumable";
|
|
5194
|
-
guild_upgrade_id?: number | undefined;
|
|
5195
|
-
vendor_ids?: number[] | undefined;
|
|
5196
|
-
}) | ({
|
|
5197
|
-
type: "Immediate" | "Default" | "GiftBox" | "OpenUI";
|
|
5198
|
-
} & {
|
|
5199
|
-
minipet_id: number;
|
|
5200
|
-
}) | ({
|
|
5201
|
-
type: "Immediate" | "Default" | "GiftBox" | "OpenUI";
|
|
5202
|
-
} & {
|
|
5203
|
-
type: "Default" | "Gem" | "Rune" | "Sigil";
|
|
5204
|
-
flags: ("Axe" | "Trinket" | "Dagger" | "Focus" | "Greatsword" | "Hammer" | "Harpoon" | "LongBow" | "Mace" | "Pistol" | "Rifle" | "Scepter" | "Shield" | "ShortBow" | "Speargun" | "Staff" | "Sword" | "Torch" | "Trident" | "Warhorn" | "HeavyArmor" | "MediumArmor" | "LightArmor")[];
|
|
5205
|
-
infix_upgrade: {
|
|
5206
|
-
id: number;
|
|
5207
|
-
attributes: {
|
|
5208
|
-
attribute: "AgonyResistance" | "BoonDuration" | "ConditionDamage" | "ConditionDuration" | "CritDamage" | "Healing" | "Power" | "Precision" | "Toughness" | "Vitality";
|
|
5209
|
-
modifier: number;
|
|
5210
|
-
}[];
|
|
5211
|
-
buff?: {
|
|
5212
|
-
skill_id: number;
|
|
5213
|
-
description?: string | undefined;
|
|
5214
|
-
} | undefined;
|
|
5215
|
-
};
|
|
5216
|
-
infusion_upgrade_flags: ("Infusion" | "Enrichment")[];
|
|
5217
|
-
suffix?: string | undefined;
|
|
5218
|
-
bonuses?: string[] | undefined;
|
|
5219
|
-
}) | ({
|
|
5220
|
-
type: "Foraging" | "Logging" | "Mining" | "Bait" | "Lure";
|
|
5221
|
-
} & {
|
|
5222
|
-
infusion_slots: {
|
|
5223
|
-
flags: ("Infusion" | "Enrichment")[];
|
|
5224
|
-
item_id?: number | undefined;
|
|
5225
|
-
}[];
|
|
5226
|
-
secondary_suffix_item_id: string;
|
|
5227
|
-
attribute_adjustments?: number | undefined;
|
|
5228
|
-
infix_upgrade?: {
|
|
5229
|
-
id: number;
|
|
5230
|
-
attributes: {
|
|
5231
|
-
attribute: "AgonyResistance" | "BoonDuration" | "ConditionDamage" | "ConditionDuration" | "CritDamage" | "Healing" | "Power" | "Precision" | "Toughness" | "Vitality";
|
|
5232
|
-
modifier: number;
|
|
5233
|
-
}[];
|
|
5234
|
-
buff?: {
|
|
5235
|
-
skill_id: number;
|
|
5236
|
-
description?: string | undefined;
|
|
5237
|
-
} | undefined;
|
|
5238
|
-
} | undefined;
|
|
5239
|
-
suffix_item_id?: number | undefined;
|
|
5240
|
-
stat_choices?: number[] | undefined;
|
|
5241
|
-
}) | ({
|
|
5242
|
-
type: "Foraging" | "Logging" | "Mining" | "Bait" | "Lure";
|
|
5243
|
-
} & {
|
|
5244
|
-
size: number;
|
|
5245
|
-
no_sell_or_sort: boolean;
|
|
5246
|
-
}) | ({
|
|
5247
|
-
type: "Foraging" | "Logging" | "Mining" | "Bait" | "Lure";
|
|
5248
|
-
} & {
|
|
5249
|
-
minipet_id: number;
|
|
5250
|
-
}) | ({
|
|
5251
|
-
type: "Default" | "ContainerKey" | "RentableContractNpc" | "UnlimitedConsumable";
|
|
5252
|
-
guild_upgrade_id?: number | undefined;
|
|
5253
|
-
vendor_ids?: number[] | undefined;
|
|
5254
|
-
} & {
|
|
5255
|
-
infusion_slots: {
|
|
5256
|
-
flags: ("Infusion" | "Enrichment")[];
|
|
5257
|
-
item_id?: number | undefined;
|
|
5258
|
-
}[];
|
|
5259
|
-
secondary_suffix_item_id: string;
|
|
5260
|
-
attribute_adjustments?: number | undefined;
|
|
5261
|
-
infix_upgrade?: {
|
|
5262
|
-
id: number;
|
|
5263
|
-
attributes: {
|
|
5264
|
-
attribute: "AgonyResistance" | "BoonDuration" | "ConditionDamage" | "ConditionDuration" | "CritDamage" | "Healing" | "Power" | "Precision" | "Toughness" | "Vitality";
|
|
5265
|
-
modifier: number;
|
|
5266
|
-
}[];
|
|
5267
|
-
buff?: {
|
|
5268
|
-
skill_id: number;
|
|
5269
|
-
description?: string | undefined;
|
|
5270
|
-
} | undefined;
|
|
5271
|
-
} | undefined;
|
|
5272
|
-
suffix_item_id?: number | undefined;
|
|
5273
|
-
stat_choices?: number[] | undefined;
|
|
5274
|
-
}) | ({
|
|
5275
|
-
type: "Default" | "ContainerKey" | "RentableContractNpc" | "UnlimitedConsumable";
|
|
5276
|
-
guild_upgrade_id?: number | undefined;
|
|
5277
|
-
vendor_ids?: number[] | undefined;
|
|
5278
|
-
} & {
|
|
5279
|
-
size: number;
|
|
5280
|
-
no_sell_or_sort: boolean;
|
|
5281
|
-
}) | ({
|
|
5282
|
-
type: "Default" | "ContainerKey" | "RentableContractNpc" | "UnlimitedConsumable";
|
|
5283
|
-
guild_upgrade_id?: number | undefined;
|
|
5284
|
-
vendor_ids?: number[] | undefined;
|
|
5285
|
-
} & {
|
|
5286
|
-
type: "Immediate" | "Default" | "GiftBox" | "OpenUI";
|
|
5287
|
-
}) | ({
|
|
5288
|
-
type: "Default" | "ContainerKey" | "RentableContractNpc" | "UnlimitedConsumable";
|
|
5289
|
-
guild_upgrade_id?: number | undefined;
|
|
5290
|
-
vendor_ids?: number[] | undefined;
|
|
5291
|
-
} & {
|
|
5292
|
-
minipet_id: number;
|
|
5293
|
-
}) | ({
|
|
5294
|
-
type: "Default" | "ContainerKey" | "RentableContractNpc" | "UnlimitedConsumable";
|
|
5295
|
-
guild_upgrade_id?: number | undefined;
|
|
5296
|
-
vendor_ids?: number[] | undefined;
|
|
5297
|
-
} & {
|
|
5298
|
-
type: "Default" | "Gem" | "Rune" | "Sigil";
|
|
5299
|
-
flags: ("Axe" | "Trinket" | "Dagger" | "Focus" | "Greatsword" | "Hammer" | "Harpoon" | "LongBow" | "Mace" | "Pistol" | "Rifle" | "Scepter" | "Shield" | "ShortBow" | "Speargun" | "Staff" | "Sword" | "Torch" | "Trident" | "Warhorn" | "HeavyArmor" | "MediumArmor" | "LightArmor")[];
|
|
5300
|
-
infix_upgrade: {
|
|
5301
|
-
id: number;
|
|
5302
|
-
attributes: {
|
|
5303
|
-
attribute: "AgonyResistance" | "BoonDuration" | "ConditionDamage" | "ConditionDuration" | "CritDamage" | "Healing" | "Power" | "Precision" | "Toughness" | "Vitality";
|
|
5304
|
-
modifier: number;
|
|
5305
|
-
}[];
|
|
5306
|
-
buff?: {
|
|
5307
|
-
skill_id: number;
|
|
5308
|
-
description?: string | undefined;
|
|
5309
|
-
} | undefined;
|
|
5310
|
-
};
|
|
5311
|
-
infusion_upgrade_flags: ("Infusion" | "Enrichment")[];
|
|
5312
|
-
suffix?: string | undefined;
|
|
5313
|
-
bonuses?: string[] | undefined;
|
|
5314
|
-
}) | ({
|
|
5315
|
-
minipet_id: number;
|
|
5316
|
-
} & {
|
|
5317
|
-
type: "HelmAquatic" | "Coat" | "Boots" | "Gloves" | "Helm" | "Leggings" | "Shoulders";
|
|
5318
|
-
weight_class: "Heavy" | "Medium" | "Light" | "Clothing";
|
|
5319
|
-
defense: number;
|
|
5320
|
-
infusion_slots: {
|
|
5321
|
-
flags: ("Infusion" | "Enrichment")[];
|
|
5322
|
-
item_id?: number | undefined;
|
|
5323
|
-
}[];
|
|
5324
|
-
attribute_adjustments: number;
|
|
5325
|
-
infix_upgrade?: {
|
|
5326
|
-
id: number;
|
|
5327
|
-
attributes: {
|
|
5328
|
-
attribute: "AgonyResistance" | "BoonDuration" | "ConditionDamage" | "ConditionDuration" | "CritDamage" | "Healing" | "Power" | "Precision" | "Toughness" | "Vitality";
|
|
5329
|
-
modifier: number;
|
|
5330
|
-
}[];
|
|
5331
|
-
buff?: {
|
|
5332
|
-
skill_id: number;
|
|
5333
|
-
description?: string | undefined;
|
|
5334
|
-
} | undefined;
|
|
5335
|
-
} | undefined;
|
|
5336
|
-
}) | ({
|
|
5337
|
-
minipet_id: number;
|
|
5338
|
-
} & {
|
|
5339
|
-
infusion_slots: {
|
|
5340
|
-
flags: ("Infusion" | "Enrichment")[];
|
|
5341
|
-
item_id?: number | undefined;
|
|
5342
|
-
}[];
|
|
5343
|
-
secondary_suffix_item_id: string;
|
|
5344
|
-
attribute_adjustments?: number | undefined;
|
|
5345
|
-
infix_upgrade?: {
|
|
5346
|
-
id: number;
|
|
5347
|
-
attributes: {
|
|
5348
|
-
attribute: "AgonyResistance" | "BoonDuration" | "ConditionDamage" | "ConditionDuration" | "CritDamage" | "Healing" | "Power" | "Precision" | "Toughness" | "Vitality";
|
|
5349
|
-
modifier: number;
|
|
5350
|
-
}[];
|
|
5351
|
-
buff?: {
|
|
5352
|
-
skill_id: number;
|
|
5353
|
-
description?: string | undefined;
|
|
5354
|
-
} | undefined;
|
|
5355
|
-
} | undefined;
|
|
5356
|
-
suffix_item_id?: number | undefined;
|
|
5357
|
-
stat_choices?: number[] | undefined;
|
|
5358
|
-
}) | ({
|
|
5359
|
-
minipet_id: number;
|
|
5360
|
-
} & {
|
|
5361
|
-
size: number;
|
|
5362
|
-
no_sell_or_sort: boolean;
|
|
5363
|
-
}) | ({
|
|
5364
|
-
minipet_id: number;
|
|
5365
|
-
} & {
|
|
5366
|
-
type: "Currency" | "Unlock" | "AppearanceChange" | "Booze" | "ContractNpc" | "Food" | "Generic" | "Halloween" | "Immediate" | "MountRandomUnlock" | "RandomUnlock" | "Transmutation" | "UpgradeRemoval" | "Utility" | "TeleportToFriend";
|
|
5367
|
-
description?: string | undefined;
|
|
5368
|
-
duration_ms?: number | undefined;
|
|
5369
|
-
unlock_type?: "RandomUnlock" | "BagSlot" | "BankTab" | "Champion" | "CollectibleCapacity" | "Content" | "CraftingRecipe" | "Dye" | "GliderSkin" | "Minipet" | "Ms" | "Outfit" | "SharedSlot" | undefined;
|
|
5370
|
-
color_id?: number | undefined;
|
|
5371
|
-
recipe_id?: number | undefined;
|
|
5372
|
-
extra_recipe_ids?: number[] | undefined;
|
|
5373
|
-
guild_upgrade_id?: number | undefined;
|
|
5374
|
-
apply_count?: number | undefined;
|
|
5375
|
-
name?: string | undefined;
|
|
5376
|
-
icon?: string | undefined;
|
|
5377
|
-
skins?: number[] | undefined;
|
|
5378
|
-
}) | ({
|
|
5379
|
-
minipet_id: number;
|
|
5380
|
-
} & {
|
|
5381
|
-
type: "Immediate" | "Default" | "GiftBox" | "OpenUI";
|
|
5382
|
-
}) | ({
|
|
5383
|
-
minipet_id: number;
|
|
5384
|
-
} & {
|
|
5385
|
-
type: "Foraging" | "Logging" | "Mining" | "Bait" | "Lure";
|
|
5386
|
-
}) | ({
|
|
5387
|
-
minipet_id: number;
|
|
5388
|
-
} & {
|
|
5389
|
-
type: "Default" | "ContainerKey" | "RentableContractNpc" | "UnlimitedConsumable";
|
|
5390
|
-
guild_upgrade_id?: number | undefined;
|
|
5391
|
-
vendor_ids?: number[] | undefined;
|
|
5392
|
-
}) | ({
|
|
5393
|
-
minipet_id: number;
|
|
5394
|
-
} & {
|
|
5395
|
-
type: "Salvage";
|
|
5396
|
-
charges: number;
|
|
5397
|
-
}) | ({
|
|
5398
|
-
minipet_id: number;
|
|
5399
|
-
} & {
|
|
5400
|
-
type: "Amulet" | "Accessory" | "Ring";
|
|
5401
|
-
infusion_slots: {
|
|
5402
|
-
flags: ("Infusion" | "Enrichment")[];
|
|
5403
|
-
item_id?: number | undefined;
|
|
5404
|
-
}[];
|
|
5405
|
-
attribute_adjustments: number;
|
|
5406
|
-
secondary_suffix_item_id: string;
|
|
5407
|
-
infix_upgrade?: {
|
|
5408
|
-
id: number;
|
|
5409
|
-
attributes: {
|
|
5410
|
-
attribute: "AgonyResistance" | "BoonDuration" | "ConditionDamage" | "ConditionDuration" | "CritDamage" | "Healing" | "Power" | "Precision" | "Toughness" | "Vitality";
|
|
5411
|
-
modifier: number;
|
|
5412
|
-
}[];
|
|
5413
|
-
buff?: {
|
|
5414
|
-
skill_id: number;
|
|
5415
|
-
description?: string | undefined;
|
|
5416
|
-
} | undefined;
|
|
5417
|
-
} | undefined;
|
|
5418
|
-
suffix_item_id?: number | undefined;
|
|
5419
|
-
stat_choices?: number[] | undefined;
|
|
5420
|
-
}) | ({
|
|
5421
|
-
minipet_id: number;
|
|
5422
|
-
} & {
|
|
5423
|
-
type: "Default" | "Gem" | "Rune" | "Sigil";
|
|
5424
|
-
flags: ("Axe" | "Trinket" | "Dagger" | "Focus" | "Greatsword" | "Hammer" | "Harpoon" | "LongBow" | "Mace" | "Pistol" | "Rifle" | "Scepter" | "Shield" | "ShortBow" | "Speargun" | "Staff" | "Sword" | "Torch" | "Trident" | "Warhorn" | "HeavyArmor" | "MediumArmor" | "LightArmor")[];
|
|
5425
|
-
infix_upgrade: {
|
|
5426
|
-
id: number;
|
|
5427
|
-
attributes: {
|
|
5428
|
-
attribute: "AgonyResistance" | "BoonDuration" | "ConditionDamage" | "ConditionDuration" | "CritDamage" | "Healing" | "Power" | "Precision" | "Toughness" | "Vitality";
|
|
5429
|
-
modifier: number;
|
|
5430
|
-
}[];
|
|
5431
|
-
buff?: {
|
|
5432
|
-
skill_id: number;
|
|
5433
|
-
description?: string | undefined;
|
|
5434
|
-
} | undefined;
|
|
5435
|
-
};
|
|
5436
|
-
infusion_upgrade_flags: ("Infusion" | "Enrichment")[];
|
|
5437
|
-
suffix?: string | undefined;
|
|
5438
|
-
bonuses?: string[] | undefined;
|
|
5439
|
-
}) | ({
|
|
5440
|
-
minipet_id: number;
|
|
5441
|
-
} & {
|
|
5442
|
-
type: "Axe" | "Dagger" | "Focus" | "Greatsword" | "Hammer" | "Harpoon" | "LongBow" | "Mace" | "Pistol" | "Rifle" | "Scepter" | "Shield" | "ShortBow" | "Speargun" | "Staff" | "Sword" | "Torch" | "Trident" | "Warhorn" | "LargeBundle" | "SmallBundle" | "Toy" | "ToyTwoHanded";
|
|
5443
|
-
defense: number;
|
|
5444
|
-
infusion_slots: {
|
|
5445
|
-
flags: ("Infusion" | "Enrichment")[];
|
|
5446
|
-
item_id?: number | undefined;
|
|
5447
|
-
}[];
|
|
5448
|
-
attribute_adjustments: number;
|
|
5449
|
-
secondary_suffix_item_id: string;
|
|
5450
|
-
damage_type: "Fire" | "Ice" | "Lightning" | "Physical" | "Choking";
|
|
5451
|
-
min_power: number;
|
|
5452
|
-
max_power: number;
|
|
5453
|
-
infix_upgrade?: {
|
|
5454
|
-
id: number;
|
|
5455
|
-
attributes: {
|
|
5456
|
-
attribute: "AgonyResistance" | "BoonDuration" | "ConditionDamage" | "ConditionDuration" | "CritDamage" | "Healing" | "Power" | "Precision" | "Toughness" | "Vitality";
|
|
5457
|
-
modifier: number;
|
|
5458
|
-
}[];
|
|
5459
|
-
buff?: {
|
|
5460
|
-
skill_id: number;
|
|
5461
|
-
description?: string | undefined;
|
|
5462
|
-
} | undefined;
|
|
5463
|
-
} | undefined;
|
|
5464
|
-
suffix_item_id?: number | undefined;
|
|
5465
|
-
stat_choices?: number[] | undefined;
|
|
5466
|
-
}) | ({
|
|
5467
|
-
type: "Salvage";
|
|
5468
|
-
charges: number;
|
|
5469
|
-
} & {
|
|
5470
|
-
infusion_slots: {
|
|
5471
|
-
flags: ("Infusion" | "Enrichment")[];
|
|
5472
|
-
item_id?: number | undefined;
|
|
5473
|
-
}[];
|
|
5474
|
-
secondary_suffix_item_id: string;
|
|
5475
|
-
attribute_adjustments?: number | undefined;
|
|
5476
|
-
infix_upgrade?: {
|
|
5477
|
-
id: number;
|
|
5478
|
-
attributes: {
|
|
5479
|
-
attribute: "AgonyResistance" | "BoonDuration" | "ConditionDamage" | "ConditionDuration" | "CritDamage" | "Healing" | "Power" | "Precision" | "Toughness" | "Vitality";
|
|
5480
|
-
modifier: number;
|
|
5481
|
-
}[];
|
|
5482
|
-
buff?: {
|
|
5483
|
-
skill_id: number;
|
|
5484
|
-
description?: string | undefined;
|
|
5485
|
-
} | undefined;
|
|
5486
|
-
} | undefined;
|
|
5487
|
-
suffix_item_id?: number | undefined;
|
|
5488
|
-
stat_choices?: number[] | undefined;
|
|
5489
|
-
}) | ({
|
|
5490
|
-
type: "Salvage";
|
|
5491
|
-
charges: number;
|
|
5492
|
-
} & {
|
|
5493
|
-
size: number;
|
|
5494
|
-
no_sell_or_sort: boolean;
|
|
5495
|
-
}) | ({
|
|
5496
|
-
type: "Salvage";
|
|
5497
|
-
charges: number;
|
|
5498
|
-
} & {
|
|
5499
|
-
minipet_id: number;
|
|
5500
|
-
}) | ({
|
|
5501
|
-
type: "Amulet" | "Accessory" | "Ring";
|
|
5502
|
-
infusion_slots: {
|
|
5503
|
-
flags: ("Infusion" | "Enrichment")[];
|
|
5504
|
-
item_id?: number | undefined;
|
|
5505
|
-
}[];
|
|
5506
|
-
attribute_adjustments: number;
|
|
5507
|
-
secondary_suffix_item_id: string;
|
|
5508
|
-
infix_upgrade?: {
|
|
5509
|
-
id: number;
|
|
5510
|
-
attributes: {
|
|
5511
|
-
attribute: "AgonyResistance" | "BoonDuration" | "ConditionDamage" | "ConditionDuration" | "CritDamage" | "Healing" | "Power" | "Precision" | "Toughness" | "Vitality";
|
|
5512
|
-
modifier: number;
|
|
5513
|
-
}[];
|
|
5514
|
-
buff?: {
|
|
5515
|
-
skill_id: number;
|
|
5516
|
-
description?: string | undefined;
|
|
5517
|
-
} | undefined;
|
|
5518
|
-
} | undefined;
|
|
5519
|
-
suffix_item_id?: number | undefined;
|
|
5520
|
-
stat_choices?: number[] | undefined;
|
|
5521
|
-
} & {
|
|
5522
|
-
infusion_slots: {
|
|
5523
|
-
flags: ("Infusion" | "Enrichment")[];
|
|
5524
|
-
item_id?: number | undefined;
|
|
5525
|
-
}[];
|
|
5526
|
-
secondary_suffix_item_id: string;
|
|
5527
|
-
attribute_adjustments?: number | undefined;
|
|
5528
|
-
infix_upgrade?: {
|
|
5529
|
-
id: number;
|
|
5530
|
-
attributes: {
|
|
5531
|
-
attribute: "AgonyResistance" | "BoonDuration" | "ConditionDamage" | "ConditionDuration" | "CritDamage" | "Healing" | "Power" | "Precision" | "Toughness" | "Vitality";
|
|
5532
|
-
modifier: number;
|
|
5533
|
-
}[];
|
|
5534
|
-
buff?: {
|
|
5535
|
-
skill_id: number;
|
|
5536
|
-
description?: string | undefined;
|
|
5537
|
-
} | undefined;
|
|
5538
|
-
} | undefined;
|
|
5539
|
-
suffix_item_id?: number | undefined;
|
|
5540
|
-
stat_choices?: number[] | undefined;
|
|
5541
|
-
}) | ({
|
|
5542
|
-
type: "Amulet" | "Accessory" | "Ring";
|
|
5543
|
-
infusion_slots: {
|
|
5544
|
-
flags: ("Infusion" | "Enrichment")[];
|
|
5545
|
-
item_id?: number | undefined;
|
|
5546
|
-
}[];
|
|
5547
|
-
attribute_adjustments: number;
|
|
5548
|
-
secondary_suffix_item_id: string;
|
|
5549
|
-
infix_upgrade?: {
|
|
5550
|
-
id: number;
|
|
5551
|
-
attributes: {
|
|
5552
|
-
attribute: "AgonyResistance" | "BoonDuration" | "ConditionDamage" | "ConditionDuration" | "CritDamage" | "Healing" | "Power" | "Precision" | "Toughness" | "Vitality";
|
|
5553
|
-
modifier: number;
|
|
5554
|
-
}[];
|
|
5555
|
-
buff?: {
|
|
5556
|
-
skill_id: number;
|
|
5557
|
-
description?: string | undefined;
|
|
5558
|
-
} | undefined;
|
|
5559
|
-
} | undefined;
|
|
5560
|
-
suffix_item_id?: number | undefined;
|
|
5561
|
-
stat_choices?: number[] | undefined;
|
|
5562
|
-
} & {
|
|
5563
|
-
size: number;
|
|
5564
|
-
no_sell_or_sort: boolean;
|
|
5565
|
-
}) | ({
|
|
5566
|
-
type: "Amulet" | "Accessory" | "Ring";
|
|
5567
|
-
infusion_slots: {
|
|
5568
|
-
flags: ("Infusion" | "Enrichment")[];
|
|
5569
|
-
item_id?: number | undefined;
|
|
5570
|
-
}[];
|
|
5571
|
-
attribute_adjustments: number;
|
|
5572
|
-
secondary_suffix_item_id: string;
|
|
5573
|
-
infix_upgrade?: {
|
|
5574
|
-
id: number;
|
|
5575
|
-
attributes: {
|
|
5576
|
-
attribute: "AgonyResistance" | "BoonDuration" | "ConditionDamage" | "ConditionDuration" | "CritDamage" | "Healing" | "Power" | "Precision" | "Toughness" | "Vitality";
|
|
5577
|
-
modifier: number;
|
|
5578
|
-
}[];
|
|
5579
|
-
buff?: {
|
|
5580
|
-
skill_id: number;
|
|
5581
|
-
description?: string | undefined;
|
|
5582
|
-
} | undefined;
|
|
5583
|
-
} | undefined;
|
|
5584
|
-
suffix_item_id?: number | undefined;
|
|
5585
|
-
stat_choices?: number[] | undefined;
|
|
5586
|
-
} & {
|
|
5587
|
-
minipet_id: number;
|
|
5588
|
-
}) | ({
|
|
5589
|
-
type: "Default" | "Gem" | "Rune" | "Sigil";
|
|
5590
|
-
flags: ("Axe" | "Trinket" | "Dagger" | "Focus" | "Greatsword" | "Hammer" | "Harpoon" | "LongBow" | "Mace" | "Pistol" | "Rifle" | "Scepter" | "Shield" | "ShortBow" | "Speargun" | "Staff" | "Sword" | "Torch" | "Trident" | "Warhorn" | "HeavyArmor" | "MediumArmor" | "LightArmor")[];
|
|
5591
|
-
infix_upgrade: {
|
|
5592
|
-
id: number;
|
|
5593
|
-
attributes: {
|
|
5594
|
-
attribute: "AgonyResistance" | "BoonDuration" | "ConditionDamage" | "ConditionDuration" | "CritDamage" | "Healing" | "Power" | "Precision" | "Toughness" | "Vitality";
|
|
5595
|
-
modifier: number;
|
|
5596
|
-
}[];
|
|
5597
|
-
buff?: {
|
|
5598
|
-
skill_id: number;
|
|
5599
|
-
description?: string | undefined;
|
|
5600
|
-
} | undefined;
|
|
5601
|
-
};
|
|
5602
|
-
infusion_upgrade_flags: ("Infusion" | "Enrichment")[];
|
|
5603
|
-
suffix?: string | undefined;
|
|
5604
|
-
bonuses?: string[] | undefined;
|
|
5605
|
-
} & {
|
|
5606
|
-
infusion_slots: {
|
|
5607
|
-
flags: ("Infusion" | "Enrichment")[];
|
|
5608
|
-
item_id?: number | undefined;
|
|
5609
|
-
}[];
|
|
5610
|
-
secondary_suffix_item_id: string;
|
|
5611
|
-
attribute_adjustments?: number | undefined;
|
|
5612
|
-
infix_upgrade?: {
|
|
5613
|
-
id: number;
|
|
5614
|
-
attributes: {
|
|
5615
|
-
attribute: "AgonyResistance" | "BoonDuration" | "ConditionDamage" | "ConditionDuration" | "CritDamage" | "Healing" | "Power" | "Precision" | "Toughness" | "Vitality";
|
|
5616
|
-
modifier: number;
|
|
5617
|
-
}[];
|
|
5618
|
-
buff?: {
|
|
5619
|
-
skill_id: number;
|
|
5620
|
-
description?: string | undefined;
|
|
5621
|
-
} | undefined;
|
|
5622
|
-
} | undefined;
|
|
5623
|
-
suffix_item_id?: number | undefined;
|
|
5624
|
-
stat_choices?: number[] | undefined;
|
|
5625
|
-
}) | ({
|
|
5626
|
-
type: "Default" | "Gem" | "Rune" | "Sigil";
|
|
5627
|
-
flags: ("Axe" | "Trinket" | "Dagger" | "Focus" | "Greatsword" | "Hammer" | "Harpoon" | "LongBow" | "Mace" | "Pistol" | "Rifle" | "Scepter" | "Shield" | "ShortBow" | "Speargun" | "Staff" | "Sword" | "Torch" | "Trident" | "Warhorn" | "HeavyArmor" | "MediumArmor" | "LightArmor")[];
|
|
5628
|
-
infix_upgrade: {
|
|
5629
|
-
id: number;
|
|
5630
|
-
attributes: {
|
|
5631
|
-
attribute: "AgonyResistance" | "BoonDuration" | "ConditionDamage" | "ConditionDuration" | "CritDamage" | "Healing" | "Power" | "Precision" | "Toughness" | "Vitality";
|
|
5632
|
-
modifier: number;
|
|
5633
|
-
}[];
|
|
5634
|
-
buff?: {
|
|
5635
|
-
skill_id: number;
|
|
5636
|
-
description?: string | undefined;
|
|
5637
|
-
} | undefined;
|
|
5638
|
-
};
|
|
5639
|
-
infusion_upgrade_flags: ("Infusion" | "Enrichment")[];
|
|
5640
|
-
suffix?: string | undefined;
|
|
5641
|
-
bonuses?: string[] | undefined;
|
|
5642
|
-
} & {
|
|
5643
|
-
size: number;
|
|
5644
|
-
no_sell_or_sort: boolean;
|
|
5645
|
-
}) | ({
|
|
5646
|
-
type: "Default" | "Gem" | "Rune" | "Sigil";
|
|
5647
|
-
flags: ("Axe" | "Trinket" | "Dagger" | "Focus" | "Greatsword" | "Hammer" | "Harpoon" | "LongBow" | "Mace" | "Pistol" | "Rifle" | "Scepter" | "Shield" | "ShortBow" | "Speargun" | "Staff" | "Sword" | "Torch" | "Trident" | "Warhorn" | "HeavyArmor" | "MediumArmor" | "LightArmor")[];
|
|
5648
|
-
infix_upgrade: {
|
|
5649
|
-
id: number;
|
|
5650
|
-
attributes: {
|
|
5651
|
-
attribute: "AgonyResistance" | "BoonDuration" | "ConditionDamage" | "ConditionDuration" | "CritDamage" | "Healing" | "Power" | "Precision" | "Toughness" | "Vitality";
|
|
5652
|
-
modifier: number;
|
|
5653
|
-
}[];
|
|
5654
|
-
buff?: {
|
|
5655
|
-
skill_id: number;
|
|
5656
|
-
description?: string | undefined;
|
|
5657
|
-
} | undefined;
|
|
5658
|
-
};
|
|
5659
|
-
infusion_upgrade_flags: ("Infusion" | "Enrichment")[];
|
|
5660
|
-
suffix?: string | undefined;
|
|
5661
|
-
bonuses?: string[] | undefined;
|
|
5662
|
-
} & {
|
|
5663
|
-
type: "Immediate" | "Default" | "GiftBox" | "OpenUI";
|
|
5664
|
-
}) | ({
|
|
5665
|
-
type: "Default" | "Gem" | "Rune" | "Sigil";
|
|
5666
|
-
flags: ("Axe" | "Trinket" | "Dagger" | "Focus" | "Greatsword" | "Hammer" | "Harpoon" | "LongBow" | "Mace" | "Pistol" | "Rifle" | "Scepter" | "Shield" | "ShortBow" | "Speargun" | "Staff" | "Sword" | "Torch" | "Trident" | "Warhorn" | "HeavyArmor" | "MediumArmor" | "LightArmor")[];
|
|
5667
|
-
infix_upgrade: {
|
|
5668
|
-
id: number;
|
|
5669
|
-
attributes: {
|
|
5670
|
-
attribute: "AgonyResistance" | "BoonDuration" | "ConditionDamage" | "ConditionDuration" | "CritDamage" | "Healing" | "Power" | "Precision" | "Toughness" | "Vitality";
|
|
5671
|
-
modifier: number;
|
|
5672
|
-
}[];
|
|
5673
|
-
buff?: {
|
|
5674
|
-
skill_id: number;
|
|
5675
|
-
description?: string | undefined;
|
|
5676
|
-
} | undefined;
|
|
5677
|
-
};
|
|
5678
|
-
infusion_upgrade_flags: ("Infusion" | "Enrichment")[];
|
|
5679
|
-
suffix?: string | undefined;
|
|
5680
|
-
bonuses?: string[] | undefined;
|
|
5681
|
-
} & {
|
|
5682
|
-
type: "Default" | "ContainerKey" | "RentableContractNpc" | "UnlimitedConsumable";
|
|
5683
|
-
guild_upgrade_id?: number | undefined;
|
|
5684
|
-
vendor_ids?: number[] | undefined;
|
|
5685
|
-
}) | ({
|
|
5686
|
-
type: "Default" | "Gem" | "Rune" | "Sigil";
|
|
5687
|
-
flags: ("Axe" | "Trinket" | "Dagger" | "Focus" | "Greatsword" | "Hammer" | "Harpoon" | "LongBow" | "Mace" | "Pistol" | "Rifle" | "Scepter" | "Shield" | "ShortBow" | "Speargun" | "Staff" | "Sword" | "Torch" | "Trident" | "Warhorn" | "HeavyArmor" | "MediumArmor" | "LightArmor")[];
|
|
5688
|
-
infix_upgrade: {
|
|
5689
|
-
id: number;
|
|
5690
|
-
attributes: {
|
|
5691
|
-
attribute: "AgonyResistance" | "BoonDuration" | "ConditionDamage" | "ConditionDuration" | "CritDamage" | "Healing" | "Power" | "Precision" | "Toughness" | "Vitality";
|
|
5692
|
-
modifier: number;
|
|
5693
|
-
}[];
|
|
5694
|
-
buff?: {
|
|
5695
|
-
skill_id: number;
|
|
5696
|
-
description?: string | undefined;
|
|
5697
|
-
} | undefined;
|
|
5698
|
-
};
|
|
5699
|
-
infusion_upgrade_flags: ("Infusion" | "Enrichment")[];
|
|
5700
|
-
suffix?: string | undefined;
|
|
5701
|
-
bonuses?: string[] | undefined;
|
|
5702
|
-
} & {
|
|
5703
|
-
minipet_id: number;
|
|
5704
|
-
}) | ({
|
|
5705
|
-
type: "Axe" | "Dagger" | "Focus" | "Greatsword" | "Hammer" | "Harpoon" | "LongBow" | "Mace" | "Pistol" | "Rifle" | "Scepter" | "Shield" | "ShortBow" | "Speargun" | "Staff" | "Sword" | "Torch" | "Trident" | "Warhorn" | "LargeBundle" | "SmallBundle" | "Toy" | "ToyTwoHanded";
|
|
5706
|
-
defense: number;
|
|
5707
|
-
infusion_slots: {
|
|
5708
|
-
flags: ("Infusion" | "Enrichment")[];
|
|
5709
|
-
item_id?: number | undefined;
|
|
5710
|
-
}[];
|
|
5711
|
-
attribute_adjustments: number;
|
|
5712
|
-
secondary_suffix_item_id: string;
|
|
5713
|
-
damage_type: "Fire" | "Ice" | "Lightning" | "Physical" | "Choking";
|
|
5714
|
-
min_power: number;
|
|
5715
|
-
max_power: number;
|
|
5716
|
-
infix_upgrade?: {
|
|
5717
|
-
id: number;
|
|
5718
|
-
attributes: {
|
|
5719
|
-
attribute: "AgonyResistance" | "BoonDuration" | "ConditionDamage" | "ConditionDuration" | "CritDamage" | "Healing" | "Power" | "Precision" | "Toughness" | "Vitality";
|
|
5720
|
-
modifier: number;
|
|
5721
|
-
}[];
|
|
5722
|
-
buff?: {
|
|
5723
|
-
skill_id: number;
|
|
5724
|
-
description?: string | undefined;
|
|
5725
|
-
} | undefined;
|
|
5726
|
-
} | undefined;
|
|
5727
|
-
suffix_item_id?: number | undefined;
|
|
5728
|
-
stat_choices?: number[] | undefined;
|
|
5729
|
-
} & {
|
|
5730
|
-
infusion_slots: {
|
|
5731
|
-
flags: ("Infusion" | "Enrichment")[];
|
|
5732
|
-
item_id?: number | undefined;
|
|
5733
|
-
}[];
|
|
5734
|
-
secondary_suffix_item_id: string;
|
|
5735
|
-
attribute_adjustments?: number | undefined;
|
|
5736
|
-
infix_upgrade?: {
|
|
5737
|
-
id: number;
|
|
5738
|
-
attributes: {
|
|
5739
|
-
attribute: "AgonyResistance" | "BoonDuration" | "ConditionDamage" | "ConditionDuration" | "CritDamage" | "Healing" | "Power" | "Precision" | "Toughness" | "Vitality";
|
|
5740
|
-
modifier: number;
|
|
5741
|
-
}[];
|
|
5742
|
-
buff?: {
|
|
5743
|
-
skill_id: number;
|
|
5744
|
-
description?: string | undefined;
|
|
5745
|
-
} | undefined;
|
|
5746
|
-
} | undefined;
|
|
5747
|
-
suffix_item_id?: number | undefined;
|
|
5748
|
-
stat_choices?: number[] | undefined;
|
|
5749
|
-
}) | ({
|
|
5750
|
-
type: "Axe" | "Dagger" | "Focus" | "Greatsword" | "Hammer" | "Harpoon" | "LongBow" | "Mace" | "Pistol" | "Rifle" | "Scepter" | "Shield" | "ShortBow" | "Speargun" | "Staff" | "Sword" | "Torch" | "Trident" | "Warhorn" | "LargeBundle" | "SmallBundle" | "Toy" | "ToyTwoHanded";
|
|
5751
|
-
defense: number;
|
|
5752
|
-
infusion_slots: {
|
|
5753
|
-
flags: ("Infusion" | "Enrichment")[];
|
|
5754
|
-
item_id?: number | undefined;
|
|
5755
|
-
}[];
|
|
5756
|
-
attribute_adjustments: number;
|
|
5757
|
-
secondary_suffix_item_id: string;
|
|
5758
|
-
damage_type: "Fire" | "Ice" | "Lightning" | "Physical" | "Choking";
|
|
5759
|
-
min_power: number;
|
|
5760
|
-
max_power: number;
|
|
5761
|
-
infix_upgrade?: {
|
|
5762
|
-
id: number;
|
|
5763
|
-
attributes: {
|
|
5764
|
-
attribute: "AgonyResistance" | "BoonDuration" | "ConditionDamage" | "ConditionDuration" | "CritDamage" | "Healing" | "Power" | "Precision" | "Toughness" | "Vitality";
|
|
5765
|
-
modifier: number;
|
|
5766
|
-
}[];
|
|
5767
|
-
buff?: {
|
|
5768
|
-
skill_id: number;
|
|
5769
|
-
description?: string | undefined;
|
|
5770
|
-
} | undefined;
|
|
5771
|
-
} | undefined;
|
|
5772
|
-
suffix_item_id?: number | undefined;
|
|
5773
|
-
stat_choices?: number[] | undefined;
|
|
5774
|
-
} & {
|
|
5775
|
-
size: number;
|
|
5776
|
-
no_sell_or_sort: boolean;
|
|
5777
|
-
}) | ({
|
|
5778
|
-
type: "Axe" | "Dagger" | "Focus" | "Greatsword" | "Hammer" | "Harpoon" | "LongBow" | "Mace" | "Pistol" | "Rifle" | "Scepter" | "Shield" | "ShortBow" | "Speargun" | "Staff" | "Sword" | "Torch" | "Trident" | "Warhorn" | "LargeBundle" | "SmallBundle" | "Toy" | "ToyTwoHanded";
|
|
5779
|
-
defense: number;
|
|
5780
|
-
infusion_slots: {
|
|
5781
|
-
flags: ("Infusion" | "Enrichment")[];
|
|
5782
|
-
item_id?: number | undefined;
|
|
5783
|
-
}[];
|
|
5784
|
-
attribute_adjustments: number;
|
|
5785
|
-
secondary_suffix_item_id: string;
|
|
5786
|
-
damage_type: "Fire" | "Ice" | "Lightning" | "Physical" | "Choking";
|
|
5787
|
-
min_power: number;
|
|
5788
|
-
max_power: number;
|
|
5789
|
-
infix_upgrade?: {
|
|
5790
|
-
id: number;
|
|
5791
|
-
attributes: {
|
|
5792
|
-
attribute: "AgonyResistance" | "BoonDuration" | "ConditionDamage" | "ConditionDuration" | "CritDamage" | "Healing" | "Power" | "Precision" | "Toughness" | "Vitality";
|
|
5793
|
-
modifier: number;
|
|
5794
|
-
}[];
|
|
5795
|
-
buff?: {
|
|
5796
|
-
skill_id: number;
|
|
5797
|
-
description?: string | undefined;
|
|
5798
|
-
} | undefined;
|
|
5799
|
-
} | undefined;
|
|
5800
|
-
suffix_item_id?: number | undefined;
|
|
5801
|
-
stat_choices?: number[] | undefined;
|
|
5802
|
-
} & {
|
|
5803
|
-
minipet_id: number;
|
|
5804
|
-
});
|
|
5805
|
-
icon?: string | undefined;
|
|
5806
|
-
description?: string | undefined;
|
|
5807
|
-
default_skin?: number | undefined;
|
|
5808
|
-
upgrades_into?: {
|
|
5809
|
-
item_id: number;
|
|
5810
|
-
upgrade: "Attunement" | "Infusion";
|
|
5811
|
-
}[] | undefined;
|
|
5812
|
-
upgrades_from?: {
|
|
5813
|
-
item_id: number;
|
|
5814
|
-
upgrade: "Attunement" | "Infusion";
|
|
5815
|
-
}[] | undefined;
|
|
3267
|
+
} | undefined;
|
|
5816
3268
|
}>, "many">;
|
|
5817
3269
|
|
|
5818
3270
|
/**
|
|
@@ -7005,11 +4457,11 @@ declare const TraitsDTO: z.ZodArray<z.ZodObject<{
|
|
|
7005
4457
|
/** A URL to the icon shown with the fact. Not included with all facts.*/
|
|
7006
4458
|
icon: z.ZodOptional<z.ZodString>;
|
|
7007
4459
|
}, "strip", z.ZodTypeAny, {
|
|
7008
|
-
text?: string | undefined;
|
|
7009
4460
|
icon?: string | undefined;
|
|
7010
|
-
}, {
|
|
7011
4461
|
text?: string | undefined;
|
|
4462
|
+
}, {
|
|
7012
4463
|
icon?: string | undefined;
|
|
4464
|
+
text?: string | undefined;
|
|
7013
4465
|
}>, z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
|
|
7014
4466
|
type: z.ZodLiteral<"AttributeAdjust">;
|
|
7015
4467
|
value: z.ZodNumber;
|
|
@@ -7242,11 +4694,11 @@ declare const TraitsDTO: z.ZodArray<z.ZodObject<{
|
|
|
7242
4694
|
/** A URL to the icon shown with the fact. Not included with all facts.*/
|
|
7243
4695
|
icon: z.ZodOptional<z.ZodString>;
|
|
7244
4696
|
}, "strip", z.ZodTypeAny, {
|
|
7245
|
-
text?: string | undefined;
|
|
7246
4697
|
icon?: string | undefined;
|
|
7247
|
-
}, {
|
|
7248
4698
|
text?: string | undefined;
|
|
4699
|
+
}, {
|
|
7249
4700
|
icon?: string | undefined;
|
|
4701
|
+
text?: string | undefined;
|
|
7250
4702
|
}>, z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
|
|
7251
4703
|
type: z.ZodLiteral<"AttributeAdjust">;
|
|
7252
4704
|
value: z.ZodNumber;
|
|
@@ -7501,11 +4953,11 @@ declare const TraitsDTO: z.ZodArray<z.ZodObject<{
|
|
|
7501
4953
|
/** A URL to the icon shown with the fact. Not included with all facts.*/
|
|
7502
4954
|
icon: z.ZodOptional<z.ZodString>;
|
|
7503
4955
|
}, "strip", z.ZodTypeAny, {
|
|
7504
|
-
text?: string | undefined;
|
|
7505
4956
|
icon?: string | undefined;
|
|
7506
|
-
}, {
|
|
7507
4957
|
text?: string | undefined;
|
|
4958
|
+
}, {
|
|
7508
4959
|
icon?: string | undefined;
|
|
4960
|
+
text?: string | undefined;
|
|
7509
4961
|
}>, z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
|
|
7510
4962
|
type: z.ZodLiteral<"AttributeAdjust">;
|
|
7511
4963
|
value: z.ZodNumber;
|
|
@@ -7738,11 +5190,11 @@ declare const TraitsDTO: z.ZodArray<z.ZodObject<{
|
|
|
7738
5190
|
/** A URL to the icon shown with the fact. Not included with all facts.*/
|
|
7739
5191
|
icon: z.ZodOptional<z.ZodString>;
|
|
7740
5192
|
}, "strip", z.ZodTypeAny, {
|
|
7741
|
-
text?: string | undefined;
|
|
7742
5193
|
icon?: string | undefined;
|
|
7743
|
-
}, {
|
|
7744
5194
|
text?: string | undefined;
|
|
5195
|
+
}, {
|
|
7745
5196
|
icon?: string | undefined;
|
|
5197
|
+
text?: string | undefined;
|
|
7746
5198
|
}>, z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
|
|
7747
5199
|
type: z.ZodLiteral<"AttributeAdjust">;
|
|
7748
5200
|
value: z.ZodNumber;
|
|
@@ -7986,8 +5438,8 @@ declare const TraitsDTO: z.ZodArray<z.ZodObject<{
|
|
|
7986
5438
|
description: string;
|
|
7987
5439
|
icon: string;
|
|
7988
5440
|
facts?: ({
|
|
7989
|
-
text?: string | undefined;
|
|
7990
5441
|
icon?: string | undefined;
|
|
5442
|
+
text?: string | undefined;
|
|
7991
5443
|
} & ({
|
|
7992
5444
|
value: number;
|
|
7993
5445
|
type: "AttributeAdjust";
|
|
@@ -8060,8 +5512,8 @@ declare const TraitsDTO: z.ZodArray<z.ZodObject<{
|
|
|
8060
5512
|
percent?: number | undefined;
|
|
8061
5513
|
}))[] | undefined;
|
|
8062
5514
|
traited_facts?: (({
|
|
8063
|
-
text?: string | undefined;
|
|
8064
5515
|
icon?: string | undefined;
|
|
5516
|
+
text?: string | undefined;
|
|
8065
5517
|
} & ({
|
|
8066
5518
|
value: number;
|
|
8067
5519
|
type: "AttributeAdjust";
|
|
@@ -8142,8 +5594,8 @@ declare const TraitsDTO: z.ZodArray<z.ZodObject<{
|
|
|
8142
5594
|
description: string;
|
|
8143
5595
|
icon: string;
|
|
8144
5596
|
facts?: ({
|
|
8145
|
-
text?: string | undefined;
|
|
8146
5597
|
icon?: string | undefined;
|
|
5598
|
+
text?: string | undefined;
|
|
8147
5599
|
} & ({
|
|
8148
5600
|
value: number;
|
|
8149
5601
|
type: "AttributeAdjust";
|
|
@@ -8216,8 +5668,8 @@ declare const TraitsDTO: z.ZodArray<z.ZodObject<{
|
|
|
8216
5668
|
percent?: number | undefined;
|
|
8217
5669
|
}))[] | undefined;
|
|
8218
5670
|
traited_facts?: (({
|
|
8219
|
-
text?: string | undefined;
|
|
8220
5671
|
icon?: string | undefined;
|
|
5672
|
+
text?: string | undefined;
|
|
8221
5673
|
} & ({
|
|
8222
5674
|
value: number;
|
|
8223
5675
|
type: "AttributeAdjust";
|
|
@@ -8300,167 +5752,14 @@ declare const TraitsDTO: z.ZodArray<z.ZodObject<{
|
|
|
8300
5752
|
slot: "Major" | "Minor";
|
|
8301
5753
|
specialization: number;
|
|
8302
5754
|
tier: number;
|
|
8303
|
-
description?: string | undefined;
|
|
8304
|
-
order?: number | undefined;
|
|
8305
|
-
facts?: ({
|
|
8306
|
-
text?: string | undefined;
|
|
8307
|
-
icon?: string | undefined;
|
|
8308
|
-
} & ({
|
|
8309
|
-
value: number;
|
|
8310
|
-
type: "AttributeAdjust";
|
|
8311
|
-
target: string;
|
|
8312
|
-
} | {
|
|
8313
|
-
status: string;
|
|
8314
|
-
type: "Buff";
|
|
8315
|
-
description?: string | undefined;
|
|
8316
|
-
apply_count?: number | undefined;
|
|
8317
|
-
duration?: number | undefined;
|
|
8318
|
-
} | {
|
|
8319
|
-
type: "ComboField";
|
|
8320
|
-
field_type: "Light" | "Fire" | "Ice" | "Lightning" | "Air" | "Dark" | "Poison" | "Smoke" | "Ethereal" | "Water";
|
|
8321
|
-
} | {
|
|
8322
|
-
type: "ComboFinisher";
|
|
8323
|
-
finisher_type: "Blast" | "Leap" | "Projectile" | "Whirl";
|
|
8324
|
-
percent: number;
|
|
8325
|
-
} | {
|
|
8326
|
-
type: "Damage";
|
|
8327
|
-
hit_count: number;
|
|
8328
|
-
dmg_multiplier: number;
|
|
8329
|
-
} | {
|
|
8330
|
-
type: "Distance";
|
|
8331
|
-
distance: number;
|
|
8332
|
-
} | {
|
|
8333
|
-
type: "NoData";
|
|
8334
|
-
} | {
|
|
8335
|
-
value: number;
|
|
8336
|
-
type: "Number";
|
|
8337
|
-
} | {
|
|
8338
|
-
type: "Percent";
|
|
8339
|
-
percent: number;
|
|
8340
|
-
} | {
|
|
8341
|
-
type: "PrefixedBuff";
|
|
8342
|
-
apply_count: number;
|
|
8343
|
-
duration: number;
|
|
8344
|
-
prefix: {
|
|
8345
|
-
icon: string;
|
|
8346
|
-
text: string;
|
|
8347
|
-
status?: string | undefined;
|
|
8348
|
-
description?: string | undefined;
|
|
8349
|
-
};
|
|
8350
|
-
status?: string | undefined;
|
|
8351
|
-
description?: string | undefined;
|
|
8352
|
-
} | {
|
|
8353
|
-
type: "Radius";
|
|
8354
|
-
distance: number;
|
|
8355
|
-
} | {
|
|
8356
|
-
value: number;
|
|
8357
|
-
type: "Range";
|
|
8358
|
-
} | {
|
|
8359
|
-
value: number;
|
|
8360
|
-
type: "Recharge";
|
|
8361
|
-
} | {
|
|
8362
|
-
value: true;
|
|
8363
|
-
type: "StunBreak";
|
|
8364
|
-
} | {
|
|
8365
|
-
type: "Time";
|
|
8366
|
-
duration: number;
|
|
8367
|
-
} | {
|
|
8368
|
-
value: true;
|
|
8369
|
-
type: "Unblockable";
|
|
8370
|
-
} | {
|
|
8371
|
-
type: "BuffConversion";
|
|
8372
|
-
source: string;
|
|
8373
|
-
target: string;
|
|
8374
|
-
percent: number;
|
|
8375
|
-
} | {
|
|
8376
|
-
type?: undefined;
|
|
8377
|
-
percent?: number | undefined;
|
|
8378
|
-
}))[] | undefined;
|
|
8379
|
-
traited_facts?: (({
|
|
8380
|
-
text?: string | undefined;
|
|
8381
|
-
icon?: string | undefined;
|
|
8382
|
-
} & ({
|
|
8383
|
-
value: number;
|
|
8384
|
-
type: "AttributeAdjust";
|
|
8385
|
-
target: string;
|
|
8386
|
-
} | {
|
|
8387
|
-
status: string;
|
|
8388
|
-
type: "Buff";
|
|
8389
|
-
description?: string | undefined;
|
|
8390
|
-
apply_count?: number | undefined;
|
|
8391
|
-
duration?: number | undefined;
|
|
8392
|
-
} | {
|
|
8393
|
-
type: "ComboField";
|
|
8394
|
-
field_type: "Light" | "Fire" | "Ice" | "Lightning" | "Air" | "Dark" | "Poison" | "Smoke" | "Ethereal" | "Water";
|
|
8395
|
-
} | {
|
|
8396
|
-
type: "ComboFinisher";
|
|
8397
|
-
finisher_type: "Blast" | "Leap" | "Projectile" | "Whirl";
|
|
8398
|
-
percent: number;
|
|
8399
|
-
} | {
|
|
8400
|
-
type: "Damage";
|
|
8401
|
-
hit_count: number;
|
|
8402
|
-
dmg_multiplier: number;
|
|
8403
|
-
} | {
|
|
8404
|
-
type: "Distance";
|
|
8405
|
-
distance: number;
|
|
8406
|
-
} | {
|
|
8407
|
-
type: "NoData";
|
|
8408
|
-
} | {
|
|
8409
|
-
value: number;
|
|
8410
|
-
type: "Number";
|
|
8411
|
-
} | {
|
|
8412
|
-
type: "Percent";
|
|
8413
|
-
percent: number;
|
|
8414
|
-
} | {
|
|
8415
|
-
type: "PrefixedBuff";
|
|
8416
|
-
apply_count: number;
|
|
8417
|
-
duration: number;
|
|
8418
|
-
prefix: {
|
|
8419
|
-
icon: string;
|
|
8420
|
-
text: string;
|
|
8421
|
-
status?: string | undefined;
|
|
8422
|
-
description?: string | undefined;
|
|
8423
|
-
};
|
|
8424
|
-
status?: string | undefined;
|
|
8425
|
-
description?: string | undefined;
|
|
8426
|
-
} | {
|
|
8427
|
-
type: "Radius";
|
|
8428
|
-
distance: number;
|
|
8429
|
-
} | {
|
|
8430
|
-
value: number;
|
|
8431
|
-
type: "Range";
|
|
8432
|
-
} | {
|
|
8433
|
-
value: number;
|
|
8434
|
-
type: "Recharge";
|
|
8435
|
-
} | {
|
|
8436
|
-
value: true;
|
|
8437
|
-
type: "StunBreak";
|
|
8438
|
-
} | {
|
|
8439
|
-
type: "Time";
|
|
8440
|
-
duration: number;
|
|
8441
|
-
} | {
|
|
8442
|
-
value: true;
|
|
8443
|
-
type: "Unblockable";
|
|
8444
|
-
} | {
|
|
8445
|
-
type: "BuffConversion";
|
|
8446
|
-
source: string;
|
|
8447
|
-
target: string;
|
|
8448
|
-
percent: number;
|
|
8449
|
-
} | {
|
|
8450
|
-
type?: undefined;
|
|
8451
|
-
percent?: number | undefined;
|
|
8452
|
-
})) & {
|
|
8453
|
-
requires_trait: number;
|
|
8454
|
-
overrides?: number | undefined;
|
|
8455
|
-
})[] | undefined;
|
|
8456
5755
|
skills?: {
|
|
8457
5756
|
id: number;
|
|
8458
5757
|
name: string;
|
|
8459
5758
|
description: string;
|
|
8460
5759
|
icon: string;
|
|
8461
5760
|
facts?: ({
|
|
8462
|
-
text?: string | undefined;
|
|
8463
5761
|
icon?: string | undefined;
|
|
5762
|
+
text?: string | undefined;
|
|
8464
5763
|
} & ({
|
|
8465
5764
|
value: number;
|
|
8466
5765
|
type: "AttributeAdjust";
|
|
@@ -8533,8 +5832,8 @@ declare const TraitsDTO: z.ZodArray<z.ZodObject<{
|
|
|
8533
5832
|
percent?: number | undefined;
|
|
8534
5833
|
}))[] | undefined;
|
|
8535
5834
|
traited_facts?: (({
|
|
8536
|
-
text?: string | undefined;
|
|
8537
5835
|
icon?: string | undefined;
|
|
5836
|
+
text?: string | undefined;
|
|
8538
5837
|
} & ({
|
|
8539
5838
|
value: number;
|
|
8540
5839
|
type: "AttributeAdjust";
|
|
@@ -8610,18 +5909,11 @@ declare const TraitsDTO: z.ZodArray<z.ZodObject<{
|
|
|
8610
5909
|
overrides?: number | undefined;
|
|
8611
5910
|
})[] | undefined;
|
|
8612
5911
|
}[] | undefined;
|
|
8613
|
-
}, {
|
|
8614
|
-
id: number;
|
|
8615
|
-
name: string;
|
|
8616
|
-
icon: string;
|
|
8617
|
-
slot: "Major" | "Minor";
|
|
8618
|
-
specialization: number;
|
|
8619
|
-
tier: number;
|
|
8620
5912
|
description?: string | undefined;
|
|
8621
5913
|
order?: number | undefined;
|
|
8622
5914
|
facts?: ({
|
|
8623
|
-
text?: string | undefined;
|
|
8624
5915
|
icon?: string | undefined;
|
|
5916
|
+
text?: string | undefined;
|
|
8625
5917
|
} & ({
|
|
8626
5918
|
value: number;
|
|
8627
5919
|
type: "AttributeAdjust";
|
|
@@ -8694,8 +5986,8 @@ declare const TraitsDTO: z.ZodArray<z.ZodObject<{
|
|
|
8694
5986
|
percent?: number | undefined;
|
|
8695
5987
|
}))[] | undefined;
|
|
8696
5988
|
traited_facts?: (({
|
|
8697
|
-
text?: string | undefined;
|
|
8698
5989
|
icon?: string | undefined;
|
|
5990
|
+
text?: string | undefined;
|
|
8699
5991
|
} & ({
|
|
8700
5992
|
value: number;
|
|
8701
5993
|
type: "AttributeAdjust";
|
|
@@ -8770,14 +6062,21 @@ declare const TraitsDTO: z.ZodArray<z.ZodObject<{
|
|
|
8770
6062
|
requires_trait: number;
|
|
8771
6063
|
overrides?: number | undefined;
|
|
8772
6064
|
})[] | undefined;
|
|
6065
|
+
}, {
|
|
6066
|
+
id: number;
|
|
6067
|
+
name: string;
|
|
6068
|
+
icon: string;
|
|
6069
|
+
slot: "Major" | "Minor";
|
|
6070
|
+
specialization: number;
|
|
6071
|
+
tier: number;
|
|
8773
6072
|
skills?: {
|
|
8774
6073
|
id: number;
|
|
8775
6074
|
name: string;
|
|
8776
6075
|
description: string;
|
|
8777
6076
|
icon: string;
|
|
8778
6077
|
facts?: ({
|
|
8779
|
-
text?: string | undefined;
|
|
8780
6078
|
icon?: string | undefined;
|
|
6079
|
+
text?: string | undefined;
|
|
8781
6080
|
} & ({
|
|
8782
6081
|
value: number;
|
|
8783
6082
|
type: "AttributeAdjust";
|
|
@@ -8850,8 +6149,8 @@ declare const TraitsDTO: z.ZodArray<z.ZodObject<{
|
|
|
8850
6149
|
percent?: number | undefined;
|
|
8851
6150
|
}))[] | undefined;
|
|
8852
6151
|
traited_facts?: (({
|
|
8853
|
-
text?: string | undefined;
|
|
8854
6152
|
icon?: string | undefined;
|
|
6153
|
+
text?: string | undefined;
|
|
8855
6154
|
} & ({
|
|
8856
6155
|
value: number;
|
|
8857
6156
|
type: "AttributeAdjust";
|
|
@@ -8896,37 +6195,190 @@ declare const TraitsDTO: z.ZodArray<z.ZodObject<{
|
|
|
8896
6195
|
};
|
|
8897
6196
|
status?: string | undefined;
|
|
8898
6197
|
description?: string | undefined;
|
|
8899
|
-
} | {
|
|
8900
|
-
type: "Radius";
|
|
8901
|
-
distance: number;
|
|
8902
|
-
} | {
|
|
8903
|
-
value: number;
|
|
8904
|
-
type: "Range";
|
|
8905
|
-
} | {
|
|
8906
|
-
value: number;
|
|
8907
|
-
type: "Recharge";
|
|
8908
|
-
} | {
|
|
8909
|
-
value: true;
|
|
8910
|
-
type: "StunBreak";
|
|
8911
|
-
} | {
|
|
8912
|
-
type: "Time";
|
|
8913
|
-
duration: number;
|
|
8914
|
-
} | {
|
|
8915
|
-
value: true;
|
|
8916
|
-
type: "Unblockable";
|
|
8917
|
-
} | {
|
|
8918
|
-
type: "BuffConversion";
|
|
8919
|
-
source: string;
|
|
8920
|
-
target: string;
|
|
8921
|
-
percent: number;
|
|
8922
|
-
} | {
|
|
8923
|
-
type?: undefined;
|
|
8924
|
-
percent?: number | undefined;
|
|
8925
|
-
})) & {
|
|
8926
|
-
requires_trait: number;
|
|
8927
|
-
overrides?: number | undefined;
|
|
8928
|
-
})[] | undefined;
|
|
8929
|
-
}[] | undefined;
|
|
6198
|
+
} | {
|
|
6199
|
+
type: "Radius";
|
|
6200
|
+
distance: number;
|
|
6201
|
+
} | {
|
|
6202
|
+
value: number;
|
|
6203
|
+
type: "Range";
|
|
6204
|
+
} | {
|
|
6205
|
+
value: number;
|
|
6206
|
+
type: "Recharge";
|
|
6207
|
+
} | {
|
|
6208
|
+
value: true;
|
|
6209
|
+
type: "StunBreak";
|
|
6210
|
+
} | {
|
|
6211
|
+
type: "Time";
|
|
6212
|
+
duration: number;
|
|
6213
|
+
} | {
|
|
6214
|
+
value: true;
|
|
6215
|
+
type: "Unblockable";
|
|
6216
|
+
} | {
|
|
6217
|
+
type: "BuffConversion";
|
|
6218
|
+
source: string;
|
|
6219
|
+
target: string;
|
|
6220
|
+
percent: number;
|
|
6221
|
+
} | {
|
|
6222
|
+
type?: undefined;
|
|
6223
|
+
percent?: number | undefined;
|
|
6224
|
+
})) & {
|
|
6225
|
+
requires_trait: number;
|
|
6226
|
+
overrides?: number | undefined;
|
|
6227
|
+
})[] | undefined;
|
|
6228
|
+
}[] | undefined;
|
|
6229
|
+
description?: string | undefined;
|
|
6230
|
+
order?: number | undefined;
|
|
6231
|
+
facts?: ({
|
|
6232
|
+
icon?: string | undefined;
|
|
6233
|
+
text?: string | undefined;
|
|
6234
|
+
} & ({
|
|
6235
|
+
value: number;
|
|
6236
|
+
type: "AttributeAdjust";
|
|
6237
|
+
target: string;
|
|
6238
|
+
} | {
|
|
6239
|
+
status: string;
|
|
6240
|
+
type: "Buff";
|
|
6241
|
+
description?: string | undefined;
|
|
6242
|
+
apply_count?: number | undefined;
|
|
6243
|
+
duration?: number | undefined;
|
|
6244
|
+
} | {
|
|
6245
|
+
type: "ComboField";
|
|
6246
|
+
field_type: "Light" | "Fire" | "Ice" | "Lightning" | "Air" | "Dark" | "Poison" | "Smoke" | "Ethereal" | "Water";
|
|
6247
|
+
} | {
|
|
6248
|
+
type: "ComboFinisher";
|
|
6249
|
+
finisher_type: "Blast" | "Leap" | "Projectile" | "Whirl";
|
|
6250
|
+
percent: number;
|
|
6251
|
+
} | {
|
|
6252
|
+
type: "Damage";
|
|
6253
|
+
hit_count: number;
|
|
6254
|
+
dmg_multiplier: number;
|
|
6255
|
+
} | {
|
|
6256
|
+
type: "Distance";
|
|
6257
|
+
distance: number;
|
|
6258
|
+
} | {
|
|
6259
|
+
type: "NoData";
|
|
6260
|
+
} | {
|
|
6261
|
+
value: number;
|
|
6262
|
+
type: "Number";
|
|
6263
|
+
} | {
|
|
6264
|
+
type: "Percent";
|
|
6265
|
+
percent: number;
|
|
6266
|
+
} | {
|
|
6267
|
+
type: "PrefixedBuff";
|
|
6268
|
+
apply_count: number;
|
|
6269
|
+
duration: number;
|
|
6270
|
+
prefix: {
|
|
6271
|
+
icon: string;
|
|
6272
|
+
text: string;
|
|
6273
|
+
status?: string | undefined;
|
|
6274
|
+
description?: string | undefined;
|
|
6275
|
+
};
|
|
6276
|
+
status?: string | undefined;
|
|
6277
|
+
description?: string | undefined;
|
|
6278
|
+
} | {
|
|
6279
|
+
type: "Radius";
|
|
6280
|
+
distance: number;
|
|
6281
|
+
} | {
|
|
6282
|
+
value: number;
|
|
6283
|
+
type: "Range";
|
|
6284
|
+
} | {
|
|
6285
|
+
value: number;
|
|
6286
|
+
type: "Recharge";
|
|
6287
|
+
} | {
|
|
6288
|
+
value: true;
|
|
6289
|
+
type: "StunBreak";
|
|
6290
|
+
} | {
|
|
6291
|
+
type: "Time";
|
|
6292
|
+
duration: number;
|
|
6293
|
+
} | {
|
|
6294
|
+
value: true;
|
|
6295
|
+
type: "Unblockable";
|
|
6296
|
+
} | {
|
|
6297
|
+
type: "BuffConversion";
|
|
6298
|
+
source: string;
|
|
6299
|
+
target: string;
|
|
6300
|
+
percent: number;
|
|
6301
|
+
} | {
|
|
6302
|
+
type?: undefined;
|
|
6303
|
+
percent?: number | undefined;
|
|
6304
|
+
}))[] | undefined;
|
|
6305
|
+
traited_facts?: (({
|
|
6306
|
+
icon?: string | undefined;
|
|
6307
|
+
text?: string | undefined;
|
|
6308
|
+
} & ({
|
|
6309
|
+
value: number;
|
|
6310
|
+
type: "AttributeAdjust";
|
|
6311
|
+
target: string;
|
|
6312
|
+
} | {
|
|
6313
|
+
status: string;
|
|
6314
|
+
type: "Buff";
|
|
6315
|
+
description?: string | undefined;
|
|
6316
|
+
apply_count?: number | undefined;
|
|
6317
|
+
duration?: number | undefined;
|
|
6318
|
+
} | {
|
|
6319
|
+
type: "ComboField";
|
|
6320
|
+
field_type: "Light" | "Fire" | "Ice" | "Lightning" | "Air" | "Dark" | "Poison" | "Smoke" | "Ethereal" | "Water";
|
|
6321
|
+
} | {
|
|
6322
|
+
type: "ComboFinisher";
|
|
6323
|
+
finisher_type: "Blast" | "Leap" | "Projectile" | "Whirl";
|
|
6324
|
+
percent: number;
|
|
6325
|
+
} | {
|
|
6326
|
+
type: "Damage";
|
|
6327
|
+
hit_count: number;
|
|
6328
|
+
dmg_multiplier: number;
|
|
6329
|
+
} | {
|
|
6330
|
+
type: "Distance";
|
|
6331
|
+
distance: number;
|
|
6332
|
+
} | {
|
|
6333
|
+
type: "NoData";
|
|
6334
|
+
} | {
|
|
6335
|
+
value: number;
|
|
6336
|
+
type: "Number";
|
|
6337
|
+
} | {
|
|
6338
|
+
type: "Percent";
|
|
6339
|
+
percent: number;
|
|
6340
|
+
} | {
|
|
6341
|
+
type: "PrefixedBuff";
|
|
6342
|
+
apply_count: number;
|
|
6343
|
+
duration: number;
|
|
6344
|
+
prefix: {
|
|
6345
|
+
icon: string;
|
|
6346
|
+
text: string;
|
|
6347
|
+
status?: string | undefined;
|
|
6348
|
+
description?: string | undefined;
|
|
6349
|
+
};
|
|
6350
|
+
status?: string | undefined;
|
|
6351
|
+
description?: string | undefined;
|
|
6352
|
+
} | {
|
|
6353
|
+
type: "Radius";
|
|
6354
|
+
distance: number;
|
|
6355
|
+
} | {
|
|
6356
|
+
value: number;
|
|
6357
|
+
type: "Range";
|
|
6358
|
+
} | {
|
|
6359
|
+
value: number;
|
|
6360
|
+
type: "Recharge";
|
|
6361
|
+
} | {
|
|
6362
|
+
value: true;
|
|
6363
|
+
type: "StunBreak";
|
|
6364
|
+
} | {
|
|
6365
|
+
type: "Time";
|
|
6366
|
+
duration: number;
|
|
6367
|
+
} | {
|
|
6368
|
+
value: true;
|
|
6369
|
+
type: "Unblockable";
|
|
6370
|
+
} | {
|
|
6371
|
+
type: "BuffConversion";
|
|
6372
|
+
source: string;
|
|
6373
|
+
target: string;
|
|
6374
|
+
percent: number;
|
|
6375
|
+
} | {
|
|
6376
|
+
type?: undefined;
|
|
6377
|
+
percent?: number | undefined;
|
|
6378
|
+
})) & {
|
|
6379
|
+
requires_trait: number;
|
|
6380
|
+
overrides?: number | undefined;
|
|
6381
|
+
})[] | undefined;
|
|
8930
6382
|
}>, "many">;
|
|
8931
6383
|
|
|
8932
6384
|
/**
|
|
@@ -9056,7 +6508,6 @@ declare const PvPAmuletsDTO: z.ZodArray<z.ZodObject<{
|
|
|
9056
6508
|
AgonyResistance: z.ZodOptional<z.ZodNumber>;
|
|
9057
6509
|
BoonDuration: z.ZodOptional<z.ZodNumber>;
|
|
9058
6510
|
ConditionDamage: z.ZodOptional<z.ZodNumber>;
|
|
9059
|
-
/** The icon uri for the amulet. */
|
|
9060
6511
|
ConditionDuration: z.ZodOptional<z.ZodNumber>;
|
|
9061
6512
|
CritDamage: z.ZodOptional<z.ZodNumber>;
|
|
9062
6513
|
Healing: z.ZodOptional<z.ZodNumber>;
|
|
@@ -10647,11 +8098,11 @@ declare class CharactersApi extends ApiBase {
|
|
|
10647
8098
|
utitilies?: (number | null)[] | undefined;
|
|
10648
8099
|
};
|
|
10649
8100
|
legends?: (string | null)[] | undefined;
|
|
10650
|
-
aquatic_legends?: (string | null)[] | undefined;
|
|
10651
8101
|
pets?: {
|
|
10652
8102
|
terrestrial: number[];
|
|
10653
8103
|
aquatic: number[];
|
|
10654
8104
|
} | undefined;
|
|
8105
|
+
aquatic_legends?: (string | null)[] | undefined;
|
|
10655
8106
|
};
|
|
10656
8107
|
tab: number;
|
|
10657
8108
|
is_active: boolean;
|
|
@@ -10693,27 +8144,27 @@ declare class CharactersApi extends ApiBase {
|
|
|
10693
8144
|
getEquipment(id: string): Promise<{
|
|
10694
8145
|
equipment: ({
|
|
10695
8146
|
id: number;
|
|
10696
|
-
|
|
10697
|
-
infusions?: number[] | undefined;
|
|
8147
|
+
dyes?: (number | null)[] | undefined;
|
|
10698
8148
|
upgrades?: number[] | undefined;
|
|
10699
|
-
skin?: number | undefined;
|
|
10700
8149
|
stats?: {
|
|
10701
8150
|
id: number;
|
|
10702
8151
|
attributes: {
|
|
8152
|
+
BoonDuration?: number | undefined;
|
|
8153
|
+
ConditionDamage?: number | undefined;
|
|
8154
|
+
ConditionDuration?: number | undefined;
|
|
8155
|
+
Healing?: number | undefined;
|
|
10703
8156
|
Power?: number | undefined;
|
|
10704
8157
|
Precision?: number | undefined;
|
|
10705
8158
|
Toughness?: number | undefined;
|
|
10706
8159
|
Vitality?: number | undefined;
|
|
10707
|
-
ConditionDamage?: number | undefined;
|
|
10708
|
-
ConditionDuration?: number | undefined;
|
|
10709
|
-
Healing?: number | undefined;
|
|
10710
|
-
BoonDuration?: number | undefined;
|
|
10711
8160
|
};
|
|
10712
8161
|
} | undefined;
|
|
8162
|
+
charges?: number | undefined;
|
|
8163
|
+
skin?: number | undefined;
|
|
8164
|
+
infusions?: number[] | undefined;
|
|
8165
|
+
slot?: "HelmAquatic" | "Backpack" | "Coat" | "Boots" | "Gloves" | "Helm" | "Leggings" | "Shoulders" | "Accessory1" | "Accessory2" | "Ring1" | "Ring2" | "Amulet" | "Relic" | "WeaponAquaticA" | "WeaponAquaticB" | "WeaponA1" | "WeaponA2" | "WeaponB1" | "WeaponB2" | "Sickle" | "Axe" | "Pick" | "PowerCore" | "FishingLure" | "FishingBait" | "FishingRod" | "SensoryArray" | undefined;
|
|
10713
8166
|
location?: "Equipped" | "Armory" | "EquippedFromLegendaryArmory" | "LegendaryArmory" | undefined;
|
|
10714
8167
|
tabs?: number[] | undefined;
|
|
10715
|
-
charges?: number | undefined;
|
|
10716
|
-
dyes?: (number | null)[] | undefined;
|
|
10717
8168
|
} & ({
|
|
10718
8169
|
binding: "Character";
|
|
10719
8170
|
bound_to: string;
|
|
@@ -10734,27 +8185,27 @@ declare class CharactersApi extends ApiBase {
|
|
|
10734
8185
|
getEquipmentTabs(id: string, tabs?: number[] | 'all'): Promise<{
|
|
10735
8186
|
equipment: ({
|
|
10736
8187
|
id: number;
|
|
10737
|
-
|
|
10738
|
-
infusions?: number[] | undefined;
|
|
8188
|
+
dyes?: (number | null)[] | undefined;
|
|
10739
8189
|
upgrades?: number[] | undefined;
|
|
10740
|
-
skin?: number | undefined;
|
|
10741
8190
|
stats?: {
|
|
10742
8191
|
id: number;
|
|
10743
8192
|
attributes: {
|
|
8193
|
+
BoonDuration?: number | undefined;
|
|
8194
|
+
ConditionDamage?: number | undefined;
|
|
8195
|
+
ConditionDuration?: number | undefined;
|
|
8196
|
+
Healing?: number | undefined;
|
|
10744
8197
|
Power?: number | undefined;
|
|
10745
8198
|
Precision?: number | undefined;
|
|
10746
8199
|
Toughness?: number | undefined;
|
|
10747
8200
|
Vitality?: number | undefined;
|
|
10748
|
-
ConditionDamage?: number | undefined;
|
|
10749
|
-
ConditionDuration?: number | undefined;
|
|
10750
|
-
Healing?: number | undefined;
|
|
10751
|
-
BoonDuration?: number | undefined;
|
|
10752
8201
|
};
|
|
10753
8202
|
} | undefined;
|
|
8203
|
+
charges?: number | undefined;
|
|
8204
|
+
skin?: number | undefined;
|
|
8205
|
+
infusions?: number[] | undefined;
|
|
8206
|
+
slot?: "HelmAquatic" | "Backpack" | "Coat" | "Boots" | "Gloves" | "Helm" | "Leggings" | "Shoulders" | "Accessory1" | "Accessory2" | "Ring1" | "Ring2" | "Amulet" | "Relic" | "WeaponAquaticA" | "WeaponAquaticB" | "WeaponA1" | "WeaponA2" | "WeaponB1" | "WeaponB2" | "Sickle" | "Axe" | "Pick" | "PowerCore" | "FishingLure" | "FishingBait" | "FishingRod" | "SensoryArray" | undefined;
|
|
10754
8207
|
location?: "Equipped" | "Armory" | "EquippedFromLegendaryArmory" | "LegendaryArmory" | undefined;
|
|
10755
8208
|
tabs?: number[] | undefined;
|
|
10756
|
-
charges?: number | undefined;
|
|
10757
|
-
dyes?: (number | null)[] | undefined;
|
|
10758
8209
|
} & ({
|
|
10759
8210
|
binding: "Character";
|
|
10760
8211
|
bound_to: string;
|
|
@@ -10782,27 +8233,27 @@ declare class CharactersApi extends ApiBase {
|
|
|
10782
8233
|
getActiveEquipmentTab(id: string): Promise<{
|
|
10783
8234
|
equipment: ({
|
|
10784
8235
|
id: number;
|
|
10785
|
-
|
|
10786
|
-
infusions?: number[] | undefined;
|
|
8236
|
+
dyes?: (number | null)[] | undefined;
|
|
10787
8237
|
upgrades?: number[] | undefined;
|
|
10788
|
-
skin?: number | undefined;
|
|
10789
8238
|
stats?: {
|
|
10790
8239
|
id: number;
|
|
10791
8240
|
attributes: {
|
|
8241
|
+
BoonDuration?: number | undefined;
|
|
8242
|
+
ConditionDamage?: number | undefined;
|
|
8243
|
+
ConditionDuration?: number | undefined;
|
|
8244
|
+
Healing?: number | undefined;
|
|
10792
8245
|
Power?: number | undefined;
|
|
10793
8246
|
Precision?: number | undefined;
|
|
10794
8247
|
Toughness?: number | undefined;
|
|
10795
8248
|
Vitality?: number | undefined;
|
|
10796
|
-
ConditionDamage?: number | undefined;
|
|
10797
|
-
ConditionDuration?: number | undefined;
|
|
10798
|
-
Healing?: number | undefined;
|
|
10799
|
-
BoonDuration?: number | undefined;
|
|
10800
8249
|
};
|
|
10801
8250
|
} | undefined;
|
|
8251
|
+
charges?: number | undefined;
|
|
8252
|
+
skin?: number | undefined;
|
|
8253
|
+
infusions?: number[] | undefined;
|
|
8254
|
+
slot?: "HelmAquatic" | "Backpack" | "Coat" | "Boots" | "Gloves" | "Helm" | "Leggings" | "Shoulders" | "Accessory1" | "Accessory2" | "Ring1" | "Ring2" | "Amulet" | "Relic" | "WeaponAquaticA" | "WeaponAquaticB" | "WeaponA1" | "WeaponA2" | "WeaponB1" | "WeaponB2" | "Sickle" | "Axe" | "Pick" | "PowerCore" | "FishingLure" | "FishingBait" | "FishingRod" | "SensoryArray" | undefined;
|
|
10802
8255
|
location?: "Equipped" | "Armory" | "EquippedFromLegendaryArmory" | "LegendaryArmory" | undefined;
|
|
10803
8256
|
tabs?: number[] | undefined;
|
|
10804
|
-
charges?: number | undefined;
|
|
10805
|
-
dyes?: (number | null)[] | undefined;
|
|
10806
8257
|
} & ({
|
|
10807
8258
|
binding: "Character";
|
|
10808
8259
|
bound_to: string;
|
|
@@ -10840,25 +8291,25 @@ declare class CharactersApi extends ApiBase {
|
|
|
10840
8291
|
inventory: (({
|
|
10841
8292
|
id: number;
|
|
10842
8293
|
count: number;
|
|
10843
|
-
|
|
10844
|
-
infusions?: number[] | undefined;
|
|
8294
|
+
dyes?: (number | null)[] | undefined;
|
|
10845
8295
|
upgrades?: number[] | undefined;
|
|
10846
|
-
upgrade_slot_indices?: number[] | undefined;
|
|
10847
|
-
skin?: number | undefined;
|
|
10848
8296
|
stats?: {
|
|
10849
8297
|
id: number;
|
|
10850
8298
|
attributes: {
|
|
8299
|
+
BoonDuration?: number | undefined;
|
|
8300
|
+
ConditionDamage?: number | undefined;
|
|
8301
|
+
ConditionDuration?: number | undefined;
|
|
8302
|
+
Healing?: number | undefined;
|
|
10851
8303
|
Power?: number | undefined;
|
|
10852
8304
|
Precision?: number | undefined;
|
|
10853
8305
|
Toughness?: number | undefined;
|
|
10854
8306
|
Vitality?: number | undefined;
|
|
10855
|
-
ConditionDamage?: number | undefined;
|
|
10856
|
-
ConditionDuration?: number | undefined;
|
|
10857
|
-
Healing?: number | undefined;
|
|
10858
|
-
BoonDuration?: number | undefined;
|
|
10859
8307
|
};
|
|
10860
8308
|
} | undefined;
|
|
10861
|
-
|
|
8309
|
+
charges?: number | undefined;
|
|
8310
|
+
skin?: number | undefined;
|
|
8311
|
+
upgrade_slot_indices?: number[] | undefined;
|
|
8312
|
+
infusions?: number[] | undefined;
|
|
10862
8313
|
} & ({
|
|
10863
8314
|
binding: "Character";
|
|
10864
8315
|
bound_to: string;
|
|
@@ -10893,16 +8344,16 @@ declare class CharactersApi extends ApiBase {
|
|
|
10893
8344
|
* @param id - Character name
|
|
10894
8345
|
*/
|
|
10895
8346
|
getSAB(id: string): Promise<{
|
|
8347
|
+
unlocks: {
|
|
8348
|
+
id: number;
|
|
8349
|
+
name?: string | undefined;
|
|
8350
|
+
}[];
|
|
10896
8351
|
zones: {
|
|
10897
8352
|
id: number;
|
|
10898
8353
|
world: number;
|
|
10899
8354
|
mode: "infantile" | "normal" | "tribulation";
|
|
10900
8355
|
zone: number;
|
|
10901
8356
|
}[];
|
|
10902
|
-
unlocks: {
|
|
10903
|
-
id: number;
|
|
10904
|
-
name?: string | undefined;
|
|
10905
|
-
}[];
|
|
10906
8357
|
songs: {
|
|
10907
8358
|
id: number;
|
|
10908
8359
|
name: "secret_song" | "gatekeeper_lullaby" | "shatter_serenade";
|
|
@@ -11369,6 +8820,42 @@ declare class HomeApi extends ApiBase {
|
|
|
11369
8820
|
}[]>;
|
|
11370
8821
|
}
|
|
11371
8822
|
|
|
8823
|
+
/**
|
|
8824
|
+
* /v2/homestead Api
|
|
8825
|
+
*/
|
|
8826
|
+
declare class HomesteadApi extends ApiBase {
|
|
8827
|
+
/**
|
|
8828
|
+
* Returns information about all available homestead decorations.
|
|
8829
|
+
*/
|
|
8830
|
+
getDecorations(): Promise<z.infer<typeof numberArrayType>>;
|
|
8831
|
+
/**
|
|
8832
|
+
* Returns information about all available homestead decorations.
|
|
8833
|
+
*
|
|
8834
|
+
* @param ids - List of decoration ids
|
|
8835
|
+
*/
|
|
8836
|
+
getDecorations(ids: number[]): Promise<z.infer<typeof HomesteadDecorationsDTO>>;
|
|
8837
|
+
/**
|
|
8838
|
+
* Returns information about all categories for homestead decorations.
|
|
8839
|
+
*/
|
|
8840
|
+
getCategories(): Promise<z.infer<typeof numberArrayType>>;
|
|
8841
|
+
/**
|
|
8842
|
+
* Returns information about all categories for homestead decorations.
|
|
8843
|
+
*
|
|
8844
|
+
* @param ids - List of decoration category ids
|
|
8845
|
+
*/
|
|
8846
|
+
getCategories(ids: number[]): Promise<z.infer<typeof HomesteadDecorationsCategoriesDTO>>;
|
|
8847
|
+
/**
|
|
8848
|
+
* Returns information about all available homestead glyphs.
|
|
8849
|
+
*/
|
|
8850
|
+
getGlyphs(): Promise<z.infer<typeof stringArrayType>>;
|
|
8851
|
+
/**
|
|
8852
|
+
* Returns information about all available homestead glyphs.
|
|
8853
|
+
*
|
|
8854
|
+
* @param ids - List of glyph ids
|
|
8855
|
+
*/
|
|
8856
|
+
getGlyphs(ids: string[]): Promise<z.infer<typeof HomesteadGlyphsDTO>>;
|
|
8857
|
+
}
|
|
8858
|
+
|
|
11372
8859
|
/**
|
|
11373
8860
|
* /v2/backstory Api
|
|
11374
8861
|
*/
|
|
@@ -11962,10 +9449,13 @@ declare class SkillsApi extends ApiBase {
|
|
|
11962
9449
|
type: "Weapon" | "Utility" | "Heal" | "Elite" | "Bundle" | "Monster" | "Pet" | "Profession" | "Toolbelt" | "Transform";
|
|
11963
9450
|
description: string;
|
|
11964
9451
|
icon: string;
|
|
11965
|
-
slot:
|
|
9452
|
+
slot: "Utility" | "Elite" | `Weapon_${number}` | "Pet" | `Downed_${number}` | `Profession_${number}`;
|
|
11966
9453
|
chat_link: string;
|
|
11967
9454
|
flags: ("NoUnderwater" | "GroundTargeted")[];
|
|
11968
9455
|
weapon_type: string;
|
|
9456
|
+
categories?: string[] | undefined;
|
|
9457
|
+
cost?: number | undefined;
|
|
9458
|
+
attunement?: "Fire" | "Air" | "Water" | "Earth" | undefined;
|
|
11969
9459
|
facts?: ({
|
|
11970
9460
|
text: string;
|
|
11971
9461
|
icon?: string | undefined;
|
|
@@ -12119,9 +9609,6 @@ declare class SkillsApi extends ApiBase {
|
|
|
12119
9609
|
requires_trait: number;
|
|
12120
9610
|
overrides?: number | undefined;
|
|
12121
9611
|
})[] | undefined;
|
|
12122
|
-
categories?: string[] | undefined;
|
|
12123
|
-
attunement?: "Fire" | "Air" | "Water" | "Earth" | undefined;
|
|
12124
|
-
cost?: number | undefined;
|
|
12125
9612
|
dual_wield?: string | undefined;
|
|
12126
9613
|
flip_skill?: number | undefined;
|
|
12127
9614
|
initiative?: number | undefined;
|
|
@@ -12228,7 +9715,7 @@ declare class TokenInfoApi extends ApiBase {
|
|
|
12228
9715
|
get(): Promise<{
|
|
12229
9716
|
id: string;
|
|
12230
9717
|
name: string;
|
|
12231
|
-
permissions: ("account" | "progression" | "wallet" | "characters" | "pvp" | "guilds" | "
|
|
9718
|
+
permissions: ("account" | "progression" | "wallet" | "characters" | "pvp" | "guilds" | "builds" | "inventories" | "tradingpost" | "unlocks")[];
|
|
12232
9719
|
type?: string | undefined;
|
|
12233
9720
|
expires_at?: string | undefined;
|
|
12234
9721
|
issued_at?: string | undefined;
|
|
@@ -12599,6 +10086,8 @@ declare class GW2Api extends ApiBase {
|
|
|
12599
10086
|
readonly guild: GuildApi;
|
|
12600
10087
|
/** /v2/home Api */
|
|
12601
10088
|
readonly home: HomeApi;
|
|
10089
|
+
/** /v2/homestead Api */
|
|
10090
|
+
readonly homestead: HomesteadApi;
|
|
12602
10091
|
/** /v2/items Api */
|
|
12603
10092
|
readonly items: ItemsApi;
|
|
12604
10093
|
/** /v2/itemstats Api */
|