Class: Configs::Project::Settings

Inherits:
Object
  • Object
show all
Defined in:
scripts/00021 ProjectConfig.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)


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_countInteger

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

Returns:



235
236
237
# File 'scripts/00021 ProjectConfig.rb', line 235

def max_bag_item_count
  @max_bag_item_count
end

#max_levelInteger

Get the maximum level

Returns:



223
224
225
# File 'scripts/00021 ProjectConfig.rb', line 223

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)


231
232
233
# File 'scripts/00021 ProjectConfig.rb', line 231

def use_form0_when_no_evolution_data
  @use_form0_when_no_evolution_data
end