Class Gizmo
- Namespace
- GuildWars2.Items
- Assembly
- GW2SDK.dll
Information about a gizmo, which is a type of item that is similar to a Consumable, but it is typically not consumed after one use. Some gizmo items are donated to your current guild when used, such as guild decoration items. Gizmos are also used for items that provide a bundle, such as Catapult Blueprints, in which case using a bundle skill might consume the item. Some Gizmos, like Mystic Forge Stones, have no use on their own. They are combined with other items to create a new item, which destroys the original item.
public record Gizmo : Item, IEquatable<Item>, IEquatable<Gizmo>
- Inheritance
-
Gizmo
- Implements
- Derived
- Inherited Members
Properties
- GuildUpgradeId
If this item can be donated to a guild, this is the ID of the associated guild upgrade.