Class: Studio::StatusConstantHealItem

Inherits:
ConstantHealItem show all
Defined in:
docs/3_Studio.rb

Overview

Data class describing an Item that heals a constant amount of hp and heals status as well

Constant Summary

Constants inherited from Item

Item::ItemGetME

Instance Attribute Summary collapse

Attributes inherited from ConstantHealItem

#hp_count

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>)


1298
1299
1300
# File 'docs/3_Studio.rb', line 1298

def status_list
  @status_list
end

Instance Method Details

#status_id_listArray<Integer>

Get the status as Integer

Returns:

  • (Array<Integer>)


1301
1302
# File 'docs/3_Studio.rb', line 1301

def status_id_list
end