Class: Configs::Project::Settings
- Defined in:
- scripts/00021 ProjectConfig.rb
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
227 228 229 |
# File 'scripts/00021 ProjectConfig.rb', line 227 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
235 236 237 |
# File 'scripts/00021 ProjectConfig.rb', line 235 def max_bag_item_count @max_bag_item_count end |
#max_level ⇒ Integer
Get the maximum level
223 224 225 |
# File 'scripts/00021 ProjectConfig.rb', line 223 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
231 232 233 |
# File 'scripts/00021 ProjectConfig.rb', line 231 def use_form0_when_no_evolution_data @use_form0_when_no_evolution_data end |