Class: Configs::Project::Settings

Inherits:
Object
  • Object
show all
Defined in:
docs/00000_a_root.rb

Overview

Generic settings

Instance Attribute Summary collapse

Instance Attribute Details

#always_use_form0_for_evolutionBoolean

Tell if evolution always uses form 0 to fetch evolution data

Returns:

  • (Boolean)


374
375
376
# File 'docs/00000_a_root.rb', line 374

def always_use_form0_for_evolution
  @always_use_form0_for_evolution
end

#max_bag_item_countInteger

Tell how much quantity of an item can be stored in the bag

Returns:

  • (Integer)


380
381
382
# File 'docs/00000_a_root.rb', line 380

def max_bag_item_count
  @max_bag_item_count
end

#max_levelInteger

Get the maximum level

Returns:

  • (Integer)


371
372
373
# File 'docs/00000_a_root.rb', line 371

def max_level
  @max_level
end

#use_form0_when_no_evolution_dataBoolean

Tell if we use form 0 of current creature when current form has no data

Returns:

  • (Boolean)


377
378
379
# File 'docs/00000_a_root.rb', line 377

def use_form0_when_no_evolution_data
  @use_form0_when_no_evolution_data
end