Class: Studio::StatusHealItem

Inherits:
HealingItem show all
Defined in:
docs/00800_Studio.rb

Overview

Data class describing an Item that heals status

Constant Summary

Constants inherited from Item

Item::ItemGetME

Instance Attribute Summary collapse

Attributes inherited from HealingItem

#loyalty_malus

Attributes inherited from Item

#db_symbol, #fling_power, #icon, #id, #is_battle_usable, #is_holdable, #is_limited, #is_map_usable, #position, #price, #socket

Instance Method Summary collapse

Methods inherited from Item

#description, #exact_name, #me, #name, #plural_name

Instance Attribute Details

#status_listArray<Symbol>

Get the list of states the item heals

Returns:

  • (Array<Symbol>)


1249
1250
1251
# File 'docs/00800_Studio.rb', line 1249

def status_list
  @status_list
end

Instance Method Details

#status_id_listArray<Integer>

Get the status as Integer

Returns:

  • (Array<Integer>)


1252
1253
# File 'docs/00800_Studio.rb', line 1252

def status_id_list
end