HealingItem

Added 2024-03-27

Medicine items for healing

Fields

idAdded 2024-03-27
: ID!
nameAdded 2024-03-27
: String!
descriptionAdded 2024-03-27
: String!
price
: Int!
category
: ItemCategory!
isHoldable
: Boolean!
isConsumable
: Boolean!

HP restoration amount

hpRestoreAdded 2024-03-27
: Int

Status conditions cured

curesStatusAdded 2024-03-27
: [StatusCondition!]

Whether it revives fainted Pokemon

revives
: Boolean!