Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface MetaDataProps

Hierarchy

  • MetaDataProps

Index

Properties

Optional AttributeRequirements

AttributeRequirements: { dexterity_requirement: string[]; intelligence_requirement: string[]; strength_requirement: string[] } | {}

Optional Base

Base: undefined | { tag?: string[]; x_size?: string[]; y_size?: string[] }

Optional Quality

Quality: undefined | { max_quality: string[] }

Optional Sockets

Sockets: undefined | { socket_info: string[] }

Optional Usable

Usable: { action: string[]; use_type: string[] } | {}

Optional Weapon

Weapon: undefined | { accuracy_rating?: string[]; critical_chance?: string[]; maximum_attack_distance?: string[]; maximum_damage?: string[]; minimum_attack_distance?: string[]; minimum_damage?: string[]; weapon_class?: string[]; weapon_speed?: string[] }

extends

extends: string

inheritance

inheritance: string[]

tags

tags: Tag[]

Generated using TypeDoc