Class: Studio::CreatureForm::Evolution
Overview
Data class describing an evolution
Instance Attribute Summary collapse
-
#conditions ⇒ Array<Hash>
readonly
Conditions of the evolution.
-
#db_symbol ⇒ Symbol
readonly
db_symbol of the creature to evolve to.
-
#form ⇒ Integer
readonly
Form of the creature to evolve to.
Instance Method Summary collapse
-
#condition_data(type) ⇒ Symbol, Integer
Get data by condition.
Instance Attribute Details
#conditions ⇒ Array<Hash> (readonly)
Conditions of the evolution
708 709 710 |
# File 'docs/3_Studio.rb', line 708 def conditions @conditions end |
#db_symbol ⇒ Symbol (readonly)
db_symbol of the creature to evolve to
702 703 704 |
# File 'docs/3_Studio.rb', line 702 def db_symbol @db_symbol end |
#form ⇒ Integer (readonly)
Form of the creature to evolve to
705 706 707 |
# File 'docs/3_Studio.rb', line 705 def form @form end |
Instance Method Details
#condition_data(type) ⇒ Symbol, Integer
Get data by condition
712 713 |
# File 'docs/3_Studio.rb', line 712 def condition_data(type) end |