Class: Configs::Project::Settings
Overview
Generic settings
Instance Attribute Summary collapse
-
#always_use_form0_for_evolution ⇒ Boolean
Tell if evolution always uses form 0 to fetch evolution data.
-
#max_bag_item_count ⇒ Integer
Tell how much quantity of an item can be stored in the bag.
-
#max_level ⇒ Integer
Get the maximum level.
-
#use_form0_when_no_evolution_data ⇒ Boolean
Tell if we use form 0 of current creature when current form has no data.
Instance Attribute Details
#always_use_form0_for_evolution ⇒ Boolean
Tell if evolution always uses form 0 to fetch evolution data
372 373 374 |
# File 'docs/000_a_root.rb', line 372 def always_use_form0_for_evolution @always_use_form0_for_evolution end |
#max_bag_item_count ⇒ Integer
Tell how much quantity of an item can be stored in the bag
378 379 380 |
# File 'docs/000_a_root.rb', line 378 def max_bag_item_count @max_bag_item_count end |
#max_level ⇒ Integer
Get the maximum level
369 370 371 |
# File 'docs/000_a_root.rb', line 369 def max_level @max_level end |
#use_form0_when_no_evolution_data ⇒ Boolean
Tell if we use form 0 of current creature when current form has no data
375 376 377 |
# File 'docs/000_a_root.rb', line 375 def use_form0_when_no_evolution_data @use_form0_when_no_evolution_data end |