Class: Studio::StatusRateHealItem

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

Overview

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

Constant Summary

Constants inherited from Item

Item::ItemGetME

Instance Attribute Summary collapse

Attributes inherited from RateHealItem

#hp_rate

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


1277
1278
1279
# File 'docs/00800_Studio.rb', line 1277

def status_list
  @status_list
end

Instance Method Details

#status_id_listArray<Integer>

Get the status as Integer

Returns:

  • (Array<Integer>)


1280
1281
# File 'docs/00800_Studio.rb', line 1280

def status_id_list
end