Skip to content

Item.json

sdtv9507 edited this page Apr 15, 2021 · 2 revisions

Database-Item

Fields

  • name: A string
  • icon: A string. Represents the path to an image
  • description: A string
  • item_type: An int. A normal item (0) or a key item (1)
  • price: An int.
  • consumible: An int.
  • target: An int.
  • usable: An int.
  • success: An int. Max is 100.
  • hit_type: An int. Represents Always Hit (0), Physical (1) and Magical (2).
  • damage_type: An int.
  • element: An int. Represents an element defined in System.json
  • fórmula: A string

Clone this wiki locally