Class: Configs::Stats
Overview
Configuration of stats
Instance Attribute Summary collapse
-
#acc_stage_index ⇒ Integer
Index of acc stage.
-
#atk_index ⇒ Integer
Index of atk ev.
-
#atk_stage_index ⇒ Integer
Index of atk stage.
-
#ats_index ⇒ Integer
Index of ats ev.
-
#ats_stage_index ⇒ Integer
Index of ats stage.
-
#dfe_index ⇒ Integer
Index of dfe ev.
-
#dfe_stage_index ⇒ Integer
Index of dfe stage.
-
#dfs_index ⇒ Integer
Index of dfs ev.
-
#dfs_stage_index ⇒ Integer
Index of dfs stage.
-
#eva_stage_index ⇒ Integer
Index of eva stage.
-
#hp_index ⇒ Integer
Index of each hp ev.
-
#max_stat_ev ⇒ Integer
Maximum amount of EV on a stat.
-
#max_total_ev ⇒ Integer
Maximum amount of EV.
-
#spd_index ⇒ Integer
Index of spd ev.
-
#spd_stage_index ⇒ Integer
Index of spd stage.
Instance Method Summary collapse
-
#initialize ⇒ Stats
constructor
A new instance of Stats.
-
#to_json
Convert the config to json.
Constructor Details
#initialize ⇒ Stats
Returns a new instance of Stats.
1441 1442 |
# File 'docs/3_Studio.rb', line 1441 def initialize end |
Instance Attribute Details
#acc_stage_index ⇒ Integer
Index of acc stage
1440 1441 1442 |
# File 'docs/3_Studio.rb', line 1440 def acc_stage_index @acc_stage_index end |
#atk_index ⇒ Integer
Index of atk ev
1407 1408 1409 |
# File 'docs/3_Studio.rb', line 1407 def atk_index @atk_index end |
#atk_stage_index ⇒ Integer
Index of atk stage
1422 1423 1424 |
# File 'docs/3_Studio.rb', line 1422 def atk_stage_index @atk_stage_index end |
#ats_index ⇒ Integer
Index of ats ev
1416 1417 1418 |
# File 'docs/3_Studio.rb', line 1416 def ats_index @ats_index end |
#ats_stage_index ⇒ Integer
Index of ats stage
1431 1432 1433 |
# File 'docs/3_Studio.rb', line 1431 def ats_stage_index @ats_stage_index end |
#dfe_index ⇒ Integer
Index of dfe ev
1410 1411 1412 |
# File 'docs/3_Studio.rb', line 1410 def dfe_index @dfe_index end |
#dfe_stage_index ⇒ Integer
Index of dfe stage
1425 1426 1427 |
# File 'docs/3_Studio.rb', line 1425 def dfe_stage_index @dfe_stage_index end |
#dfs_index ⇒ Integer
Index of dfs ev
1419 1420 1421 |
# File 'docs/3_Studio.rb', line 1419 def dfs_index @dfs_index end |
#dfs_stage_index ⇒ Integer
Index of dfs stage
1434 1435 1436 |
# File 'docs/3_Studio.rb', line 1434 def dfs_stage_index @dfs_stage_index end |
#eva_stage_index ⇒ Integer
Index of eva stage
1437 1438 1439 |
# File 'docs/3_Studio.rb', line 1437 def eva_stage_index @eva_stage_index end |
#hp_index ⇒ Integer
Index of each hp ev
1404 1405 1406 |
# File 'docs/3_Studio.rb', line 1404 def hp_index @hp_index end |
#max_stat_ev ⇒ Integer
Maximum amount of EV on a stat
1401 1402 1403 |
# File 'docs/3_Studio.rb', line 1401 def max_stat_ev @max_stat_ev end |
#max_total_ev ⇒ Integer
Maximum amount of EV
1398 1399 1400 |
# File 'docs/3_Studio.rb', line 1398 def max_total_ev @max_total_ev end |
#spd_index ⇒ Integer
Index of spd ev
1413 1414 1415 |
# File 'docs/3_Studio.rb', line 1413 def spd_index @spd_index end |
#spd_stage_index ⇒ Integer
Index of spd stage
1428 1429 1430 |
# File 'docs/3_Studio.rb', line 1428 def spd_stage_index @spd_stage_index end |
Instance Method Details
#to_json
Convert the config to json
1444 1445 |
# File 'docs/3_Studio.rb', line 1444 def to_json(*) end |