items.d overview
Table of contents
utils
DataItem (interface)
Signature
export interface DataItem extends DataPricedItemBase {
itypeId: ItemType
price: number
consumable: boolean
scope: Scope
occasion: Occasion
speed: number
successRate: number
repeats: number
tpGain: number
hitType: HitType
animationId: AnimationID
damage: Damage
effects: ActionEffectBase[]
}
ItemType (type alias)
Signature
export declare type ItemType = 0 | 1 | 2 | 3